<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #222222;
}

:focus {
    outline: 0;
}

.Valign\(t\) {
    vertical-align: top;
}

.Valign\(m\) {
    vertical-align: middle;
}

.hidden {
    display: none !important;
}

.invisible-false {
    opacity: 0;
}

.affix {
    position: fixed;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.w-lg-x2 {
    min-width: 220px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-12-i {
    margin-top: 12px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.line-height-1 {
    line-height: 1;
}

.font-12 {
    font-size: 12px;
}

.p-t-0 {
    padding-top: 0 !important;
}

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

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

.text-muted {
    color: #aaacb2;
}

.text-small {
    font-size: 0.75em;
}

.text-oneline {
    white-space: nowrap;
}

.text-attention {
    color: #dc3545;
}

.not-set {
    color: #dc3545;
    font-style: italic
}

.background-white {
    background-color: #ffffff;
}

.background-white .pagination__item--active .pagination__link {
    border: 1px solid #eee;
}

hr {
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid #dbdfe6;
}

.h2 .fa,
.h2 .glyphicon {
    display: none;
}

.h2 .border-bottom {
    border-bottom: 2px dashed;
}

ol.info-list, ul.info-list {
    margin: 0;
    padding: 0 0 0 20px;
}

.pagination__item--active .pagination__link {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    color: #f95566;
    font-weight: 700
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

h3 {
    margin-top: 0;
}

@media (min-width: 1440px) {
    .W\(49\.99\%\)--xxl {
        width: 49.99%;
    }

    .W\(57\.99\%\)--xxl {
        width: 57.99%;
    }

    .W\(66\.66\%\)--xxl {
        width: 66.66%;
    }

    .W\(74\.99\%\)--xxl {
        width: 74.99%;
    }
}

@media (max-width: 767.98px) and (min-width: 0) {
    .invisible-true-xs {
        opacity: 1;
    }
}

.definitions__item--array .definitions__content &gt; div {
    margin-right: 10px;
}

.definitions__item--array .definitions__content &gt; div:last-child {
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1360px) {
    .page__center {
        width: calc(100% - 60px - 315px);
    }
}

/** bof - pjax **/
@media (min-width: 992px) {
    .pjax-layout-container {
        display: flex;
        width: calc(100% - 60px);
    }

    .pjax-layout-container .page__center {
        width: calc(100% - 315px);
    }
}

@media (min-width: 1361px) {
    .pjax-layout-container {
        display: flex;
        width: calc(100% - 260px);
    }
}

/** eof - pjax **/


/** bof - datapicker **/
.bootstrap-datetimepicker-widget table td.day {
    padding: 5px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #777
}

.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open &gt; .dropdown-menu {
    display: block
}

.open &gt; a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right &gt; .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

/** eof - datapicker **/

/** bof - popovers **/
.tooltip {
    position: absolute;
    z-index: 1050;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 320px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover &gt; .arrow {
    border-width: 11px;
}

.popover &gt; .arrow,
.popover &gt; .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover &gt; .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top &gt; .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top &gt; .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.popover.right &gt; .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right &gt; .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #ffffff;
    border-left-width: 0;
}

.popover.bottom &gt; .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom &gt; .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left &gt; .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left &gt; .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #ffffff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover-form-content {
    width: 280px;
    position: relative;
}

.popover-form-content .close-btn {
    position: absolute;
    right: -8px;
    top: -8px;
}

.popover-form-content .form-group:last-child {
    margin-bottom: 0;
}

/** eof - popovers **/

/** bof - forms **/
.form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

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

.form-control[disabled] {
    cursor: not-allowed;
}

.form-group .radio,
.form-group .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group .radio label,
.form-group .checkbox label {
    min-height: 20px;
    padding-left: 8px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.form-group .checkbox .form-control {
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    min-width: calc(95% + 5px);
    min-height: 54px;
}

@media (max-width: 625px) {
    textarea.form-control {
        min-width: calc(93% + 7px);
    }
}

.has-errors .form-popup-panel-error,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.form-simple-group.has-success .control-label,
.form-simple-group.has-success label,
.has-success &gt; div &gt; .help-block,
.has-success &gt; div &gt; .help-block,
.has-success &gt; div &gt; .control-label,
.has-success &gt; div &gt; .input-group .control-label,
.has-success &gt; div &gt; .row .control-label,
.has-success &gt; div &gt; .radio,
.has-success &gt; div &gt; .checkbox,
.has-success &gt; div &gt; .radio-inline,
.has-success &gt; div &gt; .checkbox-inline,
.radio .has-success label,
.checkbox .has-success label,
.radio-inline .has-success label,
.checkbox-inline .has-success label {
    color: #222222;
}

.form-simple-group.has-success .form-control,
.form-simple-group.has-success .form-control:focus,
.has-success &gt; div &gt; .form-control,
.has-success &gt; div &gt; .form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-simple-group.has-success .input-group-addon,
.has-success &gt; div &gt; .input-group .input-group-addon {
    color: #555555;
    background-color: #eeeeee;
    border-color: #cccccc;
}

.help-block {
    display: block;
    margin-top: 5px;
    color: #737373;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-inline .form-group,
    .form-horizontal .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        vertical-align: middle;
    }

    .form-inline .control-label {
        margin-right: 15px;
    }

    .form-inline .form-control,
    .form-inline .select2-container {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group &gt; .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-vertical .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-vertical .form-group .control-label {
    display: block;
    margin-bottom: 4px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: auto;
    text-align: left;
    float: none;
    line-height: 1.1;
}

.form-vertical .form-group .control-label + div,
.form-vertical .form-group .checkbox-wrapper &gt; div {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.form-vertical .form-group .help-block {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn &gt; .btn {
    position: relative;
}

.input-group-btn &gt; .btn + .btn {
    margin-left: -1px;
}

.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
    z-index: 2;
}

.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 17px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
    top: 2px;
}

.checkbox label:not(.checkbox-required)::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 4px;
    width: 16px
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 0;
    outline: none !important
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
    outline: thin dotted
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome'
}

.checkbox input[type="checkbox"]:checked + label.checkbox-required::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 4px;
    width: 16px
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox.checkbox-single label {
    height: 17px
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65
}

.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: thin dotted
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio.radio-single label {
    height: 17px
}

/** -- buttons **/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    font-family: Rubik, sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    min-width: 100px;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-lg {
    padding: 12px 28px;
}

.btn-success {
    border: none;
    padding: 6px 16px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff6179), to(#d92044));
    background-image: linear-gradient(270deg, #ff6179, #d92044);
    color: #ffffff;
}

.btn-success:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(#d92044), to(#d92044));
    background-image: linear-gradient(270deg, #d92044, #d92044);
}

.btn-success[disabled] {
    background-image: -webkit-gradient(linear, right top, left top, from(#73727b), to(#94929c));
    background-image: linear-gradient(270deg, #73727b, #94929c);
}

.btn-success.btn-lg {
    padding: 14px 30px;
}

.btn-default {
    border: 2px solid #eeeeee;
    background-color: #eeeeee;
    color: #474389;
}

.btn-default:hover {
    border: 2px solid #d4d4d4;
    background-color: #d4d4d4;
    color: #474389;
}

.btn-white,
.btn-danger,
.btn-inverse {
    border-color: #474389;
    color: #474389;
}

.btn-white:hover {
    background-color: #eeeeee;
}

.btn-width-90 {
    width: 91%;
    margin-right: 4.5%;
    margin-left: 4.5%;
    /*    border-color: #d92044; */
    color: #d92044;
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(270deg, #ff6179, #d92044);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #eeeeee inset;
}

.btn-width-90:hover {
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    border-color: #d92044;
    border: solid 2px #d92044;
    color: #d92044;
}

.btn-small-text {
    font-size: 12px;
    padding: 6px 14px;
}

.btn-label {
    /*background: rgba(0, 0, 0, 0.15);*/
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -13px;
    margin-right: 12px;
}

.btn-new--theme--colored.W\(100\%\) .btn-new__inner {
    justify-content: center;
    text-align: center;
}

.nav-pills li a .btn-label {
    margin: 0 -15px 0 10px;
    padding: 0 15px;
    display: none;
}

.nav-pills li.active a .btn-label {
    display: inline-block;
}

.dynamic-forms-wrapper .nav-pills {
    display: block;
    margin-top: -3px;
}

.nav-pills.bordered, .form-group.dynamic-forms-wrapper .nav-pills {
    margin-bottom: 3px;
}

.nav-pills li a {
    line-height: 36px !important;
    padding: 0 15px !important;
}

/** -- captcha **/
.form-group .captcha-wrapper {
    position: relative;
    padding-right: 140px
}

.form-group .captcha-wrapper img {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 20px;
    cursor: pointer;
}

.form-group .captcha-wrapper .btn-refresh {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0px;
    display: block;
}

.form-group .captcha-wrapper .btn-refresh .glyphicon {
    display: block;
    font-size: 20px;
    line-height: 1
}

.form-group-hint p {
    line-height: 1.2;
    font-size: 13px;
    margin: 0;
}

/** - select2 **/
.has-error.select2-container--krajee .select2-dropdown,
.has-error .select2-container--krajee .select2-selection,
.has-error &gt; div &gt; .select2-container--krajee .select2-selection {
    border-color: #a94442;
}

.form-simple-group.has-success .select2-container--krajee .select2-selection,
.has-success.select2-container--krajee .select2-dropdown,
.has-success .select2-container--krajee .select2-selection,
.has-success &gt; div &gt; .select2-container--krajee .select2-selection {
    border-color: #cccccc;
}

.form-simple-group.has-success .select2-container--open .select2-selection,
.has-success .select2-container--open .select2-selection,
.has-error &gt; div &gt; .select2-container--open .select2-selection,
.has-success &gt; div &gt; .select2-container--open .select2-selection,
.has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection.dropdown-hidden {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #66afe9;
}

.select2-results__option {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.select2-container--krajee .select2-selection__clear {
    top: 1px;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 25px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
    max-width: 99%;
}

/** eof - forms **/

/** bof - select2 in header */
.h2 .select2-container--krajee {
    display: inline-block;
    width: auto !important;
}

.h2 .select2-container--krajee .select2-selection {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.h2 .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.h2 .select2-container--krajee .select2-selection--single {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    height: auto;
}

.h2 .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    border-bottom: 2px dashed #474389;
    margin-right: 25px;
    height: 27.5px
}

.h2 .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    height: 100%;
    top: 0;
    right: 0;
}

.h2 .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #474389 transparent transparent transparent;
    border-width: 7px 4px 0 4px;
    margin-left: -7px;
    margin-top: -4px;
}

.h2 .select2-container--krajee.select2-container--open .select2-selection__rendered {
    border-color: transparent;
}

.h2 .select2-container--krajee.select2-container--open .select2-selection--single:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: content-box;
    border: 1px solid #66afe9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -3px;
    padding-top: 3px;
}

.h2 .select2-search--dropdown {
    padding-left: 0;
    padding-right: 0;
}

.h2 .select2-container--krajee .select2-dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.h2 .select2-results__options {
    margin-left: -5px;
    margin-right: -5px;
}

.h2 .select2-container--krajee.select2-container--open.select2-dropdown--below .select2-selection--single:before {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.h2 .select2-container--krajee.select2-container--open.select2-dropdown--below .select2-selection--single:before {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.h2 .select2-container--open .select2-dropdown--below,
.h2 .select2-container--open .select2-dropdown--above {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: content-box;
}

.h2 .select2-container--krajee .select2-dropdown--above {
    margin-top: -1px;
}

/** eof - select2 in header */

/* bof - fine uploader */
.fileupload-input-wrapper {
    margin-top: -5px;
}

.fileupload-input-wrapper .btn-wrapper,
.fileupload-input-wrapper .item {
    margin: 5px 5px 0 0;
    display: block;
    float: left;
}

.fileupload-input-wrapper.disabled .btn-wrapper {
    display: none !important;
}

.fileupload-input-wrapper.disabled .init-value {
    padding-top: 11px;
}

.fileupload-input-wrapper .item {
    max-width: 350px;
    position: relative;
    font-weight: normal;
    padding-right: 45px;
}

.fileupload-input-wrapper .item .btn-label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.fileupload-input-wrapper .qq-upload-list {
    display: none !important;
}

/* eof - fine uploader */

/** bof - tabs **/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav &gt; li {
    position: relative;
    display: block;
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #eeeeee;
}

.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:active {
    text-decoration: none;
    background-color: #d4d4d4;
}

.nav &gt; li &gt; a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav &gt; li.disabled &gt; a {
    color: #777777;
}

.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
    color: #777777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav &gt; li &gt; a &gt; img {
    max-width: none;
}

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

.nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs &gt; li &gt; a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified &gt; li {
    float: none;
}

.nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified &gt; li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified &gt; li &gt; a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs.nav-justified &gt; .active &gt; a:hover,
    .nav-tabs.nav-justified &gt; .active &gt; a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills &gt; li {
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}

.nav-pills &gt; li:last-child {
    margin-right: 0;
}

.nav-pills &gt; li &gt; a {
    border-radius: 4px;
}

.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
    background-color: #d4d4d4;
    color: #474389;
}

.nav-justified {
    width: 100%;
}

.nav-justified &gt; li {
    float: none;
}

.nav-justified &gt; li &gt; a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified &gt; li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified &gt; li &gt; a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:hover,
    .nav-tabs-justified &gt; .active &gt; a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-pane {
    padding: 20px 0;
    background-color: #fff;
}

.tab-content &gt; .tab-pane {
    display: none;
}

.tab-content &gt; .active {
    display: block;
}

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

.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.form-nav-tabs .error-icon {
    display: none;
    color: #f05050;
    text-transform: lowercase;
    margin-right: 3px
}

.form-nav-tabs .has-error .error-icon {
    display: inline
}

.tabs__list .error-icon {
    display: none;
    color: #f05050;
    text-transform: lowercase;
    margin-right: 3px
}

.tabs__list .has-error .error-icon {
    display: inline
}

.form-nav-tabs.nav.nav-tabs + .tab-content {
    padding: 0
}

.form-tab-content &gt; .tab-visible {
    display: block
}

.dynamic-forms-wrapper .nav-pills li a {
    border: 1px solid #eee;
}

.tab-content.bordered &gt; .tab-pane,
.form-group.dynamic-forms-wrapper .tab-content &gt; .tab-pane {
    padding: 20px 15px 15px;
    border: 1px dashed #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.exclusionCriteria-dynamic-forms-wrapper .tab-pane,
.guaranteeCriteria-dynamic-forms-wrapper .tab-pane,
.lifeCycleCostMvpCostOfUseCriteria-dynamic-forms-wrapper .tab-pane,
.lifeCycleCostMvpEcologicalCostCriteria-dynamic-forms-wrapper .tab-pane,
.lifeCycleCostMvpEndOfLifeCostCriteria-dynamic-forms-wrapper .tab-pane,
.lifeCycleCostMvpMaintenanceCostCriteria-dynamic-forms-wrapper .tab-pane,
.contractGuaranteeCriteria-dynamic-forms-wrapper .tab-pane {
    padding: 20px 15px 0px 15px !important;
}

.form-group .classification-input-wrapper {
    margin-top: -5px;
}

.form-group .classification-input-wrapper .btn,
.form-group .classification-input-wrapper .item {
    margin: 5px 5px 0 0;
    display: block;
    float: left;
}

.form-group .classification-input-wrapper .item {
    max-width: 75%;
    position: relative;
    font-weight: normal;
    padding-right: 45px;
}

.form-group .classification-input-wrapper .item i {
    color: #474389 !important;
    font-style: normal !important;
}

.form-group .classification-input-wrapper .item .btn-label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.form-group .classification-input-wrapper.disabled .btn-add,
.form-group .classification-input-wrapper.disabled .item .js-remove {
    display: none !important;
}

.form-group .classification-input-wrapper.disabled .item {
    padding-right: 14px;
}

/** eof - tabs **/

/** bof - textmorelines **/
.textmorelines__text {
    -webkit-transition: height 300ms ease-in;
    -moz-transition: height 300ms ease-in;
    -ms-transition: height 300ms ease-in;
    -o-transition: height 300ms ease-in;
    transition: height 300ms ease-in;
}

.textmorelines__one_line {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
}

.textmorelines__text_opened {
    max-width: 100%;
    white-space: normal;
    overflow: auto;
}

@media (max-width: 767.98px) and (min-width: 0) {

    .textmorelines__link {
        display: none !important;
    }

    .textmorelines__text {
        max-width: 100% !important;
        white-space: normal !important;
        overflow: auto !important;
        height: auto !important;
    }
}

/** bof - itemtextmorelines **/
.itemtextmorelines__text {
    -webkit-transition: height 300ms ease-in;
    -moz-transition: height 300ms ease-in;
    -ms-transition: height 300ms ease-in;
    -o-transition: height 300ms ease-in;
    transition: height 300ms ease-in;
}

.itemtextmorelines__one_line {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
}

.itemtextmorelines__text_opened {
    max-width: 100%;
    white-space: normal;
    overflow: auto;
}

@media (max-width: 767.98px) and (min-width: 0) {

    .itemtextmorelines__link {
        display: none !important;
    }

    .itemtextmorelines__text {
        max-width: 100% !important;
        white-space: normal !important;
        overflow: auto !important;
        height: auto !important;
    }
}

/** eof - itemtextmorelines **/

/** bof - filters_more_lines **/
.more_filters {
    font-size: 16px;
    line-height: 1.25rem;
    padding: 0.3em 0.4em 0.2em 0.5em;
    margin-top: 0.5em;
    cursor: pointer;
    border-radius: 1em;
    border: 1px dashed #696c74;
}

/** eof - filters_more_lines **/

/** bof - hints **/
.hint .hint__hover-element.svg-icon {
    display: block;
}

.hint__popup_organization_info {
    width: 320px;
    z-index: 10;
}

.hint__popup_organization_info .definitions__item {
    margin: 0 0 10px;
}

.hint__popup_organization_info .definitions__item:last-child {
    margin: 0;
}

.hint__popup_organization_info .definitions__title {
    width: 96px;
    padding-right: 0;
}

.hint__popup_organization_info .definitions__title,
.hint__popup_organization_info .definitions__text {
    line-height: 1.2 !important;
}

@media (max-width: 991px) {
    .hint__hover-element:hover + .hint__popup_organization_info {
        display: block;
    }
}

.popup__text {
    font-size: .875em;
}

/** eof - hints **/

/** bof - badge **/
.badge--icon--circle--prepend {
    position: relative;
}

.badge--icon--circle--prepend .badge__inner {
    padding-left: 30px;
}

.badge--icon--circle--prepend .badge__inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.badge--icon--circle--prepend.badge--theme--stroke-success .badge__inner:before {
    background-color: #63be85;
}

.badge--icon--circle--prepend.badge--theme--stroke .badge__inner:before {
    background-color: #e93c5b;
}

.badge--icon--circle--prepend .badge__icon {
    position: absolute;
    width: 11px;
    height: 11px;
    left: 7px;
    top: 7px;
    margin: 0;
    color: #ffffff;
}

/** eof - badge **/

/** bof - sidebar **/
.menu__sub-list .menu__sub-list {
    margin-left: 18px;
}

.menu__sub-list .menu__sub-list li {
    position: relative;
}

.menu__sub-list .menu__sub-list li:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 6px;
    margin-top: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;
}

/** eof - sidebar **/

.lot.lot__no_hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.lot__company {
    word-break: break-all;
}

.status.status__no_description .status__title {
    margin-bottom: 0;
}

.status.status__no_description .status__inner {
    border: none;
    padding-bottom: 0;
}

.status.status__no_description .status__icon--2 {
    display: none;
}

.supplementary-text {
    display: block;
}

.doc__title {
    word-break: break-all;
}

.doc__versions .doc__table_title_wrapper {
    padding-left: 20px;
}

.doc__versions hr,
.doc__versions .doc__description__wrapper {
    margin-left: 20px;
}

.doc__versions .doc__table_title {
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .doc__versions {
        margin-left: 20px;
    }

    .doc__versions .doc__table_title_wrapper {
        padding-left: 0;
    }

    .doc__versions hr,
    .doc__versions .doc__description__wrapper {
        margin-left: 0;
    }

    .docs_table__item .col-date {
        padding-top: 5px;
    }
}

.doc__description__wrapper {
    margin-top: 10px;
}

.tabs__content__tender_contracts .doc__title {
    padding-right: 25px;
}

#DymamicSearch {
    padding: 1.75rem 2.125rem 1.75rem;
    margin-bottom: 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .02);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#DymamicSearch .dynamic-search-submit button .svg-icon {
    max-width: 16px;
    max-height: 16px;
}

#DymamicSearch .dynamic-search-query {
    padding: 0.3em 0.5em;
}

#DymamicSearch .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: -1px;
}

#DymamicSearch .dynamic-search .part.filter-close {
    margin-top: -11px;
    top: 50%;
}

#DymamicSearch .dynamic-search .item.dynamic.available {
    padding: 0.3em 0.4em 0.2em 0.5em;
}

#DymamicSearch .dynamic-search-query input,
#DymamicSearch .dynamic-search .item.dynamic.selected label,
#DymamicSearch .dynamic-search .item.dynamic input,
#DymamicSearch .dynamic-search .item.dynamic.available {
    font-size: 16px;
    line-height: 1.25rem;
}

#DymamicSearch .dynamic-search input,
#DymamicSearch .dynamic-search select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#DymamicSearch .dynamic-search input:focus,
#DymamicSearch .dynamic-search select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#DymamicSearch .dynamic-search-submit {
    width: 52px;
    position: relative;
}

