body {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

/* ------------------------------ */
/* Logo, Breadcrumb and Header Title */
#header { 
	overflow: hidden;
}

#header a.logo, #header a.logo img {
	border: 0;
    border: none;
    outline: none;
}

#header_info {
	float: right;
	padding: 1em 2em;
}

#user_info {
	text-align: right;
}
#user_nav {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
}
#user_nav li {
	float: left;
	margin: 0 10px;
}
#user_nav li:last-child {
	margin-right: 0;
}
#user_nav li a:hover {
	text-decoration: none;
}

#status_message { text-align: right; }

#location { 
    margin-bottom: 0.5em;
}


/* ------------------------------ */
/* Main Content area */

#content { margin: 1em; clear: both }

h1 {
	font-size: 2em;
	margin: 15px 0;
}

.ui-widget {
	font-size: 10pt;
}
.DataTables_sort_icon {
	display: none;
}
.status_button .ui-widget {
	font-size: 10pt;
}
.highchart {
	width: 400px;
	height: 400px;
}
.dtac {
	white-space: nowrap;
	overflow: hidden
}

.dataTable #status_buttons {
	margin-bottom: 20px;
}
.dataTables_wrapper {
	margin-bottom: 40px;
}

table.dataTable td {
	padding: 1ex;
	vertical-align: top;]
}
td {
	vertical-align: top;
}

#component_summary_row td {
	background-image: url('../img/bg_btn.png');
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
}
#component_summary_row td:hover {
	background-image: none;
}
#component_summary_row td.active {
	background-image: none;
	border-color: rgba(0,0,0,.6);
}

td.status_total, td.status_open, td.status_pending, td.status_commercial, td.status_closed, td.status_final_certified { cursor: pointer }

