@charset "utf-8";
/********************************************************
//	MBCMS v4.1.1
//
//	Developped by MB Creation
//	copyright 2015
//	www.mb-creation.com
//	contact@mb-creation.com
********************************************************/

.search_city_result_container {
	margin: 15px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.search_city_result {
	margin: 0;
	padding: 0;
}

.scr-city {
	padding: 5px;
	font-size: 16px;
    color: #07f;
    cursor: pointer;
	text-transform: uppercase;
}
.scr-city:hover {
	background: #07f;
	color: #fff;
}

/* Orders table */
.t-row th, .t-row td {
	cursor: pointer;
	vertical-align: middle !important;
}
.filters select[multiple] {
	height: 60px;
}

/* Fuel tags */
.label-FSH {
	background-color: #f00;
	color: #fff;
}
.label-GNR {
	background-color: #f80;
	color: #fff;
}
.label-GO {
	background-color: #ff0;
	color: #000;
}

.page-select {
	margin: 20px 0;
	vertical-align: baseline;
}
.page-select button {
	font-size: 13px;
}
