body {
    background: #f5f5f5;
    width: 100%;
    font-size: 90%;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.btn-Active,
.btn-Inactive {
    transition: 0.5s;
}

.btn-Active:after {
    content: "Active";
    transition: 0.5s;
}

.btn-Inactive:after {
    content: "Inactive";
    transition: 0.5s;
}

.btn-Active:hover:after {
    content: "Inactive" !important;
}

.btn-Inactive:hover:after {
    content: "Active" !important;
}

.btn-Active:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-Inactive:hover {
    content: "Active" !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.swal-modal * {
    text-align: center;
}


.btn:focus,
a:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    cursor: pointer;
}

.bg-main {
    background: #0C0C0C !important;
}

.text-main {
    color: #0C0C0C !important;
}

.bg-main-alt {
    background: #1F1F1F !important;
}

.text-main-alt {
    color: #1F1F1F !important;
}

.bg-main-light {
    background: #878787 !important;
}

.text-main-light {
    color: #878787 !important;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}

.btn-cancel {
    border-radius: 5px;
    color: #dc3545;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-cancel:hover {
    background-color: #dc3545;
    /*
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    */
    color: #fff;
    border: 1px solid #dc3545;
}

.btn-main {
    border-radius: 5px;
    background-color: #1F1F1F;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #1F1F1F;
    padding: 0.600rem 1.1rem;
}

.btn-main:hover {
    background-color: #ccc;
    /*
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    */
    color: #1F1F1F;
    border: 1px solid #1F1F1F;
}

.btn-main-alt {
    border-radius: 5px;
    color: white;
    background-color: #0C0C0C;
    border: 1px solid #0C0C0C;
    transition: 350ms ease;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-main-alt:hover {
    background-color: #1F1F1F;
    color: #fff;
}

.border-main {
    border-color: #0047AB !important;
}

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

table td p {
    text-align: left;
}

label {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.form-group.row .col-md-3,
.form-group.row .col-md-4 {
    padding-top: 6px;
}

.pointer {
    cursor: pointer;
}


@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    table {
        font-size: 80% !important;
    }

    #sidebar-wrapper {
        margin-left: -15rem !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    div.p-4 {
        padding: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }


    label {
        font-size: 80% !important;
    }

}
