body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.border-style-dashed {
    border-style: dashed;
}

.border-style-dotted {
    border-style: dotted;
}

.border-style-double {
    border-style: double;
}

.custom-content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 3rem;
}

.page-header .navbar-nav-link {
    transition: all ease-in-out 0.15s !important;
}

.page-header .navbar-nav-link:before {
    transition: all ease-in-out 0.15s;
}

.page-header .navbar-nav-highlight .navbar-nav-link:hover:before {
    background: #fff;
}

.navbar:not(.navbar-component) {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar .dropdown-menu {
    z-index: 9999;
}

.breadcrumb-node+.breadcrumb-node::before {
    content: ">";
}

.breadcrumb-line:not(.breadcrumb-line-component) {
    padding-left: 2rem;
    padding-right: 2rem;
}

.page-header-content.header-elements-md-inline {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* 
.content-wrapper {
    overflow: inherit;
} */

.content::after {
    content: none;
}

.latest_container .card-deck .card:first-child,
.containers-list .card-deck .card:first-child {
    margin-left: 0;
}

.latest_container .card-deck .card:last-child,
.containers-list .card-deck .card:last-child {
    margin-right: 0;
}

.td-fit {
    width: 1px;
    white-space: nowrap;
}

td.drag {
    cursor: grab;
}

td.drag:before {
    content: "\ee38";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-checkbox-active .custom-control-label:before {
    position: inherit;
    top: 0;
}

.groups .select2-selection--multiple .select2-selection__choice {
    background-color: #00BCD4 !important;
}

.bootbox .modal-content {
    background: #fff;
}


.modal-details .modal-dialog {
    /* min-width: 95% !important; */
    min-width: 70% !important;
    margin: 1rem auto !important;
}

.modal-details .modal-content {
    /* min-width: 95%; */
    min-width: 70%;
    /* height: calc(100vh - 2rem); */
    height: 90vh;
}

.modal-details .modal-header {
    padding: 1rem;
    background: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.modal-details .modal-header .nav-tabs-highlight .nav-link:before {
    height: 4px;
}

.modal.modal-codeEditorAce .modal-body,
.modal-details .modal-body {
    background: #fff;
    overflow-y: auto;
}

.modal-details .modal-footer {
    display: none;
}

.modal-details .table-responsive {
    max-height: 420px;
}

/* .modal.modal-codeEditorAce .modal-body{
    padding: 0;
    display: contents;
} */

.modal.modal-codeEditorAce .modal-content {
    /* background: transparent; */
    box-shadow: none;
    border: none;
}

.modal.modal-codeEditorAce .modal-content .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #333;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.modal.modal-codeEditorAce .modal-content .nav-tabs.nav-tabs-vertical .nav-link.active {
    border-color: #ddd #fff #ddd #ddd;
}

.modal.modal-codeEditorAce .modal-content #queries .nav-tabs .nav-link.active {
    border-color: #ddd #fff;
}

.modal.modal-codeEditorAce .modal-footer {
    padding: .25rem;
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.modal-codeEditorAce .modal-dialog {
    display: block;
}

/* .modal-codeEditorAce #fields{
    overflow: auto;
    max-height: 80vh;
} */


.bootbox .modal-header {
    padding: 0.625rem !important;
    background-color: #fafafa !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active:focus {
    background-color: #2196F3 !important;
}

.custom-btn-add {
    cursor: pointer;
}

.btn {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    transition: all .15s ease;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 0 0.75rem;
    font-size: 0.75rem;
    line-height: 1.2;
    border-radius: 0.125rem;
}

.btn:hover {
    /*transform: translateY(-0.75px);*/
    box-shadow: 0 0 0 62.5rem rgba(0, 0, 0, 0.075) inset, 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08) !important;
}

.no-shadow {
    box-shadow: none;
}

.bootstrap-touchspin-up {
    box-shadow: none;
}

.bootstrap-touchspin-down {
    box-shadow: none;
}

.card {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 6px;
}

.card div.collapse>.table-bordered,
.card div.collapse>[class*=table-responsive]>.table-bordered {
    border: 0;
}

.card div.collapse>.table-bordered thead th:first-child,
.card div.collapse>.table-bordered thead td:first-child,
.card div.collapse>.table-bordered tbody th:first-child,
.card div.collapse>.table-bordered tbody td:first-child,
.card div.collapse>.table-bordered tfoot th:first-child,
.card div.collapse>.table-bordered tfoot td:first-child,
.card div.collapse>[class*=table-responsive]>.table-bordered thead th:first-child,
.card div.collapse>[class*=table-responsive]>.table-bordered thead td:first-child,
.card div.collapse>[class*=table-responsive]>.table-bordered tbody th:first-child,
.card div.collapse>[class*=table-responsive]>.table-bordered tbody td:first-child,
.card div.collapse>[class*=table-responsive]>.table-bordered tfoot th:first-child,
.card div.collapse>[class*=table-responsive]>.table-bordered tfoot td:first-child {
    border-left: 0;
}

.card-header:first-child {
    border-radius: 6px 6px 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 6px 6px;
}

.form-control {
    border-radius: 4px;
}

.dataTables_length select {
    border-radius: 4px;
}

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

.dt-buttons:empty {
    margin: 0;
}

.dot.dot_status {
    height: 16px;
    width: 16px;
    background-color: #28a745;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
}

.w-15 {
    width: 15%;
}

.w-40 {
    width: 40%;
}

/* Center modals */
.modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.bg-filevista-grey {
    background-color: #f5f6f7 !important;
}

.scroll-40 {
    max-height: 40vh;
    overflow: auto;
}

.navbar.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#fvbody {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border: none;
    padding: 0;
    box-shadow: 0px 0px 10px 2px #DDD;
    height: calc(100vh - 2rem);
}

.custom-button-sidebar {
    background-color: #607D8B;
    margin-bottom: 1rem;
    color: #fff;
}

.custom-sidebar-file-vista .tags:hover {
    cursor: pointer;
}

.custom-sidebar-file-vista .tags:after {
    font-family: icomoon;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-size: .6875rem;
    margin-left: .36875rem;
    line-height: 1;
    position: relative;
    content: "\ed6b";
}

.modal-details .card-group-control .card-title>a:before {
    content: "\e9c1";
}

.modal-details .card-group-control .card-title>a.collapsed:before {
    content: "\e9c2";
}

.custom-list a[data-toggle="collapse"].collapsed i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-list a[data-toggle="collapse"] span::after {
    content: "Hide";
}

.custom-list a[data-toggle="collapse"].collapsed span::after {
    content: "Show";
}

.delete-row sup {
    position: absolute;
    left: 109%;
    color: black;
    font-weight: bold;
    top: 0;
}

.search-result-content p {
    margin-top: 0;
    margin-bottom: 1.2rem;
    border-bottom: dotted #bbb 1px;
}

.search-result-content p:last-child {
    margin-bottom: 0;
    border: 0;
}

.search-result-content mark {
    padding: 0.25rem 0.5rem 0.20rem;
}

.badge-keyword {
    background: #455A64;
    color: #fff;
}

#filesStatistics td,
#filesStatistics th {
    padding: 0.4rem 0.7rem !important;
    margin: 0;
    text-align: center;
}

