 *{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	min-height: 100%;
	_height:100%;
	height:100%;
}
body {
	min-height: 100%;
	_height:100%;
	height:100%;
}


.login_logos{width:40px;height:40px;vertical-align:middle;margin-top: -5px;}

.logoBox{width:40px;height:40px;border:1px solid #fff;padding:4px;border-radius: 50%;text-align:center;float:left;margin-top:12px;margin-left:3px;margin-right:5px;}
.logos{width:100%;height:100%;float:left;}
.sm_logo{width:42px;height:42px;}

.car_type_name:before{
	background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 38px;
    margin-top: 5px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}
.car_type_name:after{
	border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 42px;
    position: absolute;
    top: 0;
}
.car_type_name{
	color:rgba(255,255,255,.75);
	padding-left: 18px;
}
.car_type_name:hover{
	color:#fff;
}
.nav-md ul.nav.child_menu li.line_flag_on:before{
	background: #00ff00;
}


/**loading**/
.spinner_loading{
	width:100%;
	min-height:100%;
	line-height:100%;
	_height:100%;
	display:none;
}
.shade{
	position:fixed;
	top:0;
	left:0;
	z-index:20170724;
	width:100%;
	min-height:100%;
	_height:100%;
	filter:alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
	text-align:center;
	background:#000;
}
.sk-spinner-wave.sk-spinner {
	position:fixed;
	left:49%;
	top:50%;
	z-index:20170725;
	margin: 0 auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px
}
/*#1ab394*/
.sk-spinner-wave div {
	
	background-color: #1ab394;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
	0%,100%,40% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes sk-waveStretchDelay {
	0%,100%,40% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}


.widget_summary .w_left span{
	font-size:12px;
}
.widget_summary .w_right span{
	font-size:12px;
}


.profile_details:nth-child(3n){
	clear:none;
}

.tab-content>.active{
	overflow-x:hidden; 
}
ul.bar_tabs>li{
	margin-left:5px; 
}

.nav-md .container.body .right_col{
	overflow: hidden;
}
.nav_menu{
	margin-bottom: 0;
}

.name_info{
	cursor: pointer;
}