html {
    font-size: 100%;
    height: 100%;
}

body {
    position: relative;
    font-size: 1.0rem;
    height: 100%;
    padding: 0;
    margin: 0;
}

header .navbar {
    background: url(/images/header_wrap.png) repeat-x;
    background-size: 15px 100%;
}

header .navbar .navbar-brand {
    width: 360px;
    height: 45px;
    background: url(/images/d_logo.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
}

@media print {
    .no-print {
        display: none;
    }

    .onprint-padding-top-10 {
        padding-top: 1rem;
    }
}

.page-break-inside-avoid {
    page-break-inside: avoid;
}

.wrapper {
    min-height: 95%
}

.material-icons {}

.full-height-chosen {}

.question-select {}

.remove-question {}

.bold {
    font-weight: 700;
}

th.head-center {
    text-align: center;
}

th.head-left {
    text-align: left;
}

td.column-center {
    text-align: center;
}

td.column-left {
    text-align: left;
}

.btn-info, .btn-info:focus {
    color: #ffffff;
    background-color: #3866b3;
    border-color: #3866b3;
}

.btn-info:hover {
    color: #000;
    background-color: #3866b3;
    border-color: #3866b3;
}

.btn-outline-info, .btn-outline-info:focus {
    color: #3866b3;
    border-color: #3866b3;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #3866b3;
    border-color: #3866b3;
}

.btn-info:focus, .btn-outline-info:focus {
    /* ReSharper disable once InvalidValue */
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    border-color: #3866b3;
    background: #3866b3;
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: #ffffff;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-word;
}

.nav-link {
    border: 1px solid #ffffff;
    border-radius: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.short-greetings {
    margin-right: 1rem;
    display: none;
    color: #cccccc;
}

.greetings {
    margin-right: 1rem;
    color: #cccccc;
}

@media(max-width: 1050px) {
    .greetings {
        display: none;
    }

    .short-greetings {
        display: inline-block;
    }
}

a {
    color: #0077cc;
}

.red {
    color: red;
}

.green {
    color: green;
}

.field-validation-error {
    color: red;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.padding-top-2 {
    padding-top: 0.2rem;
}

.padding-top-10 {
    padding-top: 1rem;
}

.padding-top-20 {
    padding-top: 2rem;
}

.padding-bottom-10 {
    padding-bottom: 1rem;
}

.padding-bottom-20 {
    padding-bottom: 2rem;
}

.padding-left-10 {
    padding-left: 1.0rem;
}

.margin-left-20 {
    margin-left: 2rem;
}


.width-100 {
    width: 10rem;
}
.width-200 {
    width: 20rem;
}

.width-400 {
    width: 40rem;
}

.vertical-align-sub {
    vertical-align: sub;
}

.mvc-grid {
    line-height: 1.1;
}

.mvc-grid-table > table > tbody > tr > td {
    padding: 0.25em;
}

.mvc-grid-pager button {
    padding: 0 0.25em;
    line-height: 1.5;
    cursor: pointer;
    min-width: 1em;
}

ol.answers {
    list-style-type: lower-alpha;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding-top: 1rem;
}

.chosen-container {
    font-size: 16px;
}

.chosen-choices, .chosen-search-input {
    cursor: pointer !important;
}

.chosen-container-single .chosen-single {
    border-radius: 0 !important;
    background: none;
    border-color: rgb(118, 118, 118);
    height: 30px;
    padding-top: 2px;
}

.chosen-container-single .chosen-single div,
.chosen-container div.arrow {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container div.arrow {
    top: 4px;
}


element.style {
}

.chosen-container-single .chosen-single abbr {;
    top: 9px;
}

.chosen-container-single .chosen-single div b,
.chosen-container div.arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../lib/chosen/chosen-sprite.png") no-repeat 0px -2px;
}

.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container-active div.arrow {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b,
.chosen-container-active div.arrow b {
    background-position: -18px -2px;
}

.chosen-td .chosen-container {
    font-size: 12px
}

.chosen-td .chosen-container a {
    height: 21px;
}

.chosen-td .chosen-container a span, .chosen-td .chosen-container a div {
    margin-top: -2px;
}

.test-answer {
  min-width: max-content;
}