@font-face {
    font-family: Circe;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Circe-Light.eot');
    src: url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Light.woff') format('woff'),
    url('../fonts/Circe-Light.ttf') format('truetype');
}

@font-face {
    font-family: Circe;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Circe-Regular.eot');
    src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Regular.woff') format('woff'),
    url('../fonts/Circe-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Circe;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Circe-Bold.eot');
    src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Bold.woff') format('woff'),
    url('../fonts/Circe-Bold.ttf') format('truetype');
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: var(--theme-primary-b2b-color);
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

html {
    height: 100%
}

body, html {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Circe, sans-serif;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 20px;
    font-size: 13pt;
    line-height: 14pt;
    color: #474b4c;
    font-weight: 400;
    background-color: var(--theme-background-b2b-color)
}

.container {
    margin: 0 auto;
    min-width: 960px;
    display: -webkit-box;
    display: flex;
    flex-align: flex-start
}

.nowrap {
    white-space: nowrap
}

.tooltip {
    display: block;
    position: absolute;
    z-index: 1070;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    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: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

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

.tr {
    display: table-row
}

.tr--active {
    background: #f1f6f9
}

.tr--interactive {
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    text-decoration: none
}

.tr--interactive:active, .tr--interactive:focus, .tr--interactive:hover {
    -webkit-transition: .4s;
    transition: .4s;
    background: #f1f6f9;
    color: #dd815b;
    text-decoration: none
}

.td, .th {
    display: table-cell;
    border-bottom: 1px solid #dde9f0;
    padding: 15px;
    vertical-align: middle;
    padding: 15px 30px;
}

.td:first-child, .th:first-child {
    padding-left: 30px
}

.td:last-child, .th:last-child {
    padding-right: 30px
}

.td--content-width, .th--content-width {
    white-space: nowrap;
    width: 1%
}

.td--expandable, .th--expandable {
    width: auto
}

.td--interactive, .th--interactive {
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    text-decoration: none
}

.td--interactive:active, .td--interactive:focus, .td--interactive:hover, .th--interactive:active, .th--interactive:focus, .th--interactive:hover {
    -webkit-transition: .4s;
    transition: .4s;
    background: #f1f6f9;
    color: #dd815b;
    text-decoration: none
}

.th {
    color: #909393;
    vertical-align: bottom
}

.auth {
    display: block;
    background: #fff;
    padding: 15px 30px
}

.auth__header {
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 20pt;
    color: #474b4c
}

.auth-restore {
    text-align: center;
    margin-top: 50px
}

.auth-restore__link {
    color: var(--theme-primary-b2b-color);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s;
    transition: .4s;
    letter-spacing: .5px
}

.auth-restore__link:active, .auth-restore__link:focus, .auth-restore__link:hover {
    border-bottom: 1px solid #2b9bad;
    color: #2b9bad;
    -webkit-transition: .4s;
    transition: .4s;
    text-decoration: none
}

.sidebar {
    background-color: #fff;
    -webkit-box-flex: 0;
    flex: 0 0 290px;
    padding: 0 10px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 13pt;
    line-height: 13pt
}

.logo {
    display: block;
    margin: 0;
    width: 100%;
    height: 130px;
    cursor: pointer;
    border: 0;
    outline: none;
    background-color: white;
}

.logo img {
    max-heigth: 20px;
    max-width: 200px;
}

.logo img.full {
    display: block;
    margin-left: 40px;
}
.logo img.short {
    display: none;
    margin: 0 auto;
}


.menu__item {
    display: -webkit-box;
    display: flex;
    line-height: 1.2;
    height: 50px;
    text-decoration: none;
    color: #474b4c;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.menu__item--active, .menu__item:active, .menu__item:focus, .menu__item:hover {
    background-color: #f3f6f8;
    color: var(--theme-primary-b2b-color);
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s
}

.menu__icon {
    margin: 0 15px 0 40px
}

.login {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 40px
}

.login__block {
    display: block;
    padding: 15px 0
}

.login__block:first-child {
    padding-left: 40px
}

.login__block:last-child {
    padding-right: 40px
}

.login--active, .login:hover {
    background-color: #f3f6f8;
    -webkit-transition: all .4s;
    transition: all .4s
}

.login__icon {
    min-width: 50px;
    min-height: 50px;
    -webkit-box-flex: 0;
    flex: 0 0;
    display: -webkit-box;
    display: flex;
    border-radius: 50%;
    background-color: var(--theme-primary-b2b-color);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.login__link, .login__name {
    padding-left: 20px;
    color: var(--theme-primary-b2b-color);
    display: block;
    text-decoration: none
}

.login__link:active, .login__link:focus, .login__link:hover, .login__name:active, .login__name:focus, .login__name:hover {
    text-decoration: none
}

.login__name {
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13pt;
    margin-top: 8px
}

.login__link {
    color: #474b4c;
    padding-top: 4px;
    font-size: 10pt
}

.login__link:hover * {
    color: #474b4c;
    border-bottom: 1px solid #474b4c
}

.sidebar--closed {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.sidebar--closed .logo img.full {
    display: none;
}
.sidebar--closed .logo img.short {
    display: block;
}

.sidebar--closed .menu__icon {
    margin: 0 auto
}

.sidebar--closed .menu__text {
    display: none
}

.sidebar--closed .login {
    margin-top: 115px;
    -webkit-box-pack: center;
    justify-content: center
}

.sidebar--closed .login__block {
    padding: 15px 0
}

.sidebar--closed .login__icon {
    min-width: 30px;
    min-height: 30px;
    background-color: #2b9bad
}

.sidebar--closed .login__link, .sidebar--closed .login__name {
    display: none
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.icon--big {
    width: 25px;
    height: 25px;
    font-size: 22px;
    text-align: center;
    color: #474b4c;
    transition: .3s;
}

.icon-btn:hover .icon--big{
    color: var(--theme-primary-b2b-color);
}

.icon--small {
    width: 18px;
    height: 18px
}

.icon--x-small {
    width: 11px;
    height: 11px
}

.icon__house {
    background-image: url(../images/icon/house.png)
}

.icon__house--active, .icon__house:active, .icon__house:focus, .icon__house:hover {
    background-image: url(../images/icon/house--active.png)
}

.icon__download {
    background-image: url(../images/icon/download.png)
}

.icon__download--active, .icon__download:active, .icon__download:focus, .icon__download:hover {
    background-image: url(../images/icon/download--active.png)
}

.icon__file-cabinet {
    background-image: url(../images/icon/file-cabinet.png)
}

.icon__file-cabinet--active, .icon__file-cabinet:active, .icon__file-cabinet:focus, .icon__file-cabinet:hover {
    background-image: url(../images/icon/file-cabinet--active.png)
}

.icon__id-card {
    background-image: url(../images/icon/id-card.png)
}

.icon__id-card--active, .icon__id-card:active, .icon__id-card:focus, .icon__id-card:hover {
    background-image: url(../images/icon/id-card--active.png)
}

.icon__user {
    background-image: url(../images/icon/user.png)
}

.icon__user--active, .icon__user:active, .icon__user:focus, .icon__user:hover {
    background-image: url(../images/icon/user--active.png)
}

.icon__clip {
    background-image: url(../images/icon/clip.png)
}

.icon__clip--active, .icon__clip:active, .icon__clip:focus, .icon__clip:hover {
    background-image: url(../images/icon/clip--active.png)
}

.icon__close {
    background-image: url(../images/icon/close.png)
}

.icon__close--active, .icon__close:active, .icon__close:focus, .icon__close:hover {
    background-image: url(../images/icon/close--active.png)
}

.icon__down-arr {
    background-image: url(../images/icon/down-arr.png)
}

.icon__down-arr--active, .icon__down-arr:active, .icon__down-arr:focus, .icon__down-arr:hover {
    background-image: url(../images/icon/down-arr--active.png)
}

.icon__up-arr {
    background-image: url(../images/icon/up-arr.png)
}

.icon__up-arr--active, .icon__up-arr:active, .icon__up-arr:focus, .icon__up-arr:hover {
    background-image: url(../images/icon/up-arr--active.png)
}

.grid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 1;
    flex: 1 1
}

.grid--no-space {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .grid {
        min-width: 490px;
    }
}

@media (min-width: 1200px) {
    .grid {
        min-width: 720px;
    }
}

.grid-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row--space {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    float: left;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .grid-fluid:after, .grid-fluid:before, .grid:after, .grid:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .grid-fluid:after, .grid:after, .row:after {
    clear: both
}

.progress-bar {
    height: 6px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0
}

.progress-bar__progress {
    height: 100%;
    background: var(--theme-primary-b2b-color)
}

.block {
    padding: 30px 0
}

.block__header {
    margin-top: -30px;
    padding: 0 30px;
    font-size: 24pt;
    font-weight: 400;
    cursor: pointer;
    height: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.block__header .title {
    color: var(--theme-primary-b2b-color);
    font-weight: 700;
    margin: 0 6px
}

.block__header-icon {
    margin-right: 25px
}

.block__content {
    padding: 0 30px 30px
}

.block > * {
    overflow: hidden;
    max-height: unset;
}

.block--closed > :not(.block__header) {
    max-height: 0;
    padding: 0
}

.continue {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 6px;
    height: 70px;
    background: var(--theme-primary-b2b-color)
}

.continue, .continue:active, .continue:focus, .continue:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.continue:active, .continue:focus, .continue:hover {
    background: #2b9bad
}

.reports {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    padding-left: 0;
    padding-right: 0
}

.report {
    display: block;
    padding: 15px
}

.report__content {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    line-height: 1em;
    display: block
}

.report__content--interactive {
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s
}

.report__content--interactive:active, .report__content--interactive:focus, .report__content--interactive:hover {
    text-decoration: none;
    background: #f1f6f9;
    -webkit-transition: .4s;
    transition: .4s
}

.report__header {
    font-size: 14pt;
    font-weight: 400;
    color: #474b4c
}

.report__amount, .report__header {
    line-height: 1em;
    margin-bottom: 22px
}

.report__amount {
    font-size: 27pt;
    font-weight: 700;
    color: var(--theme-primary-b2b-color)
}

.report__negative, .report__positive, .report__previous {
    font-size: 13pt;
    line-height: 1em;
    margin-bottom: 2px
}

.report__positive {
    color: #80c549
}

.report__negative {
    color: #d76730
}

.text-input {
    position: relative;
    height: 70px;
    min-height: 70px;
    border: 2px solid #f1f6f9;
    border-radius: 10px;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow-x: hidden
}

.text-input, .text-input__label {
    -webkit-transition: all .4s;
    transition: all .4s;
    display: -webkit-box;
    display: flex
}

.text-input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #909393;
    background: var(--theme-input-b2b-color);
    z-index: 1
}

.text-input__input, .text-input__label {
    width: 100%;
    padding: 0 20px;
    font-size: 16pt
}

.text-input__input {
    height: 50%;
    -webkit-box-flex: 1;
    flex: 1 0;
    border: 0;
    color: #474b4c;
    position: relative;
    z-index: 10
}

.text-input__input, .text-input__input:active, .text-input__input:focus {
    background: transparent
}

.text-input__input:active + .text-input__label, .text-input__input:focus + .text-input__label {
    background: transparent;
    font-size: 14pt;
    height: 50%;
    bottom: 50%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.text-input--has-value, .text-input--has-value .text-input__input, .text-input--has-value .text-input__label {
    background: transparent
}

.text-input--has-value .text-input__label {
    font-size: 14pt;
    height: 50%;
    bottom: 50%
}

.text-input--has-error {
    border: 2px solid #dd815b
}

.loader {
    position: relative;
    width: 22px;
    height: 22px
}

.loader__dot {
    position: absolute;
    background-color: #474b4c;
    width: 5px;
    height: 5px;
    -moz-border-radius: 3px;
    -moz-animation-name: bounce_loader;
    -moz-animation-duration: 1.36s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 3px;
    -webkit-animation-name: bounce_loader;
    -webkit-animation-duration: 1.36s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -o-border-radius: 3px;
    -o-animation-name: bounce_loader;
    -o-animation-duration: 1.36s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -ms-border-radius: 3px;
    -ms-animation-name: bounce_loader;
    -ms-animation-duration: 1.36s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    border-radius: 3px;
    animation-name: bounce_loader;
    animation-duration: 1.36s;
    animation-iteration-count: infinite;
    animation-direction: normal
}

.loader_1 {
    left: 0;
    top: 9px;
    -webkit-animation-delay: .51s;
    animation-delay: .51s
}

.loader_2 {
    left: 2px;
    top: 2px;
    -webkit-animation-delay: .68s;
    animation-delay: .68s
}

.loader_3 {
    top: 0;
    left: 9px;
    -webkit-animation-delay: .85s;
    animation-delay: .85s
}

.loader_4 {
    right: 2px;
    top: 2px;
    -webkit-animation-delay: 1.02s;
    animation-delay: 1.02s
}

.loader_5 {
    right: 0;
    top: 9px;
    -webkit-animation-delay: 1.19s;
    animation-delay: 1.19s
}

.loader_6 {
    right: 2px;
    bottom: 2px;
    -webkit-animation-delay: 1.36s;
    animation-delay: 1.36s
}

.loader_7 {
    left: 9px;
    bottom: 0;
    -webkit-animation-delay: 1.53s;
    animation-delay: 1.53s
}

.loader_8 {
    left: 2px;
    bottom: 2px;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

@-webkit-keyframes bounce_loader {
    0% {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(.3)
    }
}

@keyframes bounce_loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

.file-input {
    position: relative;
    height: 70px;
    min-height: 70px;
    border: 2px solid #f1f6f9;
    border-radius: 10px;
    background: #f1f6f9;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow-x: hidden;
    cursor: pointer
}

.file-input__input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.file-input__label {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer
}

.file-input__icon {
    margin-right: 15px
}

.file-input:active, .file-input:focus, .file-input:hover {
    border: 2px dashed #f1f6f9;
    background: transparent
}

.switch-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 70px;
    width: 100%
}

.switch-input__control {
    position: relative;
    width: 100px;
    border: 2px solid #f1f6f9;
    background: #f1f6f9;
    border-radius: 10px
}

.switch-input__control:after {
    content: "";
    position: absolute;
    top: 0;
    display: none;
    width: 50%;
    height: 100%;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1
}

.switch-input__control--positive:after {
    display: block;
    left: 0;
    border-radius: 10px 0 0 10px
}

.switch-input__control--positive .switch-input__label--positive {
    pointer-events: none;
    cursor: text
}

.switch-input__control--negative:after {
    display: block;
    left: 50%;
    border-radius: 0 10px 10px 0
}

.switch-input__control--negative .switch-input__label--negative {
    pointer-events: none;
    cursor: text
}

.switch-input__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch-input__label {
    width: 50%;
    padding: 7.5px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.button, .switch-input__label {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}



.button {
    display: -webkit-box;
    display: flex;
    border-radius: 10px;
    height: 70px;
    width: 100%;
    text-decoration: none;
    background: var(--theme-primary-b2b-color);
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
    outline: none;
    box-shadow: none
}

.button:active, .button:focus, .button:hover {
    text-decoration: none;
    background: #2b9bad;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.button--secondary {
    background: transparent;
    color: #a5a5a5
}

.button--secondary:active, .button--secondary:focus, .button--secondary:hover {
    text-decoration: none;
    background: #f1f6f9;
    color: #474b4c;
    -webkit-transition: all .4s;
    transition: all .4s
}

.button-small {
    width: auto !important;
    height: 32px !important;
    min-height: 32px !important;
}

.button-inline {
    display: inline-block;
}

.button-inline.button-small {
    padding: 5px;
}

.content {
    -webkit-box-flex: 1;
    flex: 1 1;
    padding: 0 45px 30px
}

.content__header {
    font-size: 20pt;
    font-weight: 300;
    line-height: 1em;
    color: #909393;
    height: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.content__header--center {
    -webkit-box-pack: center;
    justify-content: center
}

.content__block {
    display: block;
    margin-bottom: 6px;
    background: #fff
}

.content__block--no-margin, .content__block:last-child {
    margin: 0
}

.contracts {
    padding: 30px 0
}

.contracts__filters {
    margin-bottom: 30px
}

.contract {
    padding: 45px 0
}

.contract__def, .contract__term {
    font-size: 12pt;
    font-weight: 400;
    padding: 15px 30px;
    border-color: transparent
}

.content__header .title {
    color: var(--theme-primary-b2b-color);
    font-weight: 700;
}

.content__block {
    padding: 30px 0;
}

.auth-form {
    float: none;
    margin: 0 auto;
}

.auth-form .g-recaptcha > div {
    margin: 0 auto;
}

.contract__def, .contract__term {
    border-bottom: 1px solid #dde9f0;
}

.text-input__input:-webkit-autofill + .text-input__label {
    background: transparent;
    font-size: 13pt;
    height: 50%;
    bottom: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.text-input--has-value .text-input__label, .text-input__input:active + .text-input__label, .text-input__input:focus + .text-input__label {
    font-size: 13pt;
}

.text-input--disabled {
    background: var(--theme-input-b2b-color);
}

.error-info, .success-info {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #c75a5a;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 15px;
    border-radius: 4px;
    font-size: 12pt;
    background: #b96360;
}

.error-info:not(:first-child), .success-info:not(:first-child) {
    margin-top: 20px;
}

.error-info p {
    margin-bottom: 5px;
}

.error-info p:last-child {
    margin-bottom: 0;
}

.success-info {
    background: #099a37 !important;
    border: 1px solid #099a37 !important;
}

.success-info-outline {
    border: 1px solid #099a37 !important;
}

.warning-info {
    background: #9a5909 !important;
    border: 1px solid #9a5909 !important;
}

.error-info a, .success-info a {
    color: #fff;
    text-decoration: underline;
}

.error-info.inverse {
    background: #fff;
    color: #b96360;
}

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

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

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row--space:before, .row--space:after, .block__content:after {
    display: table;
    content: '';
    clear: both;
}

.icon__file-3 {
    background-image: url('../images/icon/file-3.png');
}

.icon__file-3--active, .icon__file-3:active, .icon__file-3:focus, .icon__file-3:hover {
    background-image: url('../images/icon/file-3--active.png');
}

.icon__users {
    background-image: url('../images/icon/users.png');
}

.icon__users--active, .icon__users:active, .icon__users:focus, .icon__users:hover {
    background-image: url('../images/icon/users--active.png');
}

.icon__email {
    background-image: url('../images/icon/email.png');
}

a.tr--interactive {
    color: inherit;
}

a.tr--interactive:active, a.tr--interactive:focus, a.tr--interactive:hover {
    color: #337ab7;
}

.filters {
    margin-bottom: 30px;
}

.filters .button {
    font-size: 16pt;
    padding-top: 5px;
}

.text-input__nolabel {
    position: relative;
    border: 2px solid #f1f6f9;
    border-radius: 10px;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow-x: hidden;
}

.text-input__withbg {
    background: #f1f6f9;
}

.text-input__noinput {
    background: transparent;
}

.date-range:after {
    display: block;
    content: '-';
    position: absolute;
    top: 26px;
    right: -5px;
    font-size: 18pt;
}

.block__row--title {
    display: flex;
    align-items: center;
    margin: 40px 0 15px;
}

.block__row--title .title {
    font-size: 17pt;
    font-weight: 300;
}

.block__row--title .btn-group {
    width: 100%;
}

.button .caret {
    margin-left: 10px;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.switch-input__control--full {
    width: auto;
}

.switch-input__control--full .switch-input__label {
    font-size: 15pt;
    padding: 7.5px 10px;
    white-space: nowrap;
}

.switch-input__label--auto {
    width: auto;
}

.section__title {
    font-size: 15pt;
    margin: 15px 0 5px;
    font-weight: 300;
}

/******************/
/*** PAGINATION ***/
/******************/
.pagination {
    height: 36px;
    margin: 30px 0 20px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.pager, .pagination ul {
    margin-left: 0;
    *zoom: 1
}

.pagination ul {
    padding: 0;
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination .active a, .pagination a:hover {
    background-color: #f5f5f5;
    color: #94999E
}

.pagination .active a {
    color: #94999E;
    cursor: default
}

.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled span {
    color: #94999E;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a, .pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pager {
    margin-bottom: 18px;
    text-align: center
}

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

.pager li {
    display: inline
}

.pager a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next a {
    float: right
}

.pager .previous a {
    float: left
}

.pager .disabled a, .pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default
}

.pagination .prev.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination .next.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active, .pagination li.disabled {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    height: 32px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active {
    background: var(--theme-primary-b2b-color);
    color: #fff;
    border: 1px solid var(--theme-primary-b2b-color);
}

.pagination li:first-child {
    border-left-width: 1px;
}

/******************/
/******************/

.icon-btn {
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 7px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 10pt;
    background-color: #fff;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 2px solid #f1f6f9;
    background: #f1f6f9;
    position: relative;
    transition: .3s color;
}

.icon-btn .icon {
    opacity: 0.8;
    max-width: 100%;
    max-height: 100%;
}

.icon-btn:hover, .icon-btn:active, .icon-btn:focus {
    background: #fff;
}

.icon-btn.icon-btn-blue {
    background-color: var(--theme-primary-b2b-color);
}

.info-table .icon-btn, .upload_input .icon-btn {
    min-width: 45px;
    height: 45px;
    font-size: 12pt;
}

.block__icons {
    float: right;
}

.block__icons .icon-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.block__icons--with-margin {
    margin-right: 50px;
}

.reload-btn .loader {
    display: none;
}

.reload-btn.loading {
    background: #fff;
}

.reload-btn.loading .icon:before{
    display: inline-block;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    color: var(--theme-primary-b2b-color);
}

.content__header--justify {
    justify-content: space-between;
}

.text-input, .text-input__nolabel, .button, .switch-input {
    height: 60px;
    min-height: 60px;
}

.switch-input > .switch-input__label {
    font-size: 15pt;
    line-height: 1;
}

.switch-input--left {
    justify-content: start;
}

.switch-input--left > .switch-input__label {
    justify-content: start;
    padding-left: 25px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.3 !important;
}


/******************/
/**** UI-TREE *****/
/******************/
.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}


.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
}

.angular-ui-tree-empty {
    display: none;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}

.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.tree-node-content .btn, .modal-header .btn {
    margin-bottom: 4px;
    padding: 3px 6px;
    margin-right: 7px;
}

.tree-node-content .col:last-child .btn:first-child {
    margin-right: 0;
}

.tree-node-content .col:first-child .btn:last-child {
    margin-right: 12px;
}

.tree-node-content .btn .glyphicon-remove {
    top: 2px;
    left: 1px;
}

.tree-node-content .btn .glyphicon-plus, .modal-header .btn .glyphicon-plus {
    left: 1px;
}

.tree-node-content .btn .glyphicon-chevron-down {
    left: 1px;
    top: 2px;
}

.angular-ui-tree {
    margin-bottom: 30px;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 25px !important;
}

.angular-ui-tree-node {
    line-height: 1 !important;
}

.tree-node-content.col-flex {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    font-size: 12pt;
    padding: 10px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.tree-node-content.col-flex .col:last-child {
    margin-left: auto;
    min-width: 80px;
    margin-top: 5px;
}

.tree-node-content .input-field {
    margin-right: 20px;
    padding: 10px;
    border: 1px solid rgb(169, 169, 169);
    color: initial;
    font-weight: normal;
    height: 44px;
}

.tree-node-content input.input-field {
    max-width: 110px;
}

.tree-node-content select.input-field, .tree-node-content button.input-field {
    background: #fff;
    min-width: 110px;
    max-width: 210px;
}

.tree-node-content select.input-field option {
    max-width: 250px;
}

.modal-content .tree-node-content select.input-field {
    max-width: 135px;
}

.tree-node-content.col-flex .col:last-child {
    margin-left: auto;
    min-width: 80px;
    margin-top: 5px;
}

.tree-handle__sub-title {
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #438eb9;
    cursor: pointer;
    margin-left: 50px;
}

/******************/
/******************/


/************************/
/* DROPDOWN MULTISELECT */
/************************/
.dropdown-multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: 250px;
    cursor: pointer;
}

.dropdown-toggle.options__option {
    margin-bottom: 0;
}

.dropdown-toggle.options__option:not(:hover) {
    background: #fff;
    border: 1px solid #91a2ad;
    color: inherit;
}

.dropdown-toggle.options__option {
    margin-bottom: 0;
}

.field__inner.field__with_dropdown {
    position: relative;
}

.field__inner.field__with_dropdown .dropdown-menu {
    top: inherit;
}

/******************/
/******************/


/*************/
/* TYPEAHEAD */
/*************/
[uib-typeahead-popup] .dropdown-menu {
    display: block;
}

.uib-position-measure {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.uib-position-scrollbar-measure {
    position: absolute !important;
    top: -9999px !important;
    width: 50px !important;
    height: 50px !important;
    overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
    overflow: scroll !important;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 800px !important;
    }
    .modal-lg.comissions-modal {
        width: 915px !important;
    }
}

/******************/
/******************/

.datepicker-input {
    position: relative;
}

.datepicker-input input {
    position: absolute;
    bottom: 1px;
    height: 28px;
    font-weight: 400;
    font-size: 14pt;
    padding-left: 13px;
}

.datepicker-input .ng-flat-datepicker-wrapper {
    display: block;
    position: static;
}

.datepicker__support--absolute {
    position: absolute;
    bottom: -60px;
}

.remove {
    color: red;
    font-size: 12pt;
    margin-left: 10px;
    cursor: pointer;
}


.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e3d3d;
    opacity: 0.3;
    z-index: 1000;
}

.lds-ellipsis {
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 48%;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

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

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

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

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

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

    100% {
        transform: scale(1);
    }
}

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

    100% {
        transform: scale(0);
    }
}

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

    100% {
        transform: translate(19px, 0);
    }
}

.custom-popup-wrapper {
    position: absolute;
    min-width: 250px;
    /*max-width: 400px;*/
}

.custom-popup-wrapper .uib-typeahead-match.active a, .custom-popup-wrapper .uib-typeahead-match.active a:hover, .custom-popup-wrapper .uib-typeahead-match.active a:focus{
    background-color: var(--theme-primary-b2b-color);
    background-image: var(--theme-primary-b2b-color);
}

.tooltip {
    color: #2a4456;
    font-size: 11pt;
    margin-top: 14px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.tooltip--top {
    margin-top: 0;
}

.block__content .section__title {
    margin: 0 0 15px;
    color: var(--theme-primary-b2b-color);
    font-weight: 300;
}

.block > * {
    overflow: initial;
}

.row--separator {
    padding: 25px 0;
    border-bottom: 1px solid #fbfbfb;
}

.row--separator:first-child {
    padding-top: 0;
}

.row--separator:last-child {
    border-bottom: none;
}

.block--closed > :not(.block__header) {
    display: none;
    max-height: none;
    padding: inherit;
}

.block--closed > .block__content:last-child {
    display: block;
    max-height: none;
    padding: 0 30px;
}

.calculation_result_warning {
    background: rgba(250, 200, 11, .1);
}

.calculation_result_row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.calculation_result_info-warning {
    margin: 20px;
    color: red;
    font-size: 20px;
}

.calculation_result_table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dfe9ef;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    min-height: 169px;
}

.calculation_result_table:hover {
    border: 1px solid var(--theme-primary-b2b-color);
    background: #fff;
}

.calculation_result_table td {
    padding: 20px;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    vertical-align: middle;
}

.calculation_result_table td h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17pt;
    font-weight: 300;
}

.calculation_result_table td img {
    vertical-align: top;
}

.calculation_result_table td table {
    width: 100%;
}

.calculation_result_table td table td {
    padding-left: 0;
    padding-bottom: 0;
    color: #90a0ab;
    font-size: 11pt;
}


div.bigger {
    color: #4b5863;
    font-size: 16pt;
    margin-bottom: 10px;
    font-weight: 900;
}

.coef_link {
    font-size: 12pt;
    font-weight: 300;
    text-decoration: none;
}

div.price {
    color: #7fbb6b;
    font-weight: 500;
}

.hint {
    color: #90a0ab;
    font-size: 12pt;
    font-weight: 300;
    margin-top: 10px;
}

.hint.error {
    color: red;
}

.button-choose {
    cursor: pointer;
    background: var(--theme-primary-color);
    color: #fff;
    border: 1px solid var(--theme-primary-color);
    border-radius: 4px;
    width: 130px;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    float: right;
    display: block;
}

.calculation_result_table:hover .button-choose {
    display: block;
}

.dadata_loader {
    font-size: 19pt;
    margin-top: 17px;
}

.info-table {
    margin-bottom: 30px;
}

.info-table:last-child {
    margin-bottom: 0;
}

.info-table .tr .td:first-child {
    width: 300px;
}

button[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.block__header .title {
    margin: 0 15px;
}

.block__content--inner {
    padding: 30px 30px 0;
}

.td--expandable, .th--expandable {
    max-width: 500px;
}

.info-table .td {
    font-weight: 300;
}

/***********/

.divider {
    height: 20px;
}

.text-input__input, .text-input__label {
    width: 100%;
    font-size: 14pt;
    padding: 2px 12px;
    font-weight: 300;
}

.block__header {
    height: 100px;
    padding: 0 46px;
}

.block__header, .block__header .title {
    font-weight: 300;
}

.switch-input > .switch-input__label {
    font-weight: 300;
}

.switch-input__control {
    border-radius: 7px;
    min-width: 150px;
    background: #ffffff;
    border: 2px solid var(--theme-primary-b2b-color);
}

.switch-input__control--negative:after {
    border-radius: 0 4px 4px 0;
}

.switch-input__control--positive:after {
    border-radius: 4px 0 0 4px;
}

.text-input--has-value .text-input__label, .text-input__input:active + .text-input__label, .text-input__input:focus + .text-input__label {
    font-weight: 300;
}

.text-input--has-value, .text-input--has-value .text-input__input {
    font-weight: 400;
    font-size: 14pt;
    padding-top: 0;
}

.switch-input {

}

.switch-input__control:after {
    background: var(--theme-primary-b2b-color);
}

.switch-input__label--positive, .switch-input__label--negative {
    font-size: 12pt !important;
    margin-top: 2px;
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.switch-input__control--positive .switch-input__label--positive {
    color: #fff;
    font-size: 12px;
}

.switch-input__control--negative .switch-input__label--negative {
    color: #fff;
    font-size: 12px;
}

.osago_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: absolute !important;
    padding-top: 35px !important;
    height: 62px !important;
}

.content__header {
    color: var(--theme-primary-b2b-color);
    font-weight: 400;
}

.switch-input__label {
    -webkit-box-align: start;
    align-items: start;
    -webkit-box-pack: start;
    justify-content: start;
}

.button:active, .button:focus, .button:hover {
    text-decoration: none;
    background: var(--theme-secondary-b2b-color);
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.td.agreement {
    width: 15px !important;
    padding: 0 !important;
    padding-left: 25px !important;
}

.button {
    border-radius: 4px;
}

th {
    text-align: left;
}

.copy_owner {
    font-size: 12pt;
    margin-left: 9px;
}

.copy_owner i {
    margin-right: 6px;
}

.table .td {
    font-weight: 300;
}

.table .td, .table .th {
    line-height: 1.3;
    word-break: break-word;
}

.multiselect-parent {
    width: 100%;
    border-radius: 10px;
}

.button i {
    margin-right: 15px;
}

.button .fa-plus {
    margin-right: 0 !important;
}

.innermar {
    margin-left: 20px;
    margin-right: 20px;
}

.segment-table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 30px;
}

.segment-table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    background: #FFF9EA;
}

.segment-table .segment-parameter {
    width: 300px;
}

.segment-comission {
    text-align: center;
    color: green;
    background: #fff !important;
    font-weight: bold;
}

.segment-region {
    background: #DEF3E8 !important;
}

.segment-deny {
    background: #fff !important;
}

.segment-header {
    background: #fff !important;
    font-weight: bold;
}

.innerpad {
    padding-left: 20px;
    padding-right: 20px;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    font-weight: 300;
}


.dropdown-toggle {
    border-radius: 4px;
}

.input-field {
    border-radius: 4px;
}

.file-input__label .file_title {
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

input, select {
    border-bottom: 2px solid transparent !important;
    border-radius: 4px;
}

input:focus, select:focus {
    border-bottom: 2px solid #6198be !important;
    border-radius: 4px;
}

.uib-typeahead-match span {
    font-weight: 300;
    font-size: 12pt;
    white-space: nowrap;
}

.uib-typeahead-match span.options-fixed {
    white-space: normal;
}

.upload_input {
    font-weight: 300;
    padding: 10px;
}

.upload_input:focus, .nofocus, .nofocus:focus {
    border-bottom: none !important;
}

.report__content {
    min-height: 196px;
}

a.green div {
    color: green;
    font-weight: 400 !important;
}

.sortable {
    cursor: pointer;
}

.submenu {
    position: absolute;
    background: white;
    width: 200px;
    top: 60px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 10px;
    display: none;
    z-index: 10;
}

.icon-btn:hover .submenu {
    display: block;
}

.submenu:before, .submenu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
}

.submenu:before {
    left: 89px;
    border: 11px solid transparent;
    border-bottom-color: #ddd;
}

.submenu:after {
    left: 90px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.submenu a {
    display: block;
    font-size: 13pt;
    line-height: 1.2;
    margin-bottom: 7px;
    font-weight: 300;
}

.report__content--interactive {
    cursor: pointer;
}

.stealthy {
    left: 0;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}

.support {
    padding-left: 40px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    line-height: 30px;
    margin-bottom: 30px;

    bottom: 0;
    margin-top: 30px;
}

.sidebar--closed .support {
    display: none;
}

.title_hint {
    font-size: 12pt;
    margin-top: 15px;
    color: #bd6168;
}

.loader-message {
    position: fixed;
    left: 0;
    top: 60%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 9999;
}

.loader-message-container {
    background: var(--theme-primary-b2b-color);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 400px;
    margin: 0 auto;
    line-height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.uppercase {
    text-transform: uppercase;
}

.basic-list {
    padding-left: 20px;
}

.disabled {
    color: red;
}

.tr.inactive {
    background: #f1f6f9;
}

.tr.red div {
    color: red;
    /*background: #f1f6f9;*/
    font-weight: 400 !important;
}

.block__subheader {
    padding: 40px 30px 10px;
    font-size: 22pt;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sidebar--closed .menu__item:hover .menu__text {
    display: block;
    position: absolute;
    left: 80px;
    background: var(--theme-primary-b2b-color);
    color: #fff;
    padding: 16px;
    z-index: 9999;
}

.green-button {
    background: #7dc053;
}

.button {
    cursor: pointer;
}

.hidden {
    display: none;
}


.region-check {
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 15px;
    cursor: pointer;
}

.region-check--inline {
    display: inline-block;
}

.region-check label {
    cursor: pointer;
}

.region-check span {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}

.region-check input {
    display: none;
}

.region-check input:checked + span,
.list-option {
    background: var(--theme-primary-b2b-color);
    color: #fff;
}

.list-option {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: 15px;
    display: inline-block;
    padding: 3px 5px;
    cursor: default;
}

.list-option .remove {
    color: #fff;
    font-size: 10pt;
}

.table_files td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

.table-percent {
    font-size: 14px;
    margin-top: 5px;
}

a {
    cursor: pointer;
}

.grid p {
    margin-bottom: 10px;
}


.tabs {
    list-style: none;
}

.tabs li {
    display: inline;
}

.tabs li a {
    border-bottom: 1px dashed #325771;
    color: #6198be;
    float: left;
    display: block;
    padding: 4px 10px;
    margin-left: -1px;
    margin-right: 10px;
    position: relative;
    left: 1px;
    text-decoration: none;
}

.tabs li a:hover, .tabs li a.active {
    color: #325771;
}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.box-wrap {
    position: relative;
    min-height: 250px;
}

#box-one:target, #box-two:target, #box-three:target {
    z-index: 1;
}

.group {
    margin-left: 20px;
}

.login__name {
    white-space: normal;
}

.th {
    vertical-align: middle;
}

.thin_logout {
    display: none;
}

.thin_logout a {
    color: #fff;
}

.sidebar--closed .login:hover .thin_logout {
    display: block;
    position: absolute;
    background: red;
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
    left: 80px;
    z-index: 999;
}

@supports (display: flex) {
    .switch-input > label {
        flex: 1;
        text-align: right;
        display: inline !important;
        margin-right: 20px;
    }

    .switch-input > label.left {
        text-align: left;
        margin-right: 0;
    }

    .switch-input > label.left > .bcheck {
        display: flex;
        align-items: center;
    }
    .switch-input > label.left > .bcheck > div{
    }

    .switch-input > label.left > .bcheck::before {
        min-width: 12px;
    }
}

.multiselector {
    overflow-x: unset;
}

.multiselector .items_container {
    position: absolute;
    z-index: 9999;
    top: 58px;
    background: #f2f7fa;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    width: 100%;
}

.multiselector:hover .items_container {
    display: block;
}

.items_container label {
    font-size: 13px;
    display: block;
    margin: 0 !important;
}

.items_container label span {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

.items_container label input {
    display: none;
}

.items_container label:hover span {
    background: var(--theme-primary-b2b-color);
    color: #fff;
    cursor: pointer;
}

.items_container label input:checked + span {
    background: #c7c9ca;
    color: #333;
}

.sidebar--closed .login__icon {
    background-color: #6198be;
}

.red-hint {
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
    color: #a7250e;
}

label {
    cursor: default !important;
}

.switch-input__label--negative, .switch-input__label--positive {
    cursor: pointer !important;
}

.icon-btn.remove {
    border: 2px solid #c53d14 !important;
    background: #c53d14 !important;
    color: #fff;
}

.remove .icon {
    color: #ffffff;
}

.icon-btn.remove span {
    /*background-image: url(../images/icon/trash-white.png)*/
}

input[type="checkbox"] + span,
input[type="checkbox"] + span::before {
    display: inline-block;
    vertical-align: middle;
}

label *,
label * {
    cursor: pointer;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 24px;
    width: 24px;
}

input[type="radio"] + span.bcheck,
input[type="checkbox"] + span.bcheck {
    font: normal 14px/14px Arial, Sans-serif;
    color: #333;
}

label:hover span.bcheck::before,
label:hover span.bcheck::before {
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}

label:hover span.bcheck,
label:hover span.bcheck {
    color: #000;
}

input[type="radio"] + span.bcheck::before,
input[type="checkbox"] + span.bcheck::before {
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0;
    border: solid 1px var(--theme-primary-b2b-color);
    line-height: 14px;
    text-align: center;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

    background: #fff;
    background: -moz-radial-gradient(#fff, #fff);
    background: -webkit-radial-gradient(#fff, #fff);
    background: -ms-radial-gradient(#fff, #fff);
    background: -o-radial-gradient(#fff, #fff);
    background: radial-gradient(#fff, #fff);
}

input[type="radio"]:checked + span.bcheck::before,
input[type="checkbox"]:checked + span.bcheck::before {
    color: #666;
}

input[type="radio"]:disabled + span.bcheck,
input[type="checkbox"]:disabled + span.bcheck {
    cursor: default;

    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}

input[type="checkbox"] + span.bcheck::before {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    zoom: 2;
}

input[type="radio"]:checked + span.bcheck::before {
    content: "\2022";
    font-size: 30px;
    margin-top: -1px;
}

input[type="checkbox"]:checked + span.bcheck::before {
    content: "\2713";
    font-size: 9px;
    color: var(--theme-primary-color);
}


input[class="blue"] + span::before {
    border: solid 1px blue;
    background: #B2DBFF;
    background: -moz-radial-gradient(#B2DBFF, #dfdfdf);
    background: -webkit-radial-gradient(#B2DBFF, #dfdfdf);
    background: -ms-radial-gradient(#B2DBFF, #dfdfdf);
    background: -o-radial-gradient(#B2DBFF, #dfdfdf);
    background: radial-gradient(#B2DBFF, #dfdfdf);
}

input[class="blue"]:checked + span::before {
    color: darkblue;
}


input[class="red"] + span::before {
    border: solid 1px red;
    background: #FF9593;
    background: -moz-radial-gradient(#FF9593, #dfdfdf);
    background: -webkit-radial-gradient(#FF9593, #dfdfdf);
    background: -ms-radial-gradient(#FF9593, #dfdfdf);
    background: -o-radial-gradient(#FF9593, #dfdfdf);
    background: radial-gradient(#FF9593, #dfdfdf);
}

input[class="red"]:checked + span::before {
    color: darkred;
}

ul.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
}

.ng-flat-datepicker table tbody {
    width: 265px;
}

.grid_file.icon-btn {
    height: 60px;
    width: 100%;
    font-size: 17px;
    padding: 7px 10px;
}

.grid_file.icon-btn .file-input__label {
    justify-content: left;
}

.grid_file.icon-btn .file-input__label .file_title {
    max-width: 50%;
}

.text-input > a {
    display: inline-block;
}

.time-status {
    display: block;
    padding-top: 25px;
}


.text-input--textarea {
    height: 130px;
    line-height: 1.4;
}

textarea.text-input__input {
    height: 66%;
}

textarea.text-input__input + .text-input__label {
    height: 33% !important;
    top: 0 !important;
    background: #f1f6f9 !important;
    font-size: 14pt !important;
}

.vin {
    display: inline-block !important;
    width: auto !important;
    line-height: 60px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.none-bg {
    background: none !important;
}

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

.mt-15 {
    margin-top: 15px;
}

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

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.w-100 {
    width: 100%;
}

/*.w-100:hover, .w-100:focus {*/
/*    color: #fff !important;*/
/*}*/

.btn--hover--white:hover,
.btn--hover--white:focus {
    color: #fff !important;

}

.margin-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.group_profile {
    width: 100%;
    min-height: 50px;
}

.group_profile li {
    display: inline-block;
    height: 35px;
}

.b2b-button {
    height: 60px;
    background: var(--theme-primary-b2b-color);
    color: #fff;
    border-radius: 8px !important;
    font-size: 13pt !important;
}

.h-auto {
    height: auto !important;
}

.form-group .calc__check-btn {
    text-align: center;
    display: block;
    line-height: 57px;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
}

.form-group .calc__check-btn:hover {
    background: var(--theme-primary-color);
    color: #ffffff;
    transition: .2s;
}

.form-group .calc__check-btn input[type="checkbox"] {
    width: 100%;
    height: 100%;
    display: block;
}

.reg_num {
    height: 40px;
    display: inline-flex;
}

.warning-text {
    color: #dc3545;
}

.left-align {
    text-align: left !important;
}

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

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

.table--small .td,
.table--small .th {
    padding: 15px 10px;
}

.table--small .tr .th:last-child,
.table--small .tr .td:last-child,
.table--small .tr .td:first-child,
.table--small .tr .th:first-child {
    padding: 15px 30px;
}

.td--no-word-break {
    word-break: normal !important;
}

.table__td--10-md {
    width: 10%;
}

.table__td--20-md {
    width: 20%;
}

.table__td--30-md {
    width: 30%;
}

.table__td--40-md {
    width: 40%;
}

@media (max-width: 992px) {
    .table__td--40-md,
    .table__td--30-md,
    .table__td--20-md {
        width: inherit;
    }
}

.notification {
    line-height: 1.4;
}

.content__back {
    position: relative;
}

.content__block .content__back {
    position: absolute;
    top: -20px;
    z-index: 2;
}

.content__back > a > .fas {
    font-size: .8rem;
}

.content__block {
    position: relative;
}

.content__block:not(.none-bg) {
    top: 15px;
}

.content__block:not(.none-bg) > .content__back {
    top: -35px;
}

.innerpad + .content__block > .content__back {
    position: relative;
    top: -30px;
}

.profile__comment {
    position: relative;
    border: 1px solid #f1f6f9;
    border-radius: 4px;
    margin: 0 0 .5rem 0;
    padding: .5rem;
}

.profile__comment,
.profile__comment .fas {
    line-height: 1.8;
}

.profile__comment__edit {
    position: absolute;
    top: 0;
    width: 100%;
}

.profile__comment__edit .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #6198be !important;
    padding-left: 0;
}

.modal-header span.close {
    cursor: pointer;
    float: right;
    padding: 4px;
}

.modal-header span.close :hover{
    color: black;
}

#scroller span {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

#scroller {
    display: none;
    background: rgba(83, 152, 192, .4);
    position: fixed;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    cursor: pointer;
    color: white;
}
.w-100-right{
    float: right;
    text-align: center;
}
.w-100-right:hover{
    text-decoration: none;
}

.no-caret:after{
    content: '';
}

.b2b-form .disabled {
    background-color: #f1f6f9;
    cursor: default;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.ng-flat-datepicker .ng-flat-datepicker-table-header-bckgrnd, .ng-flat-datepicker table tbody tr.days .day-item:hover, .ng-flat-datepicker table tbody tr td.day-item.isSelected, .ng-flat-datepicker table tbody tr td.disabled.isSelected{
    background-color: var(--theme-primary-b2b-color);
}

.ng-flat-datepicker-custom-select-title {
    border-color: var(--theme-primary-b2b-color);
}


.clearField {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -5px;
    right: 12px;
    width: 13px;
    height: 13px;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABFAAAARQB+zng/wAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEJSURBVFiFvdXBCoJAEIDhn96ro2+RtyKlToGXXrSDB6ECoUNBncsO7ULIrrq7Mw54kfD7E3UAlsAJOAMr9CcHLsZcAtRAZ44PUCripTGsVwPc/k5oRvTxzthseyc1Ilx4Z2wADp6IvQC+Ad6O6x/7P9SImIxrRATjkhHRuEREMp4SIYbHRIjjIRFq+JQIddxO5YlwfeEqadyO606o//OQiGB8ERHw4nfb+9MBz4jrBY3vgZNeYM4pcD9wrohCGh961TRX+ShuRy0i5CMjHrEOwMcidnPgYhEpeHKEBB4dIYkHR2jgkyNy9Feqb5XnAK0yPhTRAjQz4L6IBiADrsAdhSXimAJ4GDP7Ao3GS7lBEjtAAAAAAElFTkSuQmCC');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    opacity: .3;
}

.clearField:hover {
    opacity: 1;
}

.select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    padding-right: 15px;
    background: white;
    border-radius: 5px 5px 0 0;
}

.clearable{
   padding-right: 30px;
}

select option:empty{
    display: none !important;
}

#calculations-table .segmentations {
    font-size: .8rem;
    list-style: none;
}

#calculations-table .segmentations ul{
    padding-left: .5rem;
    list-style: none;
}

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

.d-none {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

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

.ml-0 {
    margin-left: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}


.mt-4 {
    margin-top: 40px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.my-2{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-3{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.radio-switch {
    display: flex;
    align-items: center;
    height: 60px;
    min-height: 60px;
}

.radio-switch__label {
    font-weight: 300;
    font-size: 15pt;
    margin-right: 20px;
}

.radio-switch__control {
	display: flex;
}

.radio-switch__control__input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
}

.border-top-none {
    border-top: none !important;
}

.table-no-border-last-tr .tr:last-child .td {
    border-bottom: none !important;
}

.font-light {
    font-weight: 300;
}

.radio-switch__control__label {
	line-height: 1;
	text-align: center;
	margin-right: -1px;
    transition: all 0.4s ease-in-out;
    background: #ffffff;
    border-top: 2px solid var(--theme-primary-b2b-color);
    border-bottom: 2px solid var(--theme-primary-b2b-color);
    border-right: 2px solid var(--theme-primary-b2b-color);
    font-size: 12pt;
    padding: 10.5px 20px 8.5px 20px;
    white-space: nowrap;
}

.radio-switch__control__label:hover {
	cursor: pointer !important;
}

.radio-switch__control__input:checked + .radio-switch__control__label {
    background-color: var(--theme-primary-b2b-color);
    color: #FFF;
    pointer-events: none;
}

.radio-switch__control__label:first-of-type {
    border-left: 2px solid var(--theme-primary-b2b-color);
	border-radius: 7px 0 0 7px;
}

.radio-switch__control__label:last-of-type {
    border-right: 2px solid var(--theme-primary-b2b-color);
	border-radius: 0 7px 7px 0;
}

.is-loading {
    opacity: 1;
    animation: pulsing 2s infinite;
    cursor: wait;
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}


#acceptancesModal,
#salesStatisticsModal {
    background: rgba(0, 0, 0, .3);
}

#acceptancesModal .modal-header,
#salesStatisticsModal .modal-header {
    font-size: 21px;
}

#acceptancesModal .close,
#salesStatisticsModal .close {
    line-height: 1.4;
    font-size: 25px;
}

#acceptancesModal .modal-dialog,
#salesStatisticsModal .modal-dialog {
    top: 4rem;
}

.color-input {
    padding: 7px 10px;
}

.color-input__label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer
}

.color-input__wrapper {
    height: 42px;
    width: 42px;
    border-radius: 4px;
    margin-right: 20px;
}

#iframe_primary_color,
#iframe_secondary_color,
#iframe_text_color {
    visibility: hidden;
}

#iframes-table .iframe-code {
    border: 2px solid #dde9f0;
    border-radius: 4px;
    font-size: 12px;
    height: 40px;
    padding: 4px;
    tab-size: 4;
    white-space: pre-wrap;
}

.iframe-code-td {
    width: 100%;
}

@media (min-width: 1920px) {
    #iframes-table .iframe-code {
        width: 850px;
    }

    #iframes-table .iframe-code-td {
        width: 1%;
    }
}

#iframes-table .iframe-code-container {
    align-items: center;
    display: flex;
}

#acceptancesModal .modal-dialog {
    max-width: 650px !important;
}

/*.swal2-checkbox input, .swal2-radio input[type="checkbox"] {*/
/*    opacity: 1;*/
/*    position: initial;*/

/*}*/

.d-flex {
    display: flex;
}

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


/* select-tab */
.select-tab {
    background-color: #FFF;
    margin-bottom: 20px;
}

.select-tab__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

.opened .select-tab__header {
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.select-tab__title {
    font-weight: 600;
}

.select-tab__icons {
    display: flex;
    padding-left: 15px;
}

.select-tab__icons span {
    margin-left: 15px;
}

.select-tab__icons--edit {
    color: #999;
}

.select-tab__icons--edit:hover {
    color: #333;
}

.select-tab__icons--delete {
    color: #e3735d;
}

.select-tab__icons--delete:hover {
    color: red;
}

.select-tab__content {
    display: none;
    padding: 20px;
}

.opened .select-tab__content {
    display: block
}