html, body {
	height: 100%;
}
html {  /* Gets or sets the scrolling behavior for elements that overflow for IE. These styles are non standard and are only supported in IE */
	-ms-overflow-style: scrollbar;
}
.form-horizontal .control-label {
	text-align: left;
}

.tloxp-container{
	border:5px solid #0295BE;
	display: inline-block;
}

.tloxp-main-logo-image {
	padding-right: 30px;
}

.tloxp-login-container {
	width: 480px !important;
	min-height:350px;
}

.tloxp-site-select-container .form-horizontal label {
	padding-top: 12px !important;
}

#links_staging {
	display: none;
}

.tloxp-password-container {
	width: 420px !important;
}

.tloxp-password-container .text-blue {
	line-height:17px;
}

.tloxp-pin-container {
	width: 600px !important;
	min-height:350px;
}

.tloxp-security-container {
	width: 900px !important;
}

.tloxp-site-select-container {
	width:506px !important;
	min-height:300px;
}

.tloxp-login-container label {
	text-align: left !important;
}
.tloxp-security-container-headerblock {

}

.tloxp-security-container-content {
	border: 1px solid #0295be;
	margin-left:0px;
	margin-right: 0px;
	padding: 35px;
	padding-bottom:15px;
}

.tloxp-site-select-container {
	width:506px;
	min-height:300px;
}

.tloxp-user-select-container {
	width:506px;
}

.tloxp-container .main-container {
	padding-left:45px;
	padding-right:45px;
}

.blank-container {
	width: auto;
	border:5px solid #0295BE;
	margin-top:5px;
}

.pin-container {
	border: 5px solid #0295BE;
	text-align: left;
	width: 600px;
}

.pin-verification-container {
	background-color: #ededed;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 3;

}

.permissions-container {
	border: 5px solid #0295BE;
	text-align: left;
	width: 900px;
	padding-bottom: 40px;
}

.security-box {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #575656;
	margin-left:0px;
	margin-right:0px;
}

.security-box button, .security-box label {
	color: black;
}

.security-box em {
	font-style: normal;
	color: black;
}

.security-box .header {
	background-color: #0295BE;
	color: white;
	padding: 10px;
	padding-left: 20px;
	padding-top: 20px;
}

.security-box .header h3 {
	margin-bottom: 5px;
}

.tloxp-security-container h3 {
	color: #000;
}

.security-box h1 {
	font-size: 22px;
}

.tloxp-security-container .error-link {
	text-decoration: underline;
}

.tloxp-security-container .error-title {
	color: #C80000;
}

.tloxp-security-container .error-message {
	color: #707070;
}

.tloxp-security-container .form-group.has-error label {
	color: #000;
}

.tloxp-security-container .form-group.has-error .form-control {
	border-color: #C80000;
}

.vertical-center {
	height:100%;
	width:100%;
	text-align: center;  /* align the inline(-block) elements horizontally */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
	content: ' ';
	display: inline-block;
	vertical-align: middle;  /* vertical alignment of the inline element */
	height: 100%;
}

.vertical-center > .container {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;  /* vertical alignment of the inline element */
	font: 14px/1 "Arial Helvetica Neue", Helvetica, sans-serif;        /* <-- reset the font property */
}

@media (max-width: 768px) {
	.vertical-center:before {
		display: none;
	}
}

.bg-white {
	background-color: #fff;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.login-hr {
	border-color: #EDEDED;
	margin: 5px 0 15px 0;
}

hr.blue {
	border-color: #0295BE;
}

.font-bold {
	font-weight: bold !important;
}
.font-italic, .font-s-italic {
	font-style: italic !important;
}
.font-s-normal {
	font-style: normal !important
}
.font-normal {
	font-weight: normal !important;
}
.text-underline {
	text-decoration: underline;
}

.text-grey {
	color: #999 !important;
}

.text-blue {
	color: #0295BE;
}

.f25 {
	font-size: 25px !important;
}

.f12 {
	font-size: 12px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px !important;
}
.f14 {
	font-size: 14px;
}

.reset-text {
	padding: 80px 20px;
	font-size: 24px !important;
}

.fxsmall {
	font-size:x-small !important;
}
.f12, .f12 div {
	font-size: 12px !important;
}

.o40 {
	opacity: 0.4 !important;
}

.h20 {
	height:20px;
}

.h30 {
	height:30px;
}
.p5 {
	padding: 5px;
}
.p15 {
	padding: 15px;
}
.p30 {
	padding: 30px;
}
.pl0 {
	padding-left: 0px;
}

.pr0 {
	padding-right: 0px;
}
.pr5{
	padding-right: 5px;
}

