/*
All content and scripts of this and any file included in this
website are Copyright 2015, All Rights Reserved, New Jersey REALTORS®
Created - William Thompson Jr., Education Technology Coordinator, New Jersey REALTORS®
*/
/*
    Created on : Feb 2, 2015, 7:39:32 PM
    Author     : williamthompson
*/

/* Font/Spacing Template */
html{
	font-size: 62.5%;
    margin:0;
    background-color: #FFFFFF;
    height: 100%;
	font-weight: 400;
	color: #222222;
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-widget {
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html.noPadd{
	min-width: initial;
}

html.noPadd *{
	margin: 0;
	padding: 0;
}

body{
	height: 100%;
	font-size: 1.5em;
	line-height: 1.6;
}

body div{
	font-size: 17px;
}

.bodyWrap{
	width: 85%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: 400;
	font-family: "Corben", Georgia, serif;
	color: #00305B;
}

h3.underline, h4.underline, h5.underline, h6.underline {
	border-bottom: 1px solid #00305B;
}

h1 {
	font-size: 50px;
	line-height: 1.2;
	border-bottom: 2px solid #00305B;
}

h2 {
	font-size: 42px;
	line-height: 1.25;
	border-bottom: 2px solid #00305B;
}

h3 {
	font-size: 36px;
	line-height: 1.3;
}

h4 {
	font-size: 30px;
	line-height: 1.35;
}

h5 {
	font-size: 24px;
	line-height: 1.5;
}

h6 {
	font-size: 20px;
	line-height: 1.6;
}

a{
	color: #00305B;
	text-decoration: none;

	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}

a:hover {
	color: #2D5D88;
	text-decoration: underline;
}

a.linkUnderline{
	text-decoration: underline;
}

a.linkUnderline:hover{
	text-decoration: none;
}

a.boldLink{
	font-weight: bold !important;
	font-size: 1em !important;
}

p {
	margin-top: 0;
	font-size: 17px;
	margin: 0;
	margin-bottom: 8px;
}

/*******FORM TEMPLATE********/
.button,input[type="submit"],input[type="reset"],input[type="button"] {
	display: block;
	height: 35px;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: #00305B;
	color: #FFF;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	margin: 10px 0;
    box-shadow: 2px 2px 3px #888888;

    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {
	background-color: #14446F;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button.delete,input[type="submit"].delete,input[type="reset"].delete,input[type="button"].delete {
	background-color: #B83634;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button.delete:hover,input[type="submit"].delete:hover,input[type="reset"].delete:hover,input[type="button"].delete:hover,.button.delete:focus,input[type="submit"].delete:focus,input[type="reset"].delete:focus,input[type="button"].delete:focus {
	background-color: #A62422;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

*:disabled{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #FFFFFF;
	border: 1px solid #B2BBBD;
	border-radius: 6px;
	box-shadow:  2px 2px 3px #888888;
	box-sizing: border-box;
	margin: 10px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

input[type="email"]:read-only,input[type="number"]:read-only,input[type="search"]:read-only,input[type="text"]:read-only,input[type="tel"]:read-only,input[type="url"]:read-only,input[type="password"]:read-only,textarea:read-only{
	background-color: #EEEEEE !important;
}

.breadcrumb {
    font-size: .9em;
    font-style: italic;
}

.help-text {
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
}

td.iValue .mce-tinymce{
	margin: 10px 0 10px 10px;
	box-shadow:  2px 2px 3px #888888;
}

select, .custom-combobox {
	padding: 6px 0;
}

.custom-combobox{
	display: block;
	height: 38px;
	margin: 10px;
}

input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
	border: 1px solid #FCAF17;
	background-color: #FAFAFA;
	outline: 0;
}

input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.inputError{
	border: 1px solid red !important;
}

.checkError, .redText{
	color: red !important;
}

textarea {
	min-height: 100px;
	padding: 5px 10px;
}


label, legend {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
}

span.noBold{
	font-weight: normal !important;
}

label{
	cursor: pointer;
}

label.ownLine, legend.ownLine{
	margin: 0 10px;
}

.autoCursor{
	cursor: auto;
}

label a,legend a {
	text-decoration: underline;
}

label a:hover,legend a:hover{
	text-decoration: none;
}

label.foeValue,legend.foeValue, div.foeValue {
	cursor: auto;
	margin-left: 10px;
	border-bottom: 1px solid #000;
}

input[type="checkbox"],input[type="radio"] {
	display: inline;
	padding: 10px;
}

.checkboxWrap{
	margin-left: 10px;
}


.ui-tooltip{
	box-shadow:  2px 2px 3px #888888;
	border: 0;
}

.ui-tooltip-content{
	font-size: .9em;
}

div.radioWrap{
	margin: 0 10px;
}

div.radioWrap label{
	padding-left: 10px;
}

input[type="file"]{
	padding-left: 10px;
	padding-right: 10px;
}

.functionalText{
	color: #00305B;
	text-decoration: underline;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
	cursor: pointer;
}

.functionalText:hover{
	color: #2D5D88;
	text-decoration: none;
}

.smallerText{
	font-size: .8em;
}

/* Header */
header{
	box-shadow: 0 3px 5px #AAAAAA;
}

#headArea{
	position: relative;
}

#logos{
	height: 140px;
	display: table;
	margin: 7px 0;
}

#logos .wrap{
	display: table-cell;
	height: 140px;
	vertical-align: middle;
}

#boardLogo{
	max-width: 400px;
	max-height: 132px;
}

