.opozdanie:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #e6b2b2; 
}

.recall:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .recall:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #337ab7; 
}

.buyout:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #5cb85c; 
}

.parking:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #5bc0de; 
}

.sale:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #f0ad4e; 
}

.failure:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #aa20b3; 
}

.undefined:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: #d9534f; 
}

.trash:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-
cell-hover):not(.jqx-grid-cell-selected){
	  color: black;
	  background-color: grey; 
}


@font-face {
  font-family: LCD; /* Гарнитура шрифта */
  src: url(/fonts/advanced_pixel_lcd-7.ttf); /* Пут к файлу со шрифтом */
}
       .span_timer {
        font-family: LCD, 'lcd', cursive;
       }
       fieldset.group  { 
           margin: 0; 
           padding: 0; 
           margin-bottom: 1.25em; 
           padding: .125em; 
       } 
       fieldset.group legend { 
         margin: 0; 
         padding: 0; 
         font-weight: bold; 
         margin-left: 20px; 
         font-size: 100%; 
         color: black; 
       } 	
       ul.checkbox  { 
         margin: 0; 
         padding: 0; 
         margin-left: 20px; 
         list-style: none;
       } 
       ul.checkbox li input { 
         margin-right: .25em; 
       } 
       
       ul.checkbox li { 
         border: 1px transparent solid; 
         display:inline-block;
         width:12em;
       } 
       label { 
         font-size: 14px;
       }
       
	ul.checkbox li label { 
         margin-left: 0px; 
         padding-left: 0px;
         font-weight: bold; 
         font-size: 14px;
	} 
	.tr-checked {background-color: #D9EDF7;}
	.input-phone {-moz-appearance: textfield;
					border: medium none;
					border-radius: 4px;
					box-shadow: 1px 1px 5px rgba(28, 130, 216, 0.44) inset;
					box-sizing: border-box;
					color: #333;
					font-family: inherit;
					font-size: 13px;
					height: 28px;
					line-height: 1.42857;
					margin: 5px 0px;
					padding: 1px 10px 2px 5px;
					vertical-align: baseline;
					width: 110px;
				}	

	.btn-current {
	  color: #ffffff;
	  background-color: #7892c2; 
	  *background-color: #4A65BA;
	  background-image: -moz-linear-gradient(top, #4A65BA, #7892c2);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4A65BA), to(#7892c2));
	  background-image: -webkit-linear-gradient(top, #4A65BA, #7892c2);
	  background-image: -o-linear-gradient(top, #4A65BA, #7892c2);
	  background-image: linear-gradient(to bottom, #4A65BA, #7892c2);
	  background-repeat: repeat-x;
	  border-color: #7892c2 #7892c2 #4A65BA;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
	.btn-current:hover,
	.btn-current:focus,
	.btn-current:active,
	.btn-current.active,
	.btn-current.disabled,
	.btn-current[disabled] {
	  color: #ffffff;
	  background-color: #7892c2;
	  *background-color: #4A65BA;
	}
	.btn-current:active,
	.btn-current.active {
	  background-color: #7892c2 \9;
	}
	.btn-failure {
	  color: #000000;
	  background-color: #AA20B3; 
	  *background-color: #7D00B7;
	  background-image: -moz-linear-gradient(top, #7D00B7, #AA20B3);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7D00B7), to(#AA20B3));
	  background-image: -webkit-linear-gradient(top, #7D00B7, #AA20B3);
	  background-image: -o-linear-gradient(top, #7D00B7, #AA20B3);
	  background-image: linear-gradient(to bottom, #7D00B7, #AA20B3);
	  background-repeat: repeat-x;
	  border-color: #AA20B3 #AA20B3 #7D00B7;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
	.btn-failure:hover,
	.btn-failure:focus,
	.btn-failure:active,
	.btn-failure.active,
	.btn-failure.disabled,
	.btn-failure[disabled] {
	  color: #ffffff;
	  background-color: #AA20B3;
	  *background-color: #7D00B7;
	}
	.btn-failure:active,
	.btn-failure.active {
	  background-color: #AA20B3 \9;
	}
