@charset "utf-8";
/* CSS Document */

.top-header{
	background: #1a68bf !important;
	margin: 0;
	padding: 8px 0px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
}
.logo img{
	width: 100%;
}
.menu-bar ,.logo{
	float: left;
	cursor: pointer;
}
.menu-bar{
	position: relative;
}
.menu-bar i{

	color: #fff;
    padding: 5px;
    margin:0 20px;
}
.menu-bar i:hover{
		background: rgba(255,255,255,.3);
	border-radius: 50%;

}
.dash-back{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,33,33,0.48);
    -webkit-transition: background-color .3s cubic-bezier(0.25,0.8,0.25,1);
    transition: background-color .3s cubic-bezier(0.25,0.8,0.25,1);
    z-index: 9;
	-webkit-animation: fadeIn ease-in 1;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    
}
.logo{
	width: 120px;
}
.dash .navbar-brand{
	    max-width: 120px;
    padding: 12px;
}
.dash .navbar-brand img{
	width:100%;
}
.dash .navbar-default .navbar-nav > li > a{
	color: #fff;
}
.dash .navbar-default .navbar-nav > .active > a, .dash .navbar-default .navbar-nav > .active > a:hover, .dash .navbar-default .navbar-nav > .active > a:focus {
    color: #000 !important;
   background-color: #fff;
    border: 1px solid #eee;
    padding:4px 20px;
    border-radius: 18px;
}
.dash .navbar-nav > li > a{
	 padding: 4px 20px;
		 font-size:12px;
}
.dash .navbar-nav{
	margin-left: 50px !important;
	margin: 10px 0;
}
.dash .dropdown-menu {
    position: absolute;
    top: 140%;
    left: -50px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #1a68bf;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius:0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dash .dropdown-menu > li > a{
	color: #fff;
	font-size:12px;
}

.left-menu, .top-head-menu{
	float: left;
}
.left-menu{
	width:64px;
	text-align: center;
}
.left-menu svg{
	color: rgba(0,0,0,.587);
	width: 24px;
}
.top-head-menu{
	font-size: 16px;
	color: rgba(0,0,0,.987);
	font-weight: 600;
	padding: 3px 0;
	letter-spacing: .5px;
}
.top-menu{
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
}
.middle-menu{
	padding: 15px 0;
}
.sub-menu{
	padding: 5px 0;
	cursor: pointer;
}
.sub-menu:hover{
	background: #eee;
}