td.status_open { background-color: #4DA0EE; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.odd td.status_open { background-color: #4DA0EE; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.even td.status_open { background-color: #4DA0EE; width: 8ex; padding: 1ex 0ex; text-align: center;}
td.status_pending { background-color: #7DDA8A;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.odd td.status_pending { background-color: #7DDA8A;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.even td.status_pending { background-color: #7DDA8A;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
td.status_commercial { background-color: #AAAAFF;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.odd td.status_commercial { background-color: #AAAAFF;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.even td.status_commercial { background-color: #AAAAFF;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
td.status_closed { background-color: #eeeeee; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.odd td.status_closed { background-color: #eeeeee; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.even td.status_closed { background-color: #eeeeee; width: 8ex; padding: 1ex 0ex; text-align: center;}
td.status_total { background-color: #E2E4FF; width: 8ex; padding: 1ex 0ex; text-align: center;}
td.status_final_certified { background-color: #b0a694;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.odd td.status_final_certified { background-color: #b0a694;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.even td.status_final_certified { background-color: #b0a694;  width: 8ex; padding: 1ex 0ex; text-align: center;} 

td.priority_high { color: #E60000; font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.odd td.priority_high { text-color: #E60000;  font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.even td.priority_high {text-color: #E60000;  font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
td.priority_medium { font-weight: bold;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.odd td.priority_medium { font-weight: bold;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
table.dataTable tr.even td.priority_medium { font-weight: bold;  width: 8ex; padding: 1ex 0ex; text-align: center;} 
td.priority_low { font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.odd td.priority_low { font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.even td.priority_low { font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
td.priority_lowest { font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.odd td.priority_lowest { font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}
table.dataTable tr.even td.priority_lowest { font-weight: bold; width: 8ex; padding: 1ex 0ex; text-align: center;}

.unacknowledged { background-color: pink; }

#status_field select { font-weight: bold; font-size: 9pt; padding: 2px;}
.text_status_open { color: #4DA0EE; }
.text_status_pending { color: #7DDA8A; }
.text_status_commercial { color: #AAAAFF; }
.text_status_closed { color: #B2B2B2; }
.text_status_final_certified { color: #BEB4A1; }

#priority_field select { font-weight: bold; font-size: 9pt; padding: 2px;}
.text_priority_high { color: #E60000; }
.text_priority_medium { color: black; }
.text_priority_low { color: black; }
.text_priority_lowest { color: black; }

#component_summary_row { cursor: pointer }

#tab_bar { 
	position: fixed;
	bottom: 0;
	background-color: #fff; 
	width: 100%;
	padding: 15px 0;
}

#table_findings_summary {
    padding: 1.2em;
}

.finished, .odd.finished {
    color: #666666 !important;
}



/* ------------------ */
/* Project page */

#project_component_summary {
	float: right;
	margin: -45px 0 20px 0;
}
#project_component_summary h2 {
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 .5em 0;
	text-align: center;
}

#component_summary_table th {
	white-space: nowrap;
}

.add_issue_button-cont-top {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #eee;
}

.add_issue_button-cont {
	padding: 25px 0;
	margin-bottom: 85px;
}

.positive {
	color: green;
}

.negative {
	color: red;
}

/* ------------------ */
/* Discrepancy Detail page */

ul.discrepancy_navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	margin-bottom: 1em;
	float: right;
	font-size: 1.1em;
}
ul.discrepancy_navigation li {
	float: left;
}
ul.discrepancy_navigation li button {
	border: 1px solid #999;
	border-left: none;
	padding: 3px 7px;
	position: relative;
	margin: 0;
}
ul.discrepancy_navigation li:first-child button {
	border-left: 1px solid #999;
	border-radius: 3px 0 0 3px;
}
ul.discrepancy_navigation li:last-child button {
	border-radius: 0 3px 3px 0;
}

ul.discrepancy_navigation li button:hover {
	cursor: pointer;
	background-color: #E7E8F2;
}
ul.discrepancy_navigation li button.unclickable:hover {
	background-color: #C0C0C0 !important;
	cursor: default;
}


ul.discrepancy_navigation .nav_previous::before {
	content: "« " ;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
ul.discrepancy_navigation .nav_next::after {
	content: " »" ;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}


#document_list {
}

.crudpage {
}

#discrepancy_info h2 {
	margin: 0;
	padding: 0;
}


#discrepancy_detail_box {
    width: 45%;
    padding: 20px 2%;
    float: left;
}

#edit_save_button button {
	margin: 15px 0;
}

/*simulating jqueryUI styles*/
#cancel_button {
    margin: 15px 0;
    padding: 0;
    font-size: 10pt;
    border-radius: 4px;
    border: 1px solid gray;
    font-weight: normal;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    position: relative;
    top: 1px;
    cursor: pointer;
    background: gray url('../img/bg_btn.png') center top repeat-x;
    color: #eee;
}
#cancel_button span {
	padding: .4em 1em;
	display: block;
    line-height: normal;
}
#cancel_button:hover {
    border: 1px solid #999999;
    color: #fff;
}




#discrepancy_detail_box {
	background: #efefef;
}

#discrepancy_detail_box .field {
	overflow: hidden;
	padding-bottom: 10px;
}
#discrepancy_detail_box .field label {
	float: left;
	width: 23%;
	max-width: 110px;
	margin-right: 2%;
	overflow: auto;
}
#discrepancy_detail_box .field .crudpage {
	float: left;
	width: 75%;
}

#revision .crudpage {
	font-style: italic;
}

#revision #modified_date,
#revision #modified_time {
	font-weight: bold;
}

.status_message  {
	margin: 5px 0 10px 0;
	display: block;
}
 
.btn-box {
	padding: 10px 0;
}

#discrepancy_history_box h2 {
	margin: 0;
	padding: 0;
}

.unclickable {
	color: grey;
	opacity: .35;
}
.unclickable:focus {
	outline: none;
}

/* ------------------ */
/* Project Summary page */

#summaryHead {
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
	margin-bottom: 1.25em;
}

