
/*# sourceMappingURL=custom.min.css.map */

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    max-width: 950px;
}
.modal-dialog:not(.modal-dialog-scrollable) .modal-header {
    padding: 20px;
}
.modal-content .form-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
    margin-left: 10px;
}
.modal-content select {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #6C757D;
    border-radius: 4.3px;
    /* margin-left: 10px; */
}
#search_type{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #6C757D;
    border-radius: 4.3px;
}
.form-control[type=file], .form-control[type="text"] {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #6C757D;
    border-radius: 4.3px;
    /* margin-left: 10px; */
}
.search_query1{
    width: 100%;
}
.alert {
    padding: 0; 
   margin-bottom: 0;

}
th.sort.ng-binding.ng-scope {
    width: 120px;
}
td.dataTables-empty {
    text-align: center;
    font-size: 18px;
}