/* put your own styles to customize and override the theme */
#dtBasicExample_length > label > select {
    width: 60px !important;
}

.dataTables_wrapper > .row > .col-sm-12 {
    overflow-y: auto!important;
    z-index: 1;
}

.custom-number > .form-control[type="number"] {
    /*padding: 5px;*/
    text-align: right;
}

#SerialNo {
    height: auto !important;
}

.Fine[type="number"], .Fees[type="number"], .Dis[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.fa-trash-alt {
    color: red;
}

.fa-pencil-alt {
    color: blue;
}

/*.fa-plus-circle {
    color: green;
}*/

.custom-select {
    height: 1.9rem !important;
}

label > select {
    min-width: 65px !important;
}

.table td {
    white-space: nowrap;
    vertical-align: middle;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.table th {
    white-space: nowrap;
    padding-right: 1.75rem !important;
    vertical-align: middle;
}

/*.table {
    font-size: x-small !important;
}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

