/* fluid 4 columns */
.grid-sizer, .grid-item {
    width: calc(25% - 20px);
}

.ol-overlaycontainer-stopevent {
    display: none
}

#form-msg .formenderecos {
    min-height: 500px;
    height: 100%;
    width: 100%;
    max-height: 768px;
    padding: 4% 7.5%;
    display: flex;
    flex-direction: column;
    background-color: var(--sec-color);
    background: -webkit-linear-gradient(left, var(--main-color), var(--sec-color));
    background: -o-linear-gradient(left, var(--main-color), var(--sec-color));
    background-image: linear-gradient(to right, var(--main-color), var(--sec-color));
    overflow: auto;
}

#form-msg .formenderecos #divIncluirEndDestino1 {
    width: 100%;
    padding: 0 20px;
}

.espacamentoDivObs {
    padding: 0;
    margin: 0 0px;
    max-width: 100%;
}

.espacamentoDivObs .completaObs {
    max-width: 100%;
    padding:0;
    margin: 0;
    margin-bottom: 5px;
}
.espacamentoDivObs .completaObs .btn-primary {
    text-transform: uppercase;
    font-size: 10px;
    background-color: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
    font-weight: bold;
}
.espacamentoDivObs .completaObs .btn-primary:hover,
.espacamentoDivObs .completaObs .btn-primary:focus {
    outline: none;
    box-shadow: none;
}
.espacamentoDivObs .completaObs .btn-primary:hover,
.espacamentoDivObs .completaObs .btn-primary:active{
    background-color: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
    opacity: .7;
}
.espacamentoDivObs .completaObs>div{
    padding: 0 2.5px;
}
.espacamentoDivObs .completaObs>div:first-child{
    padding-left:0
}
.espacamentoDivObs .completaObs>div:last-child{
    padding-right: 0;
}
.formenderecos .msgInfo {
    color: #ff9090;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

.formenderecos .letraTrocarOrdem {
    font: 65% Verdana,Arial,helvica, sans-serif;
    color: #000000;
    max-width: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.formenderecos .n20-jsinverted {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#incluir_endereco{
    color: #fff;
}

#divBotaoCalcularValorFret {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#alert-date i {
    color: #f00!important;
    float: none;
    font-size: 18px;
    margin-left: 20px;
    cursor: pointer;
}

.ol-overlaycontainer-stopevent {
    display: none;
}

#form-msg .formenderecos label {
    color: #fff
}

#form-msg .formenderecos .inverted {
    display: block;
    text-align: right;
    cursor: pointer;
    opacity: 0.5;
    padding: 5px 0;
}
#form-msg .formenderecos .form-group.newadress{
    margin: 5px 0;
    margin-bottom: 5%;
}
#form-msg .formenderecos .form-group>label {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 3px;
}

#form-msg .formenderecos .form-group {
    margin-bottom: 3px;
}

#form-msg .formenderecos label .remove {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 22px;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: auto;
}
.formenderecos .classExecutarAgora, .formenderecos .classAgendamento {
    text-align: center;
    padding: 0;
    margin-bottom: 2.75%;
}
#slide-toggle {
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    width: 23px;
    height: 48px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8) url(../../assets/img/modal/icone-arrow.png) 7px center/7px 10px no-repeat;
    border: 1px solid #e1e1e1;
    border-right: none;
    box-shadow: 3px 1px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 99;
    transition: all 0.3s ease-out;
}

#form-msg.menuhidden #slide-toggle {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border-left: none;
    border-left: 1px solid #e1e1e1;
    box-shadow: -3px 1px 4px 0px rgba(0, 0, 0, 0.15);
    right: -23px;
    transition: all 0.3s ease-out;
}

#slide-toggle:focus {
    outline: none
}

.newadress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}
.newadress .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.calculated {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.calculated .item {
    max-width: 33%;
    border-right: 2px solid #fff5;
    text-align: center;
    padding: 5px 10px;
}

.calculated .item:last-child {
    border-right: none;
}

.calculated .item strong {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff
}

.calculated .item h5 {
    font-size: 20px;
    line-height: 25px;
    color: #fff
}

.calculated .item p {
    font-size: 10px;
    line-height: 12px;
    color: #fff
}

#form-msg .container-btn {
    text-align: center;
}

