table > thead > tr > th {
    vertical-align: middle !important;
}

caption {
    caption-side: top !important;
    padding-top: 0 !important;
}

.borders {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

.custom-switch {
    padding-left: 3.2rem !important;
    padding-top: 0.5rem !important;
}

.custom-control-label::after {
    background-color: #adb5bd !important;
}

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

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

table {
    border-collapse: collapse;
}

table th, table td {
    vertical-align: middle !important;
    padding: 5px;
}

.pagination {
    margin-bottom: 0;
    margin-top: 1rem;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?fca3rv');
    src: url('fonts/icomoon.eot?fca3rv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fca3rv') format('truetype'),
    url('fonts/icomoon.woff?fca3rv') format('woff'),
    url('fonts/icomoon.svg?fca3rv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-size: larger;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pencil2:before {
    content: "\e906";
}

.icon-folder-upload:before {
    content: "\e934";
}

.icon-user:before {
    content: "\e971";
}

.icon-users:before {
    content: "\e972";
}

.icon-cog:before {
    content: "\e994";
}

.icon-bin:before {
    content: "\e9ac";
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-exit:before {
    content: "\ea14";
}

.icon-filter:before {
    content: "\ea5b";
}

.icon-clear-formatting:before {
    content: "\ea6f";
}

.btn {
    margin-bottom: 0 !important;
}

.text-overflow-150 {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-600 {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-full {
    max-width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

input::placeholder {
    font-size: inherit !important;
}

.modal-backdrop {
    z-index: auto !important;
}

.selectize-input {
    z-index: 0 !important;
}

.min-width-100 {
    min-width: 100px !important;
}

.selectize-input::after {
    visibility: hidden;
}

body {
    overflow-y: scroll !important;
    min-width: 1280px !important;
}

.modal-open {
    padding: 0 !important;
}

.selectize-input > input {
    vertical-align: text-bottom;
}
.selectize-input > div {
    vertical-align: text-bottom;
    overflow-wrap: anywhere;
}

.hidden {
    display: none !important;
}

.spinner {
    width: 4vw;
    height: 4vw;
    border: 0.5vw solid;
    border-color: #009688 transparent #009688 transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
    margin-top: 410px;
    margin-left: 48%;
}

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

.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.page-item.active .page-link {
    z-index: 0 !important;
}

a[disabled], .page-link[disabled] {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

[type="select-one"] {
    position: absolute;
}

.menu-item {
    position: relative;
    display: inline-block;
}

.menu-link {
    display: block;
    padding: 8px 35px 8px 0px;
    text-decoration: none;
    color: #a3a3a3;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-link:hover {
    color: white;
    text-decoration: none;
}

.menu-link.active,
.link-div.active {
    color: white;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border: 1px solid #ccc;
    padding: 7px 0 7px 0;
    min-width: 200px;
    width: auto;
    background-color: white;
    border-radius: 5px;

    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    z-index: 1001;
}

.menu-item:hover .submenu {
    display: block;
}

.submenu-link {
    display: block;
    padding: 10px;
    color: #4a4a4a;
    white-space: nowrap;
}

.submenu-link.active {
    background-color: #e8e8e8;
}

.submenu-link:hover {
    background-color: #e8e8e8;
    color: black;
    text-decoration: none;
}

.navbar-dropdown {
    background-color: #00bcd4; height: 56px; padding: 8px; display: flex;
}

.navbar-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
}

.menu-link.dropdown::after {
    border: 1px solid #ffffff;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
}

.link-div {
    cursor: pointer;
    color: #a3a3a3;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.link-div:active {
    color: #c6c5c5;
}

.info {
    border-style: solid;
    border-width: 1px;
    color: #009688;
    background-color: transparent;
    border-color: #009688;
    font-size: 0.875rem;
    border-radius: 5px;
    padding: 0.3rem;
}

.table-striped-pair tbody tr:nth-child(4n-3),
.table-striped-pair tbody tr:nth-child(4n-2) {
    background-color: rgba(0, 0, 0, 0.05);
}

.entity-row.hovered,
.entity-row.hovered td {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)!important;
}

.whiteContainer {
    padding: 20px;
    background: white;
    border: 1px solid #42424233;
    border-radius: 10px;
    margin: 10px;
}

.tagInline,
.selectize-dropdown .option .tagInline,
.selectize-input .item .tagInline {
    display: inline-block;
    padding: 2px 9px !important;
    border-radius: 8px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
}

.tagInline.no-color,
.selectize-dropdown .option .tagInline.no-color,
.selectize-input .item .tagInline.no-color {
    color: #000;
}

.tagSelector .selectize-control.multi .selectize-input > div {
    background: none;
}

.table-top-align td {
    vertical-align: top !important;
}

.mh-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.selectize-visible .selectize-input::after {
    visibility: visible;
}

.selectize-control.single .selectize-input:after {
    border-style: hidden;
    content: "";
    position: absolute;
    top: 50%;
    right: calc(0.75rem + 5px);
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #343a40;
    border-bottom: 2px solid #343a40;
    transform: rotate(45deg);
    pointer-events: none;
    transition: transform .15s ease;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    transform: rotate(-135deg);
    margin-top: -4px;
    border-width: 0 2px 2px 2px;
    border-color: #343a40;
}

.sp-picker-container {
    width: 230px;
}
.sp-color {
    width: 200px;
    border: none;
}
.sp-hue {
    left: 91%;
    border: none;
}
.sp-dragger {
    height: 7px;
    width: 7px;
    border: 4px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
}
.sp-choose {
    border-style: none !important;
}
.relatedBank {
    pointer-events: none;
    border-bottom: 1px solid #EBEBEB;
    background-image: none;
}

.bankTagNameInput {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-left: 10px!important;
    background: white!important;
}

.bankTagNameInput:focus {
    color: #495057;
    border-color: black;
    outline: 0;
}

.bankTagNameInput:invalid {
    background-image: none;
}
/*__________*/
/* контейнер */
.tag-input {
    position: relative;
}

.tag-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    pointer-events: none;
    white-space: nowrap;
    line-height: 1;
    font: inherit;
    border-radius: 8px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.1s ease;
    padding: 2px 9px !important;
    line-height: 1;
    vertical-align: middle;
    font-size: 15px;
}

.tag-input.is-focused .tag-overlay {
    opacity: 0;
}

.tag-overlay.hidden {
    display: none;
}