#DymamicSearch .dynamic-search-submit button {
    border: 1px solid #ddd;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    min-width: 0;
    padding: 10px 16px;
}

.menu__link--active {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.tender-index-page .menu__link--active,
.user-tenders-page .menu__link--active,
.user-favorite-page .menu__link--active,
.user-viewed-page .menu__link--active {
    background-color: #f2f2f2;
    text-decoration: underline;
}

.hero__bottom {
    opacity: 0.5;
}

/** bof - popups **/
.modal {
    display: none;
    width: 90%;
    max-width: 900px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 35px 30px 30px;
}

.modal.modal-wide {
    max-width: 1050px;
}

.fancybox-content.modal {
    overflow: visible;
    opacity: 1;
}

.modal.modal-xs {
    max-width: 700px;
}

.modal .modal-header [data-dismiss="modal"] {
    display: none;
}

.modal .modal-title {
    display: none !important;
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0;
}

.modal-body .nav {
    margin-top: 0;
}

.modal-body .tree-wrapper .tree,
.modal-body .tree-wrapper .tree-error {
    min-height: 300px;
}

.modal-body .tree-wrapper .search-wrapper .tree,
.modal-body .tree-wrapper .search-wrapper .tree-error {
    display: none;
}

.modal .modal-dialog .modal-footer {
    position: relative;
    min-height: 49px;
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0 0;
    margin-top: 15px;
}

.modal .modal-dialog .modal-footer .selected-wrapper {
    padding-right: 215px;
    margin-top: -5px;
}

.modal .modal-dialog .modal-footer .selected-wrapper .item {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    position: relative;
    padding-right: 45px;
    font-weight: normal;
}

.modal .modal-dialog .modal-footer .selected-wrapper .item i {
    color: #474389 !important;
    font-style: normal !important;
}

.modal .modal-dialog .modal-footer .selected-wrapper .item .btn-label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal .modal-dialog .modal-footer .selected-wrapper + .buttons-wrapper {
    position: absolute;
    top: 5px;
    right: 0;
    margin-top: 10px;
}

/** -- fancybox **/
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    opacity: 0;
    transform: translateY(-60px) scale(0.5);
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.fancybox-slide.fancybox-slide--hide {
    opacity: 0;
    transform: translateY(-60px) scale(0.5);
}

.fancybox-content.modal {
    display: inline-block;
}

/** eof - popups **/

/* bof - bootstrap alert blocks */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert.Mb\(0\),
.form-group .alert:last-child {
    margin-bottom: 0;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert &gt; p,
.alert &gt; ul {
    margin-bottom: 0;
}

.alert &gt; p + p {
    margin-top: 5px;
}

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

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

/* eof - bootstrap alert blocks */

/** bof - alerts **/
.jconfirm.jconfirm-white .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.jconfirm.jconfirm-white .jconfirm-box-container {
    text-align: center;
}

.jconfirm .jconfirm-box div.closeIcon {
    /*display: block;*/
    top: 10px;
}

.jconfirm.jconfirm-white .jconfirm-box {
    padding: 45px 45px;
    display: inline-block;
    max-width: 600px;
    min-width: 420px;
}

@media (max-width: 767px) {
    .jconfirm.jconfirm-white .jconfirm-box {
        min-width: 300px;
    }
}

.jconfirm .jconfirm-box div.title-c,
.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: none !important;
}

.jconfirm .jconfirm-box div.content-pane {
    margin-bottom: 0;
}

.jconfirm .jconfirm-box div.content-pane .content,
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    text-align: center;
    position: static;
}