#seperator{
	width: 2px;
	height: 105px;
	background-color: #00305B;
	margin: 0 15px;
	overflow: hidden;
	border-radius: 2px;
}

#siteLogo, .siteLogo{
    max-height: 132px;
    max-width: 300px;
}


/* Menu */
div#menu{
	position: absolute;
	top:-7px;
	right: 0;
	z-index: 99;
	opacity: .9;
	padding: 0 10px;
	background-color: #6DACDE;
	color: white;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 3px 3px 5px #AAAAAA;
	max-height: 41px;
	min-width: 75px;
	overflow: hidden;

	-webkit-transition: background-color .5s, min-width 1s, max-height 1.5s, opacity 1s;
	-moz-transition: background-color .5s, min-width 1s, max-height 1.5s, opacity 1s;
	-ms-transition: background-color .5s, min-width 1s, max-height 1.5s, opacity 1s;
	-o-transition: background-color .5s, min-width 1s, max-height 1.5s, opacity 1s;
	transition: background-color .5s, min-width 1s, max-height 1.5s, opacity 1s;
}

div#menu:hover{
	background-color: #5B9ACC;
	opacity: 1;
}

div#menu.menuOpened{
	min-width: 300px;
	max-height: 400px;
}

#menu #menuButton{
	cursor: pointer;
	height: 41px;
}

#menu .menuTitle{
	float: right;
	padding: 10px 5px;
	line-height: normal;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	letter-spacing: 1px;
}

#menu #name{
	display: block;
}

#menu #menuTitle{
	display: none;
	font-size: 15px;
}

#menu #options{
	margin-bottom: 1.5em;
}

#menu #options #menuInsideTitle{
	color: #FFF;
	width: 50%;
	display:block;
	margin: 0 auto;
	text-align: center;
	border-bottom: #FFF solid 1px;
}

#menu ul#menuOptions{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul#menuOptions li{
	display: block;
	background-color: white;
	width: 85%;
	text-align: center;
	margin: 10px auto;
	border-radius: 6px;
	box-shadow: 3px 3px 5px #AAAAAA;
	opacity: .9;

    -webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#menu:hover ul#menuOptions{
	opacity: 1;
}

#menu ul#menuOptions li:hover{
	background-color: #FFF;
	opacity: 1;
}

#menu ul#menuOptions li a{
	display: block;
	line-height: 33px;
	width: 100%;
	height: 100%;
	color: #6DACDE;
}

#menu ul#menuOptions li a:hover{
	color: #5B9ACC;
	text-decoration: none;
}

#menu #lines{
	float: left;
	padding: 10px;
	opacity: 1;
}

#menu #lineOne{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#menu #lineTwo{
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

#menu #lineThree{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

