﻿
/*body  
{
    overflow-y: scroll !important;
    overflow-x: hidden;
}
body #s4-workspace 
{
    overflow-x: hidden;
    overflow-y: auto !important;
}*/

/*This sets up our Ribbon for a fixed position. */
body #s4-ribbonrow{ position: fixed;top:0px;z-index:1000;width: 100%;}
* html #s4-ribbonrow {position:absolute;} 

/* Set the ribbon popups to be fixed position also */
#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id ^= "Ribbon."], .ms-cui-tooltip {
position: fixed !important;
}
* html #s4-ribbonrow .ms-MenuUIPopupBody, * html #s4-ribbonrow .ms-popoutMenu, * html .ms-cui-menu[id ^= "Ribbon."], * html .ms-cui-tooltip {
position: absolute !important;


}

/* fix scrolling on list pages */
#s4-bodyContainer
{
    position: relative;
}

input[type=button] {
    min-width: 0px !important;
}

body
{
    overflow: visible !important;
    overflow-y: auto !important;        
}

/*html{
    background-color:#55A0A7;
    overflow/**//*:auto;    
}


body.v4master {
    width:1024px;
    margin:0px auto;
    overflow:visible;
    background-color: transparent !important;
}


.ms-dialog body.v4master {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
body #s4-workspace {
    left: 0;
    overflow: auto !important;
    overflow/**//*: visible !important;
    position: relative;
    width: 100% !important;
    display:table;
    border-spacing:0px;
}*/


.ms-dialog body #s4-workspace{
    display:block !important;
    overflow/**/: auto !important;
}


.ms-dialog .container {
    width:auto;
}

/*Make sure there are no scroll bars on our popup overlays*/
.ms-dlgOverlay
{
    width: 100% !important;
}

