﻿/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

@font-face {
    font-family: robotoFont;
    src: url(RobotoFont/Roboto-Regular.ttf);
}

@media only screen and (orientation:portrait) {
    #container {
        display: block;
    }

    .breadCump {
        display: block;
    }

    .TituloPagina {
        display: block;
    }

    .header-mobile {
        display: block;
    }

    .fundoHead-mobile {
        display: block;
    }

    #dadosCadastraisItens {
        display: block;
    }

    .row {
        display: block;
    }
    

    #turn {
        display: none;
    }
}

.celOrientation {
    font-family: 'robotoFont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6E6E6E;
    text-align: center;
    padding: 30px 100px;
}

@media only screen and (orientation:landscape) {
    #contents {
        display: none;
    }

    .breadCump {
        display: none;
    }

    .TituloPagina {
        display: none;
    }

    .header-mobile {
        display: none;
    }

    .fundoHead-mobile {
        display: none;
    }

    .menu-mobile {
        display: none !important;
    }

    #dadosCadastraisItens {
        display: none;
    }

    .row {
        display: none !important;
    }
    body {
        background-color: white !important;
        background-image: none !important;
        background-size: unset !important;
    }
    #main-content-mobile {
        display: none;
    }

    #turn {
        display: block;
        width: 100%;
        position: absolute;
    }
}

* {
    box-sizing: border-box;
}

body {
    color: #797979;
    font-family: robotoFont;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    margin-bottom: 50px;
}

#container {
    width: 100%;
    min-width: 300px !important;
    /*min-height: 565px !important;
    min-height: calc(100vmax - 25px) !important;*/
        min-height: 100vmax !important;
    }

#main-content-mobile {
    /*    height: calc(100vmax - 160p);*/
    /*margin-top: 140px !important;*/
    overflow: hidden !important;
    /*margin-bottom: 90px !important;*/
}

.header-mobile {
    top: 0;
    position: fixed;
    padding: 30px;
    height: 140px;
    width: 100%;
    background-color: rgb(13, 29, 54);
    z-index: 999;
}

.footer-mobile {
    position: relative;
    bottom: 20px;
    font-family: 'robotoFont';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
    width: 260px;
    left: 50%;
    margin-left: -130px;
}

