@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Ubuntu:300,400,500|Raleway:500');
/*
	font-family: 'Open Sans', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Raleway', sans-serif;
*/

html,
body {
	min-height: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
	color: #181818;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 50px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 6px 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	margin: 0;
}

h2 {
	color: #2d2d2d;
	font-size: 24px;
}

h3 {
	color: #2168a3;
	font-size: 19px;
}

h4 {
	color: #2168a3;
	font-size: 16px;
	font-weight: 500;
}

h5 {
	color: #2168a3;
	font-size: 14px;
	font-weight: 500;
}

h6 {
	color: #2168a3;
	font-size: 14px;
	font-weight: 500;
}

a {
	color: #2168a3;
	outline: none;
	text-decoration: none;
}

a:hover { 
	color: #272727;
	text-decoration: none;
}

a img { border: 0; }

.blacklink { 
	color: #000000; 
	text-decoration: none;
}

.sublink {
	clear: left;
	color: #808080;
	float: left;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
}

.blacklink:hover, .sublink:hover { text-decoration: underline; }

.print-logo {
	display: none;
}

p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

.wrapper {
	margin: 0 auto;
	max-width: 1400px;
}

#mobile-nav-toggle { display: none; }

iframe {
	max-width: 100%;
}

.dashboard table,
.record-list-record table {
	table-layout:fixed;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Header and Nav ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.header {
	min-height: 76px;
	position: relative;
	z-index: 8;
}

.header .logo {
	color: #2168a3;
	float: left;
	margin: 14px 0px 10px 0;
	position: relative;
	text-decoration: none;
	width: 146px;
}

.header .logo img {
	max-width: 100%;
}

.header .login-info {
	float: right;
	margin-top: 24px;
}

.header .login-info .button-wrap {
	display: inline-block;
	margin-left: 40px;
}

.header .login-info .button-wrap .button {
	background: #333333;
}

.header .login-info .button-wrap .button:hover {
	background: #2e8dc3;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	background: #eeeeee;
	clear: both;
	font-size: 13px;
	font-weight: 600;
	height: 60px;
	margin: 19px 0 0 0;
	position: relative;
}

.primary-navigation-wrap a,
.primary-navigation-wrap a:hover {
	display: block;
	text-decoration: none;
}

.primary-navigation-wrap > .wrapper > ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation-wrap > .wrapper > ul > li {
	float: left;
	position: relative;
}

.primary-navigation-wrap > .wrapper > ul > li.first {
	border-left: 0;
}

.primary-navigation-wrap > .wrapper > ul > li > a {
	color: #333333;
	display: block;
	float: left;
	font-weight: 600;
	letter-spacing: 1px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	transition: background .10s linear, color .10s linear;
	-webkit-transition: background .10s linear, color .10s linear;
	z-index: 21;
}

.primary-navigation-wrap > .wrapper > ul > li:hover,
.primary-navigation-wrap > .wrapper > ul > li.selected {
}

.primary-navigation-wrap > .wrapper > ul > li:hover > a,
.primary-navigation-wrap > .wrapper > ul > li.selected > a {
	background: #333333;
	color: #ffffff;
}

/* drop level 1 */
.primary-navigation-wrap > .wrapper > ul > li > ul {
	background-color: rgba(255,255,255,0.98);
	box-shadow: 0 5px 7px rgba(0,0,0,0.25);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	list-style: none;
	margin: 0;
	max-height: 0;
	min-width: 180px;
	opacity: 0;
	overflow: hidden;
	padding: 4px 0;
	position: absolute;
	top: 37px;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	width: 100%;
	z-index: 20;
}

.primary-navigation-wrap > .wrapper > ul > li:last-child > ul,
.primary-navigation-wrap > .wrapper > ul > li.last > ul {
	right: 0;
}

.primary-navigation-wrap > .wrapper > ul > li:focus > ul,
.primary-navigation-wrap > .wrapper > ul > li:hover > ul {
	max-height: 500px;
	opacity: 1;
	top: 60px;
	visibility: visible;
}

.primary-navigation-wrap > .wrapper > ul > li > ul li a {
	background-color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	color: #2d2d2d;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	padding: 10px 9px;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
}

.primary-navigation-wrap > .wrapper > ul > li > ul li > a:hover,
.primary-navigation-wrap > .wrapper > ul > li > ul li.selected > a {
	background: #dbdbdb;
}

/* drop level 2+ */
.primary-navigation-wrap > .wrapper > ul > li > ul ul {
	display: none;
}

.primary-navigation-wrap .studio-selector {
	float: right;
	margin-top: 18px;
}

.primary-navigation-wrap .studio-selector label {
	float: left;
	font-weight: 300;
	margin: 4px 10px 0 0;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Middle Area ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.middle-area {
	margin: 0 auto;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Secondary Navigation ------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.secondary-navigation-wrap {
	background: #ffffff;
	background: url(/images/template/light-gray-background.png);
	border-bottom: 1px solid #8f9297;
	clear: both;
	top: -10px;
	margin-bottom: -10px;
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
}

.secondary-navigation-wrap ul.secondary-navigation {
	list-style: none;
	margin: 0;
	padding: 15px 10px 0 10px;
}

.secondary-navigation-wrap ul.secondary-navigation li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.secondary-navigation-wrap ul.secondary-navigation li a {
	background: #efefef;
	color: #000000;
	display: block;
	float: left;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 1px 10px;
	text-decoration: none;
}

.secondary-navigation-wrap ul.secondary-navigation li a:hover,
.secondary-navigation-wrap ul.secondary-navigation li.selected a {
	background: #585858;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 1px 10px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Heading Area/Pager/Search Bar ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-area-wrap {
	clear: both;
    padding: 30px 0;
}

.heading-area .sub-heading {
	font-weight: bold;
	margin: 0 0 20px 41px;
}

.heading-area-wrap .button {
	border-color: #ffffff;
	color: #ffffff;
}

.heading-area .heading-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.15);
	float: left;
	margin: -10px 12px 0 0;
	height: 75px;
	overflow: hidden;
	width: 75px;
}

.heading-area .heading-image img {
	visibility: hidden;
	width: 100%;
}


.pager-bar {
    border-bottom: 1px solid #c1c1c1;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.pager-bar input.search-input {
	border-right: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	float: left;
	height: 16px;
	padding: 4px 4px 4px 10px;
}

.pager-bar input.search-input.standalone {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right: 1px solid #c1c1c1;
	margin-right: 6px;
}

.pager-bar input.search-submit {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
}

.pager-bar input.search-submit.standalone {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pager-bar input.search-submit:hover {
	background: #d8d8d8;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Content Container ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.gray-box {
	background: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	padding: 10px 15px;
	position: relative;
}

.inactive-overlay {
	background: rgba(255,255,255,0.90);
	bottom: 0;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	z-index: 9;
}

.inactive-overlay div {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
}

.gray-box h2 {
	margin-top: 0;
}

.tag {
	background: #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid rgba(255,255,255,.75);
	color: #ffffff;
	font-size: 10px;
	display: inline-block;
	padding: 2px 5px;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
	display: inline-block;
	width: auto;
	font-size: 11px;
}

.display-table .tag {
	margin: 0 2px 2px 0;
}

.footer {
	background: #f0f0f0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #808080;
	font-size: 10px;
	padding: 5px 10px;
	position: fixed;
	bottom: 0;
	right: 10px;
}

.highlight {
	background: #fffae0;
	border: 1px solid #ffe153;
	margin: 0 0 10px 0;
	padding: 10px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Login Screen ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.login-box {
	background: url(/images/template/client-login-logo.png) 50% 20px no-repeat;
	margin: 120px auto 0 auto;
	padding: 130px 0 0 0;
	width: 300px;
}

.login-box.wide {
	width: 340px;
}

.login-box .field-wrap {
	margin-bottom: 15px;
}

.login-box .field-wrap label {
	display: block;
	margin-bottom: 5px;
}

.login-box .field-wrap input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	padding: 8px;
	width: 100%;
}

.login-box .submit {
	background: #333333;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	padding: 20px 0;
	text-transform: none;
	width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Icons ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.icon {
	background-color: #2e8dc3;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	border-radius: 2px;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ffffff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 2px 8px 2px 20px; 
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	/*
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	*/
}

.icon.dib { 
	display: inline-block;
	padding-left: 8px;
}

.icon.edit { background-image: url(/images/icons/edit.png); }
.icon.settings { background-image: url(/images/icons/settings.png); }
.icon.email { background-image: url(/images/icons/email.png); }
.icon.print { background-image: url(/images/icons/print.png); }
.icon.plus { background-image: url(/images/icons/plus.png); }
.icon.history { background: url(/images/icons/history.png) 3px 3px no-repeat; }
.icon.remove { background-image: url(/images/icons/delete.png); }
.icon.delete { background-image: url(/images/icons/delete.png); }
.icon.duplicate { background-image: url(/images/icons/duplicate.png); }
.icon.viewfull { background-image: url(/images/icons/viewfull.png); }
.icon.start { background-image: url(/images/icons/start.png); }
.icon.pause { background-image: url(/images/icons/pause.png); }

.icon:hover { 
	background-color: #024175;
	color: #ffffff;
	text-decoration: none;
}

.icon.standalone {
	background-position: 50% 4px;
	padding: 0;
	height: 18px;
	width: 18px;
}

.icon.standalone:hover {
	background-position: 50% -47px;
}


.icon.remove,
.icon.delete,
.icon.red {
	background-color: #d2232a;
	color: #ffffff;
}

.icon.remove:hover,
.icon.delete:hover,
.icon.red:hover {
	background-color: #f77070;
	color: #ffffff;
}

.helpful-hint {
	background: url(/images/icons/help.gif);
	display: inline-block;
	height: 14px;
	margin-left: 3px;
	margin-bottom: -2px;
	opacity: .3;
	filter: alpha(opacity=30);
	width: 14px;
}

.helpful-hint span {
	display: none;
}

.helpful-hint:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.folder {
	background: url(/images/icons/folder.png) 0 50% no-repeat;
	display: inline-block;
	line-height: 16px;
	min-height: 16px;
	padding-left: 20px;
}

span.oi {
	vertical-align: middle;
}

.rotate-image-wrap {
	display: inline-block;
	position: relative;
}

.rotate-image-wrap img {
	display: block;
}

.rotate-image-wrap.loading::after {
	background: #ffffff url(/images/icons/loader-small.gif) 50% 50% no-repeat;
	bottom: 0;
	content: '';
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.rotate-image-link {
	background: #ffffff url(/images/icons/rotate-image2.png) 50% 50% no-repeat;
	background-size: 18px auto;
	border: 1px solid #cccccc;
	height: 26px;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	width: 26px;
	z-index: 1;
}

.rotate-image-link:hover {
	background-color: #f2f2f2;
}

.rotate-image-wrap:hover .rotate-image-link {
	opacity: 1;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.hr { 
	border-bottom: 1px solid #cccccc;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	position: relative;
}

.hr.small-margin {
	margin: 3px 0;
}

.hr hr { display: none; }

.smr { margin-right: 6px; }

.vsmt { margin-top: 4px; }
.smt { margin-top: 10px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }

.ml { margin-left: 20px; }
.sml { margin-left: 10px; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.spr { padding-right: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.red { color: red; }
.green { color: green; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }
.w { color: #ffffff; }

.small { font-size: 80%; }

.di { display: inline; width: auto; float: none; }
.dib { display: inline-block; }
.db { display: block; }

.uc { text-transform: uppercase; }

.checkbox {	vertical-align: middle; }

.drag-class td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.drag-handle { cursor: move; }

.all-caps {	text-transform: uppercase; }

.status-icon {
	background: url(/images/icons/status-icon.png) 0 0 no-repeat;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.status-icon.offline { background-position: 0 -8px; }

.status-icon span { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* CT Overlay ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ct-underlay {
	background: #000000;
	display: none;
	bottom: 0;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

.ct-overlay {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.50);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.50);
	display: none;
	left: 50%;
	margin: 0 0 0 -200px;
	padding: 15px;
	position: absolute;
	top: 100px;
	min-width: 100px;
	z-index: 201;
}

.ct-overlay .ct-overlay-close,
.overlay-close {
	background: url(/images/icons/x-close.png);
	position: absolute;
	top: 18px;
	right: 18px;
	width: 25px;
	height: 26px;
	cursor: pointer;
	z-index: 201;
}

.ct-overlay h1 {
	margin-bottom: 20px;
	padding-right: 80px;
}

.page-buttons .pager {
	margin-right: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Credit Cards ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.credit-cards {
	float: left;
	margin-left: 20px;
}

.credit-cards .card {
	background: url(/images/icons/credit-card-icons.png) 0 0 no-repeat;
	float: left;
	height: 23px;
	margin-right: 5px;
	opacity: .15;
	filter: alpha(opacity=15);
	width: 37px;
}

.credit-cards .card.active {
	opacity: 1;
	filter:alpha(opacity=100);
}

.credit-cards .visa { background-position: 0 0; }
.credit-cards .mastercard { background-position: 0 -30px; }
.credit-cards .discover { background-position: 0 -60px; }
.credit-cards .amex { background-position: 0 -90px; }

#main-payment-form {
	position: relative;
}

#form-loading {
	background: #ffffff url(/images/icons/loader.gif) 50% 50% no-repeat; 
	bottom: 0;
	left: 0;
	opacity:.5; 
	filter:alpha(opacity=50);
	position: fixed; 
	right: 0;
	top: 0;
	z-index:9999;
}

#order-summary {
	background: #ffffff;
	display: none;
	left: 50%;
	margin: -160px 0 0 -365px;
	padding: 30px;
	position: absolute;
	top: 50%;
	width: 700px;
	z-index: 40;
}

#order-summary-underlay {
	background: #000000;
	bottom: 0;
	display: none;
	left: 0;
	opacity: .7;
	filter: alpha(opacity=70);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 39;
}

#order-summary tfoot tr.first td {
	border-top: 3px double #cccccc;
}

#grand-total-tr td {
	font-size: 14px;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.alert,
.good-alert, 
.bad-alert {
	background: #e7ffe6;
	border: 1px solid #beffbb;
	color: #000000;
	margin: 10px 0;
	position: relative;
	z-index: 0;
}

.alert.neutral {
	background: #fffae0;
	border: 1px solid #ffe153;
	margin: 0 0 10px 0;
}

.alert .inside,
.alert-inside {
	margin: 0 auto;
	font-size: 18px;
	padding: 20px 25px 20px 10px;
}

.alert.neutral .inside {
	font-size: 12px;
	padding: 10px;
}

.bad-alert {
	background: #ffe6e6;
	border: 1px solid #ffbbbb;
}

.close-it {
	background: url(/images/icons/hide.png) 0 0 no-repeat;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 56px;
}

.close-it span {
	display: none;
}

.good-alert.fixed, 
.bad-alert.fixed {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	display: none;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.good-alert.fixed .alert-inside, 
.bad-alert.fixed .alert-inside {
	margin: 0 auto;
	position: relative;
	max-width: 960px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.submit,
.button {
	background: #2e8dc3;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	height: auto;
	line-height: 16px;	
	max-width: 100%;
	//min-width: 170px;
	padding: 9px 25px;
	text-align: center;
	transition: background .10s linear;
	-webkit-transition: background .10s linear;
}

.submit.cancel,
.submit[type=button] {
	background: #878787;
}

.button.white {
}

.button.black {
	background: #333333;
}

.submit:hover,
.submit:active,
.submit.active,
.submit.disabled,
.submit[disabled], 
.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {  
	background: #333333;
	color: #ffffff;
}

.submit:active,
.submit.active,
.button:active,
.button.active {
	background: #333333;
	color: #ffffff;
}

.submit:first-child,
.button:first-child {

}

.button.small,
.submit.small {
	font-size: 12px;
	padding: 4px 10px;
}

.submit.small {
	font-size: 14px;
}

.button.tiny,
.submit.tiny {
	font-size: 11px;
	padding: 2px 5px;
}

.button .print { margin-top: 2px; }

.button.small .oi.fr {
	float: right;
	margin-left: 8px;
	margin-top: 1px;
}

.button-group .button {
	border-bottom: 1px solid rgba(255,255,255,0.6);
	border-top: 1px solid rgba(0,0,0,0.3);
	border-radius: 0;
	display: block;
	font-size: 90%;
	padding: 8px 5px;
}

.button-group .button .oi {
	font-size: 80%;
}

.button-group .button:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.button-group .button:last-child {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Pager ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.pager,
.pager:active {
	-webkit-appearance: none;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	color: #000000;
	display: inline-block;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	text-decoration: none;
	text-align: center;
}

.pager:hover,
.pager.on {
	-webkit-appearance: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #000000;
	background: #e5e5e5;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table {
	border: 1px solid #dadada;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
}

.display-table.referrals {
	border: 0;
}

.display-table.referrals tr {
	border: 1px solid #c1c1c1;
	display: table;
	margin-bottom: 10px;
	width: 100%;
}

.display-table tr.labels {
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}

.display-table tr.labels th {
	border-bottom: 1px solid #cccccc;
}

.display-table tr th.sort a {
	background-image: url(/images/icons/white-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.display-table tr th.sort.desc a {
	background-image: url(/images/icons/white-arrow-up.png);
}

.display-table tr th.sort:hover,
.display-table tr th.sort.current {
	background-color: rgba(0,0,0,0.85);
}



.display-table > tr > td,
.display-table > tbody > tr > td,
.display-table > tr > th,
.display-table > thead > tr > th,
.display-table > tr > th.table-header,
.display-table > thead > tr > th.table-header {
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	display: table-cell;
	height: auto;
	margin: 0;
	padding: 10px 6px;
}

.display-table tr th.sort {
	padding: 0 6px;
}


.display-table > tr > th,
.display-table > thead > tr > th {
	background-color: rgba(0,0,0,0.7);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: left;
}

.display-table > tr > th:last-child,
.display-table > thead > tr > th:last-child {
	border-right: 0;
}

.display-table th.tar {
	text-align: right;
}

.display-table th.tac {
	text-align: center;
}

.display-table th.actions-column-heading {
	text-align: right;
	width: 65px;
}

.display-table th.table-header { cursor: pointer; }
.display-table th.table-header:hover { 
	background-color: #00406a;
}

.display-table th.table-header.headerSortUp {
	background-color: #00406a;
}

.display-table th.table-header.headerSortDown {
	background-color: #00406a;
}

.display-table th.headerSortUp:hover,
.display-table th.headerSortUp:hover {
}

.display-table tr:hover td {
	background: #eefaff;
}

.display-table tr td img.shadow {
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.display-table tr.totals {
}

.view-table tr.totals td,
.display-table tr.totals td {
	border-top: 3px double #333333;
	font-weight: bold;
	text-align: right;
}

.display-table tr.totals td.tac { text-align: center; }

.display-table tr.inactive td {
	color: #cccccc;
}

.display-table tr.inactive td img {
	opacity: .50;
	filter: alpha(opacity=50);
}

.dragClass td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.dragHandle {
	cursor: move;
}

.view-table {
	background: #ffffff;
	border: #cccccc 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 0px #ffffff;
	width: 100%;
}

.view-table th,
.display-table tbody th {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #fafafa;
	padding: 10px;
	text-align: left;
}

.view-table th.tar {
	text-align: right;
}

.view-table td {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
	padding: 10px;
}

.view-table tr:nth-child(2n+2) td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.display-table td span.checkbox {
	background: url(/images/icons/checkbox.png) 0 100% no-repeat;
	display: inline-block;
	height: 22px;
	text-indent: -9999px;
	width: 20px;
}

.display-table td span.checkbox.checked {
	background: url(/images/icons/checkbox-checked.png) 0 0 no-repeat;
	text-indent: -9999px;
}

.calendar-controls {
	text-align: center;
}

.display-table.calendar {

}

.display-table.calendar th {
	text-align: center;
	width: 14.28571428571429%;
}

.display-table.calendar td {
	vertical-align: top;
}

.display-table.calendar tr td.Today {
	background: #fff7dd;
}

.display-table.calendar tr td.weekend {
	background: #eaeaea;
}

.display-table.calendar tr td.empty-cell {
    background: #808080;
}

.display-table.calendar td .number {
	float: right;
	font-size: 10px;
}

.display-table.calendar td .inner {
	min-height: 50px;
	padding-right: 18px;
}

.display-table.calendar td .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.display-table.calendar td .inner ul li {

}

.display-table.calendar td .inner ul li a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 5px;
}

.display-table.calendar td .inner ul li a:hover {

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Dashboard ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.dashboard .col {
	float: left;
	width: 48.5%;
}

.dashboard .col.last {
	float: right;
}

/*
.dashboard .gray-box {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 0;
	margin-bottom: 80px;
	padding: 0;
}
*/

.dashboard .gray-box {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.dashboard .gray-box h3 {
	font-size: 17px;
	color: #333333;
	margin: 0 0 10px 15px;
}

.dashboard .gray-box p,
.dashboard .gray-box .display-table-wrap {
	background: #ffffff;
	margin: 0 -15px -10px -15px;
}

.dashboard .gray-box p {
	padding: 15px;
}

.dashboard .button {
	background: none;
	color: #0179b8;
	letter-spacing: 0;
	margin: 3px 20px 3px 3px;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
}

.dashboard .button:hover {
	background: none;
	color: #333333;
}

@media screen and (min-width: 500px) {
	body.page-dashboard .heading-area .sub-heading {
		float: right;
		margin: 0;
		margin-top: -30px;
	}
}

.portlet-placeholder {
	border: 1px dotted black;
	margin: 0 0 1em 0;
	height: 50px;
}

.dashboard-grid .gray-box .drag {
	color: #808080;
	left: 8px;
	position: absolute;
	top: 10px;
}

.dashboard-grid .gray-box .controls {
	border-left: 1px solid rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	top: 10px;
	padding: 0 10px 0 0;
}

.dashboard-grid .gray-box .controls a {
	color: #808080;
	margin-left: 5px;
}

.dashboard-grid .gray-box.minimized h3 {
	color: #cccccc;
}

.dashboard-grid .gray-box.minimized .button {
	display: none;
}

.dashboard-grid .gray-box.minimized .padding,
.dashboard-grid .gray-box.minimized p,
.dashboard-grid .gray-box.minimized .display-table {
	display: none;
}

.load-dashboard-content {
}

.css-loader {
	animation: css_load_anim 0.5s infinite linear;
	border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	border-left: 4px solid #000;
	border-right: 4px solid rgba(0, 0, 0, 0.2);
	border-top: 4px solid rgba(0, 0, 0, 0.2);
	margin: 30px auto;
	transform: translateZ(0);
}

.css-loader,
.css-loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}


@-webkit-keyframes css_load_anim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes css_load_anim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Detail ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.detail .col {
	float: left;
	width: 48.5%;
}

.detail .col.last {
	float: right;
}

.detail .col.narrow {
	width: 32%;
}

.detail .col.wide {
	width: 65%;
}

.detail .gray-box {
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.detail .gray-box {
	padding: 0;
}

.detail .gray-box h3 {
	color: #333333;
	margin: 0;
	padding: 10px;
}

.detail .gray-box h3 .oi {
	font-size: 80%;
	opacity: .5;
}

.detail .gray-box p,
.detail .gray-box table {
	background: #ffffff;
	margin: 0;
}

.detail .gray-box table {
	border-width: 1px 0 0 0;
}

.detail .gray-box p {
	padding: 15px;
}

.detail .button {
	background: none;
	color: #0179b8;
	letter-spacing: 0;
	margin: 12px 15px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.detail .button:hover {
	background: none;
	color: #333333;
}

.detail .button-wrap {
	float: right;
	margin: 8px 15px 0 0;
}

.detail .button-wrap .button {
	margin: 0 0 0 5px;
	font-size: 11px;
}

.detail .button-wrap .button::before {
	color: rgba(0,0,0,0.15);
	content: '|';
	font-size: 200%;
	display: block;
	float: right;
	margin-left: 10px;
}

.detail .button-wrap .button:last-child::before {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Record List ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.record-list-record {
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 20px;
}

.split-column {

}

.split-column .col.main {
	border-right: 1px solid #cccccc;
	float: left;
	width: 74%;
	padding-right: 2%;
}

.split-column .col.secondary {
	float: right;
	width: 22%;
}

.split-column .col.secondary h4 {
	font-size: 15px;
}

.sidebar-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-categories-list li {
	margin-bottom: 5px;
}

.sidebar-categories-list li.selected {
	font-weight: bold;
}

.sidebar-categories-list li a {

}

strong.match {
	background: #fffae0;
	color: green;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset, form fieldset ol, form fieldset li {
	margin: 0;
	padding: 0;
}

form { margin: 0; }

form, input, textarea, option, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

input, textarea, select {
	border: 1px solid #cccccc;
	padding: 4px;
}

input.error, 
textarea.error, 
select.error,
.chosen-container.error .chosen-single {
	border-color: red;
}

fieldset {
	background: #eeeeee;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	margin: 0 0 20px 0;
}

legend {
	border: 0;
	border-bottom: 1px solid #c5c5c5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #4b4b4b;
	float: left;
	display: table;
	font-weight: bold;
	padding: 5px 0;
	text-indent: 7px;
	width: 100%;
}

form fieldset ol {
	list-style: none;
}

.form {
	background: #ffffff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 100%; 
}

.form.multi {
	border-bottom: 2px solid #808080;
}

.form td {
	border-bottom: 1px solid #c5c5c5;
	padding: 4px;
}

.form > tr:last-child td {
	border: 0;
}

.form > tbody > tr > td {
	min-height: auto;
	padding: 8px;
}

.form td.first {
	width: 120px;
}

fieldset .form > tbody > tr > td > label {
	color: #808080;
	font-size: 90%;
}

fieldset label.block {
	display: block;
	width: auto;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

form select {
	width: 200px;
}

form select.default {
	width: auto;
}

textarea { 
	border: 1px solid #a5aeb5;
	line-height: 15px;
}

input.datepicker {
	background: #ffffff url(/images/icons/calendar.gif) 88px 48% no-repeat;
	padding-right: 20px;
	width: 85px;
	cursor: pointer;
}

input.datetimepicker {
	background: #ffffff url(/images/icons/calendar.gif) 153px 48% no-repeat;
	padding-right: 20px;
	width: 155px;
	cursor: pointer;
}

input.readonly {
	background-color: #e5e5e5;
}

form .padding {
	padding: 10px;
}

span.checkbox-wrap,
span.radio-wrap label {
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	display: inline-block;
	margin: 3px;
	padding: 5px 10px 5px 5px;
}

span.radio-wrap {
	display: block;
}

span.checkbox-wrap input {
}

span.checkbox-wrap img {
	margin: -1px 4px 0 0;
	float: left; 
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	width: 20px;
}

.checkbox-wrap label.unchecked,
.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox.png) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 27px;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
}

span.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox-checked.png) 0 50% no-repeat;
}

span.checkbox-wrap label.unchecked:hover,
span.checkbox-wrap label.checked:hover {
	opacity: .60;
	filter: alpha(opacity=60);
}

.address-last-row td {
	border-bottom: 4px solid #cccccc;
}

.content-box-item,
.ui-sortable-placeholder {
	background-color: #e9e9e9;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height: 15px;
	display: block;
	margin: 0 0 4px 0;
	padding: 10px 5px;
}

.content-box-item.ui-sortable-helper {
	border: 1px solid #808080;
}

.content-box-item .handle {
	background: #e9e9e9 url(/images/icons/icon_drag.gif) 4px 50% no-repeat;
	cursor: move;
	display: block;
	float: left;
	height: 15px;
	margin: 0 8px 0 0;
	width: 15px;
}
	

.ui-sortable-placeholder {
	border: 1px dashed #000000;
	background: #ffffff;
	height: 20px;
	opacity: .4;
	filter: alpha(opacity=40);
}

#signature-pad {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 10px;
}

#signature-pad .m-signature-pad--body {
	width: 500px;
}

#signature-pad canvas {
	border-bottom: 2px solid #cccccc;	
	width: 500px;
}

#signature-pad .m-signature-pad--footer {
	padding-top: 10px;
}


#signature-pad .m-signature-pad--footer .description {
	display: inline-block;
}

#signature-pad .m-signature-pad--footer .button {
	float: right;
}

.chosen-container-multi .chosen-choices li.search-choice {
	float: none;
	margin: 3px 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Attedance Recorder ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.attendance-recorder-wrap {

}

.attendance-recorder-wrap .grid-item {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #808080;
	display: block;
	float: left;
	margin-right: 1.25%;
	margin-bottom: 15px;
	width: 24%;
	height: 110px;
	line-height: 80px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	opacity: .8;
	padding: 10px;
	position: relative;
}

.attendance-recorder-wrap .grid-item:nth-child(4n+0) {
	margin-right: 0;
	float: right;
}

.attendance-recorder-wrap .grid-item.has-attended {
	background: rgba(0,128,0,0.05);
	border-left: 5px solid green;
	color: inherit;
	opacity: 1;
}

.attendance-recorder-wrap .grid-item .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	filter: grayscale(100%);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	float: left;
	height: 80px;
	width: 30%;
}

.attendance-recorder-wrap .grid-item.has-attended .image {
	filter: grayscale(0%);
}

.attendance-recorder-wrap .grid-item .image img {
	display: none;
}

.attendance-recorder-wrap .grid-item .edit-student-link {
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: 5px;
	top: 1px;
	width: 10px;
}

.attendance-recorder-wrap .grid-item .colors-of-character-orb {
	border-radius: 100%;
	height: 15px;
	position: absolute;
	right: 41px;
	top: 8px;
	width: 15px;
}	

.attendance-recorder-wrap .grid-item .check {
	bottom: 5px;
	color: green;
	display: inline-block;
	font-size: 110%;
	line-height: 100%;
	position: absolute;
	right: 5px;
	vertical-align: middle;
}

.attendance-recorder-wrap .grid-item .text {
	display: inline-block;
	line-height: 100%;
	max-width: 63%;
	padding-left: 10px;
	padding-top: 17px;
	vertical-align: middle;
}

.attendance-recorder-wrap .grid-item .text .time {
	display: block;
	margin-top: 3px;
	font-weight: bold;
}

.attendance-recorder-wrap .grid-item .student-rating {
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.attendance-recorder-wrap .grid-item .student-rating-c {
	color: red !important;
}

.class-checkbox-wrap {
	color: #808080;
}

.class-checkbox-wrap.qualified {
	border: 1px solid lightgreen;
	color: #000000;
	font-weight: bold;
}

.class-checkbox-wrap .oi.good,
.class-checkbox-wrap .oi.bad {
	display: none;
	color: green;
	margin-left: 5px;
}

.class-checkbox-wrap .oi.bad {
	color: red;
	display: inline-block;
}

.class-checkbox-wrap.qualified .oi.good { display: inline-block; }
.class-checkbox-wrap.qualified .oi.bad { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Graduation Users Page ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.page-graduation_users .middle-area .wrapper {
	max-width: 1350px;
}

.page-graduation_users .display-table > tbody > tr > td {
	padding: 5px 4px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* User Note (on Profile Page) ------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.user-note {
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	position: relative;
}

.user-note > a {
	color: red;
	display: none;
}

.user-note:hover > a {
	display: inline-block;
}

.user-note .note-info {
	border-bottom: 1px solid #ccc;
	color: #808080;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 8px;
	padding-bottom: 4px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Public Registration --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-public_registration {
	background: #2e2e2e url(/images/template/background-pattern-tile.png);
}

body.page-public_registration:before {
	background: url(/images/template/yellow-public-registration-header-bg.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
}

.public-registration-wrap {
	background: #fff;
	max-width: 1220px;
	margin: 50px auto;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}

.public-registration-wrap .dragon {
    height: 21px;
    line-height: normal;
    margin: 0 0 75px;
    position: relative;
    text-align: center;
}

.public-registration-wrap .dragon:before, 
.public-registration-wrap .dragon:after {
    background: #a1a1a1;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    vertical-align: middle;
    width: 50%;
    z-index: 10;
}

.public-registration-wrap .dragon:after {
    left: auto;
    right: 50%;
}

.public-registration-wrap .dragon img {
    left: 50%;
    margin-left: -33px;
    position: absolute;
    top: -14px;
    z-index: 11;
}

.public-registration-wrap .wrapper {
	background: #FFDF18;
	margin: 0 auto;
	max-width: 740px;
}

.public-registration-wrap .wrapper h1 {
	background: #212121;
	box-sizing: border-box;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	height: 84px;
	line-height: 84px;
	margin: 0 auto;
	max-width: 600px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-42px);
}

.public-registration-wrap form {
	padding: 0 70px 50px; 
} 

.public-registration-wrap fieldset {
	background: none;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 20px;
}

.public-registration-wrap fieldset.program-details {
	background: rgba(255,255,255,0.4);
	box-shadow: 0 5px 10px rgba(0,0,0,0.16);
	margin: -84px -70px 30px -70px;
	padding: 70px 70px 30px;
}

.public-registration-wrap fieldset legend {
	border: 0;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase;
}

.public-registration-wrap .field-wrap {
	margin-bottom: 10px;
}

.public-registration-wrap .field-wrap.half,
.public-registration-wrap .field-wrap.quarter {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding-right: 10px;
}

.public-registration-wrap .field-wrap.half.last {
	padding: 0 0 0 10px;
}

.public-registration-wrap .field-wrap.quarter {
	padding-left: 10px;
	width: 25%;
}

.public-registration-wrap .field-wrap:last-child {
	margin-bottom: 0;
}

.public-registration-wrap .field-wrap label {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}

.public-registration-wrap .field-wrap input[type=text],
.public-registration-wrap .field-wrap input[type=email],
.public-registration-wrap .field-wrap select,
.public-registration-wrap .field-wrap textarea {
	box-sizing: border-box;
	border: 1px solid #BBBBBB;
	display: inline-block;
	padding: 10px;
	width: 100%;
}

.public-registration-wrap .field-wrap select.cc-month {
	margin-right: 10px;
	width: calc(60% - 10px);
}

.public-registration-wrap .field-wrap select.cc-year {
	width: 40%;
}

.public-registration-wrap .field-wrap input.datepicker {
	background-position: calc(100% - 10px) 50%;
}

.public-registration-wrap .submit {
	background: #212121;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 5px;
	text-transform: uppercase;
	width: 170px;
}

.public-registration-wrap .submit:hover {
	background: #000;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.public-registration-wrap #program-details .display-table {
	background: none;
	border: 0;
}

.public-registration-wrap #program-details .display-table > thead > tr > th {
	background: none;
	border: 0;
	color: #212121;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.public-registration-wrap #program-details .display-table > tbody > tr {
	background: none;
}

.public-registration-wrap #program-details .display-table > tbody > tr > td {	
	background: none;
	border: 0;
	color: #212121;
	font-size: 12px;
	padding: 0;
	text-align: left;
}

.public-registration-wrap #program-details .display-table > tbody > tr > td.subtotal-col {
	font-size: 16px;
}

@media screen and (max-width: 650px) {
	.public-registration-wrap .field-wrap.half,
	.public-registration-wrap .field-wrap.half.last,
	.public-registration-wrap .field-wrap.quarter,
	.public-registration-wrap .field-wrap.quarter.last {
		display: block;
		padding: 0;
		width: auto;
	}
}

@media screen and (max-width: 500px) {
	.public-registration-wrap fieldset.program-details {
		margin-left: -25px;
		margin-right: -25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.public-registration-wrap form {
		padding: 0 25px 25px;
	}
	
	.public-registration-wrap .wrapper h1 {
		font-size: 18px;
	}
	
	.public-registration-wrap .submit {
		width: 100%;
	}
}