.dropdown-menu-content {
    width: fit-content!important;
}

.card-total .sk-circle {
    width: 20px;
    height: 20px;
    margin: 0 0 7px 0;
    padding: 0;
}

.title-team {
    margin: 0 0 40px;
}

.table-data-team {
    display: contents;
}

.table-data-team td {
    border-top: unset;
    padding-left: 0;
    font-size: 14px;
}

@media (min-width: 768px){
    .col-md-1_5 {
        -ms-flex: 0 0 14.2857143%;
        flex: 0 0 14.2857143%;
        max-width: 14.2857143%;
    }
}

div.totals-summary {
    text-align: center;
}

div.totals-summary .form-control:disabled {
    text-align: center;
    background-color: white;
}

.card-total {
    padding: 0.5em;
}

.card-total>.py-3 {
    padding: 0.1em !important;
}

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

.nav-link-pl2 {
    padding-left: 4em!important;
}

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

.horizontal-center {
    text-align: center;
}

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

.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;
}

/* Form filter liquidation */
form input.form-control {
    height: 36px!important;
    font-size: 13px !important;
    padding: .375rem .75rem!important;
}

form em.error {
    letter-spacing: 0 !important;
    font-size: 11.2px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 16.8px;
}

/* 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 {
    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-picker [role=switch] [role=calendarMode] {
    display: block!important;
}

.gj-picker [role=switch] [role=clockMode] {
    display: block!important;
}

.chevron-left, .chevron-right {
    display: block!important;
}

.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-info-custom {
    background-color: #00CCFF;
}


/* Form costs*/
@media (min-width: 992px) {
    form#costForm .select2-container, form#costForm .gj-datepicker {
        width: 89%!important;
    }

    .card-form-login {
        padding: 9rem 3rem;
    }

    .link-privacy {
        bottom: -150px;
        font-size: small
    }
}

@media (min-width: 1199px) {
    .card-form-login form {
        padding: 0 1.5rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-form-login form {
        padding: 0 14.5rem !important;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    .card-form-login form {
        padding: 0 6.7rem !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .d-parent {
        flex-direction: column-reverse;
        align-content: center;
    }

    .card-form-login form {
        padding: 0 4rem !important;
    }

    .card-form-login form .secondaryAction {
        padding: 0 8%;
    }

    .card-form-login form .text-lg-left {
        margin: 3% 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    form#costForm .select2-container, form#costForm .gj-datepicker {
        width: 82%!important;
    }

    .card-form-login {
        padding: 9rem 3rem;
    }

    .link-privacy {
        bottom: -150px;
        font-size: small
    }
}

@media (max-width: 768px) {
    form#costForm .select2-container, form#costForm .gj-datepicker {
        width: 92%!important;
    }

    .card-form-login {
        padding: 3.5rem 0;
    }

    .card-form-login p {
        padding: 0 11%;
    }

    .d-parent {
        flex-direction: column-reverse;
    }

    .link-privacy {
        bottom: -58px;
        font-size: small
    }
}


/* Form filter summary crops */
form#filterHarvestSummaryForm .input-group, form#filterTable .input-group {
    flex-wrap: unset !important;
}


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