@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
}

p, a, input{
    font-family: lato;
}

.br-20{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.operacao-placa-input{
    font-size: 33px;
    text-align: center;
}
.operacao-top-bar{
    margin-top: 0px;
    height: 100px;
}
.info-modal-entrada{
    border: 1px black dashed;
}
.white-txt-logo{
    color: #FFFFFF;
    font-size: 25px;
    line-height: 55px;
}

.right-menu > div{
    color: #FFFFFF !important;
    float: right;
    line-height: 55px;
}

.m_slc_width{
    width: 100%;
    max-width: 100% !important;
}

.selectize-front {
    position: absolute !important;
    z-index: 999;
}