/* THEME */

body {
	font-family: Arial, Helvetica, sans-serif;
}

body#login {
	margin:0;
	padding:0;
	min-height: 100%;
}

img#login_image {
	margin-top: 80px;
}

#login #content {
	margin: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

#login-form {
	width: 300px;
	margin: 40px auto 0;
	padding: 20px 40px;
	background-color: #fff;
    position: relative;
    
    
    -webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius:.25em;
	border: 1px solid #333;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2);
}

label,
.ui-button {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}



#header { 
	background-color: #fff;
	border-bottom: 1px solid #333;
}

#header a {
	color: #C00;
}
#header a:hover {
	color: #000;
}

#header_info {
	color: #333;
}

#status_message span {
	background-color: yellow;
}

#location { 
    color: #333;
    padding: 0 0 0 1em;
    font-size: 11px; 
}



h1 {
	text-transform: uppercase;
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	color: #c00;
	
}

#table_project_summary,
#discrepancy_documents_box .datatable,
.add_issue_button-cont {
	border-bottom: 5px solid #bbb;
}

#discrepancy_documents_box {
	float: left;
	padding: 0;
	margin-left: 2%;
    width: 48%;
}

#discrepancy_history_box,
#discrepancy_info {
	border-top: 5px solid #bbb;
    overflow: hidden;
    padding: 20px 0;
}

/* Removed in most (all?) instances */
#content hr {
    color: #bbb;
    background-color: #bbb;
    border: none;
    height: 0.5em;
}

#discrepancy_detail_box,
#table_findings_summary {
    background-color: #fff;
    -webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius:.25em;
	border: 1px solid #333;
}

table.dataTable tr.odd {
	background-color: #9097cf;
}

table.dataTable tr.odd { 
	background-color: rgba(180,180,180,.2); 
	color: black; 
	font-weight: bold;
}
table.dataTable tr.even { font-weight: bold; }

table.dataTable tr.odd:hover td             { background-color: #ddd; color: #274B6D; }
table.dataTable tr.even:hover td            { background-color: #ddd; color: #274B6D; }

table.dataTable tr.odd:hover .regulatory     { color: #274B6D; }
table.dataTable tr.even:hover .regulatory   { color: #274B6D;  }
table.dataTable tr.odd:hover .contractual     { color: #274B6D; }
table.dataTable tr.even:hover .contractual   { color: #274B6D;  }



/* 
td.status_total {
	background-color: #C9D1D3;
}
td.status_open {
	background-color: #F7F7F7;
}
td.status_pending {
	background-color: #9DD3DF;
}
td.status_commercial {
	background-color: #5D7386;
	color: #fff;
}
td.status_closed {
	background-color: #B2B2B2;
}
 */

/* Modal */
div.DTE_Header {
    background-color: #eeeff2;
}
div.DTE_Footer {
	background-color: #fcfcfc;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(120,120,120,.2);
	-moz-box-shadow: 0px -1px 1px 0px rgba(120,120,120,.2);
	box-shadow: 0px -1px 1px 0px rgba(120,120,120,.2);
}


/* AEROFIELD NEEDS SOME (SIMILAR) EDITS TO THE FOLLOWING */
.ui-button {
	color: #ddd;
	background: #000 url('../img/bg_btn.png') center top repeat-x;
	border: 1px solid #000;
}

.ui-state-hover {
	color: #fff;
	background: #000 url('../img/bg_btn.png') center top repeat-x;
}

.ui-state-active {
	background-image: initial;
	color:#c00;
	
}
/* --- END edits --- */


.info { color: chartreuse; }
.message { color: green; }
.error { color: red; }


#close { color: red; }
.close { color: red;}
#urgent { color: red; }
.urgent { color: red;}

.regulatory { color: #AAAAAA; font-weight: bold; }
.contractual { color: #AAAAAA; font-weight: bold;}

.crudpage, b.crudpage {
    color: #003d87 !important;
}

/* Other stuff that was in login.css and main.css */

#forgot_password {
	display: block;
	margin-top: 10px;
}


#discrepancy_documents_box .datatable {
    border-bottom: 5px solid #bbb;
    font-size: 0.85em;
    padding: 15px 0 30px;
}   