#divBotaoCalcularValorFret .btn {
    border-radius: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
    font-weight: bold;
}

#divBotaoCalcularValorFret .btn:hover {
    color: var(--main-color);
    opacity: 0.7;
}

#divBotaoCalcularValorFret .btn:focus {
    outline: none;
    box-shadow: none;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--main-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#form-msg .copyrigth-mapp {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#form-msg .copyrigth-mapp span {
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
}

.container-mapa {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    max-height: 1080px;
    margin: 0 auto;
}

.container-mapa>.item {
    width: 45%;
    min-height: 500px;
    height: 85vh;
    max-height: 768px;
}
.container-mapa .item #form-msg {
    min-height: 500px;
    height: 85vh;
    max-height: 768px;
}

.container-mapa>.item:last-child {
    width: 55%;
}
.container-mapa .item .map-container {
    position: relative;
    min-height: 85vh;
    height: 100%;
    max-height: 768px;
}

.container-mapa .item .map-container .mapaClass{
    height: 100%;
    max-height: 768px;
    border: none;
}

#divEnderecos {
    margin: auto 0px;
}

.icones-radio {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto 0px;
}

.icones-radio .item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5px;
}

.icones-radio .item .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    height: 60px;
    width: 80%;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    cursor: pointer;
}

.icones-radio .item .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

.icones-radio .item .title .form-check-input {
    display: none;
}

.icones-radio .item.active .icone, .icones-radio .item .icone:hover {
    border-color: var(--sec-color);
    background-color: var(--main-color);
    color: var(--sec-color);
}

.icones-radio .item .icone:hover {
    border-color: var(--sec-color);
    opacity: .7;
}

.icones-radio .item.active .icone:hover {
    opacity: 1;
}

#form-msg .formenderecos .newadress>label {
    margin: 0;
}


#msg {
    top: 5%;
    left: 2.5%;
    position: absolute;
    height: auto;
    z-index: 8;
    max-width: 80%;
    text-align: left;
}
#msg .alert {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    color: var(--main-color);
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}

#msg .alert.alert-dismissible .close {
    color: var(--main-color);
    opacity: 1;
    text-shadow: none;
}
#msg .alert.alert-dismissible .close:hover {
    color: var(--main-color);
    text-decoration: none;
    opacity: 0.5;
}
.formenderecos .endValidar {
    color: #fff;
    background-color: #2e3456;
    border-color: #2e3456;
}
.formenderecos .endValidar:not(:disabled):not(.disabled):active,
.formenderecos .endValidar:hover,
.formenderecos .endValidar:active,
.formenderecos .endValidar:focus {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    outline: none;
    box-shadow: none;
    opacity: 0.7;
}
.formenderecos .n20Msg {
    color: #fff!important;
    margin-bottom: 5px;
    margin-left: 1px;
    font-weight: 500!important;
}

#form-msg .formenderecos label.form-check-label.letraMenorPreta {
    font-size: 12px;
    margin: 0;
}

.formenderecos .form-control {
    font-size: 14px;
    min-height: 38px;
}

.formenderecos .divTipoServico {
    margin: 2.5% 0;
}
.formenderecos div[id^="divEndAdd"] {
    max-width: 100%;
    margin-bottom: 3px;
}

#divRetornoAgendamentoInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
#divRetornoAgendamentoInfo i {
    float: none;
    margin: 0;
    cursor: pointer;
    width: 30px;
    color: #f00!important;
    font-size: 18px;
}
#divRetornoAgendamentoInfo br {
    height: 0;
    width: 0;
    display: none;
}
#divRetornoAgendamentoInfo label {
    margin: 0;
}

#divValorCorrida {
    border-radius: 5px;
    border: 1px solid;
    padding: 15px 30px;
    background-color: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
    margin-top: 15px;
}

#divOrdenarEnds a {
    color: #fff;
    padding-left: 14px;
    margin: 10px 0;
    display: block;
}
#form-msg .formenderecos div[id^="divEndPredefinidos"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.55);
    color: var(--main-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    margin-bottom: 5px;
}

#form-msg .formenderecos div[id^="divEndPredefinidos"]>div {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
}
#form-msg .formenderecos div[id^="divEndPredefinidos"]>form  {
    display: flex;
    width: 100%;
}
#form-msg .formenderecos div[id^="divEndPredefinidos"]>form>div {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
}
#form-msg .formenderecos div[id^="divEndPredefinidos"] .radio>label {
    color: var(--main-color);
    font-weight: bold;
}

