
/* @group Preload Rules */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

img,a img {
	border: none;
}

strong,b {
	font-family: SemiBold;
}

table,td {
	clear: both;
	border-collapse: collapse;
	vertical-align: top;
}

.hidden {
	display: none;
}

.offline {
	opacity: .3;
}

.right {
	float: right;
}

.left {
	float: left;
}

.drag {
	cursor: move !important;
}

.selected {
	background-color:#1db8bf !important;
	font-style: bold;
}

ul,li,select {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

/* @end */

body {
	background-color: #f2f2f2;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #555;
}

/*#body_login form:before {
    white-space: pre;
    content: "Scheduled Maintenance \A Thursday, May 28 11am-2pm PST";
    color: #b25931;
    display: block;
    background: #ffeab1 url(images/icon-alert-color.svg) no-repeat 15px 11px;
    background-size: 20px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 20px;
    border: 1px dashed #efb210;
    border-radius: 3px;
    padding: 8px 0px 5px 50px;
    width: 220px;
}*/

h1 {
	font: 24px/30px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}

header, section.block, footer {
	width: 1200px;
	margin: 10px auto;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	padding: 20px;
}

header, footer {
	background-color: #444;
	border-color: #333;
}

nav {
	display: table;
}

nav li {
	float: left;
}

nav li a {
	color: #fff;
	display: inline-block;
	border: 1px solid #222;
	border-radius: 1px;
	padding: 5px 10px;
	margin-right: 20px;
	background-color: #333;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: .2s;
	transition: .2s;
}

nav li a:hover {
	background-color: #aaa;
	color: #333;
	border-color: #ccc;
	-webkit-transition: .1s;
	transition: .1s;
}


hr {
	border: 1px dashed #666766;
	margin-top: 10px;
	margin-bottom: 10px;
}

figure img {
	max-width: 200px;
	max-height: 200px;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.basic {
	width: 100%;
	background-color: #fff;
	font-size: 13px;
	color: #2f323a;
}

table.basic tr.attention {
	color: #cc0000 !important;
	font-weight: bold;
}

table.basic a {
	color: #1ca8dd;
}

table.basic a:hover {
	color: #2f323a;
}

table.basic th {
	background-color: #edf0f0;
	text-align: center;
	padding: 8px 5px 7px !important;
	font-family: SemiBold;
}

table.basic tr+tr th:first-of-type {
	text-align: left;
}

table.basic th h4 span {
	margin-left: 10px;
	margin-right: 10px;
}

table.basic th.header:hover,table.basic th.headerSortDown,table.basic th.headerSortUp {
	background-color: #c9d6d6;
}

table.basic tr:nth-child(even) {
	background-color: #f9fafa;
}

table.basic td {
	border-right: 1px solid #f4f5f5;
	padding: 9px 5px 7px;
}

table.basic td.currency {
	text-align: right;
}

table.basic td.currency:before {
	content: "$";
	float: left;
}

table.basic .negative td.currency {
	color: #9c131e;
}



table.basic td:last-of-type {
	border-right: none;
}

table.basic th.headerSortDown:after,table.basic th.headerSortUp:after {
	float: right;
	font-size: 10px;
	margin-top: -1px;
	margin-bottom: -3px;
	color: #89a3a3;
}

table.basic th.headerSortDown:after {
	content: "▼";
}

table.basic th.headerSortUp:after {
	content: "▲";
}

table.basic td input {
	padding-top: 4px;
	padding-bottom: 2px;
	margin: -4px 0 -3px;
}

section.formGroup {

	width: calc(100% - 40px);
	margin: 10px auto;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	padding: 20px;
	overflow: hidden;

}

section.formGroup div > label {
	font-size: 8px;
	display: block;
}

section.formGroup div > input, section.formGroup div > select {
	display: block;
	width: 100%;
}

section.formGroup > div {
	width: calc(25% - 10px);
	float: left;
	margin: 0 5px;
}

/* Submenu */
ul.submenu {
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
	height: 40px;
	background-color: #d9d9d9;
}

ul.submenu li {
	display: inline-block;
	height: calc(100% - 10px);
	min-width: 60px;
	line-height: 28px;
	padding: 5px;
	float: left;
	text-align: center;
}

ul.submenu li a {
	color: #000;
}

ul.submenu li.selected a {
	color: #fff !important;
}

/* Ribbon */
ul.ribbon {
	display: block;
	width: calc(100% - 20px);
	height: 32px;
	padding: 5px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}

ul.ribbon li {
	display: inline-block;
	float: left;
}
