.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;
}

.show_password{
    right: 10px;
    position: absolute;
    top: 12px;
}

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: 42px!important;
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

.tbody {
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    height: 420px!important;
}

td {
    min-width: 205px;
    text-overflow: unset;
}

th {
    overflow: initial;
    text-overflow: unset;
}


/* --Media Qeries Start-- */

@media only screen and (min-width: 300px) and (max-width: 368px) {
    .apps {
        padding: 0 2rem;
    }
    .col-6{
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .offset-9 {
        margin-left: 55%!important;
    }
    .form-group.col-6{
        flex: 1 0 50%;
        max-width: 80%;
    }
    .top-bar-item.col-6{
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
}

@media only screen and (min-width: 368px) and (max-width: 576px) {
    .form-group.col-6{
        flex: 1 0 50%;
        max-width: 80%;
    }
    .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;
    }
    .offset-9 {
        margin-left: 60%!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;
    }
    .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 {
        overflow: initial;
        height: 25px;
        text-overflow: unset;
    }
    body{
        font-size: .75rem!important;
    }
    .input-group:not(.input-group-alt) .input-group-append .btn, .input-group:not(.input-group-alt) .input-group-prepend .btn {
        height: calc(90% - 2px)!important;
    }
    button, input, optgroup, select, textarea, a {
        font-size:.75rem!important;
    }
    .custom-control-label {
        padding-top: 0.1rem;
    }
}


/* 768 to 992*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .media-width {
        max-width: 100%!important;
        flex: 100%!important;
        overflow: auto;
    }
    .justify-content-end {
        flex: 100%!important;
    }
    body{
        font-size: .85rem!important;
    }
}


/* --Media Qeries End-- */
