@import url(reset-fonts-grids.css);

body {
	background: #fff url(../images/adminconsole/body_background.png) repeat-x;
	font: 85% Calibri, Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}
span.off-canvas,
label.off-canvas {
	position: absolute !important;
	text-align: left;
	text-indent: -9999em;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	text-align: left;
	padding: 25px 0 15px 0;
}

td.product_label { text-align: right; }
td.product_label h1 {
	font-size: 182%;
	color: #666;
	margin: 0;
}

td.product_label h2 {
	font-size: 130%;
	color: #999;
	margin: 0 0 2px 0;
}
#cimversion, #clssversion {
	display: none;
}
#content {
	padding-left: 30px;
	width: 535px;
}

/* --- Top Menu --- */
td.product_label ul li {
	font-size: 15px;
	color: #A6343A;
	display: inline;
}
td.product_label ul li + li {
	margin: 0 0 0 20px;
}
td.product_label ul li a {
	color: #A6343A;
	text-decoration: none;
}
td.product_label ul li a:before {
	font-family: FontAwesome;
	position: relative;
	left: -5px;
}
td.product_label ul li.user-com a:before {
	content: "\f0c0";
}
td.product_label ul li.help a:before {
	content: "\f059";
}
td.product_label ul li.logout a:before {
	content: "\f08b";
}
td.product_label ul li.support a:before {
	content: "\f007";
}
td.product_label ul li span.new {
	margin: 0 10px 0 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	background: #efe3bb;
	padding: 5px 8px;
	border-radius: 13px;
	font-weight: bold;
}

/* --- Headers --- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h2 {
	font-size: 182%;
	margin: 6px 0;
}

#results h3 {
	font-size: 123.1%;
	border-bottom: 2px solid #f0e1bd;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#results div {
	max-height: 700px;
	overflow-y: auto;
	display: none;
}

H3#logoutLink {
	display: none;
}

/* --- Login Form --- */
#login_box {
	text-align: left;
	display: none;
}

#login_form {
	border-top: 1px solid #f0e1bd;
	border-bottom: 1px solid #f0e1bd;
	background-color: #fcf9f1;
	padding: 15px 80px;
	margin-bottom: 20px;
}

#login_form label {
	margin: 0 10px 0 20px;
}

#login_form input.text_box {
	width: 150px;
}

#log_in_btn {
	margin-left: 20px;
}


/* --- Tables --- */

table {
	width: 100%;
}
th, td {
	text-align: left;
}

table.display_table td, table.display_table th {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 4px;
	font-size: 95%;
	width: 100%;
}
table.display_table td a {
	color: inherit;
	text-decoration: none;
}
table.display_table td a:hover,
table.display_table td a:focus {
	text-decoration: underline;
}
table.display_table th {
	font-weight: bold;
	cursor: pointer;
}

/* --- Menu --- */

#menu ul {
	list-style: none;
	margin-right: 15px;
}

#menu ul li ul { margin: 0; }

#menu ul li h2, #menu ul li ul li {
	border-bottom: 1px solid #ccc;
}

#menu ul li h2 {
	margin-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#menu ul li.first h2 {
	margin-top: 0;
}

#menu ul li ul li a {
	display: block;
	padding: 6px 8px 7px 8px;
	text-decoration: none;
	color: #06c;
}
#menu ul li ul li a:hover
#menu ul li ul li a:focus {
	background-color: #bfd9f2;
}
#menu ul li ul li a.excelreport {
	background-image: url('../images/icons/excel_report.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 17px;
}

#errormsg {
	color: red;
	display: none;
}

/* --- Thermometer --- */

#progress_bar {
	position: relative;
	height: 41px;
	width: 535px;
	overflow: hidden;
	margin-bottom: 20px;
}

#progress_bar table {
	width: auto;
	height: 41px;
}
#therm_mask {
	position: absolute;
	top:0;
	left: 0;
	z-index: 100;
	height: 41px;
	width: 535px;
	background-image: url(../images/adminconsole/therm_overlay.png);
	background-repeat: no-repeat;
}

#progress_bar td {
	font-size: 12px;
	height: 17px;
	line-height: 17px;
	padding: 12px 0;
	text-align: center;
	overflow: hidden;
}
#progress_bar td div {
	nooverflow: hidden;
}

#progress_bar td a {
	display: none;
}
#progress_bar td a { text-decoration: none; position: relative; z-index: 150; }
#progress_bar td a:hover, #progress_bar td a:focus { text-decoration: underline; }

#progress_bar td.in_progress_6 { background: #0079ff url(../images/adminconsole/therm_blue1.png) repeat-x; }
#progress_bar td.in_progress_6 a { color: #fff; }
#progress_bar td.in_progress_5 { background: #4c9fff url(../images/adminconsole/therm_blue2.png) repeat-x; }
#progress_bar td.in_progress_5 a { color: #fff; }
#progress_bar td.in_progress_4 { background: #80abff url(../images/adminconsole/therm_blue3.png) repeat-x; }
#progress_bar td.in_progress_4 a { color: #fff; }
#progress_bar td.in_progress_3 { background: #b2cdff url(../images/adminconsole/therm_blue4.png) repeat-x; }
#progress_bar td.in_progress_3 a { color: #4C9DFF; }
#progress_bar td.in_progress_2 { background: #ccdcff url(../images/adminconsole/therm_blue5.png) repeat-x; }
#progress_bar td.in_progress_2 a { color: #4C9DFF; }
#progress_bar td.in_progress_1 { background: #e5f1ff url(../images/adminconsole/therm_blue6.png) repeat-x; }
#progress_bar td.in_progress_1 a { color: #4C9DFF; }
#progress_bar td.complete { background: #008a00 url(../images/adminconsole/therm_green.png) repeat-x; }
#progress_bar td.complete a { color: #fff;}
#progress_bar td.not_started a { color: #4c9dff; }


/* --- Environment Information Banner --- */

#environment-banner {
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	padding: 0.5em 1.5em 1.75em;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 55px;
	position: relative;
}

#environment-banner.dismissed {
	display: none;
}

#environment-banner__environment-info{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
}

#environment-banner__patches-header{
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

#environment-banner__close-button {
	padding: 0 0.75em 0.5em;
	color: #856404;
	cursor: pointer;
	text-transform: uppercase;
	background: transparent;
	font-size: 1.5em;
	border: none;
	position: absolute;
	top: 0.75em;
	right: 1em;
}

#environment-banner__patches-header,
#environment-banner__patches-list {
	text-align: left;
	width: 500px;
	margin: 0 auto;
}

#environment-banner__patches-list li {
	margin-bottom: 2px;
}
