@font-face {
    font-family: RobotoThin;
    src: url(../fonts/Roboto-Thin_0.ttf);
}

@font-face {
    font-family: RobotoRegular;
    src: url(../fonts/Roboto-Thin_0.ttf);
}

@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto-Thin_0.ttf);
}
@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Thin_0.ttf);
}
@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-VariableFont_wght.ttf);
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #172842;
    line-height: 30px;
    text-align: center;
    /*background-image: url('/img/imagens-liberdade/01.jpg');*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto!important;
    margin: 0px!important;
}

body, html {
    position: static !important; 
}


.title-option {
    font-weight: 400!important;
    color: #424242!important;
}
.container-btn {
    position: relative;
}
.tel-senha-container {
    width: 100%;
    margin-top: 5px;
    padding-left: -15px!important;
    padding-right: -15px!important;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
}
.contain-two-two {
    width: 50%;
}

.form-user {
    width: 85%;
}
.container-dropdown {
    width: 100%;
}
.btn-outher {
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    border: 1px solid #99a7bf!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #535f70 !important;
    font-size: 14px!important;
    border-radius: 5px;
}
.carete-two {
    margin-top: 13px!important;
    margin-left: 30px!important;
    float: right!important;
}
.dropdown-menu-two {
    width: 100%;
}
.container-combo-two {
    display: inline;
    justify-content: space-between;
}
.login-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin: 0px!important;
    /*background-image: linear-gradient(#01bbf5, #0277d8);*/
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.text--titulo-conta {
    color: #0077BF;
    font-weight: 600;
    font-size: 30px;
}

.container-term-user {
    display: inline-block;
    width: 48%;
    position: relative;
    text-align: center;
    left: 4px;
}
.container-botao {
    width: 48%;
    position: relative;
    text-align: right;
    left: 4px;
    margin: 0 auto;
}

