th {
    font-size: 13px !important;
    color: #fff!important;
    border: none !important;
}

table {
    height: 200px !important;
}

@media only screen and (max-width: 600px) {
    table {
        height: 350px !important;
    }
}

.btnsbmtm {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .btnsbmtm {
        display: block !important;
    }
    .btnsbmt {
        display: none !important;
    }
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.select2-container .select2-selection--single {
    height: 20px;
}

.selection {
    padding: 4px !important;
    border-radius: .25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

.select2 {
    padding: 0px;
}

tbody td {
    padding: 0px;
}