body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	min-width: 1000px;
	background-color: #ececec;
	color: #333333;
}

a {
	box-sizing: content-box;
}

.content .row {
	margin-bottom: 5px;
}

.content div.row>* {
	margin-bottom: 5px;
}

/* begin login form */
body.body-login {
	background: #00396b url('/images/login-bg.png') repeat-x;
	padding-top: 10px;
}

body.body-login .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.login-container {
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.login-form .login-group label {
	color: #fdfefe;
	font-size: 200%;
	font-weight: bold;
}

.login-form .login-group .login_field {
	font-size: 200%;
	font-weight: bold;
	height: 33px;
	display: block;
	width: auto;
}

.login-form {
	left: 44%;
	max-width: 860px;
	position: absolute;
	text-align: left;
	top: 55%;
	width: 41%;
}

.login-form .login-label {
	position: relative;
}

.login-form .login-label label {
	color: #fdfefe;
	font-size: 200%;
	font-weight: bold;
	min-width: 145px;
	padding-top: 10px;
	padding-right: 15px;
	position: absolute;
	right: -10px;
}

/*.login-form .row:first-of-type .login-field
{
	padding-bottom: 20px;
}*/
.login-form .login-field input {
	font-size: 200%;
	font-weight: bold;
	height: 33px;
}

.login-form .login-button {
	background-color: #e98004;
	border: #000000 solid 1px;
	color: #fdfefe;
	font-size: 200%;
	font-weight: bold;
	height: 33px;
	padding-left: 10px;
	padding-right: 10px;
}

.login-form .login-button:hover {
	background-color: #d97805;
}

.login-form .forgot-link {
	padding-top: 10px;
	text-align: left;
}

.login-form .forgot-link a {
	color: #ffd850;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

.login-form .login-info {
	height: 160px;
	font-size: 150%;
	line-height: 150%;
	padding-top: 20px;
	position: relative;
}

.login-form .login-info div {
	left: -145px;
	position: absolute;
	width: 640px;
}

@media (max-width: 1280px) {
	.login-form {
		left: 45%;
	}
}

@media (max-width: 1210px) {
	.login-form {
		left: 48%;
	}

	.login-form .login-info {
		font-size: 112%;
		font-weight: bold;
		line-height: 140%;
	}

	.login-form .login-info div {
		width: 525px;
	}
}

.honesty-banner {
	padding-top: 20px;
}

/* end login form */

.header {
	table-layout: fixed;
	width: auto;
	background: #7db9e8;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #cddcea 0%, #00396b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cddcea), color-stop(100%, #00396b));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #cddcea 0%, #00396b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #cddcea 0%, #00396b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #cddcea 0%, #00396b 100%);
	/* IE10+ */
	background: linear-gradient(to right, #cddcea 0%, #00396b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cddcea', endColorstr='#00396b', GradientType=1);
	/* IE6-8 */
}

.header .left {
	padding: 10px 10px 10px 20px;
	width: 25%;
}

.header .right {
	width: 75%;
}


.header .welcome,
.header .login-info .welcome {
	color: #ffffff;
	font-size: 16px;
	padding-left: 10px;
}

.header .welcome .date,
.header .login-info .welcome .date {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 6px;
}

.header .logout {
	font-size: 15px;
	line-height: 30px;
}

.header .logout a {
	color: #78cafe;
	text-decoration: underline;
}

.header .bottom-row .right {
	vertical-align: bottom;
}


#page {}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	/*border-color: #1c4889;
	border-radius: 0;
	min-height: 10px;
	padding: 2px 4px 1px 4px;*/
}

select {
	/*height: 19px;
	padding: 0 0 0 2px;*/
}

.row {
	/*	margin-left: 0;
	margin-right: 0;
	padding-bottom: 5px;
	width: 100%;*/
}

.row .hint {
	/*margin: 0;*/
}

.row .hint .zip-help {
	position: relative;
	top: -3px;
}

div.errorMessage {
	color: #e50000;
	text-align: left;
	position: relative;
	top: -3px;
}

.row [class*="span"] {
	/*min-height: 19px;*/
}

.date-row {
	position: relative
}

.ui-datepicker-trigger:hover {
	cursor: pointer;
}

.heading {
	color: #052864;
	font-size: 14px;
	font-weight: bold;
}

.edit-article-icon {
	float: right;
}


#content {}

#sidebar {}

#footer {}

#mainmenu {
	background-color: #00396b;
	border-radius: 8px 0px 0px 0px;
	margin-bottom: 0;
	padding: 5px 4px;
	height: 33px;
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
}

#mainmenu ul {
	padding: 5px 0;
	margin: 0px;
	width: 100%;
	display: table;
}

