@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Bank Gothic Light BT';
	font-style: normal;
	font-weight: normal;
	src: url('../../font/TT0589M_.woff') format('woff');
}

@media print{
	ul.dropdown {display:none;}
}

* {
	margin: 0;
	outline: none;
	box-sizing: border-box;
}


body {
	background-color: #dcdcdc;
	font-family: arial, helvetica, sans-serif;
	overflow-x: hidden;
	
	
	font-family: "Montserrat",sans-serif ;
	font-size: 1rem;

	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


#wrapper {
	margin: .5rem auto;
	width: 100%; 
	max-width: 1050px;
	height: auto;
/*	min-height: 65rem;	*/
	padding: 0 1em 2em;
	background-color: #cfcfcf00;

	display: flex;
	flex-direction: column;
}

.c { 
	clear: both; 
}

.hidden {
	display: none;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clearfloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


.v-center {
	display: flex;
    flex-direction: column; 
    justify-content: center;
}

.h-center {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.pageNameHeader{
	background :transparent;
}

.lightBlock {
    background: #e6e6e6;
    background: hsl(0deg 0% 90% / 100%);
    box-shadow: 0 0 10px #bfbfbf;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
	padding: 2em 2em 3em;
	transition: all .5s;
	border-radius: .25em;
	border: 1px solid #bfbfbf;
}

.lightBlock.lbhover:hover {
	background: #f2f2f2;
	background: hsl(0deg 0% 95% / 100%);
	box-shadow: 3px 3px 20px #b3b3b3;
	box-shadow: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

.lightBlock.lbhover:focus-within {
	background: #f2f2f2;
	background: hsl(0deg 0% 95% / 100%);
	box-shadow: 3px 3px 20px #b3b3b3;
	box-shadow: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

.lbTitle {
	font-size: 1.6rem;
	margin: 1em auto 2em;
}

.sectionWrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem auto 8em;
    width: 100%;
   
}

.row {
	width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.column {
	display: flex;
    flex-direction: column;
    padding: .25em 1em;
}

.rowHeader{
	margin: 1em 0em 0em;
    padding: 0;
    font-size: 1.25rem;
}

.small-p {
	font-size: .8rem;
	margin: 0em 0 3em;
	font-weight: 500;
}

@media (max-width: 1000px){
	#wrapper {
		padding: 0 .5em 2em;
	}
	.lightBlock {
		padding: 1em 1em 3em 1em;
	}
	
	.sectionWrapper{
		margin-top: 1em;
	}
}

/************** INPUTS **************/

.a_button {
	text-decoration: none;
    padding: 1em 1.5em;
	border-radius: .25em;

	color: white!important;
	background: #25457e!important;
	transition: all .5s ease-in-out;
    box-shadow: 0 0 10px #bfbfbf;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
	
}

.a_button:hover, .a_button:focus {
	text-decoration: none;
	background: #3462b2!important;
	box-shadow: 3px 3px 20px #b3b3b3;
    box-shadow: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

#wrapper input:focus, #wrapper textarea:focus, #wrapper select:focus{
	border-color: #43639C;
	box-shadow: 0px 0px 8px #43639C;
} 
 
#wrapper button, #wrapper input[type="button"], #wrapper input[type="reset"], #wrapper input[type="submit"] {
	padding: .25em 1.5em;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #43639C;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 3px #999;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
    -o-transition: all .1s linear;
	transition: all .1s linear;
	
	font-size: .75rem;
	border-radius: .25em;
    padding: .5em 1.5em;
	height: auto;
	box-shadow: 0 0 10px #bfbfbf;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);

}

#wrapper button:hover, #wrapper input[type="button"]:hover, #wrapper input[type="reset"]:hover , #wrapper input[type="submit"]:hover {
	cursor: pointer;
	background: #5680cc;
}/*	BUTTON CLICK*/

#wrapper button:active, #wrapper input[type="button"]:active, #wrapper input[type="reset"]:active , #wrapper input[type="submit"]:active {
	filter: brightness(.7);
	transform: translateY(2px);
}/*	BUTTON CLICK*/

