/************************************************************************************************************************/
/* RESET THE CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.divider {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #C6C6C6;
	margin: 0 0 25px 0;
	padding: 15px 0 0 0;
}
/*******************************************************************************************************************************/
/* HTML FORMATTING STYLES */
body {
	background: #C3CCD1;
	font:100%  Helvetica, Arial, sans-serif;
}
h1 { color: #666; font-size: 26px; font-weight: normal; }
#content h1 {margin: 0 0 20px 0;}

h2 {
	color: #666; font-size: 20px; font-weight: normal;
}
p, .bread_crumb {
	font-size: 10px;
	color: #666;
}
fieldSet {
	font-size: 10px;
}
.red {
	color: #7C0527;
	float: left;
}

a, a:visited { color:#3574B3; }
a:hover { color: #265482; }

/* 
Button Styling (optional button style)
button, .add_item_button, #csv_download, input[type=submit] { background: #4599BD; border: none; color: #fff; padding: 5px 10px;}
button:hover, .add_item_button:hover, #csv_download:hover, input[type=submit]:hover {cursor: pointer; background:#265482; } */

/*******************************************************************************************************************************/
/* WRAPPER STYLES */
#wrapper {
	margin: 0 auto;
	
	width: 90%;
	min-width: 1024px;
}
/*******************************************************************************************************************************/
/* GENERIC STYLES */
.generic_error {
	color: #FF0000;	
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.generic_message {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;	
}
.generic_error_title, .generic_message_title {
	font-weight: bold;
}
.generic_error ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 20px;
	color: #FF0000;
}
span.error {
	color: #FF0000;	
}
.loading_refresh {
	margin-left: 5px;	
	margin-top: 2px;
}
#lern_logo {
	float: right;
	padding-right: 8px;
	padding-top: 10px;
}
#lern_logo p {
	line-height:30px;
	float: left;
	padding-right: 10px;
}
.pointer {
	cursor: pointer;
		
}
/*******************************************************************************************************************************/
/* GLOBAL NAVIGATION STYLES */
#nav_cont {
	background-color: #518DCB;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	z-index: 2;
	position: relative;
	width: 100%;
	min-height: 30px;
}

#header-cont, #content {
	z-index: 1;
	position: relative;
}
.bread_crumb {
	
}
/*******************************************************************************************************************************/
/* HEADER LAYOUT STYLES */
#header {
	background: #E1E1E1;
	float: left;
	width: 100%;
	border-bottom: none;
	border-left: solid 1px #919191;
	border-right: solid 1px #919191;
	
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
}
#header_cont {
	float: left;
	position: relative;
	
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	
	padding: 10px 10px 10px 20px;
	
	width: 100%;
}
#header_cont h1 {
	float: left;
}
#logo {
	float: right;
	width: 100px;
	height: 54px;
}
#user_info_container { float: right; }
#user_info_container span { 
	background-color: #518DCB;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 15px;
	height: 30px;
}
#user_info_container span strong {
	font-weight: bold;
}

#logout_container {border-left:1px solid #335980; float: right; }
#logout_container a {
	border-left: 1px solid #999;
    border-right: none;
	border-top: none;
	border-bottom: none;
    height: 30px;

    text-align: center;
	background-color: #666;
    color: #FFFFFF;
    font: 12px/28px Helvetica,Arial,sans-serif;
    font-weight: bold;
	padding: 0 15px;
    vertical-align: middle;
	float: right;
			text-decoration: none;
}