.header-elements-container a:last-child {
    margin-right: 0 !important;
}

.popover-header {
    background: whitesmoke;
    padding: 0.4rem;
}

textarea.pre {
    white-space: pre-line;
    font-family: monospace;
    /* font-family: SFMono-Regular, Menlo, Monaco,Consolas,"Libreration Mono","Courier New",monospace; */
    /* white-space: pre-wrap; */
    text-align: left;
    tab-size: 4;
    padding: 4px 1.25rem;
    hyphens: none;
}

label.required:after {
    content: "*";
    color: red;
    margin-left: 4px;
}

.format-log {
    white-space: pre-wrap;
    font-family: monospace;
}

.white-space_pre-wrap {
    white-space: pre-wrap;
}

.w-max-content .select2-selection--multiple .select2-selection__choice {
    width: max-content;
}

.w-max-content .select2-search__field,
.w-max-content .select2-search--inline {
    width: 100% !important;
}

.w-max-content .select2-search--inline {
    width: max-content !important;
}

.avatar-w {
    max-width: 96px;
}

/* .datatable-scroll{
    overflow:auto !important;
} */

.custom_select2 strong.select2-results__group {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0rem 0rem !important;
}

.custom_select2 li.select2-results__option {
    padding: 0rem 1rem !important;
}

.table-thead-sticky table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