#wrapper input, #wrapper textarea, #wrapper select {
	cursor: auto;
	border-color: rgb(175, 175, 175);
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	padding-left: .5em;
	
}

#wrapper input, #wrapper button, #wrapper select{
	height: 1.3rem;
	
	transition: all .25s;
	border-radius: .25em;
	font-family: 'Roboto';
	height: auto;

}
#wrapper input[type="date"]{
	font-size: 12px;
}

#wrapper input[type="checkbox"], #wrapper input[type="radio"] {
	height:unset;
}

#wrapper input[type="checkbox"], #wrapper input[type="radio"], select {
	cursor: pointer;
}



/*
#logo {
	height: 72px;
	width: 282px;
	margin: -25px 0 0 600px;
	background-image: url(../img/ftt_logo.png);
	background-repeat: no-repeat;
}

#logo_email {
	height: 72px;
	width: 282px;
	margin: -25px 0 0 475px;
	background-image: url(../img/ftt_logo.png);
	background-repeat: no-repeat;
}
	

#welcome {
	margin: 10px 5px 0 0;
	background-color: #F9F4EB;
	float: right;
	height: 310px;
	width: 910px;
	background-image: url(../img/home_welcome.jpg);
	background-repeat: no-repeat;
}

*/

/*
#quote_box1 {
	margin: 25px 0 25px 110px;
	background-color: #FFD200;
	height: auto;
	padding: 10px 10px 10px 10px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003300;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
}

#quote_box2 {
	margin: 25px 0 25px 10px;
	background-color: #003300;
	height: auto;
	padding: 10px 10px 10px 10px;
	width: 400px;
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
}
*/
/*
#left_col {
	margin: -16px 0 0 0;
	background-color: #43639c;
	height: auto;
	min-height: 610px;
	float: left;
	width: 250px;
}

#left_col_head {
	background-color: #172252;
	width: 240px;
	margin-left: 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}
#right_col_home {
	margin: 10px 5px 0 10px;
	background-color: #EFEFEF;
	float: right;
	height: 245px;
	width: 250px;
}
#right_col_team {
	background-color: #F9F4EB;
	float: right;
	height: auto;
	width: 365px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
}
*/

/* used in BOL page */
#right_col {
	margin: 10px 5px 0 10px;
	background-color: #EFEFEF;
	float: right;
	height: 240px;
	width: 250px;
	border-radius: 10px;
	overflow: hidden;
}

#right_col_head {
	padding: 5px 0 0 0;
	border-radius: 0px !important;
	background-color: rgb(49, 49, 49);
	float: right;
	height: 25px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fbb03b;
	font-weight: bold;
	text-align: center;
}

#right_col_foot {
	padding: 4px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fbb03b;
	font-weight: bold;
	text-align: center;
	border-radius: 0px !important;
	background-color: rgb(49, 49, 49);
	width: 230px;
	height: 25px;
	float: right;
}

#right_col_foot a {
	color: #fbb03b;
}








/*

#team_bio {
	margin: 10px 0 0 10px;
	padding: 5px 5px 5px 5px;
	float: left;
	height: auto;
	width: 550px;
}

#team_bio_photo {
	float: left;
	height: 150px;
	width: 100px;
	margin-right: 5px;
}

#team_bio_photo2 {
	float: right;
	height: 150px;
	width: 100px;
	margin-left: 5px;
}

#login_form {
	width: 275px;
	margin: 0 0 25px 325px;
}

#menu_item {
	height: 25px;
	margin-right: 2px;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px;
}
.float_right_img {
	float: right;
	margin-left: 10px;
}

*/



p {
	
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0em auto 1em;
	text-align: left;

	font-family: "Montserrat",sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8em;
}

ol, ul {

	line-height: 20px;

	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: .9rem;
	font-family: 'Roboto';

}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
h1 {
	margin: 5px;
	font-size: 20px;
	padding: 1px 0 20px 0;
	
	margin: .2em auto .2em 0;
	font-size: 2rem;

}

