/* Add here all your CSS customizations */
.header-left {
	float: left;
	height: 56px;
}
.headermenu .tp-icon {
    font-size:13px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #58666e;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
}

.dropdown-submenu.pull-left {
  float: none !important;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
  
.header-left .header-title {
	font-size: 24px;
	margin: 15px 0 0 20px;
	color: #35393F;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
}
.header-left p.title-app{
	font-size: 18px;
	margin: 0 0 0 20px;
	color: #35393F;
	text-shadow: 0px 0px 1px #fff; 
}

.carousel-caption {
	opacity: 1;
	background: rgba(42, 88, 119, 0.7);
	color: #fff;
	padding: 20px;
}

.carousel-caption h3 {
    margin: 0;
}

.carousel-caption h3 {}

.login-btn{
	margin: 40px 36px 0 0;
}

html.sidebar-left-collapsed .sidebar-left .nav-main > li:hover > a {
	color: #fff;
}

html.sidebar-left-collapsed .sidebar-left .nav-main > li:hover.nav-active > a,
html.sidebar-left-collapsed .sidebar-left .nav-main > li:hover.nav-active > a:hover {
	color: #fff;
}

#main-links a {
	display: inline-block;
	width: 145px;
}

.content-body {
	background-color: #ecedf0;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.datepicker{
	z-index: 10151 !important;
}

.checkbox-custom:first-child {
	margin-top: 7px;
}

.page-header{
    height: 44px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
}
.mega-bar{
    background: #f6f6f6 none repeat scroll 0 0;
    min-height: 41px !important;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #dadada;
}
.mega-bar > div > ul > li a:hover,
.mega-bar > div > ul > li a:focus{
    background:#40ada6 !important;
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  
  
}
.mega-sub-title{
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
    margin-top: 7px;
}
.mega-content > ul{
    padding: 0;
    margin: 0 0 20px 0;
}
.mega-content > ul > li{
    list-style:none;
}
.mega-content > ul > li > a {
  display: block;
  padding: 0px 0px !important;
  clear: both;
  font-weight: normal;
  color: #f6f6f6;
  white-space: normal;
  font-size: 13px;
}
.mega-content > ul > li > a:hover,
.mega-content > ul > li > a:focus{
  display: block;
  padding: 0px 0 !important;
  clear: both;
  font-weight: normal;
  
  white-space: normal;
  font-size: 13px;
  background:#40ada6;
  text-decoration: none;
  color: #fff;
}
.mega-dropdown a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.hr-bg-white{
    background-image: -moz-linear-gradient(left, transparent, rgba(252, 249, 249, 0.2), transparent) !important;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #40ada6;
  color: #fff;
  border:solid 1px #40ada6;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/*dashboard*/
.dashboard-tab li a{
    background: #40ada6;
    color:#fff;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
}
.dashboard-tab li.active a{
    border-top: none !important;
    border-top: none !important;
    background: #fff;
    color: #333;
}
.dashboard-tab li a i{
    text-align: center;
    color: #fff !important;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}
.dashboard-tab li.active a i{
    color: #333 !important;
}
.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: -35px 0 30px 0;
        margin-top: -35px;
        margin-bottom: 30px;
    width: 100%;
}