.jconfirm .jconfirm-box div.content-pane .content .icon__wrapper {
    margin-bottom: 20px;
}

.jconfirm .jconfirm-box div.content-pane .content .message,
.jconfirm .jconfirm-box div.content-pane .content .icon__wrapper,
.jconfirm .jconfirm-box .buttons,
.jconfirm .jconfirm-box .jconfirm-buttons {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}

.jconfirm .jconfirm-box.animated-content div.content-pane .content .icon__wrapper,
.jconfirm .jconfirm-box.animated-content div.content-pane .content .message,
.jconfirm .jconfirm-box.animated-content .buttons,
.jconfirm .jconfirm-box.animated-content .jconfirm-buttons {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}

.jconfirm .jconfirm-box.animated-content div.content-pane .content .icon__wrapper {
    transition-delay: .1s;
}

.jconfirm .jconfirm-box div.content-pane .content .message {
    transition-delay: .3s;
}

.jconfirm .jconfirm-box.animated-content .buttons,
.jconfirm .jconfirm-box.animated-content .jconfirm-buttons {
    transition-delay: .4s;
}

.jconfirm .jconfirm-box div.content-pane .content .icon__wrapper img {
    width: 160px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
    padding-bottom: 0;
    padding-top: 18px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button {
    padding: 8px 14px;
    text-transform: none;
    font-weight: inherit;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
    background-image: linear-gradient(270deg, #ff6179, #d92044);
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 14px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
    background-image: linear-gradient(270deg, #d92044, #d92044);
    color: #ffffff;
    border: none;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-inverse {
    border: 2px solid #2574ab;
    color: #2574ab;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-link {
    font-size: 12px;
    color: #474389;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-lg {
    min-width: 160px;
}

.jconfirm .icon_loading__wrapper {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*height: 160px;*/
}

.jconfirm.jconfirm-white .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*margin-top: 40px;*/
}

.jconfirm.jconfirm-white .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.jconfirm.jconfirm-white .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: jconfirm-lds-ellipsis1 0.6s infinite;
}

.jconfirm.jconfirm-white .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: jconfirm-lds-ellipsis2 0.6s infinite;
}

.jconfirm.jconfirm-white .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: jconfirm-lds-ellipsis2 0.6s infinite;
}

.jconfirm.jconfirm-white .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: jconfirm-lds-ellipsis3 0.6s infinite;
}

@keyframes jconfirm-lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes jconfirm-lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes jconfirm-lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/** eof - alerts **/

/** bof - authorization-modal **/
#authorization-modal {
    padding: 0 0 25px;
}

#authorization-modal .tabs__list {
    padding-top: 20px;
}

#authorization-modal .tabs__content {
    padding-left: 40px;
    padding-right: 40px;
}

#signup-form {
    margin-top: 2em;
}

/** eof - authorization-modal **/

/** bof - classification modal **/
#classification-modal,
#additional-classification-modal {
    max-width: 800px;
}

/** eof - classification modal **/

.collapse__btn {
    display: block;
    padding: 9px 7px;
    color: inherit;
}

.collapses__item--active {
    background-color: #ffffff;
    border-top-right-radius: 1.0625rem;
    -webkit-border-top-right-radius: 1.0625rem;
    border-bottom-right-radius: 1.0625rem;
    -webkit-border-bottom-right-radius: 1.0625rem;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: -24px;
    padding-left: 24px;
}

.collapses__item--active .collapse__toggle {
    display: none;
}

.collapse__btn .collapse__btn-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
}

