.modal-dialog {
    width: auto;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border: 0px solid transparent;
    border-radius: 0px;
}

::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    background: url("../img/small_calendar.png") no-repeat center;
    background-size: contain;
}

.modal-full {
    min-width: 300px;
    max-width: 800px;
}

.modal-full_wid {
    margin-right: 8px;
}

.modal-full_wid:last-child {
    margin-right: 0px;
}

.link_style-reset {
    background-color: #7ca1c0;
    border: 1px solid transparent;
}

.filter-table {
    width: 100%;
}

.filter-table tr td {
    padding: 0 10px 12px;
    padding-left: 0;
    vertical-align: middle;
}

.filter-table tr td:last-child {
    padding-right: 0;
}

.filter-input {
    width: 100%;
}

@media (max-width: 666px) {
    .filter-input {
        min-width: 150px;
    }
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after, .multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    border-top-color: #41b883;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    -webkit-animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    -webkit-animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
    opacity: 0
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit;
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 250px;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input, .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    -webkit-transition: border .1s ease;
    transition: border .1s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::-webkit-input-placeholder {
    color: #35495e
}

.multiselect__input::-moz-placeholder {
    color: #35495e
}

.multiselect__input::-ms-input-placeholder {
    color: #35495e
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
    width: auto
}

.multiselect__input:hover, .multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus, .multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #3d7aaa;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #ffffff;
    font-size: 14px
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current, .multiselect__select {
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 142%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__option--selected::after {
    display: none;
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block;
    font-size: 12px;
    font-family: 'verdana', sans-serif !important;
}

.multiselect__option {
    display: block;
    padding: 7px;
    min-height: auto;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background-color: #215d8c;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background-color: #215d8c;
    color: #fff;
    display: none;
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: red;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active, .multiselect-leave-active {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.multiselect-enter, .multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(2turn);
        transform: rotate(2turn)
    }
}

.row-parent_switch_close {
    background: url("../img/switch_open.png") left 4px no-repeat;
}

.table-responsive table thead th {
    position: relative;
}

.i-panel_orient {
    display: block;
    position: relative;
    float: right;
    top: 0px;
    right: 1px;
    white-space: nowrap;
    margin-left: 8px;
}

@-moz-document url-prefix("https://neiva.gamanet.ru/auth/registration") {
    html.gradient, body.gradient {
        min-height: 100%;
        height: 100%;
    }
}

/*ГРАДИЕНТ*/
@-moz-document url-prefix("https://neiva.gamanet.ru/") {
    html.gradient, body.gradient {
        min-height: 100%;
        height: 100%;
    }
}

html.gradient {
    width: 100%;
    height: 100%;
    display: table;
}

body.gradient {
    width: 100%;
    display: table-cell;
    font-family: 'verdana', sans-serif;
    font-size: 12px;
    overflow-x: hidden;
}

/*СТИЛИ ИЗ КОМПОНЕНТА REGISTRATION*/
.button-consent {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: inline;
    color: white;
    padding: 0;
    text-decoration: underline;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.check-flex {
    display: flex;
    align-items: center;
}

.broker-check {
    padding-top: 2px;
}

.reg-danger_block {
    display: block;
}

/*СТИЛИ ИЗ КОМПОНЕНТА CONSENT*/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
     width: auto;
     max-width: 800px;
     top: 50%;
     margin: 0 auto;
     background-color: #fff;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
     transition: all 0.3s ease;
 }

.modal-container__role {
    width: auto;
    max-width: 350px;
    top: 50%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
}

.reset-button {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    display: inline;
    color: white;
    padding: 0;
    text-decoration: underline;
}

.spinner {
    position: absolute;
    z-index: 10000;
    top: 50%;
}

.recovery-code__btn {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    background: url("../img/btn-recovery.png") left top no-repeat;
}

.recovery-code-area {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    line-height: 18px;
    margin-bottom: 7px;
}

.recovery-code-hint {
    color: white;
}

.modal-middle_input {
    width: calc(100% - 200px);
}

.link_style-reset {
    background-color: #7ca1c0;
    border: 1px solid transparent;
}

.filter-table {
    width: 100%;
}

.filter-table tr td {
    padding: 0 10px 12px;
    padding-left: 0;
    vertical-align: middle;
}

.filter-table tr td:last-child {
    padding-right: 0;
}

.filter-input {
    width: 100%;
}

.modal-middle {
    max-width: 450px;
}

.modal_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_flex a:last-child, .modal_flex div:last-child {
    margin-right: 0;
}

.main-pagination .ul-pagination li {
    display: inline-block;
}

.main-pagination .ul-pagination li a {
    text-decoration: none;
}

.e-signature {
    position: relative;
}

.e-signature:hover,
.e-signature_act {
    background: url("../img/e-signature_active.png") left top no-repeat;
    color: #3d7aaa;
    cursor: pointer;
}

.e-signature_act:hover .modal-info-doc .modal-body {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.e-signature:hover .modal-info-doc .modal-body {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.modal-info-doc {
    display: none;
    position: absolute;
    right: -350px;
    top: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    min-width: 340px;
    max-width: 550px;
    z-index: 100;
}

.modal-info-doc .modal-title {
    font-size: 12px;
}

.modal-info-doc .modal-body {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

.modal-header_info {
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
}

.e-signature_act:hover .modal-info-doc {
    display: block;
}

.modal-logout {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 24px;
    max-width: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

select.modal_input {
    padding-right: 20px;
}

.modal-logout__title {
    padding-bottom: 30px;
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.modal-flex_sb {
    justify-content: space-between;
}

.modal-flex_center {
    justify-content: center;
}

.modal-plugin {
    display: inline-block;
    position: relative;
}

.modal-plugin::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: -14px;
    top: 3px;
}

.modal-plugin_load {
    color: #00a651;
}

.modal-plugin_load::before {
    background-color: #00a651;
}

.modal-plugin_no-load {
    color: red;
}

.modal-plugin_no-load::before {
    background-color: red;
}

.modal-add-document a {
    color: #3d7aaa
}

.link_style-blue {
    color: #ffffff !important;
}

.link_style-white {
    color: #3d7aaa !important;
}

.link_style-white:hover {
    color: #ffffff !important;
}

.table-th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}

.table-th-wrap__name {
    width: calc(100% - 17px);
}

.i-panel_orient {
    margin-right: 5px;
}

.user-panel__menu{
    bottom: auto;
    top: 33px;
}

.user-panel__avatar img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 666px) {
    .filter-input {
        min-width: 150px;
    }

    .modal-info-doc {
        right: auto;
        left: 0;
        max-width: 550px;
    }

    .modal-logout {
        padding: 20px 15px;
        width: 70%;
    }
}

@media (max-width: 566px) {
    .modal-info-doc {
        max-width: 350px !important;
    }
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background:  white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip.message .tooltip-inner {
    background: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: white;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
}
/*ДЛЯ КОМПОНЕНТА OrgProfile*/

.row-tell {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.link-add-tell {
    display: inline-block;
    background: url('../img/add_link.png') left top no-repeat;
    padding-left: 28px;
    font-size: 12px;
    color: #ababab;
    padding-top: 3px;
    min-height: 20px;
    text-decoration: none;
}
.link-add-tell:hover {
    text-decoration: underline;
}

.link-dell-tell {
    display: inline-block;
    background: url('../img/delete_link.png') left top no-repeat;
    width: 16px;
    height: 20px;
    margin-left: 10px;
}

.status-accreditation {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    padding-bottom: 25px;
    line-height: 20px;
}

.status-accreditation__yes, .status-accreditation__no {
    color: #007236;
    display: inline-block;
    background: url("../img/acred_yes.png") right top no-repeat;
    padding-right: 25px;
    min-height: 20px;
}

.status-accreditation__no {
    color: #f68e56;
    background: url("../img/acred_no.png") right top no-repeat;
}

.i-panel_orient {
    background: url(../img/sort/arrow.png) left 4px no-repeat;
    height: 20px;
    cursor: pointer;
}
.orient_active.asc {
     background: url('../img/sort/arrow dwn_1.png') left 4px no-repeat;
}
.orient_active.desc {
    background: url('../img/sort/arrow up_1.png') left 4px no-repeat;
}

.auth-area__form .error {
    display: flex;
    align-items: center;
    color: #fff;
    border: 2px solid red;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}
.small_calendar_mid {
    width: 328px;
}

.col-data-flex {
    display: flex;
    align-items: center;
}

.do_stl {
    display: inline-block;
    padding-right: 8px;
}

.col-name-center {
    display: flex;
    align-items: center;
}

.production-cell__link {
    padding-top: 9px;
}

.production-cell {
    min-height: 30px;
}
.production-edit_link-active {
    background: url("../img/edit_color-active.png") left top no-repeat;
}
@media (max-width: 768px) {
    .small_calendar_mid {
        width: 100% !important;
    }
    .col-data-flex .vdp-datepicker {
        width: 100%;
    }
}

.login-reg-auth{
    margin-bottom: 10px;
}

.main_input:disabled, .main_textarea:disabled {
    background-color: #e0e0e0;
    opacity: 0.8;
}

.control-panel-top {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.control-panel_fix {
    background-color: #fff;
    position: sticky;
    top: 10px;
    transform: translateY(-5px);
    z-index: 99;
}

.btn-box-save {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-box-save_fix {
    position: fixed;
    bottom: 15px;
    z-index: 99;
}

.production-table-top-head {
    display: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.production-table-top-head thead tr {
    border-bottom: 0px solid transparent !important;
}

.production-table-top-head_fix {
    position: sticky;
    top: 2px;
    z-index: 99;
    display: block;
}

@media (max-width: 1000px) {
    .production-table-top-head, .production-table-top-head_fix {
        display: none;
    }
}
.toasted.red {
    border-radius: 30px;
    min-height: 38px;
    line-height: 1.1em;
    background-color: red;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.toasted.red .action {
    color: #fff;
}

.toasted.green {
    border-radius: 30px;
    min-height: 38px;
    line-height: 1.1em;
    background-color: #28a745;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.sec-check {
    font-size: 16px;
}

.sec-check input[type="checkbox"] {
    display: none;
}

.sec-check label.sec-check__lab {
    position: relative;
    padding-left: 20px;
}

.sec-check label.sec-check__lab::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #000;
}

.sec-check label.sec-check__lab::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 7px;
    width: 11px;
    color: #3d7aaa;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 6px;
}

/*Прячем галку по умолчанию*/
.sec-check input[type="checkbox"] + label.sec-check__lab::after {
    content: none;
}
/*Показываем галку по состоянию checked*/
.sec-check input[type="checkbox"]:checked + label.sec-check__lab::after {
    content: "";
}

/*Добавляем фокус к внешнему блоку поддельного чекбокса*/
.sec-check input[type="checkbox"]:focus + label.sec-check__lab::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.control-panel__item_select> .multiselect {
    margin-right: 20px;
    max-width: 100% !important;
    min-width: 250px;
    min-height: 26px;
    width: auto !important;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: -2px;
}

.control-panel__item_select > .multiselect > .multiselect__tags {
    min-height: auto;
    height: 26px;
    float: none !important;
    display: flex;
    margin: 0;
    padding: 1px 0px 3px 10px;
    border-radius: 0px;
    border: 0px solid transparent;
    background: transparent;
}

.control-panel__item_select > .multiselect > .multiselect__select {
    height: 26px;
    order: 3;
    position: relative;
}

.control-panel__item_select .multiselect__placeholder {
    margin-bottom: 0;
}

.control-panel__item_select .multiselect__content-wrapper {
    margin-top: 35px;
    width: 100%;
}

.col-md-9.col-lg-10.col-data.col-data-select > .multiselect  {
    width: 350px;
    height: auto;
    min-height: 30px;
    max-height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -2px;
    padding: 0px 40px 0px 9px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #0e0c0d;
    font-size: 1em;
    box-sizing: border-box;
}

.col-md-9.col-lg-10.col-data.col-data-select > .multiselect > .multiselect__tags {
    height: 100%;
    float: none !important;
    display: flex;
    margin: 0;
    padding: 1px 0px 3px 10px;
    border-radius: 0px;
    border: 0px solid transparent;
    background: transparent;
    min-height: auto;
}

.col-md-9.col-lg-10.col-data.col-data-select > .multiselect > .multiselect__tags .multiselect__tag {
    white-space: pre-wrap;
}

.col-md-9.col-lg-10.col-data.col-data-select > .multiselect > .multiselect__select {
    order: 3;
    position: absolute;
    height: 30px;
    min-height: auto;
    max-height: 30px;
    top: 0;
    right: 0;
}

.col-md-9.col-lg-10.col-data.col-data-select .multiselect__placeholder {
    margin-bottom: 0;
}

.col-md-9.col-lg-10.col-data.col-data-select .multiselect__content-wrapper {
    margin-top: 35px;
    width: 100%;
    bottom: auto;
    top: 0%;
    left: 0%;
}

.col-md-9.col-lg-10.col-data.col-data-select .multiselect__tags-wrap {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
}

.control-xml_link {
    width: 20px;
    background: url(../img/interface.png) left top no-repeat;
}

.question-item:hover {
    cursor: pointer;
}
.status-app_dispatch {
    color: #00aeef;
}
.status-app_signing {
    color: #1cbbb4;
}
.status-app_on-check {
    color: #662d91;
}
.status-app_on-completion {
    color: #f26522;
}
.status-app_accepted {
    color: #00a651;
}
.status-app_canceled{
    color: #9e0b0f;
}

.col-wrap-history p {
    padding-bottom: 10px;
}

.col-wrap-history p:last-child {
    padding-bottom: 0;
}

.df-ac {
    display: flex;
    align-items: center;
}

.wrap-history-form {
    display: inline-block;
}

.wrap-history-form label {
    vertical-align: text-bottom;
}

.status-fault_eliminated,
.status-fault_not-eliminated,
.status-fault_new-note {
    color: #007236;
    display: inline-block;
    background: url("../img/acred_yes.png") right top no-repeat;
    padding-right: 25px;
    min-height: 20px;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
}

.status-fault_not-eliminated {
    color: #ff0000;
    background: url("../img/not-eliminated.png") right top no-repeat;
}

.status-fault-history_data {
    display: inline-block;
    margin-left: 12px;
}

.status-fault_new-note {
    color: #f68e56;
    background: url("../img/new-note.png") right top no-repeat;
}

.tab-history-num-note {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    min-width: 15px;
    min-height: 15px;;
    top: -2px;
    right: -2px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.datepicker-input {
    position: relative;
    padding-left: 28px;
}

.datepicker-input_after {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100%;
}

@media (max-width: 768px) {
    .col-md-9.col-lg-10.col-data.col-data-select > .multiselect {
        width: 100%;
    }
}

@media (max-width: 610px) {
    .tab-history-num-note {
        right: auto;
        left: -2px;
        top: 3px;
    }
}

.link-downloaud_file {
    display: inline-block;
    height: 19px;
    padding-left: 21px;
    background: url('../img/i-download.png') left center no-repeat;
    white-space: nowrap;
    color: #3d7aaa;
    text-decoration: underline;
    line-height: 19px;
}

.table-info-tz {
    margin-bottom: 25px;
}
.table-info-tz td{
    padding: 3px 5px;
}

.i-c-funnel_link {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/funnel_icon.png") left top no-repeat;
}

.i-c-funnel_link:hover {
    background: url("../img/funnel_icon_color.png") left top no-repeat;
}

.i-c-xls_link {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.i-c-xls_link:hover {
    background: url("../img/xls_link_color.png") left top no-repeat;
}

.i-c-delete_link {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("../img/delete_link.png") left top no-repeat;
}

.i-c-delete_link:hover {
    background: url("../img/delete_color.png") left top no-repeat;
}
