/* 
	This is the custom CSS for random small CSS snippets
*/

.driver-busy {
	color:#f99;
}

.driver-free {
	color:#090;
}

.driver-break {
	color:#f60;
}

.transfer-ok {
	color:#090;
}

.transfer-warn {
	color:#f60;
}

.transfer-bad {
	color:#c00;
}

.alert-thin {
	margin-bottom: 1px;
	height: 40px;
	line-height:40px;
	padding:0px 20px;
}

.white {
	color: #fff;
}

.dark-text {
	color: #000 !important;
}

.pagination>li>a {
	color: #000 !important;
}

.tr-font {
	font-size: 18px;
	line-height: 20px;
}

.al-left {
	text-align: left;
}

.al-right {
	text-align: right;
}

.al-center {
	text-align: center;
}

.full {
	width:100%;
}

.w90 {
	width:90%;
	text-align: center;
}

.center {
	width:100%;
	text-align: center;
}

.red-alert {
	background-color: #f20909;
	color: #fff;
}

.orange-alert {
	background-color: #e27900;
	color: #fff;
}

.rent-good {
	background-color: #090;
}

.rent-ok {
	background-color: #990;
}

.rent-medium {
	background-color: #f60;
}

.rent-bad {
	background-color: #c00;
}

.dark-bg {
  background:#111;
}

pre {
	font-size: 24px;
}

/*
table {
  overflow: auto !important;
  display: block !important;
}
*/

@media only screen and (min-width: 1170px) {
.container { 
	width: 1450px;
}
}

@media only screen and (max-width: 1080px) {
table {
	overflow-x: scroll !important;
	display: block !important;
}
}