div#menu.menuOpened #lineOne{
	-webkit-transform: rotate(45deg) translate(0,10px);
	-moz-transform: rotate(45deg) translate(0,10px);
	-ms-transform: rotate(45deg) translate(0,10px);
	-o-transform: rotate(45deg) translate(0,10px);
	transform: rotate(45deg) translate(0,10px);
}

div#menu.menuOpened #lineTwo{
	opacity: 0;
}

div#menu.menuOpened #lineThree{
	-webkit-transform: rotate(-45deg) translate(0,-10px);
	-moz-transform: rotate(-45deg) translate(0,-10px);
	-ms-transform: rotate(-45deg) translate(0,-10px);
	-o-transform: rotate(-45deg) translate(0,-10px);
	transform: rotate(-45deg) translate(0,-10px);
}

#menu .line{
	background-color: #FFF;
	margin-bottom: 3px;
	height: 4px;
	width: 25px;
	border-radius: 2px;
}

/* Navigation */
nav {
	background-color: #00305B;
}

nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	font-size: 18px;
	color: #DADADA;
	display: block;
	padding: 15px 13px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;

	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
}

nav ul li:first-child a{
	border-left: 2px solid #FFF;
}

nav ul li:last-child a{
	border-right: 2px solid #FFF;
}

/* Body */
#bodyArea, #noscript{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 1em;
	width: 85%;
	/*margin: 15px 1em;*/
	/*min-height: 235px;*/
}

/* Footer */
footer, #footerWrap{
	background-color: #00305B;
	color: #FFF;
	margin-top:25px;

	position: relative;
	bottom:0;
	top: auto;
	width: 100%;
}

#footArea{
    padding: 10px 0;
    text-align: center;
}

#fLogo, .fLogo{
    max-width: 250px;
    max-height: 51px;
}

#footArea span{
    display: block;
}

#fProviderText{
    font-style: italic;
}

#fLinks a{
	color: #FFF;
	display: inline-block;
	padding: 0 6px;
	text-decoration: underline;
	background-color: transparent;
   	border-radius: 4px;

   	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

#fLinks a:hover{
	background-color: #6DACDE;
	text-decoration: none;
}

/*---- Header Table ----*/
table#headWithButton, table.headWithButton{
	width : 100%;
}

table#headWithButton.underline td, table.headWithButton.underline td{
	border-bottom: 2px solid #00305B;
}

td.underline{
	border-bottom: 1px solid #00305B;
}

table#headWithButton td>input, table.headWithButton td>input, table.headWithButton td.buttonCell{
	margin: 0;
	margin-left: auto;
	text-align: right;
}
table.headWithButton td.buttonCell span{
	vertical-align: super;
}

table#headWithButton tr>td, table.headWithButton tr>td {
    vertical-align: top;
}

table#headWithButton tr>td>h4, table.headWithButton tr>td>h4 {
    margin: 0;
}

/*---- Info Table ----*/
table.infoTable{
	width: 100%;
}

table.infoTable tbody td{
	padding: 10px 15px 10px 0;
}

table.infoTable tr td:first-child{
	padding-left: 3px;
	width:50%;
}

table.infoTable.autoWidth tr td:first-child{
	width: auto;
}

table.infoTable tbody tr{
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

table.infoTable tbody tr:hover{
	background-color: #FAFAFA;
}

/* Table Title */
#tTitle, .tTitle{
	margin: 5px 0;
	font-weight: 400;
	font-family: "Corben", serif;
	color: #00305B;
	line-height: 1.5;
}

.sTitle{
	margin: 5px 0;
	font-weight: 400;
	font-family: "Corben", serif;
	color: #00305B;
	line-height: 1.2;
	font-size: 1.3em
}

table.infoTable td.tUnderLine{
	border-bottom: 3px solid #00305B;
}

table.infoTable td.bigBottom{
	border-bottom: 3px solid #00305B;
}

table.infoTable td.iLabel, table.infoTable td.iValue{
	border-top: 1px solid #00305B;
}

td.iLabel{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.2em;
	vertical-align: middle;
}
td.iLabel > label{
	font-size: 1em;
}

tr.licRow td.iLabel{
	vertical-align: middle;
}

td.iLabel .subtext{
	font-weight: normal !important;
	font-size: .9em;
}

td.iDelete{
	text-decoration: underline;
	text-align:right;
}