#mainmenu ul li {
	display: table-cell;
	width: auto;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

#mainmenu ul li a {
	color: #ffffff;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
	color: #ff0;
}

#mainmenu ul li.active a {
	font-weight: bold;
}

/** Sub menu **/

#submenu {
	background-color: #377EBD;
	border-radius: 8px 0px 0px 0px;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 25%;
	padding: 0px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

#submenu ul {
	padding: 5px 0;
	margin: 0px;
	width: 25%;
	display: table;
}

#submenu ul li {
	display: table-cell;
	width: auto;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

#submenu ul li a {
	color: #ffffff;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none;
}

#submenu ul li a:hover,
#submenu ul li.active a {
	color: #ff0;
}

#submenu ul li.active a {
	font-weight: bold;
}

/* start button toolbar */
.btn-toolbar-container {
	background-color: #bfbfbf;
	height: 40px;
	margin-left: -20px;
	margin-top: 0;
	padding: 0 20px;
}

.btn-toolbar {
	background-color: #bfbfbf;
	height: 40px;
	margin-top: 0;
}

.btn-toolbar.affix {
	left: 0;
	padding: 0 20px;
	top: 0;
	width: 100%;
	z-index: 10;
}

.btn-toolbar .btn {
	margin: 0 5px;
}

.btn-toolbar .application-id,
.btn-toolbar .lead-id,
.btn-toolbar .row.buttons {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.btn-toolbar-left,
.btn-toolbar-right {
	margin: 8px 0 0;
}

.btn-toolbar-right {
	text-align: right;
}

/* end button toolbar */

div.flash-error,
div.flash-notice,
div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

.heading.total-item-count {
	font-size: 18px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}


.nav-tabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: green;
	margin-bottom: 0;
	margin-right: 12px;

}

.nav-tabs li,
.nav-tabs .nav-link {
	/*background-color: green;*/
	float: right;
	margin-left: 1px;
	;
}

.nav-tabs li a,
.nav-tabs .nav-link {
	background-color: white;
	border: 1px solid #00396b;
	border-radius: 8px 8px 0px 0px;
}

.nav-tabs li:hover a {
	border: 1px solid #00396b;
	border-bottom: 1px solid #e2e1fb;
	border-radius: 8px 8px 0px 0px;
}

.nav-tabs .nav-link.active,
.nav-tabs li.active a {
	background-color: #e2e1fb;
	border: 1px solid #00396b;
	border-bottom: 1px solid #e2e1fb;
	border-radius: 8px 8px 0px 0px;
}

.nav-tabs li.active:hover a,
.nav-tabs li.active a:focus {
	background-color: #e2e1fb;
	border: 1px solid #00396b;
	border-bottom: 1px solid #e2e1fb;
	border-radius: 8px 8px 0px 0px;
}

div.tab-content {
	background: #e2e1fb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTFmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e2e1fb 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e1fb), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #e2e1fb 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e2e1fb 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e2e1fb 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #e2e1fb 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e1fb', endColorstr='#ffffff', GradientType=0);
	border: 1px solid #00396b;
	border-radius: 16px 16px 0px 0px;
	margin-top: -1px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: green;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: green;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: green;
}


/* start filter section */
.search-filters {
	width: 100%;
	padding: 0;
	margin: 0;

}

.date-filter {
	padding: 10px;
}

.set-date-filter {
	font-size: 14px !important;
	width: 85%;
	text-align: center;
}

.date-pre-filter {
	padding: 5px;
}

.search-filters td {
	background-color: #e6e6e6;
	border: solid 1px #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 6px 0;
}

.search-filters .title {
	background-color: #575a5d;
	color: #ffffff;
	width: 90px;

}

.search-filters .go {
	background-color: #f3a911;
	color: #ffffff;
	cursor: pointer;
	width: 60px;
}

.search-filters .filter {
	cursor: pointer;
}

div.clear-all-filters {
	background-color: #f3a911;
}

.clear-all-filters div {
	padding-top: 10px;
	text-align: right;
	margin-bottom: 0px;
	height: 35px;
}

.clear-filters-td {
	width: 145px;
	white-space: nowrap;
}

.clear-all-filters-small div {
	padding-top: 11px;
	height: 25px;
}

.clear-all-filters div a {
	color: #052864;
	border: none !important;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
}

div.clear {
	clear: both;
}

/* end filter section */

/* start filter-dialog */
.modal {
	z-index: 9999999;
}

