.tbody_row {
    width: 100%;
    display: table-row;
}

.th_width {
    width: 100%;
}

.bg {
    background-color: #000;
    color: #fff;
}

html {
    font-size: 0.9rem;
}

.form-label-group input:placeholder-shown:not(:-webkit-autofill){
    padding:0!important;
}

.select2-selection--multiple {
    padding-left: .5rem!important;
}

.ml-left{
    margin-left:1.2rem;
}

table thead .sorting:after,
table thead .sorting_asc:after,
table thead .sorting_asc_disabled:after,
table thead .sorting_desc:after,
table thead .sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    right: 16px;
    font-size: 1rem;
}

table thead .sorting,
table thead .sorting_asc,
table thead .sorting_asc_disabled,
table thead .sorting_desc,
table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table thead>tr>td.sorting,
table thead>tr>td.sorting_asc,
table thead>tr>td.sorting_desc,
table thead>tr>th.sorting,
table thead>tr>th.sorting_asc,
table thead>tr>th.sorting_desc {
    padding-right: 30px;
}

table thead .sorting:before,
table thead .sorting_asc:before,
table thead .sorting_asc_disabled:before,
table thead .sorting_desc:before,
table thead .sorting_desc_disabled:before {
    right: 1.1em;
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 1rem;
}

table thead .sorting:after,
table thead .sorting:before,
table thead .sorting_asc:after,
table thead .sorting_asc:before,
table thead .sorting_asc_disabled:after,
table thead .sorting_asc_disabled:before,
table thead .sorting_desc:after,
table thead .sorting_desc:before,
table thead .sorting_desc_disabled:after,
table thead .sorting_desc_disabled:before {
    position: absolute;
    bottom: .7em;
    display: block;
    opacity: .3;
}

table thead .sorting_asc:before,
table thead .sorting_desc:after {
    opacity: 1;
}

table{
    /*table-layout: fixed;*/
    display: table;
    overflow-x: scroll;
}

.datatable_data {
    overflow-x: scroll;
    /* display: block; */
}

thead tr, tbody tr{
    display:table-row;
}

table td {
    white-space: nowrap;
    height: auto;
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

.tbody {
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    height: 420px!important;
}

td {
    text-overflow: unset;
}

.overview_table td, .overview_table th{
    min-width: 205px;
}

th {
    overflow: initial;
    text-overflow: unset;
}

.show_password{
    right: 18px;
    position: absolute;
    top: 9px;
}

/* --Media Qeries Start-- */

@media only screen and (max-width: 368px) {
    .apps {
        padding: 0 2rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
    .dataTables_wrapper {
        margin: 0 auto;
        display: table;
    }
    .justify-content-end {
        flex: 100%!important;
        justify-content: center!important;
        display: inline-block!important;
    }
    .action_icons {
        display: none;
    }
    .page-inner {
        padding: 0!important;
    }
}


/* 600 to 768 */

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
        width: 55%;
        float: left;
        overflow: auto;
    }
    .mr-0,
    .mx-0 {
        margin-right: 0px !important;
        float: right;
        width: 40%;
        margin-top: 10px;
        padding-left: 5% !important;
    }
    .justify-content-end {
        flex: 100%!important;
        justify-content: center!important;
    }
    .apps {
        margin: 0 auto;
        display: table;
        text-align: center;
    }
}


/* Maximum 768 */

@media only screen and (max-width: 768px) {
    td {
        /*min-width: 205px;*/
        height: 25px;
        text-overflow: unset;
    }
    th {
        /*min-width: 205px;*/
        overflow: initial;
        height: 25px;
        text-overflow: unset;
    }
    body{
        font-size: .75rem!important;
    }
}


/* 768 to 992*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .app-main .wrapper .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%!important;
    }
    .media-width {
        max-width: 100%!important;
        flex: 100%!important;
        overflow: auto;
    }
    .justify-content-end {
        flex: 100%!important;
    }
    body{
        font-size: .75rem!important;
    }
}


/* --Media Qeries End-- */