td.iDelete:hover{
	text-decoration: none;
	cursor: pointer;
}

td.iDelete *{
	color: red !important;
	text-decoration: underline;
}

td.iDelete *:hover{
	text-decoration: none;
}

td.iLabel a{
	display: block;
	font-weight: normal;
	font-size: .8em;
}

td.iValue{
	margin-bottom: 5px;
	font-size: 1.2em;
	vertical-align: middle;
}

tr.licDates, tr.bottomBorder{
	border-bottom: 1px solid #00305B;
}

tr.topBorder{
	border-top: 1px solid #00305B;
}

tr.topBottomBorder{
	border-top: 1px solid #00305B;
	border-bottom: 1px solid #00305B;
}

tr.licDates:last-child{
	border-bottom: none;
}

table.infoTable td.iValueList{
	margin-bottom: 5px;
	font-size: 1.2em;
	vertical-align: top;
	border-top: 1px solid #00305B;
}

table.infoTable td.iValueList ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

table.infoTable td.iValueList ul li{
	margin:0;
	margin-bottom: 10px;
	padding:0;
	padding-left: 10px;
	border-left: 4px solid #6DACDE;

    -webkit-transition: border 1s, box-shadow 1s;
	-moz-transition: border 1s, box-shadow 1s;
	-ms-transition: border 1s, box-shadow 1s;
	-o-transition: border 1s, box-shadow 1s;
	transition: border 1s, box-shadow 1s;
}

table.infoTable td.iValueList ul li:hover{
	border-left: 4px solid #00305B;
	box-shadow: 3px 3px 5px #AAAAAA;
}

table.infoTable td.iValueList ul li:last-child{
	margin-bottom:0;
}

table.infoTable td.iValueList ul li .liLabel{
	text-decoration: underline;
}

table.infoTable td.iValueList ul li .liValue{
	font-style:italic;
	text-transform:uppercase;
}

.noBorder{
	border: 0px !important;
}

.noSpace{
	padding: 0 15px 10px 0 !important;
}

/*---- Results Table ----*/
table.tableResults{
	width: 100%;
	text-align: left;
}

table.tableResults thead th, table.tableResults tbody tr.title td{
	margin: 5px 0;
	font-weight: 400;
	font-family: "Corben", serif;
	color: #00305B;
	font-size: 1.2em;
	line-height: 1.5;
	border-bottom: 3px solid #00305B;
	text-align: left;
	padding-right: 10px;
}

table.tableResults thead th:first-child{
	padding-right: 0;
}

.click{
	cursor: pointer;
}

table.tableResults tbody tr.add, table.tableResults tbody tr td.add{
	cursor: copy;
}

table.tableResults tbody td{
	padding: 10px 15px 10px 0;
	font-size: 1.2em;
	line-height: 1.5;
}

table.tableResults tr td:first-child{
	padding-left: 3px;
}

table.tableResults tbody tr{
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

table.tableResults tbody tr.odd{
	background-color: #FFF;
}

table.tableResults tbody tr.even{
	background-color: #FAFAFA;
}

table.tableResults tbody tr:hover{
	background-color: #F1F1F1;
}

table.tableResults tbody tr.noHover:hover{
	background-color: inherit;
}

/*---- Registration Table ----*/
table#regTable,table.regTable{
	width: 100%;
}

table#regTable.autoWidth, table.regTable.autoWidth{
	width: auto;
}

table#regTable.autoWidth td, table.regTable.autoWidth td{
	padding-right: 15px;
}

table#regTable.autoWidth td:last-child, table.regTable.autoWidth td:last-child{
	padding-right: 0;
}

table#regTable:not(.noButton) tr:last-child td *, table.regTable:not(.noButton) tr:last-child td *{
	margin-left: auto;
	margin-right: auto;
}

table#regTable tr#addLicRow select, table.regTable tr#addLicRow select{
	margin-left: 0;
}

table#regTable tr#addLicRow input[type="button"], table.regTable tr#addLicRow input[type="button"]{
	height: 38px;
	margin-left: 10px;
}

table#regTable tr td#captcha, table.regTable tr td#captcha{
	padding-top: 15px;
}

table#regTable tr td img, table.regTable tr td img{
	margin-left: 10px;
}