.filter-dialog-bottom-settings {
	height: 30px;
}

/*.filter-dialog {
	background-color: #ffffff;
	border: solid 5px #2f86d3;
	width: 600px;
	margin-left: -300px;
}*/

.filter-dialog .login-group .login_field {
	display: block;
	width: auto;
}

.blue-title {
	color: #2f86d3;
}

.filter-dialog .modal-body {
	max-height: 450px;
}

.filter-dialog .close {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}

.filter-dialog h1 {
	color: #2f86d3;
	font-size: 18pt;
}

.filter-dialog .left-column {
	background-color: #f7f7f7;
	padding-bottom: 10px;
}

.filter-dialog .right-column {
	padding-bottom: 10px;
	padding-top: 14px;
	position: relative;
}

.filter-dialog .form-search {
	margin: 10px;
	position: relative;
}

.filter-dialog .form-search .search-icon {
	position: absolute;
	left: 18px;
	top: 3px;
}

.filter-dialog .form-search .search-icon:hover {
	cursor: pointer;
}

.filter-dialog .form-search .search-query {
	border: solid #00396b 1px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 10px;
	width: 260px;
}

.filter-dialog .form-search .search-x {
	display: ;
	position: absolute;
	right: 65px;
	top: 3px;
}

.filter-dialog .form-search .search-x:hover {
	cursor: pointer;
}

.filter-dialog hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #000000;
	margin: 0 5px 10px;
	padding: 0;
}

.filter-dialog hr.bottom {
	margin: 0 5px;
	position: relative;
	top: -1px;
}

.filter-dialog .search-result {
	font-weight: bold;
	font-size: 12px;
	color: #929191;
}

.filter-dialog .search-result .grid-view table.items {
	background: #f7f7f7;
	border: 1px #f7f7f7 solid;
}

.filter-dialog .search-result .grid-view table.items td {
	border: 1px #f7f7f7 solid;
}

.filter-dialog .search-result .grid-view table.items tr.even {
	background: #f7f7f7;
}

.filter-dialog .search-result .grid-view table.items tr.odd {
	background: #f7f7f7;
}

.filter-dialog .search-result .grid-view table.items tr.selected {
	background: #f7f7f7;
}

.filter-dialog .search-result .grid-view table.items tr:hover.selected {
	background: #C9E0ED;
}

.filter-dialog .search-result .grid-view table.items tbody tr:hover {
	background: #C9E0ED;
}

.filter-dialog h2,
.filter-dialog div.h2 {
	color: #2f86d3;
	font-size: 14pt;
	margin-top: 0;
	line-height: normal;
}

.filter-dialog .reset {
	cursor: pointer;
	position: relative;
	top: 5px;
}

.filter-dialog .reset:hover {
	text-decoration: none;
}

.filter-dialog .remove {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.filter-dialog .selected-item {
	background: #CCCCCC;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAAAAA), color-stop(100%, #000000));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #AAAAAA 0%, #000000 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#000000', GradientType=0);
	/* IE6-8 */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 2px 5px 5px;
}

.filter-dialog .to-remove {
	display: none;
}

.filter-dialog .remove-item {
	text-align: center;
	padding: 5px;

}

.filter-dialog .remove-item .icon-remove:hover {
	cursor: pointer;
}

.filter-dialog .select-button {
	display: inline-block;
	background-color: #f9ad53;
	color: #ffffff;
	padding: 6px 15px 4px 14px;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}

.filter-dialog .select-button:hover {
	text-decoration: none;
}

/* end filter-dialog */

/* start lead form section */
.contact-form h5 {
	text-transform: uppercase;
}

.contact-form table {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 15px;
}

.contact-form table td {
	background: #e2e2e3;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e2e2e3 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e3), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e3 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e3 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e3 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e2e2e3 0%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e3', endColorstr='#ffffff', GradientType=0);
	/* IE6-8 */
	border-spacing: 0;
	-webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
	padding: 10px;
	vertical-align: top;
}

.application-form .summary td {
	width: 33.33%;
}

.application-form .summary td.divider-column {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}

.lead-form .summary td {
	width: 25%;
}

.application-form table.transaction-information {
	width: 66.66%;
}

.lead-form .contact-information td {
	width: 33.33%;
}

.contact-form table table {
	border-collapse: collapse;
}

.contact-form table table td {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contact-form .contact-information .dear td:nth-child(2) {
	padding-top: 7em;
}

.contact-form .contact-information .envelope {
	background-position: center;
	background-image: url('/images/envelope.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 14em;
	text-align: center;
	width: 100%;
}

.contact-form .contact-information .envelope .name {
	margin-top: 5em;
}

.contact-form .document-form table {
	border-collapse: collapse;
}

.contact-form .document-form td {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

/* end lead form section */

/* start next action form section */
#next-action-form {
	margin: 0;
	padding: 0;
}

#next-action-dialog .modal-header {
	text-align: center;
}

#next-action-form label-column {
	background-color: yellow;
	width: 10%;
}

#next-action-form label {
	text-align: right;
	padding-top: 5px;
	padding-right: 6px;
}

