
.clearfix{
	clear: both;
}
.hide{
	display: none;
}

.sep15{
	height: 15px;
	clear: both;
}
.sep30{
	height: 30px;
	clear: both;
}

#loader {
	background: #000 url("../images/tail-spin.svg") no-repeat center center;
	height: 60px;
	width: 60px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: none;
	z-index: 999999;
	border-radius: 30px;
	opacity:.6;
}

.userarea{
	width: 80%;
	max-width: 600px;
	background:#fff;
	margin:auto;
}


#select-cars{
	background: #b90303;
	width:80px;
	height: 80px;
	border-radius: 80px;
	position: fixed;
	right: 30px;
	bottom: -75px;
    box-shadow: 0 0 20px #00000066;
    overflow: hidden;
    transition: bottom 250ms ease;
    cursor: pointer;
}
#select-cars.visible{
	bottom: 60px;
}
#select-cars svg{
	position: absolute;
    transition: top 250ms ease;
}
#select-cars #ico-car{
	top: 15px;
	width: 50px;
	height: 50px;
	left: 15px;
}
#select-cars #ico-close{
	top: 80px;
	width: 50px;
	height: 50px;
	left: 15px;
}
#select-cars.open #ico-car{
	top: -50px;
}
#select-cars.open #ico-close{
	top: 15px;
}

#select-cars-list{
	background: #ffffff;
	list-style: none;
	padding: 10px;
	margin:0;
	position: fixed;
	right:-400px;
	bottom: 150px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    transition: right 400ms ease;
    max-height: 320px;
    max-width: 320px;
    overflow: auto;
    z-index: 9;
    border-radius: 5px;
}
#select-cars-list.open{
	right:30px;
}
#select-cars-list li{
    padding: 10px 30px 10px 10px;
    position: relative;
    cursor: pointer;
}
#select-cars-list li.selected{
	font-weight: bold;
	color: #bc2b00;
}
#select-cars-list li:after {
	content: '›';
	position: absolute;
	right: 15px;
	font-weight: normal;
}
#select-cars-list li > img {
	max-width: 30px;
	max-height: 16px;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}




.car-content{
	margin: 0 15px 0 15px;
	background: rgba(255,255,255,.94);
	color: #31221d;
	padding: 15px;
}
.dt-sep{
	clear: both;
	height: 1px;
	background: #ddd;
}
.car-img{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.car-title{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
}
.car-plate{
	font-size: .9em;
}

.box-title{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 15px 0 15px;
	background: rgba(235,235,235,.94);
	color: #31221d;
	padding: 10px;
}

#car-pending{
	display: none;
}
.donut-chart {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background: #e1e1e1;
	margin: auto;
}
.donut-chart .slice {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.donut-chart .chart-center {
	position: absolute;
	border-radius: 50%;
}
.donut-chart .chart-center span {
	display: block;
	text-align: center;
}

.donut-chart .one {
	clip: rect(0 200px 100px 0);
	background: #e1e1e1;
	display: none;
}
.donut-chart .two {
	background: #bc2b00;
	clip: rect(0 200px 100px 0);
	transform: rotate(90deg);
	background: #bc2b00;
}
.status-0 .donut-chart .two {
	display: none;
}
.status-1 .donut-chart .two {
	clip: rect(0 100px 100px 0);
}
.status-3 .donut-chart .two {
  clip: rect(0 200px 200px 0);
}
.status-3 .donut-chart .one {
	display: block;
	clip: rect(0 100px 100px 0);
}
.status-4 .donut-chart .two {
  clip: rect(0 200px 200px 0);
}

.donut-chart .chart-center {
	top: 25px;
	left: 25px;
	width: 150px;
	height: 150px;
	background: #fff;
}
.donut-chart .chart-content {
	font-size: 40px;
	line-height: 150px;
	color: #bc2b00;
}
.car-services{
	margin-top: 15px;
}
.car-services > div{
	margin-top: 5px;
	line-height: 24px;
}
.car-services > div:first-of-type{
	margin-top: 0;
}
.car-services > div > img{
	float: left;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.car-text{
	margin-top: 15px;
}
.car-pics{
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
.car-pics > a{
	padding:10px 5px 0 5px;
	max-width: 33.3333%;
	float: left;
	display: block;
}
.car-pics > a > img{
	max-width: 100%;
	background: #fff;
	border-radius: 5px;
}
#car-todo{
	display: none;
	margin-bottom: 30px;
}
