@charset "UTF-8";

/* Layout Medium Screens */

.tabledots{width:850px;border:0px #000 solid;background-color:#E0E0C0;padding:1px;margin: 2px;border-radius: 10px;border-top: medium ridge #666;border-right: medium ridge #666;border-bottom: medium ridge #666;border-left: medium ridge #666;}
.tabledots label{float:right;font-weight:bold;font-size:16px}
.tabledots select{max-width:300px}


#AddVisitorModal {z-index:101;padding:7px;border: #594237 groove 4px;position: absolute;border-radius: 10px;left: 300px; top:90px;display:none;width:325px;height:340px;background-color:#999;}
#AddDriverModal {z-index:101;padding:7px;border: #594237 groove 4px;position: absolute;border-radius: 10px;left: 340px; top:90px;display:none;width:350px;height:410px;background-color:#999;}
#AddTractorModal {z-index:101;padding:7px;border:  #594237 groove 4px;position: absolute;border-radius: 10px;left: 350px; top:90px;display:none;width:325px;height:340px;background-color:#999;}
#AddTrailerModal {z-index:101;padding:7px;border: #594237 groove 4px;position: absolute;border-radius: 10px;left: 360px; top:90px;display:none;width:325px;height:340px;background-color:#999;}
.modelTitle {color:white;font-size:21px;font-weight:bold;padding-bottom:4px;}
.modelResponseText {background-color:#CCC;margin-left:15px;height:85px;width:240px;color:#000;font-size:13px;font-family:tahoma,arial}

#hideshow_AddVisitor, #hideshow_AddDriver, #hideshow_AddTractor, #hideshow_AddTrailer{font-size:15px;margin-left:2px;width:130px;text-align:center;height:35px;border:groove}

#AddVisitorModal .row {overflow:hidden;margin:1px 0;padding:25px;}
#AddVisitorModal label {clear:both;float:left;text-align:right;width:130px;margin-right:5px;}
#AddVisitorModal .row input {float:left;}

#AddDriverModal .row {overflow:hidden;margin:1px 0;padding:25px;}
#AddDriverModal label {clear:both;float:left;text-align:right;width:150px;margin-right:5px;}
#AddDriverModal select {width:150px;}
#AddDriverModal .row input {float:left;}

#AddTractorModal .row {overflow:hidden;margin:1px 0;padding:25px;}
#AddTractorModal label {clear:both;float:left;text-align:right;width:130px;margin-right:5px;}
#AddTractorModal select {width:150px;}
#AddTractorModal .row input {float:left;}

#AddTrailerModal .row {overflow:hidden;margin:1px 0;padding:25px;}
#AddTrailerModal label {clear:both;float:left;text-align:right;width:130px;margin-right:5px;}
#AddTrailerModal select {width:150px;}
#AddTrailerModal .row input {float:left;}



#Header {display:none;}

header a.logo {
	width: 150px; height: 82px;
	top: 20px; right: 20px;
	background-image: url(../images/its_logo_vector_medium.jpg);
}

a{font-size:18px}
nav {  top: 200px; }
nav a { margin-right: 20px; }

.promo_container { padding: 0px 20px 15px 20px; }
.promo_container .promo { background-position: 0px 0px; }
.promo_container .promo .content { padding: 70px 30px 0px 0px; }

body { background-image: none;}

#ArrivalSlowLoadingNote{columns:3;column-gap: 35px;padding: 10px; width:100%;background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);color:white;font-size:.6em;border-radius:9px;}

#form_options{width:600px;background-color:#fff;}
#form_options a,td{font-size:1.0rem;}
#form_options tr td:nth-child(odd){width:180px;text-align:right;}

	input {padding:1px;line-height: 18px;color: black;border: 1px outset;padding-right: 8px;vertical-align: middle;text-align:left;text-indent: 2pt;margin-left: 0px}
	input:focus, textarea:focus, select:focus{color:#000;background-color:#FABB58;border:1px solid #f00;}
	input[type="button"]{font-size:20px;background-color:#FABB18;color: #fff;border: 2px #999 solid;border-radius: 10px;padding:5px 22px 5px 22px;}
	.button{font-size:1.0rem;background-color:#FABB18;color: #fff;border: 2px #999 solid;border-radius: 10px;padding:5px 22px 5px 22px;}
	input[type="submit"]{font-size:20px;background-color:#FABB18;color: #fff;border: #999 thin solid;border-radius: 10px;padding:5px 22px 5px 22px;}
	input:hover, select:hover{background-color:#FABB18;color:#a00;}


	select{font-size:.9rem;padding:1px;height:1.6rem}


	table.RecordsTable th, table.RecordsTable td {font-size: 12pt;padding:3px;border:1px #000 inset;border-spacing:0px;}
