html { background-color: #cbd0df; }
body { font-size: 1.1em!important; }
.content b, .content strong, .content i, .content em { color: inherit; }

span.file-name { background: #fff; }
.input, .textarea, .select select, span.file-name { box-shadow: inset 0 .0625em .125em rgba(10,10,10,.25); border-color: #a1a1a1; }
.input::placeholder { color: #818181; }
div.box { background-color: #ebebeb; }
.is-checkradio[type=checkbox]+label::before,
.is-checkradio[type=checkbox]+label:before,
.is-checkradio[type=radio]+label::before,
.is-checkradio[type=radio]+label:before { background-color: #fff; border-color: #a1a1a1; box-shadow: inset 0 .0625em .125em rgba(10,10,10,.25); }

.navbar.is-link, .button.is-link { background-color: #21325b; }
.button.is-info { background-color: #557591; }
.button.is-success { background-color: #0d8311; }
div.message.is-success div.message-header { background-color: #0d8311; }
.button.is-danger.is-outlined:not(:hover) { color: #b71111; border-color: #b71111; }
.button.is-danger.is-outlined:hover { background-color: #b71111; border-color: #b71111; }
a.navbar-item img.is-mai-logo { max-height: 45px; }
div.has-background-success { background-color: #48e571!important; }

div.checkboxes.is-specialty, div.checkboxes.is-years { display: flex; flex-wrap: wrap; }
div.checkboxes.is-specialty label { margin: 5px!important; width: 115px; }
div.checkboxes.is-years label { margin: 5px!important; width: 90px; }
input.is-checkradio[type="checkbox"].is-medium + label { font-size: 1rem; }
input.is-checkradio[type="checkbox"].is-medium + label::after {
	width: 22px;
	height: 22px;
	top: 4px;
	left: 4px;
	border-radius: 4px;
	border: 0;
	background: #21325b;
	transform: none;
	}
input.is-checkradio[type="checkbox"].is-medium:checked + label { color: #21325b; font-weight: bold; }

div.tabs { flex-wrap: wrap; justify-content: center; }
div.tabs li a { margin-bottom: 0; border-bottom-color: #21325b; }
div.tabs li a:hover { color: #fff; background: #21325b70; }
div.tabs li.is-active a { color: #fff; background: #21325b; border-bottom-color: #21325b; }
div.tabs li.is-active a:hover { cursor: default; }

div.is-specialty-card { display: none; }
div.is-specialty-card.is-active { display: block; }

div.is-year-section { border-bottom: 3px solid #21325b; margin-bottom: 15px; margin-top: 30px; display: flex; justify-content: space-between; align-items: flex-end; }
div.is-year-section span.tag { background-color: #21325b; border-radius: 4px 4px 0 0; }
div.is-year-section input.deleteYearButton { border-bottom: 0; border-radius: 4px 4px 0 0; }
h5.is-module-title { font-size: 1.25rem; font-weight: bold; color: #21325b; text-transform: uppercase; margin-top: 30px; }

div.is-additional-section { border-left: 3px solid #21325b; padding: 0 0 0 15px; margin-bottom: .75rem; }
div.is-target-rows, div.is-contract-rows { margin-bottom: .75rem; }
input.addDifficultButton, input.addProvisionButton { margin-top: .75rem; }
p.is-label-note { font-style: italic; margin-top: 2px; color: #565555; font-size: 16px; }

label.is-danger, p.label.is-danger { color: #b71111; }
label.file-label.is-danger span.file-name { border-color: #b71111; }
label.file-label.is-danger span.file-cta { background-color: #b71111; border-color: #b71111; }
div.tabs li:not(.is-active) a.is-danger { background-color: #ff00002b; color: #b71111; }
div.tabs li.is-active a.is-danger { background-color: #6c1c1c; }

span.file-cta.is-loaded { background-color: #7880a3!important; }
span.file-name.is-loaded { color: #088d07; font-weight: bold; }

div.is-reserved, div.is-manager-form { display: none; }

div.is-control-header { display: flex; justify-content: space-between; flex-wrap: wrap; }
table.table.is-statistic { background: transparent; font-size: 1rem; color: black; }
.content table.table.is-statistic td, .content table.table.is-statistic th { border-color: #959595; }
table.table.is-statistic th { text-align: center; }
table.table.is-statistic th, table.table.is-statistic td { vertical-align: middle; }
table.table.is-statistic tbody tr:hover { background: rgba(32, 64, 143, .15); }
table.table.is-statistic td:first-child { text-align: center; }
table.table.is-statistic td:nth-child(4) { text-align: center; }
table.table.is-statistic td:nth-child(3) { min-width: 225px; }
table.table.is-statistic td:last-child { text-align: center; }
span.is-additional { font-size: .8rem; color: #999; }
span.is-status { font-size: .8rem; }
span.is-status-0 { background: #f1bcbc; }
span.is-status-1 { background: #edb48b; }
span.is-status-2 { background: #d9ed8b; }
span.is-status-3 { background: #8bbbed; }
span.is-status-4 { background: #8bed92; }
span.is-status-5 { background: #8bed92; }
span.is-status-6 { background: #8bed92; }

span.select2.select2-container { width: 100%!important; cursor: pointer; }
a.is-doc-link { position: relative; top: 5px; }
a.is-zip-link { position: relative; top: 5px; }

@media screen and (max-width: 1024px) { input.button.is-light.is-outlined { border-color: #21325b; color: #21325b; } }
@media screen and (max-width: 768px) { div.is-additional-section div.field.is-horizontal:not(:last-child) { border-bottom: 1px solid #919191; padding-bottom: .75rem; } }
@media screen and (max-width: 600px) { a.navbar-item img.is-mai-logo { max-height: 1.75rem; } h1.navbar-item.title { font-size: 24px; } }
@media screen and (max-width: 450px) { div.is-year-section { align-items: center; flex-direction: column-reverse; } }
@media screen and (max-width: 400px) { h1.navbar-item.title { font-size: 18px; } }
@media screen and (max-width: 325px) { h1.navbar-item.title { font-size: 15px; } }
