 table td, table th
 {
     border-right: 1px solid #14141438;
     border-bottom: 1px solid #14141438;
     padding-right: 4px;
     padding-left: 4px;
     text-transform: capitalize;
 }
td.text-center{
    text-align: center;
}
.text-right{
     text-align: right;
     padding-right: 4px;
     padding-left: 0;
 }
td {
    height: 30px;
    vertical-align: middle;
}
td .text-name{
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
}
thead th {
    position: sticky;
    top: 0;
    background-color: #e9e6e6;
}
.text-red{
    color: #e36c6c;
}
.text-green{
    color: #42d742;
}
.bold{
    font-weight: bold;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
body{
    /*background-color: #38444c;*/
}
/*table, h3{*/
/*    color:white;*/
/*}*/
h3{
    margin-bottom: 5px;
    padding-bottom: 0;
}
/*table th{*/
/*    background: #29297a;*/
/*}*/
table td, table th {
    border: 1px solid rgba(204, 204, 204, 0.18);
    border-top: 0;
}
.inline{
    display: inline-block;
}
.pr-1{ padding-right: 5px }
.pr-2{ padding-right: 10px }
.pr-3{ padding-right: 15px }
.pr-4{ padding-right: 20px }
.pr-5{ padding-right: 25px }
.pr-6{ padding-right: 30px; }
.va-t{
    vertical-align: top;
}
.va-m{
    vertical-align: middle;
}
.cut-text{
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
}
@media only screen and (max-device-width: 500px) {
    
}