.table-thead-sticky thead th {
    background-color: #273246;
    color: white;
    position: sticky;
    top: -1px;
    z-index: 999;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

@keyframes bg-light-to-success {
    0% {
        color: #333;
        background-color: #fafafa;
        border-color: #ddd;
    }

    50% {
        color: #fff;
        background-color: #4CAF50;
    }

    100% {
        color: #333;
        background-color: #fafafa;
        border-color: #ddd
    }
}

@keyframes bg-light-to-danger {
    0% {
        color: #333;
        background-color: #fafafa;
        border-color: #ddd;
    }

    50% {
        color: #fff;
        background-color: #E57373;
    }

    100% {
        color: #333;
        background-color: #fafafa;
        border-color: #ddd
    }
}

.animation-light-to-success {
    animation-name: bg-light-to-success;
    animation-duration: 3s;
}

.animation-light-to-danger {
    animation-name: bg-light-to-danger;
    animation-duration: 3s;
}

.permissions-column {
    column-count: 0;
}

.permissions-column .custom-checkbox {
    break-inside: avoid-column;
}

/* TEMP ADRIAN */

.form-control:focus {
    box-shadow: inset 0 0 0 1px rgb(33 150 243) !important;
}

.form-control:not(.border-1):not(.border-2):not(.border-3):focus {
    border-color: rgb(33 150 243);
}

/* TEMP ADRIAN */


.custom-box-shadow {
    /*box-shadow: 0 4px 6px rgba(50, 50, 93, .01), 0 1px 3px rgba(0, 0, 0, .08) !important;ADR*/
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.truncate-text {
    margin: 0 0 1em 0;
    overflow: hidden;
}

.truncate-text.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-break: after-white-space;
}

.white-space-normal {
    white-space: normal;
}

.fancytree-unselectable,
.fancytree-unselectable .fancytree-title,
.fancytree-unselectable,
.fancytree-treefocus .fancytree-unselectable.fancytree-selected .fancytree-title {
    color: #999 !important;
}

.fancytree-unselectable .fancytree-checkbox {
    border-color: #999 !important;
}

.fancytree-treefocus .fancytree-selected .fancytree-title {
    background: #eee !important;
    color: #333 !important;
}

.fancytree-title .fancytree-edit-input {
    border: 1px solid #ddd;
    outline: 0;
    background-color: white;
    padding: 0 .75rem;
    height: fit-content;
    border-radius: .125rem;
    font-size: .75rem;
    line-height: 1.6667;
    display: block;
    width: 100% !important;
}

.fancytree-selected .fancytree-title .fancytree-edit-input {
    border: 0;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.alert-viruses:after {
    content: "\eb83" !important;
}

.pagination.pagination-flat {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

:focus {
    outline: 0px;
}

/* Scroll */
* {
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.select2-input-group {
    flex-wrap: nowrap;
}

.select2-dropdown-link-fields .select2-results__option[aria-selected=true] {
    background-color: #273246;
}

.select2 .select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder,
.select2 .select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder,
.select2 .select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder,
.select2 .select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder,
.select2 .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}

.select2.select2-container--open > .selection > .select2-selection--single,
.select2.select2-container--open > .selection > .select2-selection--multiple,
.select2-container--focus > .selection > .select2-selection--multiple,
.select2-container--focus > .selection > .select2-selection--single {
    box-shadow: inset 0 0 0 1px rgb(33 150 243);
    border-color: rgb(33 150 243);
}

.multiselect::after {
    content: "î§…";
    margin-top: -0.5rem;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tt-suggestion {
    padding: 0.2rem 1rem;
}


/* Fancytree plugin filter */
.fancytree-ext-filter-hide tr.fancytree-hide,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
    display: none;
}

.fancytree-ext-filter-hide-expanders tr.fancytree-match span.fancytree-expander,
.fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-match span.fancytree-expander {
    visibility: hidden;
}

.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
    content: "\e987";
    transition: all ease-in-out 0.15s;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

#treeCollections span.fancytree-title {
    display: inline;
    white-space: normal;
}

.hidden {
    display: none;
}

.badge-empty:empty,
.badge-filled:empty {
    display: inline-block;
    padding: 3px 8px;
}

.badge-empty {
    background: none;
    border: #666 dotted 1px;
    padding: 2px 8px !important;
}

.file-drop-zone-title {
    padding: 25px 10px;
}

#treeContent .fancytree-node {
    display: flex;
}

#treeContent tbody tr td:first-child {
    padding-left: 0px;
}

.scrollY {
    height: 68vh;
    overflow-y: scroll;
}

.max-scrollY {
    max-height: 68vh;
    overflow: auto;
}

.file-bootbox .modal-body {
    padding: 0;
}

.file-bootbox iframe {
    height: 80vh;
}

.fancytree-ext-table tbody tr.fancytree-selected .fancytree-title {
    background: transparent !important;
    color: white !important;
}

span.mandatory:before {
    content: "*";
    color: red;
}

