.table_header .btn:not(:last-child){
    margin-right: 3px !important;
}
.table_header .btn, .table_header a{
    cursor: pointer;
}
.v--default-css .c-toast {
    max-width: 400px !important;
    font-size: 15px !important;
}
.uppercase{
    text-transform: uppercase !important;
}
td a{
    cursor: pointer;
}

.toast.showing {
    opacity: 1
}

.toast:not(.show) {
    display: flex;
}

tr.parent {
    background: #f3f3f3;
}
tr.last_child {
    background: #fff9f9;
}

thead.data_table tr{
    background: #f5f5f5;
}
.table > thead {
    border-color: #e5e5e5;
}
thead.data_table tr th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.ml-2{
    margin-left: 4px;
}



table.table.data_table tr th:last-child,
table.table.data_table tr td:last-child {
    width: 150px !important;
}
.menu_colups_icon i{
    font-size: 25px;
    color: #5e6062;
}

a.delete_icon i.fa.fa-trash {
    position: absolute;
    top: 0;
    padding: 3px;
    right: 0px;
    background: #d74242;
    color: #FFF;
    border-radius: 4px;
}

select .form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.pointer{
    cursor: pointer;
}

body.vertical div#scrollbar {
    max-height: 90vh !important;
    overflow: auto !important;
}

body.vertical div#scrollbar::-webkit-scrollbar {
    width: 5px;
}

body.vertical div#scrollbar::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
}

body.vertical div#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #ddd;
}

table.table tr td img {
    height: 30px !important;
    width: auto !important;
    border-radius: 50% !important;
}

img.thumbnail {
    height: 30px;
}

.image_upload {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100%;
    cursor: pointer;
    text-align: center !important;
}

.image_upload img {
    height: 100% !important;
    max-width: 100% !important;
}

@media print {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }
}
.table>:not(caption)>*>* {
    padding: 0.35rem 0.6rem !important;
}
.form-control {
    padding: 0.35rem 0.6rem !important;
}
.btn{
    padding: 0.35rem 0.6rem !important;
}
.card-header {
    padding: 0.6rem 1rem !important;
}

.filter .form-control {
    padding: 0.1rem 0.1rem !important;
    border: 1px solid #9b9999 !important;
    font-size: 15px !important;
}

.filter .input-group-text {
    padding: 0.1rem 0.1rem !important;
    background: #405189 !important;
    color: #FFF !important;
    border: 1px solid #9b9999 !important;
    cursor: pointer !important;
}

.body.vertical .filter .form-control{
    background: #405189 !important;
    color: #FFF !important;
}

a.nav-link.menu-link .input-group.filter input {
    height: 25px !important;
}
a.nav-link.menu-link .input-group.filter {
    min-width: 120px !important;
    max-width: 180px !important;
}
a.nav-link.menu-link .input-group.filter i.fa-close{
    font-size: 10px !important;
}
a.nav-link.menu-link .input-group.filter i.fa-close{
    font-size: 10px !important;
}

select.btn.perpage{
    font-size: 17px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
}
li.nav-item.hide_menu hr {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .filter_desktop {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .filter_mobile {
        display:none !important;
    }
    .hide_menu{
        display:none !important;
    }
}