.edit-page {
	float: right;
	font-size: 1.3em;
	border-radius: .3em;
	border: 1px solid #bbb;
	padding: .4em 1em;
	background-size: 5px 100% !important;
}
.edit-page:hover {
	background-image: none !important;
	color: #000;
	cursor: pointer;
}

p#display_delivery_date {
	font-size: 1.4em;
	float: right;
}
p#display_delivery_date span {
	font-weight: bold;
	margin-left: .5em;
}

table#cycles_hours_summary {
	border-collapse: collapse;
	width: 50%;
	background-color: #FBFBFB;
}

table#cycles_hours_summary caption {
	margin-bottom: .5em;
}

table#cycles_hours_summary th,
table#cycles_hours_summary td {
	border: 1px solid #efefef;
	padding: .5em;
	text-align: center;
	white-space: nowrap;
}
table#cycles_hours_summary td:first-child {
	font-weight: bold;
}
#table_findings_summary {
	margin-bottom: 30px;
}

#table_component_navigation {
	margin-right: 10px;
	margin-top: 30px;
}

#table_component_navigation .ui-button {
	width: 100%;
	text-align: left;
	margin: 5px 0;
}

/*.move-btn {
    float: right;
}*/

/*bpopup simulated datatable modal*/

#project_details_editable {
	height: 80%;
	width: 80%;
	max-width: 600px;

	/*position: relative;*/
    border: 2px solid #111;
    box-shadow: 3px 3px 10px #555;
    border-radius: 5px;
    background-color: white;
}

#project_details_editable.admin-user {
    max-width: 725px;
}

#project_details_editable.admin-user div.DTE_Field {
    padding-left: 10%;
    padding-right: 10%;
}


#project_details_editable .modal-head {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    background-color: #eeeff2;
    border-bottom: 1px solid #ddd;
}

#project_details_editable .modal-head h1 {
	padding: 0 10px;
	margin: 0;
	line-height: 50px;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: none;
}

#project_details_editable .modal-body {
	height: 100%;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}

#project_details_editable  .modal-content {
	overflow: hidden;
	padding-bottom: 20px;
	overflow: auto;
	max-height: 100%;
	box-sizing: border-box;
}

#project_details_editable .modal-foot {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    border-top: 1px solid #ddd;
	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)
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* bPopup simulated dataTable modal for disrepancy_details */
#copy_menu {
	height: 15%;
	width: 80%;
	max-width: 600px;
	min-height: 140px;

	/*position: relative;*/
    border: 2px solid #111;
    box-shadow: 3px 3px 10px #555;
    border-radius: 5px;
    background-color: white;
}



#copy_menu .modal-head {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    background-color: #eeeff2;
    border-bottom: 1px solid #ddd;
}

#copy_menu .modal-head h1 {
	padding: 0 10px;
	margin: 0;
	line-height: 50px;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: none;
}

#copy_menu .modal-body {
	height: 100%;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}

#copy_menu  .modal-content {
	overflow: hidden;
	padding-bottom: 20px;
	overflow: auto;
	max-height: 100%;
	box-sizing: border-box;
}

#copy_menu .modal-foot {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    border-top: 1px solid #ddd;
	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)
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ------------------ */
/* Items to Pre-populate page */

#items_category {
	margin-bottom: 20px;
}


/* ------------------ */
/* Items to My Info page */

#myInfo-form {
	margin-bottom: 20px;
}

#myInfo-form .field {
	margin: 10px 0;
}

#myInfo-form label {
	width: 150px;
	display: block;
	float: left;
	font-size: 1.2em;
	margin-top: 5px;
}

#myInfo-form input {
	font-size: 1.2em;
}

#myInfo-btn {
	padding-left: 145px;
}


/* ------------------ */
/* Reports page */

#projects_status {
	margin-bottom: 20px;
}

/* Users page */

span.msn {
    margin-left: 5px;
    width: 120px;
    display: inline-block;
} 

