﻿::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: #08004d;
    border: 0px solid #fff;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #08042b;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #08042b;
    }

::-webkit-scrollbar-track {
    background: #ddd;
    border: 0px none #fff;
}

    ::-webkit-scrollbar-track:hover {
        background: #ddd;
    }

    ::-webkit-scrollbar-track:active {
        background: #ddd;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.ng-tooltip {
    position: absolute;
    max-width: 150px;
    font-size: 14px;
    text-align: center;
    color: #f8f8f2;
    padding: 3px 8px;
    background: #2f3136;
    border-radius: 4px;
    z-index: 1000;
    opacity: 0;
}

    .ng-tooltip:after {
        content: '';
        position: absolute;
        border-style: solid;
    }

.ng-tooltip-top:after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-color: black transparent transparent transparent;
}

.ng-tooltip-bottom:after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-color: transparent transparent black transparent;
}

.ng-tooltip-left:after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-color: transparent transparent transparent black;
}

.ng-tooltip-right:after {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-color: transparent black transparent transparent;
}

.ng-tooltip-show {
    opacity: 1;
}

.btn-icon {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    padding: 12px;
    color: #08004d;
}

    .btn-icon:hover {
        background-color: #faf8fb;
    }

.btn-icon-14 {
    background: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 50%;
    color: #08004d;
}

.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
    box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
    padding: 12px;
    border-radius: 2px;
}

    .card.no-paddding {
        padding: 0px;
    }

.badge {
    position: relative;
    font-size: 14px;
    font-weight: 100;
    display: flex;
    place-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 8px 8px;
    background-color: #d0d0d0;
    color: #2f3136;
}

    .badge.yellow {
        background-color: #f5af11;
        color: #202225;
    }

.actions {
    position: absolute;
    display: flex;
    top: -30px;
    right: 0;
    width: auto;
    place-content: flex-end;
}

    .actions .filter {
        margin-left: 12px;
    }

.tabs {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
    box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
    border-radius: 2px;
}

    .tabs .tabs-header {
        display: flex;
        flex-direction: row;
        place-content: center;
        align-items: center;
        border-bottom: 1px solid #cbcbcb;
    }

        .tabs .tabs-header .tab-header {
            padding: 8px;
            margin: 0px 2px;
            display: flex;
            place-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 100;
            min-width: 100px;
            color: #2f3136;
            cursor: pointer;
        }

            .tabs .tabs-header .tab-header.active {
                color: #4736de;
                border-bottom: 2px solid #4736de;
            }

    .tabs .tabs-content {
        padding-top: 12px;
    }

        .tabs .tabs-content .tab-content {
            width: 100%;
            padding: 12px;
            display: none;
            min-height: 230px;
            flex-direction: column;
            place-content: space-between;
        }

            .tabs .tabs-content .tab-content.active {
                display: flex;
            }

