

/***************************************************** SHAREPOINT FIX START ********************************************************/

/* Suitbar is not needed in the design*/
#suiteBar{
    display:none;
}

#ms-help{
   display:none;
}

/* To mae the bg of the ribbon as in the design*/
#DeltaSPRibbon{
    background:rgb(242, 242, 242);
}

/* Adjust the height of the dropdown menu (site actions and user menu) after relocating from their original position (suitbar)*/
.ms-core-menu-link{
    height:30px;
}

/*To remove the padding of the */
#s4-bodyContainer{
    padding-bottom:0px;
}

#fullscreenmodebox{
    display:none;
}

#s4-workspace {
   /* width: 100% !important;
    height: 100% !important;*/
}
    
.ms-siteactions-normal, .ms-welcome-normal, .ms-welcome-hover, .ms-siteactions-hover{
    background:none !important;
    border-right-color:none !important;
    border:0 !important;
}
.ms-dlgTitleBtns {
    margin-right:0 !important;
}


/*For fixing the gear button position*/
.ms-welcome-root 
{
        border:0px;
}
.ms-promotedActionButton 
{
    vertical-align:top;
}
.ms-core-deltaSuiteBarRight {
    margin-right: 15px;
}


.ms-siteactions-root > span > a.ms-core-menu-root{
    padding:3px 0px 0px 0px !important;
}

/*script will make this visible while page load*/
#RibbonContainer-TabRowRight{
    display:none;
}

/***************************************************** SHAREPOINT FIX END ********************************************************/

/***************************************************** MOONRAFT FIX START ********************************************************/
/* Fix for the menu after making the body bg white*/
.mr-header-megamenu{
     border-bottom: 1px solid #e1e1e1;
}

#mr-main-content.mr-padding-overwrite{
    padding-bottom:0px !important;

}

/* change in MR's design. body's background is take out*/
body{
    background-color:#fff;
}


.mr-mob-3rd-lev a{color:#FFF !important;}
.mr-mob-3rd-lev a:hover{color:#195c39 !important;}
.mr-user-pic {
    width: 42px;
    border-radius:30px;
}

.mr-user-pic, .mr-user-name-style{
    /*hide the name initially, script will make this visible after page load*/
    display:none;

}

/*To change the height isue of the username/image area*/
.mr-header .mr-user-info{
    padding:6px 0 !important;
}

/*eeded only on the home page. So visibility will be set with the style on the home page temlpate*/
.mr-sub-menu 
{
    display:none;
}

.mr-header .mr-navigation .nav-pills li{
    text-transform:uppercase;
}
.mr-header .mr-header-action{
    margin-right:0;
    margin-top:3px;
}
.social__icon, [class^="social__icon"] {
    color:#fff !important;
}
/***************************************************** MOONRAFT FIX END ********************************************************/