#next-action-form input-column {
	width: 90%;
}

#next-action-form .date-time-row #ThisAction_date,
#next-action-form .date-time-row #NextAction_date {
	padding-right: 30px;
	width: 100px;
}

#next-action-form .date-time-row .ui-datepicker-trigger {
	position: relative;
	right: 18px;
	top: -3px;
}

#next-action-form .date-time-row .ui-datepicker-trigger:hover {
	cursor: pointer;
}

#next-action-form .date-time-row #ThisAction_hour,
#next-action-form .date-time-row #NextAction_hour,
#next-action-form .date-time-row #ThisAction_minutes,
#next-action-form .date-time-row #NextAction_minutes,
#next-action-form .date-time-row #ThisAction_amPm,
#next-action-form .date-time-row #NextAction_amPm {
	width: 55px;
}

/* end next action form section */

/* start additional action form section */
#additional-action-form {
	margin: 0;
	padding: 0;
}

#additional-action-form label {
	text-align: right;
	padding-top: 5px;
	padding-right: 6px;
}

#additional-action-form .date-time-row {
	margin-top: 5px;
}

#additional-action-form .date-time-row #AdditionalAction_date {
	padding-right: 30px;
	width: 100px;
}

#additional-action-form .date-time-row .ui-datepicker-trigger {
	position: relative;
	right: 18px;
	top: 0;
}

#additional-action-form .date-time-row .ui-datepicker-trigger:hover {
	cursor: pointer;
}

#additional-action-form .date-time-row #AdditionalAction_hour,
#additional-action-form .date-time-row #AdditionalAction_minutes,
#additional-action-form .date-time-row #AdditionalAction_amPm {
	width: 55px;
}

#additional-action-form hr {
	width: 75%;
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 23%;
}

#additional-action-form label.checkbox-label {
	float: left;
	text-align: left;
}

#additional-action-form .alert-controls {
	margin-top: 2px;
	height: 28px;
}

#additional-action-form label.checkbox-label input {
	margin: 0;
	padding: 0;
}

#additional-action-form label.select-label {
	float: left;
	text-align: left;
	position: relative;
	top: -4px;
	margin-left: 4px;
}

#additional-action-form label.select-label select {
	width: 100px;
	position: relative;
	top: -2px;
}

#additional-action-form span.error {
	margin-top: 2px;
	margin-bottom: 4px;
}

/* end additional action form section */

/* start note section */
.contact-form .note-log {
	background-color: white;
	border: solid thin black;
	padding: 6px 10px;
	margin-bottom: 10px;
}

.contact-form .note-log .note {
	display: table-row;
}

.contact-form .note-log .note .note-date,
.contact-form .note-log .note .note-text {
	display: table-cell;
	padding-top: 4px;
	padding-bottom: 4px;
}

.contact-form .note-log .note .note-text {
	padding-left: 10px;
}

.contact-form .note-form {
	margin-top: 20px;
}

.contact-form .note-form label {
	text-transform: uppercase;
	font-weight: bold;
}

.contact-form .note-controls {
	margin-top: 15px;
}

.contact-form .note-controls .add-note-btn {
	margin-right: 10px;
}

/* end note section */

/* start actions section */
.actions-container {
	background: #ecf0db;
	border: solid thin #00396b;
	padding: 10px 10px 0 0;
}

.actions {
	font-size: 14px;
	width: 100%;
}

.actions .left-column {
	vertical-align: bottom;
	width: 237px;
}

.actions .middle-column {
	padding-bottom: 20px;
	vertical-align: top;
}

.actions .section-heading-container {
	background: #0a4170;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNDE3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2YwZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0a4170 0%, #ecf0db 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a4170), color-stop(100%, #ecf0db));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0a4170 0%, #ecf0db 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0a4170 0%, #ecf0db 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0a4170 0%, #ecf0db 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0a4170 0%, #ecf0db 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a4170', endColorstr='#ecf0db', GradientType=0);
	/* IE6-8 */
	height: 40px;
	margin: 20px 10px 0 10px;
	padding: 1px 1px 0 1px;
	position: relative;

}

