
@font-face {
	font-family: 'Open Sans'; font-style: normal; font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('fonts/open-sans-v16-latin-regular.woff2') format('woff2'), url('fonts/open-sans-v16-latin-regular.woff') format('woff'), url('fonts/open-sans-v16-latin-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans'; font-style: italic; font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
	url('fonts/open-sans-v16-latin-italic.woff2') format('woff2'), url('fonts/open-sans-v16-latin-italic.woff') format('woff'), url('fonts/open-sans-v16-latin-italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans'; font-style: normal; font-weight: 800;
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
	url('fonts/open-sans-v16-latin-800.woff2') format('woff2'), url('fonts/open-sans-v16-latin-800.woff') format('woff'), url('fonts/open-sans-v16-latin-800.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans'; font-style: italic; font-weight: 800;
	src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
	url('fonts/open-sans-v16-latin-800italic.woff2') format('woff2'), url('fonts/open-sans-v16-latin-800italic.woff') format('woff'), url('fonts/open-sans-v16-latin-800italic.ttf') format('truetype');
}
@font-face {
	font-family: 'lightcase'; font-style: normal; font-weight: 400;
	src: local('Lightcase'),
	url('lightcase.woff') format('woff'), url('lightcase.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans Condensed'; font-style: normal; font-weight: 700;
	src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
	url('fonts/open-sans-condensed-v13-latin-700.woff2') format('woff2'), url('fonts/open-sans-condensed-v13-latin-700.woff') format('woff'), url('fonts/open-sans-condensed-v13-latin-700.ttf') format('truetype');
}

* {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', serif;
}

.sticknav {
	background-color: #FFF;
	margin: 0 !important;
	padding: 0.5rem 0 !important;
}
.sticknav.sticky-top {
	border-bottom: 1px solid #CCC;
}

.logo > svg {
	width: 300px;
	height: 75px;
}

.text-dark {
	text-decoration: none;
	border-bottom: 2px solid #777;
}

.text-dark:hover {
	text-decoration: none;
	border-bottom: 2px solid #212529;
}

.btn-icon {
	/* background-color: #777;
	width: auto;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 0;
	color: #FFF; */
	border: 0;
}

a {
	color: #005ca9;
}

.btn-primary {
	color: #fff;
	background-color: #005ca9;
	border-color: #005ca9;
}

.btn-icon:hover {
	background-color: #000;
}

.page-item.active .page-link {
	background-color: #212529;
	color: #fff;
	border-color: #dee2e6;
}

.icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	margin-top: -3px;
}

.dataTables_filter > label,
.dataTables_filter > label > input {
	width: 100% !important;
	margin: 0 !important;
}

.dataTables_wrapper .top {
	height: 15px;
	background-color: #FFF;
}

.bottom > div {
	width: 50%;
	float: left;
}


.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

table.dataTable {
	margin-bottom: 0 !important;
}

.toolleft, .toolright {
	width: 49%;
	display: inline-block;
}

.toolleft {
	margin-right: 1%;
}

.toolright {
	margin-left: 1%;
}

.tooltop {
	width: 100%;
}

table.dataTable thead strong {
	display: block;
	background-color: #777;
	width: 100%;
	padding: 5px 15px;
	border-right: 1px solid #FFF;
	color: #FFF;
}

table.dataTable > thead > tr > td.sorting_asc,
table.dataTable > thead > tr > td.sorting_desc,
table.dataTable > thead > tr > td.sorting_disabled,
table.dataTable > thead > tr > td.sorting {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 40px;
}

table.dataTable > thead > tr > td::after,
table.dataTable > thead > tr > td::before {
	bottom: 0 !important;
}

table.dataTable > thead > tr > td > select {
	position: absolute;
	left: 1em;
	bottom: 0.35em;
}

.bottom {
	padding: 1em;
}

.col-form-label {
	font-weight: bold;
}

.alert,
.form-control {
	border-radius: 0 !important;
}

.custom-select {
	width: auto;
}

input.form-control {
	background-color: #F1F1F1;
	border: 0;
	border-bottom: 2px solid #CCC;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.form-control:focus {
	box-shadow: none;
	background-color: #FAFAFA;
	border-color: #777;
}

textarea.form-control {
	background-color: #F1F1F1;
	border: 0;
	border-bottom: 2px solid #CCC;
}

textarea.form-control:focus {
    background-attachment: local;
    background-image:
        linear-gradient(to right, #FAFAFA 0px, transparent 0px),
        linear-gradient(to left, #FAFAFA 0px, transparent 0px),
        repeating-linear-gradient(#FAFAFA, #FAFAFA 23px, #DDD 23px, #DDD 24px, #FAFAFA 24px);
    line-height: 24px;
}

.input-group-text {
	background-color: #777;
	border: 0;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.form-check {
	display: inline-block;
	margin-right: 10px;
	padding-top: calc(0.375rem + 1px);
}

.invalid {
	border-bottom: 2px solid #F00 !important;
}
.valid {
	border-bottom: 2px solid #067828 !important;
}

section:nth-child(even) {
	background-color: #F1F1F1;
}

section:nth-child(even) textarea.form-control,
section:nth-child(even) input.form-control {
	background-color: #FFF;
	border: 0;
	border-bottom: 2px solid #CCC;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

section:nth-child(even) .form-control:focus {
	box-shadow: none;
	background-color: #FAFAFA;
	border-color: #777;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC !important;
}


.trumbowyg-editor {
	background-color: #FFF;
}

section {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.reqforgoingonline {
	color: #00529F;
	text-decoration: underline;
}

.required {
	color: #C51216;
}

.info {
	margin-bottom: 1rem;
	margin-top: -1rem;
}
.info > div > small {
	display: block;
	margin-left: 10px;
	color: #444;
}
