html, body, #container {height:100%;}
body {color:#333;background-color:#fff;
}
body, td{
color:#1f1f1f;
font-family:"Trebuchet MS";
font-size:13px;
}
a{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
-ms-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
a{color:#3399cc;text-decoration:none;}
a:hover{color:#006666;text-decoration:underline;}
#container{
border-top:3px solid #29a9e0;
height:auto;
min-height:100%;
padding:0 25px 80px 25px;
}
#container.user-in{
border-top:3px solid #d25c35;
}
#top_head{
min-height:80px;
border-bottom:1px solid rgba(0, 165, 212, 0.15);
margin-bottom:25px;
}
#container.user-in #top_head{
border-bottom:1px solid rgba(210, 92, 53, 0.15);
}
#bottom{
margin:-80px 25px 0px 25px;
padding:30px 25px 0px 25px;
border-top:1px solid #e5e5e5;
clear:both;
position:relative;
z-index:100;
height:80px;
}

.bl-cntr{
margin:auto;
max-width:800px;
}
#top_head .bl-cntr .wia-logo{
float:left;
display:inline-block;
height:60px;
margin-top:10px;
}
#top_head .bl-cntr .wia-logo img{
max-height:60px;
width:auto;
height:auto;
}
#top_head .bl-cntr .panel{
float:right;
margin-top:18px;
}
#top_head .bl-cntr .panel .item.user_info{
font-size:18px;
}
#top_head .bl-cntr .panel .item{
float:right;
padding:10px 30px 0 0;
}
#top_head .bl-cntr .panel .item:first-child{padding-right:0;}
#top_head .bl-cntr .panel a.item{
font-size:18px;
}
#top_head .bl-cntr .panel a.item:hover{
text-decoration:none;
}
#top_head .i-panel:after,
#top_head .i-exit:after,
#top_head .i-sign:after,
#top_head .i-login:after{
font-family:FontAwesome;
display:inline-block;
margin-left:5px;
}
#top_head .i-panel:after{
content:"\f007";
}
#top_head .i-exit:after{
content:"\f011";
}
#top_head .i-login:after{
content:"\f090";
}
#top_head .i-sign:after{
content:"\f00c";
}
#bottom a{
font-weight:bold;
font-size:15px;
}
#bottom .text{
float:right;
text-align:right;
font-size:15px;
color:#777;
}
#bottom .text:after{
font-family:FontAwesome;
content:"\f043";
display:inline-block;
margin-left:4px;
}
#bottom .text.wo:after{
content:"\f1ba";
}
#index-main{
text-align:center;
position:relative;
}
#index-main .title{
font-size:30px;
line-height:30px;
}
#index-main .bg-card{
background:url(../images/oil_card.jpg?2) center center;
background-size:contain;
background-repeat:no-repeat;
max-height:400px;
margin:20px;
min-height:400px;
}
#wotaxi #index-main .bg-card{
background-image:url(../images/mirtaxi_main_logo.jpg);
}
.form{
background:#eee;
width:400px;
margin:auto;
border:1px solid #fff;
box-shadow:0 0px 20px #ccc;
border-radius:10px;
padding:20px 40px 25px 40px;
margin-top:70px;
display:inline-block;
}
.form label{
display:block;
font-size:15px;
font-weight:bold;
padding-top:10px;
}
.form label:first-child{
padding-top:0;
}
.form .b-form{
width:100%;
margin-top:15px;
font-size:15px;
padding:15px;
}
.form .field{
margin:5px 0 10px 0;
}
input[type=text], input[type=password]{
width:100%;
font-size:15px;
padding:6px 10px;
border:1px solid #ccc;
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
border-radius:3px;
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
input[type=text]:focus, input[type=password]:focus {
box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 10px rgba(0, 165, 212, 0.5);
border:1px solid rgba(0, 165, 212, 0.5);
}
.page_404 h1{
color:#d24437;
font-size:52px;
}
.form.f-info{
font-size:22px;
background-color:#fff;
padding:40px 20px;
}
.form.f-info a.phone{
display:none;
}
.form.f-info span.phone{
display:block;
}

.form.f-info .phone{
display:block;
margin-top:15px;
font-size:32px;
font-weight:bold;
}
.form.f-info .phone:before{
font-family:FontAwesome;
content:"\f095";
display:inline-block;
margin-right:10px;
vertical-align:initial;
}
.form .restore{
padding-top: 10px; 
}
.form .loading{
background: url(../images/loader.gif) no-repeat center top;
margin: 10px;
padding-top: 20px;
display:none;
}
.form .msg{
background: #fff;
padding: 10px;
color: green;
border: 1px dotted green;
border-radius: 5px;
}
.form .desc{
color: #666;
text-align:left;
padding-top: 5px;
}
@media (max-width: 520px) {
	#container{
	border:0;
	padding: 0 5px 70px 5px;
	}
	#top_head .bl-cntr .panel{
	display: block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	}
	#top_head{
	margin-bottom: 15px;
	}
	#bottom{
	margin: -70px 0 0 0;
	padding: 15px 15px 0 15px;
	}
	#index-main .bg-card{
	min-height: 200px;
	margin: 20px 0 0 0;
	}
	#index-main .bg-card.p-simple{
	background:none !important;
	background-image:none !important;
	}
	#top_head .bl-cntr .wia-logo{
	float: none;
	height: 45px;
	text-align: center;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 3px;
	}
	#top_head .bl-cntr .wia-logo img{
	max-height: 45px;
	margin-right: 20px;
	}
	#bottom .text{
	float: none;
	text-align: left;
	}
	#top_head .bl-cntr .panel a.item:after{
	content:"";
	}
	#top_head .bl-cntr .panel .item{
	display: inline-block;
	float: none;
	margin: 3px;
	padding: 15px 30px !important;
	text-align: center;
	border: 1px solid rgba(0, 165, 212, 1);
	border-radius: 10px;
	}
	#index-main .title{
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	}
	.form{
	width: 90%;
	margin-top: 10px;
	padding: 15px 20px 20px 20px;
	margin-bottom: 25px;
	}
	.form.f-info{
	font-size: 18px;
	padding: 15px 20px 20px 20px;
	}
	.form.f-info .phone{
	font-size: 24px;
	}
	.form.f-info a.phone{
	display:block;
	}
	.form.f-info span.phone{
	display:none;
	}
	
}