.actions .section-heading-container .section-heading {
	background-color: #ecf0db;
	height: 100%;
	margin: 1px 1px 0 1px;
	position: relative;
	text-align: center;
}

.actions .section-heading-container .section-heading .heading {
	background-color: #ecf0db;
	color: #000000;
	font-size: 20px;
	margin: auto;
	position: relative;
	top: -8px;
	width: 180px;
}

.actions .section-heading-container .section-heading .heading.last-action {
	width: 280px;
}

.actions .overdue {
	color: #da0101;
}

.actions .border-fix-container {
	margin: 0;
	padding: 0;
	position: relative;
}

.actions .border-fix-container .action-border-fix-right {
	position: absolute;
	top: -7px;
	right: -11px;
}

.actions .border-fix-container .action-border-fix-left {
	position: absolute;
	top: -7px;
	left: -11px;
}

.actions .action-list {
	border-collapse: separate;
	border-spacing: 10px 0;
}

.actions .action-list tr th {
	padding: 10px;
}

.actions .action-list tr .data-column {
	background-color: #f6f8ed;
	border-top: solid 1px #f6f8ed;
	border-right: solid 1px #8ba2b5;
	border-bottom: solid 1px #f6f8ed;
	border-left: solid 1px #8ba2b5;
	padding: 4px 10px;
}

.actions .action-list tr:hover .data-column {
	background-color: #E5F1F4;
}

.actions .action-list tr:first-of-type .data-column {
	border-top: solid 1px #8ba2b5;
	padding-top: 8px;
}

.actions .action-list tr:last-of-type .data-column {
	border-bottom: solid 1px #8ba2b5;
	padding-bottom: 8px;
}

.actions .action-list tr .checkbox-column {
	text-align: center;
}

.actions .last-action-section {
	margin: 70px 0 0;
}

.actions .last-action-section .action-list tr .checkbox-column {
	width: 21px;
}

.actions .right-column {
	vertical-align: bottom;
	width: 90px;
}

.actions .action-list {
	width: 100%;
}


.open-actions-list td,
.closed-actions-list td {
	cursor: pointer;
}

.open-actions-list td.checkbox-column {
	cursor: auto;
}

/* end actions section */

.btn.btn-sm btn-primary btn-ireverse1 {
	background: #dae8f4;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGM2ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #a4c6e4 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #a4c6e4));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #a4c6e4 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #a4c6e4 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #a4c6e4 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #a4c6e4 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a4c6e4', GradientType=0);
	/* IE6-8 */
	border-color: rgba(72, 140, 200, 1);
	color: #052864;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px 3px;
}

.btn:hover.btn-sm btn-primary btn-ireverse1 {
	background: #ffffff;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0YzZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a4c6e4 0%, #f8ffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4c6e4), color-stop(100%, #f8ffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4c6e4 0%, #f8ffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4c6e4 0%, #f8ffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a4c6e4 0%, #f8ffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #a4c6e4 0%, #f8ffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c6e4', endColorstr='#f8ffff', GradientType=0);
	/* IE6-8 */
	background-position: 0px 0px;
	color: #333333;
	transition: none;
}

/* start admin menu */
.admin-page {
	margin: 20px;
	font-size: 12pt;
}

.admin-page .left-column {
	width: 30%;
	float: left;
}

.admin-page .right-column {
	float: left;
}

.admin-page .TableBox {
	display: table;
	border-spacing: 10px;
}

.admin-page .TableBox>div {
	display: table-row;
	border-spacing: 5px
}

.admin-page .TableBox>div>div {
	display: table-cell;
	margin: 20px;
}

.admin-page .TableBox>div:nth-child(even) {
	color: red;
}

.admin-page .TableBox>div:nth-child(1) {
	background-color: #666666;
	color: white;
	border-spacing: 80px;
	background-clip: padding-box;
	padding: 14px;
	margin: 80px 20px
}

.admin-page .table {
	display: table;
	border-spacing: 10px;
}

.admin-page .table .row {
	display: table-row;
}

.admin-page .table .row:nth-of-type(2) .cell {
	padding-top: 30px;
}

.admin-page .table .cell.heading {
	background-color: #00396b;
	color: #ffffff;
	display: table-cell;
	padding: 20px;
	text-align: center;
	text-decoration: underline;
	width: 200px;
}

.admin-page .table .cell {
	display: table-cell;
	font-size: 10pt;
	padding: 10px 20px;
}

/* end admin layout */