#divValorCorrida img {
    margin: 0 auto;
    display: block;
    padding: 40px 0;
}

#form-msg .formenderecos .divEndsList {
    width: 100%;
    padding: 15px 0;
}
#form-msg .formenderecos .divEndsList .row {
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
#form-msg .formenderecos .divEndsList .row>div {
    padding: 0;
    margin: 0;
}
#form-msg .formenderecos .divEndsList .row>div.col-md-1 {
    display: none;
}
#form-msg .formenderecos .divEndsList .row>div.col-md-8 {
    min-width: 70%;
    max-width: 70%;

}
#form-msg .formenderecos .divEndsList .row>div.col-md-3 {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 36px;
    min-width: 30%;
    max-width: 30%;
}
#form-msg .formenderecos .divEndsList .row>div.col-md-3 input[type="button"] {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
    font-weight: bold;
    margin-right: 10%;
}

#form-msg .formenderecos #divValorCorrida .letraMenorPreta .n20valor,
#form-msg .formenderecos #divValorCorrida .letraMenorPreta .n20tempo,
#form-msg .formenderecos #divValorCorrida .letraMenorPreta .n20distancia{
    font-size:0!important;
}
#form-msg .formenderecos #divValorCorrida .letraMenorPreta .n20distancia:before{
    content: '\f124';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
}
#form-msg .formenderecos #divValorCorrida .letraMenorPreta .n20tempo:before{
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
}
#form-msg .formenderecos #divValorCorrida .letraMenorPreta .n20valor:before{
    content: '\f0d6';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
}

#form-msg .formenderecos #divValorCorrida label{
    color: var(--main-color);
}


@media screen and (max-width: 374px) {
    .icones-radio .item .title {
        font-size: 10px;
    }
    #form-msg .formenderecos{
        padding: 6% 4.6%;
        font-size: 12px;
    }
    #form-msg .formenderecos .form-control{
        font-size: 12px;
    }
    #form-msg .formenderecos label .remove {
        line-height: 14px;
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    .grid-sizer, .grid-item {
        width: calc(100%);
    }
}
@media screen and (max-width: 576px) {
    .espacamentoDivObs .completaObs>div {
        padding: 0;
        margin: 2.5px 0;
    }
    .espacamentoDivObs .completaObs>div:first-child{
        padding:0;
    }
    .espacamentoDivObs .completaObs>div:last-child{
        padding: 0;
    }
}
@media only screen and (min-width: 600px) {
    .grid-sizer, .grid-item {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 768px) {
    .grid-sizer, .grid-item {
        width: calc(33% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .popover-agenda {
        right: 8px;
        max-width: 302px;
    }
    #slide-toggle {
        display: block;
    }
    .container-mapa {
        position: relative;
    }
    #form-msg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
    }
    .container-mapa>.item {
        width: 0;
    }
    .container-mapa>.item:last-child {
        width: 100%;
    }
    #msg {
        left: auto;
        right: 2.5%;
    }
    .icones-radio .item .icone {
        font-size: 25px;
        height: 45px;
    }
    .top-bar {
        padding: 5px 0;
    }
}
@media only screen and (min-width: 992px) {
    .grid-sizer, .grid-item {
        width: calc(25% - 20px);
    }
}
@media only screen and (min-width: 1200px) {
    .grid-sizer, .grid-item {
        width: calc(25% - 20px);
    }
}
#form-msg .formenderecos.nobg {
    background: var(--main-color);
    background-image: none;
}
.single-services:hover h3 {
    color: var(--st-color-font-secundaria-n20) !important;
}
.single-services:hover p {
    color: var(--st-color-font-secundaria-n20) !important;
}
.choose-content:hover h3 {
    color: var(--st-color-font-secundaria-n20) !important;
}
.choose-content:hover p {
    color: var(--st-color-font-secundaria-n20) !important;
}
.choose-content:hover .icon i {
    color: var(--main-color);
}
.color-fontSecundaria{
    color: var(--st-color-font-secundaria-n20);
}
.corPrimariaRemoveDeGrade{
    background: var(--main-color);
    background-image: none;
}