h2 {
	margin: 15px 0 0 10px;
	font-size: 15px;
	color: #000099;
	font-size: 1.8rem;
}

h3 {
	margin: 10px 0 5px 15px;
	font-size: 13px;
	color: #172252;

	margin: 0em 1em 1em 0em;
    padding: 0;
	font-size: 1.6rem;
}

h4 {
	margin: 5px 0 5px 15px;
	font-size: 12px;
	color: #172252;

	margin: 0em 1em 1em 0em;
    padding: 0;
	font-size: 1.4rem;
}

h5 {
	margin: 5px 0 0 0;
	font-size: 16px;
	text-align: right;
}

h6 {
	margin: 0 0 10px 10px;
	font-size: 16px;
	color: #172252;
	text-align: left;
}

/*
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000099;
}

a:active {
	font-weight: bold;
	color: #000099;
}
*/

.hr {
	margin: 15px 5px 15px 5px;
	color: #000099;
	opacity: 0.8;
}






/*
#left_col_head h6 {
	color: #fbb03b;
}

.red_text {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.red_text2 {
	color: #FF0000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


.spanwhite {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.hover .spanwhite {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.spanwhite_homelc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

a.hover .spanwhite_homelc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	float: right;
}
.form_p {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.p_center {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.table_p {
	color: #000000;
	margin-bottom: 5px;
	line-height: 12px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.table_h2 {
	margin: 5px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E2251;

}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 125px;
	height: 22px;
	background-image: url(../img/formbox_bg.png);
	background-repeat: no-repeat;
	background-color: #F9F4EB;
	border-width: 0px;
	padding-left: 5px;
}

.formbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 302px;
	height: 92px;
	background-image: url(../img/formbox_bg2.png);
	background-repeat: no-repeat;
	background-color: #F9F4EB;
	border-width: 0px;
	padding-left: 5px;
	padding-top: 5px;
}

.formbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
	height: 22px;
	background-image: url(../img/formbox_bg.png);
	background-repeat: no-repeat;
	background-color: #F9F4EB;
	border-width: 0px;
	padding-left: 5px;
}

#myGallery1 {
	width: 470px;
	height: 350px;
}



/* Slider 
.royalSlider .sgMidText {	
	font-size:1.3em;
}
.royalSlider .sgSmallText {	
	font-size:0.8em;	
}
.tintButton {
	background:no-repeat 0 0;
	background-color:#33383e;
	color:#EAEAEA;
	cursor:pointer;
	padding:5px 12px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;	
	-o-transition: background-color .2s ease-out;	
	transition: background-color .2s ease-out;
}
.tintButton:hover {
	background-color:#EAEAEA;
	color:#33383e;
}

#rssBox{ 
	width:235px;
	margin:0 5px 0 5px;
	float:right;
	height:201px;
	border:0px solid #317082;
	padding:2px;
	font-size: 12px;
	background-color:#EFEFEF;
	overflow:hidden;
	position:relative;

}		
	
#rssBox .slide{	
	background-color:#EFEFEF;	
}

.rssBoxDate{
	display:none;	
}

.rssBoxHeading{
	font-weight:bold;
	color: #000099;
	margin:0px;
}
.rssBoxDescription{	
	background: transparent;
}	

.rssBoxLink{
	color:#000099;
	text-decoration:none;
}
.rssBoxLink:hover{
	text-decoration:underline;
}
.grayBg {
	margin: 4px 0;
	color: #656565;
	background-color: #f2f2f2;
	border: 1px solid #43639c;
}

#left_side {
	margin: -16px 0 0 0;
	padding-left: 10px;
	height: auto;
	min-height: 530px;
	float: left;
	width: 240px;

}
*/


/*Manage Accounts */
#accountsPendingSetup .col1 {
	clear: left;
	float: left;
	width: 100px;
}


/*Form Pages eg. Bill of Lading, Tracking, Pickups, etc */