.callout {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.callout__title {
    margin: 15px 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.callout--theme--primary {
    border-left-color: #2574ab;
}

.callout--theme--danger {
    border-left-color: #2574ab;
}

.info-wrapper .key {
    color: rgba(61, 61, 62, .5);
    width: 208px;
    padding-right: 15px;
    flex-shrink: 0;
    line-height: 1.1rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

.info-wrapper .value {
    padding-left: 15px;
    line-height: 1.1rem;
    padding-top: 4px;
    padding-bottom: 4px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.info-wrapper p,
.info-wrapper ul {
    margin: 0 0 5px;
}

.info-wrapper p:last-child,
.info-wrapper ul:last-child {
    margin-bottom: 0;
}

.info-wrapper ul.value {
    padding: 0 0 0 20px;
}

.info-wrapper ul.value li {
    margin-top: 3px;
    line-height: 1.1;
}

.info-wrapper ul.value li .block {
    margin-top: 3px;
}

.info-wrapper ul.value li .block:first-child {
    margin-top: 0;
}

.info-wrapper ul.value li label {
    margin: 0;
}

.info-wrapper ul.value li a {
    line-height: 1.1;
}

.info-wrapper .status {
    padding-left: 0;
}

@media (min-width: 768px) {
    .info-wrapper &gt; div {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .info-wrapper .key {
        width: 256px;
    }
}

@media (max-width: 767px) {
    .info-wrapper .value {
        display: block;
        padding-left: 0;
    }
}

.info-wrapper .row--height-without-padding .key {
    line-height: 1.625rem;
    padding-top: 0;
    padding-bottom: 0;
}

.info-wrapper .row--height-without-padding .value {
    line-height: 1.625rem;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

.info-wrapper .row--value-list .value .item {
    margin-right: 10px;
}

.info-wrapper .row--value-list .value .item:last-child {
    margin-right: 0;
}

.edr-info-wrapper ul.value li {
    margin-top: 0;
    line-height: 1.2rem;
}

.edr-info-wrapper .key {
    width: 285px;
    padding-right: 5px;
}

.edr-info-wrapper .value {
    padding-left: 5px;
    line-height: 1.2rem;
}

.edr-info-wrapper ul.value {
    padding-left: 5px;
    line-height: 1.1rem;
    list-style: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

/** bof - panels */
.form-group-popup-panel .panel-heading,
.form-popup-panel .panel-heading {
    background-color: transparent;
    margin-top: 20px;
    padding: 0 0 10px;
}

.form-group-popup-panel .panel-heading:before,
.form-popup-panel .panel-heading:before {
    content: " ";
    display: table;
}

.form-group-popup-panel .panel-heading:after,
.form-popup-panel .panel-heading:after {
    content: " ";
    display: table;
    clear: both;
}

.form-group-popup-panel .panel-heading .panel-title,
.form-popup-panel .panel-heading .panel-title {
    margin: 0;
    float: left;
    font-size: 22px;
    color: #474389;
}

.form-group-popup-panel .panel-heading + .panel-collapse .panel-heading .panel-title,
.form-popup-panel .panel-heading + .panel-collapse .panel-heading .panel-title {
    font-size: 18px;
}

.form-group-popup-panel .panel-heading .panel-title a,
.form-popup-panel .panel-heading .panel-title a {
    color: #474389;
}

.form-group-popup-panel .panel-heading .actions-wrapper,
.form-popup-panel .panel-heading .actions-wrapper {
    float: right;
}

.form-group-popup-panel .panel-heading .btn,
.form-popup-panel .panel-heading .btn {
    margin: -6px 0 -6px 24px;
    color: #474389;
    padding: 0;
    border: none;
    background: transparent;
    border-bottom: 1px dashed #474389;
    min-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.form-group-popup-panel .panel-heading .btn .glyphicon,
.form-popup-panel .panel-heading .btn .glyphicon {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -8px;
    margin-right: 5px;
}

.form-group-popup-panel .panel-body,
.form-popup-panel .panel-body {
    padding: 16px;
}

.form-group-popup-panel .empty-text,
.form-popup-panel .empty-text {
    margin: 0;
}

.form-group-popup-panel &gt; .panel-heading .error-icon,
.form-popup-panel &gt; .panel-heading .error-icon {
    display: none;
    margin-right: 3px;
    color: #f95566;
}

.form-group-popup-panel.has-errors &gt; .panel-heading .error-icon,
.form-popup-panel.has-errors &gt; .panel-heading .error-icon {
    display: inline-block;
}

.form-group-popup-panel .panel-body &gt; .form-group {
    margin: 0;
}

.form-group-popup-panel .panel-body &gt; .form-group .help-block {
    display: none;
    margin: 15px 0 0;
    padding: 0;
}

.form-group-popup-panel .panel-body &gt; .form-group.has-error .help-block {
    display: block;
}

.form-popup-panel .form-popup-panel-error {
    margin: 15px 0 0;
    padding: 0;
}

.form-popup-panel .panel-body .table-wrapper {
    margin: -16px;
}

.form-popup-panel .panel-body .table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.form-popup-panel .panel-body .table-wrapper table th,
.form-popup-panel .panel-body .table-wrapper table td {
    padding: 12px 16px;
    text-align: left;
}

.form-popup-panel .panel-body .table-wrapper table tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.form-popup-panel .panel-body .table-wrapper table tr td {
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.form-popup-panel .panel-body .table-wrapper table tr:first-child td {
    border-top: none;
}

.form-popup-panel .panel-body .table-wrapper table ul {
    margin: 0;
    padding-left: 16px;
}

.form-popup-panel .actions-wrapper .btn-add-form-popup-panel {
    margin-top: 10px;
}

.form-hidden-popup-panel.form-hidden .form-popup-panel .panel-heading,
.form-hidden-popup-panel.form-hidden .form-popup-panel .form-content {
    display: none;
}

.form-hidden-popup-panel.form-hidden .form-popup-panel .panel-collapse {
    border: none !important;
}

.form-hidden-popup-panel.form-hidden .form-popup-panel .panel-body {
    padding: 0;
}

/** eof - panels */

/** bof - document forms */
.form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li:not(.select2-results__option) {
    display: none;
}

.form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.btn-add {
    display: block;
    margin-left: 0;
}

.form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    width: 60%;
}

.form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper .select2-container {
    width: 100% !important;
}

.form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper .form-control {
    height: 36px !important;
}

.form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper .document-type-preselector-tooltipster {
    opacity: unset !important;
    border: none !important;
    background-color: unset !important;
}

@media (max-width: 1024px) {
    .form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper {
        max-width: 50%;
    }
}

@media (max-width: 587px) {
    .form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper {
        display: block;
        position: unset;
        right: unset;
        max-width: 100%;
    }

    .form-documents-group.dynamic-forms-wrapper &gt; div &gt; .nav li.doctype-dropdown-wrapper .document-type-preselector-tooltipster {
        display: none;
    }
}

.form-documents-group.dynamic-forms-wrapper.disabled &gt; div &gt; .nav li.btn-add,
.form-documents-group.dynamic-forms-wrapper .dynamic-forms-list .item-wrapper.disabled .js-actions-wrapper &gt; * {
    display: none;
}

.form-documents-group.dynamic-forms-wrapper .dynamic-forms-list .item-wrapper {
    display: block;
    padding: 0 5px 2px;
    margin-bottom: 5px;
    border: dashed 1px #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.form-documents-group.dynamic-forms-wrapper .dynamic-forms-list .item-wrapper:first-child {
    margin-top: 2px;
}

.form-documents-group.dynamic-forms-wrapper .dynamic-forms-list .item-wrapper td.action-wrapper {
    position: absolute;
    top: 2px;
    right: 12px;
    transition: all 450ms;
}

.form-documents-group.dynamic-forms-wrapper .dynamic-forms-list .item-wrapper td.action-wrapper:hover {
    font-size: 1.12em;
}

.form-documents-group.dynamic-forms-wrapper .documents-table-wrapper {
    overflow-x: auto;
}

.form-documents-group.dynamic-forms-wrapper .table {
    /*border: 1px dashed #dedede;*/
}

.form-documents-group.dynamic-forms-wrapper .table td.document-type .form-group {
    margin: 0;
}

.form-documents-group.dynamic-forms-wrapper .table td {
    display: inline-block !important;
    border-top: unset !important;
}

.form-documents-group.dynamic-forms-wrapper .table td.w_200 {
    width: 200px;
}

.form-documents-group.dynamic-forms-wrapper .table td.doctype-select {
    display: block !important;
}

.form-documents-group.dynamic-forms-wrapper .select2-container--krajee .select2-selection--single {
    height: 38px;
    padding: 9px 24px 6px 12px;
}

.form-documents-group.dynamic-forms-wrapper .documents-table-wrapper .select2-container--krajee .select2-selection--single {
    height: 34px;
    padding: 8px 24px 5px 12px;
}

.form-documents-group.dynamic-forms-wrapper .documents-table-wrapper .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.form-documents-group.dynamic-forms-wrapper .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.form-documents-group.dynamic-forms-wrapper .select2-container--open .select2-dropdown {
    left: -1px;
}

.form-documents-group.dynamic-forms-wrapper .document-type-description {
    font-size: 14px;
    color: rgba(61, 61, 62, 0.6);
}

/** eof - document forms */
/** bof - popup forms **/
.modal #tender-question-answer-form .field-questionanswerform-pk {
    display: none;
}

/** eof - popup forms **/

table.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table.table th,
table.table td {
    padding: 12px 16px;
    text-align: left;
}

table.table th.tdslim,
table.table td.tdslim {
    padding: 5px 5px;
    text-align: left;
}

table.table tr td {
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table.table tr:first-child td {
    border-top: none;
}


/** bof - lot__list-view **/
.lot__list-view .lot__inner {
    padding: 24px 34px;
}

.lot__list-view .lot__content {
    margin-bottom: 0;
    margin-top: 0;
}

.lot__list-view .lot__block {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .lot__list-view .lot__block {
        width: 100% !important;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .lot__inner {
        min-height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .lot__block--2, .lot__block--3, .lot__block--4, .lot__block--5 {
        width: 25%;
    }
}

/** eof - lot__list-view **/

/** bof - notifications **/
#notification-list .lot {
    position: relative;
}

#notification-list .lot.unread:after {
    content: '';
    display: block;
    width: .625rem;
    height: .625rem;
    border-radius: 5px;
    background-color: #63be85;
    position: absolute;
    top: 28px;
    left: 14px;
}

#notification-list .lot__inner {
    cursor: pointer;
}

#notification-list .lot__block--1 {
    width: 75%;
}

#notification-list .lot__block--2 {
    width: 25%;
}

/** eof - notifications **/

/** bof - tender subscriptions */
#tender-subscription-list .lot__block--1 {
    width: 65%;
}

#tender-subscription-list .lot__block--2 {
    width: 25%;
}

#tender-subscription-list .lot__block--3 {
    width: 10%;
}

/** eof - tender subscriptions */

/** bof - employees */
#employee-list .lot__block--1 {
    width: 65%;
}

#employee-list .lot__block--2 {
    width: 25%;
}

#employee-list .lot__block--3 {
    width: 10%;
}

/** eof - employees */

/** bof - payments */
@media (max-width: 991px) {
    #payment-list .lot__block--2 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #payment-list .lot__block--2 {
        margin-top: 10px;
    }

    #payment-list .lot__block--3,
    #payment-list .lot__block--4,
    #payment-list .lot__block--5 {
        margin-top: 0;
    }
}

/** eof - payments */

/** bof - acts */
#act-list .lot__block {
    width: 25%;
}

#act-list .lot__block--1 {
    width: 50%;
}

#act-list .lot__block--1 a {
    margin-left: 20px;
}

@media (max-width: 991.98px) and (min-width: 0) {
    .lot__block--3 {
        display: block;
    }
}

/** eof - acts */

/** bof - bids */
#bid-list .lot__block--1 {
    width: 45%;
}

#bid-list .lot__block--2 {
    width: 35%;
}

#bid-list .lot__block--3 {
    width: 20%;
}

@media (max-width: 1199px) and (min-width: 0) {
    #bid-list .lot__content {
        display: block;
    }

    #bid-list .lot__block {
        width: 100%;
        text-align: left;
    }
}

/** eof - bids */

/** bof - questions */
#question-list .lot__block--1 {
    width: 40%;
}

#question-list .lot__block--2 {
    width: 60%;
}

/** eof - questions */

/** bof - complaints */
#complaint-list .lot__block--1 {
    width: 40%;
}

#complaint-list .lot__block--2 {
    width: 60%;
}

#complaint-list .lot__block--3 {
    width: 12%;
}

#complaint-list .lot__block--4 {
    width: 18%;
}

@media (max-width: 1199px) and (min-width: 0) {
    #complaint-list .lot__content {
        display: block;
    }

    #complaint-list .lot__block {
        width: 100%;
        text-align: left;
    }

    #complaint-list .lot__block--4 {
        margin-top: 1.5rem;
    }
}

#complaint-list .lot__block--4 .actions-wrapper {
    margin-top: 0 !important;
}

#complaint-list .lot__block--4 .actions-wrapper .btn {
    margin-top: 5px;
}

#complaint-list .lot__block--4 .actions-wrapper .btn:first-child {
    margin-top: 0;
}

#complaint-list .mb-20 {
    margin-bottom: 20px;
}

.modal .field-agreementcontractform-pk,
.modal .field-agreementform-pk,
.modal .field-agreementactivateform-pk,
.modal .field-complaintanswerform-pk,
.modal .field-complaintupdatedocumentsform-complaint,
.modal .field-complaintconfirmresolveform-complaint,
.modal .field-complaintresolveform-complaint,
.modal .field-complaintcancelform-complaint,
.modal .field-contractform-contract,
.modal .field-contractactivateform-contract {
    display: none;
}

.modal #tender-qualification-form .field-qualificationform-award,
.modal #tender-qualification-form .field-qualificationreportingcovidform-award,
.modal #tender-prequalification-form .field-prequalificationform-qualification,
.modal #monitoring-form .field-monitoringpostform-pk,
.modal #monitoring-form .field-monitoringpostsignform-pk,
.modal #monitoring-form .field-monitoringrequestclarificationform-pk,
.modal #monitoring-form .field-monitoringeliminationreportform-pk,
.modal #monitoring-form .field-monitoringeliminationreportsignform-pk,
.modal #monitoring-form .field-monitoringappealform-pk,
.modal #monitoring-form .field-monitoringappealsignform-pk,
.modal #monitoring-form .field-monitoringpostanswerform-pk {
    display: none;
}