.spinner {
    width: 125px;
    height: 125px;
    color: white;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.box_semendereco{
    height: 300px;
}

.box_semvalor{
    margin-top: 50px;
}

.end{
    display: flex;
    flex-direction: center;
    align-items: center;
    width: auto;
    height: 300px;
    border: solid 2px #172842;
    padding-bottom: 10px;
    border-radius: 5px;
}

.end a {
    cursor: pointer;
}

.numero_for{
    height: 53px;
    margin-left: -11px;
}

.btn_edit{
    margin-top: 10px;
}

.menu_acesso{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background-color: black;
    color: black;
    height: 100% !important;
}

strong {
    /*font-weight: 500;*/
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 19px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 70%;
}

.logo-cronapp {
    width: 250px;
}

::-moz-selection {
    background: #bafff3;
    color: #4f4900;
    padding: 5px;
    text-shadow: none;
}

::selection {
    background: #bafff3;
    color: #4f4900;
    text-shadow: none;
    padding: 5px;
}

.border_invisible{
    border-color: transparent !important;

}

.border-new{
    border-right-color: black !important;
}


/***** Top content *****/

.top-content .text {
    /*color: #fff;*/
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 0px 0px 0 0;
    text-align: center;
}

.form-top-left {
    float: left;
    width: 50%;
    padding-top: 25px;
}

.form-top-login {
    width: 960px;
    margin: 0 auto;
}

.form-top-left h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.form-bottom form .input-error {
    border-color: #4aaf51;
}

.social-login {
    margin-top: 35px;
}

.social-login h3 {
    color: #fff;
}

.social-login-buttons {
    margin-top: 25px;
}

.social-icons ul li {
    margin-right: 15px;
}

/*
=========================
Media Queries P&D CRONAPP
=========================
*/

.background-none {
    background-image: none !important;
    min-height: 100vh !important;
    display: block !important;
    height: 100vh !important;
}

.view-height {
    padding-top: 30vh;
    height: 100vh;
    overflow: hidden;
}
.form-signin-edited {
    display: flex;
    justify-content: center;
}

.confirm {
    background-image: linear-gradient(#01bbf5, #0277d8);
}

.email-instruction {
    color: #fff;
    padding: 60px;
    border: solid 1px #fff;
    min-height: 220px;
}

.email-instruction.form-instrucions {
    background: none !important;
}

.email-instruction i {
    color: #fff;
    border: solid 2px;
    padding: 10px;
    margin: 10px;
    border-radius: 50%;
}

.text--titulo-conta {
    color: #0c8dce;
    font-weight: 600;
    font-size: 25px;

}

@media (max-width: 375px) {
.text--titulo-conta {
    color: #0077BF;
    font-weight: 600;
    font-size: 14px;
    /* line-height: 20px; */
    text-align: justify;
}
.text--titulo-sub-conta {
    font-size: 12px;
    color: #AFB4BB;
    line-height: 2;
}
.form-user-contain{
    display: flex;
    justify-content: center;
}
    .btn-outher{
     font-size: 14px;
    }
    .carete-two {
        margin-top: 7px!important;
        margin-left: 30px;
        float: right!important;
}
.container-combo-two {
    display: flex!important;
    justify-content: space-between!important;
    flex-flow: column!important;
}

.login100-form-btn {

    width: 200px!important;
    height: 50px;
}


    .form-login {
        background-image: linear-gradient(#01bbf5, #0277d8);
        height: 113%;
        min-height: 113%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login2 {
        background-image: linear-gradient(#01bbf5, #0277d8);
        margin-top: auto;
        margin-bottom: auto;
        min-height: 1px;
        display: -webkit-flex;
        display: block;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login-general-register {
        width:100%;
    }

    .form-login-general {
        width:100%;
    }

    .form-login .view-login {
        padding: 0 0 0 0;
        margin: 0px auto 0px auto;
    }

    .social-icons ul {
        margin: 0px 0px 40px 0px;
    }

}


@media (max-width: 411px) {

    .form-login {
        background-image: linear-gradient(#01bbf5, #0277d8);
        height: auto;
        margin: 25% auto 25% auto;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login2 {
        background-image: linear-gradient(#01bbf5, #0277d8);
        margin-top: auto;
        margin-bottom: auto;
        min-height: 1px;
        display: -webkit-flex;
        display: block;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login-general-register {
        width:100%;
        height: 113%;
        min-height: 113%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        background-image: linear-gradient(#01bbf5, #0277d8);
        float: right;
        padding: 0% 0%;
    }

    .form-login-general {
        width:100%;
        height: 113%;
        min-height: 113%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        background-image: linear-gradient(#01bbf5, #0277d8);
        float: right;
        padding: 0% 0%;
    }

    .form-login .view-login {
        padding: 0 0 0 0;
        margin: 0px auto 0px auto;
    }

    .social-icons ul {
        margin: 0px 0px 40px 0px;
    }

}

@media (max-width: 667px) {

    .form-login {
        background-image: linear-gradient(#01bbf5, #0277d8);
        height: 113%;

        min-height: 113%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login2 {
        background-image: linear-gradient(#01bbf5, #0277d8);
        margin-top: auto;
        margin-bottom: auto;
        min-height: 1px;
        display: -webkit-flex;
        display: block;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login-general-register {
        width:100%;
    }

    .form-login-general {
        width:100%;
    }

    .form-login .view-login {
        padding: 0 0 0 0;
        margin: 0px auto 0px auto;
    }

    .social-icons ul {
        margin: 0px 0px 40px 0px;
    }

}

@media (max-width: 768px) {

    .form-login-general-register {
        width:100%;
    }

    .form-login-general {
        width:100%;
    }
}

.form-login {
    background-image: linear-gradient(#01bbf5, #0277d8);
    height: 113%;

    min-height: 113%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;

    margin: 0 0 0 0;
    position: relative;
    float: right;
    width: 100%;
}

.form-login2 {
    background-image: linear-gradient(#01bbf5, #0277d8);
    margin-top: auto;
    margin-bottom: auto;
    min-height: 1px;
    display: -webkit-flex;
    display: block;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 0 0;
    position: relative;
    float: right;
    width: 100%;
}

.btn-logout {
    position: absolute !important;
    right: 24px !important;
    top: 20px !important;
    width: 100px !important;
    border-radius: 4px !important
}
ul{
    list-style-type: none;
}
.global {
    background: linear-gradient(45deg, rgba(31,88,154,1) 0%, rgba(97,171,228,1) 100%)!important;
    height: 100%!important;
    padding: 0px!important;
    display: table!important;
    width: 79%;
}
/* Esta  parte do CSS se refere Ã  div de ConteÃºdo, ou seja, onde ele Ã© carregado*/
.conteudo {
    background-color: #ffffff!important;
    min-height: 100vh!important;
    padding: 0px!important;
}
/* Esta  parte do CSS se refere Ã  div de Menu*/
.navegacao {
    background-color: #0c8dce!important;
    padding-left:0!important;
    padding-right: 0!important;
    min-height: 100vh!important;
}
/* INICIO Esta  parte do CSS se refere a parte do menu que contÃ©m os links para carregar no ConteÃºdo*/
.menu_lateral{
    text-align: left!important;
    padding-left: 0;
    padding-right: 0;
    width: 270px;
}

.social-icons ul {
    margin: 0px 0px 40px 0px;
}

.menu_lateral i {
    font-size: 20px!important;
    padding: 15px!important;
    vertical-align: middle!important;
    border-radius: 5000px;
}
.menu_lateral a{
    text-decoration: none!important;
    display: block!important;
    background-color: transparent;
    border-bottom: 0;
    width: 100%!important;
    color: #fff;
    font-size: 12px;
}
.menu_lateral a:hover {
    cursor: pointer!important;
    background-color: #018dcd !important;
    border-bottom: transparent;
}
.menu_interno a{
    padding-left: 50px!important;
    color: #ffffff;
}
.menu_interno a:hover {
    background-color: #fff!important;
    color: #4182c0!important;
}

.menu_usuario {
    position: absolute;
    right: 0;
    z-index: 1;
}

.menu_usuario .avatar {
    position: absolute;
    right: 20px;
}

.menu_usuario a {
    padding-top: 0px !important;
    float: left;
    text-decoration: none;
    font-size: 13px;
    margin-right: 50px;
    font-weight: 400;
}

.menu_usuario ul {
    padding-right: 0 !important;
}

.menu_usuario a, .menu_usuario span {
    cursor: pointer;
    color: #fff;
}

.menu_usuario span:hover {
    color: #ffffff;
    text-align: right;
    font-weight: 500;
}

.menu_usuario .user-name {
    padding-right: 10px;
    margin-top: 0px;
}

.user-options {
    background-color: #172842;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 13px;
}

.user-name i {
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
}

.avatar i {
    padding-top: 5px;
    color: #fff;
}

.panel-default {
    border-color: #ddd;
    padding: 10px;
    margin-left: 21px;
    margin-top: 15px;
}

/* FIM */
.form{
    text-align: left!important;
}
input{
    color: #888888!important;
}

select {
    border: 1px solid #172842;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    height: 41px;
    margin: 0px 0px 10px 0px;
    font-size: 12px !important;
    color: #575757!important;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.conteudo input[type="text"],.conteudo input[type="password"],.conteudo input[type="email"],.conteudo textarea,.conteudo textarea.form-control {
    border: solid 1px #9c9c9c;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 14px;
    width: 100%;
    height: 41px;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    float: left;
    color: #495057;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #172842;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
}

.btn_editar{
    background-color: #0073cc!important;
    border: 1px solid #005291!important;
    color: #ffffff!important;
}
.btn_editar:hover{
    background-color: #0073cc!important;
    border: 1px solid #005291!important;
    color: #ffffff!important;
}
.btn_cancelar{
    color: #ffffff!important;
    background-color: #ff0000!important;
    border: 1px solid #ac0000!important;
    padding: 10px!important;
}
.btn_cancelar:hover{
    background-color: #ff0000!important;
    border: 1px solid #ac0000!important;
    color: #ffffff!important;
}
.btn_geral{
    padding: 10px!important;
}
.btn_geral:hover{
    color: #5d5d5d!important;
}
.botao{
    text-align: right!important;
    margin-bottom: 20px!important;
}
.titulo{
    color: #013f56!important;
    text-align: left!important;
    margin-bottom: -10px!important;
    font-size: 15px!important;
}
.info{
    text-align: left!important;
    font-size: 17px!important;
}
.form-group input{
    margin-bottom: 10px!important;
}
.form-group .alinhamento{
    text-align: right!important;
    color: #013f56!important;
    padding: 8px!important;
}
.form-group .alinhamento_2{
    text-align: right!important;
    color: #013f56!important;
    padding: 10px!important;
    margin-right: 17px!important;
}
.cabecalho_endereco {
    font-weight: 300;
    color: #025696!important;
    padding: 10px!important;
    text-align: left!important;
}
.tabela_endereco{
    border: 1px solid #d7d7d7!important;
}
.atuais{
    padding: 20px!important;
}
/* CSS referente Ã s informaÃ§Ãµes do usuÃ¡rio */
.informacoes_user{
    margin-bottom: 20px!important;
    width: 100%!important;
}
.informacoes_user td{
    padding: 10px!important;
}
.data_type{
    text-align: left!important;
    font-size: 13px;
    font-weight: 500;
}
.data_type_2{
    padding-right: 10px!important;
    text-align: left!important;
    font-size: 13px;
}
.data_type_3{
    background-color: #f8f8f8!important;
    margin-bottom: 45px!important;
}

.btn-edit-user {
    float: left;
    margin-left: 42px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
}

.teste {
    background-color: #ffffff!important;
    height: auto!important;
    color: #172842;
}
.teste a:hover{
    cursor: pointer!important;
}

.acabou-limite {
    padding: 30px;
}

.acabou-limite h1 {
    font-weight: 300;
    color: #172652;
}

.info_panel{
    text-align: left!important;
    padding: 25px 0 0 25px!important;
}
.info_panel h3 {
    color: #172842 !important;
    font-weight: 500 !important;
}
.info_panel p {
    font-size: 13px!important;
    line-height: 20px;
    text-align: justify !important;
}
.info_panel a{
    text-decoration: none!important;
    cursor: pointer;
    color: #172652;
    font-weight: 500;
}
/* CSS para menus que direcionam para ambiente externo (Site/DOCS/IDE) */
.direct_externo{
    padding: 5px 20px 3px 20px!important;
    border-bottom: 1px solid #013f56!important;
    background-color: #013f56!important;
}
.direct_externo .separador{
    padding-right: 20px!important;
    padding-left: 15px!important;
}
.direct_externo a{
    color: #ffffff!important;
    text-decoration: none!important;
    padding: 10px!important;
    font-weight: 500!important;
    cursor: pointer;
}
.direct_externo a:hover{
    color: #00baff!important;
}
.borda_fieldset {
    font-family: sans-serif;
    border: 2px solid #1F497D;
    border-radius: 0px;
    padding: 15px;
}

.borda_fieldset legend {
    color: #00baff;
    border-radius: 0px;
    text-align: left!important;
    border-bottom: 0px!important;
    padding: 0px 0px 0px 10px!important;
    width: 250px!important;
}
/* Estilo do Menu Superior */
.menu_superior {
    border: none !important;
    border-bottom: solid 1px #fff !important;
    border-radius: 0px !important;
    background-color: #172842 !important;
    margin-bottom: 0!important;
    min-height: 40px !important;
    height: 50px;
}

.options {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 0 0px 0;
}

.options .option {
    height: 70px;
    width: 50px;
    margin: 0 10px;
    color: #172652;
    border: solid 1px #0000;
    padding: 3px;
    transition: 0.2s;
    font-size: 10px;
}

.options .option:hover {
    border-bottom: solid 1px #172652;
    padding-top: 0;
    cursor: pointer;
}

.icone-cronapp img {
    width: 40px;
}

.options .option i {
    color: #172652;
    padding: 4px 10px;
    border-radius: 7px;
}

.options .option a {
    font-weight: 500;
    text-decoration: none;
    color: #172842;
}

/* Esta  parte do CSS se refere a parte do menu Superior, onde temos o UsuÃ¡rio, sair e o logo*/
.brand {
    height: 49px;
    display: flex;
    align-items: center;
}

.brand span {
    margin-top: 5px;
    color: #fff;
}

.brand a {
    color: #fff;
    text-decoration: none;
    margin-left: 8px;
}
.logo {
    color: #ffffff!important;
    margin-top: -16px;
}
.logo p em{
    font-size: 19px!important;
    vertical-align: middle;
}
.logo img {
    min-width: 130px !important;
    width: 130px !important;
}

#usuario{
    text-align: right!important;
    padding: 10px 10px 10px 10px!important;
    display: grid;
}
.sair a{
    color: #ffffff!important;
    text-decoration: none!important;
}
.sair a:hover{
    color: #00aff0!important;
}
.username{
    color: #02aff1!important;
    font-weight: 600!important;
    font-size: 22px!important;
    font-family: Calibri,sans-serif;
    margin-bottom: -10px!important;
}
.avatar {
    margin-top: 9px!important;
    border: 2px solid #ffffff!important;
    border-radius: 100%!important;
    width: 32px!important;
    height: 32px!important;
    float: right!important;
    margin-left: 0px!important;
}
.topo_pagina {
    color: #172842!important;
    text-align: left!important;
    border-bottom: 1px solid #05539b!important;
    margin-bottom: 27px;
}

.table-title th {
    font-weight:500;
}

.form-one {
display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.form-one input, .form-one select {
    border: 1px solid #99a7bf!important;
    color: #535f70 !important;
}

/*Tabela de Telefone*/
.table-content{
    margin-bottom: 10px!important;
}
/* FormataÃ§Ã£o para as tabelas de Assinatura e Fatura*/

@media (max-width: 1024px) {
    .align-mobile {
        display: flex;
        justify-content: center;
        width: 270px;
        margin-top: 0px !important;
        margin-bottom: 23px;
    } 
    .container-btn {
        margin-right: 2px;
    }
    .contain-two-two {
        width: 100%;
    }
    .form-login {
        background-image: linear-gradient(#01bbf5, #0277d8);
        height: 113%;

        min-height: 113%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;


        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login2 {
        background-image: linear-gradient(#01bbf5, #0277d8);
        margin-top: auto;
        margin-bottom: auto;
        min-height: 1px;
        display: -webkit-flex;
        display: block;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        overflow: hidden;
        margin: 0 0 0 0;
        position: relative;
        float: right;
        width: 100%;
    }

    .form-login .view-login {
        padding: 0 0 0 0;
        margin: 0px auto 0px auto;
    }

    .social-icons ul {
        margin: 0px 0px 40px 0px;
    }

    .loading-cronapp {
        width: 60px;
    }
.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 80%;
    }

}

/* FormataÃ§Ã£o para as tabelas de Assinatura e Fatura*/
.ui-notification.error {
    font-family: Roboto !important;
    color: #fff !important;
    font-size: 14px !important;
}
.ui-notification.sucess {
    font-family: Roboto !important;
    color: #fff !important;
    font-size: 14px !important;
}
.ui-notification>.message {
    color: #fff!important;
}
/* .ui-notification.error:hover {
	background: #491217 !important;
} */

.sucess{
    background-color: #14b100!important;
    color: #0d3b07!important;
    padding: 5px!important;
    text-align: center!important;
    font-size: 13px;
    border-radius: 2px;
}

.error{
    background-color: #e66454 !important;
    color: #000000!important;
    padding: 5px!important;
    text-align: center!important;
}

.pendent{
    background-color: #f4b04f!important;
    color: #000000!important;
    padding: 5px!important;
    text-align: center!important;
}
.table{
    text-align: center!important;
}
.table-header div{
    text-align: center!important;
    color: #003f53!important;
    font-weight: 400;
}

.table-line th {
    font-weight: 300;
    font-size:14px;
}

.table-header tr th{
    text-align: center!important;
}
.table-content{
    cursor: pointer!important;
}
.lista:hover {
    background-color: #e2e2e2!important;
}
.contrato ul{
    padding: 0px!important;
    margin: 0px!important;
}
.voltar{
    text-align: left!important;
}
.p-justify{
    text-align: justify!important;
    margin-bottom: 10px!important;
}

/*CSS do DatePicker*/
.datepicker{
    width: 50%!important;
}
.lista th {
    text-align: center!important;
    font-size: 11px;
    font-weight: normal;
}
.numero{
    padding: 25px!important;
    margin-left: -15px!important;
}
.beta{
    background-color: #d15d00!important;
    color: #ffffff!important;
}
.beta:hover{
    background-color: orange!important;
    color: #d15d00!important;
}

._720kb-datepicker-calendar {
    width: 70%!important;
}

h4.invoice-title {
    margin: 0px 0px;
    padding: 80px 0 0 0;
}

#invoice-table {
    margin-top:30px;
}

/*NEW PAGES OF LOGIN/INSCRIPTION/RESET - CSS EQUAL*/

.default-property {
    background-color: #f8f8f8;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    max-width: 100vw;
}

.default-property h1,
.default-property h2,
.default-property h3,
.default-property h4,
.default-property h5,
.default-property h6,
.default-property p,
.default-property span {
    /* color: #3a3a3a; */
    vertical-align: middle;
}

.title-term {
    color: #0c8dce;
    text-align: center;
    font-weight: 300;
}

.default-terms a {
    font-weight: 400;
    font-size: 16px;
    color: #888888 !important;  
}
img.ico-user {
    position: relative;
    bottom: 30px;
}
.default-property .form-top {
    background-color: #20284e;
    min-height: 10vh;
}

.default-property .form-top {
    padding: 0 10vw;
}

.default-property .form-top .text-login {
    height: 10vh;
    padding: 3vh 0;
}

.default-property .form-top .text-login small {
    border: solid 1px #747474;
    padding: 7px;
    border-radius: 7px;
    font-size: 0.7em;
}

.default-property .form-content .form input:focus {
    background-color: #fff0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.default-property .form-content .form .password-input,
.default-property .form-content .right-content .inscription-input.password-input {
    margin-top: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #D4DCE2!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.default-property .form-content .form .password-input:focus-within,
.default-property .form-content .right-content .inscription-input.password-input:focus-within {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.default-property .form-content .form .password-input a,
.default-property .form-content .right-content .inscription-input.password-input a {
    cursor: pointer;
}

.default-property .form-content .form .password-input input,
.default-property .form-content .right-content .inscription-input.password-input input {
    width: 90%;
    margin: 0;
    border: 0!important;
    background: #fff0;
    box-shadow: none;
}

.default-property .form-content .form .confirm-button,
.default-property .form-content .right-content .button-submit {
    display: flex;
    justify-content: center;
    padding: 0;
}

.default-property .form-content .form .confirm-button button,
.default-property .form-content .right-content .button-submit button {
    transition: 0.4s;
}

.default-property .form-content .form .confirm-button button:hover,
.default-property .form-content .right-content .button-submit button:hover {
    background: #212f5b;
}

.default-property .form-content .confirm-button button,
.default-property .form-content .right-content .button-submit button {
    background-color: #3398d4;
    color: #fff;
    border: 0;
    border-radius: 14px;
    margin: 2vh 0 1vh;
}

.default-property .form-content .social-medias i {
    font-size: 1.4em;
}

.default-property .form-content .social-medias span {
    padding: 4px;
}

.default-property input:-webkit-autofill,
.default-property input:-webkit-autofill:hover,
.default-property input:-webkit-autofill:focus,
.default-property input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.default-property .form-bottom {
    min-height: 10vh;
    padding: 0 10vw;
    overflow: hidden;
    background: #20284e;
    border: 0;
    /* height: 45px; */
    color: #fff;
}

.default-property .form-bottom .bottom-info small {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.default-property .form-bottom .bottom-info {
    margin-top: 3vh;
}
/* popup whatsap*/
#bricks-component-Mj1IgkvWwZ166rQFYt0baA-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close {
    display:none!important;
}


#bricks-component-Mj1IgkvWwZ166rQFYt0baA-wrapper.floating-button.floating-button--close, #bricks-component-Mj1IgkvWwZ166rQFYt0baA-wrapper.floating-button.floating-button--close > [id^='bricks-component-'] {
    display:none!important;
}
#bricks-component-Mj1IgkvWwZ166rQFYt0baA-wrapper.floating-button.floating-button--close {
    display:none!important;
}
/* Fim popup whatsap*/

/*NEW PAGE OF LOGIN*/

.login-form .form-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form .form-top img {
    height: 28px;
}

.login-form .form-content p {
    font-size: 0.9em;
    line-height: 1.4;
}

.login-form .form-content {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 0 2vh;
}

.login-form .form-content .form {
    margin: 4px 0;
}

.login-form .form-content .form .confirm-button {
    margin-top: 2vh;
}

.login-form .form-content .form .options p {
    margin: 0;
}

.login-form .form-content .form .options {
    display: flex;
    align-items: center;
    margin: 5vh 0;
}

.login-form .form-content .form .button-create-account a {
    background: #fff0;
    color: #3398d4;
    border: solid 1px #9c9c9c;
    border-radius: 5px;
    font-weight: 400;
    font-size: 0.9em;
    text-decoration: none;
    padding: 10px;
    transition: 0.4s;
}

.login-form .form-content .form .button-create-account a:hover {
    background: #3398d4;
    color: #fff;
    border: solid 1px #3398d4;
}

.login-form .form-content form input {
    margin: 10px 0;
    border: solid 1px #9c9c9c;
}

.login-form .form-content .social-medias {
    border-top: solid 1px #e8e8e8;
    padding-top: 5px;
}

/*NEW PAGE OF INSCRIPTION*/

.inscription-form .form-top .cronapp-logo img {

}

.inscription-form .form-top .cronapp-logo {
    height: 10vh;
    padding: 2vh 0;
}

.inscription-form .form-top p {
    margin: 0;
}

.inscription-form .form-content {
    /* padding: 0 10vw; */
    min-height: 80vh;
    display: flex;
    justify-content: center;
}

.inscription-form .form-content form {
    margin: 0;
}

.inscription-form .form-content .left-content {
    line-height: 1.5;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.inscription-form .form-content .left-content p {
    color: #172842 !important;
}

.inscription-form .form-content .left-content .div-info .info {
    margin: 1vh 0;
}

.inscription-form .form-content .left-content .div-info p strong {
    font-weight: 900;
}

.inscription-form .form-content .left-content .div-info {
    border-right: solid 1px #e8e8e8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.inscription-form .form-content .left-content .div-info img {
    max-width: 130%;
    margin-top: 3px;
}

.inscription-form .form-content .right-content .inscription-input.password-input div::before {
    content: '';
    padding: 3px;
}

.inscription-form .form-content .right-content .inscription-input {
    /*padding: 3px;*/
    width: 98%;
    height: 45px;
}

.inscription-form .form-content .right-content .inscription-input input {
    border: solid 1px #9c9c9c;
}

.inscription-form .form-content .right-content {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.inscription-form .form-content .right-content .attention {
    text-align: left;
    font-size: .7em;
    color: #ff0000;
    font-weight: 700;
}

.inscription-form .form-content .right-content .checkbox-terms small {
    font-size: 0.7em;
    line-height: 1.5;
}

.inscription-form .form-content .right-content .social-medias .icons {
    margin-top: 0vh;
}

.inscription-form .form-content .right-content .social-medias {
    margin-top: 1vh;
}

.inscription-form .form-content .right-content .social-medias p {
    margin: 0;
    font-size: 13px;
}

.inscription-form .form-content .right-content .phone input {
    width: 100%;
    margin-left: 0;
}

.inscription-form .form-content .right-content .checkbox-terms {
    display: flex;
    align-items: center;
}

.inscription-form .form-content .right-content .checkbox-terms input {
    margin: 0 4px;
}

.inscription-form .form-content .right-content h2 {
    font-size: 27px;;
    line-height: 1.0;
    color: #0077BF;
    font-weight: 800;
}

.inscription-form .form-content .right-content p {
    line-height: 2.4;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom:3em;
}

.remove-padding {
    padding: 0;
}

/*NEW PAGE OF RESET PASSWORD*/

.reset-form .form-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-form .form-top img {

}

.reset-form .form-content {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 0 4vh;
}

/*NEW PAGE OF RESET TERMS*/

.terms-page .form-top {
    position: fixed;
    background-color: #172842;
    z-index: 1;
}

.terms-page .form-top .cronapp-logo img {
    max-width: 35%;
}

.terms-page .form-top .cronapp-logo {
    height: 10vh;
    padding: 2vh 0;
}

.terms-page .form-top p {
    margin: 0;
}

.terms-page .form-content {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 0 4vh;
    margin-top: 10vh;
}

.terms-page .form-content .text {
    text-align: left;
}

.terms-page .form-content .text p {
    margin: 3vh 0;
}

.terms-page .form-content .text .text-box-title {
    margin-bottom: 8vh;
}

.terms-page .form-content .text h3 {
    margin: 0;
}

.terms-page .form-content .text h4 {
    margin-top: 0;
    color: #3398d4 !important;
}

.terms-page ol.terms {
    list-style: none;
    padding-left: 1vw;
}
.terms-page ol.terms li.term-item {
    counter-increment: li;
}

.terms-page ol.terms li.term-item::before {
    content: counter(li);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/*NEW PAGE CONFIRM EMAIL*/

.confirm-page .form-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-page .form-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-page .form-content {
    padding: 0 10vw;
    min-height: 80vh;
}

.confirm-page .form-content img {
    margin-bottom: 4vh;
}

.confirm-page .email-instruction p {
    color: #172842;
    margin: 0;
    line-height: 1.5;
}

.confirm-page .email-instruction {
    color: #fff;
    padding: 40px 0;
    border: solid 1px #9c9c9c;
    border-radius: 5px;
}

.confirm-page .email-instruction span {
    color: #3398d4 !important;
}

/*NEW PAGE CONFIRM WELCOME*/

.welcome{
    background: #0c8dce;
    position: relative;
    height: 99vh !important;
    width: 100vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-text-footer {
    text-align: center;
    padding: 0 40px;
}

.welcome-text-footer a {
    font-weight: 500;
    font-size: 14px;
}

.welcome .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: white;
    border-radius: 5px;
    padding: 60px 30px;
}

.welcome .content:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.welcome .content h1 {
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 35px !important;
    font-size: 23px !important;
    width: 70% !important;
    color: #535f70 !important;
    font-weight: 400 !important;
}

@media (max-width: 450px) {
    .welcome .content h1 {
        font-size: 23px;
    }
}

@media (max-width: 990px) {
    .phoneArea {
        margin-bottom: 9px;
    }
}

.access {
    padding: 28px 0 0;
}

.access a {
    padding: 15px 30px !important;
    /* border: 1px solid #747474; */
    border-radius: 22px;
    color: white !important;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 500;
    transition: 0.4s;
    background: #0c8dce;
}

.access a:hover{
    background-color: #3398d4;
    border: none;
    color: #fff !important;
}

.already-signup {
    border: 1px solid #FFF;
    padding: 10px;
    border-radius: 3px;
    float: right;
    margin: 10px 0 !important;
    display: block;
    font-size:16px;
}

.text--titulo-sub-conta {
    font-size: 16px;
    font-weight: 400;
}

/*modal WELCOME*/
.title-2020-start {
    max-width: 277px;
    line-height: 21px;
    margin: 0 auto;
    color: #424242;
}
.modal-header.modal-header-two {
    max-height: 90px;
    border: none;
}

.modal-footer.modal-footer-two {
    min-height: 16.43px;
    padding: 15px;
    border: none;
    display: flex;
    justify-content: center;
}
.btn-primary.btn-comece-desenvolver {
    width: 228px;
    text-align: center;
    background: #337ab7;
    font-size: 13px;
    border-radius: 30px;
}
.modal-body.modal-body-two {
    position: relative;
    margin-top: -15px;
}
/*modal WELCOME*/
@media screen and (max-width: 991px) {
    .inscription-form .form-content .left-content {
        display: none;
    }

    .inscription-form .form-top,
    .terms-page .form-top {
        min-height: 13vh;
    }

    .container-botao {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 990px) {
    .inscription-form .form-content .left-content {
        display: none;
    }

    .inscription-form .form-top {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 13vh;
        justify-content: center;
    }

    .terms-page .form-top {
        min-height: 13vh;
    }

    .inscription-form .form-top .cronapp-logo img,
    .terms-page .form-top .cronapp-logo img {
        max-width: none;
    }
}
@media screen and (max-width: 1024px) {
.container-botao {
    width: 87%;
    position: relative;
    text-align: right;
    left: 4px;
    top: 20px;
}
.container-term-user {
    display: inline-block;
    width: 88%;
    position: relative;
    text-align: left;
    left: 4px;
    line-height: 1;
}
.container-botao {
    width: 87%;
    position: relative;
    text-align: right;
    left: 4px;
}
.inscription-form .form-content .right-content h2 {
    font-size: 16px;
    line-height: 1.0;
    color: #0077BF;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
    .inscription-form .form-top .cronapp-logo,
    .terms-page .form-top .cronapp-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        text-align: center;
    }

    .inscription-form .form-top .cronapp-logo img,
    .terms-page .form-top .cronapp-logo img {
        max-width: none;
    }

    .inscription-form .form-top .text-login,
    .terms-page .form-top .text-login {
        padding: 0;
        height: 5vh;
    }

    .inscription-form .form-top .text-login p,
    .terms-page .form-top .text-login p {
        text-align: center;
    }

    .inscription-form .form-top .text-login small,
    .terms-page .form-top .text-login small {
        font-size: 0.7em;
        border: none;
    }

    .terms-page .form-content {
        margin-top: 20vh;
    }
    .terms-page ol.terms {
        padding-left: 4vh;
    }
}

.logo-top {
    height: 28px;
    max-width: none;
}

.already-signup {
    color: white!important;
}

.top-name-company {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .top-name-company {
        margin-top: 8px;
    }
}

@media (max-width: 534px) {
    .row-btn-reset {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container-login100-form-btn {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .btn-login-container {
        margin-right: 0px !important;
    }

    .row-btn-reset button {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .default-property a {
        color: white;
        font-weight: 400;
        font-size: 14px;
    }
    .text--titulo-conta {
        color: #0c8dce;
        font-weight: 600;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 !important;
    }
    .text--titulo-sub-conta {
    font-size: 15px !important;
    font-weight: 400!important;
    line-height: 1;
    margin-top: 10px;
    margin: 0 auto;
    width: 100%;
    padding: 0 !important;
    }
    .btn-outher {
        width: 100%;
        padding: 6px 10px;
        text-align: left;
        border: 1px solid #99a7bf!important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        color: #535f70 !important;
        font-size: 14px!important;
        border-radius: 5px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/8.4.6/img/flags.png");
    }
}