.bold_summary_row .x-grid-row-summary {
	font-weight: bold;
}

.red_window .x-window-header {
	background-color: #DB4D4D !important;
	background-image: none !important;
	border-color: #FF4D4D !important;
}
.red_window .x-window-header div {
	background-color: #DB4D4D !important;
	background-image: none !important;
	border-color: #FF4D4D !important;
}
.red_window .x-window-header span {
	color: white;
}

.red_window .x-panel-header {
	background-color: #DB4D4D !important;
	background-image: none !important;
	border-color: #FF4D4D !important;
}
.red_window .x-panel-header div {
	background-color: #DB4D4D !important;
	background-image: none !important;
	border-color: #FF4D4D !important;
}
.red_window .x-panel-header span {
	color: white;
}

.yellow_window .x-panel-header {
	background-color: #E68A00 !important;
	background-image: none !important;
	border-color: #EEAD4D !important;
}
.yellow_window .x-panel-header div {
	background-color: #E68A00 !important;
	background-image: none !important;
	border-color: #EEAD4D !important;
}
.yellow_window .x-panel-header span {
	color: white;
}

.invalid-trip .interval-right-handle .x-panel-body {
	background: 						#FF8080 !important;
}

.invalid-trip .interval-left-handle .x-panel-body {
	background: 						#FF8080 !important;
}

.invalid-trip .interval-green .x-panel-body {
	background: 						#FF4545 !important;
	color: 								white !important;
}


.left-time-interval-panel .x-panel-body {
	position:							relative;
}

.left-time-interval-panel .x-panel-body .time-from-to-display {
	font-size: 							9px;
	top: 								1px;
	right: 								2px;
	position: 							absolute;
}

.right-time-interval-panel .x-panel-body {
	position:							relative;
}

.right-time-interval-panel .x-panel-body .time-from-to-display {
	font-size: 							9px;
	top: 								1px;
	left: 								2px;
	position: 							absolute;
}

.interval-green .x-panel-body .time-from-display {
	font-size: 							9px;
	display: 							block;
	position: 							absolute;
	top: 								-2px;
	left: 								1px;
}

.interval-green .x-panel-body .time-to-display {
	font-size: 							9px;
	display: 							block;
	position: 							absolute;
	bottom: 							-2px;
	right: 								1px;
}

.interval-left-handle .x-panel-body {
	background-color:					#CCCCCC;
	cursor: 							w-resize;
}

.interval-right-handle .x-panel-body {
	background-color:					#CCCCCC;
	cursor: 							e-resize;
}

.interval-green .x-panel-body {
	background-color:					#8AEB8A;
	cursor: 							col-resize;
	position:							relative;
}

.interval-blue-not-editable .x-panel-body .time-from-display {
	font-size: 							9px;
	display: 							block;
	position: 							absolute;
	top: 								-2px;
	left: 								1px;
	color:								white;
}

.interval-blue-not-editable .x-panel-body .time-to-display {
	font-size: 							9px;
	display: 							block;
	position: 							absolute;
	bottom: 							-2px;
	right: 								1px;
	color:								white;
}

.interval-left-handle-not-editable .x-panel-body {
	background-color:					#3399FF;
}

.interval-right-handle-not-editable .x-panel-body {
	background-color:					#3399FF;
}

.interval-blue-not-editable .x-panel-body {
	background-color:					#3399FF;
	position:							relative;
}


.grid_row_lightbluegrey .x-grid-cell {
	background-color:					#D1D1E0;
}

.grid_row_lightgreen .x-grid-cell {
	background-color:					#99FF99;
}

.grid_row_lightpurple .x-grid-cell {
	background-color:					#CC99FF;
}

.yellow_field .x-form-text {
	background:					#FFFF66 !important;
}

.premium_service_field .x-form-text {
	background: #FFC107 !important;
}

.economy_service_field .x-form-text {
	color: white !important;
	background: #4CAF50 !important;
}

.guaranteed_service_field .x-form-text {
	color: white !important;
	background: #F44336 !important;
}

.grid_row_new_message_background .x-grid-cell {
	background-color:					#FF9100;
}

.grid_row_red_background .x-grid-cell {
	background-color:					#FF5050;
}
.grid_row_red_background.x-grid-row-selected .x-grid-cell {
	background-color:					#CC0000 !important;
}

.grid_row_grey_background .x-grid-cell {
	background-color:					#BDBDBD;
}

.grid_row_pink_background .x-grid-cell {
	background-color:					#E65C93;
}
.grid_row_pink_background.x-grid-row-selected .x-grid-cell {
	background-color:					#F8CEDF !important;
}

.grid_row_green_background .x-grid-cell {
	background-color:					#5BE664;
}
.grid_row_green_background.x-grid-row-selected .x-grid-cell {
	background-color:					#D2F8CE !important;
}

