@font-face {
    font-family: 'FuturaDemiC';
    src: url('../fonts/Futura/FuturaDemiC.eot');
    src: local('Futura Demi Cyrillic'), local('FuturaDemiC'),
    url('../fonts/Futura/FuturaDemiC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura/FuturaDemiC.woff') format('woff'),
    url('../fonts/Futura/FuturaDemiC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/Futura/FuturaMediumC.eot');
    src: local('Futura Medium Cyrillic'), local('FuturaMediumC'),
    url('../fonts/Futura/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura/FuturaMediumC.woff') format('woff'),
    url('../fonts/Futura/FuturaMediumC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/Futura/FuturaMediumC-Italic.eot');
    src: local('Futura Medium Italic Cyrillic'), local('FuturaMediumC-Italic'),
    url('../fonts/Futura/FuturaMediumC-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura/FuturaMediumC-Italic.woff') format('woff'),
    url('../fonts/Futura/FuturaMediumC-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

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

@font-face {
    font-family: 'FuturaDemiC';
    src: url('../fonts/Futura/FuturaDemiC-Italic.eot');
    src: local('Futura Demi Italic Cyrillic'), local('FuturaDemiC-Italic'),
    url('../fonts/Futura/FuturaDemiC-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura/FuturaDemiC-Italic.woff') format('woff'),
    url('../fonts/Futura/FuturaDemiC-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FuturaBookC';
    src: url('../fonts/Futura/FuturaBookC-Italic.eot');
    src: local('Futura Book Italic Cyrillic'), local('FuturaBookC-Italic'),
    url('../fonts/Futura/FuturaBookC-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura/FuturaBookC-Italic.woff') format('woff'),
    url('../fonts/Futura/FuturaBookC-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FuturaBookC';
    src: url('../fonts/Futura/FuturaBookC.eot');
    src: local('Futura Book Cyrillic'), local('FuturaBookC'),
    url('../fonts/Futura/FuturaBookC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura/FuturaBookC.woff') format('woff'),
    url('../fonts/Futura/FuturaBookC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#check-table {}
#check-table table {
    width: 100%;
}
#check-table thead th,
#check-table tbody th,
#check-table tbody td {
    padding: 3px;
}

#check-table thead th {
    height: 72px;
}
#check-table tbody th {
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
#check-table tbody td {
    vertical-align: middle;
}
#check-table th {
    background-color: #cacaca3d;
    position: absolute;
    left: 0;
    width: 200px;
}
#check-table .outer {
    position: relative
}
#check-table .inner {
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 200px;
    cursor: grab;
}
#check-table .dot {
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: #c1c1c1 1px solid;
    border-radius: 50%;
    display: inline-block;
}
#check-table .dot.red {
    background-color: #b62714;
}
#check-table .dot.blue {
    background-color: #0075b6;
}
#check-table .dot.gray {
    background-color: #6c6c6c;
}
#check-table .dot.yellow {
    background-color: #a9a700;
}
#check-table .dot.red-blue {
    background-color: #0075b6;
    position: relative;
}
#check-table .dot.red-fuel-info {
    background-color: #9e1cc9;
    position: relative;
}
#check-table .dot.white-gray {
    background-color: #6c6c6c;
    position: relative;
}
#check-table .dot.red-yellow {
    background-color: #a9a700;
    position: relative;
}
#check-table .dot.red-blue {
    background-color: #0075b6;
    position: relative;
}

#check-table .dot.send-to-import {
    background-color: #fde47f;
    border: 1px solid red;
    position: relative;
}

#check-table .dot.red-blue:after {
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b62714;
}

#check-table .dot.white-gray:after {
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
}

#check-table .dot.red-yellow:after {
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b62714;
}

#check-table .dot.red-blue:after {
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b62714;
}

#check-table .dot.empty-file {
    background-color: #0075b6;
    position: relative;
}

#check-table .dot.empty-file:after {
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dd9500;
}

#check-table .dot.not-cvacs {
    background-color: #FF9BAA;
    position: relative;
}

#check-table .dot.circle {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FF9BAA;
}
#check-table .dot.circle::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 8px;
    height: 16px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background-color: #b62714;
    border-left: none;
}

.show-tooltip div{ margin-bottom: 15px;}
.show-tooltip div span.dot { margin-left: 20px;}
.show-tooltip div span.text {display: inline-block; margin-left: 3px; position: relative; top: -5px;}

#check-table .draggable {
    cursor: col-resize;
    user-select: none;
}
#check-table .big { font-size: 16px;}
#form .btn-danger { background-color: #cc4e5c;}

.selected-for-change{ color: #fff;  cursor: pointer}
.selected-for-change span {font-size: 11px;}
.selected-for-change.active {}
.checkbox-for-change {display: none;}

#hint {
    z-index: -1;
    position:absolute;
    top:0;
    left:0;
    width:300px;
    border:1px solid #000;
}

#grid-check-delivery thead {
    background-color: #FBCE07
;
}

#grid-check-delivery thead tr th {
    vertical-align: middle;
}


#grid-check-delivery th td:hover{
    background-color: black;
}

#grid-check-delivery thead a {
    color:  #404040;
    font-family: 'FuturaDemiC', sans-serif;
    font-size: 13px;

}
#grid-check-delivery thead a:hover{
    color: #DD1D21;
}



#grid-check-delivery .table-striped > tbody > tr:nth-child(even) {
    background: #D9D9D9;
    color: #000000;
    font-family: 'FuturaBookC', sans-serif;
    font-size: 12px;
    text-align: center;

}