table#regTable td.subTitle,table.regTable td.subTitle,table.regTable tr.subTitle td, div.regWrap .subTitle{
	border-bottom: 1px solid #00305B;
	font-weight: 400;
	font-family: "Corben", serif;
	color: #00305B;
	font-size: 30px;
	line-height: 1.35;
	padding-top: 5px;
}

table#regTable td.subTitle.smaller,table.regTable td.subTitle.smaller, div.regWrap .subTitle.smaller{
	font-size: 20px;
	line-height: 1;
	border-bottom: 0;
	padding-top: 15px;
}

table#regTable td.subTitle.poweredby,table.regTable td.subTitle.poweredby, div.regWrap .subTitle.poweredby{
	font-size: 17px;
}

table#regTable td.subTitle.poweredby span,table.regTable td.subTitle.poweredby span, div.regWrap .subTitle.poweredby span{
	vertical-align: super;
}

div.regWrap .row{
	height: auto;
	overflow: visible;
	clear: both;
}

div.regWrap .cell{
	width: 50%;
	float: left;
	vertical-align: middle;
}

div.regWrap.cell25 .cell{
	width: 25%;
	float: left;
	vertical-align: middle;
}

.row.center, .cell.center{
	text-align: center;
}

.row.right, .cell.right{
	text-align: right;
}

div.regWrap .cell.autoWidth{
	display: inline-block;
	width: auto;
}

.noTopMargin{
	margin-top: 0 !important;
}

.noRightMargin{
	margin-right: 0 !important;
}

.noBottomMargin{
	margin-bottom: 0 !important;
}

.noLeftMargin{
	margin-left: 0 !important;
}

.inlineIcon{
	display: inline-block;
	vertical-align: text-top;
}

.extraPadd{
	padding-top: 1.5em;
}

.extraPadd.smaller{
	padding-top: .5em;
}

#tTitle, .tTitle{
	font-size: 24px;
}

/*---- Display Table ----*/
table.displayTable{
	width: 100%;
	text-align: left;
	margin-top: 1em;
}

table.displayTable thead th{
	margin: 5px 0;
	font-weight: 400;
	font-family: "Corben", serif;
	color: #00305B;
	font-size: 1.2em;
	line-height: 1.5;
	border-bottom: 3px solid #00305B;
	padding-right: 10px;
}

table.displayTable tbody td{
	padding: 10px 0;
	padding-right: 10px;
	font-size: 1.05em;
	line-height: 1.5;
}

table.displayTable thead th:last-child, table.displayTable tbody td:last-child{
	padding-right: 0;
}

/*table.displayTable tr td:first-child{
	padding-left: 3px;
}*/

table.displayTable tbody tr td{
	border-bottom: 1px solid #00305B;
}

table.displayTable tbody tr{
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

table.displayTable tbody tr.odd{
	background-color: #FFF;
}

table.displayTable tbody tr.even{
	background-color: #FAFAFA;
}

table.displayTable tbody tr:hover{
	background-color: #F1F1F1;
}

table.displayTable tbody tr.submitRow:hover{
	background-color: #FFF;
}

table.displayTable tbody tr.submitRow td>input{
	margin-left: auto;
	margin-right: auto;
}

table.displayTable tbody tr.submitRow td{
	border-bottom:none;
}

table.displayTable tbody tr.noBottom td{
	border-bottom: none;
}

table.displayTable tfoot tr td {
    border-bottom: none;
    border-top: 3px solid #00305B;
    font-size: 1.2em;
    font-weight: bold;
}

td.totals{
	font-weight: bold !important;
}

input.statusCheck{
	margin-left: 15px;
}

td.middle{
	vertical-align: middle;
}

td.top{
	vertical-align: top;
}

td.bottom{
	vertical-align: bottom;
}

.noSidePadd{
	margin-left: 0;
	margin-right: 0;
}

/*---- Charges ----*/
.charges{
	margin-bottom: 1em 0;
}

.label{
	font-size: 1.1em;
	font-weight: bold;
}

.value{
	font-size: 1.1em;
}

.charges-charge-date .value{
	font-style: italic;
}

.charges-charge-longvalue>*{
	display: block;
}

.charges-charge-longvalue>*:last-child{
	width: 75%;
	padding: 1em;
	overflow: scroll;
	border: 1px solid black;
}

/*---- Tabs ----*/
div#tabs {
	width: 100%;
	border-bottom: 2px solid #6DACDE;
	margin: 0 0 10px 0;
}