.grid_row_rasta_background .x-grid-cell {
	background: #e82c2f; /* Old browsers */
	background: -moz-linear-gradient(left,  #e82c2f 8%, #ecef26 48%, #53bf35 86%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(8%,#e82c2f), color-stop(48%,#ecef26), color-stop(86%,#53bf35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e82c2f 8%,#ecef26 48%,#53bf35 86%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e82c2f 8%,#ecef26 48%,#53bf35 86%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e82c2f 8%,#ecef26 48%,#53bf35 86%); /* IE10+ */
	background: linear-gradient(to right,  #e82c2f 8%,#ecef26 48%,#53bf35 86%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82c2f', endColorstr='#53bf35',GradientType=1 ); /* IE6-9 */
}

.flaming_button {
	background: #fff132; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff132 2%, #f77327 43%, #f77327 43%, #f77327 43%, #f77327 43%, #f77327 43%, #f77327 43%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fff132), color-stop(43%,#f77327), color-stop(43%,#f77327), color-stop(43%,#f77327), color-stop(43%,#f77327), color-stop(43%,#f77327), color-stop(43%,#f77327), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff132 2%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff132 2%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff132 2%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff132 2%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#f77327 43%,#ff0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff132', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
	color: white;
}

.grid_row_hot .x-grid-cell {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7b227+0,ff261e+56,ff261e+56,ff261e+56&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(247,178,39,0.8) 0%, rgba(255,38,30,0.8) 56%, rgba(255,38,30,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,178,39,0.8)), color-stop(56%,rgba(255,38,30,0.8)), color-stop(100%,rgba(255,38,30,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,178,39,0.8) 0%,rgba(255,38,30,0.8) 56%,rgba(255,38,30,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,178,39,0.8) 0%,rgba(255,38,30,0.8) 56%,rgba(255,38,30,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247,178,39,0.8) 0%,rgba(255,38,30,0.8) 56%,rgba(255,38,30,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247,178,39,0.8) 0%,rgba(255,38,30,0.8) 56%,rgba(255,38,30,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf7b227', endColorstr='#ccff261e',GradientType=0 ); /* IE6-9 */
}
.grid_row_hot2 .x-grid-cell {
	background-color: #F44336;
	color: white;
}

.grid_row_hot2.x-grid-row-selected .x-grid-cell {
	background-color: #C62828 !important;
	/*color: white;*/
}

.grid_row_economy .x-grid-cell {
	/*background-color: #00C853;*/
	background-color: #4CAF50;
}

.grid_row_economy.x-grid-row-selected .x-grid-cell {
	background-color: #2E7D32 !important;
	color: white !important;
}

.grid_row_orange_column .orange_column {
	background-color:					orange;
}

.grid_row_yellow .x-grid-cell {
	background-color:					#FFFF66;
}

.grid_row_yellow.x-grid-row-selected .x-grid-cell {
	background-color:					#CCCC00 !important;
}

.grid_row_bold div {
	font-weight:					bold;
}

.grid_row_border {
	border: solid;
	border-width: 1px;
	border-color: black;
}

.grid_row_red {
	color:					red;
}

.grid_row_green {
	color:					green;
}

.grid_row_bs_blue {
	color: #5bc0de;
}

.grid_row_bs_green {
	color: #5cb85c;
}

.grid_background_gold .x-grid-cell{
	background-color: #FFD700;
	border-style: groove;
}

.grid_row_crossed_out {
	color:					gray;
	text-decoration:		line-through;
}

.hide_row {
	display: none;
}

.no-group-hd .x-grid-group-hd {display: none;}

.logoutBtn {
	position:				absolute;
	right:					0px;
}
.notif {
	position:				absolute;
	color:					white;
	left:					-6px;
	top:					-21px;
	height:					20px;
	width:					20px;
	font-weight:			bold  !important;
	font-family:			Arial !important;
	font-size:				smal  !important;
	background-repeat:		no-repeat;
	background-position:	center top;
	padding-top:			1px;
	padding-left:			0px;
	text-align:				center;
}
/*.badge_icon {
	background-image:		url('../../images/Ext.ux/badge.png');
}*/
.notifContainer {
	position:				relative;
}
.hiddenField {
	display:				none;
}
.tabsCalendar {
	background-image:		url('../../images/twotiny/calendar.gif');
}
.listItemCell {
	height:					40px;
}
.panelBigTitle {
	font-size: 30px;
	color: Red;
}
.panelSubTitle {
	font-size: 13px;
	color:Black;
	font-style:italic;
}
.cellAlignTop {
	vertical-align: top;
}
.cellAlignBottom {
	vertical-align: bottom;
}
.cellAlignTopRight {
	vertical-align: top;
	text-align: right;
}
.cellAlignRight {
	text-align: right;
}
.cellButton {
	margin-left:218px;
}

.verticalScroll {
	overflow-y: auto;
}
.horizontalScrollHidden {
	overflow-x: hidden !important;
}

.cellQuotePanel{
	padding-left:10px;
	padding-right:10px;
}
.whiteFormPanel {
	background-color: transparent !important;
}
.quotePanelSettings {
	text-align: center !important;
}
.quoteWidgetPanels {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.profiler-results {
	border-top: gray solid thin;
	top: 200px !important;
}

@media print {
	.noprint { display: none !important; }
	.noBorder { border-style:none !important; border-width: 0px !important; }
	.printOnly { top:0px !important; left:0px !important; display:block !important; }
}

.wid_search_field .x-form-trigger-wrap {
	background-color: white;
	border: solid thin #7eadd9;
}

.wid_search_field_input {
	margin-left: 1px;
	border: none !important;
	background-image: none !important;
}

.wid_search_field .x-trigger-cell {
	width:20px !important;
}

input.remove-no-file-chosen {
   width: 90px;
   color: #fff;
}

.new_archer_file {
	text-align: 	left;
	margin-left: 	10px;
	margin-top: 	4px;
	/*background-color: red;
	height: 		30px;*/
}

.archer_file_thumb {
	width: 			90px;
	float: 			left;
	height: 		100px;
}

.archer_file_thumb span {
	width: 			75px;
	word-wrap: 		break-word;
	font-size: 		11px;
}

.archer_panel_title {
	color: 			#416da3;
	font-size: 		12px;
	font-weight: 	bold;
	text-shadow: 	1px 1px #fff;
}

.error_panel_title {
	color: 			#04468C;
	font-size: 		12px;
	font-weight: 	bold;
	text-shadow: 	1px 1px #fff;
}

.map_panel_found .tdTitle,
.map_panel_error .tdTitle {
    text-align: right;
    font-weight: bold;
    white-space: nowrap
}
.map_panel_found .tdValue,
.map_panel_error .tdValue {
  	text-align: left;
  	white-space: nowrap
}
.map_panel_error .tdTitleCenter {
    text-align: center;
    font-weight: bold;
}
.map_panel_found {
    text-shadow: 0 -1px 0 #000;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, arial;
    font-size: 11px;
    line-height: 18px;
    padding: 0px 0px 0px 4px;
		max-width: 203px;
		max-height: 74px;
}

.map_panel_error {
	text-shadow: 0 -1px 0 #fff;
	color: #000;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 11px;
	line-height: 18px;
	background-color: #FAFD12;
	padding: 0px 0px 0px 4px;
	max-width: 203px;
	max-height: 90px;
	overflow: hidden;
}

/*.gm-style div {
    overflow: hidden !important;
}*/
.location_inactive_true {
	text-decoration: 	line-through;
	color: 						#999;
	font-style: 			italic;
}
.location_inactive_false {

}

.customer_active_false {
	text-decoration: 	line-through;
	color: 						#999;
	font-style: 			italic;
}
.customer_active_true {

}

.customers_person_inactive_true {
	text-decoration: 	line-through;
	color: 						#999;
	font-style: 			italic;
}
.customers_person_inactive_false {

}
.x-boundlist-align-left {
	text-align:  			left;
}

.action_column_apt_notes_container {
	position: 				relative;
}

.action_column_file_number {
	position: absolute;
	top: 9px;
	left: 7px;
	color: white;
	font-size: 9px;
	pointer-events: none;
}

.action_column_apt_notes {
	position: 				absolute;
	top: 							9px;
	left: 						7px;
	color: 						white;
	font-size: 				9px;
	pointer-events: 	none;
}

.action_column_template_img {
	position: 				relative;
	top: 							-1px;
	left: 						-2px;
}

.loginUtilLinks {
	text-align:  			left;
}

.available_trailer_info_parent {
	height: 					auto !important;
}

.available_trailer_info {
	height: 					auto !important;
}

.available_trailer_info .x-table-layout {
	width: 						100%;
}

.available_trailer_info .area_title {
	height: 					40px !important;
	/*padding-top: 			14px;*/
}

.available_trailer_info span:hover {
    cursor: pointer;
}

.available_trailer_info th {
    text-align: 		center !important;
    /*border: 				1px solid black;*/
}
.available_trailer_info td {
    text-align: 		center !important;
}
.available_trailer_hidden {
	display: 					none;
	position:  				absolute;
}
.available_trailer_tooltip {
	text-align: 			left;
}
.available_trailer_old_values {
	color: 						#cccccc;
}
.available_trailer_row_alt {
	background-color: #D6E1EE;
}
.special_form_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
}

.red_border {
	border: solid;
  border-color: red;
}

.truck_png {
  background-image: url('truck.png');
}