/* start employee form */
.employee-section {
	background: white url('/images/gradient-header-bg.png') repeat-x top;
	border: solid thin #488cc8;
	margin-top: 20px;
}

.employee-section:first-child {
	margin-top: 40px;
}

.employee-section .content {
	padding: 10px;
}

.employee-section .heading {
	color: #052864;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.employee-section .sub-heading {
	color: #959595;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.employee-section .processorList {
	background-color: #ffffff;
	border: 1px solid #1c4889;
	color: #555555;
	cursor: pointer;
	list-style: none;
	margin: 0 0 7px;
	min-height: 48px;
	padding: 4px 6px;
	/*width: 206px;*/
}

.vendor-section .heading {
	padding: 10px;
	background-color: #f0f0f0;
	margin-bottom: 10px;

}

.vendor-section {
	background: white;
	border: solid thin #488cc8;
	margin-top: 20px;
	padding-bottom: 10px;
}

.vendor-section .row {
	padding-bottom: 4px;

}

#vendor_note_list,
#vendor_documents_list {
	padding: 0 15px;
}

.processorList.disabled {
	background-color: #eee;
}

.employee-section .processorList:focus {
	outline-width: thin;
	outline-style: dotted;
	outline-color: #333333;
	outline-offset: -2px;
}

.employee-section .row input,
.employee-section .row select {
	margin-bottom: 2px;
}

#employee-processor-dialog .form-search {
	margin: 10px;
	position: relative;
}

#employee-processor-dialog .form-search .search-icon {
	position: absolute;
	left: 18px;
	top: 3px;
}

#employee-processor-dialog .form-search .search-icon:hover {
	cursor: pointer;
}

#employee-processor-dialog .form-search .search-query {
	border: solid #00396b 1px;
	border-radius: 15px;
	padding: 4px 30px 3px;
	width: 260px;
}

#employee-processor-dialog .form-search .search-x {
	display: none;
	position: absolute;
	right: 56px;
	top: 3px;
}

#employee-processor-dialog .form-search .search-x:hover {
	cursor: pointer;
}

#employee-processor-dialog hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #000000;
	margin: 0 5px 10px;
	padding: 0;
}

#employee-processor-dialog hr.bottom {
	margin: 0 5px;
	position: relative;
	top: -22px;
}

#employee-processor-dialog .search-result {
	font-weight: bold;
	font-size: 12px;
	color: #929191;
}

#employee-processor-dialog .search-result .grid-view table.items {
	background: #f7f7f7;
	border: 1px #f7f7f7 solid;
}

#employee-processor-dialog .search-result .grid-view table.items td {
	border: 1px #f7f7f7 solid;
}

#employee-processor-dialog .search-result .grid-view table.items tr.even {
	background: #f7f7f7;
}

#employee-processor-dialog .search-result .grid-view table.items tr.odd {
	background: #f7f7f7;
}

#employee-processor-dialog .search-result .grid-view table.items tr.selected {
	background: #f7f7f7;
}

#employee-processor-dialog .search-result .grid-view table.items tr:hover.selected {
	background: #C9E0ED;
}

#employee-processor-dialog .search-result .grid-view table.items tbody tr:hover {
	background: #C9E0ED;
}

#employee-processor-dialog h2 {
	color: #2f86d3;
	font-size: 14pt;
	margin-top: 0;
	line-height: normal;
}

#employee-processor-dialog .reset {
	cursor: pointer;
	position: relative;
	top: 5px;
}

#employee-processor-dialog .reset:hover {
	text-decoration: none;
}

#employee-processor-dialog .remove {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#employee-processor-dialog .selected-processor {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 2px 5px 5px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AAAAAA), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #AAAAAA 0%, #000000 100%);
}

#employee-processor-dialog .remove-processor {
	text-align: center;
	padding: 5px;

}

#employee-processor-dialog .remove-processor .icon-remove:hover {
	cursor: pointer;
}

#employee-processor-dialog .select-button {
	display: inline-block;
	background-color: #f9ad53;
	color: #ffffff;
	padding: 6px 15px 4px 14px;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}

#employee-processor-dialog .select-button:hover {
	text-decoration: none;
}

/* end processor dialog in employee form */
/* end employee form */

/* start vendor lists */
.vendor-list {
	padding-top: 0px;
}

.heading.total-item-count.vendor {
	text-align: left;
	margin-top: 20px;
}

.vendor-list .search-field {
	border-right: none;
	font-size: 16px;
	height: 16px;
	margin: 0;
}

