/*Mapa*/

div #map {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
}

#map > div > div > div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div.gmnoprint {
    top: -15px !important;
    border-radius: 5px !important;
}

#map > div > div > div.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom > div.gm-svpc {
    top: -65px !important;
}

.change-layer {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    top: 0.5em;
    right: 0.5em;
    display: flex;
    flex-direction: column;
}

.change-layer .change-layer-button {
    color: #fff;
    background-color: rgba(0, 60, 136, 0.5);
    border: none;
    border-radius: 2px;
    display: block;
    width: auto;
    height: 1.375em;
    margin: 1px;
    padding: 0.4em;
    font-size: 1.14em;
    font-weight: 700;
    text-align: center;
    line-height: 0.75em;
    flex-grow: 1;
}

.change-layer .change-layer-button:first-child {
    margin-bottom: 0;
}

.simple-searchbar-clear {
    position: absolute;
    top: 15px;
    right: 14px;
}

/*Input de busca flutuante*/

#searchbar-container {
    left: 10px;
    top: 72px;
    width: calc(100% - 20px);
    padding: 5px 5px 5px 10px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 5px .005em #888888;
}

#searchbar-container input {
    width: calc(100% - 29px);
    height: 35px;
    font-size: 18px;
    line-height: 20px;
    border: 0;
    outline: none !important;
}

#searchbar-container input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 20px;
}

#searchbar-container input::-moz-placeholder {
    font-size: 18px;
    line-height: 20px;
}

#searchbar-container input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
}

#searchbar-container input::placeholder {
    font-size: 18px;
    line-height: 20px;
}

#searchbar-container span:not(.bingLogoLight) {
    width: 10%;
    color: #686868;
    font-size: 18px;
    text-align: center;
}

.pac-container {
    border-radius: 0 0 5px 5px;
    border-top: 0;
    margin: -0.5px 10px 0 10px;
    width: calc(100% - 20px) !important;
    left: 0 !important;
}

.pac-item span {
    font-size: 18px;
}

/*Alertas*/
.alert span {
    float: right;
    margin-top: -2px;
    font-size: 25px;
}

.alert {
    z-index: 100000;

}

/*Botão flutuante*/

.container-floating-btn {
    margin: 20px;
    left: 100px;
    width: calc(100% - 240px);
    height: 75px;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    background-color: transparent;
    z-index: 3;
}

.container-floating-btn button {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-transform: none;
}

.container-floating-btn button i {
    margin-left: 5px;
}

.half-btn-right {
    float: right;
    width: calc(49%) !important;
}


.btn-right-next {
    float: right;
    width: calc(78%) !important;
}

.btn-left-prev {
    float: left;
    width: calc(20%) !important;
}

.half-btn-left {
    float: left;
    width: calc(49%) !important;
}

/*Wizard (Passos)*/

.container-step {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: scroll;
}

#container-step-inserirDadosProspect, #container-step-inserirDadosLead {
    animation: showContainer .3s;
}

.step-title {
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #5B5B5B;
}

@-webkit-keyframes showContainer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    1% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*Form wizard*/
.container-step form {
    margin: 10px;
}

.bmd-form-group {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.15rem;
}

#label-other_whatsapp {
    margin-left: 2.15em;
}

.bmd-form-group input {
    padding: 10px;
    background-color: #ECECEC !important;
    border-radius: 5px;
    height: 55px;
    border: 0;
    color: #16628C !important;
    font-weight: bold !important;
    padding-top: 20px;
}

.bmd-form-group input[type='checkbox'] {
    margin-left: 0.5%;
    width: 20px;
    border: 2px solid black;
}

.bmd-form-group input:focus {
    border: 2px solid #16628C;
}


.custom-file-control:invalid, .form-control:invalid {
    background-image: none;
}

.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: none;
}

.bmd-form-group label {
    margin-left: 10px;
}

.bmd-form-group.is-focused .bmd-label-floating {
    margin-top: 10px;
    color: #16628C;
}

.btn-finalizar-wizard {
    border-top: 1px solid #009432;
    background-color: #009432 !important;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none !important;
    font-weight: 600;
}

/*Captcha*/

