.top_height {
	height: 70px !important;
}
.running-text {
    background:rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius:30px!important;
	-o-border-radius:30px!important;
	-moz-border-radius:30px!important;
	-ms-border-radius:30px!important;
	-webkit-border-radius:30px!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin:25px 6px 6px 200px;
    padding: 10px 45px 0 20px;
    width: 41%;
}

.date-top {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    margin-left: -30px;
    padding-right: 15px;
}

.date-top > li {
    display: inline;
}

.digital {
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    margin-left: -25px;
    margin-right: -25px;
    padding-right: 15px;
}

.digital li {
    display: inline;
}

#nt-title {
    margin: 0;
}

#nt-title li {
    list-style: outside none none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_mrgn {
	margin-top:72px !important;
}
.no-margin{
	margin:0 !important;
}
.btn_bg {
	color: rgb(230, 0, 0);
	border: none;
	padding: 8px 14px!important;
	font-size: 17px;
	border-radius: 5px!important;
	margin: 18px 0 0;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 255, 255)), color-stop(100%,rgb(229, 229, 229)));
	background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgb(229, 229, 229) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.btn_bg:hover {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.title_bg {
	padding: 8px 10px !important;
	border-bottom: none !important;
	background: rgb(33, 33, 33);
}
.title_bg .fa-crosshairs:before {
    font-size: 32px !important;
}

.txt_red {
	color: rgb(103, 22, 22);
}

.txt_blue {
	color: rgb(61, 123, 255);
}
.timing_tr_head{
	background: rgb(64, 64, 64);
	color: rgb(230, 0, 0);
}
.txt_green{
	color: rgb(0, 218, 44);
}
.txt_lytblue{
	color: rgb(66, 201, 218);
}
.table_bdr {
	margin: 0 !important;
	border:none !important;
}

.table_bdr td {
	line-height: 30px !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	border:none !important;
}

.table_bdr td:first-child {
    padding-left: 0;
}

.num_bg {
    background: url(../img/num_bg.png) no-repeat left top;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 43px;
    margin: 0;
	line-height:25px;
    padding: 8px 6px 0 0;
    text-align: center;
    width: 52px;
}

.tr_bg:nth-child(even){
	font-weight:bold;
	background: rgb(58, 58, 58); /* Old browsers */
	color:#FFF;
}
.tr_bg:nth-child(odd){
	font-weight:bold;
	background: #2c2c2c; /* Old browsers */
	color:#FFF;
}
.tr_bg:hover , .tr_bg:hover td , .tr_bg:hover th{
	background: rgb(79, 77, 77);
}
.body_pading {
	background: rgb(44, 44, 44);
	padding:0 !important;
}

.table_bdr th {
    padding: 15px 6px !important;
}
.export-btn {
	color:#fff;
	margin-right:15px;
	border-radius:5px!important;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.export-btn:hover {
	color:#fff;
	background: #cf0404; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf0404 0%, #ff3019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#ff3019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf0404 0%,#ff3019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf0404 0%,#ff3019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
}

.title2 {
    margin-right: 20px !important;
}

.table_th thead {
    background:#eee;
}

.weather img {
    width: 100%;
}

.title_bg .caption {
    line-height: 30px !important;
}

.icon1 {
	padding: 15px 18px;
	background:url(../img/icon-1.png) left top no-repeat;
}

.icon2 {
	padding: 15px 18px;
	background:url(../img/icon-2.png) left top no-repeat;
}

.icon3 {
	padding: 15px 18px;
	background:url(../img/icon-3.png) left top no-repeat;
}

.icon4 {
	padding: 15px 18px;
	background:url(../img/icon-4.png) left top no-repeat;
}

.icon5 {
	padding: 15px 18px;
	background:url(../img/icon-5.png) left top no-repeat;
}

.black {
	padding-bottom: 0;
	border-radius:5px!important;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.txt {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}

.num {
    color: #949494;
    font-size: 40px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

.num2 {
    color: #949494;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.top_space {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.gry_rr {
    background: none repeat scroll 0 0 #e2e2e2;
    border-radius: 0 30px 30px 0 !important;
    float: left;
	min-width:60px;
    padding: 7px 6px 7px 3px;
}

.gry_rl {
    background: none repeat scroll 0 0 #e2e2e2;
    border-radius: 30px 0 0 30px !important;
    float: right;
	min-width:60px;
    padding: 7px 3px 7px 6px;
}

.red_txt {
    color: #e60000;
    float: left;
    font-size: 14px;
}

.gry_txt {
    color: #333;
    float: right;
    font-size: 14px;
}

.link_bg {
	background: #3a3a3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a3a3a 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3a3a 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a3a3a 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}

.profit {
    background-color: #ffffff;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    z-index: 0;
}

.profit .headline {
    color: #fff;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.profit .headline h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}

.profit .headline h3 span {
    background-color: #333;
    border-radius: 20px!important;
    padding: 0 10px;
}

.profit .value {
    border-radius: 6px;
    color: #e60000;
    font: 5em Open Sans;
    letter-spacing: -3px;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
}

.profit .value span {
    font-size: 60px;
    margin-right: 10px;
    position: relative;
    top: 0;
}

.start-min {
    font-size: 30px !important;
    text-indent: 0 !important;
}

.profit .profit-line {
    text-align: center;
}
.export {
    margin-left: 10px;
}

@media (max-width:991px) {
	
.top_height {
    height: 85px !important;
}

.top_mrgn {
    margin-top: 10px !important;
}
.black {
    margin-top: 10px;
}

.nav_btn {
    margin-top: 32px !important;
}
.export {
	display:none;
}

}
.tr_bg.Active {
	background: rgba(255, 0, 0, 0.9);
	color: rgb(255, 255, 255)!important;
}
.tr_bg.Active .txt_blue{
	color:#fff;
}
.tr_bg.Active .txt_red{
	color:#fff;
}
.bg-yellow{
	background:yellow!important;
}
.bg-orange{
	background:orange;
}
.DROP{
	color:#FFF!important;
	font-family:'Open Sans', sans-serif;
}
tr.purple td , tr.purple td .txt_blue , tr.purple td .txt_red , tr.purple th{
	background-color: rgb(133, 43, 153) !important;
	color:#FFF!important;
}
tr.green td , tr.green td .txt_blue, tr.green td .txt_red , tr.green th{
	background-color: rgb(53, 170, 71) !important;
	color:#FFF!important;
}
tr.red td , tr.red td .txt_blue, tr.red td .txt_red , tr.red th{
	background-color: rgb(216, 74, 56) !important;
	color:#FFF!important;
}
tr.yellow td , tr.yellow td .txt_blue, tr.yellow td .txt_red , tr.yellow th{
	background-color: #ff9c00 !important;
	color:#FFF!important;
}
tr.blue td , tr.blue td .txt_blue, tr.blue td .txt_red  ,tr.blue th{
	background-color: rgb(77, 144, 254) !important;
	color:#FFF!important;
}
tr.maroon td , tr.maroon td .txt_blue, tr.maroon td .txt_red  ,tr.maroon th{
	background-color: maroon !important;
	color:#FFF!important;
}
.portlet.box > .portlet-title {
	margin-bottom: 0px;
	padding-bottom: 0!important;
}
@media (min-width: 1200px){
	/*.table_bdr {
		overflow: hidden;
	}*/
}
.LapTracking .Active td {
	background: rgb(53, 170, 71);
	color:#000;
}
span.gry_txt.NEXTLEAD {
	margin-left: 10px;
}
span.gry_txt.PREVLEAD {
	margin-left: 10px;
}

.SCROLLABLETABLE{
    width: 100% 
}

.SCROLLABLETABLE > thead,
.SCROLLABLETABLE > tbody,
.SCROLLABLETABLE > thead > tr,
.SCROLLABLETABLE > tbody > tr,
.SCROLLABLETABLE > thead > tr > th,
.SCROLLABLETABLE > tbody > tr > td {
    display: block;
}

.SCROLLABLETABLE > tbody > tr:after,
.SCROLLABLETABLE > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.SCROLLABLETABLE > tbody {
    overflow-y: auto;
    max-height: 457px;
}

.SCROLLABLETABLE > tbody > tr > td{
    width: 33%;
    float: left;
}
.SCROLLABLETABLE > thead > tr > th{
	 width: 33.3%;
     float: left;
}

.top-mrgn {
	margin-top: 18px;
}

.tr-bg {
	border: 1px solid #dadada;
	font-weight:bold;
	background: rgb(140, 140, 140);
}
.tr-bg td {
	text-align: right;
}

.dark_green {
	color: #00ff01;
}

.light_green {
	color: #a9ff54;
}

.lighter_green {
	color: #edff4e;
}

.grn_box {
	margin-left:10px !important;
	text-align:center;
	font-size: 4em!important;
	font-weight: 700!important;
	background: #00ff00;
	padding-left:15px !important;
	padding-right:15px !important;
}

.ylow_box {
	text-align:center;
	font-size: 4em!important;
	font-weight: 700!important;
	background: #ffff00;
	padding-left:15px !important;
	padding-right:15px !important;
}

.red_box {
	text-align:center;
	font-size: 4em!important;
	font-weight: 700!important;
	background: #ff0000;
	padding-left:15px !important;
	padding-right:15px !important;
}

.gry_box {
	text-align:center;
	font-size: 4em!important;
	font-weight: 700!important;
	background: #b6b6b6;
	padding-left:15px !important;
	padding-right:15px !important;
}
html{
	background:#000;
}
.txt_size label {
	font-size: 8px!important;
}
#ColorGreen , #ColorGreen i{
	color:green!important;
}
#ColorRed , #ColorRed i{
	color:red!important;
}
.well {
	background-color: rgb(58, 58, 58);
	border: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
}
.bg-dark{
	background:rgb(44, 44, 44)!important;
}
.max-width-80 {
	width: auto!important;
	height: 16px;
}
.timing_tr_head th{
	font-size:11px!important;
}
.color-white{
	color:#FFF!important;
}
.margin-top-6{
	margin:6px 0 0 0;
}
#FuelMilageForm .form-control{
	margin-bottom: 10px;
}
.close {
	opacity: 1;
}
.modal-header , .modal-footer , .modal , .modal label {
	border-color: rgb(230, 0, 0);
	color:rgb(230, 0, 0)!important;
}
#FuelMilageForm label{
	color:rgb(230, 0, 0)!important;
}
td[colspan='16'] , td[colspan='16']:hover{
	background:rgb(230, 0, 0)!important;
	color:#FFF!important;
}
body.login{
	background:#000!important;
}