@keyframes scaleUp {
    from {
        opacity: 0.3;
    }
}

@-moz-keyframes scaleUp {
    from {
        opacity: 0.3;
    }
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 0.3;
    }
}

@keyframes scaleDown {
    to {
        opacity: 0;
    }
}

@-moz-keyframes scaleDown {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes scaleDown {
    to {
        opacity: 0;
    }
}

@keyframes appear-cdek-loader {
    from {
        opacity: 0.3;
    }
}

@-moz-keyframes appear-cdek-loader {
    from {
        opacity: 0.3;
    }
}

@-webkit-keyframes appear-cdek-loader {
    from {
        opacity: 0.3;
    }
}

@keyframes disappear-cdek-loader {
    to {
        opacity: 0;
    }
}

@-moz-keyframes disappear-cdek-loader {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes disappear-cdek-loader {
    to {
        opacity: 0;
    }
}

@keyframes load-looper {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes push-cdek-logo {
    0% {
        transform: scale(1.05)
    }

    20% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.05)
    }
}

@keyframes blinker {
    50% {
        opacity: 0.6;
    }
}


select {
    background-image: url("../img/dropdown.png") !important;
    line-height: 18px !important;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 22px;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

.cdek-view.ng-leave {
    -webkit-animation: scaleDown 0.2s both ease-out;
    -moz-animation: scaleDown 0.2s both ease-out;
    animation: scaleDown 0.2s both ease-out;
}

.cdek-view.ng-enter {
    -webkit-animation: scaleUp 0.2s both ease-in;
    -moz-animation: scaleUp 0.2s both ease-in;
    animation: scaleUp 0.2s both ease-in;
}

.navbar-inverse {
    background: #222;
    color: white;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-sub-name {
    position: relative;
    top: 16px;
    left: -10px;
}

.btn-width {
    width: 100px;
}

.wrap-work-per {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

.user-block-class {
    margin-top: 10px;
}

.user-img-class {
    margin-right: 20px;
    opacity: 0.6;
    margin-left: 5px;
    width: 30px;
}

.filter-cdek-main {
    width: 100%;
    background-color: rgb(234, 234, 234);
    display: flex !important;
    /*max-height: 209px;*/
    min-height: min-content;
    height: fit-content;
    max-height: max-content;
}

.wrap-filter-cdek {
    width: 100%;
    background: #F1F3F4;
    position: relative;
}

.btn-filter-switch {
    width: 90px;
    background: #c2e19d;
    text-align: center;
    height: 35px;
    padding: 7px;
    margin-left: 10px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #9ec56f;
    border-top: 0;
    margin-top: -2px;
    display: inline-block;
    cursor: pointer;
}

.triangle-filter-icon {
    font-size: smaller;
}

.column-fill-cdek {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    padding: 10px;
    height: min-content;
}

.input-stand-cdek {
    display: flex;
    width: 100%;
    position: relative;
}

.input-scroll-cdek>ul.dropdown-menu {
    height: 300px;
    overflow-y: auto;
}

.text-stand-cdek {
    height: 36px !important;
}

.duration-class>select:first-child {
    width: 20%;
}

.duration-class>select:last-child {
    width: 80%;
}

.glue-inputs-fix {
    width: 1px;
    padding: 0;
    border: 0 solid #ccc;
    border-left: 1px solid #ccc;
}

.well-cdek-filter {
    border: 0 solid;
    flex-grow: 1;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 250px;
}

.btns-filter-cdek {
    align-self: center;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 20%;
    align-items: center;

}

.btns-filter-cdek>button {
    margin-bottom: 5px;
}

.middle-money-block {
    float: left;
    padding: 10px;
}

.grid-tabs-cdek {
    width: 100%;
    background: rgb(224, 224, 224);
    display: inline-block;
    text-align: -webkit-right;
    text-align: -moz-right;
}

.tab-grid-cdek {
    height: 40px;
    width: 250px;
    background: white;
    border: 1px solid #9ec56f;
    display: inline-block;
    margin-left: -5px;
    text-align: center;
    padding: 9px;
}

.tab-grid-cdek:hover {
    background: #e7ece1;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: black;
}

.tab-grid-cdek-active {
    background: #dbdcda;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: black;
}

.btn-full {
    width: 100%;
}

.btn-icon {
    padding: 0;
    font-size: 14px;
    color: #5E6366;
    background: none;
}

.grid-cdek-deb-page {
    width: 100%;
    height: calc(100% - 340px);
}

.placeholder-filter-cdek {
    width: 100%;
    height: 10px;
    background-color: #C2E19D;
    border-bottom: 1px solid #9ec56f;
}

.checkers-visible {
    display: inline-block !important;
    margin: 0 0 0 !important;
    position: relative;
    vertical-align: sub;
}

.menu-for-head-cdek {
    left: -138px;
}

.wrap-cdek-load {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 1070;
    position: absolute;
}

.cdek-body {
    position: absolute;
    left: 45%;
    top: 40%;
    width: 150px;
    height: 150px;
    background: radial-gradient(ellipse at 50px 50px, #abc624 0%, #3a8c3b 100%);
    border-radius: 100%;
    transform-style: preserve-3d;
    z-index: 1060;
    animation: push-cdek-logo 2s infinite;
}

.cdek-logo {
    height: 95px;
    background: url('../img/wings-cdek.png') no-repeat;
    background-size: contain;
    position: relative;
    top: 37px;
    left: 20px;
    transform: translateZ(25px);
}

.cdek-fliker {
    width: 50px;
    height: 13px;
    border-radius: 100%;
    background: rgba(217, 232, 115, 0.2);
    position: relative;
    top: -29px;
    left: 40px;
    transform: translateZ(10px);
    box-shadow: 0 0 15px rgba(255, 244, 196, 0.2);

}

.anim-circle-back {
    position: absolute;
    left: 45%;
    top: 40%;
    width: 150px;
    height: 150px;
    z-index: 1055;
    background: #80da00;
    animation: load-looper 2s infinite;
    border-radius: 100%;
}

.loading-text-cdek {
    position: relative;
    top: 65px;
    left: 27%;
    text-align: center;
    font-family: monospace;
    font-weight: bold;
    color: #285200;
}

.wrap-cdek-load.ng-hide-add {
    -webkit-animation: disappear-cdek-loader 0.2s both ease-in;
    -moz-animation: disappear-cdek-loader 0.2s both ease-in;
    animation: disappear-cdek-loader 0.2s both ease-in;
}

.wrap-cdek-load.ng-hide-remove {
    -webkit-animation: appear-cdek-loader 0.2s both ease-in;
    -moz-animation: appear-cdek-loader 0.2s both ease-in;
    animation: appear-cdek-loader 0.2s both ease-in;
}

.date-glue-input {
    margin-left: -3px;
}

.border-rad-nuller {
    border-radius: 0;
}

.column-fill-cdek-date {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    margin-right: 20px;
}

.column-fill-cdek-end {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    /*justify-content: flex-end;*/
    flex-grow: 1;
}

.wrap-flex-in-well {
    display: flex;
}

.row-in-well {
    max-width: none;
}

.flex-grow-cdek {
    flex-grow: 1;
}

.btns-display-class {
    display: inline-block;
    margin-bottom: 5px;
}

.date-akt-lenght {
    width: 250px;
}

.test-grid-block {
    width: 100%;
    height: calc(100% - 295px);
}

.test-grid-block-closed {
    width: 100%;
    height: calc(100% - 90px);
}

.bal-tabs-cdek {
    width: 100%;
    background: rgb(224, 224, 224);
    display: inline-block;
}

.wrap-tab-bal {
    width: 100%;
    height: calc(100% - 100px);
}

.mine-tab-bal {
    width: 100%;
    height: 100%;
}

.row-with-two-bal {
    width: 100%;
    background: #ebebeb;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 0 solid #bdbdbd;
    border-top-width: 1px;
    padding: 10px;
}

.row-content-one-bal {
    justify-content: flex-start;
}

/*.row-with-two-bal:hover{
  background: #e4e4e4;
}*/

/*.row-with-two-bal:last-child{
  border-bottom-width: 1px;
}*/

.tabs-in-bal {
    border: 1px solid #bdbdbd;
}

.labels-in-row-bal {
    display: flex;
    font-size: 17px;
}

.labels-in-row-bal>* {
    margin-left: 5px;
    margin-top: 5px;
}

.in-row-date-bal {
    width: 520px;
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.row-spitter-bal {
    display: flex;
}

.row-spitter-bal>* {
    border-left-width: 1px;
}

.row-spitter-bal:first-child {
    border-left-width: 0;
}

.block-for-btn-bal {
    width: 500px;
    display: flex;
    justify-content: center;
}

.row-grids-bal {
    width: 100%;
    height: calc(100% - 270px);
    display: flex;
}

.grid-in-row-bal {
    height: 100%;
    width: 50%;
    border: 1px solid #bdbdbd;
    padding-left: 1px;
}

.row-with-two-bal>label {
    margin-bottom: 0;
}

.partner-tab-bal {
    width: 100%;
    height: 100%;
}

.trans-grid-block {
    width: 100%;
    height: calc(100% - 400px);
}

.btn-filter-switch-catalog {
    height: 35px;
    padding: 7px;
    margin-left: 10px;
    width: 90px;
    background: #c2e19d;
    text-align: center;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    position: absolute;
    top: 17px;
    z-index: 1050;
}

.grid-catalog {
    width: 100%;
    height: calc(100% - 210px);
}

.navbar-spacer-with-filter {
    margin-left: 100px !important;
}

.backdrop-for-modal-cdek {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 1;
    z-index: 1060;
}

/*.modal-detail-pp {
    top: 50%;
    left: 50%;
    position: absolute;
    background: white;
    width: 900px;
    height: fit-content;
    padding: 10px 10px 65px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.modal.modal-fit-content>.modal-detail-pp {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px auto;
    background: white;
    width: 1000px;
    height: fit-content;
    display: table;
    padding: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    outline: none;
}

.hr-in-modal-cdek {
    margin-top: 0;
    border-top: 1px solid #dedede;
}

.top-modal-label-cdek {
    font-size: 17px;
}

.exit-btn-modal-cdek {
    float: right;
    color: darkgray;
    cursor: pointer;
}

.exit-btn-modal-cdek:hover {
    color: gray;
}

.date-modal-block-cdek {
    width: 100%;
    height: 30px;
    background: #e2e2e2;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 5px;
}

.date-modal-block-cdek:first-of-type {
    border-top: 1px solid #cccccc;
}

.gris-in-modal-cdek {
    width: 100%;
    height: 350px;
}

.backdrop-for-modal-cdek.ng-leave {
    -webkit-animation: scaleDown 0.2s both ease-out;
    -moz-animation: scaleDown 0.2s both ease-out;
    animation: scaleDown 0.2s both ease-out;
}

.backdrop-for-modal-cdek.ng-enter {
    -webkit-animation: scaleUp 0.2s both ease-in;
    -moz-animation: scaleUp 0.2s both ease-in;
    animation: scaleUp 0.2s both ease-in;
}

.grid-checkbox-cdek {
    width: 100%;
    height: 75%;
    margin: 0 !important;
}

.wrap-content-cdek {
    position: fixed;
    top: 45px;
    width: 100%;
    height: calc(100% - 45px - 30px);
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    border: 1px #fafafa solid;
}

.multiSelect>button {
    height: 34px;
    white-space: nowrap;
    border-radius: 0 4px 4px 0;
    min-height: 0 !important;
}

.i-in-grid {
    width: 100%;
    text-align: center;
}

.radios-horizontal-cdek {
    align-self: center;
}

.wrap-big-form-cdek {
    padding: 15px;
    flex-basis: 90%;
}

.wrap-nav-form {
    display: flex;
    padding-bottom: 150px;
    padding-top: 50px;
    justify-content: flex-end;
    background: #e0e0e0;
    min-width: 1024px;
}

.nav-in-form-cdek {
    position: fixed;
    height: 100%;
    min-width: 10%;
    top: 45px;
    background: #d4d4d4;
    padding-top: 5px;
    z-index: 5;
    white-space: nowrap;
}

.first-ctrl {
    overflow-y: hidden;
}

.wrap-big-cdek {
    position: relative;
    overflow: scroll;
    height: 100%;
}

.view-holder {
    height: 100%;
}

.btns-under-filter-cdek {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.btns-under-filter-cdek>button {
    margin-left: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.21);
}

.material-shadow-cdek {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.21);
}

.field-in-form-cdek {
    display: flex;
    flex-direction: row;

}

.field-in-form-cdek>div {
    margin-right: 20px;
}

.col-form-cdek {
    flex-basis: 100%;
}

.col-seventy-five-cdek {
    flex-basis: 75%;
}

.col-half-cdek {
    flex-basis: 50%;
}

.col-third-cdek {
    flex-basis: 33%;
}

.col-fourth-cdek {
    flex-basis: 25%;
}

.col-fifth-cdek {
    flex-basis: 20%;
}

.col-zero-cdek {
    flex-basis: 0;
    min-width: 210px;
}

.standart-control-cdek {
    margin-bottom: 10px;
}

.standart-control-cdek>button {
    width: 100%;
}

.plus-create-table-butt {
    text-align: center;
}

.plus-create-table-butt:hover {
    color: white;
    background: #6bb85c;
    cursor: pointer;
}

.delete-create-td {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-top: 6px;
    text-align: center;
    background: #f5aeae;
    color: #9a5f5f;
}

.delete-create-td:hover {
    background: #9a5f5f;
    color: #f3b8b8;
}

.inputs-table-create {
    background: rgba(255, 255, 255, 0) no-repeat right center !important;
    background-size: 20px !important;
    height: 25px;
    width: 100%;
    padding-left: 7px;
    padding-right: 10px;
}

.table-cdek>tbody>tr>td {
    padding: 0;
    max-width: 450px;
    overflow: auto;
    background: white;
}

.table-cdek>thead>tr>th {
    font-weight: normal;
    background: #222222;
    color: #d2d2d2;
}

.column-fill-cdek>span {
    color: #696969;
    font-size: 11px
}

.standart-control-cdek>span {
    color: #696969;
    font-size: 13px
}

.special-h3-cdek {
    margin-top: 0;
    font-size: 22px;
}

.frame-filter-cdek {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.third-grid-block {
    padding-top: 5px;
    width: 100%;
    /* height: calc(100% - 75px); */
}

.third-grid-block-closed {
    padding-top: 5px;
    width: 100%;
    /* height: calc(100% - 435px); */
}

.wrap-third-cdek {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 45px;
    overflow-y: auto;
}

.over-all-detail {
    background: #222;
    height: 100%;
    border-top: 1px solid;
    overflow: auto;
    display: flex;
    /* justify-content: space-between; */
    border-bottom: 1px solid #191919;
    flex-wrap: wrap;
    padding: 16px 10px 10px;
}

.detail-well-cdek {
    min-height: 100px;
}

.sub-well-cdek {
    /* margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px; */
}

.right-well-detail {
    margin-left: 5px;
    flex: 1 0 40%;
}

.left-well-detail {
    flex: 1 1 12%;
    flex-direction: column;
    display: flex;
}

.pageslide-for-detail {
    margin-bottom: 75px;
    /* height: 360px; */
    /* position: absolute; */
    width: 100%;
    flex: 1;
}

.img-in-detail {
    height: 200px;
    width: 400px;
}

.detail-bar-cdek {
    margin-bottom: 0;
    background-color: #222222;
    border: 0 solid #222;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
}

.detail-bar-cdek.ng-hide,
.over-all-progress.ng-hide {
    opacity: 0;
}

.detail-bar-cdek.ng-hide-add,
.detail-bar-cdek.ng-hide-remove,
.over-all-progress.ng-hide-add,
.over-all-progress.ng-hide-remove {
    transition: all linear 0.5s;
}

.navbar-text {
    user-select: none;
}

.over-all-progress {
    background: #222;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 1;
    z-index: 1040;
}

.well-for-img-detail {
    width: 440px;
}

.detail-well-cdek>ul>li>label,
.sub-well-cdek>ul>li>label {
    margin-right: 5px;
}

.wrap-style-cdek {
    position: relative;
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
    background: #e0e0e0;
}

.sub-well-cdek>div>ul,
.sub-well-cdek>ul {
    list-style: none;
}

.style-grid {
    width: 100%;
    height: 200px;
}

.options-btns {
    width: 200px;
    height: 55px;
}

.hider-animate {
    transition: all ease-in-out 0.3s;
    transform: translateX(230px);
}

.add-grid-block {
    width: 100%;
    height: 52px;
}

.add-newline-grid {
    cursor: pointer;
}

.add-newline-grid:hover {
    color: lightgray;
}

.delete-in-grid {
    color: #737373;
    cursor: pointer;
}

.delete-in-grid:hover {
    color: black;
}

.middle-panel-buttons-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #E3E5E6;
    height: min-content;
    padding: 0 15px;
}

.middle-panel-buttons-line>button {
    margin: 16px 8px 8px 0;
}

.middle-panel-filters-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #E3E5E6;
    padding: 0 15px;
}

.middle-panel-filters-line>.btn {
    margin: 1px 4px;
}

.btn-show-btns {
    position: fixed;
    right: -16px;
    font-size: 14px;
    top: 70px;
    background: white;
    height: 20px;
    width: 50px;
    z-index: 1000;
    transform: rotate(-90deg);
    border-radius: 10px 10px 0 0;
}

.btn-hide-btns {
    position: absolute;
    right: -20px;
    top: 24px;
    color: gray;
}

.btn-hide-btns:hover {
    cursor: pointer;
    color: black;
}

.standart-flex {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.standart-flex.resizable {
    flex: 0 0 300px;
}

.load-new-detail {
    float: right;
}

.input-load-sm,
.input-load-xs,
.input-load {
    position: relative;
}

/*.input-load-sm::after {
    content: "\f110";
    position: relative;
    animation: fa-spin 1s infinite steps(8);
    width: 1.28571429em;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    top: -21px;
    right: 5px;
    float: right;
}*/

.input-load-xs::after {
    content: "\f110";
    position: absolute;
    animation: fa-spin 1s infinite steps(8);
    width: 1.28571429em;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    top: 5px;
    right: 5px;
}

.input-load::after {
    content: "\f110";
    position: relative;
    animation: fa-spin 1s infinite steps(8);
    width: 1.28571429em;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    top: -27px;
    right: 5px;
    float: right;
}

.exit-btn-modal-fran {
    color: gray;
    position: absolute;
    top: 8px;
    right: 8px;
}

.exit-btn-modal-fran:hover {
    cursor: pointer;
    color: black;
}

.hr-in-modal-fran {
    margin-top: 5px;
}

.top-modal-label-fran {
    display: inline-block;
    margin-bottom: 5px;
    color: #696969;
}

.top-modal-label-fran,
.top-modal-label-fran>span {
    font-size: 16px;
}

.top-modal-label-fran h3 {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
}

.top-modal-label-fran h4 {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.btns-modal {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: start;
}

.btns-modal>button {
    margin-left: 5px;
}

.row-for-modal {
    display: flex;
    justify-content: space-around;
    flex: 1;
}

.row-for-modal>div {
    flex: 1;
    margin-left: 10px;
}

.row-for-modal>div:first-child {
    margin-left: 0;
}

.navbar.bottom-nav-cdek {
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 0;
    background: #E3E5E6;
    color: #5e6366;
}

.bottom-nav-cdek {
    display: block;
}

.btns-block-edit-first {
    position: absolute;
    right: 0;
    z-index: 900;
    display: block;
    top: 5px;
    margin-right: 15px;
}

.form-group.filterCh {
    padding-top: 24px;
}

.min-width {
    min-width: 1366px;
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.multiSelect>button {
    height: 34px;
    white-space: nowrap;
    border-radius: 0px 4px 4px 0px;
    min-height: 0px !important;
}

.add-sm {
    height: 24px;
    max-width: 171px !important;
    min-width: 90px !important;
    width: 100% !important;
}

.add-sm-sep {
    width: 16px;
    text-align: center;
}

.control-label>input[type="radio"] {
    width: 15px;
}

.chip {
    display: inline-block;
    position: relative;
    padding: 0 4px;
    margin: 5px 5px 5px 0;
    background-color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.div-in-grid {
    width: 100%;
    text-align: center;
}

.grid-setup-icon {
    top: -4px;
    color: #737373;
    cursor: pointer;
}

.grid-setup-icon:hover {
    color: black;
}

.closebtn {
    color: #888;
    cursor: pointer;
}

.closebtn:hover {
    color: red;
}

.ag-cdek .ag-menu {
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 9999;
}

.panel-body span,
.panel-body .control-label.label-xs {
    font-size: 12px;
    line-height: 14px;
}

.ellipsisFieldName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 85%;
    vertical-align: text-bottom;
    color: #3E4345;
}

.dropdown-menu {
    overflow-y: auto;
    max-height: 300px;
    width: 100%;
    overflow-x: hidden;
}

.uib-typeahead-match a {
    white-space: normal !important;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
}

/* bar height */
.styled .switcher-line:before {
    height: 20px;
}

/* bar backgrounds */
/*
.styled         .switcher-line:before { background: #e35144; }
.styled .active .switcher-line:before { background: #4ecb32; }
*/
.styled .switcher-line:before {
    background: #bfbfbf;
}

.styled .active .switcher-line:before {
    background: #7a7a7a;
}

/* icons opacity */

.styled .switcher-label.false,
.styled .active .switcher-label.true {
    opacity: 1;
}

.styled .switcher-label.true,
.styled .active .switcher-label.false {
    opacity: .4;
}

html,
body {
    height: 100%;
}

span,
.control-label.label-xs {
    font-size: 11px;
}

.label-empty {
    margin-top: 20px;
}

.well-xs {
    padding: 9px;
    border-radius: 0;
}

.row-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

.row-narrow .col-xs-1,
.row-narrow .col-sm-1,
.row-narrow .col-md-1,
.row-narrow .col-lg-1,
.row-narrow .col-xs-2,
.row-narrow .col-sm-2,
.row-narrow .col-md-2,
.row-narrow .col-lg-2,
.row-narrow .col-xs-3,
.row-narrow .col-sm-3,
.row-narrow .col-md-3,
.row-narrow .col-lg-3,
.row-narrow .col-xs-4,
.row-narrow .col-sm-4,
.row-narrow .col-md-4,
.row-narrow .col-lg-4,
.row-narrow .col-xs-5,
.row-narrow .col-sm-5,
.row-narrow .col-md-5,
.row-narrow .col-lg-5,
.row-narrow .col-xs-6,
.row-narrow .col-sm-6,
.row-narrow .col-md-6,
.row-narrow .col-lg-6,
.row-narrow .col-xs-7,
.row-narrow .col-sm-7,
.row-narrow .col-md-7,
.row-narrow .col-lg-7,
.row-narrow .col-xs-8,
.row-narrow .col-sm-8,
.row-narrow .col-md-8,
.row-narrow .col-lg-8,
.row-narrow .col-xs-9,
.row-narrow .col-sm-9,
.row-narrow .col-md-9,
.row-narrow .col-lg-9,
.row-narrow .col-xs-10,
.row-narrow .col-sm-10,
.row-narrow .col-md-10,
.row-narrow .col-lg-10,
.row-narrow .col-xs-11,
.row-narrow .col-sm-11,
.row-narrow .col-md-11,
.row-narrow .col-lg-11,
.row-narrow .col-xs-12,
.row-narrow .col-sm-12,
.row-narrow .col-md-12,
.row-narrow .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.modal-fit-content .form-group {
    margin-bottom: 5px;
}

.characteristics-group {
    border: 1px LightGrey solid;
    height: auto;
    padding: 5px;
    height: 100%;
}

.characteristics-group hr {
    margin: 5px;
}

.characteristics-group-blocks .row.row-narrow.row-flex {
    display: flex;
    height: 100%;
}

.characteristics-mini-button {
    min-width: 20px;
    padding: 4px 0;
    font-size: 10px;
}

.modal-detail-pp h5,
.modal-detail-pp h5>span {
    font-size: 12px;
    font-weight: bold;
    color: #868383;
    margin: 6px 0 4px 0;
}

.modal-detail-pp header {
    margin-bottom: 20px;
}

.modal-detail-pp footer {
    margin-top: 30px;
}

.modal-detail-pp section+section {
    margin-top: 30px;
}

.add-xs-sep {
    width: 24px;
    text-align: center;
    padding: 3px 4px;
}

.add-xs-period {
    height: 24px;
    max-width: 196px !important;
    min-width: 78px !important;
    width: 100% !important;
}

.input-xs.compact {
    height: 24px;
    max-width: 196px !important;
    min-width: 78px !important;
    width: 100% !important;
}

.btn.btn-default.compact {
    height: 24px !important;
}

.input-xs.compact {
    height: 24px;
    max-width: 196px !important;
    min-width: 78px !important;
    width: 100% !important;
}

.margin-block {
    margin-bottom: 10px;
}

.office-images-container {
    min-height: 160px;
    max-height: 600px;
    overflow-y: scroll;
    margin: 8px 0;
    padding: 5px;
    background: #efefef;
    border: lightgrey 1px solid;
}

.office-images-preview {
    width: 150px;
    height: 150px;
    margin: 5px;
    position: relative;
    background: white;
    border: lightgrey 1px solid;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.office-images-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    cursor: pointer;
}

.office-images-main-star {
    position: absolute;
    top: 0;
    left: 0;
    color: yellow;
    cursor: default;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.office-images-set-as-main-star {
    position: absolute;
    top: 0;
    left: 0;
    color: lightgoldenrodyellow;
    cursor: pointer;
    text-shadow: -1px -1px 0 Black, 1px -1px 0 Black, -1px 1px 0 Black, 1px 1px 0 Black;
}

.office-images-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: tomato;
    cursor: pointer;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.office-modal-main-well {
    background: #ECECEC;
    margin-bottom: 0;
}

.view-office-column>.panel {
    margin: 0 0 8px 0;
    border: 1px #e0e0e0 solid;
    overflow: hidden;
}

.view-office-column>.panel>.panel-heading {
    padding: 3px 10px;
    user-select: none;
    cursor: pointer;
}

.view-office-column>.panel>.panel-body {
    padding: 5px 10px;
}

.view-office-no,
.view-office-yes {
    padding: 4px;
    font-size: 12pt;
    font-weight: normal;
    top: 0;
}

.view-office-yes {
    color: #43ac6a;
}

.view-office-yes:before {
    content: "\e013";
}

.view-office-no {
    color: #9a5f5f;
}

.view-office-no:before {
    content: "\e014";
}

.mass-binding-offices-table {
    width: 100%;
    margin: 2px;
    padding: 2px;
    height: 250px;
}

.mass-binding-offices-table thead {
    display: block;
}

.mass-binding-offices-table tbody {
    display: block;
    overflow-y: scroll;
    height: 220px;
    width: 100%;
}

.mass-binding-offices-table .wdtp-table-row>th {
    text-align: center;
}

.mass-binding-offices-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.nice-scrollbar {
    overflow-y: scroll;
    max-height: 300px;
}

.nice-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.nice-scrollbar::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.nice-scrollbar::-webkit-scrollbar-thumb {
    background: #E1E1E1;
}

.nice-scrollbar:hover::-webkit-scrollbar-thumb {
    background: #A0A0A0;
}

.nice-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.nice-scrollbar details>summary {
    user-select: none;
    cursor: pointer;
}

.nice-scrollbar>.list-group-item {
    font-size: 11px;
    font-weight: 400;
}

.nice-scrollbar>.list-group-item>.list-group-item-heading {
    font-size: 14px;
    font-weight: bold;
    text-decoration: darkgrey underline;
}

.modal-little-box {
    top: 50%;
    left: 50%;
    position: absolute;
    background: white;
    width: 300px;
    height: fit-content;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-little-box>div {
    width: 100%;
    margin: 2px;
}

.alerts-container {
    z-index: 2000;
    position: fixed;
    max-width: 33%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.alerts-container>.alert {
    display: block;
    margin: 5px;
}

.alert>.close {
    margin-left: 5px;
}

.generic-message-underline {
    text-decoration: underline;
    font-size: 15px;
}

.tab-horizontal>.active {
    background-color: #f1f3f5;
    padding: 5px;
    margin-top: -1px;
}

details summary {
    display: block;
    outline-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

details:not([open]) summary small.up {
    display: none;
}

details[open] summary small.down {
    display: none;
}

.view-office-table {
    border-bottom: 1px lightgrey solid;
    align-items: baseline;
}

.view-office-table-sub>span {
    padding-left: 16px;
}

.view-office-value {
    padding: 2px;
    font-weight: bold;
    text-align: right;
}

.view-office-label {
    padding: 2px;
}

.view-office-exclusions-list {
    height: min-content;
    max-height: 400px;
    overflow-y: auto;
}

.office-images-fullscreen {
    position: fixed;
    z-index: 1500;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
    border: grey 1px Solid;
    padding: 5px;
    background-color: lightgrey;
    cursor: pointer;
}

.modal-map-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    background: white;
    border-radius: 1%;
    padding: 10px;
}

.modal-map-panel {
    width: 100%;
    height: 500px;
}

.modal-map-notes {
    margin: 2px;
    height: 64px;
}

.form-group {
    position: relative;
}

.table tr.selected {
    background-color: #E0F2F1;
}

.table tr.selected>td {
    background: transparent;
}

.table-hover>tbody>tr.selected:hover {
    background-color: #E0F2F1;
}

.table-cdek>tbody>tr>td {
    padding: 0;
    border: 1px solid #c6cacc;
}

.table-cdek>thead>tr>th {
    font-weight: normal;
    background: #666;
    color: #d2d2d2;
    text-align: center;
    border-color: rgb(157, 157, 157);
}

.office-tab-content {
    margin: 10px 0;
}

input.ng-invalid.ng-dirty,
select.ng-invalid.ng-dirty {
    border: 1px solid red;
}

.ng-invalid~.input-group-btn {
    border: none;
}

.field-history {
    display: inline-block;
}

.input-group-btn .field-history .btn {
    border-left: none;
}

.w100 {
    width: 100%;
}

.alert.btn {
    color: #000;
}

.alert-danger.btn {
    color: #fff;
}

.table-material>thead:first-child>tr:first-child>th {
    border-bottom: 0;
    background: #C6CACC;
}

.btn-link.text-danger {
    color: #F04124;
}

.grid-link {
    color: #1976d2;
    font-size: 14px;
    cursor: pointer;
}

.ag-header-row .ag-header-select-all {
    padding: 0;
    margin: 0 0 0 5px;
}

.checkboxLayer-fixed .checkboxLayer {
    left: 0;
    right: 0;
}

.checkboxLayer-fixed .multiSelect .multiSelectItem {
    min-width: auto;
    white-space: normal;
}

.clear-input {
    position: relative;
}

.clear-input__button {
    position: absolute;
    font-size: 11px;
    cursor: pointer;
    right: 0;
    padding: 8px;
    color: #888;
}

.filter-btns-panel {
    position: relative;
    background: #E3E5E6;
    padding-top: 5px;
}

input[type="checkbox"]~strong {
    font-size: 14px;
}

.nav-tabs {
    background-color: #F1F3F4;
    border: none;
    margin: 0 -16px;
}

.nav-tabs>li {
    margin: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
    border: none;
    padding: 6px 16px;
    color: #069697;
    cursor: pointer;
}

.nav-tabs>.active {
    color: #3E4345;
    text-shadow: none
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: none;
    border: none;
}

.input-group-btn .btn {
    border-radius: 2px;
}

.input-group-btn:last-child>.field-history>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.table-cdek>tbody>tr>td {
    height: 24px;
    padding: 0 4px;
    line-height: 24px;
}

.table-cdek>thead>tr {
    border: 1px solid #c6cacc;
}

.table-cdek>thead>tr>th {
    font-weight: normal;
    background: #C6CACC;
    color: #3E4345;
    height: 24px;
    padding: 0 4px;
    line-height: 24px;
    border: none;
}

.table-cdek tr.chosen>td {
    background-color: #E0F2F1;
}

.alert .close {
    color: #3E4345;
}

.ag-cdek .ag-header-cell {
    text-align: left;
}

.strong {
    font-weight: 700;
}

.checkbox-empty input[type="checkbox"]::before,
.checkbox-plus input[type="checkbox"]::before,
.checkbox-minus input[type="checkbox"]::before {
    border: 1px solid #5E6366;
    background-color: #ffffff;
}

.checkbox-plus input[type="checkbox"]::after {
    content: '';
    position: absolute;
    display: inline-block;
    border: none;
    transform: none;
    background: linear-gradient(#5E6366, #5E6366), linear-gradient(#5E6366, #5E6366), #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 2px, 2px 12px;
    width: 16px;
    height: 16px;
    top: 0;
    left: 1px;
    border-radius: 50%;
    transition: transform 0.25s ease-out;
    transform-origin: center;
}

.checkbox-plus input[type="checkbox"]:active::after {
    transform: rotate(180deg);
}

.checkbox-minus input[type="checkbox"]::after {
    content: '';
    position: absolute;
    display: inline-block;
    border: none;
    transform: none;
    background: linear-gradient(#5E6366, #5E6366);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 2px, 2px 12px;
    width: 16px;
    height: 16px;
    top: 0;
    left: 1px;
    border-radius: 50%;
}

.tooltip-inner {
    max-width: 360px;
    white-space: nowrap;
    text-align: left;
}

.characteristics-options.dropdown-menu {
    width: max-content;
}

.characteristics-options.dropdown-menu li {
    padding: 4px 8px;
}

.characteristics-options__buttons {
    position: sticky;
    display: block;
    background: #fff;
    padding: 8px;
    z-index: 1;
    top: 0;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-right-8 {
    margin-right: 8px;
}

.hr-cash-box {
    margin: 4px 0px;
}

.warning-circle {
    font-style: normal;
    color: #f04124;
    position: absolute;
    animation: blinker 1s linear infinite;
}

.cash-block {
    height: 145px;
    overflow: auto;
}

.ag-cdek .ag-group-expanded,
.ag-cdek .ag-group-contracted {
    cursor: pointer;
    margin-left: 2px
}

.ag-cdek .ag-row-group-leaf-indent .ag-group-value {
    margin-left: 3px
}

.ag-cdek .ag-cell-expandable .ag-group-value {
    margin-left: 0
}

.ag-cdek .ag-ltr .ag-row-group-indent-0 {
    padding-left: 20px
}

.ag-cdek .ag-ltr .ag-row-group-indent-1 {
    padding-left: 40px
}

.ag-cdek .ag-ltr .ag-row-group-indent-2 {
    padding-left: 60px
}

.ag-cdek .ag-ltr .ag-row-group-indent-3 {
    padding-left: 80px
}

.ag-cdek .ag-ltr .ag-row-group-indent-4 {
    padding-left: 100px
}

.ag-cdek .ag-ltr .ag-row-group-indent-5 {
    padding-left: 120px
}

.ag-cdek .ag-ltr .ag-row-group-indent-6 {
    padding-left: 140px
}

.ag-cdek .ag-ltr .ag-row-group-indent-7 {
    padding-left: 160px
}

.ag-cdek .ag-ltr .ag-row-group-indent-8 {
    padding-left: 180px
}

.ag-cdek .ag-ltr .ag-row-group-indent-9 {
    padding-left: 200px
}

.ag-cdek .ag-ltr .ag-row-group-indent-10 {
    padding-left: 220px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-0 {
    padding-left: 0
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-1 {
    padding-left: 20px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-2 {
    padding-left: 40px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-3 {
    padding-left: 60px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-4 {
    padding-left: 80px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-5 {
    padding-left: 100px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-6 {
    padding-left: 120px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-7 {
    padding-left: 140px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-8 {
    padding-left: 160px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-9 {
    padding-left: 180px
}

.ag-cdek .ag-ltr .ag-cell-expandable.ag-row-group-indent-10 {
    padding-left: 200px
}

.office-category .characteristics {
    max-height: 300px;
    display: block;
    overflow-y: scroll;
    border: 1px solid #919699;
    padding: 4px 8px;
}

.timepicker button.btn.btn-default {
    background: none;
}

.timepicker button.btn.btn-default:active,
.timepicker button.btn.btn-default:focus,
.timepicker button.btn.btn-default:hover {
    background-color: #cecece;
    border-color: #adadad;
    color: #000;
}

.timepicker tbody button.btn.btn-default {
    background: #00796b;
    border-color: #00796b;
    color: white;
}

.timepicker tbody button.btn.btn-default:active,
.timepicker tbody button.btn.btn-default:focus,
.timepicker tbody button.btn.btn-default:hover {
    background: #00796b;
    border-color: #00796b;
    color: #fff;
}

.form-hint {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5E6366;
}

.checkbox-label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

switcher.remo-left-margin .switcher .switcher-line {
    margin-left: 0px;
}

.vat-row-counter {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;

    width: 24px;
    height: 28px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    margin-right: 8px;
}

.add-tax-system-button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1976D2;
    margin-top: 8px;
    cursor: pointer;
}

.tax-system-date-to {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3E4345;
}

.accordion-icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/keyboard_arrow_up-icon.svg") no-repeat center center;
}

.accordion-icon.active {
    transform: rotate(180deg);
}

.modal-history-accordion {
    border-radius: 8px;
    background: #F1F3F4;
    padding: 8px;
}

.modal-history-accordion--header {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
}

.modal-history-accordion--header > .header-text {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.1px;
}

input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].hide-arrows {
    -moz-appearance:textfield;
}

.adaptive-multiselect {
    width: 100%;
    max-width: 100%;
}

.adaptive-multiselect .multiSelect button {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adaptive-multiselect .multiSelect button .caret {
    position: absolute;
    top: 12px;
    right: 5px;
}

.table-icon {
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.founders-file-container {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.founder-files-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;

    padding: 8px 6px;
    background: #F1F3F4;
    flex: 1;
}

.founders-files-delete {

}

.mb-16 {
    margin-bottom: 16px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-8 {
    margin-top: 8px;
}

.ml-8 {
    margin-left: 8px;
}

input-multi-languages ~ .input-group-btn .btn {
    height: 28px;
    width: 35px;
    margin-top: 20px;
    margin-left: -1px;
}