.container-captcha {
    width: 100%;
    margin-bottom: 120px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.container-captcha span {
    font-size: 25px;
    color: #16628C;
}

.container-captcha input {
    margin-left: 5px;
    width: 65px;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 2px solid #16628C;
    color: #16628C;
    font-size: 25px;
}

.text-descricao-captcha {
    text-align: center;
    color: #16628C;
    margin-top: 5px;
}

/*Popups*/

.swal-button {
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
    max-height: 46.5px;
}

.swal-footer {
    text-align: center;
}

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

.swal-content__input {
    border: 0;
    background-color: #ECECEC;
    border-radius: 5px;
    text-align: center;
    color: #16628C;
    font-size: 20px;
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
    color: #595959;
    text-align: center;
}

.swal-button-container {
    width: 100%;
    margin-left: 0;
    position: relative;
    display: inline-block;
}

.swal-button-container-botoes-lado-a-lado {
    width: max-content;
    margin-left: 0;
    position: relative;
    display: inline-block;
}

.swal-button.classIconCheckSwal::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f00c";
    line-height: 50%;

}

.swal-button.classIconArrowLeft:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f060";
    line-height: 50%;
}

/*Listas*/

.container-list {
    margin-bottom: 120px;
}

.list-group-item {
    border-bottom: 0.3px solid #16628C;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;

}

.list-group-item-text {
    margin: 0 10px 10px 10px;
    font-weight: bold;

}

.list-group-item-heading {
    font-weight: lighter;
    color: black;
    word-wrap: break-word;
    width: 70%;
    margin: 10px;
    font-size: 14px;
}

.list-selected {
    background-color: rgba(22, 98, 140, 0.33);
    border: 2px solid #16628C;
    border-radius: 2px;
}

.list-group-item .list-group-item-text {
    color: #16628C;
}

.span-recomendado {
    text-align: right;
    font-size: 10pt;
    position: absolute;
    width: 90%;
    top: 17%;
    color: #16628C;
}

.swal-icon--info::after, .swal-icon--info::before {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #16628c;
}

/*Progress bar*/

.container-progressBar {
    width: 350px;
    margin: 15px auto;
}

.progressBar {
    counter-reset: step;
}

