﻿
.modal-overlay, .tooltip-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(84,82,82,0.9);
    transition: all 0.3s;
}

.logoCarSystem{
    background-image: url("../img/Carsystem.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

.modalErro {
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 44.5%;
    z-index: 2000;
    background-color: #fff;
    text-align: center;
    padding: 22px 3%;
    font-size: 1.5em;
    border: 2px solid darkred;
}

    .modalErro strong {
        color: #8ac400;
    }

.modalErro-close {
    border: 0;
    background-color: darkred;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.9em;
    line-height: 16px;
    height: 26px;
    width: 26px;
}

.fonteExo{
    font-family: "ExoRegular" !important; /* ""MyriadProRegular";*/
}


.btn-continue-o {
    background-color: darkorange !important;
}

.glowing-border {
    border: 2px solid #dadada;
    border-radius: 7px;
    outline: none;
    border-color: red;
    box-shadow: 0 0 10px #9ecaed;
}


.bordaBaixa {
    border-bottom: 6px solid #8ac400;
}

.bordaBaixa:last-child{
    border-bottom: none !important;
}