﻿.header {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}

.fixed-header-on .header .logo {
    margin: 0 0 5px !important;
    transform: scale(0.8);
}

.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
    padding-top: 5px;
}

.header-datebar {
	background-color: #fdf2f0;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-top {
	background-color: #f3f8fc;
	border-bottom: 1px solid #ededed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-top-dropdown .dropdown > button {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #666;
}

.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover,
.header-top-dropdown .btn-group > a:hover {
	color: #717b2d;
	background-color: #fff;
	border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
    border-radius: 0 !important;
}

.header-top-dropdown .btn-group > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #666;
}
.header-top-dropdown .btn-group > a {
    background-color: transparent;
    box-shadow: none !important;
    font-size: 12px;
    margin: 0;
    min-width: 0;
    padding: 8px 10px;
    text-align: center;
    text-transform: none;
}

.header-top-dropdown .btn-intouch,
.header-top-dropdown .btn-intouch > btn {
    font-family: 'Open Sans';
    color: #fff !important;
    background-color: #717b2d !important;
    border-radius: 5px !important;
    margin: 5px 0px !important;
}

.header-top-dropdown a.btn-intouch:hover {
    border-radius: 5px !important;
    background-color: #555C23 !important;
    border-left-color: transparent;
    border-right-color: transparent;
    margin: 5px 0px !important;
}

.header-top-dropdown .btn-plan,
.header-top-dropdown .btn-plan>btn
{
	color: #fff !important;
	background-color: #21578A !important;
	border-left-color: #e3e3e3 !important;
    border-radius: 0 !important;
}

#header-top-partners .header-top-dropdown .dropdown > button
{
	color: #666;
	background-color: #f2f2f2;
    border-radius: 0 !important;
}

#header-top-partners .header-top-dropdown .dropdown.open>button,
#header-top-partners .header-top-dropdown .dropdown>button:hover {
	color: #717b2d;
	background-color: #fff;
	border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
    border-radius: 0 !important;
}

.page-intro {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    padding: 10px 0;
}