.my-datatable-search {
    width: 100%;
    color: red;
}
.my-datatable-search label{
    display: none;
}

table.dataTable{
    margin-bottom: 0.5rem;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 11px !important;
    font-weight: 500;
    white-space: nowrap;
}

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px !important;
}

.empty-table {
    margin: 16px 0;
}


#myTable_filter, #myTable_info { display: none; }
#myTable1_filter, #myTable_info { display: none; }

tr.selected{
    background-color:#daf8ff !important;
}
tr.selected2{
    background-color:#9ada27 !important;
}
.yellowRow{
    background-color:#DAF7A6  ;
    color: black !important;
}
.tot_Comm{
    background-color:rgba(124,252,0,0.3) !important ;
    color: black !important;
}
.pia_split{
    background-color:rgba(51,153,255,0.3) !important ;
    color: black !important;
}

.pro_split{
    background-color:rgba(255,51,51,0.3) !important ;
    color: black !important;
}

.third_split{
    background-color:rgba(255,153,51,0.3) !important ;
    color: black !important;
}

#myTable1 th,td  {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

 padding: 0em 0em!important;

}

#my_table_no_border td, th {
    /*border-top: none !important;*/
}

.no-border-table td, th {
    /*border-top: none !important;*/
}


.my-red-Span span{
    color: darkred;
}
.my-red-Span{
    background-color: #feffbd;
    margin-left: -25px;
    padding: 15px;
    margin-right: -25px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.my-grey-Span{
    color: #808080;
}

#toast {
    visibility: hidden;
    max-width: 40px;
    height: 40px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #196F3D;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    /*left: 0;*/
    right:0;
    bottom: 5px;
    font-size: 12px;
    white-space: nowrap;
}
#toast #img{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    float: left;

    padding-top: 10px;
    padding-bottom: 10px;

    box-sizing: border-box;


    background-color: #27AE60;
    color: #fff;
}
#toast #tost_desc{


    color: #fff;

    padding: 12px;

    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;}
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;}
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

#toast_error {
    visibility: hidden;
    max-width: 40px;
    height: 40px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color:#7B241C;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    /*left: 0;*/
    right:0;
    bottom: 5px;
    font-size: 12px;
    white-space: nowrap;
}
#toast_error #img_error{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    float: left;

    padding-top: 10px;
    padding-bottom: 10px;

    box-sizing: border-box;


    background-color: #C0392B;
    color: #fff;
}
#toast_error #desc_error{


    color: #fff;

    padding: 12px;

    overflow: hidden;
    white-space: nowrap;
}
#toast_error.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

.deleteIcon {
    color: #f4511e;
    transition: 0.3s;
}

.deleteIcon:hover {
    color: #d93400;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color:black;
    vertical-align:bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 1;
    font-size:large;
    color:blue;
    font-style:italic;
    font-weight:400;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/*
.inputContainer {
    width: 300px;
}*/
.inputContainer label {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
.inputContainer div {
    overflow: hidden;
}
.inputContainer input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block
}
.dataTables_scrollBody thead tr[role="row"]{
    visibility: collapse !important;
}

.my-row-margin{
    margin-top: 20px;
    margin-bottom: 20px;
}

.dash-row1-box{
    background-color: #009efa;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.dash-row1-box2{
    background-color: #7360ee;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.dash-row1-box3{
    background-color: #55ce64;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.dash-row1-box4{
    background-color: #ffbc35;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.my-dash-anchor{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.my-dash-anchor:hover{
    font-weight: bold;
    color: white;
    text-decoration: none;
}
/*
.dataTables_info {
    position:absolute; left:0; top:0;
}*/

.aside-content{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
@media (max-width: 768px) {
    .aside-content{
        box-shadow: none;
    }
}

.metric .h6{
    font-weight: 400;
}

.aside-header .btn-account .account-summary{
    max-width: 10rem;
}

.bg-yellow {
    background-color: #ffbc35 !important
}
.bg-blue {
    background-color: #009efa !important
}
.note{
    font-style: italic;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
}
.dropdown-menu>.custom-control, .dropdown-scroll>.custom-control {
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
}

.dropdown-menu>.custom-control .custom-control-label:before, .dropdown-scroll>.custom-control .custom-control-label:before {
    border: none;
    background: transparent!important;
    box-shadow: none;
}


@media (max-width: 576px) {
    body{
        font-size: 0.93rem;
    }
    .nav-tabs .nav-link{
        padding: 0.7rem;
    }
}

select.form-control{
    height: 36px !important;
    padding-left: 5px;
}

/*Widths*/
.wd-100p{
    width: 100%;
}
.wd-25{
    width: 25px;
}
.wd-40{
    width: 40px;
}
.wd-50{
    width: 50px;
}
.wd-100{
    width: 100px;
}
.wd-150{
    width: 150px;
}
.wd-200{
    width: 200px;
}
.wd-250{
    width: 250px;
}
.wd-270{
    width: 270px;
}
.wd-300{
    width: 300px;
}
.wd-350{
    width: 350px;
}
.wd-400{
    width: 400px;
}
.wd-450{
    width: 450px;
}
.wd-500{
    width: 500px;
}
.wd-550{
    width: 550px;
}
.wd-600{
    width: 600px;
}
.wd-700{
    width: 700px;
}

.h-75px{
    height: 75px;
}
.h-50px{
    height: 50px;
}
.h-40px{
    height: 40px;
}
.h-100px{
    height: 100px;
}

.badge-success {
    color: #fff;
    background-color: #198754;
}
.badge-danger {
    color: #fff;
    background-color: #E91E63;
}

.form-control.flatpickr-input[readonly]{
    background: #fff !important;
}