.input-group>.select2-container {
    width: auto;
    flex: 1 1 auto;
}

.card-group-control .card-title>a:before {
    content: "\e9c2";
}

.card-group-control .card-title>a.collapsed:before {
    content: "\e9c1";
}

.table-custom table .fancytree-loading .fancytree-expander,
.fancytree-statusnode-wait .fancytree-icon {
    margin-right: inherit;
    margin-left: 0.5rem;
}

code[class*="language-"] {
    float: left;
}

/*** Drop marker icon ***/
#fancytree-drop-marker:after {
    display: inline-block;
    vertical-align: top;
    content: '\edd3';
    font-family: 'icomoon' !important;
    font-size: 1.1rem;
}

#fancytree-drop-marker {
    width: 32px;
    position: absolute;
    margin: 0;
    left: 100px !important;
}

#fancytree-drop-marker.fancytree-drop-before,
#fancytree-drop-marker.fancytree-drop-after {
    border-top: inherit !important;
}

.select2-results__group {
    font-weight: bolder;
}

.pointer-events-all {
    pointer-events: all !important;
}

.footer {
    z-index: 1040;
}

.page-error {
    text-transform: uppercase;
    color: #211b19;
    background: #ffffff9e;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    max-width: 520px;
    left: 0;
    right: 0;
}

.krajee-default .file-upload-indicator {
    margin-top: 0;
}

.krajee-default.file-preview-frame {
    padding-bottom: 15px;
}

.file-preview {
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.file-drop-zone {
    overflow-y: auto;
    max-height: 300px;
    padding: 0px;
    margin: 0;
}

.file-thumb-loading:before, .file-uploading:before {
    content: none;
}

.file-thumb-loading:after, .file-uploading:after {
    content: none;
}

.pointer-events-none {
    pointer-events: none;
}

.max-vh-100 {
    max-height: 100vh;
}

pre[class*="language-"] {
    background-position-y: 4px;
}

/** Table maxscrollY **/

table.table-max-scrollY {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.table-max-scrollY thead {
    flex: 0 0 auto;
}

.table-max-scrollY tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 68vh;
}

.table-max-scrollY tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table-hover tbody tr.bg-warning-300:hover {
    color: #333 !important;
}

@media (min-width: 1200px) {
    .sidebar-expand-xl.sidebar-sections .card {
        border-radius: 6px;
    }
}

@media (max-width: 1160px) {
    .card-deck-container {
        display: block;
    }
}

@media (min-width: 992px) {
    .custom-sidebar-file-vista {
        border: none;
        padding: 0;
        border-radius: 0;
        box-shadow: 0px 0px 10px 2px #DDD !important;
    }

    .custom-sidebar-file-vista * {
        font-size: 11px !important;
    }


    .custom-sidebar-file-vista .card-header {
        border-bottom: 1px #d0d0d0 solid !important;
    }

    .custom-sidebar-file-vista .p-1 {
        padding-top: 5px !important;
        padding-bottom: 3px !important;
        padding-right: 0.3125rem !important;
    }
}

@media (min-width: 900px) {
    .permissions-column {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .sticky-sidebar:hover {
        overflow: auto !important;
    }
    .sticky-sidebar{
        position: sticky !important;
        position: -webkit-sticky;
        top: 0 !important;
        z-index: 1020 !important;
        overflow: hidden !important;
    }
}

@media (min-width: 768px) {
    .custom-content {
        padding: 1.5rem 4rem 0 4rem;
    }

    .navbar:not(.navbar-component) {
        padding-left: 4.625rem;
        padding-right: 4.625rem;
    }

    .breadcrumb-line:not(.breadcrumb-line-component) {
        padding-left: 4.625rem;
        padding-right: 4.625rem;
    }

    /* #navbar-navigation .navbar-nav.nav-left .nav-item:first-child a {
        padding-left: 0;
    } */

    .page-header-content.header-elements-md-inline {
        padding-left: 4.625rem;
        padding-right: 4.625rem;
    }

    .sidebar-expand-md.sidebar-sections .card {
        border-radius: 6px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (max-width: 576px) {
    .width-md-100 {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
}
div.jsoneditor{
    border: thin solid #2196F3;
}
div.jsoneditor-menu{
    background-color: #2196F3;
    border-bottom: 1px solid #2196F3;
}

#nestable .fancytree-node{
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 8px 10px 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ccc;
    background: #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#nestable .editor_span{
    float: right;
    text-align: right;
    display: flex;
    justify-content: flex-end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    width: auto;
    position: absolute;
    right: 0;
}
#nestable .editor_input{
    background-color: transparent;
    border: none;
    max-width: 65%;
    text-align: right;
    border-bottom: 2px dotted black;
}
#nestable .fancytree-title{
    padding: 0px 10px !important;
}
#nestable .fancytree-custom-icon{
    vertical-align: middle;
}
#nestable .fancytree-expander{
    vertical-align: middle;
}
#nestable .fancytree-custom-icon,
#nestable .fancytree-expander{
    width: auto;
    margin-top: auto;
    height: auto;
}
#nestable .fancytree-container{
    overflow: initial;
}

