.w-xs {
    min-width: 80px !important;
}

.w-sm {
    min-width: 95px !important;
}

.w-md {
    min-width: 110px !important;
}

.w-lg {
    min-width: 140px !important;
}
.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.select2-selection__rendered {
    font-weight: 400;
    color: #212529;
}

.s-tiny {
    width: 30px !important;
    height: 30px !important;
    padding: 0.45rem !important;
}

.avatar {
    width: 60px;
    height: 60px;
}

.parsley-errors-list {
    list-style: none !important;
    padding-left: 0.5rem !important;
}

.parsley-errors-list .parsley-required, .parsley-max {
    color: #e83e8c;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 0 !important;
}

.select2-container--default .select2-results__group {
    background-color: #004274 !important;
    color: #FFFFFF !important;
}

.wid_model {
    max-width: 1330px;
}

.bg_modelImage {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.stdImage {
    position: absolute;
    right: 170px;
    top: 226px;
}

.stdImage1 {
    width: 35%;
}

.table_certificate {
    max-width: 960px;
    margin: 0 auto;
    font-size: 14px;
}
.table_model{
    top: 46%;
}

.table-compact td {
    padding: 0.2rem 0.2rem !important;
}

.table-compact th {
    padding: 0.2rem 0.2rem !important;
}

.mt-checkbox {
    margin-top: 2.3rem !important;
}

@media print {
    .dataTables_filter {
        display: none !important;
    }

    div.dataTables_wrapper div.dataTables_info {
        display: none !important;
    }

    .dataTables_paginate {
        display: none !important;
    }

    .dataTables_length {
        display: none !important;
    }

    .dt-buttons {
        display: none !important;
    }
}