#grid-check-delivery .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F7F7F7;
    color: #000000;
    font-family: 'FuturaBookC', sans-serif;
    font-size: 12px;
    text-align: center;
}


#grid-check-delivery tr.hover  td {
    background-color: transparent;
    color: black;
}

#grid-check-delivery td.hover {
    background-color: transparent;
    color: black;
}

#grid-check-delivery tr.hover td[data-col-seq="11"] , tr td.hover[data-col-seq="11"]{
    background-color: transparent;
    pointer-events:none

    /* Styles */
}
#grid-check-delivery tr.hover td[data-col-seq="12"], tr td.hover[data-col-seq="12"] {
    background-color: transparent;
    pointer-events:none
    /* Styles */
}
#grid-check-delivery tr.hover td[data-col-seq="13"], tr td.hover[data-col-seq="13"] {
    background-color: transparent;
    /* Styles */
}
#grid-check-delivery tr.hover td[data-col-seq="14"], tr td.hover[data-col-seq="14"] {
    background-color: transparent;
    /* Styles */
}
#grid-check-delivery tr.hover td[data-col-seq="15"], tr td.hover[data-col-seq="15"] {
    background-color: transparent;
    /* Styles */
}

#hint {
    background-color: #ffd500;
    margin-left: 8px;
}

.ajax-pop-up-delivery {
    text-align: center;
    cursor: pointer;
}

.delivery-dev-warn {
    background-color: #DD1D21;
    text-align: center;
    color: whitesmoke;
}

.delivery-dev-yellow {
    background-color: #fbce07;
    text-align: center;
    color: whitesmoke;
}

.delivery-dev-green {
    background-color: #bed50f;
    text-align: center;
    color: whitesmoke;
}

.delivery-dev-ok {
    background-color: lightgreen;
    text-align: center;
    color: whitesmoke;
}
.z-index-class-big {
    position: relative;
    z-index: 999;
}
#grid-check-delivery-container tr:nth-child(1) .ajax-pop-up-delivery a,
#grid-check-delivery-container tr:nth-child(2) .ajax-pop-up-delivery a,
#grid-check-delivery-container tr:nth-child(3) .ajax-pop-up-delivery a,
#grid-check-delivery-container tr:nth-child(4) .ajax-pop-up-delivery a,
#grid-check-delivery-container tr:nth-child(5) .ajax-pop-up-delivery a {
    color: #7f7f7f;
}
#grid-check-delivery-container .ajax-pop-up-delivery a,
#grid-check-delivery-container tr.hover .ajax-pop-up-delivery a{
    color: #000;
}
#hint {
    font-family: 'FuturaBookC', sans-serif;
}
#hint p {
    font-family: 'FuturaDemiC', sans-serif;
}

#grid-check-delivery-container .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -1px;
    font-size: 10px;
    margin-left: -5px;
}
#grid-check-delivery-container .select2-container--krajee .select2-selection__clear {
    top: 0.3rem;
    right: 2rem;
}
#grid-check-delivery-container .select2-container--krajee .select2-selection--single {
    height: 23px;
}
#grid-check-delivery-container .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 21px;
}
#grid-check-delivery-container  .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-width: 3px 3px 0 3px;
}
#grid-check-delivery-filters > td {
    padding: 2px;
}
#grid-check-delivery-filters {
    background: #eee;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align: left;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card {
    overflow: hidden;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.text-left {
    text-align: left!important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba;
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e;
}

.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb;
}


.hidden-box {
    position: absolute;
    top: -9999px;
    left: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
.check--label {
    font-size: 15px;
    margin: 0 0 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;

}
.check--label-box {
    display: -webkit-box;
    display: flex;
    align-self: center;
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0 20px;
    border: 2px solid #3498db;
    border-radius: 2px;
    cursor: pointer;
}
.check--label-text {
    display: -webkit-box;
    display: flex;
    align-self: center;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ecf0f1;
}
.hidden-box:checked + .check--label {
    background-color: #F9F9F9;
}
.hidden-box:checked + .check--label .check--label-box {
    background-color: #3498db;
}
.hidden-box:checked + .check--label .check--label-box:after {
    width: 6px;
    height: 13px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hidden-box:checked + .check--label .check--label-text:after {
    width: 85%;
}

.file-log-table .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

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


p.log-success {
    color: #00a157;
}

p.log-error {
    color: #cb2027;
}

.file-log-table .path {
    overflow: auto;
    max-width: 250px;
}

#system-info {
    float: right;
    margin-right: 100px;
    margin-top: 11px;
    display: flex;
}

#system-info > div.memory {
    padding: 5px;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
}

#system-info > div.success {
    background-color: #00a65a;
}

#system-info > div.warning {
    background-color: #ec971f;
}

#system-info > div.danger {
    background-color: #cb2027;
}

#system-info > div.sftp-info {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#system-info .sftp-info .sftp-connection {
    color: white;
    display: flex;
    align-items: center;
}

#system-info .sftp-info .sftp-connection {
    margin: 0 10px;
}

#system-info .sftp-info .sftp-connection-status {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    margin-left: 5px;
}

#system-info .sftp-info .sftp-connection-status.success {
    background-color: #00a65a;
}

#system-info .sftp-info .sftp-connection-status.warning {
    background-color: #cb2027;
}

.block-add-service {
    margin-bottom: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.block-add-service select.form-control {
    display: inline;
    width: fit-content;
    margin-left: 20px;
    border-radius: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    max-height: 150px;
    overflow: auto;
}

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

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: normal;
}


.treeview-menu > li > a {
    padding: 5px 30px 5px 15px;
}