.header {
	background-color: #1e2251;
	color: #A3A3A3;
	clear: both;
	float: left;
	width: 99%;
	margin-bottom: 6px;
	padding: 5px;
	font-weight: strong;
	font-size: 1.25em;
	margin-right: 10px;

}

.required {
	font-weight: strong;
	color: red;
}

.formBlock {
	margin-top: 15px;
	font-size: .8em;
	width: 100%;
	margin-right: 10px;
	padding-bottom: 1px;
}

.headerRight {
	float: right;
	font-size: .8em;
}
.headerRight a {
	color: #A3A3A3;
}

.itemLabel, .itemOptions {
	float: left;
	margin-top: 5px;
}

.itemLabel {
	clear: left;
	width: 180px;
	margin-left: 15px;
	margin-right: 5px;
	text-align: right;
}

.irregularService {
	font-weight: 800;
}

/*---------------additions for new front page ---------------- */
dt {
	margin: 10px 0;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;	
	/*color: #fff;*/
	background: #172152;
}

#tracing dt {
	background-color: inherit;
}

#tracing dt a {
	color: blue;
	cursor: pointer;
	font-weight: normal;
}

dd {
	padding-left: 20px;
}



#btn a {
	display: block;
	width: 230px;
	background: url('/images/arrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#btn a:hover {
	display: block;	
	width: 230px;
	background: url('/images/arrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#btn a:active {
	display: block;	
	width: 230px;
	background: url('/images/arrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#btn a:visited {
	display: block;	
	width: 230px;
	background: url('/images/arrow.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#fullContent {
	 background-color: transparent; 
}


#content_sub {
    height: auto;
    min-height: calc(100vh - 105px - 127px - .5rem);
    width: 100%;
    margin: auto;
    padding: 0em; 
}

/*
#loginLinks {
	position: relative;
	float:right;
	margin-top:10px;
	text-align:right;
	color:#1E2251;
	font-size: 10pt;
}

#loginLinks a, #loginLinks a:visited{
	color: #1E2251;
}

#loginApps {
	width:250px;
}

.evenRow {
	background-color: #aedddd;
}
.oddRow {
	background-color: #c0ffff;;
}

*/


/* used in rate quote, reports, tracing */
#accountSelection {
	width:965px;
}
#proList {
	float: left;
}
#proListTable {
	cursor:pointer;
	border-collapse:collapse;
}
#proListTable th, #proListTable td {
	border-left: 1px solid #ccc;
	padding-left:5px;
	padding-right:5px;
}
tr.proListTH, tr.proListTH th , tr.proListTH:hover {
	background:none !important;
	background-color: rgb(161, 161, 161) !important;
	text-shadow: none !important;
}

#proListTable tr {
	background-color: #aedddd;
}
#proListTable tr[style] {  
	background-color: #c0ffff;;
}
#proListTable tr:hover, #proListTable tr[style]:hover{
	background-color: rgb(0, 221, 117) !important ;
}

/*
#attention_box {
	margin: 0 auto; 
	font-family: arial;
	padding-bottom: 6px;
	padding-top: 20px;
	padding-left: 20px;
	width: 80%;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;

}
.borderandshadowstyle {
	-moz-box-shadow: 5px 5px 8px #818181;
	-webkit-box-shadow: 5px 5px 8px #818181;
	box-shadow: 5px 5px 5px #818181;
	border-style:solid;
	border-width:4px;
	border-color:#c7b299;
}
.messageboxstyle {
	background-color:none;
	opacity:0.0; 
	filter:alpha(opacity=1); 
	padding:126px;
}

.messagealignstyle {
	vertical-align:bottom; 
	text-align:center; 
}
a.messagefontstyle {
	font-family:bookman old style;
	font-size:128pt;
	color:white;
	text-decoration:none;
}

.MsoNormalTable {
	width:100% !important;
	margin-left:auto;
	margin-right:auto;
}
.MsoNormalTable tr td {
	height:15px;
}
.MsoNormalTable tr td >p {
	display:none;
}


*/



