html {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow-y: scroll; 
}

textarea, input, select, button {
    font-family: inherit;
    font-size: inherit;
}

body {
    background-color: #f1f1f1;
}

header {
    background-color: #ffffff;  
    height: 115px;
}

#navContainer {
    position: relative;
} 

#navContainer, #content, #headerContainer {
    margin: 0 auto;
    width: 1000px;
}

#headerContainer {
    background-image: url('../images/CH2MHill_horizontal_PlateauRemdiation.png');
    background-position: center left;
    background-repeat: no-repeat;
    height: 100%;
	position: relative;
}

#headerContainer a {
	color: #6b6b6b;
	font-size: 22px;
	line-height: 115px;
	position: absolute;
	right: 40px;
	text-align: right;
    text-decoration: none;
}

nav, .infoTitle {
    background-color: #029080;
    height: 33px;
}

nav ul {
    display: inline-block; 
}    

nav li {
    color: #fdfeff;
    display: inline-block;
    line-height: 33px;
    padding: 0 5px;
}

nav li a {
    color: #fdfeff;
    text-decoration: none;
}  

#leftNav, #rightNav {
    position: absolute;    
}    

#leftNav {
    left: 35px;
    top: -17px;  
}

#leftNav li {
    background-color: #03a193; 
	font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-right: 0;  
	padding: 0;
	width: 100px;
} 

#leftNav li:active, #leftNav li:hover, #leftNav li.leftNavActive {
	background-color: #282828;
}   

#leftNav li a {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}

#rightNav {
    right: 35px;
}    

#rightNav li {
    margin-left: 10px;    
}     

main {
    background-color: #f1f1f1;
}

footer {
    background-color: #202020;
    height: 114px;
	position: relative;
}

#footerTop {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #222222),
        color-stop(1, #2F2F2F)
    );
    background-image: -o-linear-gradient(bottom, #222222 0%, #2F2F2F 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #2F2F2F 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #2F2F2F 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #2F2F2F 100%);
    background-image: linear-gradient(to bottom, #222222 0%, #2F2F2F 100%);
    border-bottom: 1px solid #575757;
    height: 70px;
}

#content {
    background-color: #ffffff;
    color: #565656;
}

input [type='button'], input [type='submit'], button, .button {
    background-color: #f8f8f8;
    border: 1px solid #d6d6d6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #525252;
	line-height: 30px;
    padding: 0 5px;
}

input [type='button']:active, input [type='submit']:active, button:active {
    background-color: #000000;
}

table.oats_table thead th, table.oats_table tfoot td {
    background-color: #535353;
    color: #ebebeb;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
}

table.oats_table  {
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #ffffff;
}

table.oats_table thead tr:not(:first-of-type) {
    border-left: 1px solid #d8d8d8;
}

table.oats_table  tbody tr {
    height: 40px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    
}

table.oats_table tbody td {
    vertical-align: middle;
}

table.oats_table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

table.oats_table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

table.oats_table  tbody tr:last-of-type {
    border-bottom: 1px solid #d8d8d8;
}

table.oats_table  td {
    padding: 0 5px;
}

#fadeMe, #notProd {
    background: #000000;
    display: none;
    opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    height: 100%;
    position: fixed;   
    top: 0;
    width: 100%;
    z-index: 2;
}

#notProd {
	display: block;
}

#notProdMessage {
	background-color: #FFFFFF;
	border: 3px solid #FF0000;
	border-radius: 5px;
	left: 30%;
	padding: 15px;
	position: fixed;
	top: 30%;
	z-index: 99999;
}

#notProdClose {
	font-size: 1.2em;
	font-weight: bold;
}

#notProdClose:hover {
	color: #FF0000;
	cursor: pointer;
	text-decoration: underline;
}

.infoMessage {
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    display: none;
    max-width: 600px;
    z-index: 5;
}

.infoTitle {
    font-weight: bold;
    line-height: 39px;
    padding-left: 20px;
}

.infoContent {
    padding: 20px;
}

.infoButtons {
    background-color: #f1f1f1;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
}

.infoButtons button {
    line-height: 15px;
    margin-left: 10px;
}

#reasons_list {
    margin-left: -3px;
}

.autocomplete_desc {
    font-size: 12px;
}

#cacn {
    width: 55px;
}

#footerTop ul li {
    display: inline-block;
}

#footerTop ul li a {
    color: #FFFFFF;
}

#toasts {
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 2px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #FFFFFF;
    display: none;
    height: auto;
    left: 15px;
    opacity: 0.9;
    padding: 20px 40px 20px 50px;
    z-index: 9;
}

#toast_close {
    background-image: url('../images/toast_close.gif');
    height: 22px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 22px;
}

.toast_error {
    background-image: url('../images/toast_error.png');
}

.toast_info {
    background-image: url('../images/toast_notice.png');
}

.toast_success {
    background-image: url('../images/toast_success.png');
}

.toast_warning {
    background-image: url('../images/toast_warning.png');
}

.form_input, .form_textarea {
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
}

.form_input {
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
}

.custom-combobox-input {
    width: 300px;
}

.autocomplete_desc {
    font-size: 10px;
}

#systemError {
    color: #FF0000;
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}

.required:after {
    color: #FF0000;
    content: "*";
}

.fancycheck label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

.fancycheck input[type=checkbox] {
    display: none;
}

.fancycheck label::before {
    color: #000000;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #dadada;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.fancycheck .checkbox label {
    margin-bottom: 10px;
}
.fancycheck .checkbox label::before {
    border-radius: 3px;
}

.fancycheck input[type=checkbox] + label::before {
    content: ""; /* \2718 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 15px;
}

.fancycheck input[type=checkbox]:checked + label:before {
    content: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 15px;
}

.fancyspan {
    background-color: #dadada;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 15px;
    width: 16px;
    height: 16px;
}

.fancyTd {
	text-align: center;
}

td.noLabel .fancycheck label {
	padding-left: 0;
}

.fancycheck input[type=checkbox]:disabled + label:before {
	color: #FF0000;
}

.scanInput {
    background-image: url("../images/searchMag.png");
    background-position: right;
    background-repeat: no-repeat;
    border-color: #cccccc;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    height: 40px;
    padding-left: 5px;
    padding-right: 65px;
    width: 300px;
}

form .fancycheck {
	line-height: 18px;
}

#footerBottom {
	bottom: 2px;
	color: #b7b7b7;
	font-size: 0.9em;
	font-weight: bold;
	right: 5px;
	position: absolute;
}

.itemPass {
    color: #008000;
}

.alert_level1, 
.alert_level2, 
.alert_level3, 
.alert_level4 {
    margin-right: 10px;
}

.alert_level1 {
    color: #00bb00;
    font-size: 1.1em;
}

.alert_level2 {
    color: #ff8c1a;
    font-size: 1.2em;
}

.alert_level3 {
    color: #9428ff;
    font-size: 1.3em;
}

.alert_level4 {
    color: #FF0000;
    font-size: 1.4em;
}

.itemCommentIcon {
    background-image: url('../images/clipboard_32.png');
    background-repeat: no-repeat;
    background-size: 33px;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 33px;
    margin-right: 50px;
    width: 33px;
}

#itemCommentInput {
	height: 150px;
	width: 100%;
}

#environmentBanner {
	font-size: 30px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

.environmentDEV {
	background-color: #FF0000;
	color: #000000;
}

.environmentTEST {
    background-color: #E4EF09;
    color: #000000;
}
/*
    Override default settings for toast messages
*/
.toast-item {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.toast-item-close {
	right: 1px;
	top: 1px;
}

.toast-container {
    width: 320px;
}