.bg-yellow {
    background-color: #ffd648!important
}

a.bg-yellow:focus,a.bg-yellow:hover,button.bg-yellow:focus,button.bg-yellow:hover {
    background-color: #ffcb15!important
}

.bg-yellow-100 {
    background-color: #fffbed!important
}

a.bg-yellow-100,button.bg-yellow-100 {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

a.bg-yellow-100:focus,a.bg-yellow-100:hover,button.bg-yellow-100:focus,button.bg-yellow-100:hover {
    background-color: #fff0ba!important
}

.haversting-section li.tab {
    min-width: 15%;
    text-align: center;
}


/* Harvesting Section */
.haversting-section #tabOptions {
    display: flex;
    justify-content: center;
    border: none;
}

.haversting-section #tabOptions li a {
    border: none;
}



.haversting-section .card {
    border: none;
    box-shadow: none;
}

.haversting-section .harvest_top_button {
    position:absolute;
    top: 0;
    right: 0;
}

.haversting-section #tabOptions li a {
    font-weight: 600;
}

.haversting-section #tabOptions li a.active {
    color: #2980b9;
    font-weight: bold;
    border-bottom: 3px solid #2980b9;
}


.haversting-section #tabOptions li:not(.disabled) a:not(.active) {
    /* background-color: #fafafa; */
    border-bottom: 3px solid #273246;
    color: #273246;
}

.haversting-section #tabOptions li.disabled {
    cursor: not-allowed;
}

.haversting-section #tabOptions li.disabled a:not(.active) {
    cursor: not-allowed;
    pointer-events: none;
    color: rgb(255 0 0);
    /* background-color: rgb(255 0 0 / 20%); */
    border-bottom: 3px solid rgb(255 0 0 / 70%);
}

.haversting-section .h2 {
    font-weight: 600;
}

.haversting-section .code-toolbar {
    max-height: 250px;
}


.haversting-section .code-toolbar li.correct {
    color: #64992c;
}

.haversting-section .code-toolbar li.warning {
    color: #ec7000;
}

.haversting-section .code-toolbar li.error {
    color: #c00;
}

.haversting-section .code-toolbar li i.fa {
    padding-right: 5px;
}


.haversting-section .search_only_id .bootstrap-tagsinput button,
.haversting-section .search_only_id .bootstrap-tagsinput span {
    color: #ffffff;
}

.haversting-section .bootstrap-tagsinput .tag {
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
    margin-top: 0.5rem;
}

.haversting-section .bootstrap-tagsinput {
    min-height: calc(1.5em + 0.75rem + 2px);
    width: calc(100% - 37px) !important;
}

.haversting-section .bootstrap-tagsinput.full {
    width: 100% !important;
}

.haversting-section #tableDataRecolected .danger_deposit {
    color: #000000;
    background-color: #ffe8e1;
}

.haversting-section #tableDataRecolected .warning_deposit {
    color: #ffff;
    background-color: #E57373;
}

.select2_has-error {
    border-color: rgb(185, 74, 72) !important;
}

.languages .lang_active {
    height: 20px;
}

.languages .dropdown-menu a img {
    height: 20px;
}

.dropdown-language .navbar-nav-link,
.dropdown-language .navbar-nav-link > span,
.dropdown-user .navbar-nav-link,
.dropdown-user .navbar-nav-link > span {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; 
}

#table_header .custom-switch .custom-control-input:checked~.custom-control-label::after,
.modal .custom-switch .custom-control-input:checked~.custom-control-label::after,
.custom-switch .custom-control-input:checked~.custom-control-label::after,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

#table_header .custom-control-input:checked~.custom-control-label::before,
.modal .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #2980b9;
}


#accordion-right-sidebar2 #loader {
    background: #7e7e7e3b;
    z-index: 1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.reset-button {
    text-decoration: underline;
    font-size: xx-small;
    color: #2980b9;
    cursor: pointer;
}