.swal-text{
    text-align: center !important;
}
.swal-title{
    font-size: 20px !important;
}
sup {
    color: red;
}
.dt-buttons{
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}
.dt-button{
    width: auto;
    padding: 5px 20px;
    background-color: white;
    border: 1px solid silver;
    font-size: 13px;
    border-radius: 30px;
    text-transform: capitalize;

}
.dt-button:hover{
   background-color: whitesmoke;
}
.select2-container--default .select2-results__group{
    background-color: whitesmoke !important;
    margin-bottom: 2px;
}
.select2-container .select2-selection--single{
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
}
#table-data tr td,#table-data tr th{
    border-bottom: 1px solid silver;
}
.table-bd tr td,.table-bd tr th{
    border: 1px solid black;
}

.tx-18{
    font-size: 18px !important;
}
.tx-11{
    font-size: 11px !important;
}
#lable-large div.label{
    font-size: 20px !important;
    padding-top: 10px !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    display: none !important;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: 0px !important;
}
.table.dataTable{
     border-left: 1px solid black !important;
    border-right: 1px solid black !important;
}

