﻿/*----------------------------------------------------------
The base color for this template is #57BD57. If you'd like
to use a different color start by replacing all instances of
#57BD57 with your new color.
----------------------------------------------------------*/
body {
	background-color: #FFF;
	font-size: .75em !important; /*font-family: Verdana, Helvetica, Sans-Serif;*/
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif !important;
	margin: 0;
	padding: 0;
	color: #000;
	min-width: 1000px;
}

input.validationError {
	background-color: Red;
}

/*
a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}
*/

p {
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000; /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	background-color: #FFF;
	width: 98%;
}

.idexlogo {
	width: 100px;
	float: left;
	display: inline;
	height: 45px;
	margin-left: 5px;
	margin-top: 5px;
	background: url(images/logo-idex.gif) left no-repeat;
}

.ttlogo_lrg {
	border: 0px solid red;
	width: 100px;
	float: right;
	display: inline;
	height: 50px;
	margin-right: 5px;
	margin-top: 2px;
	background: url(images/tt_logo_lrg.png) right no-repeat;
	cursor: pointer;
}

.ttlogo {
	height: 20px;
	border: 0px solid red;
	display: inline;
	position: absolute;
	left: 35px;
	top: 4px; /*font-size:x-large;*/
	font-size: large;
	font-weight: bolder; /*font-family:Verdana, Helvetica, Sans-Serif;*/
	font-family: "Century Gothic", "Apple Gothic", sans-serif; /*font-family:Times New Roman;*/
	font-style: normal;
	z-index: 999;
	overflow: visible;
	text-align: left;
}

div.ttlogo_top {
	width: 48px;
	height: 48px;
	background-image: url(images/tt_logo_lrg.png);
	left: 15px;
	z-index: 2010;
	position: absolute;
	cursor: pointer;
	display: inline;
}

#loggedindisplay {
	float: right;
	z-index: 999;
	font-size: 1.1em;
	display: inline;
	text-align: right;
	color: Blue;
	background-color: #fff;
}

#breadcrumbs {
	float: left;
	z-index: 999;
	font-size: 1.1em;
	font-weight: bolder;
	display: inline;
	text-align: right;
}

#motd {
	z-index: 999;
	font-size: 1.1em;
	font-weight: bolder;
	display: inline;
	text-align: center;
	color: Red;
	background-color: #fff;
}

#logindisplay {
	margin-top: 5px;
	position: absolute;
	top: 4px;
	z-index: 999;
	right: 14px;
	font-size: 1.1em;
	display: inline;
	text-align: right;
	color: Blue;
	background-color: #fff;
}

div.header_border {
	margin: 10px;
	padding-top: 4px;
	position: relative;
	height: 60px;
	background-color: #fff;
	border: solid 1px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

A.root {
	text-decoration: none;
	color: Black;
	font-size: large;
	font-weight: bolder; /*font-family:Verdana, Helvetica, Sans-Serif;*/ /*font-family:Times New Roman;*/
	font-style: normal;
}

A:link.root {
	text-decoration: none;
}

A:visited.root {
	text-decoration: none;
}

A:active.root {
	text-decoration: none;
}

A:hover.root {
	text-decoration: none;
}

div.header {
	position: relative;
	width: 95%;
	height: 22px;
}

div.sub_header {
	position: relative; /*height:26px;*/
	height: 20px;
	width: 100%; /*background: #57BD57 url(images/menu/topmenubg.gif) left repeat;*/ /*background: #7ABAF2 url(images/menu/topmenubg_blue2.gif) left repeat;*/
	padding-top: 2px;
	padding-bottom: 1px;
	z-index: 2000;
}

div.menucontainer {
	display: block;
	height: 28px;
	border: 0px solid blue;
	padding-left: 300px;
}

div.sub_menucontainer {
	display: none;
	float: left;
	background-color: Transparent;
	height: 22px;
	text-align: left;
	z-index: 10;
	padding-left: 80px;
	border: 0px solid red;
}

#main {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#user_info {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer {
	color: #000;
	height: 55px;
	text-align: center;
	line-height: normal;
	font-size: small;
	font-weight: bold;
	margin: 10px;
	background-color: #fff;
	border: solid 1px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

	fieldset p {
		margin: 2px 12px 10px 10px;
	}

	fieldset label {
		display: block;
	}

		fieldset label.inline {
			display: inline;
		}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"] {
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"] {
	width: 200px;
	border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

div#title {
	display: block;
	float: left;
	text-align: left;
}