div#tabs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

div#tabs ul li{
	display: inline-block;
	background-color: #FFF;
	text-align: center;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border: 2px solid #6DACDE;
	border-bottom: 0px;

	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

div#tabs ul li:hover{
	background-color: #F6F6F6;
}

div#tabs ul li a{
	display: block;
	padding: 3px 10px;
	color: #6DACDE;
}

div#tabs ul li a:hover{
	text-decoration: none;
}


/*---- Contact Us ----*/
div.contactWrap{
	border-bottom: 1px solid #00305B;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.contactWrap:last-child{
	border-bottom: 0px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

div.contactWrap *{
	line-height:normal;
}

div.contactWrap .boardName{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 1.3em;
}

div.contactWrap .boardItemLabel{
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 1.2em;
	margin-right: 10px;
}

div.contactWrap .boardItemValue{
	display: inline-block;
	margin-bottom: 3px;
	font-size: 1.2em;
}

div.contactWrap .boardItemAddress{
	display: block;
	margin: 3px 0;
	font-size: 1.2em;
}

div#searchWrap>div{
	float: left;
	width: 48%;
	max-height: 600px;
	overflow: auto;
}

div#searchWrap div:last-child{
	margin-left: 1%;
}

#accordion{
	margin-top: 10px;
}

#enrollmentsAccordion{
	margin: 10px 0 5px 0;
}

#enrollmentsAccordion .enrollmentsAccSec{
	max-height: 600px;
	overflow: auto;
}

.accordionImage{
	width: 20px;
	height: 20px;
}

.accordionLeftCheck{
	padding-right: 1em;
}

.accordionRightCheck{
	padding-left: 1em;
}

/* Custom */
.error, #error{
    color: red !important;
    font-weight: 600 !important;
}

.smallError, #smallError{
	color: red !important;
	font-weight: normal !important;
	font-size: .8em !important;
}

.centerAll ,.centerAll *{
	text-align:center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul#optionsList, ul.optionsList{
	margin:0 0 0 10px;
	padding:0;
	list-style-type: none;
}

ul#optionsList li, ul.optionsList li{
	margin:0;
	margin-bottom: 5px;
	padding:0;
	padding-left: 10px;
	border-left: 4px solid #6DACDE;

	-webkit-transition: border 1s;
	-moz-transition: border 1s;
	-ms-transition: border 1s;
	-o-transition: border 1s;
	transition: border 1s;
}

ul#optionsList li:hover, ul.optionsList li:hover{
	border-left: 4px solid #00305B;
}

.hidden, #hidden{
	display: none !important;
}

.ccLogo{
	margin: 0 .5em;
}

.ccLogo.selected{
	/*box-shadow: 2px 2px 3px #888888;*/
}

img.grayscale{
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>.grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.Visa{
	height: 47px;
	width: 146px;
}

.MasterCard{
	height: 47px;
	width: 76px;
}

.AmericanExpress{
	width: 55px;
	height: 47px;
}

.Discover{
	height: 47px;
	width: 74px;
}

#telecheckLogo{
	height: 35px;
	width: 54px;
}

#printLogo{
	height: 35px;
	width: 44px;
	margin-left: 1em;
	cursor: pointer;
}

#excelLogo{
	height: 35px;
	width: 35px;
	margin-left: 1em;
	cursor: pointer;
}

#checkLogo{
	height: 150px;
	width: 293px;
}

.CSC{
	height: 95px;
	width: 300px;
}

/* Policies */
#policyWrap .para{
	margin-bottom: .2em;
}

#policyWrap .head{
	margin: .5em 0;
	font-weight: 400;
	font-family: "Corben", serif;
	color: #00305B;
	font-size: 1.3em;
}

/*Error Overlay*/
div#overlayWrap{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .9;
	z-index: 10000;
}

