label.required:after {
    content: "*";
    color: red;
}

@media (min-width: 992px) {
    .modal-xlg {
        max-width: 900px;
    }
}

.dataTables_wrapper {
    width: 100% !important;
    padding : 1%;
}

.div-img-crop>img{
    border-radius: 50em;
    border: 1px solid #eeeeee;
    padding: 2px;
    width: 100px;
    height: 100px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    z-index: 99999 !important;
    width: 130px;
}


/* iCheck */

.icheckbox_line-blue {
    height: 35px;
    padding: 9px 15px 5px 38px !important;
}

.form-check-label {
    margin-left: 5px;
}

.form-group.custom-padding {
    padding: 26px 0 0;
}

#weighingChartForm .form-check,
#productForm .form-check {
    padding-left: 0;
}

/* Toastr */
.toast-success {
    background-color: #4dbd74 !important;
}


.toast-error {
    background-color: #f86c6b !important;
}

.toast-info {
    background-color: #2F96B4 !important;
}

.toast-warning {
    background-color: #F89406 !important;
}

/* DatetimePicker, timepicker, datepicker */

.gj-icon {
    display: none;
}

.gj-textbox-md {
    font-size: 15px!important;
    color: #5c6873!important;
    padding: 8px 12px!important;
    border: 1px solid rgb(228, 231, 234);
}

/* Form addEmployeesCrewForm */

#addEmployeesCrewForm .selector {
    margin: 2rem;
}

.selector .selector-available h2,
.selector-chosen h2 {
    margin-bottom: 0;
}

.selector .selector-filter label {
    margin: 6px 0 0 !important;
}

.selector .selector-available input {
    padding-left: 5px;
}

select#id_employees_to {
    height: 285.8px !important;
}

select#id_employees_from>option,
select#id_employees_to>option {
    padding: 10px;
    font-size: 13px;
}

input#id_employees_input {
    font-size: 15px;
}

span.num-chosen {
    margin-left: 20px;
    padding: 0 7px;
    font-size: 20px;
    border: 2px solid white;
    border-radius: 92px;
    position: relative;
    top: -3px;
}


/* Select 2 */

.select2-search__field {
    width: 100%!important;
}


/* Colors  */

.bg-danger-custom {
    background-color: #FF4F3C;
}

.bg-success-custom {
    background-color: #2fd556;
}

.bg-warning-custom {
    background-color: #FAC302;
}

.bg-primary-custom {
    background-color: #595bd4;
}

.bg-info-custom {
    background-color: #00CCFF;
}

.nav-link-pl {
    padding-left: 3em!important;
}

.nav-tabs.nav-fill .nav-link {
    border-color: transparent !important;
}

.nav-tabs.nav-fill .nav-link.active {
    border-top: 5px solid #20a8d8 !important;
    border-left-color: #c8ced3 !important;
    border-right-color: #c8ced3 !important;
    border-bottom-color: #fff !important;;
}

.tab-content {
    border-top: 5px solid #fff !important;
}

.fa-1_5x {
    font-size: 1.2em;
}

form#filterTable .input-group, form#filterSummaryForm .input-group {
    flex-wrap: unset !important;
}

tbody>tr>td.td-right {
    text-align: right ! important;
}