/** eof - complaints */

#plan-form .panel .panel-collapse,
#tender-form .panel .panel-collapse {
    border: 1px #cccccc dashed;
}

#tender-form .field-tenderbelowthresholdform-is_multilot .checkbox {
    padding: 0 0 0 30px;
    min-height: 0;
}

#tender-form .field-tenderbelowthresholdform-is_multilot .checkbox .form-control {
    height: auto;
}

#plan-form .info-wrapper .key,
#tender-form .info-wrapper .key {
    width: 290px;
    padding-right: 0;
    line-height: 1.1;
    padding-top: 4px;
    padding-bottom: 4px;
}

.qualification-result-badge .badge__inner {
    min-height: 1.5625rem;;
    height: auto;
}

.qualification-result-badge .badge__text {
    text-align: center;
}

.qualification-result-final-proposal_vs_lcc__wrapper {
    position: absolute;
    font-size: 0.685em;
}

.qualification-result-final-proposal_vs_lcc__text {
    display: inline !important;
    word-break: break-all;
}

.aside__inner .status-memo {
    margin-top: 10px;
}

.aside__inner .status-memo p {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
}

/** unify margin in the bottom of first div  */
.aside__inner &gt; div:first-of-type {
    text-align: center;
    margin-bottom: 1.5rem;
}

.text-danger {
    color: #f95566;
}

.menu__link--size--big .fa {
    font-size: 20px;
}

#agreement-view-popup {
    padding: 0 0 25px;
}

#agreement-view-popup .tabs__list {
    padding-top: 20px;
    padding-right: 30px;
}

#agreement-view-popup .supplier .svg-icon {
    display: none;
}

.icons__list .icon .fa {
    font-size: 14px;
}

.badge--padding--fa-icon .badge__inner {
    padding-left: 0;
    padding-right: 0;
    width: 1.5625rem;
    text-align: center;
}

.badge--padding--fa-icon .badge__inner .badge__text {
    width: 100%;
}

#notifications-modal .notification-list-wrapper .item {
    position: relative;
    padding: 10px 5px 10px 50px;
    border-bottom: 1px solid #e5e5e5;
}

#notifications-modal .notification-list-wrapper .item:hover {
    background-color: rgba(244, 248, 251, 1);
}

#notifications-modal .notification-list-wrapper .item:last-child {
    border: none;
}

#notifications-modal .notification-list-wrapper .item .icon-wrapper {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #797979;
}

#notifications-modal .notification-list-wrapper .item .title {
    margin: 0 0 5px;
    font-weight: 600;
}

#notifications-modal .notification-list-wrapper .item .description {
    margin: 0;
    color: #797979;
}

.progress__text {
    display: block;
    font-size: .75rem;
    white-space: normal;
    margin-top: .25rem;
    line-height: 1;
    max-width: 180px;
}

.progress__item--active {
    padding-right: 1rem;
}

.monitoring__item details {
    margin-top: 12px;
}

.doc__details_link {
    position: absolute;
    transition: .5s;
    top: 12px;
    right: 12px;
    color: rgba(0, 0, 0, .75);
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block;
    z-index: 9;
}

.cancellation-without-pseudo-table .pseudo-table {
    border: none !important;
}

.qualification-result-history .pseudo-table:last-child {
    border-bottom: none;
    margin-bottom: -15px;
}

.padding-vertical-small {
    padding-bottom: 0.64em !important;
    padding-top: 0.64em !important;
}

.link_pager__first.disabled, .link_pager__last.disabled,
.link_pager__prev.disabled, .link_pager__next.disabled {
    display: none;
}

.price.price-no-defined .price__value {
    text-transform: uppercase;
}

.price.price-no-defined.price--size--small .price__value {
    font-size: 0.925rem;
}

.price.price-no-defined.price--size--big .price__value {
    font-size: .875rem;
}

table.rates {
    border-collapse: collapse;
    width: 100%;
}

table.rates th, table.rates td {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

table.rates th {
    background-color: #171a38;
    color: #FFF;
    font-weight: lighter;
}

@media (max-width: 450px) {
    table.rates th, table.rates td {
        font-size: 13px;
    }
}

.document_form__long_content {
    max-width: 250px;
    word-wrap: break-word;
    font-size: 0.9em;
}

.document_form__mw_200 {
    min-width: 200px;
    max-width: 240px;
}

.pseudo-table__row:not(.pseudo-table__head) {
    align-items: unset !important;
}

.pseudo-table__row:not(.pseudo-table__head) {
    padding-bottom: 1.5rem;
}

.dynamic-search .export-link {
    display: inline-block;
    float: right;
    margin-top: 10px;
    border-bottom: 1px solid;
}

@media (max-width: 768px) {
    .dynamic-search .export-link {
        float: none;
    }
}

.lot.lot__error_red .lots-table--row,
.lot.lot__error_red .lots-table--row .lots-table--cell {
    background-color: #ffebeb;
}

.lot.lot__error_yellow .lots-table--row,
.lot.lot__error_yellow .lots-table--row .lots-table--cell {
    background-color: #fff6d6;
}

.lot.lot__error_green .lots-table--row,
.lot.lot__error_green .lots-table--row .lots-table--cell {
    background-color: #eaffec;
}

.tabs__tab-circle.bg-default {
    background-color: #b3b3b3;
}

.tabs__tab-circle.bg-warning {
    background-color: #f7c80e;
}

.openprocurement_page_url {
    color: inherit;
}

.lot__title {
    word-break: break-word;
    overflow-wrap: break-word;
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(270deg, #599cff, #007bff);
    border: none;
    padding: 6px 16px;
}

.btn-secondary {
    color: #fff;
    background-image: linear-gradient(270deg, #b4b4bc, #6c757d);
    border: none;
    padding: 6px 16px;
}

.form-group .select2-container {
    display: block;
    max-width: 100%;
}

.form-group.procurement_method_type_wrapper .select2-container {
    display: inline-block;
}

.document-count-label {
    padding: 10px 0;
    margin: 0;
    font-size: 0.9em;
    color: #555555;
}

.bid-requirement-responses-wrapper .document-count-label {
    display: none !important;
}

.bid-evidence-document-form .select2-selection.select2-selection--single {
    display: grid !important;
}

@media (max-width: 1700px) and (min-width: 1440px) {
    .pseudo-table .badge.badge--theme--primary {
        min-width: 150px;
    }
}

.jconfirm-box-container .bid-sync-progress,
.jconfirm-box-container .tender-sync-progress {
    text-align: left;
}

.large-badge__inner {
    background-color: #d4d4d5;
    font-size: .8625rem;
    height: 1.515rem;
    display: inline-flex;
    align-items: center;
    padding-right: .9375rem;
    padding-left: .9375rem;
    border-radius: .78125rem;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    padding-top: 2px;
}

.large-badge__red {
    color: #fff;
    background-image: linear-gradient(90deg, #ff6179, #f9655c);
}

.collapse__btn_fix {
    padding: 6px 7px;
}

.form-field__hint-color-immutable {
    color: rgba(44, 41, 49, .5) !important;
}

.form-field__hint-font-size-increased {
    font-size: 1.0em;
}

.actions-wrapper-multibutton .btn {
    margin-bottom: 5px;
}

@media (max-width: 400px) {
    .btn-long-content {
        font-size: 13px;
    }

    .actions-wrapper-multibutton {
        margin-right: 20px;
    }
}

.complaint-info-wrapper &gt; div &gt; span &gt; span {
    display: inherit;
}

@media (min-width: 768px) {
    .complaint-info-wrapper &gt; div {
        display: flex;
        align-items: center;
    }
}

.complaint-info-wrapper .value {
    overflow-x: hidden;
    max-width: 90%;
}

#tender-form .required label::after {
    content: "*";
    color: red;
}

.js-requirement-wrapper .highlighted::after {
    content: "*";
    color: red;
}

.js-requirement-wrapper .required label::after {
    content: "*";
    color: red;
}

.material-switch-wrapper {
    margin: 0;
}

.js-document-number {
    /*font-size: 0.9em;*/
}

.document_form__long_content.w_full_width {
    max-width: 100%;
}

.document_form__long_content.w_full_width strong {
    font-weight: 300;
}

#tender-bid-form .help-block {
    margin-top: 0;
}

#tender-bid-form .has-error .help-block {
    margin-top: 5px;
}

#tender-bid-form .checkbox-wrapper .checkbox {
    padding-top: 0;
}

#tender-bid-form .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

#tender-bid-form .documents-table-wrapper .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

#tender-bid-form .table td .js-form-result-string {
    padding-top: 5px;
}

#tender-bid-form .table td.w_200 {
    padding-top: 7px;
}

#tender-bid-form .documents-table-wrapper tr:first-child {
    margin-top: 12px;
}

#tender-bid-form .documents-dynamic-forms-wrapper .control-label {
    padding-top: 0;
}

@media (max-width: 768px) {
    #tender-bid-form .form-documents-group.form-group.documents-dynamic-forms-wrapper .control-label {
        display: block;
        padding-bottom: 13px;
    }

    #tender-bid-form .form-documents-group.form-group.documents-dynamic-forms-wrapper .control-label .document-count-label {
        padding-top: 0;
        margin-top: 8px;
        padding-left: 10px;
    }

    #tender-bid-form .form-documents-group .tooltip.document-type-preselector-tooltipster {
        right: 2px;
    }

    #tender-bid-form .tab-content .form-documents-group .tooltip.document-type-preselector-tooltipster {
        left: 4px;
    }
}

@media (max-width: 430px) {
    #tender-bid-form .form-documents-group.dynamic-forms-wrapper .table td:first-child {
        margin-top: 20px;
    }

    #tender-bid-form .form-documents-group.dynamic-forms-wrapper .btn-add {
        margin-bottom: 15px;
    }

    #tender-bid-form .form-documents-group.dynamic-forms-wrapper .table td a.js-reupload {
        margin-right: 5px;
    }

    #tender-bid-form .form-documents-group.dynamic-forms-wrapper .table td a.js-update {
        margin-right: 5px;
    }

    #tender-bid-form .form-documents-group.form-group.documents-dynamic-forms-wrapper .control-label .document-count-label {
        padding-left: 0px;
    }
}

.tender-search-summary {
    padding-top: 12px;
}

.tender-search-summary-text {
    border-top: 1px solid #ddd;
    color: rgba(50, 50, 50, .8) !important;
    font-size: 16px;
    line-height: 1.25rem;
    padding-top: 10px;
    margin-bottom: 0;
}

.tender_views {
    padding-left: 0;
    margin-left: 0;
}

.tender_views_list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
}

.tender_views_list__item_eye {
    background-color: #f2f2f2;
    height: 1.5625rem;
    display: inline-flex;
    align-items: center;
    padding-right: .9375rem;
    padding-left: .9375rem;
    border-radius: .78125rem;
    overflow: hidden;
}