section#overlayBody{
	position: absolute;
	width: 50%;
	top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    padding: 20px;
	background: #FFF;
	z-index: 100001;
	border-radius: 6px;
	box-shadow: 2px 2px 3px #D6D6D6;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section#overlayBody p{
	font-size: 1.3em;
}

section#overlayBody h4{
	border-bottom: #00305B solid 2px;
}

.blackText{
	color: black !important;
}

.noMargins{
	margin:0 !important;
	line-height: 1.3 !important;
}

.fillSpace{
	width: 100%;
	height: 100%;
}

.leftAlign{
	text-align: left !important;
}

.rightAlign{
	text-align: right !important;
}

.right{
	margin-left: auto !important;
}

.center{
	margin-left: auto !important;
	margin-right: auto !important;
}

.centerText{
	text-align: center;
}

.leftWrap{
	display: inline-block !important;
	float: left;
}

.rightWrap{
	display: inline-block !important;
	float: right;
}

#loginWrap{
    margin: auto;
}

#map{
	width: 100%;
	height: 100%;
}

img.download, img.excel{
	width: 24px;
	height: 24px;
}

.twoOptions, .oneOption{
	display: block;
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 2em 0;
}

.twoOptions .option{
	display: block;
	width: 50%;
	overflow: auto;
	float: left;
}

.oneOption .option{
	display: block;
	width: 50%;
	overflow: auto;
	margin: 0 auto;
}