.infoBlock {
	clear: left;
	border: 1px solid #B9B9B9 !important;
	width: 97% !important;
	border-radius: 10px !important;
	padding: 10px !important;
	background-color: #dcdcdc !important;
	margin-bottom: 10px !important;
}
#reportsWrapper {
	height: 400px;
	border: 1px solid #B9B9B9 !important;
	border-radius: 10px;
	background-color: #dcdcdc !important;
}
#reportList {
	width: 240px !important;
	padding-left: 20px !important;
	overflow: hidden !important;
	float: left !important;
	height: 100% !important;
	border-right: 1px solid #B9B9B9 !important;
}

#userReports {
	clear: both !important;
	overflow: hidden !important;
	border: 1px solid #B9B9B9 !important;
	border-radius: 10px;
	margin-top: 20px !important;
	padding: 10px !important;
	background-color: #dcdcdc !important;
}
/*
#refNumbers input {
	margin-bottom: 2px;
}

.placeholder {
	color: #cccccc !important;	
}
*/





/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/

#BOLForm .addressBookLink {
	float: left;
	left: 100px;
	position: relative;
}

#truckloadForm .addressBookLink {
	float: left;
	position: relative;
	margin-right:5px;
}

#addressPanel {
	z-index: 650;
	background-color: #000;
	position: fixed;
	top: 0px;
	opacity: 0.4;
	
}

#addressManager {
	height: 310px;
	width: 500px;
	position: fixed;
	border-radius: 15px;
	border: 1px solid rgb(56, 56, 56);
	box-shadow: 10px 10px 10px rgb(0, 0, 0);
	overflow:hidden;
	z-index: 651;
}


#addressManager #amTitle {
	background-color: #43639C;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #1E2251;
	text-align: center;
	font-size: 15px;
	height: 25px;
}
#addressManager #amTitle span {
	cursor: default;
	font-size:15px;
	font-weight: bold;
	font-family: sans-serif;
	position: relative;
	top: 4px;
}

#addressManager #amFormPanel{
	position: relative;
	height: inherit;
	padding: 10px;
	background-color: #fff;
	opacity: 0.9;
}
#addressManager #amFormDiv{
	height: inherit;
	width: inherit;
	padding: 10px;
	position: absolute;
	top: 20px
}

#addressManager #amFormDiv #leftPanel, #addressManager #amFormDiv #rightPanel {
	width: 160px;
	height: 260px;
	border: 1px solid;
	float:left;
	border-radius: 10px;
	border-color: rgb(146,146,146);
}

#addressManager #amFormDiv #rightPanel ul {
	padding-top:5px;
	margin-bottom: 0px;
	line-height: initial;
	margin-left: 0px;
	margin-right: 0px;
	font-size: inherit;
	font-family: sans-serif;
	text-align: left;
	list-style-type: none;
	padding-left:0px;
	color: #505050;
	cursor:pointer;
	height: 242px;
	overflow-y: auto;
	margin-top: 5px;
}
#addressManager #amFormDiv #rightPanel li {
	height: 20px;
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#addressManager #amFormDiv #rightPanel li:hover {
	background-color: rgba(200, 200, 200, 0.62);
	text-shadow: 5px 5px 5px;
}
#addressManager #amFormDiv #leftPanel {
	width:305px;
	margin-right:15px;
	padding-top: 6px;
}

#amClose {
	cursor: pointer;
	position: relative;
	padding-top: 5px;
	float: right;
	width: 25px;
	height: 25px;
	display: inline;
}
#amClose:hover {
	text-shadow: 1px 1px 5px;
}

#addressManager #amFormDiv #leftPanel #addressBookForm [required] { 
	background-color: #F9FDB5;
}

#addressManager #amFormDiv #leftPanel #addressBookForm input[type="button"] { 
	height: 25px;
	width: initial;
	float: right;
	position: absolute;
}
#addressManager #amFormDiv #leftPanel #addressBookForm #saveForm { 
	top: 239px;
	left: 256px;
}

