/*.table td,
        .table th {
            padding: .75rem;
            vertical-align: inherit;
            border-top: 1px solid #dee2e6;
        }

        body {
            font-size: 0.9rem;
            background-color: #f5f5f5;
        }

        input.form-control.modal-btn-class1 {
            padding: 0px !important;
        }*/
.toplevel_page_equilli thead td,.toplevel_page_equilli thead th {
        position: sticky;
        top: 0;
        background: #007bff !important;
    }
.widefat thead tr th,.widefat thead tr td {
    color: #fff !important;
    font-weight: 600;
}
span.equilli-satus {
    margin-left: 1rem;
}
.choose-btn{
    float: right;
    margin-right: 15px;

}
.img_col{
    display: flex;
}
.img_col img {
    margin: 5px;
    width: 85px;
    height: 85px;
    border: 1px solid;
    object-fit: contain;
    border-radius: 5px;
}
.updates-table tbody td.check-column, .widefat tbody th.check-column, .widefat tfoot td.check-column, .widefat thead td.check-column {
    /*padding: 28px 0 0 3px !important;*/
}
span.badge{
    padding: 6px !important;
}
span.name_sku {
    /* vertical-align: middle !important; */
    padding: 20px;
}
.widefat td {
    vertical-align: middle !important;
}
table.fixed {
    table-layout: auto !important;
}
th.check-column {
    padding: 35px 0 0 3px !important;
}
td#cb{
    width: 5px !important;
}
th#image_id{
    width: 20px !important;
}
th#name{
    width: 20px !important;
}
th#category_ids{
    width: 20px !important;
}
th#equili_status{
    width: 20px !important;
}
th#status{
    width: 20px !important;
}
th#date_created{
    width: 20px !important;
}
th#custom_btn{
    width: 20px !important;
}

/*LOGIN FORM*/
.equili-login-form{
    border: 1px solid;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin: 100px 0 0 0;
    padding: 25px;
}
label.equili-control-label:after {
    content: "*";
    color: red;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}

.tooltip.fade.top.in.cb_info {
    width: 90px !important;
    background: #000;
    text-align: center;
    border-radius: 5px;
    top: 55px;
    left: 0px;
}
.cb_icon:hover+.tooltip.fade.top.in.cb_info {
    opacity: 1;
}