.option .option-inside{
	display: block;
	margin: 1em auto;
	width: 40%;
	background-color: #00305B;
	padding: 1em 0;
	text-align: center;
	text-decoration: none;
	color: white;
	cursor: pointer;
	border-radius: 6px;
	font-size: 1.3em;

	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.option .option-inside.red{
	background-color: #B83634;
}

.option .option-inside:hover, .option .option-inside.opened{
	background-color: #6DACDE;
	text-decoration: underline;
}

.option .option-inside.red:hover, .option .option-inside.opened.red{
	background-color: #A62422;
}

.site-alerts, .site-alerts *{
	display: none;
}

.site-alerts-alert{
	padding: 1em 3em;
}

.ui-autocomplete {
  max-height: 20em;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 20em;
}

.custom-combobox-input{
	padding: 0;
	padding-left: .3em;
	width: 75%;
}
.custom-combobox-input, .custom-combobox-toggle{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.clear{
	clear: both;
}

.changeView{
	height: 1.5em;
	padding-left: 1em;
	vertical-align: middle;
	cursor: pointer;
}

.ViewThis{
	display: none;
}

.option-list-option{
	padding: 1em;
	width: 90%;
	margin: 1em auto;
	border: 1px solid #AAA;
	border-radius: 6px;
	box-shadow: 0 3px 5px #AAAAAA;
	overflow: auto;
}

.option-list-option input, .option-list-option select, .option-list-option textarea, .option-list-option button, .option-list-option .custom-combobox{
	margin-left: 0;
	margin-right: 0;
}

.option-list-option-title{
	font-family: "Corben", Georgia, serif;
	color: #00305B;
	border-bottom: 1px solid #00305B;
	font-size: 1.1em;
	margin-bottom: .5em;
}

.searchWrap.split, .searchResults.split{
	width: 50%;
	height: 545px;
	overflow: auto;
	float: left;
}

.ui-sortable-handle{
	cursor: move;
}

/*Messaging*/
.message-chart{
	width: 100%;
	heigth: 200px;
	overflow: hidden;
}
.recipient {
    margin: .5em 0;
    padding: .5em 0;
    border-bottom: 1px solid #00305B;
}
.recipient-label{
	font-weight: bold;
}
.message-preview-preview{
	display: none;
}

.pinEntry {
	width: 248px;
	margin: 2.5em auto;
	text-align: center;
	background-color: #efefef;
	padding: 1.5em;
	border-radius: 12px;
	box-shadow: 2px 2px 3px #888888;
	border: 1px solid #AAA;
}
.pinEntry .pinEntry-title{
	font-family: "Corben", Georgia, serif;
	color: #00305B;
	font-weight: bold;
}
.pinEntry .pinEntry-description {
	font-size: .9em;
}
.pinEntry .pinEntry-pins-pin {
    display: inline;
}
.pinEntry .pinEntry-remember input[type="checkbox"] {
	zoom: 1.5;
}
.pinEntry .pinEntry-pins-pin-field {
	font-size: 24px;
    font-weight: bold;
    width: 42px;
	height: auto !important;
    padding: 8px 0 !important;
    margin: 10px 4px 10px 0 !important;
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    border: 1px solid #555;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 2px 2px #ddd;
    -moz-box-shadow: inset 0 2px 2px #ddd;
    box-shadow: inset 0 2px 2px #ddd;
}

#Maintenance{
	width: 80%;
	box-shadow: 5px 5px 7px #888;
	margin: 2.5em auto;
	padding: 2em;
	border-radius: 20px;
	background-color: #fef1ec;
	border: 1px solid #cd0a0a;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#Maintenance .Maintenance-Header{
	color: #cd0a0a;
	border-bottom: 1px solid #cd0a0a;
	margin: 0 0 .7em 0;
}

.secondary-label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.7em;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .secondary-label.secondary {
    background: #777;
    color: #fefefe; }
  .secondary-label.success {
    background: #3adb76;
    color: #fefefe; }
  .secondary-label.warning {
    background: #ffae00;
    color: #fefefe; }
  .secondary-label.alert {
    background: #ec5840;
    color: #fefefe; }

.inline{
	display: inline;
}

.enrollment-addons > .enrollment-addons-addon {
	text-align: center;
	background-color: #efefef;
	padding: 1.5em;
	border-radius: 12px;
	box-shadow: 2px 2px 3px #888888;
	border: 1px solid #AAA;
	min-width: 43%;
	float: left;
	margin-bottom: 1.5em;
}
.enrollment-addons > .enrollment-addons-addon:nth-child(odd){
	margin-right: 1em;
}
.enrollment-addons > .enrollment-addons-addon > .enrollment-addons-addon-title {
	font-size: 16px;
	font-weight: 600;
    font-family: "Corben", Georgia, serif;
    color: #00305B;
}
.state-disabled{
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.instructions img {
    max-width: 100%;
    max-height: 450px;
}
.instructions li {
    margin-bottom: 2em;
    font-weight: bold;
}
.instructions code {
    display: inline-block;
    font-weight: normal;
    background: #DDD;
    font-size: .9em;
    padding: .1em .5em;
    border-radius: 5px;
}

.danger{
	margin: 1.5em 0;
    padding: .5em 1em .5em 1.5em;
	background-color: #ffdddd;
    border-left: 10px solid #A62422;
}

.danger h1, .danger h2, .danger h3, .danger h4, .danger h5, .danger h6{
	color: #B83634;
}

.danger .underline {
	border-bottom: 1px solid #B83634;
}

/********Scan Stats********/
.scan-attendance-totals {
	margin-top: 3em;
}
.scan-attendance-totals > div {
    width: 49%;
    text-align: center;
}

.scan-attendance-totals-title {
    text-align: center;
    font-size: 1.75em;
    color: #333;
    margin-top: .75em;
}

.scan-attendance-totals-left {
    float: left;
}

.scan-attendance-totals-right {
    float: left;
}

.scan-attendance-totals-fraction {
    font-size: 1.65em;
}

span.scan-attendance-totals-fraction-sep {
    font-size: 1.3em;
    display: inline-block;
    padding: 0 .25em;
    color: #696969;
}

span.scan-attendance-totals-fraction-upper {
    vertical-align: super;
}

span.scan-attendance-totals-fraction-lower {
    vertical-align: sub;
}

span.scan-attendance-totals-fraction-upper, span.scan-attendance-totals-fraction-lower, span.scan-attendance-totals-fraction-number {
    color: #555555;
}

.scan-attendance-totals-percentage {
    font-size: 2em;
}

span.scan-attendance-totals-fraction-symbol {
    vertical-align: super;
    font-size: .5em;
}

.scan-attendance-totals-upper {
    border-bottom: #333 2px dashed;
    padding: 4em 0;
}

.scan-attendance-totals-left {
    border-right: #333 2px dashed;
}

.scan-attendance-totals-lower {
    padding: 4em 0;
}

.scan-attendance-totals-title-left {
    float: left;
}

.scan-attendance-totals-title-right {
    float: right;
}