#addressManager #amFormDiv #leftPanel #addressBookForm #newForm { 
	top: 239px;
	left: 199px;
}

#addressManager #amFormDiv #leftPanel #addressBookForm #deleteForm { 
	top: 239px;
	left: 134px;
}


#addressManager #amFormDiv #leftPanel #addressBookForm #state{ 
	width: 45px;
}
#addressManager #amFormDiv #leftPanel #addressBookForm #customerNumber{ 
	width: 90px;
}
#addressManager #amFormDiv #leftPanel #addressBookForm #zip{ 
	width: 50px; 
}
#addressManager #amFormDiv #leftPanel #addressBookForm #zip4, 
#addressManager #amFormDiv #leftPanel #addressBookForm #phoneExt{ 
	width: 55px; 
}
#addressManager #amFormDiv #leftPanel #addressBookForm #phone{ 
	width: 110px; 
}

#addressManager #amFormDiv #leftPanel #addressBookForm >div {
	margin-top:5px;
	margin: auto;
}
#addressManager #amFormDiv #leftPanel #addressBookForm div {
	height: 22px;
	font-size: 12px;

}
#addressManager #amFormDiv #leftPanel #addressBookForm div >div {
	width: 105px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
#addressManager #amFormDiv #leftPanel #addressBookForm input[type="text"] {
    width: 180px;
    font-size: 10pt;
    margin-right: 5px;
    height: 18px;
    border-width: thin;
    border-radius: 2.5px;
}
#addressManager #amFormDiv #leftPanel #error {
	color: rgb(199, 16, 16);
	width: 289px !important;
	padding-left: 5px;
	font-weight:bold;
	height: 30px !important;
	text-align: center !important;
}

#addressManager #amFormDiv #rightPanel .addressSelected {
	background-color: rgb(167, 167, 167) !important;
	font-weight:bold;
}

#confirmPanel {
	height: 310px;
	width: 500px;
	z-index: 660;
	background-color: #000;
	position: absolute;
	top: 5px;
	opacity: 0.4;
	left: 0px;
}

#confirmDelete {
	height: 100px;
	width: 380px;
	z-index: 661;
	border-color: rgb(116, 116, 116);
	position: absolute;
	top: 55px;
	left: 52px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#confirmYes {
	position: absolute;
	top: 75px;
	width:50px;
	left: 145px;
}
#confirmNo {
	position: absolute;
	top: 75px;
	left: 204px;
	width: 50px;
}

#addressManager #amFormDiv #leftPanel #addressBookForm #selectAddress {
	left: 249px;
	top: 239px;
}

#oakhTerminalList a {
	cursor: default;
	font-weight:bold;
}
#oakhTerminalList a:hover {
text-decoration: none; 
	color:inherit;
}

#oakhTerminalList #jumpline a:hover {
	text-decoration: underline;
	color: #000099;;

}
#guaranteedPage {
	background-image: url(/images/guaranteed_2014.jpg);
	background-size: cover !important;
	width: 966px;
	height: 1250px;
}

.clickablePro, .clickableTL {
	cursor: pointer;
	/* text-decoration: underline; */
	color: #000099;
}
/*Override default.advanced.css padding*/
ul.dropdown li a {
	padding: 1px 12px !important;
}
ul.dropdown ul a{
	padding: 8px 5px 8px 8px !important;
}






/*////////////////////////////////////////////////////////////////////////////////////////*/


#inventoryManager {
	height: 310px;
	width: 500px;
	/*background-color: #43639C;*/
	position: fixed;
	border-radius: 15px;
	border: 1px solid rgb(56, 56, 56);
	box-shadow: 10px 10px 10px rgb(0, 0, 0);
	overflow:hidden;
	z-index: 651;
}


