/*MAIN STYLES: HTML, BODY*/

body {
    height: 100vh !important;
}

.content-wrapper {
    min-height: 100vh !important;
    height: 100% !important;
}

.body-background {
    background-color: #343a40 !important;
}

.big-text {
    font-size: 100px !important;
}

.big-text-sub {
    font-size: 50px !important;
}

/*MAIN STYLING: NAV*/

.sidebar a {
    color: #e8e8e8 !important;
}

.sidebar a:hover {
    color: #ffffff !important;
}

.custom-dropdown {
    left: inherit !important;
    right: 0px !important;
}

.main-sidebar {
    background: linear-gradient(120deg, rgba(52, 58, 64, 1) 10%, rgba(185, 191, 198, 1) 80%) fixed no-repeat;
}

.nav-icon {
    background-image: linear-gradient(117deg, rgba(114, 0, 255, 1) 0%, rgba(171, 102, 255, 1) 50%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

/*MAIN STYLING: CONTENT*/

/* bootstrap */

.col {
    border-top: none !important;
}

.form-check-input {
    color: #7200FF !important;
}

/* inputs */

.input-group {
    padding-left: 0px !important;
}

.input-group-text {
    background-color: #f2e6ff !important;
    color: #7200FF !important;
    border-color: #7200FF !important;
}



/* headers */


/* forms */

.form-group {
    margin-bottom: 0 !important;
}

.custom-input {
    border-radius: 0 !important;
}

.form-sbc:focus {
    border-color: #7200ff !important;
}

.form-sbc:hover {
    border-color: #7200ff !important;
}

.form-control-custom {
    border-color: #7200ff !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    color: #7200FF !important;
}

.form-check {
    padding: 0;
}

.form-check input {
    height: 17px;
    width: 17px;
    background-color: #8c68ce;
}

.form-check input:hover {
    background-color: #8c68ce !important;
}

.form-check input:checked {
    background-color: #7200FF !important;
}

.inputfile {
    display: none;
}

.file-p {
    display: inline-block;
}

.inputfile + label {
    color: #ffffff !important;
    background: linear-gradient(117deg, #7200FF 10%, #9d4dff 90%);
    border: none !important;
    padding: 6px 14px !important;
    margin-right: 3px;
    z-index: 999;
    border-radius: 0.25rem;
    margin-bottom: 0;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background: linear-gradient(117deg, rgb(143, 51, 255) 10%, rgba(185, 128, 255, 1) 90%);
}

.red-background {
    background-color: #ff8787;
}

/* tables */

.table-sbc, .table-sbc > th, .table-sbc > td {
    background-color: #eee3ff !important;
}

.table-sbc tbody + tbody, .table-sbc td, .table-sbc th, .table-sbc thead th {
    border-color: #ddc1ff !important;
}

.table th {
    border-top: 0 !important;
}

.custom-tr:hover {
    border-left: 3px solid #7200FF !important;
    border-radius: 10px !important;
    background-color: #ededed !important;
    cursor: pointer;
}

.custom-tr td:hover {
    left: -3px !important;
}

.custom-td {
    padding: .75rem 0 0 .75rem !important;
}

.fs-productname {
    font-size: 1.5rem;
}

.table-less-padding td {
    padding: 0.25rem;
}

.table-less-padding th {
    padding: 0.25rem;
}

/* buttons */


.btn-delete {
    color: indianred !important;
    font-size: 24px !important;
    padding: 0 !important;
}

.sbc-purple:hover {
    color: #8F33FF !important;
}

.sbc-purple {
    color: #7200FF !important;
}

.pointer {
    cursor: pointer;
}

.blue {
    background-color: #a7a7ff !important;
}

.green {
    background-color: #cce3c7 !important;
}

.yellow {
    background-color: #fff1aa !important;
}

.red {
    background-color: #ffacb4 !important;
}

.purple{
    background-color: #d4b1ff !important;
}


.legend-box {
    width: 25px;
    height: 25px;
    border: #dee2e6 1px solid;
}

.text-center-custom {
    text-align: center;
    line-height: 40px;
}

.btn-sbc-nb {
    color: #7200FF;
    font-size: 24px !important;
    padding: 0 10px 0 0 !important;
    line-height: 1 !important;
}

.btn-sbc-nb:hover {
    color: #8F33FF;
}

.btn-sbc-nb-delete:hover {
    color: indianred !important;
}

.btn-sbc-nb-delete {
    color: rgb(156, 48, 48) !important;
}

.btn-sbc {
    color: #ffffff !important;
    background: linear-gradient(117deg, #7200FF 10%, #9d4dff 90%);
    border: none !important;
    padding: 6px 14px !important;
    margin-right: 3px;
    z-index: 999;
}

.btn-sbc-approve:hover {
    background: linear-gradient(117deg, #28a745 10%, #31c153 90%) !important;
}

.btn-sbc-approve {
    background: linear-gradient(117deg, #188d33 10%, #0fac35 90%) !important;
}

.btn-sbc-nb-approve:hover {
    color: #28a745 !important;
}

.btn-sbc-nb-approve {
    color: #1e7b34 !important;
}

.btn-sbc-nb-confirm:hover {
    color: rgb(35, 121, 252) !important;
}

.btn-sbc-nb-confirm {
    color: rgb(0, 102, 255) !important;
}

.btn-sbc:hover {
    background: linear-gradient(117deg, rgb(143, 51, 255) 10%, rgba(185, 128, 255, 1) 90%);
}

.btn-sbc-delete:hover {
    background: linear-gradient(117deg, rgb(156, 48, 48) 10%, rgba(205, 92, 92, 1) 90%) !important;
}

.btn-sbc-delete {
    background: linear-gradient(117deg, rgb(157, 0, 0) 10%, rgb(211, 50, 50) 90%) !important;
}

.btn-sbc-confirm:hover {
    background: linear-gradient(117deg, rgb(35, 121, 252) 10%, rgb(88, 154, 254) 90%) !important;
}

.btn-sbc-confirm {
    background: linear-gradient(117deg, rgb(0, 102, 255) 10%, rgb(39, 125, 255) 90%) !important;
}

/* DASHBOARD */

.bg-gradient-sbc {
    background: #7200FF linear-gradient(180deg, rgb(143, 51, 255), rgba(185, 128, 255, 1)) repeat-x !important;
    color: #fff;
}

.bg-sbc, .bg-sbc > a {
    color: #fff !important;
}

.bg-sbc {
    background-color: rgba(185, 128, 255, 1) !important;
}

/* HOURS */

.tr-shade {
    align-content: center !important;
    align-items: center !important;
    margin: 20px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(102, 102, 102, 1);
    -moz-box-shadow: 0px 0px 10px -4px rgba(102, 102, 102, 1);
    box-shadow: 0px 0px 10px -4px rgb(102, 102, 102);
}

/* USERPRODUCTS */

.center {
    margin: auto;
    width: 50%;
}

.checkbox .cr {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin: 1px 15px 0 0;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .fa {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .fa {
    opacity: 1;
    color: white;

}

.checkbox label input[type="checkbox"]:checked + .cr {
    opacity: 1;
    background-color: #7200FF !important;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400 !important;
}

/* HOURS MONTH */

.month-table td, .month-table th {
    padding: 2px !important;
}

/* HOURS MONTH ADMIN */

@media print {
    #printable-div {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media print {
    .hide-on-print {
        display: none;
    }
}

.resizable {
    display: inline-block;
    resize: both;
    overflow: hidden;
    line-height: 0;
}

.widthSet{
    max-width: 500px;
}

.heightSet{
    max-height: 500px;
}

/* ??? */