.tender_views_list__item_eye i {
    color: #73727b;
    margin-right: 5px;
    font-size: 14px;
}

.tender_views_list__item_eye span {
    list-style: none;
    font-size: .8125rem;
    color: #73727b;
    line-height: 1;
}

.countdown {
    color: #d92044;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 8px;
    padding: 0 45px;
}

.Min-w\(55px\) {
    min-width: 55px;
}

.Fs\(13px\) {
    font-size: 13px;
}

.Fs\(15px\) {
    font-size: 15px;
}

.Fw\(500\) {
    font-weight: 500;
}

.Mb\(1\.2rem\) {
    margin-bottom: 1.2rem;
}

.Mt\(4px\) {
    margin-top: 4px;
}

.Pl\(15px\) {
    padding-left: 15px;
}

.supplementary-text-color {
    color: rgba(50, 50, 50, .5);
}

.countdown_seconds {
    text-align: start;
    padding-left: 17px;
}

@media (max-width: 991px) {
    .Ta\(st\)--md {
        text-align: start;
    }

    .countdown {
        justify-content: start;
        text-align: start;
        padding-left: 15px;
    }

    .Mb\(1rem\)--md {
        margin-bottom: 1rem;
    }

    .Mt\(1\.2rem\)--md {
        margin-top: 1.2rem;
    }

    .Pl\(15px\)--md {
        padding-left: 15px;
    }

    .Fs\(16px\)--md {
        font-size: 16px;
    }

    .countdown_seconds {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .Pl\(10px\) {
        padding-right: 10px;
        padding-left: 0;
    }

    .M-x\(6px\) {
        margin-right: 6px;
        margin-left: 0;
    }

    .Pl\(15px\)--md {
        padding-left: 0;
    }

    .M-l--xs {
        margin-left: -15px;
    }

    .P-r--xs {
        padding-right: 27px;
        margin-right: 15px;
    }

    .countdown {
        padding-left: 0;
    }
}

.time-clock {
    margin: 0 !important;
    font-size: 0.9375rem;
    font-family: Rubik, sans-serif;
    width: 176px;
    max-width: 180px;
}

#bid-list .lots__item .lot__inner__after__badges {
    display: flex;
    order: -2;
    margin-bottom: 15px;
}

#bid-list .lots__item .bid__lot_block__lot_info {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    #bid-list .lots__item .bid__lot_block__lot_info:first-child {
        margin-top: 0;
    }
}

.btn-collapse {
    margin: -6px 0 -6px 24px;
    color: #474389;
    padding: 0;
    border: none;
    background: transparent;
    border-bottom: 1px dashed #474389;
    min-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.badge-theme-for-zip {
    border: .125rem solid #e93c5b;
    vertical-align: middle;
    padding-top: 3px;
    margin-left: 10px;
}

@media (max-width: 500px) {
    .badge-theme-for-zip {
        margin-left: 0;
        margin-right: 115px;
        margin-top: 10px;
    }
}

.docs__more {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.docs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.docs-header h2 {
    margin-bottom: 0;
    max-width: 50%;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .docs-header h2 {
        font-size: 1.2rem;
        max-width: 35%;
    }
}

.docs-header--btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 560px) and (max-width: 992px) {
    .docs-header--btn-group {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        padding-left: 20px;
    }
}

@media (min-width: 748px) {
    .docs-header--btn-group {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        padding-left: 20px;
    }
}

@media (min-width: 1140px) {
    .docs-header--btn-group {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        padding-left: 20px;
    }
}

.docs-collapse {
    border-bottom: 1px dashed #474389;
    min-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    overflow: visible;
    outline: none;
    background-color: transparent;
    padding: 0;
    font-size: 0.9375rem;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #474389;
    border-radius: 0;
    margin-right: 20px;
}

.docs {
    max-width: 100%;
}

@media (max-width: 992px) {
    .docs {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.rose-border {
    height: 1.5625rem;
    display: inline-flex;
    align-items: center;
    padding-right: .9375rem;
    padding-left: .9375rem;
    border-radius: .78125rem;
    overflow: hidden;
    border: 0.125rem solid #e93c5b;
    color: #e93c5b;
    font-weight: 700;
    font-size: .8125rem;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.rose-border:hover {
    background-color: #e93c5b;
    color: white;
}

.criterion-info-wrapper span {
    display: inline-block !important;
}

.criterion-info-wrapper .value {
    max-width: 60%;
}

@media (min-width: 992px) {
    .wrap-lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .docs {
        position: relative;
        overflow: hidden;
    }

    .docs__list {
        max-width: 100%;
        overflow: auto;
        position: static;
    }

    .docs .docs__more-wrap {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.download-bid-documents {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
    color: rgba(61, 61, 62, .5);
    text-decoration: underline;
}

.Fs\(22px\) {
    font-size: 22px;
}

.material-switch-wrapper {
    margin: 0;
}

.material-switch-checkbox {
    opacity: 0;
    position: absolute;
}

.material-switch-label {
    position: relative;
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 2em;
    padding: 0.5em 1em 0.5em 5em;
    box-shadow: 0 1px 2px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .1) inset;
    cursor: pointer;
    text-shadow: 0 2px 2px #fff;
}

.material-switch-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.7em;
    width: 3em;
    height: 1.2em;
    border-radius: 0.6em;
    background: #eee;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .2) inset;
}

.material-switch-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    border: 0.25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}

.material-switch-label, .material-switch-label::before, .material-switch-label::after {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.material-switch-label:hover, .material-switch-checkbox:focus + .material-switch-label {
    color: black;
}

.material-switch-label:hover::after, .material-switch-checkbox:focus + .material-switch-label::after {
    background-color: #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.material-switch-checkbox:checked {
    counter-increment: total;
}

.material-switch-checkbox:checked + .material-switch-label::before {
    background: #ff6179;
}

.material-switch-checkbox:checked + .material-switch-label::after {
    transform: translateX(2em) translateY(-50%);
}

.material-switch-wrapper.flex-center {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.user_telegram_notification_name {
    text-align: left;
    padding-top: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.flex-wrap-switch-group {
    display: flex;
    align-items: center;
}

.flex-wrap-switch-group p {
    color: rgba(50, 50, 50, .5);
    text-align: left;
    margin-bottom: 0;
}

.custom-pr-15 {
    padding-right: 15px;
}

.switch-label-text {
    line-height: 2;
    padding-right: 5px;
}

.custom-mb-0 {
    margin-bottom: 0;
}

.custom-pt-10 {
    padding-top: 10px;
}

.switch-group-container {
    display: block;
    clear: both;
}

.switch-label-text .custom-mb-0 {
    margin-bottom: 0;
}

.remove-telegram-account {
    color: rgb(224 44 78);
    text-align: left;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    margin-top: -10px;
}

.custom-border-vertical {
    width: 1px;
    margin: 0 20px;
}

.custom-border-vertical:before {
    border-left: 1px solid #ccc;
    content: "";
    position: absolute;
    height: 95px;
}

.custom-border-vertical-hidden {
    width: 1px;
    margin: 0 20px;
}

.custom-border-vertical-hidden:before {
    content: "";
    position: absolute;
    height: 100px;
}

.switch-group-container-item-item {
    margin-bottom: 3rem;
}

.switch-group-container .custom-flex {
    display: flex;
    justify-content: flex-start;
}

.custom-pl-5 {
    padding-left: 5px;
}

.custom-pt-15 {
    padding-top: 15px;
    clear: both;
}

.user_telegram_notification_name {
    color: rgba(61, 61, 62, .5);
    font-size: 14px;
}

.collapse-widget-wrapper--lists-mo-marks ul.list-group {
    list-style: none !important;
}

.legislation-tooltip-btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #9e9e9e;
    cursor: pointer !important;
    font-size: 24px;
    font-style: normal !important;
}

.legislation__tooltip-inner {
    padding: 5px;
    position: relative;
}

.pseudo-table__title {
    font-size: .75rem !important;
}

@media (max-width: 800px) {
    .switch-label-text {
        text-align: left;
    }

    .custom-border-vertical:before {
        height: 125px;
    }
}

@media (min-width: 768px) {
    .custom-lg-mb-20 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .switch-group-container .switch-label-text {
        text-align: left;
    }

    .custom-border-vertical-hidden {
        visibility: hidden;
    }

    .remove-telegram-account {
        margin-top: 10px;
    }

    .custom-sm-mb-15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .switch-group-container .switch-label-text {
        text-align: left;
    }

    .switch-group-container .custom-flex {
        flex-direction: column;
    }

    .custom-border-vertical {
        display: none;
    }

    .user_telegram_notification_name {
        padding-left: 5px;
        padding-top: 16px;
    }

    .remove-telegram-account {
        padding-left: 5px;
        margin-bottom: 10px;
        display: block;
    }

    .switch-label-text {
        line-height: 1.2;
    }

    .user_telegram_notification_name {
        padding-top: 16px;
    }
}

.lot__characteristic__company {
    font-size: 13px;
}

.small-badge-md__inner {
    height: 1.2rem;
    display: flex;
    align-items: center;
    background-color: #d4d4d5;
    color: #fff;
    font-size: .7925rem;
    padding-right: .65rem;
    padding-left: .65rem;
    border-radius: .75rem;
    padding-top: .1rem;
}

.js-transaction-wrapper .js-bank-account-iban-span.active {
    display: flex;
    flex-wrap: wrap;
}

.js-transaction-wrapper .itemtextmorelines__link {
    color: rgba(44, 41, 49, .5);
    font-size: 14px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(44, 41, 49, .5);
    border-style: dashed;
    vertical-align: text-bottom;
}

@media (min-width: 992px) {
    .container-fullscreen {
        min-width: calc(100vw - 60px);
    }
}

@media (min-width: 1361px) {
    .container-fullscreen {
        min-width: calc(100vw - 300px);
    }
}

textarea {
    font-family: inherit;
}

.prequalifications-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.prequalifications-header .h2 {
    max-width: 50%;
    margin-bottom: 0;
}

.prequalifications-header--btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 560px) {
    .prequalifications-header--btn-group {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        padding-left: 20px;
    }
}

.awards-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.awards-header .h2 {
    max-width: 50%;
    margin-bottom: 0;
}

.awards-header--btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 560px) {
    .awards-header--btn-group {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: auto;
        padding-left: 20px;
    }
}

#award-form-popup .js-award-custom-prompt-html {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #ffffff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #66afe9;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.57);
    box-shadow: 10px 10px 21px -12px rgba(0, 0, 0, 0.57);
    cursor: pointer;
}

#award-form-popup .js-award-custom-prompt-html.active {
    display: block;
}

#award-form-popup .js-award-custom-prompt-html:hover {
    background-color: #337ab7;
}

