﻿/*########################################## Top Header */

#top-header{background:#fff;border-top:5px solid #03A2AE;}
#top-header .background-blue{border-bottom:10px solid rgba(0,0,0,0.4);}
#top-header .top-header{padding:0;color:#03A2AE;font-size:12px;}
#top-header .top-header .move-right{margin-right:190px;}
#top-header .top-header a{color:#03A2AE;}
#top-header .top-header button{background:#03A2AE;color:#fff;font-size:12px;border-radius:0 0 4px 4px;padding:10px;}
#top-header .top-header button i{color:rgba(0,0,0,0.6);}

/* Language  */

#top-header .change-language i{color:#2C297F;}
#top-header .change-language a:hover{color:#2C297F;}

/* SSO login */

#top-header .sso-login{background:#03A2AE;color:#fff;font-size:12px;border-radius:0 0 4px 4px;padding:8px 10px 9px;}
#top-header .sso-login a{color:#fff;}
#top-header .sso-login i{color:rgba(0,0,0,0.6);}

/* SSM search */

.ssm-search{margin-top:2px;}
.ssm-search button{padding:0;}
.ssm-search button i{margin:0;padding:0;font-size:18px;}
.ssm-search button span{font-size:12px;display:inline-block;}

/* Close button */

button.close-button{color:#fff;font-weight:normal!important;margin:0;font-size:14px;background:red;padding:8px;border-radius:0;}
button.close-button i{padding:0;margin:0;}

/*########################################## Web Accessibility */

#web-accessibility{}

/* Font size */

#web-accessibility .font-size{}
#web-accessibility .font-size a:hover{cursor:pointer;}
#web-accessibility .font-size a.btn{padding:4px;width:90px;text-align:center;font-size:12px;color:#000;cursor:pointer;}

/* Font color */

#web-accessibility .font-color{}
#web-accessibility .font-color a:hover{cursor:pointer;}
#web-accessibility .font-color a.btn{padding:4px;width:60px;text-align:center;font-size:12px;}

/* Reset */

#web-accessibility .reset{}
#web-accessibility .reset a{color:yellow;}
#web-accessibility .reset a:hover{color:#DFD500;}

/*########################################## SSM Search */

#ssm-search{}
#ssm-search input{width:250px;}

/*########################################## Social media header */

#social-media-header{margin-top:1px;}
#social-media-header a{color:#333;}
#social-media-header i{font-size:18px;margin:0 6px;}

/*########################################## Header */

header#header{background:#fff;}

/*########################################## Logo */

header#header #logo{/*padding:0 0 10px*/;margin-top:-25px;}
header#header #logo h1{}
header#header #logo h1 img{width:auto;height:90px;/*margin-right:15px;*/}
header#header #logo h1 a#ssm-logo img{width:auto;height:80px;/*margin-top:5px;*/}