.vendor-list .form-search label {
	color: #052864;
	font-size: 16px;
	font-weight: bold;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.vendor-list .go {
	background-color: #f3a911;
	border: solid thin #0e0e0f;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	height: 25px;
	margin: 0;
	width: 60px;
}

.vendor-list .search-filters {
	float: right;
	width: auto;
}

.vendor-list .search-filters-left {
	float: left;
	width: 100%;
}

.vendor-list .search-filters td {
	height: 0px;
	padding: 0;
}

.vendor-list .search-filters td.filter {
	padding: 0 10px;
}

/* end vendor lists */

/* start vendor admin form */
.vendor-admin .form {
	border-collapse: separate;
	border-spacing: 0 10px;
	clear: left;
	width: 100%;
}

.vendor-admin .form td {
	border-spacing: 1px;
	padding: 10px;
	vertical-align: top;
}

.vendor-admin .form td.field-column {
	text-align: right;
}

.vendor-admin .form td.right-column {
	width: 20%;
}

.vendor-admin .form tr.form-section {
	background: #ececec;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 35%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(35%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 35%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 35%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 35%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 35%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
	/* IE6-8 */
}

.vendor-admin .form tr.form-section td {
	border-top: solid 1px #488cc8;
	border-bottom: solid 1px #488cc8;
}

.vendor-admin .form tr.form-section td.left-column {
	border-left: solid 1px #488cc8;
}

.vendor-admin .form tr.form-section td.right-column {
	border-right: solid 1px #488cc8;
}

.vendor-admin .form label.required {
	color: #e50000;
}

/* end vendor admin form */



/** **/
.selected-processor-container {
	margin-bottom: 30px;
}

.processor_list_div {
	margin: 5px;
	margin-bottom: 30px;
}

.processor_list_div ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px;
}

.processor_list_div li {
	padding: 5px;
	cursor: pointer;
}

.row {
	/*overflow-x: hidden;*/
}

/** **/


/** Filters **/
.filter-available-container li {
	padding: 5px;
}

.search-result tr,
.remove-from-state-filter {
	cursor: pointer;
}

.grid-vertical-scroll {
	max-height: 400px;
	overflow-y: auto;
}

.grid-vertical-scroll-small {
	max-height: 350px;
}

/** Filters **/

.grid-view table.items th {
	color: #000;
}

.css_top_item>a>span {
	font-size: 14px;
}

.css_menu {
	z-index: 800;
}

.css_menu .active>a>span {
	font-size: 15px;
	color: yellow;
}

.css_menu .active>a:hover>span {
	color: #000;
}

.options-column {
	cursor: pointer;
}

/*** grid view ***/

.grid-view table.items th {
	/*background-image: url();*/
	background-color: #DDE4FA;
}

.grid-view table.items th a,
.grid-view table.items th a:hover {
	color: black;
}

.grid-view table.items tr:hover {
	background-color: #E5F1F4 !important;
}

.grid-view table.items th,
.grid-view table.items td {
	border-color: black;
}

.grid-view table.items tr.odd,
.grid-view table.items tr.even {
	background-color: white;
}

.padding-20 {
	padding: 20px;
}

.padding-h-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-10 {
	padding-top: 10px;
}


/* start call-modal */
.call-modal {
/*	border: solid 5px #2f86d3;
	width: 450px;
	top: 30%;
	*/
}

#call-modal-tracking {
	width: 560px;
	padding: 10px;
}

#call-status1,
#call-status2 {
	position: relative;
	color: green;
	font-weight: bold;
}

.call-modal h2 {
	color: #2f86d3;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: normal;
}

.padding-h-10 {
	padding-left: 10px;
	padding-right: 10px;

}


/* end call-modal */

.bold {
	font-weight: bold;
}

hr.timeout {
	height: 4px;
	background-color: #E84800;
	margin-left: 0;
}

hr.timeout.timedout {
	margin-left: 430px;

}


.page .well .title {
	line-height: 20px;
}


.call-absolute {
	position: absolute;
	left: -17px;
	top: 2px;
}

.quick-search-container {
	display: inline-block;
	width: 250px;
	margin-right: 20px;
	text-align: left;
}

.quick-search-name span {
	font-weight: normal;
}

.quick-search-drop {
	width: 376px !important;
}

.quick-search-drop .select2-result {
	border-bottom: 1px solid #94AFC7;
	padding: 5px 0;
}

.quick-search-drop .select2-result:last-child {
	border-bottom: none;
}

.quick-search-name,
.quick-search-street,
.quick-search-city-state {
	font-weight: bold;
	line-height: 18px;
}

h2 {
	padding: 15px 0 10px 0;
}