#logindisplay a:link {
	color: Blue;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: Blue;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: #ccc;
	text-decoration: none;
}

.field-validation-error {
	color: #ff0000;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}


.main_content {
	background-color: #fff;
}

div.SearchBox {
	/*background-color:#efefef; 	border:1px solid green;*/ /*padding:20px; 	padding:10px;*/
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

button {
	font-size: 10px !important;
	height: 25px;
}

.button_small {
	font-size: 10px;
	height: 25px;
}

.roundcorners10px {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.roundcorners5px {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.AreaWrapper {
	margin: 0px auto; /*border: 1px solid #0074D9;*/
	border: 1px solid #000;
	width: 95%;
	margin: 10px;
}

div.InnerWrapper {
	padding: 5px 0;
	padding-left: 5px;
}

.bg_gradient {
	background: #CCC url('images/menu/searcharea_gray_bg2.png');
}

.bg_gradient_mdt {
	background: #CCC url('images/menu/searcharea_gray_bg_mdt.png');
}

.logoBg {
	background: url('images/menu/trans_TT_logo_gray_20_2.png') right center no-repeat;
	margin-right: 6px;
	height: inherit;
}

div.SearchButtons {
	/*background: #57BD57 url('../images/topmenubg_noSpace.gif');*/ /*background: url('images/menu/topMenubg_gray.png');*/ /*border: 1px solid #000;*/ /*margin: 5px;*/ /*background: #0074D9 url('images/menu/topmenubg_blue2.gif');*/
	padding-top: 2px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	height: 27px;
	width: 99%;
	margin-bottom: 3px;
}
/*
div.SearchButtons
{
	margin-top:5px;
	background:url("images/menu/topmenubg_noSpace.gif") repeat scroll left center #57BD57;
	height:25px;
	text-align:center;
	border:1px solid green;
	vertical-align:middle;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

div.SearchButtons button
{
	background:transparent url('images/bg_button_span.gif') no-repeat;
   color:Black;
   height:24px;
   font-weight:normal;
   vertical-align:middle;
   padding:5px;
   font-size:8pt;
   cursor:pointer; 
   text-align: center;
}

div.SearchButtons button:hover
{
	background-position:0px -24px;
	color: #000;
}
*/

.fg-button {
	outline: 0;
	margin: 0 4px 0 0;
	padding: .1em .4em;
	border-left: 4px solid #bbb;
	border-top: 4px solid #bbb;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
	text-decoration: none !important;
	font-size: 8pt;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}

input.disabled, button.disabled, div.SearchButtons button.disabled {
	background-color: #efefef;
	color: #333;
}

img.ui-datepicker-trigger {
	padding-left: 3px;
	vertical-align: bottom;
}
/* + - toggle css used for ttresutls and TTMaxMin*/
a.togDivMax {
	background-image: url(images/MinMax.gif);
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	margin: 1px 5px 1px 1px;
	overflow: hidden;
}

	a.togDivMax:hover {
		background-position: 0px 12px;
	}

a.togDivMin {
	background-image: url(images/MinMax.gif);
	background-position: 12px 0px;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	margin: 1px 5px 1px 1px;
	overflow: hidden;
}

	a.togDivMin:hover {
		background-position: 12px 12px;
	}

.remove_button_background {
	background-image: none;
	background-color: Transparent;
	border: none;
}

.change_icon .ui-icon {
	background-image: url('jqueryui/css/custom-theme-blue-black/images/ui-icons_2e83ff_256x240.png');
}

	.change_icon .ui-icon:hover {
		background-image: url('jqueryui/css/custom-theme-blue-black/images/ui-icons_469bdd_256x240.png');
	}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

	.ui-timepicker-div dl dt {
		height: 25px;
	}

	.ui-timepicker-div dl dd {
		margin: -25px 0 10px 65px;
	}

.ui-timepicker-div td {
	font-size: 90%;
}

/* Checklist widget Css classes for proper alignment */
img.CheckListControlCloseButton {
	border-left-style: none;
	display: inline;
	padding: 0;
	vertical-align: bottom;
}

input.CheckListControlTextbox {
	height: 20px;
	padding: 0;
}

input.contextMenuClose {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: red;
	width: 16px;
	height: 18px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	clear: both;
}

div.divContextMenuClose {
	margin-bottom: 5px !important;
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	border: 1px solid white;
}

div.childCollapseButton {
	margin-top: 20px;
}

/*added for bootstrap input-append */
input.height20px {
	height: 20px;
	border-radius: 0 0 0 0;
}

div.input-append button.appendBtn {
	font-size: 14px !important;
	height: 30px;
}

div#downloadTemplateLink, div#downloadTemplateLink2 {
	padding-bottom: 5px;
}

.scrollStyle {
	overflow-x: auto;
	/*padding-bottom: 75px;
	margin-bottom: 15px;*/
}

input[type="text"].marginBottom0 {
	margin-bottom: 0px;
}

th.contextMenu, td.contextMenu {
	width: 75px !important;
}

.popover-menu {
	min-width: 160px;
	margin: 2px 0px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.popover-menu {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

	.popover-menu li a {
		text-decoration: none;
		color: black;
		font-size: 14px;
		font-weight: normal;
		padding: 3px 20px 3px 20px;
		/*cursor: not-allowed;*/
		display: block;
	}

		.popover-menu li a:hover {
			text-decoration: none;
			color: black;
			font-size: 14px;
			font-weight: normal;
			padding: 3px 20px 3px 20px;
			/*cursor: not-allowed;*/
			display: block;
		}

	.popover-menu > li > a:hover,
	.popover-menu > li > a:focus,
	.popover-submenu:hover > a,
	.popover-submenu:focus > a {
		color: #ffffff;
		text-decoration: none;
		background-color: #0081c2;
		background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
		background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
		background-image: -o-linear-gradient(top, #0088cc, #0077b3);
		background-image: linear-gradient(to bottom, #0088cc, #0077b3);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	}

	.popover-menu > .active > a,
	.popover-menu > .active > a:hover,
	.popover-menu > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
		background-color: #0081c2;
		background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
		background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
		background-image: -o-linear-gradient(top, #0088cc, #0077b3);
		background-image: linear-gradient(to bottom, #0088cc, #0077b3);
		background-repeat: repeat-x;
		outline: 0;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	}

	.popover-menu > .disabled > a,
	.popover-menu > .disabled > a:hover,
	.popover-menu > .disabled > a:focus {
		color: #999999;
	}

		.popover-menu > .disabled > a:hover,
		.popover-menu > .disabled > a:focus {
			text-decoration: none;
			cursor: default;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		}

/*.popover-menu li {
	padding:5px;
}*/
.bottom.popover {
	margin-top: 0px;
}

.popover.bottom .arrow, .popover.bottom .arrow:after {
	display: none;
}

.popover.bottom .popover-title {
	display: none;
}

.popover.bottom .popover-content .popover-menu div i {
	padding: 8px;
	float: left;
}

.popover {
	left: 20px !important;
}

.popover-content {
	padding: 0px;
}

input[type="text"].select2-style {
	width: 366px;
	border: 1px solid rgb(153, 153, 153);
	background-image: linear-gradient(to top, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 50%);
}

table.cellBorders td {
	border: 1px solid black !important;
}

input[type="radio"] {
	margin-top: -1px;
	vertical-align: middle;
}

div#dateContainer {
	border: 1px solid #0074D9;
	padding-left: 15px;
	margin: 3px 3px 3px 20px;
	height: 100%;
}

	div#dateContainer div {
		padding: 2px;
	}

.ui-dialog {
	z-index: 100;
}

div.drivermaildate img {
	margin-bottom: 11px;
}

label#optAll {
	font-size: 12px;
}

#optAll input {
	margin-bottom: 4px;
}

div#wrap a#searchCollapse {
	margin-right: 10px;
}

/* -------------------
	Modal elements
   ------------------- */
.alert-success {
	padding: 0px 3px;
}

#userInfoModal .modal-body ul li.alert-error,
#userInfoModal .modal-body ul li.alert-success,
#userInfoModal .modal-body ul li.alert-info {
	border-bottom: 2px solid #fff;
}