#award-form-popup .js-award-custom-prompt-html:hover p {
    color: #ffffff;
}

#award-form-popup .js-award-custom-prompt-html:hover p b {
    color: #ffffff;
}

#award-form-popup .js-award-custom-prompt-html p {
    margin-bottom: 0;
    color: #555555;
}

#award-form-popup .js-award-custom-prompt-html p b {
    color: #222222;
}

.feature-list-wrapper .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.feature-list-wrapper .input-group .select2-container {
    width: calc(100% - 5px) !important;
    display: table;
}

.feature-list-wrapper .input-group .input-group-addon {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.feature-list-wrapper .has-error .input-group-addon {
    border-color: #a94442;
}

.plan-publish-progress {
    min-width: 500px;
}

.plan-publish-progress .progress-bar-wrapper {
    margin: 45px 0;
}

.plan-publish-progress .steps__wrapper {
    text-align: left;
}

.plan-publish-progress .steps__wrapper p {
    margin-bottom: 5px;
}

.plan-publish-progress .steps__wrapper p:last-child {
    margin-bottom: 0;
}

/*KEP modal*/
.fancybox-slide--html #sign-modal #eu-sign-form &gt; div {

}

.fancybox-slide--html #sign-modal #eu-sign-form &gt; div label {
    width: 130px;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 16px;
    padding-right: 10px;
}

.fancybox-slide--html #sign-modal #eu-sign-form &gt; div select {
    width: calc(100% - 135px);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-slide--html #sign-modal #eu-sign-form &gt; div input {
    width: calc(100% - 135px);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-slide--html #sign-modal #eu-sign-form &gt; div button {
    color: #fff;
    background-color: #0097dd;
    border: 1px solid #0287c5;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    height: 34px;
    cursor: pointer;
    max-width: 130px;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fancybox-slide--html #sign-modal #eu-sign-form &gt; div .ladda-button[data-style=expand-right][data-loading] .ladda-label {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.fancybox-slide--html #sign-modal #eu-sign-form &gt; div button:hover {
    background-color: #0287c5;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-cas {
    grid-area: eu-cas;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-device-type {
    grid-area: eu-device-type;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-device {
    grid-area: eu-device;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-device-password {
    grid-area: eu-device-password;
    width: calc(100% + 25px);
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-device-sign-btn {
    grid-area: eu-device-sign-btn;
    max-width: 130px;
    width: 100%;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-file-key {
    grid-area: eu-file-key;
    width: calc(100% + 25px);
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-file-password {
    grid-area: eu-file-password;
    width: calc(100% + 25px);
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-file-select-btn {
    grid-area: eu-file-select-btn;
    max-width: 130px;
    width: 100%;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-file-sign-btn {
    grid-area: eu-file-sign-btn;
    max-width: 130px;
    width: 100%;
}

.fancybox-slide--html #sign-modal #eu-sign-form .ecp-protected-text {
    grid-area: ecp-protected-text;
    margin-top: 10px;
}

.fancybox-slide--html #sign-modal #eu-sign-form .ecp-text-file {
    grid-area: ecp-text-file;
    margin-top: 10px;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-file-store-data-radio-session {
    grid-area: eu-file-store-data-radio-session;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    margin-left: 130px;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-file-store-data-radio-db {
    grid-area: eu-file-store-data-radio-db;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    margin-left: 130px;
}

.fancybox-slide--html #sign-modal #eu-sign-form .ecp-protected-text p {
    text-align: center;
    margin-bottom: 0;
}

.fancybox-slide--html #sign-modal #eu-sign-form .ecp-text-file p {
    text-align: center;
    margin-bottom: 0;
}

.fancybox-slide--html #sign-modal #eu-sign-form {
    display: grid;
    grid-template-areas:
    "eu-cas eu-cas eu-cas eu-cas eu-cas eu-cas eu-cas"
    "eu-device-type eu-device-type eu-device-type eu-device-type eu-device-type eu-device-type eu-device-type"
    "ecp-protected-text ecp-protected-text ecp-protected-text ecp-protected-text ecp-protected-text ecp-protected-text ecp-protected-text"
    "eu-device eu-device eu-device eu-device eu-device eu-device eu-device"
    "eu-device-password eu-device-password eu-device-password eu-device-password eu-device-password eu-device-password eu-device-sign-btn"
    "ecp-text-file ecp-text-file ecp-text-file ecp-text-file ecp-text-file ecp-text-file ecp-text-file"
    "eu-file-key eu-file-key eu-file-key eu-file-key eu-file-key eu-file-key eu-file-select-btn"
    "eu-file-password eu-file-password eu-file-password eu-file-password eu-file-password eu-file-password eu-file-sign-btn"
    "eu-certs-select eu-certs-select eu-certs-select eu-certs-select eu-certs-select eu-certs-select eu-certs-select"
    "eu-file-store-data-radio-session eu-file-store-data-radio-session eu-file-store-data-radio-session eu-file-store-data-radio-session eu-file-store-data-radio-session eu-file-store-data-radio-session eu-file-store-data-radio-session"
    "eu-file-store-data-radio-db eu-file-store-data-radio-db eu-file-store-data-radio-db eu-file-store-data-radio-db eu-file-store-data-radio-db eu-file-store-data-radio-db eu-file-store-data-radio-db";
    grid-gap: 15px;
}

.fancybox-slide--html #sign-modal .key-storage-type label {
    width: 100% !important;
    text-align: left !important;
    display: block !important;
    cursor: pointer;
}

.fancybox-slide--html #sign-modal .key-storage-type input {
    width: 15px !important;
    margin-right: 15px;
    display: block !important;
    height: 20px !important;
    cursor: pointer;
}

.fancybox-slide--html #sign-modal #signPlaceholder {
    margin-bottom: 15px;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-certs-select {
    grid-area: eu-certs-select;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-certs-select button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
    vertical-align: bottom;
}

.fancybox-slide--html #sign-modal #eu-sign-form .eu-certs-select #eu-certs-selected-list {
    display: block;
    margin-left: 130px;
    margin-top: 15px;
}

.fancybox-slide--html #sign-modal .js-clear-eds-data {
    background-color: unset;
    font-size: 12px;
    padding: 12px 28px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    line-height: 1.42857143;
    user-select: none;
    max-width: 100%;
    font-family: Rubik, sans-serif;
    border-radius: 25px;
    min-width: 100px;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

@media (max-width: 480px) {
    .fancybox-slide--html #sign-modal #eu-sign-form {
        grid-template-areas:
    "eu-cas"
    "eu-device-type"
    "ecp-protected-text"
    "eu-device"
    "eu-device-password"
    "eu-device-sign-btn"
    "ecp-text-file"
    "eu-file-key"
    "eu-file-select-btn"
    "eu-file-password"
    "eu-file-sign-btn"
    "eu-certs-select";
    }

    .fancybox-slide--html #sign-modal #eu-sign-form &gt; div button {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin: auto;
    }

    .fancybox-slide--html #sign-modal #eu-sign-form &gt; div input {
        width: calc(100% - 160px);
    }

    .fancybox-slide--html #sign-modal #eu-sign-form .eu-device-sign-btn,
    .fancybox-slide--html #sign-modal #eu-sign-form .eu-file-select-btn,
    .fancybox-slide--html #sign-modal #eu-sign-form .eu-file-sign-btn {
        margin-left: 133px;
    }
}

.tender-document-table-items {
    max-height: 350px;
    overflow: hidden auto;
}

.tender_doc_description_wrapper {
    margin-top: 6px;
    color: rgba(61, 61, 62, .5);
}

.switch_tender_document {
    color: rgba(50, 50, 50, .8) !important;
    margin-right: 20px;
}

@media (max-width: 475px) {
    .switch_tender_document {
        margin-right: 0;
        width: 120px;
    }
}

.more_width {
    width: 300px;
}

.calendar-index-page .menu__link--active {
    background-color: #ffffff;
}

.userbidsearchform-status__wrapper .select2-results__option &gt; span {
    display: block;
    position: relative;
    padding-right: 46px;
}

.userbidsearchform-status__wrapper .select2-results__option .small-badge {
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
    padding: 0;
    margin: -10px 0 0 13px;
}

.userbidsearchform-status__wrapper .select2-results__option .large-badge__inner {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 20px;
    width: 26px;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    background-color: #f2f2f2;
    color: #333;
}

.userbidsearchform-status__wrapper .select2-results__option .large-badge__red.large-badge__inner {
    color: #fff;
}

.userbidsearchform-status__wrapper .select2-selection .small-badge {
    display: none;
}

.js-load-more {
    width: 100%;
    display: block;
    height: 20px;
}

.documents-table-wrapper .document_form__with_checkbox .item-wrapper {
    padding-left: 27px !important;
    position: relative;
}

.documents-table-wrapper .document_form__with_checkbox .item-checkbox {
    padding-top: 0;
    height: 17px;
    width: 17px;
    overflow: hidden;
    min-height: 17px;
    display: inline-block;
}

.documents-table-wrapper .document_form__with_checkbox .item-checkbox label::before {
    top: 0;
}

.documents-table-wrapper .document_form__with_checkbox .item-checkbox {
    position: absolute;
    top: 9px;
    left: 8px;
}

