@media print {
  div.mv_application {
    width: 100%;
  }
  div.mv_client_application {
    width: 100%;
  }
  div.mv_header {
    display: block;
  }
  div.mv_banner {
    display: none;
  }
  div.mv_menu {
    display: none;
  }
  div.mv_trailer {
    display: none;
  }
}

@media screen {
  div.mv_application {
    width: 950px;
  }
  div.mv_client_application {
    width: 80%;
  }
  div.mv_header {
    display: none;
  }
  div.mv_banner {
    display: block;
  }
  div.mv_menu {
    display: block;
  }
  div.mv_trailer {
    display: block;
  }
}

html {
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

font, font.text, table.text {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a, a.text {
  color: #766d5c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  transition-property: color;
  transition-duration: 0.1s;
}

a:hover,
a.text:hover {
  color: #b50737;
  transition-property: color;
  transition-duration: 0.1s;
}

a.texta {
  color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

font.texta {
  color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
font.textbw {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
font.textbb {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

font.textinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
A.texta {
  color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
A.textinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

font.large {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
A.large {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

font.largew {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
font.largea {
  color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
font.largeo {
  color: #766d5c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

font.largeinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
A.largeinv {
  color: #f9f1e6;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

font.hugea {
  color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

font.small {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.browser_instructions font.small {}

a.small {
  color: #766d5c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  transition-property: color;
  transition-duration: 0.1s;
}

a.small:hover{
  color: #b50737;
  transition-property: color;
  transition-duration: 0.1s;
}

font.smalla {
  color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

font.smallinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
A.smallinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

font.tiny {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
a.tiny {
  color: #766d5c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9px;
}

font.tinyinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
a.tinyinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9px;
}

font.blink {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: blink;
}
a.blink  {
  color: #766d5c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: blink;
}

font.blinkinv {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: blink;
}
A.blinkinv  {
  color: #f9f1e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: blink;
}

table {
  border-color: #ededed;
}

input.entry,
input.entry_readonly,
input.entry_changed {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #999;
}

input.entry {
  background-color: white;
}

input.entry_readonly {
  background-color: #f9f1e6;
}

input.entry_changed {
  color: #b50737;
  background-color: #f9f1e6;
}

button,
input.button,
input.button_disabled,
input.button_small,
input.button_large,
button.button,
button.button_small,
button.button_large {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.1s;
  border-color: #777777;
  border-style: solid;
}

input.button:hover,
input.button_small:hover,
input.button_large:hover,
button.button:hover,
button.button_small:hover,
button.button_large:hover {
  background-color: #e50442;
  transition-property: background-color;
  transition-duration: 0.1s;
}

input.button:active,
input.button_small:active,
input.button_large:active,
button.button:active,
button.button_small:active,
button.button_large:active {
  background-color: #b50737;
  transition-property: background-color;
  transition-duration: 0.1s;
}

input.button {
  color: #ffffff;
  background-color: #b50737;
  font-size: 12px;
  font-weight: bold;
  border-width: 1px;
  margin: 3px 3px 3px 1px;
  padding: 2px 4px;
}

input.button_disabled {
  color: black;
  background-color: #f9f1e6;
  font-size: 12px;
  font-weight: bold;
  border-width: 0px;
}

input.button_small {
  color: #ffffff;
  background-color: #b50737;
  font-size: 9px;
  border-width: 1px;
}

input.button_large {
  color: #ffffff;
  background-color: #b50737;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  border-width: 1px;
}

button.button {
  color: #ffffff;
  background-color: #b50737;
  font-size: 12px;
  font-weight: bold;
  border-width: 1px;
  margin: 3px 3px 3px 1px;
  padding: 2px 4px;
}

button.button_disabled {
  color: black;
  background-color: #f9f1e6;
  font-size: 12px;
  font-weight: bold;
  border-width: 0px;
}

button.button_small {
  color: #ffffff;
  background-color: #b50737;
  font-size: 9px;
  border-width: 1px;
}

button.button_large {
  color: #ffffff;
  background-color: #b50737;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  border-width: 1px;
}

input.radio {
}

input.checkbox {
}

img {
  border-width: 0px;
  border-color: #766d5c;
  border-style: solid;
}

select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #999;
  background-color: white;
}

td.csel {
  background-color: #d9c9b2;
}

A.calt, font.calt {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

A.cald, font.cald {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

A.calb, font.calb {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
}

A.calg, font.calg {
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
}

span.pickitem {
  position: absolute;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  z-index: 0;
}

img.pickitem {
  border: 0px;
}

div.pickitem_bg {
  position: relative;
}

div.pickitem_info {
  margin: 1px;
  border: solid 1px;
  padding: 2px;
  background-color: #d9c9b2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: black;
}

div.pickitem_info h1 {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 2px;
}

div.pickitem_info img {
  border: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
/* messes up google markers in Legend
  height: 20px;
  width: 20px;
*/
  vertical-align: middle;
}

a.trip_logger_label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 12px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  color: black;
}

font.trip_logger_label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 12px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  color: black;
}

.trip_logger_button {
  color: #ffffff;
  background-color: #b50737;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: 1px solid black;
  height: 16px;
  width: 40px;
  margin: 1px;
}

.trip_logger_stamp {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  height: 18px;
  width: 140px;
  border: 1px solid black;
}

.trip_logger_stamp_readonly {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #f9f1e6;
  height: 18px;
  width: 140px;
  border: 1px solid black;
}

.trip_logger_stamp_readonly_changed {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #b50737;
  background-color: #f9f1e6;
  height: 18px;
  width: 140px;
  border: 1px solid black;
}

.trip_logger_odometer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  height: 18px;
  width: 60px;
  border: 1px solid black;
}

.trip_logger_odometer_readonly {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #f9f1e6;
  height: 18px;
  width: 60px;
  border: 1px solid black;
}

.trip_logger_notes {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  height: 18px;
  width: 270px;
  border: 1px solid black;
}

.trip_logger_notes_readonly {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: #f9f1e6;
  height: 18px;
  width: 270px;
  border: 1px solid black;
}

td.show {
  visibility: visible;
}

td.hide {
  visibility: hidden;
}

.collapsible_open {
  visibility: visible;
  display: table;
}

.collapsible_closed {
  visibility: hidden;
  display: none;
}

img.lot_map {
  border: 1px solid #766d5c;
}

ul.messages {
  list-style-type: disc;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

A.trip {
  display: block;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.grid_cell {
  display: block;
  text-decoration: none;
  cursor: default;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

font.grid_label {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: white;
  text-align: center;
}

.grid_background {
  background-color: #f9f1e6;
}

.grid_frame {
  background-color: black;
}

.grid_heading {
  background-color: white;
}

.grid_row_label {
  background-color: #f9f1e6;
}

.grid_available {
  background-color: white;
}

.grid_booked {
  background-color: #766d5c;
}

.grid_maintenance_start {
  background-color: white;
}

.grid_maintenance_avail {
  background-color: #d9c9b2;
}

.grid_reservation {
  background-color: #b50737;
}

.grid_outofservice {
  background-color: #ffff00;
}

.grid_row_inactive_label {
 text-decoration: line-through;
}

.grid_inactive, .fleet_report_inactive {
 background-color: #333333;
}

.fleet_report_row_label {
  background-color: #f9f1e6;
}

.fleet_report_available {
  background-color: white;
}

.fleet_report_booked {
  background-color: #766d5c;
}

.fleet_report_outofservice {
  background-color: #ffff00;
}

#stack_pk_vehicle_remark, #edit_remark__remark {
    width: 375px;
    font-size: 12px;
}

.time_gauge {
    text-align: left;
    margin-left: 13px;
}

/*===================================TIME BAR==========================================*/
.time {
	width: 425px;
	padding: 0;
	padding /**/: 5px 0 0 0px;
	position: relative;
	z-index: 2;
	float: left;
}

.time ul { 
    margin: 0;
    padding: 0;
}

.plain-list {
    margin: 0;
    list-style-type: none;
}

ul.segments {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0 0 0 1px;
	float: left;
	position: relative;
	z-index: 5;
}

ul.segments li {
	float: left;
	display: inline;
	width: 16px;
	border: 1px solid #333333;
	margin: 0 0 0 -1px;
	height: 15px;
	/*background-color: #ffffff;*/
	
}

ul.segments li.free_16px {
    background: #fff url(/skin/base_images/time_free.gif) bottom left repeat-x;
}

ul.segments li.free {
	width: 4px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #fff url(/skin/base_images/time_free.gif) bottom left repeat-x;
	border: none;
	float:left;
}

ul.segments li.good {
	width: 4px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #a2da00 url(/skin/base_images/time_good.gif) bottom left repeat-x;
	border: none;
	float:left;
}

ul.segments li.bad {
	width: 4px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #7d7d7d url(/skin/base_images/time_bad.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.slct_bkd {
	width: 4px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #333 url(/skin/base_images/time_slct_bkd.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.free_2px {
	width: 2px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #fff url(/skin/base_images/time_free.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.good_2px {
	width: 2px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #a2da00 url(/skin/base_images/time_good.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.bad_2px {
	width: 2px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #7d7d7d url(/skin/base_images/time_bad.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.slct_bkd_2px {
	width: 2px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #333 url(/skin/base_images/time_slct_bkd.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.free_px {
	width: 1px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #fff url(/skin/base_images/time_free.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.good_px {
	width: 1px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #a2da00 url(/skin/base_images/time_good.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.bad_px {
	width: 1px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #7d7d7d url(/skin/base_images/time_bad.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.slct_bkd_px {
	width: 1px;
	padding: 0;
	margin: 0px 0 0 0;
	background: #333 url(/skin/base_images/time_slct_bkd.gif) bottom left repeat-x;
	border: none;
	float: left;
}

ul.segments li.free span,
ul.segments li.good span,
ul.segments li.bad span,
ul.segments li.slct_bkd span {
  display: none;
  padding:2px 3px;
  margin-left:10px;
  margin-top: -10px;
  width:60px;
  font-size: 10px;
}

ul.segments li.free:hover,
ul.segments li.good:hover,
ul.segments li.bad:hover,
ul.segments li.slct_bkd:hover {
  background: #FFFF00 !important;
}

ul.segments li.free:hover span,
ul.segments li.good:hover span,
ul.segments li.bad:hover span,
ul.segments li.slct_bkd:hover span {
  display:inline;
  position:absolute;
  background:#EDEDCF;
  border:1px solid #000000;
  color: #000000;
}

ul.colors {
	position: relative;
	z-index: 2;
	list-style-type: none;
	width: 16px;
	width /**/: 17px;
	float: left;
	margin: 0 0 0 0;
	margin /**/: 0;
	padding: 0 1px 0 0;
	padding /**/:0;
	
}

ul.colors li.free {
	width: 4px;
	padding: 0;
	margin: 7px 0 0 0;
	background-color: #ffffff;
	border: none;
	float:left;
}

ul.colors li.good {
	width: 4px;
	padding: 0;
	margin: 7px 0 0 0;
	background-color: #99CC00;
	border: none;
	float:left;
}

ul.colors li.bad {
	width: 4px;
	padding: 0;
	margin: 7px 0 0 0;
	background-color: #ccc;
	border: none;
	float: left;
}

ul.colors li.slct_bkd {
	width: 4px;
	padding: 0;
	margin: 7px 0 0 0;
	background-color: #333;
	border: none;
	float: left;
}

ul.segments li.w2px {
	width: 2px;
}

ul.segments li.w1px {
	width: 1px;
}

ul.segments li.w8px {
    width: 8px;
}

div.brick {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #cccccc;
	z-index: 1;
	height: 30px;
	margin-top: -23px;
	margin-top /**/: -23px;
	padding: 0 0 0 0;
	float: left;
}

div.hours {
    font-size: 10px;
	height: 12px;
	margin-top: -47px;
	margin-top /**/: -47px;
	padding: 0 0 0 0;
	float: left;
}

div.dater {
    font-size: 10px;
    text-align: center;
	border-left: 1px solid #333333;
/**	border-right: 1px solid #333333;**/
	z-index: 0;
	height: 12px;
	margin-top: -35px;
	padding: 0 0 0 0;
	float: left;
}

div.timer {
    font-size: 10px;
	z-index: 8;
	height: 12px;
	width: 35px;
	margin-top: 4px;
	padding: 0 0 0 0;
	float: left;
}

/*===================================TIME BAR===========================================*/

div.v_name {
    float: left;
	display: inline;
	line-height: 16px;
}

div.v_amenities {
	/*width: 150px;*/
	/*clear: both;*/
	margin: 0pt;
	margin /**/: 0px;
	float: right;
	display: inline;
}

div.v_amenities ul {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 4px;
	margin: 0px;
}

div.v_amenities ul li{
	float: left;
	margin: 0 2px;
}

.timestamp div {
    font-size: 85%;
	margin: 4px 0 0 2px;
	position: relative;
	/*width: 398px;*/
	clear: both;
	padding: 1px 1px 1px 20px;
	float: left;
}

.timestamp div.good {
	background: url(/skin/base_images/good.gif) no-repeat left center;
	color: #69BE56;
	font-weight: bold;
}

.timestamp div.good font {
	color: #69BE56;
}

.timestamp div.bad {
	background: url(/skin/base_images/bad.gif) no-repeat left center;
	color: #cc0033;
	font-weight: bold;
}

.timestamp div.bad font {
	color: #cc0033;
}

.timestamp div.maybe {
	background: url(/skin/base_images/maybe.gif) no-repeat left center;
	color: #B54821;
	font-weight: bold;
}

.timestamp div.maybe font {
	color: #B54821;
}

div.SearchMap {
    display: block;
    width: 845px;
    height: 600px;
}

.g_map table td.good_stack {
	background: url(/skin/base_images/good.gif) no-repeat left center;
	color: #69BE56;
	font-weight: bold;
    padding-left: 20px;
}

.g_map table td.bad_stack {
	background: url(/skin/base_images/bad.gif) no-repeat left center;
	color: #cc0033;
	font-weight: bold;
    padding-left: 20px;
}

.g_map table td.maybe_stack {
	background: url(/skin/base_images/maybe.gif) no-repeat left center;
	color: #B54821;
	font-weight: bold;
    padding-left: 20px;
}

.g_map {
    width: 480px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    float: left;
}

.g_map h3 {
    color:#B61A38;
    font-size:100%;
    margin: 0px;
    margin-left:12px;
    float: left;
}

.g_map table {
    font-size: 70%;
    margin-left: 10px;
    text-transform: uppercase;
    clear: both;
}

.g_map table td {
    padding-left: 5px;
}

.g_map tr.alt {
    background: #d7d7d7;
}

.g_map tr th {
    border: none;
}

.g_map th {
    background: #B61A38;
    color: #ffffff;
    padding: 3px;
    text-align: left;
    border-left: 1px solid #000;
}

.g_map th#blank {
    background: #fff;
}

.g_map img.button {
    margin: 2px 0 1px 0;
}

.tooltip {
  border: solid #000000 1px;
  background: #EDEDCF;
  padding: 3px;
  z-index: 1000;
  position: absolute;
}

.cc_your_name {
  color:#b50737 ;
  font-weight: bold;
  font-style: italic;
}

.helper_for_admin {
  color:#b50737 ;
  font-style: italic;
}

.security_check_instruction td:first-child {
  width: 30%;
  padding-right: 2%;
  text-align: right;
  vertical-align: top;
}

.security_check_instruction td:last-child {
  width:68%;
  text-align: left;
  vertical-align: top;
}

.pre_reservation_message_for_admin_cls {
  font-size: 12px;
  font-weight: bold;
  padding-left: 148px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.age_rule_markets_hint{
  font-style: italic;
  color: #919191;
  font-weight:bold;
}

/* ------------------------------- */
/*  Estimates - loading animation  */
/* ------------------------------- */

.loading-animation-wrapper {
  background-color: #cecece;
  position: absolute;
  width: 100%;
  height: 140%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.7;
  z-index: 10;
}

.loading-animation-wrapper.show {
  -webkit-animation: fadeInFromNone 0.5s ease-in;
  -moz-animation: fadeInFromNone 0.5s ease-in;
  -o-animation: fadeInFromNone 0.5s ease-in;
  animation: fadeInFromNone 0.5s ease-in;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0.7;
  }
}

.loading-animation-wrapper.hide-animate {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s linear 0.25s;
}

.loading-animation {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #e50442;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.7s linear infinite; /* Safari */
  animation: spin 0.7s linear infinite;

  /* Center the animation within wrapper div */
  margin: 0 auto;
  position: relative;
  top: 30%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.payment_method_error {
    font-weight: bold;
    color: #FF0000;
}
/* Private Site */

.private_site.container_form {
  padding-bottom: 25px;
}

.private_site.container_form td,
.private_site.container_form p,
.private_site.container_form li,
.private_site.container_form a {
  font-size: 13px;
}

.private_site.container_form table {
  border-collapse: collapse;
}

.private_site.container_form td {
  padding: 5px;
  border: 1px solid #e5cca9;
}

/* lot_rule_checker */
#lot_rules_checker_wrapper {
  position:relative;
  float:left;
}

#lot_rules_checker_wrapper_i_icon_div {
  background-color: #1e6abc;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}

#lot_rules_checker_wrapper_i_icon_div:hover {
  opacity:0.8;
}

#lot_rules_checker_wrapper_message_div {
  display:none;
  font-size: 11px;
  background: #f3ed95;
  padding: 5px;
  position: absolute;
  min-width: 85px;
  top: -15px;
  left: 30px;
}

#lot_rules_checker_wrapper:hover #lot_rules_checker_wrapper_message_div {
  display:block;
}

#relocate_lot_pk__id__search_div {
  max-width: 90%
}

#relocate_lot_pk__id__results {
  max-width: 95%
}

#modalBackground {
  background-color: #000000;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
}

#modalForeground {
  background-color: #FFFFFF;
  width: 40%;
  height: auto;
  position: absolute;
  top: 25%;
  left: 25%;
  z-index: 1000;
  padding: 5% 5% 5% 5%;
  display: table-cell;
  text-align: center;
  color: #000000;
}