.grid-quick-search {
	padding-top: 15px;
}

.grid-quick-search+.grid-view,
h2+.grid-view {
	padding-top: 0;
}

.title+.form {
	padding-top: 20px;
}

a.required:after,
label.required:after {
	content: ' *';
	color: red;
}

span.required {
	display: none;
}

span.fields-info.required {
	display: contents;
}

input.required,
select.required {
	background-color: rgb(255, 249, 209)
}

.parent {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
}

.children {
	margin-left: 24px;
}

#custompages-roles input {
	margin-top: 2px;
}

.filter-dropdown .filter-container {
	padding: 0 !important;
}

a.no-underline,
a.no-underline:hover {
	text-decoration: none;
}



.question-text {
	max-height: 200px;
	overflow: auto;
	border: 1px #ccc solid;
	margin: 0 10px 5px 10px;
	padding: 5px;
	background: white;
}

.answer {}



.splash_question {
	border: 1px solid #C6CCD2;
	padding: 20px 0 6px;
	background-color: #F0F8FF;
	margin-bottom: 10px;
	position: relative;
}

.splash_question__top_corner {
	position: absolute;
	top: 15px;
	right: 15px;
}

.splash-question {
	font-size: 32px;
	line-height: 49px;
	width: 100%;
	max-width: 720px;
	margin: 20px auto 0;
}

.splash-answer {
	margin: 15px 0 0 15px;
}

.splash-answer label {
	font-size: 20px;
	line-height: 24px;
}

.splash-quiz-explanation {
	border: 1px solid #212952;
	background: #DAEAF9;
	padding: 15px;
	width: 300px;
	margin: 10px auto 30px;
	color: #262640;
	font-size: 15px;
	line-height: 18px;
}

.fancy-checkbox [type="checkbox"]:not(:checked),
.fancy-checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.fancy-checkbox [type="checkbox"]:not(:checked)+label,
.fancy-checkbox [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}

/* checkbox aspect */
.fancy-checkbox [type="checkbox"]:not(:checked)+label:before,
.fancy-checkbox [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 21px;
	height: 21px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

/* checked mark aspect */
.fancy-checkbox [type="checkbox"]:not(:checked)+label:after,
.fancy-checkbox [type="checkbox"]:checked+label:after {
	content: '✔';
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 25px;
	line-height: 0.8;
	color: #09ad7e;
	transition: all .2s;
}

/* checked mark aspect changes */
.fancy-checkbox [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

.fancy-checkbox [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
.fancy-checkbox [type="checkbox"]:disabled:not(:checked)+label:before,
.fancy-checkbox [type="checkbox"]:disabled:checked+label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.fancy-checkbox [type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

.fancy-checkbox [type="checkbox"]:disabled+label {
	color: #aaa;
}

/* accessibility */
.fancy-checkbox [type="checkbox"]:checked:focus+label:before,
.fancy-checkbox [type="checkbox"]:not(:checked):focus+label:before {
	border: 1px dotted blue;
}

.answer-correct {
	color: green !important;
}

.answer-incorrect {
	color: red !important;
	;
}


.user-report-submission .control-group {
	margin-bottom: 10px;
}

.user-report-submission .control-label {
	font-size: 14px;
	line-height: 18px;

	margin-bottom: 7px;
}

/*.user-report-submission .controls {*/
/*margin-left: 370px;*/
/*}*/


textarea.textarea-large {
	height: 160px;
}

textarea.textarea-medium {
	height: 100px;
}


.l-margin-bot-m {
	margin-bottom: 14px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

table.items a {
	color: #0088cc;
	text-decoration: none;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 24px;
}

select,
textarea,

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 14px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

input[type="checkbox"] {
	padding: 4px 6px;
	margin-bottom: 14px;
}

.form-select {
	font-size: 12px;
	padding: 4px 6px;
	line-height: 14px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

.search-field {
	box-sizing: content-box !important;
}

.fa-lock {
	color: black;
}

.modal-header .btn-close {
	color: white;
}

.btn {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	line-height: 16px;
}

img {
	max-width: 100%;
}

a.page-link {
	color: #0088cc !important;
}

.active>.page-link {
	color: white !important;
}


select.error,
input.error,
textarea.error {
	border-color: #b94a48;
	color: #b94a48;
}

span.error,label.error  {
	color: #b94a48;
	margin-bottom: 5px;
}

.alert p,
.alert ul {
	margin-bottom: 1px;

}

#content .row {
	--bs-gutter-x: 1rem;
}

.h-70{
	height: 70% !important;
}
.h-30{
	height: 30% !important;
}
