.hide {
    display: none;
}

.loading-function {
    position: fixed;
    z-index: 2000;
    height: 2em;
    width: 24em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading-function:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

.overlay-content {
    border: 1px solid #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    position: fixed;
    padding: 30px;
}

#orcamentos .font-13 {
    font-size: 14px !important;
    /* color: #10654d; */
    /* font-weight: 500; */
    font-family: 'Work Sans', sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--alfa-primary) !important;
    border-color: #FFF !important;
    font-size: 13.4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #f5f6f8 !important;
    background-color: var(--alfa-primary-dark) !important;
}

.table-load tr {
    display: table-row !important;
}

.orcamento-box {
    display: block !important;
}

#comentario {
    margin: -50px -24px -56px -24px;
    padding: 50px 24px 56px 24px;
    background-color: var(--alfa-primary-dark) !important;
}

    #comentario .page-title,
    #comentario .page-title ~ p {
        color: #ffffff !important;
    }

#comentario-cliente, #comentario-remoto {
    margin: -50px -24px -56px -24px;
    padding: 50px 24px 56px 24px;
    background-color: #FFF !important;
}

    #comentario-cliente .page-title,
    #comentario-cliente .page-title ~ p,
    #comentario-remoto .page-title,
    #comentario-remoto .page-title ~ p {
        color: #000 !important;
    }

.chat-conversation-extern .conversation-list {
    background-color: #343a40;
}

.sweet-alert {
    border: black 1px solid;
}

.horimetro__number {
    min-height: 160px;
}

.btn-danger-confirm {
    background-color: #ef5350;
    border: 1px solid #ef5350;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

    .btn-danger-confirm:active {
        background-color: #ed3c39;
        border-color: #ed3c39;
        color: #FFF !important;
    }

    .btn-danger-confirm.focus, .btn-danger-confirm:hover,
    .btn-danger-confirm:not([disabled]):not(.disabled).active, .btn-danger-confirm:not([disabled]):not(.disabled):active, .show > .btn-danger-confirm.dropdown-toggle,
    .btn-danger-confirm:not([disabled]):not(.disabled).active:focus, .btn-danger-confirm:not([disabled]):not(.disabled):active:focus, .show > .btn-danger-confirm.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.5);
        box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.5);
        color: #FFF !important;
    }

.btn-default-not-confirm {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #000;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    margin-right: 5px;
}

    .btn-default-not-confirm.focus, .btn-default-not-confirm:hover,
    .btn-default-not-confirm:not([disabled]):not(.disabled).active, .btn-default-not-confirm:not([disabled]):not(.disabled):active, .show > .btn-default-not-confirm.dropdown-toggle,
    .btn-default-not-confirm:not([disabled]):not(.disabled).active:focus, .btn-default-not-confirm:not([disabled]):not(.disabled):active:focus, .show > .btn-default-not-confirm.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.5);
        box-shadow: 0 0 0 2px rgba(205, 205, 205, 0.5);
        color: #000 !important;
    }

.select2.select2-container {
    width: 100% !important;
}

#accordion .card-header a {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

    #accordion .card-header a i {
        float: right;
        font-size: 24px;
        line-height: 1;
        margin-top: 2px;
        transform: rotate(-180deg);
    }

    #accordion .card-header a.collapsed i {
        transform: rotate(0deg);
    }

.modal-content {
    width: auto !important;
}

.device-image-robot img {
    height: 250px;
    width: 400px;
    object-fit: contain;
}

.device-image-equipment {
    height: 400px;
    width: 600px;
    object-fit: contain;
    border: 1px solid rgb(206, 212, 218, 0.5);
    border-radius: 4px;
}

.btn-danger-sweet, .btn-danger-sweet:hover {
    background-color: #ef5350;
    border: 1px solid #ef5350;
    color: #ffffff;
}

.btn-default, .btn-default:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(239, 239, 239);
    border: 0px solid rgb(0, 0, 0);
}

.contrato-map-tooltip {
    display: block !important;
}

.mfp-wrap {
    z-index: 1055 !important;
}

.steps.card.resume-protocol.sticky {
    top: 70px !important;
}

@media (max-width: 767.98px) {
    .pro-user-name {
        display: block !important;
    }
}

.number-without-arrows::-webkit-outer-spin-button,
.number-without-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-without-arrows {
    -moz-appearance: textfield;
}

.warning-small {
    color: #f0ad4e;
    font-size: 24px;
    line-height: 24px;
}

.rat__parts--title-left {
    padding-left: 0px !important;
}

.rat__parts--icon--top {
    margin-top: -5px;
}

.print__text--not-left {
    left: 0;
}

    .print__text--not-left .print__container--texto p {
        margin-left: 0
    }

.hide-cost-contract:before {
    content: "******";
}

.hide-cost-contract > span {
    visibility: hidden;
}

.lnk-remove-point i {
    color: #FFF
}

