﻿#myTable {
    border-top: 1px solid #CCD7E2 !important;
    border-left: 1px solid #CCD7E2 !important;
    border-right: 1px solid #CCD7E2 !important;
    border-bottom: 1px solid #CCD7E2 !important;
}

    #myTable tr {
        border-bottom: 5px solid rgb(255, 213, 200);
        height: 39px;
    }

#UserM .card {
    background-color: transparent !important;
}

.container-fluid.mTOP {
    margin-top: 35px;
}

table tr label {
    font-size: 15px;
    font-weight: 400;
    font-family: "Assistant", Helvetica, Arial, serif;
}

/* #myTable tr th {
            width: 150px !important;
        } */

span.badge.badge-warning.navbar-badge {
    font-size: 8px;
    margin-top: 0;
    padding: 4px 3px;
}

table.dataTable > tbody > tr {
    background-color: #FFF;
}

/*#myTable thead tr th:nth-child(1) {
    width: 10% !important;
}

#myTable thead tr th:nth-child(2) {
    width: 20% !important;
}

#myTable thead tr th:nth-child(3) {
    width: 15% !important;
}

#myTable thead tr th:nth-child(4) {
    width: 17% !important;
}

#myTable thead tr th:nth-child(5) {
    width: 17% !important;
}

#myTable thead tr th:nth-child(6) {
    width: 7% !important;
}*/

option {
    font-weight: 600;
}

/* width */
::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #FE9196 0%, #EA3304 100%);
    border-radius: 10px;
    border: none;
}

.table-striped .odd {
    background-color: rgba(248,229,225,255) !important;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none !important;
}

.table-striped .even {
    background-color: rgba(252,246,245,255) !important;
}

.dataTables_scrollHeadInner, .dataTable {
    width: 100% !important;
    max-width: 100% !important;
}

.tblEdit tbody tr:hover {
    color: black !important;
    cursor: pointer;
    font-weight: 600;
    background: #F2CABE;
    transition: all 0.3s ease-in;
}

#myTable tr:hover td {
    background: #ffd6bb;
    transition: all 0.3s ease-in;
}

td.Edittd.Cpointer {
    height: 35px;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    right: 2em;
    content: "↑";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    right: 1.4em;
    content: "↓";
}
.ddDropdown {
    height: 30px;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    border: 1px groove #CED4DA;
    border-radius: 7px;
}

.table-Data {
    border-radius: 10px !important;
    /*box-shadow: 0 4px 20px 0 #CCD7E2, 0 7px 45px -5px #CCD7E2 !important;*/
    margin-top: -16px;
    border: 1px solid rgb(255, 213, 200);
    overflow-x: hidden;
}