.pt0 {
	padding-top: 0px !important;
}
.pr15 {
	padding-right: 15px;
}
.pl5 {
	padding-left: 5px !important;
}
.pl8 {
	padding-left: 8px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl12 {
	padding-left: 12px !important;
}

.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt18 {
	padding-top: 18px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt84 {
	padding-top: 84px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb7 {
	padding-bottom: 7px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom:20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom:40px !important;
}
.pt35 {
	padding-top: 35px ;
}
.lh18 {
	line-height: 18px !important;
}


.lh20 {
	line-height: 20px !important;
}
.m15 {
	margin: 15px !important;
}
.ml-25 {
	margin-left: -25px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt-2 {
	margin-top: -2px !important;
}
.mt-15 {
	margin-top: -15px !important;
}
.mt-50 {
	margin-top: -50px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px;
}
.mt125 {
	margin-top: 125px;
}
.mt175 {
	margin-top: 175px;
}
.mt190 {
	margin-top: 190px;
}
.mt200 {
	margin-top: 200px;
}
.mt-125 {
	margin-top: -125px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml0 {
	margin-left: 0px;
}
.minh30 {
	min-height:30px;
}

.minh25 {
	min-height:25px;
}
.minh20 {
	min-height:20px;
}
.col-centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*colorbox*/
.colorbox {
	display: none;
}
/* To change position of close button to Top Right Corner */
#colorbox #cboxClose
{
	top: 0;
	right: 0;
}
#cboxLoadedContent{
	margin-top:20px;
	padding: 15px;
	margin-bottom:0;
}


.small-hlink {
	font-weight: bold;
	text-decoration: underline;
	color: #858585;
}

.login-lock-message {
	margin-left:-25px;
}

.width-100 {
	width: 100px !important;
}

.width-120 {
	width: 120px !important;
}


.width-140 {
	width: 140px !important;
}

.condensed, .condensed div {
	padding-left: 0px;
}

.xcondensed, .xcondensed div {
	padding-left: 0px;
	padding-right: 0px;
}
.vcenter {
	display : table-cell;
	vertical-align: middle;
	float: none;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 0.5em 0;
}

h3 {
	color: #545454;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
}

h3 a { font-size: 60%; }

td.label {
	display: table-cell;
	padding: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
	white-space: inherit;
	vertical-align: inherit;
	border-radius: 0;
}

.login-top-spacing {
	padding-top: 15px;
}

/* making !important for IE6-8 */
#cboxContent {background: transparent !important; }
#cboxLoadedContent {background: #FFFFFF; }
#colorbox{border-radius: none !important; }
#cboxLoadedContent{border: 1px solid #000 }
#colorbox{border-top: 0px !important; }
#cboxTopLeft{width:0px; height:0px !important; }
#cboxTopRight{width:0px; height:0px !important; }
#cboxBottomLeft{width:0px; height:0px !important; }
#cboxBottomRight{width:0px; height:0px !important; }
#cboxMiddleLeft{width:0px !important; }
#cboxMiddleRight{width:0px !important; }
#cboxTopCenter{height:0px !important; }
#cboxBottomCenter{height:0px !important; }

#cboxClose {
}
#cboxClose:hover {
	background-position: 0% 0%;
}
#cboxClose {
	height: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 1px;
	width: 22px;
	border: 1px solid #000;
	border-bottom: 0 none;
	background-attachment: fixed;
	background-position: 0% 0%;
	background: url("../../themes/css/images/colorbox_close.png");

}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.full-description { display: none; background: white; padding: 20px; width: 400px; line-height: 150%; position: absolute; right: 40px; top: 250px; border: 1px solid black; }
.full-description div { font-weight: bold; border-bottom: 1px solid #cccccc; padding-bottom: 10px; margin-bottom: 10px; }

.well-reset {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0px;
	min-height: 100%;
	padding: 0px;
}
.vehicle-colors-disclaimer {
	margin-top: 30px;
}
.left-g-line {
	border-left: 2px solid #DDDDDD;
}

.tu-text-red {
	color: #c80000;
}
.tu-text-green {
	color: #008A00;
}
.tu-text-blue {
	color: #006685;
}
.tu-text-orange {
	color: #F16E00;
}

.tu-text-grey {
	color: #707070;
}

.vertical-bar {
	color: #a9a9a9;
	font-weight: bold;
	font-size: 14px;
}

.d-block {
	display: block !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.o-auto {
	overflow: auto !important;
}

.o-hidden {
	overflow: hidden !important;
}

.o-scroll {
	overflow: scroll !important;
}

.o-visible {
	overflow: visible !important;
}

.f-left {
	float: left !important;
}

.f-right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-inherit {
	float: inherit !important;
}
.p-absolute {
	position: absolute !important;
}
.text-wrap {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap !important;
}
.tr-expired {
	background-color: #eaeaea !important;
}
.tr-expired td {
	font-style: italic;
}
.tr-expired td a{
	font-style: normal;
}

.footer-logo {
	position: fixed;
	z-index: -1;
	bottom: 10px;
	right: 25px;
}
.footer-wrapper {
	width: 100%;
	padding-top: 50px;
}
.page-index-index #tab_container {
	margin-bottom: 0px!important;
}
