.error {
    color: #FF0000;
}

.header-logo:hover {
    color: #212529;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: #eee;
    opacity: 1;
}

.alert-error, .alert-danger {
    background: #dc3545;
}

label.error {
    padding-top: 5px;
    padding-left: 15px;
}

.page-questionary footer.container-fluid {
    border-top-color: #f8f8f8;
}

.mt-3.mt-sm-0.btn-green.disabled {
    background: var(--colorGrayE5);
}

a.btn-orange:hover {
    color: #ffffff;
}

.col-auto.mb-4.mb-md-0.questionary-info-stage {
    max-width: 40%;
}

.question-item.hide {
    display: none;
}

.question-item.confirm h5 {
    margin-left: 0;
    margin-bottom: 20px;
}

input:invalid {border-color: #FFD200;}
input.green-input.el-to-input:not(.error) {border-color: var(--colorGreen);}
input.green-input.el-to-input:invalid:not(.error) {border-color: var(--colorGreen);}
input.error {border-color: #FF0000;}

.test-variants .select2-container {
    width: 100% !important;
}
.test-variants .table-test .select2-container {
    width: 20rem !important;
}

.select2-container--default .select2-selection--single {width: 100%}
.select2-selection__rendered {flex-grow: 1}

.test-header__timer_tasks, .test-header__timer {
    font-size: 1.88rem;
}

.comment-block {
    padding-left: 1.5em;
}
/*
.comment-block textarea {
    width: 80%;
}
*/
.comment-block-fields textarea {
    width: 100%;
}

footer.container-fluid {
    border-top: inherit;
}

.test-variants h4.no-counters::before  {
    content: inherit;
}

.compares-block.border {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

header.container-fluid {
    min-height: 0px;
}

.test-header h2 {
    margin-bottom: 0.2em;
}

.test-header {
    margin-bottom: 10px;
}

.test-header .collapse {
    margin-top: 10px;
}

.h2-test {
    font-size: 1.275rem;
}

nav a {
    padding: 0 0.75em;
}

textarea.form-control {
    padding-top: 10px;
    min-height: 54px;
}

.text-center {
    text-align: center;
}

.style-input-table:before {
    display: block;
    position: static;
}

.style-input-table {
    vertical-align: middle;
}

a.test-item-gray {color: #ffffff;background: var(--colorGray91);}
a.test-item-gray:hover {background: var(--colorGrayHover);text-decoration-color: transparent;}

.compare-img {
    /*
    height: 330px;
    object-fit: cover;
    object-position: center center;
     */
    width: 100%;
}

.test-header__items {
    gap: 8px;
}

nav span {font-size: 1.25rem;height: var(--heightInput);border-radius: calc(var(--heightInput) / 2); border: 3px solid transparent;display: flex;align-items: center;text-transform: capitalize;}

header.container-fluid.short {
    padding-top: 5px;
    padding-bottom: 5px;
}

.styled-radio::before, .styled-checkbox::before {
    top: .1em;
}

.styled-radio, .styled-checkbox {
    line-height: 1;
}

.test-variants h4 {
    margin-bottom: 0;
}

.table-test, .table-test table {
    width: 100%;
}
.table-test th {
    text-align: center;
}

.test-variants h4 {
    font-size: 18px;
}

.h2-test {
    font-size: 25px;
}

.w-100 {
    width: 100%;
}
.d-inline-block.w-100 table {
    width: 100%;
}

/* Уведомления */
.alert.alert-success.alert-dismissable {
    background-color: #00a65a !important;
}

.alert-success {
    border-color: #008d4c;
    color: #fff;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    border-radius: 3px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert .close {
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    color: #000;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.el-to-input {
    border-color: #FFD200
}

.has-error .el-to-input, .has-error .select2-container--default .select2-selection--single, .has-error.el-to-input {
    border-color: #FF0000;
}

.test-variants label {
    display: grid;
    grid-template-columns: max-content max-content 1fr;
}

.test-variants label p + img, .test-variants label p + textarea {
    grid-column: 3/4;
}

.test-variants label img.img-fluid {
    margin-left: 0;
    margin-bottom: 10px;
}

.test-variants label::before {
    position: static;
}

.test-variants label p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .04em;
    text-align: justify;
    margin-bottom: 0.75em;
}

.select2-results__options {
    background-color: #C5C5C5;
}

.test-img-container {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.test-img-container img {
    /*width: 800px;*/
    height: 400px;
}

.grids-compare {
    display: grid !important;
    grid-template-columns: max-content 1fr;
    align-items: baseline;
    grid-gap: 10px;
}

.task-body-12-15 {
    font-size: 20px;
    text-align: justify;
}

.task-body-12-15 img {
    height: 400px;
    display: block;
    margin: auto;
}

.MsoNormalTable .MsoNormal span {
    font-size: 16px !important;
    font-family: gilroy !important;
}

.test-variants .table-test label {
    display: inline-block;
}
.test-variants .table-test label.styled-radio.style-input-table {
    display: inline-flex;
}

div.form-control.el-to-input {
    display: flex;
    padding-right: 0;
    overflow: hidden;
}
div.form-control.el-to-input textarea {
    width: 100%;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    resize: none;
    height: 100%;
    box-shadow: none;
    outline: none !important;
}
div.form-control.el-to-input span {
    white-space: nowrap;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.table-test {
    overflow-x: inherit;
}
.table-test th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.dropdown-filter-content .select2-container {width: 100% !important;}
.dropdown-filter-content .select2-selection.select2-selection--multiple,
.dropdown-filter-content .selection {width: 100%;}
.dropdown-filter-content .select2-search.select2-search--inline {width: 100%;}
.dropdown-filter-content .select2-search__field {width: 100%}
.dropdown-filter-content .select2-selection__choice {white-space: normal}

.col-5 { width: 20% !important; flex: 0 0 20%; }

.col-8 { width: 12.5% !important; flex: 0 0 12.5%; }

.col-10 { width: 10% !important; flex: 0 0 10%; }

.head-wrapper.sticky {
    position: sticky;
    top: 0;
    z-index: 100000;
    background: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.block-white h4, .block-white h2 {
    text-align: justify;
}

.group-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.group-row > div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    display: flex;
    flex-direction: column;
}
.group-row {
    border-left: solid 1px #000;
}
.group-row label {
    padding-left: 0;
    height: 100%;
}

.group-row label img {
    margin-top: auto;
}

.subtask {
    width: 100%;
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link, .pagination .active.page-number .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3f6ad8;
    border-color: #007bff;
}
.pagination li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item.disabled .page-link, .pagination .disabled.page-number .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link, .pagination .page-number:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.region-dropdown-filter input.filter-input {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    width: 100%;
    height: 33px;
}

.load h5 {
    font-size: 18px;
    margin-left: 30px;
}

.table-scroll .d-flex {
    align-items: center;
}

.scroll-boxes .scroll-col {
    max-height: 540px;
    overflow: auto;
}

.scroll-boxes .scroll-col:last-child {
    border-left: solid 1px #E5E5E5;
}

.scroll-col .test-variants {
    padding-right: 15px;
}

#variant-actions {
    text-align: right;
}
#variant-actions > div {
    position: relative;
}

.no-select {user-select: none;}

.test-header__items .passed { border-color: #000000; }

.type-30 {
    margin: 0 auto;
}


.selected-items > div {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--colorBlue);
    padding: 0 12px;
    border-radius: 1rem;
    margin: 0 5px 15px;
}

.title-subtitle {
    background-color: #BED5F3;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.chart__legend--noresults figure {
    background: #808080;
}

.preview_small {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    opacity: 0.7;
}
.test-header__items a.skip {
}
.logo-new img.icon_70 {
    width: unset;
    height: 70px;
}
.logo-new {
    display: flex;
    align-items: center;
    gap: 5px;
}




.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

[data-text-value]:hover, [data-text-value].selected {
    background-color: #b9e5fb;
    cursor: pointer;
    border-radius: 8px;
}
.test-variants label.draggable-item {
    align-items: baseline;

    background-color: #b9e5fb;
    cursor: pointer;
    border: 2px solid #00aeef;
    border-radius: 8px;

    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 16px;
}
.test-variants label.draggable-item p {
    margin-bottom: initial;
}
.test-variants label.draggable-item.drag-over {
    opacity: 0.5;
}
.type-41 .task-dnd-labels__sign {
    width: auto;
    height: auto;
    display: inline-block;
}
.type-41 [data-task-dnd-labels-direction="right"] {
    padding-right: 0;
}
.block-white h4 normal {
    font-weight: 400;
}

.type-42 .task-dnd-labels__sign {
    width: auto;
    height: auto;
    display: inline-block;

    background-color: #b9e5fb;
    border: 2px solid #00aeef;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}
.type-42 .task-dnd-labels__signs {
    margin-top: 16px;
}
.type-42 .table-test tr + tr {
    padding: 5px;
    box-sizing: content-box;
}
.type-42 .task-dnd-labels__signs .draggable {
    display: inline-block;
}
.type-42 .task-dnd-labels__sign.draggable-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.type-42 .task-dnd-labels__sign.draggable-item-has-image {
    padding: 0;
}
.type-41 .task-dnd-labels__sign {
    position: absolute;
}
.select2-container--default .select2-selection--single {
    height: 100%;
    min-height: var(--heightInput);
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: initial;
}
.help {
    font-size: 15px;
    color: #807373;
}
.test-header__items a.test-item-blue {
    color: #ffffff;
    background: var(--colorGreen) !important;
}
.show-calc {
    color: #ffffff;
    background: var(--colorGreen) !important;
    font-weight: 600;
    font-size: 1.125rem;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline transparent;
    margin-left: auto;
}
.type40.table-test td {
    text-align: center;
}
