/* 
===============
IMPORTS 
===============
*/
@import url('../../../../../skins/basic/admin/styles.css');
/* tmp: remove later */
@import url('crm.css');

/* 
===============
GENERAL
===============
*/
body {
	background: none;
	background-color: #f4f6f8;
}
img {
	border: none;
}

/* 
===============
HEADER
===============
*/
#header {
	background: #08a3d6;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}
div#logo {
	margin: 0px;
	padding: 0px 0px 6px 20px;
	float: left;
}
div#logo-text {
	position: absolute;
  top: 65px;
	right: 0px;
	margin: 0px;
	padding: 0px;
  font: 25px "Helvetica Neue Light", Helvetica, sans-serif;
	margin-right: 10px;
	color: #FFF;
	background-color: #08A3D6;
}

/*
===============
MAIN
===============
*/
div#container {
	padding: 0px;
	margin: 0px;
	background-color: #f4f6f8;
}
div#content {
	margin: 0px;
	padding: 0px;
}
div.content-helper {
	background-color: #f4f6f8;
}
div.central-column {
	margin: 0px;
	padding: 0px;
	background-color: #f4f6f8;
}
div.central-column div.central-content {
	margin: 0px;
	padding: 0px;
}
div.central-content div.mainbox-container {
	margin: 0px;
	padding: 0px;
}
div.central-content div.mainbox-container div.mainbox-body {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #f4f6f8;
}
div#main_column {
	margin: 0px 0px 50px 14px;
	border: 4px solid #e2e7e9;
	background-color: #ffffff;
	padding: 7px 15px 3px 15px;
	max-width: 1162px;
	min-height: 445px;
	margin-bottom: 0px;
}
div#main_column h1.mainbox-title {
}
div#right_column {
	margin-right: 0px;
	width: 188px;
	padding: 0px 0px 50px 0px;
}

/* 
===============
FOOTER
===============
*/
#footer {
	height: 16px;
	background-color: #c5ecf2;
	border-top: 1px solid #82bcd1;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 5px;
}
p.bottom-copyright {
  text-align: right;
	font: 11px "Helvetica Neue Light", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin-right: 12px;
	line-height: 16px;
}

/* 
===============
LOGIN
===============
*/
div.login {
	width: 375px;
	margin: 0 auto;
	padding-top: 100px;
}
div.login form {
  padding: 3px 20px 3px 15px;
  border: 1px solid #002566;
	background-color: #FFF;
}
div.login form input.input-text {
  width: 100%;
}
div.login form p {
  padding: 0px;
}
div.login div.form-field {
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
div.login div.form-field label {
	text-align: left;
}
.image-captcha {
	border: 2px solid #08A3D6;
}

/* 
===============
COMMON 
===============
*/
/* Exceptions */
div.exception-body {
	margin-top: 80px;
}
div.exception-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-top: 10px;
}
/* Notifications */
div.cm-notification-container {
	margin-top: 12px;
}

/* 
===============
CRM 
===============
*/



/* 
===============
FUEL 
===============
*/
#menu_first_level ul li#tabs_dashboard a, #menu_first_level ul li#tabs_dashboard a:visited, #menu_first_level ul li#tabs_dashboard a:hover, #menu_first_level ul li#tabs_dashboard a:active {
	background: url('../../../../../skins/basic/admin/images/first_level_tab_home.gif') no-repeat;
	padding-right: 16px;
	padding-left: 16px;
	text-decoration: none;
}
#menu_first_level ul li#tabs_dashboard.cm-active a, #menu_first_level ul li#tabs_dashboard.cm-active a:visited, #menu_first_level ul li#tabs_dashboard.cm-active a:hover, #menu_first_level ul li#tabs_dashboard.cm-active a:active {
	background: url('../../../../../skins/basic/admin/images/first_level_active_tab_home.gif') no-repeat;
	padding-right: 16px;
	padding-left: 16px;
}

/* 
===============
PAGINATION 
===============
*/
.pagination a:hover, .pagination-selected-page {
	border: none;
	background: none;
}


/* 
===============
ANALYSIS RESULTS 
===============
*/
/* embedded table */
#samplelist_form table.table tr td table.table {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #F5B06E;
}
#samplelist_form table.table tr td table.table tr th {
	background-color: #D9E7FF; /*#FFEBB5;*/
	white-space: nowrap;
	padding: 7px 8px 6px 8px;
	text-align: left;
	text-transform: uppercase;
}
#samplelist_form table.table tr td table.table tr td {
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}
#samplelist_form table.table tr td table.table tr:hover td {
	background-color: #f6fddf;
}

#samplelist_form table.table tr td table.table tr td.GD {
	background-color: green;
}
#samplelist_form table.table tr td table.table tr td.PA {
	background-color: orange;
}
#samplelist_form table.table tr td table.table tr td.CA {
	background-color: red;
}
.fuelname {
	color: #008F40;
	font-size: 16px;
	font-weight: bold;
}
.popup-content .fuelname {
	font-size: 20px;
}
.sample_number {
	color: #035989;
	font-size: 18px;
	font-weight: bold;
}

/* 
===============
POPUP STYLES
===============
*/
/* FIELDSET */
.popup-notes-content fieldset {
	border: 1px solid #6C757A; /* #F5B06E; */
	background-color: #F0F0F0; /* #FFEBB5; */
	position: relative;
	margin: 10px 3px 10px 3px;
	padding: 0px 0px 0px 0px;
}
.popup-notes-content fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #6C757A;
	position: absolute;
	top: -1.5em;
	left: .5em;
	margin: 0px 0px 0px 2px;
	padding: 0px 3px 0px 3px;
	z-index: -1;
}
.popup-notes-content fieldset div.container {
	padding: 10px;
	margin: 0px 4px 4px 4px;	
	background-color: #FFFFFF;
}
.popup-notes-content form div fieldset div textarea {
	width: 99%;
}
.popup-notes-content fieldset div.container table tr td {
	padding: 0px 2px 0px 2px;
}
.popup-notes-content fieldset div.container table tr td span.label {
	margin: 0px 2px 0px 2px;
}
.popup-notes-content fieldset div.container table tr td span.value {
	font-weight: bold;
	margin: 0px 2px 0px 2px;
}
.popup-notes-content fieldset div.container table tr td.GD {
	background-color: green;
}
.popup-notes-content fieldset div.container table tr td.PA {
	background-color: orange;
}
.popup-notes-content fieldset div.container table tr td.CA {
	background-color: red;
}

.cell-spacer {
	width: 30px;
}
/* common table */
.fieldset-table {
	border: 2px solid #d9e7ff;
}
.fieldset-table th {
	color: #151515;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #d9e7ff;
	white-space: nowrap;
	padding: 5px 8px 5px 8px;
	text-align: center;
}
.fieldset-table tr {
	height: 20px;
}
.fieldset-table tr td {
	padding: 5px 8px 5px 8px;
	text-align: center;
}
