@charset "utf-8";

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: linear-gradient(to right, rgba(240, 240, 240, 1),
		rgba(240, 240, 240, 0.25));
	overflow: inherit;
	min-width: 1800px;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #483b3b;
    min-height:800px;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 5px;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
    padding-top: 5px;
    color: #ffffff;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
    padding-top: 5px;
    color: #ffffff;
}

iframe {
	border: 0;
}

table td {
	vertical-align: middle;
}

/** make all readonly fields obvious */
input[readonly="readonly"] {
	background-color: #f0f0f0;
	border: 0;
}

textarea[readonly="readonly"] {
	background-color: #f0f0f0;
	border: 0;
}

/* authenticate form */
#authenticate input[type="text"] {
	width: 125px;
}

#authenticate input[type="password"] {
	width: 125px;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.templateLayout #container {
	width: inherit;
	/* this will create a container xx% of the browser width */
    /* background: #FFFFFF;*/
    background: #596a7b;
	margin: 0 0 0 3px;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
    text-align: left;
    width: 1800px; 
	/* this overrides the text-align: center on the body element. */
}

.templateLayout #header {
	background: #596a7b;
	padding: 0 5px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.templateLayout #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	vertical-align: top;
}

.templateLayout h5 {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar is created with the left margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.templateLayout #mainContent {
	margin: 5px 5px 5px 5px;
	min-width: 1400px;
	overflow: hidden;
    position: relative;
    background: #596a7b;
	/* top right bottom left */
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}

.templateLayout #mainContent h1 {
	margin: 0.2em 0 0.2em 0;
}

/** the tiles container **/
/** Apply on to first td level in case of nested tables **/
.templateLayout #mainContent #pageIndexTiles>tbody>tr>td {
	vertical-align: top;
    padding: 10px;
    
}

.templateLayout #footer {
	font-size: 100%;
	padding: 5px 5px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2b3e50;
}

.templateLayout #footer p {
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/** Miscellaneous classes for reuse */
.tlFltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.tlFltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.tlClearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* auto complete */
.ui-autocomplete {
	font-size: 60%;
	line-height: 1.0 !important;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

.ui-button-text {
	font-size: 70%;
}

/* input forms such as change requests */
.formsLayout {
	/* void */
	
}

/* jqGrid columns with special meaning */
.jqGridMarkedColumnJustInfo {
	font-style: italic;
	color: Gray;
}

.jqGridMarkedColumnFk {
	color: MediumBlue;
}

/* Livery tools */
.newLiveryConfirm {
	border: 2px solid green;
}

/* colors RGB value monspaced */
.jqGridMarkedColumnColor {
	font-family: monospace;
}

.jqGridUrl {
	color: Blue;
	text-decoration: underline;
}

/* user activity widget */
.useractivity {
	font-size: 0.85em;
}

/* tiny fonts for disclaimer */
.disclaimer {
	font-size: 75%;
}

/* Legal page */
.legal {
	font-size: 100%;
}

/* tiles of index page */
#pageIndexTiles>tbody>tr>td {
	min-width: 200px;
	min-height: 125px;
}

/* tiles of index page */
#pageIndexTilesBig>tbody>tr>td {
	min-width: 400px;
	min-height: 250px;
}

/* tile box for the entry screens */
.tileBox {
	border-radius: 10px;
	min-height: 200px;
}

.tileBoxHover {
	border-radius: 10px;
}

.tileBoxHover:hover {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: 2px 2px darkgrey;
	z-index: 10000;
}

/** centered image **/
.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/** centered background image **/
.centeredBackgroundImage {
	background-repeat: no-repeat;
	background-position: center;
}

.centeredBackgroundImageCover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/** ------------------------------------ messages ------------------------------- **/
.templateLayout #messages {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 2px 2px 2px 2px;
	font-size: small;
}

#messages table {
	align: center;
	/** border-radius: 15px; **/
	/** border: 1px solid red; **/
	margin: 10px;
	padding: 5px;
	width: 97.5%;
}

#messages tr {
	background-color: #F3F3F3;
}

#messages tr {
	padding: 3px;
}

#messages tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}

#messages td {
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
}

/** ------------------------------------ messages end ------------------------------- **/

/** ------------------------------------ jQuery styles ------------------------------- **/
/** No margins for tabs **/
.ui-tabs .ui-tabs-panel {
	padding: 0 0 0 0;
}

/** ------------------------------------ jQuery styles end --------------------------- **/

/** ------------------------------------ jqGrid ------------------------------- **/
/** Multi line word wrap **/
.ui-jqgrid tr.jqgrow td {
	word-wrap: break-word; /* IE 5.5+ and CSS3 */
	white-space: pre-wrap; /* CSS3 */
	white-space: normal !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	overflow: hidden;
	height: auto;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px
}

/** https://stackoverflow.com/questions/14502628/jqgrid-vertical-scrollbar **/
/** .ui-jqgrid .ui-jqgrid-bdiv { overflow-x: auto; } **/
/** #jqGrid { overflow-x: left; } **/
#jqGrid { overflow-x: scroll; }
#gridRight { float: right; }

/** ------------------------------------ jqGrid styles end --------------------------- **/

/** ------------------------------------ change requests ----------------------------- **/
#changeRequestBar table {
	font-size: 85%;
	border: 1px solid darkgrey;
	margin: 5px 0px 5px 0px;
	padding: 2px 220px 2px 10px;
	border-radius: 3px;
	background: linear-gradient(to right, rgba(226, 226, 226, 1) 0%,
		rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 100%);
}

#changeRequestIdentityWho {
	padding: 25px;
	float: left;
}

#changeRequestIdentityAuthenticate {
	padding: 25px;
}

.changeRequestFormTable {
	width: 100%;
	align: center;
	margin-top: 2px;
}

.changeRequestStep {
	width: 1.1em;
	height: 1.1em;
	padding: 5px;
	text-align: center;
	border-radius: 100%;
	color: black;
	background-color: lightgrey;
}

.changeRequestStep a {
	color: black;
}

.changeRequestStepCurrent {
	width: 1.1em;
	height: 1.1em;
	padding: 5px;
	text-align: center;
	border-radius: 100%;
	background-color: white;
}

/* used with change request forms */
.changeRequestCompare {
	margin-top: 5px;
	font-size: 80%;
}

.changeRequestFormTable td {
	padding-left: 5px;
}

.changeRequestFormTable th {
	background-color: LightGray;
}

.changeRequestCompareFormHeader {
	text-decoration: bold;
	background-color: LightGray;
	min-width: 3em;
}

/** marks the fields as equal / non equal **/
.changeRequestSameValue {
	outline: 2px;
	outline-color: LightGreen;
	outline-style: solid;
}

.changeRequestDifferentValue {
	outline: 2px;
	outline-color: Red;
	outline-style: dashed;
}

/** --------------------------------- change requests end ----------------------------- **/

/** --------------------------------- channel matrix ----------------------------- **/
.channelMatrixByOs {
	background-color: lightgray;
	font-size: smaller;
}

.channelMatrix>tbody>tr>th, 
.channelMatrix>tbody>tr>td {
	border: 1px solid darkGrey;
	vertical-align: top;
}

.channelMatrix th {
	background-color: #FE4902;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: smaller;
}

.channelMatrixByOs {
	width: 100%;
}

/** --------------------------------- channel matrix end ----------------------------- **/