#tender-bid-form .table .document_form__with_checkbox td.w_200 {
    padding-top: 10px;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content.w_200 {
    display: block !important;
    width: auto !important;
    max-width: 100%;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content.w_full_width {
    display: block !important;
    padding-top: 3px;
    padding-bottom: 0;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content .js-form-result-string {
    padding-top: 0;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content .document-title-wrapper {
    float: left;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content .document-sign-wrapper {
    float: left;
    margin-left: 15px;
    margin-top: -4px;
    margin-bottom: -4px;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content .document-sign-wrapper .btn {
    padding: 1px 8px;
}

#tender-bid-form .documents-table-wrapper .document_form__long_content .document-sign-wrapper .btn-label {
    padding: 0;
    margin: 0 0 0 3px;
}

.read-more__link {
    margin: -8px 0 -6px 0px;
    color: #474389;
    padding: 0;
    border: none;
    background: transparent;
    border-bottom: 1px dashed #474389;
    min-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.lot__block_description_text_wrapper {
    margin-bottom: 16px;
}

.complaint__item .mb_14 {
    margin-bottom: 14px;
}

.question__item .mb_14 {
    margin-bottom: 14px;
}

#question-list .lots__item .mb_14 {
    margin-bottom: 14px;
}

#bid-list-pjax .lots__list .lots__item .bid__lot_block__lot_info {
    word-break: break-word;
}

.docs-header .mr0 {
    margin-right: 0;
}


.user_overdraft__form label.control-label {
    text-align: left;
}

.pseudo-link__dashed__dark-blue {
    color: #474389;
    cursor: pointer;
    display: inline-block;
    border-bottom: #474389 1px dashed;
}

.requirement-archived-text {
    text-decoration: line-through;
}

/*user identification*/
.user-info-identification-text {
    display: block;
    margin-bottom: .625rem;
}

.user-info-accreditation-label,
.user-info-identification-label {
    background-image: -webkit-gradient(linear, right top, left top, from(#ff6179), to(#d92044));
    background-image: linear-gradient(270deg, #ff6179, #d92044);
    display: inline-flex;
    align-items: center;
    border-radius: .78125rem;
    overflow: hidden;
    text-align: center;
    padding: .313rem;
    margin-bottom: .625rem;
    width: 100%;
}

.user-info-identification-label {
    cursor: pointer !important;
}

/*small sidebar*/

.page__menu {
    transition-property: width;
    transition-duration: 0.3s;
}

.js-small-left-sidebar .page__menu {
    transition-property: width;
    transition-duration: 0.3s;
    width: 80px;
}

.js-small-left-sidebar .page__menu span span, .js-small-left-sidebar .page__menu a span {
    display: none;
}

.js-small-left-sidebar .page__menu .menu__sub-list {
    display: none;
}

.js-small-left-sidebar .page__menu .user-info-identification-flag {
    display: none;
}

.js-small-left-sidebar .page__menu .company-name {
    display: none !important;
}

.js-small-left-sidebar .page__menu .user-info-data {
    display: none;
}

.js-small-left-sidebar .page__menu .user-info-avatar {
    width: 2rem;
    height: 2rem;
}

.js-small-left-sidebar .menu__list li {
    position: relative;
}

.js-small-left-sidebar .menu__sub-list {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0 !important;
    margin: 0;
    background-image: linear-gradient(112deg, #0e122d, #383a61);
    z-index: 9999;
    top: 0px;
    border-left: 4px solid #ec1d44;
    box-shadow: 0 0 20px rgb(19 18 18);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0 !important;
}


@media (min-width: 1360px) {

    .js-small-left-sidebar .menu__list li:hover ul {
        -webkit-animation: moveFromRight 300ms ease-in-out;
        -moz-animation: moveFromRight 300ms ease-in-out;
        -ms-animation: moveFromRight 300ms ease-in-out;
        -o-animation: moveFromRight 300ms ease-in-out;
        animation: moveFromRight 300ms ease-in-out;
    }

    .js-small-left-sidebar .menu__list li:hover &gt; .menu__sub-list {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .js-small-left-sidebar .menu__sub-list {
        opacity: 0;
        visibility: hidden;
        transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
    }
}

@media (max-width: 1360px) {
    .js-small-left-sidebar .page__menu {
        width: 70px;
    }

    .js-small-left-sidebar .menu__list li .menu__sub-list {
        transition: none !important;
    }
}

.js-small-left-sidebar .menu__list li {
    display: block;
    width: 100%;
    height: auto;
}

.js-small-left-sidebar .menu__list li .menu__sub-list:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -9px;
    border-right: 5px solid #ec1d44;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-top: 5px solid transparent;
}

.menu__sub-list__header {
    background-color: #0c0f25;
    color: #ffffff;
    padding: .875rem 1.125rem;
    font-size: 14px;
}

.menu__sub-list__header:after {
    content: none !important;
}

.js-small-left-sidebar .user-info-ballance {
    display: none !important;
}

.js-small-left-sidebar .container {
    max-width: calc(100%) !important;
}

.js-small-left-sidebar .container.page-header__inner {
    max-width: calc(100% - 130px) !important;
}

.js-small-left-sidebar .page__menu ul li ul {
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
    width: max-content;
    padding: 7px 7px 7px 0;
}

.js-small-left-sidebar .page__menu ul li span {
    padding-right: 1.125rem;
}

@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        -o-transform: translateX(20%);
        transform: translateX(20%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (min-width: 992px) {
    .page-header__btn {
        display: block !important;
    }

    .page-header__btn {
        position: absolute;
        left: 20px;
        top: 12px;
    }

    .page-header__btn-icon {
        width: 1.25rem !important;
        height: 1.25rem !important;
    }
}

.js-small-left-sidebar .user-info {
    padding: 10px 0.2rem calc(10px + 0.3rem) 1.30rem;
}

.js-small-left-sidebar .pjax-layout-container {
    display: flex;
    width: calc(100% - 80px);
}

@media (min-width: 992px) and (max-width: 1360px) {
    .page-header__btn-icon {
        display: none;
    }
}

@media (min-width: 990px) {
    .page-header__btn_hide__in_desktop {
        display: none !important;
    }
}

.page-header__main {
    position: relative;
}

.js-small-left-sidebar .menu__sub-list .menu__sub-list li:after {
    content: none;
}

.js-small-left-sidebar .menu__sub-list .menu__link {
    border-radius: 0;
}

.complaint-period-info-wrapper .key {
    width: 380px;
}

#tender-complaint-list {
    margin-top: 2.5rem;
}

.password {
    position: relative;
}

.password-control {
    position: absolute;
    top: 8px;
    right: 130px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/visibility.png) 0 0 no-repeat;
}

.password-control.view {
    background: url(../img/no-visibility.png) 0 0 no-repeat;
}

@media (max-width: 1199px) {
    .password-control {
        right: 67px;
    }
}

@media (max-width: 991px) {
    .password-control {
        right: 13px;
    }
}

@media (max-width: 767px) {
    .password-control {
        top: 27px;
    }
}

.tooltipster-base {
    max-width: 450px;
}

.document-filename-hidden .control-label,
.document-filename-hidden .fileupload-input-wrapper {
    display: none !important;
}

.document-filename-hidden .form-group {
    margin: 0 !important;
}

.document-filename-hidden .col-sm-9 {
    width: 100%;
    padding: 0;
    float: none;
}

.tender-docs {
    max-width: 100%;
}

.old_doc__versions .document_title {
    text-decoration: line-through;
    padding-left: 40px !important;
}

#lots .tabs__item--active {
    border-left: 1px solid rgba(60, 60, 60, .1) !important;
    border-right: 1px solid rgba(60, 60, 60, .1) !important;
    border-bottom: none !important;
    box-shadow: inset 0 -15px 40px rgba(98, 142, 231, .1) !important;
}

#lots .tabs__item:first-child.tabs__item--active a::before {
    width: unset !important;
}

#lots .tabs__item:last-child.tabs__item--active a::after {
    width: unset !important;
}

#lots .tabs__item--active_prev-child a:after,
#lots .tabs__item--active_next-child a:before {
    width: unset !important;
}

#lots .tabs__item--active a:after {
    width: unset !important;
}

@media (min-width: 992px) {
    #lots .tabs__item {
        margin-bottom: 2px !important;
    }
}

.question-period-info-wrapper {
    margin-bottom: 32px;
}

.user-notifications-config-btn-wrapper {
    text-align: right;
    position: relative;
    height: 0;
}

.user-notifications-config-icon {
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.user-notifications-config-icon:hover {
    font-size: 2.1em;
    color: #474389;
}

.criterion-changed-label {
    display: none;
    color: #d92044;
}

.requirement-history-changed-label {
    color: #d92044;
}

.form-label__key {
    width: 290px;
    padding-right: 0;
    line-height: 1.1;
    text-align: left !important;
    margin-right: 15px;
}

.grecaptcha-badge {
    display: none !important;
}

.form-recaptcha2-wrapper &gt; div {
    margin-left: auto;
    margin-right: auto;
}

.user-payment-lot-list {
    margin-left: 0;
}

.user-payment-lot-list li {
    max-width: 300px;
}

/*header for iframe*/
.row-detail {
    padding: 15px 0;
}

.pl-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
}

.pl-row:after, .pl-row:before {
    content: "";
    display: table;
}

.pl-logo {
    max-width: unset;
}

.pl-col-span-sm-8 {
    display: block;
    width: 33.33333333%;
}

@media (max-width: 768px) {
    .pl-name {
        padding-top: 20px;
        width: auto;
    }

    .pl-logo {
        width: 170px;
    }

    .pr-logo {
        width: 140px;
    }

    .pl-logo-wrapper {
        display: inline-block;
        width: 49%;
    }

    .pr-logo-wrapper {
        display: inline-block;
        width: 49%;
    }
}

.search-fix button {
    min-width: 50px !important;
}

@media (min-width: 768px) {
    .pl-col-span-sm-8 {
        float: left;
        flex: 0 0 auto;
    }

    .pl-logo-wrapper {
        order: 1;
    }

    .pl-name {
        order: 2;
    }

    .pr-logo-wrapper {
        order: 3;
    }

    .row-detail {
        display: flex;
    }
}

.pl-row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.search-fix button {
    min-width: 50px;
}

body.analytics-procuring-entities-iframe-page,
body.analytics-suppliers-iframe-page {
    background-color: #ffffff;
}

.page__wrapper-iframe .page__content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.page__wrapper-iframe .page__content .container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .width_58 {
        width: 58%;
    }

    .width_47 {
        width: 47%;
    }

    .p-right-0 {
        padding-right: 0;
    }

    .width-34 {
        width: 34%;
    }

    .p-right-4 {
        padding-right: 4px;
    }

    .width_66 {
        width: 66%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .width_55 {
        width: 55%;
    }

    .width_44-5 {
        width: 44.5%;
    }
}

@media (min-width: 1200px) {
    .width_35 {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .m-left-right-10 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 1200px) {
    .page-header__main .container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .page-header__main .container {
        max-width: 1344px;
    }
}

.user-info-pay-link {
    padding-left: 60px;
    padding-top: .8rem;
    color: #fff;
    opacity: .5;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    font-size: .82rem;
    transition: unset;
    cursor: pointer !important;
}

.user-info-pay-link:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #a94442;
}

.bid-document-form-wrapper .select2-selection.select2-selection--single {
    display: grid !important;
}

.collapse-padding-fix .list-group {
    padding: 0;
}

.min-height-50rem {
    min-height: 50rem;
}

#signup-form .select2-container {
    width: 100% !important;
}

.lot__block_content--5 {
    font-weight: 600;
    margin-bottom: 4px;
}

.form-textfield-group .control-label {
    padding-top: 0;
}

.lots__list .empty {
    text-align: center;
    font-size: 21px;
}

.lots__list .empty img {
    display: block;
    margin-top: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .sitemap__item__zakon_link {
        width: 33.33%;
    }
    .sitemap__item__fca_logo {
        width: 33.33%;
    }
}

.payment-list-wrapper .not__min-height {
    min-height: unset;
}

.pagination-wrapper .pagination {
    padding-left: 0;
    margin-top: 3rem;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.pagination-wrapper .pagination .prev, .next {
    display: none;
}

.pagination-wrapper .pagination li a {
    display: block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    color: #323232;
}

.pagination-wrapper .pagination .active a {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    background-color: #fff;
    color: #f95566;
    font-weight: 700
}

.price--not-specified {
    font-size: .9375rem;
}
</pre></body></html>