#logout_container a:hover {
	background-color: #333;	
	cursor: pointer;
}
/*******************************************************************************************************************************/
/* CONTENT LAYOUT STYLES */
#content {
	background: #ffffff;

	border-left: solid 1px #919191;
	border-right: solid 1px #919191;
	border-bottom: solid 1px #919191;
	
	float: left;
	
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	
	position: relative;
	
	width: 100%;
}
#filter {
	float: right;
	width: 450px;
	margin: 15px 0px 0px 0px;
}
#filterAccount {
	float: left;
	margin: 0px 0px 0px 20px;
}
#grid_wrapper, .grid_wrapper {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	width: 100%;	
}
/*******************************************************************************************************************************/
/* TABLE FORMATTING STYLES */
.tableScroll table {
	margin: 0;
	padding: 1em;
	white-space: nowrap;
}
.tableScroll {
	overflow: scroll;
	overflow-y: hidden;
}
table, td {
	font:100% Helvetica, Arial, sans-serif;
}
table {
	width: 100%;
	margin: 1em 0;
	float: left;
	border-spacing: 0;
	border-collapse: collapse;
}
table .title_col {
	width: 25%;	
}
th {
	background-color: #4599BD;
	color: #fff;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	cursor: default;
}
th, td {
	text-align: left;
	padding: 5px;
}
table.report th {
	background-image: url('/images/table/bg.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #CCC;
	
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
table.report th:hover {
	background-color: #52B0D8;
}
table.report th.headerSortDown {
	background-color: #52B0D8;
	background-image: url('/images/table/desc.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
table.report th.headerSortUp {
	background-color: #52B0D8;
	background-image: url('/images/table/asc.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
td {
	font-size: 10px;
	color: #353535;
	vertical-align: middle;
	/*border: 1px solid #BBD1D9; */
}
td.row_description {
	width: 150px;	
}
table select {
	min-width: 200px;	
}
table input[type=text], input[type=password] {
	min-width: 200px;
}
table select, table input {
	font-size: 100%;	
}
table textarea {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);	
}
table div.radio_option {
	float: left;
	line-height: 25px;	
}
table td.right_align {
	text-align: right;	
}

td.border-right {
	border-right: 1px solid #BBD1D9;
}

.left_6040 {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	
	width: 60%;
	padding-right: 5px;
}

.right_6040 {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	
	width: 40%;
	float: right;
}

/*******************************************************************************************************************************/
/* DASHBOARD STYLES */

#left_dashboard_box {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	
	width: 50%;
	padding-right: 5px;
	
	float: left;
}

#right_dashboard_box {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
	
	width: 50%;
	padding-left: 5px;
	
	float: right;
}

/*******************************************************************************************************************************/
/* FORM ELEMENT STYLES */
#csv_download {
	float: right;
	margin-left: 5px;
}

.add_item_button {
	float: right;
	margin-right: 5px;
}

.admin_module {
	
}

.admin_module .label {
	text-align: right;
	padding-right: 10px;
	width: 30%;
}

table input[type=text].phone_field_3 {
	min-width: 25px;
	width: 25px;
}

table input[type=text].phone_field_4 {
	min-width: 30px;
	width: 30px;
}

table .grid_button {
	margin: 0 0 0 0;
}

.grid_button {
	background: #52B0D8;
	padding: 6px 8px;
	margin-bottom: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.grid_button_lg {
	background: #727295;
	width: 200px;
	padding: 8px 10px;
	margin-bottom: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.grid_button:hover,.grid_button_selected {
	background: #296E89;
}
.grid_button_lg:hover {
	background: #69C400;
	border-color: #3A3A56;	
}

input[type=submit][disabled=disabled].grid_button, 
input[type=button][disabled=disabled].grid_button,
input[type=button][disabled=disabled].grid_button_lg { 
	background: #7CC3E1;
    color: #CFE9F4;
	cursor: default
} 

.button_wrapper {
	float: left;
	width: 100%;
}

.button_wrapper_bottom {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.total_wrapper {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0
}

.total_box {
	display:inline-block;
	background: #DAE9AD;
	float: right;
	width: 205px;
	border: 1px solid #C2DB76;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px 5px 10px;
	text-align: right;
}
.total_box input, .total_box select {
	width: 200px;
	clear: none;
	margin: 0 0 10px 0;
}
.total_box select {
	padding: 2px;
	font: 14px Arial, Helvetica, sans-serif;
	border: 1px solid #c7c7c7;
}
.total_box textarea {
	padding: 2px;
	font: 14px Arial, Helvetica, sans-serif;
	border: 1px solid #C7C7C7;
	width: 200px;
	height: 60px;
	clear: none;
}
.totals_text {
	float: left;
}
.totals_number {
	float: left;
	margin-left: 12px;
}
.totals_number, .totals_text {
	line-height: 1.6em;
}
.total, .memo {
	margin: 0 0 5px 0;
}
.total .total_text, .totals_text .total_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #373737;
}
.total .total_number , .totals_number .total_number{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #373737;
}
.total_box .memo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #373737;
}
.total_wrapper .prompt {
	background: #DAE9AD;
	float: left;
	border: 1px solid #C2DB76;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #373737;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 0px;
}
#content form .three_digit_input {
	min-width: 25px;
	width: 25px;	
}

/*******************************************************************************************************************************
/* TABLECLOTH STYLES */

tr.even td {
	background: #F7F8F8;
}
tr.odd td {
	background: #EDEDED;
}
td.over, tr.even td.over, tr.odd td.over {
	background: #EDF2D4;
}
td.down, tr.even td.down, tr.odd td.down {
	background: #C1DB74;
	color: #fff;
}
td.selected, tr.even td.selected, tr.odd td.selected {
	background: #C1DB74;
	color: #555;
}
/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty {
	background: #fff;
}
tr.even td.name-group {
	background: #EFEFEF;
	color: #000000;
	font-weight: bold;
	vertical-align:text-top;
}
tr.odd td.name-group {
	background: #DDDDDD;
	color: #000000;
	font-weight: bold;
	vertical-align:text-top;
}
tr.even td.name-group.over, tr.odd td.name-group.over {
	background: #E1E5C1;
}
tr.even td.name-group.down, tr.odd td.name-group.down {
	background: #B3C961;
}
tr.even td.name-group.selected, tr.odd td.name-group.selected {
	background: #B3C961;
}
.grid-row{
	display: grid;
  	grid-template-columns: 175px 175px 175px;
  	padding: 5px;
}
.grid-col{
  	padding: 10px 0;
}
