body {
    padding-bottom: 44px !important;
    padding: 0;
}
.navbar {
	background-color: #007279;
    box-shadow: 0px 4px 30px 5px rgb(0 0 0 / 5%);
	margin-bottom: 0;
    border: none;
}
.g-header {
    font-size: 24px;
    color: #2b2b2b;
    background-color: #F5F7F8;
    margin: 0;
    padding: 0 15px;
    line-height: 56px;
    height: 58px;
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}
.navbar-fixed-top
{
    height: 72px;
}
.navbar-brand {
    height: 49px;
    width: 217px;
}
#navbar {
    margin-top: 16px;
}
.nav-left {
	padding-left: 20px;
}
.navbar-right
{
    margin-right: 0;
}
.layers .navbar-fixed-top
{
    top: 0;
}
.index .body{
    padding-top:40px;
}
 .navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:focus,
 .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > li > a{
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 25px;
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #ffffff;
}
.header-nav li a {
	color: #4b4b4b;
}
.header-nav li a span.caret {
	color: #3896e2;
}
.top-site-search
{
    width: 233px;
    margin-right: 20px;
}
.profile_picture img
{
	border-radius: 50%;
	width: 38px;
}
.profile_picture{
    margin-left: 5px;
}
.profile_picture a
{
	padding: 0 !important;
}
.profile_picture {
    margin-left: 5px;
}
#gd-header .profile_pic img
{
    border-radius: 50%;
}
.btn-language {
	padding: 2px 5px !important;
	border-radius: 4px;
	margin: 5px 0 0 10px;
}
.btn {
	padding: 8px 12px;
}
.btn-primary {
	background-color: #3896e2;
	border-color: #3896e2;
	color: #fff;
}
.btn-success {
	background-color: #235B71;
	border-color: #235B71;
	color: #fff;
}
.btn-success:hover {
	background-color: #235B71 !important;
	border-color: #235B71 !important;
	color: #fff !important;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #235B71!important;
    border-color: #007279!important;
}
.btn-signin {
	border: 1px solid #3896e2;
	color: #3896e2 !important;
	margin-left: 10px;
}
.dropdown-menu > li > a {
	padding: 9px 20px;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #007279;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.dropdown-menu > li > a {
	padding: 9px 20px;
}
.notifications
{
    right: 84px !important;
    top: 55px !important;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header-expand-button
{
    position: absolute;
    top:71px;
    width: 33px;
    left: 50%;
    text-align: center;
    z-index:999999;
    display: none;
}
.header-expand-button button
{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 8px;
    font-size: 21px;
    border-top: 0;
    height: 25px;
    line-height: 22px;
}

/*Start Header navbar media query*/
@media (max-width: 1300px) {
    
        .navbar-nav > li > a {
           padding: 8px;
           font-size: 14px;
        }
        #search_input
        {
        width: 155px;
        font-size: 12px;
        }
        .search-sub-menu
        {
            right: 52px;
        }
        .top-site-search
        {
            width: 190px;
        }
      
    
    }
	/*End Header navbar media query*/
	
	/*Start style for header navbar*/
    .btn-message   
    {
        margin: 0 5px 0 10px; 
        padding: 8px 11px !important;
    }
    .btn-notification
    {
        margin: 0 5px 0 0; 
        padding: 8px 11px !important;
    }
    .dashboard-btn
    {
      padding: 0 !important;
      margin: 3px 0 0;

    }
    .dashboard-btn button
    {
      padding: 5px !important;
      line-height: 14px;

    }
    .navbar-right .dropdown-menu
    {
        right: -14px;
        border-radius: 0;
    }
    .carousel .item
    {
        height: 600px;
    }
     /*End style for header navbar*/
@media (max-width: 480px) {
    body {
        padding-bottom: 0px !important;
    }
}