.app-button,
.app-button-primary,
.app-button-primary-outlined {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.app-button,
.app-button-primary {
    color: #4d535d;
}

.app-button-primary-outlined {
    border: 2px solid var(--color-primary-deleuse);
    padding: 4px 12px;
}

.app-button:hover,
.app-button-primary:hover,
.app-button-primary-outlined {
    text-decoration: none;
}

.app-button-icon {
    height: 34px;
    width: 34px;
    display: flex;
    place-content: center;
    align-items: center;
    padding: 16px;
    font-size: 12px;
    border-radius: 100%;
}

.app-button-primary {
    background-color: #08004d;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.app-button-primary-outlined {
    color: #08004d;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .app-button-primary-outlined:hover {
        background-color: #08004d;
        color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

#botaoAdicionarSelect2 {
    height: 30px;
    display: inline-table;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.app-button-primary:disabled {
    background-color: #a7a7a7;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.form-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

    .form-section .form-section-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: 4px;
        color: #2f3136;
        position: relative;
    }

    .form-section .form-section-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }

.app-input-responsive {
    width: -10px !important;
}

.form-section .form-section-content .form-field {
    min-width: 300px;
    width: calc(33% - 8px);
    margin-bottom: 16px;
    height: 55px;
}

    .form-section .form-section-content .form-field.w-auto {
        min-width: 10px;
        width: auto;
    }

    .form-section .form-section-content .form-field.x-small {
        min-width: 110px;
        width: calc(10% - 8px);
    }

    .form-section .form-section-content .form-field.small {
        min-width: 200px;
        width: calc(15% - 8px);
    }

    .form-section .form-section-content .form-field.large {
        min-width: 400px;
        width: calc(50% - 8px);
    }

    .form-section .form-section-content .form-field:not(:last-child) {
        margin-right: 8px;
    }

.form-section-subtitle {
    display: flex;
    max-width: 60%;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    border-radius: 3px;
    margin-bottom: 20px;
    white-space: nowrap;
    margin-left: 10px;
}

.form-section-subtitle-line {
    background-color: var(--color-primary-deleuse);
    width: 100%;
    height: 1px;
    line-height: 1.2 !important;
    margin: 10px;
    border-radius: 6px;
}

.form-section-subtitle > span {
    color: var(--color-primary-deleuse);
    font-size: 1.0em;
    font-weight: 400;
}


.form-footer {
    display: flex;
    place-content: flex-start;
    align-items: center;
}

.app-toggle {
    margin-top: 2px;
    border: 2px solid #4736de;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 100;
    display: flex;
    flex-direction: revert;
    place-content: space-between;
}

    .app-toggle input[type='radio'] {
        display: none;
    }

        .app-toggle input[type='radio']:checked + span {
            background: #4736de;
            color: #ececec;
        }

    .app-toggle label {
        cursor: pointer;
    }

        .app-toggle label:first-child span {
            border-radius: 22px 0px 0px 22px;
        }

        .app-toggle label:last-child span {
            border-radius: 0px 22px 22px 0px;
        }

        .app-toggle label span {
            display: flex;
            padding: 4px 8px;
        }

.app-input {
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    width: 100%;
}

    .app-input select {
        text-indent: 0.01px;
        text-overflow: '';
        background-position: 205px center;
    }

    .app-input select,
    .app-input input[type='text'],
    .app-input input[type='number'],
    .app-input input[type='email'],
    .app-input input[type='date'],
    .app-input input[type='file'],
    .app-input input[type='password'] {
        font-size: 14px;
        padding: 8px;
        border: 1px solid #cbcbcb;
        border-radius: 4px;
        width: 100%;
        color: #4d535d;
    }

    .app-input input[type='checkbox'],
    .app-input input[type='radio'] {
        margin: 0;
        margin-right: 2px;
        /*margin-left: 2px;
    margin-left: -10px;
    margin-top: 5px;*/
    }

        .app-input input[type='checkbox'] + label,
        .app-input input[type='radio'] + label {
            margin-right: 8px;
            font-size: 14px;
            color: #4d535d;
        }

    .app-input select + label,
    /*.app-input input[type="checkbox"] + label, */
    .app-input input[type="number"] + label,
    .app-input input[type="text"] + label,
    .app-input input[type="email"] + label,
    .app-input input[type="date"] + label,
    .app-input input[type="file"] + label,
    .app-input input[type="password"] + label {
        color: #888888;
        position: absolute;
        top: -7px;
        left: 4px;
        background: #fff;
        font-size: 12px;
        letter-spacing: 0.8px;
        padding: 0 8px;
        font-weight: 100;
    }

    .app-input.toggle-btn {
        position: relative;
        background-color: transparent;
        border: none;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 14px;
        color: #4d535d;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #cbcbcb;
        padding: 4px 12px;
        height: 30px;
    }

        .app-input.toggle-btn.active {
            background-color: var(--color-azul-clean-deleuse);
            color: #fff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

.fieldset-form {
    margin-right: 8px;
    margin-bottom: 12px;
}

.app-fieldset {
    font-size: 12px;
    padding: 8px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    width: 100%;
    color: #4d535d;
    height: auto;
    min-width: 500px;
    letter-spacing: 0.8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}


.app-input input[type='file'] {
    margin: 0;
    margin-right: 2px;
}

.app-input .sufix {
    position: absolute;
    right: 10px;
    color: #2f3136;
}

    .app-input .sufix.hidden {
        display: none;
    }

.input-error {
    font-size: 12px;
    color: #f44336;
    margin-left: 6px;
    margin-top: 4px;
    height: 16px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}

.p-12 {
    padding: 12px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.fs-fs {
    display: flex;
    place-content: flex-start;
    align-items: flex-start;
}
/* fill background dos inputs */
.input-login {
    -webkit-box-shadow: 0 0 0px 1000px rgba(6, 0, 56, 1) inset;
}



/*  


responsividade



*/
.orcamento-responsivo {
    width: calc(100%);
}

.conteudo-tabela-responsive-escoramento {
    width: 78vw !important;
}

.conteudo-tabela-responsive-andaime {
    width: 100% !important;
}

/* footer tables responsivo*/
.table-container .table-footer {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    height: auto !important;
}

    .table-container .table-footer .footer-left {
        padding: 0 !important;
        width: 30% !important;
    }

    .table-container .table-footer .footer-right {
        padding: 0 !important;
        width: 100% !important;
        justify-content: flex-end !important;
    }

.table-footer .footer-left label {
    font-size: small;
    text-justify: distribute;
    line-height: 0.1;
}
/* croar e editar orçamento */
.dados-orcamento-respom {
    display: flex;
    flex-wrap: wrap;
}

    .dados-orcamento-respom .app-input-textarea {
        width: 70vw;
    }
/* modal swal envio documento cliente */
.swal-add-button {
    margin-left: -80px;
}

.footer-prospeccao {
    overflow-x: unset;
}

.overflow-x-hidden {
    overflow-x: unset;
}

.button-pedido-tela-contratos {
    margin-left: unset !important;
    top: unset;
}

.button-lotes-entrega-tela-contratos {
    margin-left: unset !important;
    top: unset;
}

@media (max-width:420px) {
    /* breadcrumb */
    .breadcrumb {
        margin-top: 50px;
    }
    /* interacoes */
    .historico-interacoes {
        overflow-x: scroll;
        width: 120%;
        margin-left: -10%;
    }
    /* Menu Lateral */
    nav.sidenav-opened {
        width: 100% !important;
        height: auto !important;
        top: 0;
        left: 0 !important;
        padding: 0 !important;
    }

    .submenu-item-link {
        width: 155% !important;
    }

    .container nav {
        overflow-y: scroll !important;
    }

    nav {
        top: -500px;
        left: 0;
        height: auto !important;
        position: absolute !important;
    }

    /* Logo Responsivo no topo */
    .logo {
        width: 100%;
    }

    /* content responsivo */
    .content {
        width: 100vw !important;
        left: 0 !important;
        padding: 10px !important;
        overflow-x: hidden;
    }

    .card {
        min-width: 110px;
    }

    .card-responsivo {
        overflow: auto;
    }

    /* meus-dados/informacoes responsivo */
    .card-ul-informacao li em {
        word-wrap: break-word;
    }

    /* footer tables responsivo*/
    .table-footer {
        display: flex;
        height: auto !important;
        justify-content: space-between;
    }

    .table-container .table-footer {
        align-items: flex-start !important;
    }

    .table-footer .footer-left {
        margin-top: 40px !important;
        padding: 0 !important;
        width: 30% !important;
    }

    .table-footer .footer-center {
        margin-top: 40px !important;
        padding: 0 !important;
        width: 0 !important;
    }

    .table-footer .footer-right {
        margin-top: 40px !important;
        padding: 0 !important;
        width: 70% !important;
    }


    .table-footer .footer-left label {
        font-size: small;
        text-justify: distribute;
        line-height: 0.1;
    }

    /* filter search responsivo */
    .filter-search {
        min-width: 300px !important;
    }

    /* prospeccao/nova-prospeccao */
    .form-field {
        width: 85% !important;
    }

    .footer-prospeccao {
        overflow-x: hidden;
    }

    .form-section .form-section-content {
        display: unset;
    }

    /* cadastro e edição cliente responsivo */
    .checkbox-input {
        display: flex !important;
        justify-content: flex-start !important;
        height: auto !important;
    }

    .dados-orcamento-respom {
        margin-left: 10px;
    }

    .overflow-x-hidden {
        overflow-x: hidden;
    }

    .relatorio-faturamento-title {
        width: 285px;
        flex-wrap: unset;
    }

    .app-input {
        width: 80vw;
        align-items: center !important;
        min-width: 50px !important;
        margin-top: 20px !important;
    }

        .app-input input {
            width: 100% !important;
        }

    .app-fieldset {
        min-width: 290px !important;
        max-width: 100vw !important;
        height: auto !important;
        padding: 0 0 0 0px !important;
        border: 1px solid transparent !important;
    }

    .address-form-footer {
        flex-wrap: wrap;
        margin: 15px 0 15px 0;
    }

    .button-cep {
        margin-left: 29px;
        margin-top: 20px;
    }

    /* criar e editar orçamento */
    .card.no-paddding {
        width: 90vw;
        overflow-x: scroll;
    }

    #reportcard {
        border: unset !important;
        border-bottom: unset !important;
        border-radius: unset !important;
        background-color: unset !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

        #reportcard table {
            width: 100vw;
        }

    .report-orcameto {
        margin: 0 130px 0 -30px !important;
        width: 100%;
    }

    .dados-orcamento-comum {
        padding-left: 10px !important;
    }

    #divTabelaResumoEscoramento {
        overflow-x: scroll;
    }

    /* aprovar orcamento */
    .conteudo-tabela-responsive-escoramento {
        width: 86vw !important
    }

    .conteudo-tabela-responsive-andaime {
        width: 94vw !important
    }

    #TabelaDeItens {
        overflow-x: scroll;
    }

    /* contratos */
    .HeaderContrato {
        height: 90px !important;
    }

    .div-comandos {
        padding-left: 0;
        margin-top: 0;
    }

    .HeaderContratoData {
        padding-left: 0 !important;
        width: 90vw !important;
        margin-top: -10px !important;
        height: 10px;
    }

    .HeaderContratoTitulo {
        word-wrap: break-word;
        width: auto !important;
    }

    .body-contratos-opcoes {
        overflow-x: hidden;
    }

    .btn-novo-lote-devol {
        margin-left: -240px !important;
        top: 28px;
    }

    .button-pedido-tela-contratos {
        margin-left: -230px !important;
        top: 28px;
    }

    .button-lotes-entrega-tela-contratos {
        margin-left: -225px !important;
        top: 28px;
    }

    #habilitarEdicao {
        margin: 35px -230px !important
    }
    /* historico envios modal */
    .historico-envios-modal {
        width: 120%;
        height: 340px;
        overflow-x: scroll !important;
        overflow-y: scroll !important;
        margin: 0px 0px 0 -25px;
    }
    /* modal envio de email e telefone cliente */
    .swal-add-button {
        margin-right: -18px;
        margin-left: 15px;
        font-size: 15pt;
    }
}

@media (max-width: 768px) {
    .form-section-title {
    }

    .form-section > .form-section-content {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .actions {
        position: relative;
        display: flex;
        top: 0px;
        right: 0;
        width: auto;
        margin: 20px 0;
        place-content: flex-end;
        flex-direction: column;
    }

        .actions .filter {
            width: 100%;
            margin: 0 auto;
        }

        .actions > a {
            align-self: flex-end;
            margin-bottom: 10px;
        }

        .actions > .botoes-acoes {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 5px 0 20px 0;
        }
}

.table-input {
    width: 100%;
    height: 100%;
    border: 2px solid #4736de;
    border-radius: 3px;
    text-transform: uppercase;
}

.pointer-data {
    cursor: pointer;
}