.progressBar li {
    list-style-type: none;
    width: calc(100% / 5);
    float: left;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.progressBar li:before {
    width: 35px;
    height: 35px;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}

.progressBar li.active-progressBar:after {
    background-color: #008000;
}

.progressBar li:after {
    width: 36px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -18px;
}

.progressBar li:first-child:after {
    content: none;
}

.progressBar li.active-progressBar:before {
    border-color: #008000;
    background-color: #008000;
}

.progressBar li.active-progressBar + li:after {
    background-color: #008000;
}


/*Button wizard*/

.container-button-wizard {
    position: absolute;
    top: 33%;
    width: 100%;
    justify-content: center;
}

.container-button-wizard h4 {
    padding-left: 15%;
    padding-right: 15%;
}

.button-wizard-grid {
    display: inline-flex;
}

.button-wizard-grid input {
    margin-top: 10px;
    width: 80px;
    height: 45px;
    border: 0;
    background-color: #ECECEC;
    border-radius: 5px;
    text-align: center;
}

.button-wizard-grid span {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    margin-top: 20px;
    font-size: 25px;
}

.minus-wizard {
    color: red;
    margin-right: 10px;
    cursor: pointer;

}

.plus-wizard {
    color: green;
    margin-left: 10px;
    cursor: pointer;

}

/*Button frequency wizard*/
.container-frequency-wizard {
    justify-content: center;
    margin-top: 10px;
    display: inline-flex;
}

.btn-frequency-wizard {
    background-color: white;
    border: 1px solid #16628C;
    color: #16628C;
    width: 100px;
    height: 45px;
    border-radius: 5px;
    margin: 10px;
    line-height: 45px;
    cursor: pointer;

}

.btn-frequency-wizard-active {
    background-color: #16628C;
    color: white;
}

.btn-padrao-viab-branco {
    background-color: #fff;
    color: #16628c !important;
    font-size: 1.25rem;
    cursor: pointer;
    border: 1px solid #16628C !important;
    font-weight: 600 !important;
}


/* Botões geral */

.btn-bottom {
    width: 100%;
    text-transform: none;
}

.btn-padrao-viab {
    background-color: #16628C;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    border: 0;
    box-shadow: none !important;
    font-weight: normal;
}

.btn-padrao-viab-desabilitado {
    background-color: #6c757d;
}

/* Uso geral */

.color-gray {
    color: #595959 !important;
}

.color-blue {
    color: #16628C !important;
}

.border-radius-10px {
    border-radius: 10px !important;
}

.weightBold {
    font-weight: bold !important;
}

.margin-rigth-0 {
    margin-right: 0 !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.vertical-align-text-bottom {
    vertical-align: text-bottom !important;
}

.float-left {
    float: left !important;
}

.padding-11-35 {
    padding: 11px 35px !important;
}

.border-left-radius-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.border-right-radius-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-left-1px-solid {
    border-left: 1px solid !important;
}

/* Modal inicio*/
.welcome-header {
    margin: auto;
    color: #16628C !important;
    font-size: 38px;
}

.MicrosoftMap {
    width: 100%;
}

/* Container bing search box*/
.as_container_search {
    width: 100% !important;
    margin-left: -10px;
    margin-top: 10px;
}

/* popup existe viabilidade */
.title-existe-viab {
    color: #9BD77B;
    font-size: 24px;
    font-weight: bold;
}

/* popup nao existe viabilidade */
.title-nao-existe-viab {
    color: #F39C12;
    font-size: 24px;
    font-weight: bold;
}

/* falar com vendedor */
.icons-falar-com-vendedor {
    font-size: 30px;
    margin-right: 4%;
}

.btn-opcoes-falar-com-vendedor {
    font-weight: normal;
    border-radius: 10px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    padding: .46875rem 1rem;
    width: 100%;
    border: 0;
}

.container-falar-com-vendedor {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


.text-falar-com-vendedor {
    color: #595959;
    text-align: center;
    margin-top: 6%;
}

.btn-group-opcoes-falar-com-vendedor {
    width: 100%;
    margin-top: 5%;
}

.copy-field {
    position: relative;
    display: inline-block;
    width: max-content;
    border-radius: 10px;
    min-height: 45px;
    background-color: #3B93EB;
    color: white;
    border: 0;
    font-size: 1.25em;
}

.button-copy-field {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 1px solid;
    width: 25%;
    cursor: pointer;
}

.input-copy-field {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    width: 75%;
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

/* Lista de vencimentos */

.btn-opcao-de-vencimento {
    background-color: #E2EEF4;
    border-radius: 5px !important;
    min-width: 48px;
    box-shadow: 0 0 3px #00000029;
    min-height: 46px;
    color: #595959;
}

.btn-opcao-de-vencimento:hover {
    background-color: #E2EEF4;
}

.btn-opcao-de-vencimento-selected {
    background-color: #16628C !important;
    color: #FFFFFF !important;
}

/** Agendamento */

.header-agendamento {
    margin-top: 20px;
    border-bottom: 1px solid #01699C29;
    margin-left: 5%;
}

.icon-agendamento-resumo {
    float: left;
    max-width: 65px;
    margin-right: 3%;
}

.select-agendamento {
    border: 1px solid #595959;
    border-radius: 5px;
}

.label-inputs-agendamento {
    margin: unset;
    font-size: 14px;
    color: #595959;
    width: 100%;
}

.select-opcoes-agendamento {
    background-color: #E2EEF4 !important;
    color: #00689C !important;;
    font-weight: bold;
    border-color: #16628C !important;;
}

/** Override de styles do select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #16628C transparent transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 45px;
    border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    background-color: #F0F0F0;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-results__option {
    background-color: #01699C29;
    border-bottom: 1px solid #16628C;
    color: #00689C;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #01699C29;
    color: #00689C;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #A6A6A6;
    background-color: #F0F1F2;
    vertical-align: middle;
    line-height: 2px;
    border-radius: 5px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #d6e7ef;
}

/* Resumo de informações */

.div-resumo-de-info {
    border-bottom: 1px solid #01699C29;
}

.header-resumo {
    margin: 20px 2px 10px 5%;
}

div.container-info-resumo > div:first-child {
    border-top: 1px solid #01699C29;
}

.descricao-infos-resumo {
    font-size: 16px;
    font-weight: bold;
    color: #16628C;
    margin: 10px 10px 1px 10px;
}

.valor-infos-resumo {
    font-size: 18px;
    font-weight: normal;
    color: #686868;
    margin: 1px 10px 15px 10px;
}

.text-footer-resumo {
    color: #686868;
    font-weight: normal;
    font-size: 13px;
    font-style: oblique;
    margin: 20px 10px 0 5px;
}

/* PopUp Pedido realizado com sucesso */
.title-pedido-realizado-sucesso {
    color: #9BD77B;
    font-size: 24px;
    font-weight: bold;
}

/* PopUp Informar cpf */
.swal-content__input::placeholder {
    line-height: unset;
}

@media (max-width: 500px) {
    .container-floating-btn {
        margin: 5px;
        left: unset;
        width: calc(100% - 10px);
        bottom: 36px;
    }

    .gm-bundled-control-on-bottom {
        margin-bottom: 120px !important;
    }
}

.ol-touch .ol-control button {
    font-size: 1.14em !important;
}