.editable-error-block.help-block {
    z-index: 99;
    background-color: #ffff00 !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.editable-error-block.help-block {
    position: absolute;
    top: 12%;
    background: #fff;
    border-radius: 5px;
    padding: 7px 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    font-size: 13px;
    line-height: 1.3;
}

.conversation-list .chat-avatar {
    width: 46px !important;
}

#txtUploadFileInterno {
    color: #FFF;
}

.equipamento-box-image .img-square {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.equipamento-box .img-square {
    object-fit: contain !important;
}

.technician-data-info {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 25px;
}

.tecnics-card-route h4 {
    width: auto !important;
}

.route-info-clock::before, .route-info-wrench::before {
    margin-right: 10px !important;
}

.pac-container {
    z-index: 1051 !important;
}

.custom-route-info {
    display: flex;
    align-items: center;
}

.box-data-links {
    display: inline-block;
}

.badge-container {
    margin-left: 15px;
}

.route-info-address-complete {
    margin-left: 24px !important;
}

.button-full-filled {
    bottom: 25px !important;
    left: 5px !important;
}

.progress-text-pending {
    color: #FFF;
    margin-left: auto;
    position: static;
    padding-right: 5px;
    min-width: 55px;
}

.button-corrective-pin, .button-preventive-pin {
    position: absolute;
    padding: 6px;
    background: #FFF;
    border: none;
    line-height: normal;
    border-radius: 4px;
}

.button-corrective-pin {
    bottom: 25px;
    left: 40px;
}

.button-preventive-pin {
    bottom: 25px;
    left: 75px;
}

    .button-corrective-pin figure, .button-preventive-pin figure {
        margin: 0;
    }

.tecnics-imgs {
    margin-bottom: 8px !important;
}

.label-technician {
    margin-bottom: 16px !important;
}

.tecnics-image-route img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%
}

.wrap-list-empty {
    margin-top: 15px;
}

.dropzone-integration.dropzone {
    border: 2px dashed rgba(50, 58, 70, 0.3);
    background: #fff;
    border-radius: 6px;
    width: 100%;
    position: relative;
    cursor: pointer;
    max-height: 230px;
}

    .dropzone-integration.dropzone.dropzone-previews {
        margin-top: -30px;
    }

#documents-technical .table-documents thead,
#documents-technical .table-documents tbody {
    display: block;
}

#documents-technical .table-documents tbody {
    overflow-y: scroll;
    max-height: 250px;
    content: inherit;
}

#documents-technical .table-documents td,
#documents-technical .table-documents th {
    min-width: 100px;
    height: 25px;
    padding: 10px 12px;
}

.custom-colum-tab-technician .tecnics-emage-integration img {
    width: 40px;
    height: 40px;
}

.integrations-tag-variant-9 {
    color: #fff !important;
    background: #aa7444;
}

#datatable-integrate-technician {
    table-layout: fixed;
    width: 100% !important;
}

#datatable-integrate-technician.dataTable td,
#datatable-integrate-technician.dataTable th {
    word-break: break-word;
}

.btn-error {
    background-color: rgb(240, 240, 240);
    color: #000;
}

.custom-switch-text label:before {
    content: attr(data-yes) !important;
}

.custom-switch-text label:after {
    content: attr(data-no) !important;
}

.route-info-address-complete.ml-0 {
    margin-left: 0px !important;
}

.progress-bar-allocations.gap {
    background-color: #CCC !important;
    position: relative;
}

.route-time.with-warning {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.route-day-start-pin::before {
    background: #FFF url('../images/pin_start.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-start-pin::before {
    background: #FFF url('../images/pin_start.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-end-pin::before {
    background: #FFF url('../images/pin_house_tech.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-day-end-pin::before {
    background: #FFF url('../images/pin_house_tech.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-stop-pin {
    background: #FFF url('../images/pin_schedule.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-day-stop-pin {
    background: #FFF url('../images/pin_schedule.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-stop-way-pin {
    background: #FFF url(../images/pin_stopway.svg) no-repeat center !important;
    background-size: 24px 24px !important;
}

.route-scheduling-status-0 {
    background: #FFF url('../images/pin_schedule-0.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-scheduling-status-2 {
    background: #FFF url('../images/pin_schedule-2.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.route-scheduling-status-3 {
    background: #FFF url('../images/pin_schedule-3.svg') no-repeat center;
    background-size: 24px 24px;
    display: inline-block;
}

.span-info-km-duration {
    line-height: 17px;
    margin-left: -5px;
    margin-top: -18px;
    padding-bottom: 14px;
}

.req-spacing-top {
    margin-top: -0px !important;
}

#modal-busca-avancada.modal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#modal-busca-avancada .modal-dialog {
    margin: 30px auto;
    max-height: calc(100vh - 60px);
}

#modal-busca-avancada .modal-content {
    max-height: calc(100vh - 60px);
}

#modal-busca-avancada .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto !important;
}

.hyperlink-decoration {
    text-decoration: underline;
}

.hyperlink-decoration:hover {
    text-decoration: none;
}