﻿/*******************************/
/*     SMU CSS Custom File     */ 
/*   Created Date: 22/05/19    */ 
/*   Updated Date: 22/05/19    */ 
/*******************************/

/*   Logo & Header CSS  */
.logo-img{
    width:118px;
    margin: 5px;
}

.smu-header{
        margin-top: 15px;
    }

@media only screen and (min-width: 64em){
   .logo-img{
    width: 191px;
    margin: 10px;
    }
    .smu-header{
        margin-top: 61px;
    }
}

.sv-navbar-default{
    border-bottom: 10px solid #F4F4F4;
}


/*   Footer Overrides  */
.sv-footer{
    background-color: #003B5C;
}

.sv-footer-text, 
.sv-footer-text a, 
.sv-footer-text a:hover, 
.sv-footer-text a:link, 
.sv-footer-text a:visited, 
.sv-footer-text a:active{
    color: #fff;
}

.footer-social img{
    width: 35px;
	height: 35px;
}

.footer-social a{
    text-decoration:none;
}
.ui-tooltip {
background: #003b5c!important;
opacity:1!important;

}

.sv-panel-body h3,h4,h5 {
	font-size: 16px !important;
}

/* Debug CSS Class - positioning */
.sits_debug_popup_button {
	position:fixed;
	bottom: 40px;
	z-index: 99
}
/* OLD SITS.CSS overrides to get max real estate*/
#sitspagecontent {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

