* {
    font-family: 'Roboto', sans-serif;
}

/*--- MODAL ---*/

#modalCarregando {
    z-index: 1080;
}

/*--- MENU ---*/

.menu-superior {
    height: 66px;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/*--- INPUTS ---*/

.input-opcao {
    border-radius:5px;
    padding: 5px 20px;
    cursor: pointer;
    width: 100%;
}

.input-textarea {
    border: 2px solid #aaaaaa;
    border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 12px;
    transition: all .1s linear;
    font-size: 18px;
}

.input-padrao {
    border: 2px solid #aaaaaa;
    border-radius: 50px;
    outline: none;
    width: 100%;
    padding: 8px;
    transition: all .1s linear;
    font-size: 18px;
}

.input-padrao:focus {
    border: 2px solid #E60014;
    border-radius: 10px;
}

.label-input {
    position: relative;
    padding-top: 12px;
}

.label-input input {
    border: 2px solid #aaaaaa;
    border-radius: 50px;
    outline: none;
    width: 100%;
    padding: 12px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
    font-size: 18px;
}

.label-input input:focus:required:invalid {
    border: 2px solid red;
}

.label-input input:required:invalid+label:before {
    content: '*';
}

.label-input input:focus {
    border: 2px solid #E60014;
    border-radius: 10px;
}

.label-input input::placeholder {
    color: transparent;
}

.label-input label {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 11px);
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: #FFF;
    padding: 5px;
    color: #aaaaaa;
    font-weight: 450;
}

.label-input input:focus+label, .label-input input:not(:placeholder-shown)+label {
    font-size: 14px;
    font-weight: 200;
    top: -3px;
    color: #E60014;
}

/*--- BOX ---*/

.box-alerta {
    background-color: #000;
    padding: 20px;
    color: #FFF;
    border-radius: 0px;
}

.box-alerta button {
    border: none;
    background: none;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
}

.box-alerta button:focus {
    outline: none;
}

.box-alerta span {
    color: #FFF;
    padding: 10px;
    font-size: 18px;
}

.box-geral-420 {
    border: 1px solid #cbcbcb;
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    width: 420px;
    height: auto;
}

.box-geral {
    border: 1px solid #EAEAEA;
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.box-lista {
    background: #E5E5E5;
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.box-lista-positiva-click {
    background: #99ffaa;
    border-radius: 10px;
    height: auto;
    width: 100%;
    cursor: pointer;
}

.box-lista-positiva-click:hover {
    background: #5ac96c;
}

.box-lista-negativa-click {
    background: #ffb3b3;
    border-radius: 10px;
    height: auto;
    width: 100%;
    cursor: pointer;
}

.box-lista-negativa-click:hover {
    background: #ff9191;
}

.box-lista-desativado {
    background: #ffb3b3;
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.box-sombra {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.box-nao-conforme {
    background: #d50000;
    color: #FFF;
    font-weight: 500;
}

.box-nao-conforme:hover {
    background: #9b0000;
}

.box-conforme {
    color: #333;
    font-weight: 500;
    background: #64dd17;
}

.box-conforme:hover {
    background: #1faa00;
}

.box-nao-aplica {
    color: #333;
    font-weight: 500;
    background: #bdbdbd;
}

.box-nao-aplica:hover {
    background: #8d8d8d;
}

/*--- IMAGENS ---*/

.img-lista {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

/*--- BOTÕES ---*/

.bt-cinza-menu {
    background: #ffffff;
    border: none;
    color: #666666;
    width: 100%;
    height: 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.3s ease;
    text-align: start;
    padding: 0px 0px 0px 20px;
}

.bt-cinza-menu:hover {
    background: #E5E5E5;
}

.bt-cinza-menu:focus {
    outline: none;
}

.bt-cinza-menu-lateral {
    background: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    height: 50px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.3s ease;
    text-align: start;
    padding: 0px 0px 0px 20px;
}

.bt-cinza-menu-lateral:hover {
    background: #E5E5E5;
}

.bt-cinza-menu-lateral:focus {
    outline: none;
}

.bt-redondo-cinza {
    background-color: #E4E6EB;
    border: none;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bt-redondo-cinza:hover {
    background-color: #CCCCCC;
}

.bt-redondo-cinza:focus {
    outline: none;
}

.bt-vermelho {
    background: #E60014;
    border-radius: 50px;
    border: none;
    color: #FFF;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.3s ease;
}

.bt-vermelho:hover {
    background: #a2000e;
    border-radius: 10px;
}

.bt-vermelho:focus {
    outline: none;
}

.bt-opcao-lista {
    background-color: #E60014;
    border-radius: 100%;
    border: none;
    padding: 10px;
    position: relative;
    right: 0px;
    margin: 10px 5px 0px 0px;
    transition: all 0.3s ease;
}

.bt-opcao-lista:hover {
    background: #C00E14;
    border-radius: 10px;
}

.bt-opcao-lista:focus {
    outline: none;
}

.bt-nao-preenchido {
    background: none;
    border: 1px solid #E60014;
    border-radius: 50px;
    color: #E60014;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.3s ease;
}

.bt-nao-preenchido:hover {
    background: #E60014;
    color: #FFF;
    border-radius: 10px;
}

.bt-nao-preenchido:focus {
    outline: none;
}

/*--- TEXTOS ---*/

.tx-azul-18 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1766DD;
}

.tx-preto-18 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.tx-preto-25 {
    font-weight: 500;
    font-size: 25px;
    line-height: 21px;
    color: #000;
}

@media(max-width: 780px) {
    .box-geral-420 {
        width: 100%;
    }
    .tx-lista {
        font-size: 16px;
    }
}