﻿@media print {
    .no-print {
        display: none !important;
    }
}

*[disabled], .disabled {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.h-100 {
    height: 100% !important;
}

.w-0 {
    width: 0 !important;
    white-space: nowrap !important;
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 60% !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.blue-buttons .btn-outline-info {
    color: black !important;
    border-color: #006cfa !important;
}

    .blue-buttons .btn-outline-info:hover {
        background-color: initial !important;
    }

    .blue-buttons .btn-outline-info:not(:disabled):not(.disabled):active, .blue-buttons .btn-outline-info:not(:disabled):not(.disabled).active {
        color: white !important;
        background-color: #006cfa !important;
        border-color: #006cfa !important;
    }

.btn-icon.btn-sm {
    width: 30px !important;
    height: 30px !important;
}

.btn-icon.inside {
    display: inline;
    position: absolute;
    float: right;
    top: 5px;
    right: 10px;
}

form.d-inline {
    margin-right: 2px;
}

.text-medium {
    font-size: 14px;
}

.lh-15 {
    line-height: 1.5;
}
/**  Overrides  **/
.content-wrapper {
    padding: 1.375rem 1.375rem 0 1.375rem;
}

.wizard > .content {
    margin: 0.35rem !important;
}

.modal .modal-dialog-scrollable .modal-body.custom-scrollable {
    overflow-y: unset !important;
    height: 100%;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 75% !important;
    }
}

.datepicker.datepicker-dropdown, .datepicker.datepicker-inline {
    padding-bottom: 1rem !important;
}

    .datepicker.datepicker-dropdown td.day.disabled, .datepicker.datepicker-inline td.day.disabled:hover {
        color: #999 !important;
    }

    .datepicker.datepicker-dropdown td.day, .datepicker.datepicker-inline td.day {
        color: #000000 !important;
    }

.irs--round .irs-bar.irs-bar--single {
    background-color: unset !important;
}

.select2-container--bootstrap {
    width: 100% !important;
}

    .select2-container--bootstrap .select2-selection--single {
        height: 39px !important;
        line-height: 1.8 !important;
    }

    .select2-container--bootstrap .select2-results__option {
        white-space: nowrap !important;
    }

.accordion .card .card-header a[aria-expanded="true"]:before {
    content: "\F0374" !important;
}

.accordion .card .card-header a[aria-expanded="false"]:before {
    content: "\F0415" !important;
}
/**  Overrides  **/

.not-selectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.text-underline {
    text-decoration: underline !important;
}

select.form-control.form-control-lg {
    height: calc(2.1rem + 4px) !important;
}

.img-md {
    width: 70px;
    height: 70px;
}

.btn-toolbar .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-toolbar .btn-group-justified > .btn,
    .btn-toolbar .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-toolbar .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

.btn-toolbar .btn-group > .btn-group:first-child > .btn:last-child,
.btn-toolbar .btn-group > .btn-group:first-child > .dropdown-toggle {
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-toolbar.btn-toolbar-sm .btn-group button.btn,
.btn-toolbar.btn-toolbar-sm .btn-group a.btn {
    height: 39px !important;
}

.plan-icon-circle.plan-icon-circle-sm {
    margin: 0;
    height: 50px;
    width: 50px;
}

    .plan-icon-circle.plan-icon-circle-sm i {
        margin-top: 2px;
        font-size: 26px;
        display: block;
    }

.fa-18px:before {
    font-size: 18px;
}

.fa-24px.vc {
    padding-top: 7.5px;
}

.fa-24px:before {
    font-size: 24px;
}

div.tagsinput div {
    width: 250px !important;
}

    div.tagsinput div input {
        width: 100% !important;
    }

.progress .progress-bar {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border-left: 1px solid black;
}

    .progress .progress-bar:first-child {
        border-left: none !important;
        -ms-border-bottom-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
        -ms-border-top-left-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

    .progress .progress-bar:last-child {
        -ms-border-bottom-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        -ms-border-top-right-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

@media (min-width: 992px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper img {
        max-width: 100% !important;
    }
}

.navbar-menu-wrapper .indicator {
    width: 5px;
    height: 5px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    right: -3px;
    background: #f44336;
}

.scrollable-menu-container {
    display: block;
    height: 230px;
}

.scrollable-menu {
    height: auto;
    max-height: 432px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .scrollable-menu .preview-item-content {
        min-width: 160px;
    }

.float-bottom-popup {
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    width: 320px;
    z-index: 1000000;
    bottom: 0;
    right: 53px;
    border: 1px solid #e6e6e6 !important;
    background-color: white;
}

    .float-bottom-popup .popup-header {
        height: 40px;
        border-bottom: 1px solid #e6e6e6 !important;
        background-color: whitesmoke;
    }

        .float-bottom-popup .popup-header .title {
            margin: 0 !important;
            padding: 0.5rem !important;
            font-size: 17px;
        }

        .float-bottom-popup .popup-header .actions {
            float: right;
            height: 40px;
        }

            .float-bottom-popup .popup-header .actions button {
                background-color: transparent;
                border: 0;
                padding: 0 4px !important;
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 40px;
                color: #000;
                text-shadow: 0 1px 0 #fff;
                -ms-opacity: .5;
                opacity: .5;
            }

    .float-bottom-popup .popup-content > * {
        height: 320px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0.5rem .75rem !important;
    }

    .float-bottom-popup.minimized .popup-header .actions button:first-child,
    .float-bottom-popup .popup-header .actions button:nth-child(2),
    .float-bottom-popup.minimized .popup-content,
    .float-bottom-popup.minimized .popup-footer {
        display: none;
    }

    .float-bottom-popup.minimized .popup-header .actions button:nth-child(2) {
        display: inline-block;
    }

.chat-float-btn {
    z-index: 1000;
    position: fixed;
    padding: 6px 20px;
    right: -12px;
    top: 152px;
    -ms-border-radius: 0;
    border-radius: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.chat-send-lbl {
    margin: 0 !important;
    padding: 0 8px;
}

.chat-send-btn {
    margin: 2px 1px !important;
}

.profile-feed-item {
    padding: 1rem 0 !important;
}

    .profile-feed-item:first-child {
        padding-top: 0 !important;
    }

    .profile-feed-item:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    padding: .55rem !important;
    font-size: 1.25rem !important;
}

/** Checkout **/
.checkout .card {
    border: none;
}

.checkout .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: none;
}

.checkout .checkout .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
}

.checkout .form-control {
    height: 50px;
    border: 2px solid #eee;
    border-radius: 6px;
    font-size: 14px;
}

    .checkout .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #039be5;
        outline: 0;
        box-shadow: none;
    }

.checkout .input {
    position: relative;
}

    .checkout .input i {
        position: absolute;
        top: 16px;
        left: 11px;
        color: #989898;
    }

    .checkout .input input {
        text-indent: 10px;
    }

.checkout .card-text {
    font-size: 13px;
    margin-left: 6px;
}

.checkout .certificate-text {
    font-size: 12px;
}

.checkout .billing {
    font-size: 11px;
}

.checkout .super-price {
    top: 0px;
    font-size: 22px;
}

.checkout .super-month {
    font-size: 11px;
}

.checkout .line {
    color: #bfbdbd;
}

.checkout .free-button {
    font-weight: bold;
    font-size: 15px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.checkout .payment-card-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 24px 1rem !important;
}