#inventoryManager #imTitle {
	background-color: #43639C;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #1E2251;
	text-align: center;
	font-size: 15px;
	height: 25px;
}
#inventoryManager #imTitle span {
	cursor: default;
	font-size:15px;
	font-weight: bold;
	font-family: sans-serif;
	position: relative;
	top: 4px;
}

#inventoryManager #imFormPanel{
	position: relative;
	height: inherit;
	padding: 10px;
	background-color: #fff;
	opacity: 0.9;
}
#inventoryManager #imFormDiv{
	height: inherit;
	width: inherit;
	padding: 10px;
	/* background-color: #ccc; */
	position: absolute;
	top: 20px
}

#inventoryManager #imFormDiv #leftPanel, #inventoryManager #imFormDiv #rightPanel {
	width: 160px;
	height: 260px;
	border: 1px solid;
	float:left;
	border-radius: 10px;
	border-color: rgb(146,146,146);
}
/* right panel of inventory menu*/
#inventoryManager #imFormDiv #rightPanel ul {
	padding-top:5px;
	margin-bottom: 0px;
	line-height: initial;
	margin-left: 0px;
	margin-right: 0px;
	font-size: inherit;
	font-family: sans-serif;
	text-align: left;
	list-style-type: none;
	padding-left:0px;
	color: #505050;
	cursor:pointer;
	height: 242px;
	overflow-y: auto;
	margin-top: 5px;
}
/*might be able to remove, requires more testing*/
#inventoryManager #imFormDiv #rightPanel li {
	height: 20px;
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*Right panel Hover effect*/
#inventoryManager #imFormDiv #rightPanel li:hover {
	background-color: rgba(200, 200, 200, 0.62);
	text-shadow: 5px 5px 5px;
}


#inventoryManager #imFormDiv #leftPanel {
	width:305px;
	margin-right:15px;
}

#imClose {
	cursor: pointer;
	position: relative;
	padding-top: 5px;
	float: right;
	width: 25px;
	height: 25px;
	display: inline;
}
#amClose:hover {
	text-shadow: 1px 1px 5px;
}

#inventoryManager #imFormDiv #leftPanel #inventoryBookForm [required] { 
	background-color: #F9FDB5;
}

#inventoryManager #imFormDiv #leftPanel #inventoryBookForm input[type="button"] { 
	height: 25px;
	width: initial;
	float: right;
	position: absolute;
}

#textA{
	height: 40px !important;
}

#inventoryManager #imFormDiv #leftPanel #inventoryBookForm >div {
	margin-top:5px;
}
#inventoryManager #imFormDiv #leftPanel #inventoryBookForm div {
	height: 15px;
	font-size: 12px;
}
#inventoryManager #imFormDiv #leftPanel #inventoryBookForm div >div {
	width: 105px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
#inventoryManager #imFormDiv #leftPanel #inventoryBookForm input[type="text"] {
	width: 180px;
	height: 15px;
	font-size: 11pt;
	margin-right: 5px;
}
#inventoryManager #imFormDiv #leftPanel #error {
	color: rgb(199, 16, 16);
	width: 289px !important;
	padding-left: 5px;
	font-weight:bold;
	height: 30px !important;
	text-align: center !important;
}

#inventoryManager #imFormDiv #rightPanel .inventorySelected {
	background-color: rgb(167, 167, 167) !important;
	font-weight:bold;
}

#confirmPanel {
	height: 310px;
	width: 500px;
	z-index: 660;
	background-color: #000;
	position: absolute;
	top: 5px;
	opacity: 0.4;
	left: 0px;
}

#confirmDelete {
	height: 100px;
	width: 380px;
	z-index: 661;
	border-color: rgb(116, 116, 116);
	position: absolute;
	top: 55px;
	left: 52px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#confirmYes {
	position: absolute;
	top: 75px;
	width:50px;
	left: 145px;
}
#confirmNo {
	position: absolute;
	top: 75px;
	left: 204px;
	width: 50px;
}

#inventoryManager #imFormDiv #leftPanel #inventoryBookForm #selectInventory {
	left: 249px;
	top: 239px;
}
































