#login-logo {
    width: 100%;
    padding-bottom: 50px;
}

.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a, .dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a:hover {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
}

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

.log-form {
    cursor: pointer;
}

.space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.space-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.top-right {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

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

#saving-overlay {
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: -webkit-gradient(linear, left top, right top, from(#0246b5), color-stop(60%, #0246b5), to(#00BFB2));
    background: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    opacity: 0.6;
    display: none;
}

#saving-overlay-text{
    font-size:0.7em;
    letter-spacing: 3px;
    position:absolute;
    top:50%;
    margin-top:-40px;
    width:100%;
    text-align:center;
    color:#fff;
}

#alert-container {
    position: fixed;
    bottom: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 10001;
}

.alert-primary {
    color: white;
}

.badge {
    padding: 0.4em 0.9em;
}

.badge-success {
    color: white;
    background-color: #00BFB2;
}

.fixed-plugin .card {
    z-index: 1022;
}

@media (max-width: 768px) {
    .hide-mobile {
        display:none;
    }

    .mobile-top {
        min-height: 140px !important;
    }

    .mobile-top-card {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .mobile-top-buttons {
        display: flex;
        flex-direction: column;
    }

    .mobile-margin-button {
        margin-top: 0.5rem !important;
    }

    .dataTable-wrapper .dataTable-container .table tbody tr td, .dataTable-wrapper .dataTable-container .table thead tr th, .dataTable-wrapper .dataTable-top {
        padding: 0.75rem 0.5rem;
    }

    .btn-sm, .badge {
        padding: 0.4rem 0.5rem;
        line-height: 1;
    }

    h6.ms-3 {
        margin-left: 0 !important;
    }

}

.navbar .sidenav-toggler-inner .sidenav-toggler-line {
    background: white;
}

.dataTable-top>div:last-child {
    float: right;
}

.dataTable-top>div {
    margin-top: 0.5rem !important;
}

.no-show {
    display: none;
}

.upper-case {
    text-transform: uppercase;
}

.ubo-counter {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
}

.k-icon {
    font-size: 50px;
}

.status-badge {
    margin-left: 15px;
}    

.pointer-badge {
    cursor:pointer;
}

.ubo-badge {
    margin-right: 10px;
}

.check-table-label {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.justify-content-end {
    justify-content: end;
}

#coraDrop.disabled, #coraDrop.disabled > .dz-message, #coraDrop.disabled > .dz-message > span {
    cursor:not-allowed;
}

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

.dz-image {
    background: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%) !important;
}

.mr-20 {
    margin-right: 20px;
}

#coraDropDone {
    font-size: 60px;
    margin: auto;
}

.navbar-vertical.navbar-expand-xs {
    overflow-y: hidden;
}

.opacity-50 {
    transition: all 0.3s ease-in;
    opacity: 0.5;
}

.addon-checkmark {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}

.choices__list--multiple .choices__item {
    background-color: #344767;
    border: 1px solid #344767;
    font-size: 14px;
}

.choices__inner, .choices.is-focused, .is-focused .choices__inner,
.is-open .choices__inner, .is-focused .choices-inner {
    border: none !important;
}

.progress-element {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tooltip-inner {
    background-color: #344767;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #344767 !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #344767 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #344767 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #344767 !important;
}

#processComments {
    flex-grow: 2;
    border: none;
    resize: none;
}

#finalAddress {
    border: none;
    resize: none;
}

#show-all-container {
    margin-left: 15px !important;
}

.dataTable-info {
    display: none;
}

.create-btn, #reopen-btn, #resend-btn {
    margin-left: 15px;
}

.full-page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5
}

.choices__inner {
    border: 1px solid #d2d6da !important;
    padding: 0.3rem 0.75rem !important;
}

.choices__input.choices__input--cloned {
    margin-bottom: 0 !important;
}

.choices__item.choices__item--selectable {
    margin-bottom: 0 !important;
}

.btn.btn-sm.btn-icon-only, .btn-group-sm>.btn.btn-icon-only {
    height: 1rem;
    width: 1rem;
}

.tooltip-img {
    min-height: 500px;
    max-height: 60vh;
}

.popover {
    max-width: 100%;
}

.choices__list--dropdown {
    z-index: 10002;
}