.hover:hover{
    color: #ffffff;
    cursor: pointer;
}
.bg-gray {
    background-color: #efefef;
}
.label-status {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
    color: white;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.btn-actions {
    padding: 5px 10px;
}
.text-center {
    text-align: center;
}
.center {
    display: flex;
    justify-content: center;
    align-content: center;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.fit {
    width: 1em;
}
.input-fit {
    height: 18px;
    display: inline-block;
    width: fit-content;
}
.marg-top-1 {
    margin-top: 1em;
}
.marg-top-05 {
    margin-top: 0.5rem;
}
.marg-bot-1 {
    margin-bottom: 1em;
}
.marg-bot-0 {
    margin-bottom: 0px;
}
.marg-2px {
    margin: 2px;
}
.marg-left-0{
    margin-left: unset;
}
.marg-left-right-0{
    margin-left: unset;
    margin-right: unset;
}
.pad-left-right-0{
    padding-left: unset;
    padding-right: unset;
}
.d-inline-flex{
    display: inline-flex;
}
.space-1{
    margin: 1em;
}
.space-2{
    margin: 2em;
}

.center2{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.radius {
    border: 2px solid white;
    padding: 10px;
    border-radius: 25px;
}
.top-0{
    top: 0px !important;
}

.pad-top-6em{
    padding-top: 6em !important;
}
.pad-top-1em{
    padding-top: 1em !important;
}
.flow-x{
    overflow-x: auto;
}
.glow{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.glow-red{
    border-color: #e96666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 29, 29, 0.6) !important;
}
.glow-green{
    border-color: #34c38f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 195, 143, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 195, 143, 0.6);
}
.glow-green-slot{
    box-shadow: inset 0px 0px 1px rgb(28 191 132), 0 0 10px rgb(52 195 143) !important;
}

.glow-red-slot{
    box-shadow: inset 0px 0px 1px rgb(255 28 28), 0 0 10px rgb(255 28 28) !important;
}

.div-sche{
    height: auto;
    min-height: 2.25rem;
}
span.std-drag{
    margin-bottom: 3px;
    display: inline-flex;
    padding: 3px;
    border: 2px;
    border-radius: 5px;
}
span.std{
    margin-bottom: 3px;
    display: inline-flex;
    padding: 3px;
    border: 2px;
    border-radius: 5px;
}
.timeslot{
    padding: 5px;
    border-radius: 25px;
}

.btn-plus{
    margin-left: 0.5rem;
    font-size: 1.2rem;
}
.btn-plus:hover{
    cursor: pointer;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #e1e1ec;
}
.bgc-1{
    background-color: rgb(255, 255, 255);
}
.bgc-2{
    background-color: rgb(248 248 251);
}
.box-shadow{
    box-shadow: inset 0px 0px 1px rgb(0 0 0 / 15%), 0px 0px 8px !important;
}
/* Little Baby Class Type */
.badge-soft-pink{
    color: #df6af4;
    background-color: rgb(210 106 244 / 18%);
}
.badge-soft-pink-lite{
    color: #df6af4;
    background-color: rgb(210 106 244 / 18%);
}
.badge-soft-success-lite {
    color: #34c38f;
    background-color: rgba(52, 195, 143, 0.18);
}
.badge-soft-orange-important{
    color: #f67800 !important;
    background-color: rgb(255 139 0 / 36%) !important;
}
.badge-soft-brown{
    color: #b55b06;
    background-color:rgb(169 106 30 / 36%)
}
.badge-soft-danger-important{
    color: #f46a6a !important;
    background-color: rgba(244, 106, 106, 0.18) !important;
}
.badge-soft-trial{
    color: #955dff;
    background-color: rgb(152 97 249 / 30%);
}
.color-red{
    color: #ff0000;
}
@media (min-width: 1200px) {
    .pad-r-0{
        padding-right: 0px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 592px) {
    .slot-6,.slot-5,.slot-4,.slot-3,.slot-2,.slot-1{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 593px) and (max-width: 732px) {
    .slot-6,.slot-5,.slot-4,.slot-3,.slot-2{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 733px) and (max-width: 924px) {
    .slot-6,.slot-5,.slot-4,.slot-3{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 925px) and (max-width: 992px) {
    .slot-6,.slot-5,.slot-4{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 993px) and (max-width: 1119px) {
    .slot-6,.slot-5,.slot-4,.slot-3,.slot-2,.slot-1{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1120px) and (max-width: 1399px) {
    .slot-6,.slot-5,.slot-4,.slot-3{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) and (max-width: 1650px) {
    .slot-6,.slot-5{
        display:none;
        margin-top: 5px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1651px) and (max-width: 1720px) {
    .slot-6{
        display:none;
        margin-top: 5px;
    }
    /* .btn-show-slot{
        display:none;
        margin-top: 0.5rem;
    } */
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1721px) and (max-width: 1920px) {
    /* .slot-6,.slot-5{
        display:none;
        margin-top: 0.5rem;
    } */
    .btn-show-slot{
        display:none;
        margin-top: 0.5rem;
    }

}