.iconeNoSelect-mobile {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.dropdownlanguage-mobile {
    width: 90px !important;
    height: 80px;
    background-color: #F7F7F7 !important;
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}

.top-nav {
    margin-top: 20px;
    position: absolute !important;
    right: 25px;
    top: 13px;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }

.visivel {
    display: normal !important;
}

.naoVisivel {
    display: none !important;
}

.tituloPagina {
    min-height: 50px;
    /*margin: 150px auto 30px;*/
    margin: 30px auto 30px;
    width: 370px;
    min-width: 360px;
    color: #FFF;
}

.titulo {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.subTitulo {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.divConteudoFiltro {
    min-height: 200px;
    border-radius: 0px;
    border: 0px solid #eee;
    margin: auto;
    /*padding: 15px;
    width: 335px;*/
    padding: 16px 25px;
    width: 356px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #FFF;
}

.boxFiltro {
    width: 300px;
    border: 0px solid #EBEBEB;
    margin: auto;
    margin-top: 0px;
    border-radius: 5px;
    /*box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);*/
}

.centralizarTexto {
    text-align: center
}

.tituloboxLogin {
    text-align: center;
}

.texto16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #40585F;
}

.espacamentoBottom7 {
    margin-bottom: 7px;
}

.espacamentoBottom16 {
    margin-bottom: 16px;
}

.espacamentoBottom20 {
    margin-bottom: 20px;
}
.espacamentoBottom00 {
    margin-bottom: 0px;
}

.labelsDeInput {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #40585F;
    margin-bottom: 7px;
}

.labelLink {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0071AB !important;
    text-decoration: underline;
}

    .labelLink:hover {
        color: #0071AB !important;
    }

.click {
    cursor: pointer
}

.btnHabilitado {
    width: 300px;
    height: 40px;
    background: #0073AE;
    font-weight: 700;
    border-radius: 3px;
    border: 0px;
    color: white;
}


.btnOutline {
    width: 300px;
    height: 40px;
    background: white;
    border-radius: 3px;
    border: 1px solid #0073AE;
    color: #0073AE
}


.btnSSO {
    width: 300px;
    height: 40px;
    background: #0073AE;
    font-weight: 700;
    border-radius: 3px;
    border: 0px;
    color: white;
    align-self: auto
}

.btnDesabilitado {
    width: 300px;
    height: 40px;
    background: #EBEBEB;
    border-radius: 3px;
    font-weight: 700;
    border: 0px;
    color: #6E6E6E;
    pointer-events: none !important;
}

.login-wrap {
    padding: 0px !important;
}

.centralizarElemento {
    margin: auto !important
}

.labelEtapas {
    color: #40585F;
    font-size: 14px;
    font-weight: 400;
}

.espacamentoInputLabel1 {
    margin-bottom: 7px;
}

.btnFooter {
    color: white !important;
    margin-top: 16px !important;
    width: 100% !important;
    background-color: #0073AE;
    border-radius: 3px;
    line-height: 16px;
    height: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

    .btnFooter:hover {
        background-color: #40585F !important;
    }

.btnFooterHabilitado {
    color: white !important;
    background-color: #0073AE !important;
}

.btnFooterDesabilitado {
    color: #6E6E6E !important;
    background-color: #EBEBEB !important;
    pointer-events: none !important;
    border: 0px solid black !important;
}

    .btnFooterDesabilitado:hover {
        color: #6E6E6E !important;
        background-color: #EBEBEB !important;
    }

.etapasProgress {
    text-align: center;
    border: 0px solid #000;
    margin-bottom: 2.3px;
}

    .etapasProgress .naoSelecionado {
        width: 40px;
        height: 5px;
        /*margin: auto;*/
        background: #D9D9D9;
        display: inline-block;
    }

    .etapasProgress .selecionado {
        width: 40px;
        height: 5px;
        /*margin: auto;*/
        background: linear-gradient(270deg, #00B2A9 0%, #0073AE 100%) !important;
        display: inline-block;
    }

.setaVoltarEtapa {
    color: #6E6E6E !important;
}

    .setaVoltarEtapa:hover {
        color: #0073AE !important
    }

.corVerde {
    color: #74A561 !important;
}

.corVermelho {
    color: #C46448 !important;
}

.h1Etapas {
    font-family: 'robotoFont';
    font-size: 16px;
    font-weight: 400;
    color: #40585F !important;
    margin-bottom: 5px
}

.h2Etapas {
    font-family: 'robotoFont';
    font-size: 14px;
    font-weight: 400;
    color: #40585F !important;
    line-height: 16px;
    margin-top: 10px;
}

.mensagemWebVerisionTitulo {
    font-family: robotoFont;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 25px;
}

.mensagemWebVerisionSubTitulo1 {
    font-family: robotoFont;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    max-width: 360px;
    margin: auto;
}

.mensagemWebVerisionSubTitulo2 {
    font-family: robotoFont;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    max-width: 340px;
    margin: 20px auto 30px;
}

.mensagemWebVerisionBotao {
    width: 300px;
    height: 40px;
    background: #0073AE;
    font-weight: 700;
    border-radius: 3px;
    border: 0px;
    color: white;
    margin: auto !important;
}

.mensagemWebVerisionRodape {
    align-content: center;
    align-items: flex-start;
    padding: 0px;
    width: 95%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.mensagemWebVerisionLadoEsquerdo {
    width: 50%;
    height: 100%;
    float: left;
    border-right: solid 2px #F1F1F1;
    padding: 5px;
}

.mensagemWebVerisionLadoDireito {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mensagemWebVerisionLogo {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.mensagemWebVerisionCopyright {
    width: fit-content;
    height: fit-content;
    margin: auto !important;
    display: block;
    position: center;
    font-size: 14px;
}

.titulo-termo {
    font-family: 'robotoFont';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #40585F;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 30px 10px;
}

.subTitulo-termo {
    font-family: 'robotoFont';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #40585F;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 0 20px;
}

.texto-termo {
    font-family: 'robotoFont';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #40585F;
    text-align: justify;
    text-justify: inter-word;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 48px 10px;
}

.footer-termo {
    bottom: 20px;
    font-family: 'robotoFont';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    color: #6E6E6E;
}
.box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}



