.help-block.has-error {
    color: #cc0000;
    font-size: 12px;
    font-style: italic;
}

.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}

.text-azul {
    color: #366791;
}

.text-verde {
    color: #039a7f;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 75px;
    text-align: center;
    padding-top: 15px;
    margin: 15px 0px 5px 0px;
    cursor: pointer;
}

.drop-box:hover {
    background: #f1f9f7;
    border: 5px dashed #96d7ca;
}

.dragover {
    border: 5px dashed blue;
}

.box-empresacnpj {
    font-size: 16px;
    float: left;
    padding: 17px 15px;
}

.notificacao-top {
    margin-top: 15px;
    margin-bottom: -1px;
}

.maxDash {
    max-width: 1000px;
}

.pagination {
    margin: 20px 0;
    margin-bottom: 2px;
}

.navbar-static-top {
    margin-bottom: 0;
}

/*.topo-bg {
    background-color:#eeeeee;
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8 !important;
}*/

.topo-bg {
    background-color: #ffffff;
}

.bg-cinza {
    background-color: #f8f8f8;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

.ibox-title h3 {
    font-weight: normal;
}

.footer {
    font-size: 12px;
}

.badge-ativo {
    background-color: #61b5a4;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}

.badge-ativo-off {
    background-color: #61b5a4;
    font-weight: normal;
    color: #ffffff;
}

.badge-inativo {
    background-color: #ec8590;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}

.badge-ativo:hover,
.badge-inativo:hover,
.badge-ativo:focus,
.badge-inativo:focus {
    color: #ffffff;
}

.icone-acao {
    color: #347bb7;
    cursor: pointer;
}

.icone-acao:hover,
.icone-acao:focus {
    color: #3f96e0;
}

@media (max-width: 1024px) {
    .box-empresacnpj-cnpj {
        display: none;
    }

    .box-sair {
        display: none;
    }
}


@media (max-width: 768px) {
    .box-empresacnpj {
        padding: 21px 15px;
        font-size: 12px;
    }

    body {
        background-color: #2f4050 !important
    }
}

@media (min-width: 400px) {
    .navbar-right {
        float: right !important;
    }
}

.checkbox-empresa strong {
    margin-left: 4px;
}

.checkbox-empresa small {
    margin-left: 30px;
    font-style: normal;
}

.logo-login {
    margin: 60px auto;
}

.logo-senha {
    margin: 30px auto;
    text-align: center;
}

.logo-maior {
    margin-top: -15px;
    margin-bottom: 15px;
}

.logo-element {
    /*background-color: #f3f3f4;*/
    padding: 14px 0;
}

.navbar-default .nav .divider {
    height: 2px;
    border: 0px;
    border-top: dashed 1px #46525e;
    width: 75%;
    margin: 5px auto;
}

.navbar-default .nav .dividersub {
    height: 2px;
    border: 0px;
    border-top: dashed 1px #46525e;
    width: 50%;
    margin: 12px auto;
}

.navbar-default .nav .nav-title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0.95rem 0.5rem 0rem;
    font-size: 10px;
    font-weight: 600;
    color: #6e7c8a;
    text-transform: uppercase;
}

.mini-navbar .navbar-default .nav .nav-title {
    display: none;
}

.caixa-tags {
    width: 80%;
}

/*.line-legend > li > span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}*/
/* angular toolips */
.angular-tooltip {
    position: absolute;
    background: #495a6a;
    z-index: 9999;
    padding: 3px 4px;
    border: 3px solid #495a6a;
    color: #FFFFFF;
    font-size: 11px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.angular-tooltip.angular-tooltip-top:before,
.angular-tooltip.angular-tooltip-top-center:before,
.angular-tooltip.angular-tooltip-top-middle:before {
    margin-left: -8px;
    border-top-color: #495a6a;
}

.angular-tooltip.angular-tooltip-top:after,
.angular-tooltip.angular-tooltip-top-center:after,
.angular-tooltip.angular-tooltip-top-middle:after {
    margin-left: -5px;
    border-top-color: #495a6a;
}

.angular-tooltip.angular-tooltip-bottom:before,
.angular-tooltip.angular-tooltip-bottom-center:before,
.angular-tooltip.angular-tooltip-bottom-middle:before {
    margin-left: -8px;
    border-bottom-color: #495a6a;
}

.angular-tooltip.angular-tooltip-bottom:after,
.angular-tooltip.angular-tooltip-bottom-center:after,
.angular-tooltip.angular-tooltip-bottom-middle:after {
    margin-left: -5px;
    border-bottom-color: #495a6a;
}

.angular-tooltip.angular-tooltip-left:before,
.angular-tooltip.angular-tooltip-left:after,
.angular-tooltip.angular-tooltip-left-center:before,
.angular-tooltip.angular-tooltip-left-center:after,
.angular-tooltip.angular-tooltip-left-middle:before,
.angular-tooltip.angular-tooltip-left-middle:after {
    top: 50%;
    left: 100%;
}

.angular-tooltip.angular-tooltip-left:before,
.angular-tooltip.angular-tooltip-left-center:before,
.angular-tooltip.angular-tooltip-left-middle:before {
    margin-top: -8px;
    border-left-color: #495a6a;
}

.angular-tooltip.angular-tooltip-left:after,
.angular-tooltip.angular-tooltip-left-center:after,
.angular-tooltip.angular-tooltip-left-middle:after {
    margin-top: -5px;
    border-left-color: #495a6a;
}

.angular-tooltip.title-class-ativo {
    background-color: #61b5a4;
    border: 3px solid #61b5a4;
}

.angular-tooltip.title-class-ativo:before {
    margin-top: -8px;
    border-left-color: #61b5a4;
}

.angular-tooltip.title-class-ativo:after {
    margin-top: -5px;
    border-left-color: #61b5a4;
}

.angular-tooltip.title-class-inativo {
    background-color: #ec8590;
    border: 3px solid #ec8590;
}

.angular-tooltip.title-class-inativo:before {
    margin-top: -8px;
    border-left-color: #ec8590;
}

.angular-tooltip.title-class-inativo:after {
    margin-top: -5px;
    border-left-color: #ec8590;
}

.ibox-title .ibox-gray {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.ibox-content .ibox-gray {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

/*.modal-md {
    max-width: 600px;
}


.modal-big {
    max-width: 1000px;
}

.modal-middle {
    max-width: 700px;
}

@media (min-width: 1600px) {
    .modal-lg {
        max-width: 1200px !important;
    }
}*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
}

#labelCartao,#labelBoleto {
    outline: none;
}

#labelCartao.active {
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
    border:none;
    color: #2a2c36;
    background-color: #f9f9f9;
    border-top: 2px solid #039a7f;
}

#labelBoleto.active {
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
    border:none;
    color: #2a2c36;
    background-color: #f9f9f9;
    border-top: 2px solid #039a7f;
}

#cardpagfinal {
    border: outset;
    border-radius: 10px;
    padding-right: 0px;
    padding-left: 0px;
    width: 300px;
    margin: 0px 60px 0px 20px;
}

#imglogonnovas {
    transform: scale(0.6);
    margin-left: -15px;
    margin-top: -20px;
}

#btnPagarCartao {
    /* width: -webkit-fill-available; */
    line-height: normal;
}

#choiceone {
    vertical-align: top;
    margin-right: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#choicesecond {
    margin-right: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#motivosencerrar {
    width: 30em;
}

#pagarContratacao {
    float: right;
}

#realizarContratacao {
    float: inherit;
    margin-bottom: 1px;
}

.alertify .ajs-header {
    background: #7F53AC !important;
    color: white;
    height: 45px;
}

.ajs-ok {
    background: #029A7F;
    color: white;
    border: 1px solid gray;
}

.ajs-cancel {
    border: 1px solid white;
}

/* Página de Indicação - CaduDev */
/* #845396 #6D3382 #76C2A7 #4D8673    /   #01609f */
/* Reset padrão */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.alertMsg,
.msgLink,
.textAc,
.titleFAQ,
.subTitleFAQ,
.faqDuvida,
.textResposta {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #676a6c;
    letter-spacing: 1px;
}

.titleIndicacao {
    color: #845396
}

.sec1 {
    text-align: center;
    width: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

#textAr {
    font-size: max(40px, 2vw);
    /*  max pega o maior valor entre os dois */
    /* font-size: 3vw;         viewport unit vw (width) 5%  */
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.msgLink {
    text-align: center;
}

.alertMsg {
    text-align: center;
}


.urlLink {
    width: min(60%, 60vw);
    /* Acertar largura do input em tela */
    margin: 20px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 20px;
    padding: 18px 15px 18px 25px;
    border-radius: 10px;
    border-color: #76C2A7;
    border-width: 3px;
}

.urlLink {
    outline: none;
}

.btnCopy {
    position: absolute;
    margin: -100px;
    margin-top: 45px;
    border: none;
    color: #4D8673;
    font-size: 14px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* SECTION 2 ! */

.container2 {
    text-align: left;
}

.sec2 {
    width: 500px;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
    border-radius: 12px;
    padding: 24px;
    margin-left: 25vw;
    margin: 0 auto;
}


.btnInf {
    margin: 20px 20px 10px 40px;
    padding: 15px;
    font-size: 18px;
    width: 80%;
    background-color: white;
    border-radius: 10px;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 1px;
}

.alertMsg {
    font-size: 16px;
}

.textAr2 {
    font-size: 24px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    width: auto;
}

.textAc {

    font-size: 20px;
    width: min(70%, 70vw);
    width: auto;
    margin-top: 10px;
    padding-top: 10px;
}

.numberFin1 {
    float: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: rgb(34, 34, 34);
}

.numberFin2 {
    float: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: rgb(34, 34, 34);
}

.waveTop {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


.containerWave {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

.line {
    border-bottom-width: var(--border-rule-border-width, 1px) !important;
    border-bottom-color: var(--color-divider, #EBEBEB) !important;
    border-bottom-style: solid !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.containerINF {
    margin: 10px 0px 0px 40px;
}

.containerFAQ {
    margin: 10px 0px 0px 40px;
}

.titleFAQ {
    text-align: left;
    padding: 10px;
    margin: 10px;
    color: #845396;
}

.subTitleFAQ {
    text-align: left;
    padding: 10px;
    margin: 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
}

.faqDuvida {
    display: flex;
    font-size: 24px;
    padding: 20px;
}

.textResposta {
    font-size: 20px;
    margin: 0px 0px 0px 40px;
    line-height: 22px;
    font-weight: 600;
}

.containerPosition {
    display: flex;
    justify-content: center;
}

.containers-ab {
    width: 70vh;
}

.footerSVN {
    margin: 100px;
    text-align: center;
}

#btn_inicio {
    color: #999C9E;
    margin-right: 1.2em;
    font-weight: 500;
    font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
}

#icohome {
    margin-top: 20px;
    margin-right: 3px;
}

#icoOut {
    margin-right: -0.2px;
}

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

.errorObg {
    color: #da4f49;
    font-size: 9px;
    float: right;
    margin-top: -38px;
    margin-right: 4px;
}

#listconfigs {

    /* background-color: red; */

    order: -1;
    padding: 2px;
    margin-left: -20px;
    margin-right: 10px;
    background-color: #FFFFFF;
    height: 736.5px;
    color: #2a2c36;

    border-style: solid solid none;
    border-width: 1px 0px 0px;
    border-right: 1px solid rgb(209, 212, 215);
    border-top: 2px solid #E7EAEC;
}

#mov {
    line-height: 25px;
    color: #2a2c36;
    border-bottom: 1px solid #E7EAEC;
}

#btn_voltar {
    margin-left: 2em;
    margin-right: 8px;
    cursor: pointer;
    text-decoration-line: none;
    vertical-align: top;
    background-color: #FFFFFF;
    border: #F2f2f2;
    padding: 10px;
    color: #999;
    text-decoration: none;
}

#btn_voltar0 {
    cursor: pointer;
    text-decoration-line: none;
    vertical-align: top;
    background-color: #FFFFFF;
    border: #F2f2f2;
    padding: 10px;
    color: #999;
    text-decoration: none;
}

#btn_changepass {
    margin-left: 60vh;
    margin-right: 20px;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 10px;
    color: #999;
    border: 1px solid #F3f3f3;
}

.iboxconfigs {
    margin-top: -20px;
    margin-left: -50px;
}

#btn_salvar {
    margin-top: 10px;
}

#navParametorsEmpresas .active app.parametrosempresa.transparencia configuracao.minhaconta #navConfiguracao .active {
    /*border-radius: 10px;*/
    background-color: #89509b;
    border-color: #89509b;
}


.ibox-title-meuplano {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 12px 15px 2px;
    min-height: 48px;
    width: 120%;
    margin-left: 25px;
}

.ibox-content-meuplano {
    width: 120%;
    margin-left: 25px;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;

    /* height: 680px; */
}


.ibox-title-config {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}


.ibox-content-config {
    /* width: 109%; */
    /* margin-left: -20px; */
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;

    height: 680px;
}


#navParametrosEmpresas .active {
    color: #fff;
    /*border-radius: 10px;*/
    background-color: #89509b;
    border-color: #89509b;
}

#mov:hover {
    /*border-radius: 10px;*/
    border-left: 4px solid #2CCBB0;
}

#tipoPeriodo,
#tipoPlano {
    transform: scale(1.1);
}

.col-sm-4x {
    position: relative;
    min-height: 1px;

}

#btn_encerrarConta {
    background: white;
    border: 1px solid lightgray;
    color: lightgray;
    font-size: 12px;
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;

}

/* Tela Mensalidades */

.typecards {
    padding: 10px 0px 0px 0px;
}

#labelCardResume {
    background-color: #7F53AC;
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 2px;
    font-size: 14px;
}

#textCardResume {
    padding-left: 15px;
    margin: 0;
    padding-bottom: 10px;
}

.editvalue {
    color: #7F53AC;
    font-size: 15px;
}

#btn_contratar,
#btn_enviarsolicitacao {
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: rgb(255 255 255 / 40%) 0 1px 0 0 inset;
    box-sizing: border-box;
}

#cardresume {
    margin-left: -20px;
}

#iconplus {
    color: #8055AC;
}

#btn_informacoes {
    float: right;
    font-size: 12px;
    padding: 4px;
    border: 1px solid red;
    color: #666;
    border-radius: 8px;
    background: #f9f9f9;
    border-color: lightgrey
}

#boxMsg {
    margin-left: -20px;
    margin-top: 10px;
}


#boxMsg2 {
    margin-left: -15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.containernovoplano {
    border: outset;
    border-radius: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    max-width: 450px;
    width: 360px;
    display: inline-block;
}

.sectionChoice {
    right: -10px;
}

#sectionSelections {
    margin-left: -10px;
}

#periodoselections,
#planselectionstype {
    padding-left: 8px;
    margin-bottom: 5px;
}

#periodoselections:active,
#planselectionstype:active {
    padding-right: 10px;
}

.labeltext {
    margin-left: -20px;
}

#titleOthersEmitente {
    color: gray;
    font-size: 14px;
    display: inline-flex;
    font-weight: 600;
}

#icoCheck {
    display: inline;
}

#iconconta1,
#iconconta2,
#iconconta3,#iconconta4 {
    margin-right: 5px;
}


.textDadosCliente {
    background-color: #f2f2f2;
    text-align: center;
    margin-bottom: 10px;
}

#sectionCard1 {
    margin-top: 10px;
}

#sectionCard2 {
    margin-top: 5px;
    margin-left: 10px;
}

.textDadosPlan {
    padding-left: 10px;
}

.textDadosCliente1 {
    text-align: center;
    background: #f2f2f2;
    margin-bottom: 10px;
    margin-top: -13px;
}

.textDadosCliente2 {
    background-color: #f2f2f2;
    text-align: center;
    margin-bottom: 10px;
}

.labelMensalidades2 {
    background-color: #7F53AC;
    color: white;
    text-align: center;
    justify-content: center;
    width: 300px;
    border-radius: 4px;
}

.labelMensalidades1 {
    background-color: #7F53AC;
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 4px;
}

#icoarrow2,
#icoarrow1 {
    color: #bec6cc;
}

#selecionarNovoPlan,
#selecionarPlan {
    width: -webkit-fill-available;
    line-height: normal;

}


.textTeste {
    padding-left: 20px;
}

.textspanteste {
    padding-bottom: 10px;
}

#sectionCard3 {
    border: outset;
    border-radius: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 30px;
    width: 310px;

    margin-left: px;
    padding: 0;
}

#containerSectionFin {
    /* margin-top: 10px;
    margin-left: 0; */

    margin-top: -30px;
    padding-right: 175px;
}

#cnpjMensalidades {
    width: 300px;
    margin-right: 30px;
}

.labelCnpj {
    padding: inherit;
}

#sectionInputsEmpresa {
    display: inline-flex;
}

#lineMensalidades {
    margin-left: 5px;
}

#blockscontainer {
    display: inline-flex;
}

#containerMensalidadesDados {
    border: outset;
    border-radius: 10px;
    padding-right: 0px;
    padding-left: 0px;
    width: 300px;
    
    margin-left: 7px;
}

#meuplanoDirection {
    margin-left: 50px
}

.topnavbutton {
    color: gray
}

.dadosConta {
    margin-right: 10px;
}

#dollarCustom{
    /* background-color: #f2f2f2; */
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
}

#btn_novas,#btn_novas2 {
    color: #999c9e;
    margin-right: 20px;
    vertical-align: middle;
}

#msgdrop {
    right: -90px;
    width: 190px;
    margin-top: -10px;
}

#btn_meusDados,
#btn_meuPlan, #btn_empresaDados,#btn_alterarSenha{
    padding-right: 5px;
    color: #999;
    font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
}

#btn_lastMensalidades {
    margin-right: 28px;
    color: #999c9e;
}

/* Tela Manifestacoes */
#selecionartodos,
#desmarcarselecao {
    background: #f2f2f2;
    font-size: 12px;
}

#btn_filtrar {
    background: #f3f3f3;
    border-color: #F9f9f9;
    color: #999c9e;
    font-size: 12px;
}

#icomanifestacao1,
#icomanifestacao2,
#icomanifestacao3 {
    color: #999c9e;
}

#limparFiltro {
    margin-right: 100px;
}

#divposition1 {
    margin-top: -35px;
    text-align: center;
}

#divposition2 {
    margin-top: -35px;
}

#divtitle1 {
    margin-top: -5px;
    margin-left: -15px;
    width: 102%;
}

#tableposition {
    margin-top: 5px;
}

#trcustom {
    background-color: #FFFFFF;
    padding-top: 20px;
}

#checkSquare {
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 50%;
    padding: 5px;
}

#checkscale {
    transform: scale(1.2)
}

#titletablecenter1,
#titletablecenter2,
#titletablecenter3,
#titletablecenter4,
#titletablecenter5 {
    vertical-align: middle;
}

#titletableico {
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
}

#divpositionpagina {
    margin-top: -5px;
}

#valuetable {
    padding-left: 20px;
}

#tdmanifestacaoicons {
    display: inline-flex;
    place-items: center;
}

.textsenhacustom {
    margin-top: 10px;
}
#logodisplay {
    display: contents;
}
.textcertificado{
    letter-spacing: 0.5px;
}

#btn_contratarplan2,#btn_contratarplan,#btn_realizarpag2,#btn_realizarpag {
    background-color:#1AB293;
    border-color: #1AB293;

}

#contaatrasoalert {
    padding: 10px 15px 10px 15px;
}


/* Tela Configs */
.textconfigcertificado {
    display: inline-flex;
    vertical-align: sub;
    padding-left: 5px;
    letter-spacing: 0.4px;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}

/* label#planselectionstype,label#periodoselections {
    margin-top: 5px;

}
input#tipoPlano0,input#tipoPlano1 ,input#tipoPlano2,
input#tipoPeriodo0 ,input#tipoPeriodo1 ,input#tipoPeriodo2,input#tipoPeriodo3   {
    margin-top: 8px;
} */

/* Breakpoints */
@media screen and (max-width:1200px) {
    #sectioncards2,#sectiontext {
        display: inline-block   ;
    }
}

@media screen and (max-width:1370px) {
    #sectioncards2,#sectiontext {
        display: inline-block   ;
    }
}

/* @media screen and (max-width:1370px) {
    #nfintro1,#nfpurple {
    }
} */

/* @media screen and (max-width:1300px) {
    #sectioncards2,#sectiontext {
        display: inline-flex;
    }
} */


@media screen and (max-width:1200px) {
    #containermensalidade {
        margin: 0;
    }
}

@media screen and (min-width:1200px) {
    #containerMensalidadesDados {
        display: inline-block;
        
    }
}

@media screen and (min-width:1200px) {
    .credit-card-payment {
        display: inline-grid;
        
    }
}

@media screen and (min-width:900px) {
    .credit-card-payment {
        display: inline-grid;
        
    }
}

/* @media screen and (max-width:1340px) {
    .containernovoplano {
        margin: 30px;
    }
} */

@media screen and (max-width:1340px) {
    #razaoSocial {
        max-width: 1200px;
        width: 350px;
    }
}

/* @media (min-width:300px) and (max-width:400px) {

} */

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    stroke-width: 5;
    stroke: #fff;
    stroke-miterlimit: 10;
    /* margin: 10% auto; */
    box-shadow: inset 0px 0px 0px #7F53AC;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7F53AC;
    }
}



 /* CSS projetoCards */
                        
 #nf {
    margin-left: 2em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 280px;
    max-height: 350px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#nf2 {
    margin-left: 7em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#nf3 {
    margin-left: 7em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#nfintro1 {
    margin-right: 2em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-left: 4px solid #1AA689
}

#nfintro11 {
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-left: 4px solid #1AA689
}

#nfintro111 {
    margin-right: 2em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-left: 4px solid #1AA689
}

#nfintro2 {
    /* margin-left: 2em; */
    margin-right: 2em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-left: 4px solid #1AA689
}

#nfintro3 {
    /* margin-left: 2em; */
    margin-right: 2em;
    margin-top: 1.5em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-left: 4px solid #1AA689
}

#iconpapper {
    border-radius: 50%;
    background-color: #1AA689;
    color: #f3f3f3;
    transform: scale(1.5);
}

#nfimg5 {
    transform: scale(0.6);
    float: left;
    margin-top: -1em;
    margin-left: 1em;
}


#nfimg {
    padding-bottom: 10px;
    margin: auto;
    display: block;
    width: 25%;
    height: 25%;
}

#nfimgcard {
    transform: scale(0.8);
    float: left;
    margin-top: -0.5em;
    margin-right: 10px;
}

#nfimgimport {
    transform: scale(0.8);
    float: left;
    margin-top: -0.5em;
    margin-right: 10px;
}

#nfimgnotas {
    transform: scale(0.7);
    float: left;
    margin-top: -0.8em;
    margin-left: -15px;
    margin-right: -10px;
}

#nfimgmanifesta {
    transform: scale(0.6);
    float: left;
    margin-top: -0.8em;
    margin-left: -15px;
    margin-right: -5px;
}

#nfimgtreina {
    transform: scale(0.7);
    float: left;
    margin-top: -0.8em;
    margin-left: -15px;
    margin-right: -10px;
}


#btn_bcplay {
    background-color: #A59DD1;
    border: 1px solid #A59DD1;
    float: right;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-top: -10px;
}

#btn_bcread {
    background-color: #A59DD1;
    border: 1px solid #A59DD1;
    float: right;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-top: -10px;
}

#nfimgplay,
#nfimgtext {
    transform: scale(0.4);
    float: left;
    margin-top: -1em;
    margin-left: -1.6em;
    padding-left: 4px;
}

#btn_closeguia {
    background-color: #A59DD1;
    border: 1px solid #A59DD1;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-top: 1.5em;
    margin-bottom: -3em;
    width: 150px;
    height: 30px;
    margin-left: 17em;
    padding-bottom: 22px;
}

#nfpurple {
    border-left: 4px solid #A59DD1;
    /* margin-left: 2em; */
    margin-top: 1.4em;
    display: inline-block;
    padding: 30px 8px;
    max-width: 400px;
    min-width: 340px;
    max-height: 125px;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#finmoney {
    transform: scale(0.7);
    float: left;
    margin-top: -0.8em;
    margin-left: -15px;
    margin-right: -5px;
}

#nfgreen1,#nfgreen2,#nfgreen3 {
    border-left: 4px solid #1AA689
}

#btn_nextcertificado,#btn_nextmanifestacao,#btn_armazenarxml,#btn_moneyfin {
    background-color: #1AA689; 
    border: 1px solid #1AA689; 
    float: right;
    margin-top: -10px;
}

#btn_verificarnotas,#btn_moneyfin {
    background-color: #1AA689; 
    border: 1px solid #1AA689; 
    float: right;
    margin-top: -10px;
}

#icon_rocket {
    background-color: #1CA689; 
    color: #fff; 
    border: 1px solid #1CA689; 
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    padding-left: 5px;
}

.sectiontext {
    padding-top: 30px;
    display: flex;
}

.sectioncards2 {
    display: flex;
}
#rocketgray {
    color: #666;
}

.text1 {
    font-size: 13px;
    letter-spacing: 0.4px;
    color: #6e7c8a;
    margin-top: -1em; 
    margin-bottom: -2em;
    line-height: 1.7em;
}

.titleSistema {
    font-size: 21px;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #6e7c8a;
}


#nfimg2 {
    transform: scale(0.6);
    float: left;
    margin-top: -1em;
    margin-left: -1.6em;
}

.card-titleintro {
    font-size: 14px;
}

/*================================================================================*/

.pull-right {
    float: right;
  }

.nav-header {
    padding: 33px 25px 5px;
    background-color: #2f4050;
    background-image: url("patterns/header-profile.png");
}


.card-success {
    background-color: #dff0ea;
    border-color: #5db697;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: #5db697;
        border-color: #5db697;
    }

        .card-success .card-header strong {
            color: #ffffff;
            font-weight: normal;
        }

.card-header {
    padding: 0.75rem 1.25rem 0;
    height: 46px;
}

.card .card-header .card-titulo {
    font-size: 16px;
}

.card.card-info .card-header .card-titulo {
    color: #5bb697;
}

/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 74px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "FILTRO";
        padding-left: 10px;
        background-color: #1ab394;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "FILTRO";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #999999;
        text-align: right;
    }

    .onoffswitch-inner-servico:before {
        content: "SERVIÇO";
        padding-left: 10px;
        background-color: #1ab394;
        color: #FFFFFF;
    }

    .onoffswitch-inner-servico:after {
        content: "SERVIÇO";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #919191;
}

/* Chat */

.md-chat-widget-btn-container .md-chat-widget-btn-wrapper,
.md-chat-widget-btn-container .md-chat-widget-btn-wrapper[data-expanded='true']  {
    width: 50px !important;
}

.md-chat-widget-btn-title {
    visibility: hidden;
    position: relative;
}

.md-chat-widget-btn-title:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    content: url(../img/iconChat.png);
  }

/* TOOGLE SWICH Sim Não*/
.simnao-box {
    width: 46px;
    margin: 0 auto;
}

.simnaoswitch {
    position: relative;
    width: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.simnaoswitch-checkbox {
    display: none;
}

.simnaoswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1AB394;
    border-radius: 3px;
}

.simnaoswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .simnaoswitch-inner:before,
    .simnaoswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 16px;
        padding: 0;
        line-height: 16px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .simnaoswitch-inner:before {
        content: "Sim";
        padding-left: 3px;
        background-color: #1AB394;
        color: #FFFFFF;
        text-align: left;
    }

    .simnaoswitch-inner:after {
        content: "Não";
        padding-right: 3px;
        background-color: #ffffff;
        color: #aaaaaa;
        text-align: right;
        font-weight: normal;
    }

.simnaoswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #1AB394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.simnaoswitch-checkbox:checked + .simnaoswitch-label .simnaoswitch-inner {
    margin-left: 0;
}

.simnaoswitch-checkbox:checked + .simnaoswitch-label .simnaoswitch-switch {
    right: 0;
}

.modal-emissao-outer {
    top: 5%;
}

.modal-emissao {
    width: 1060px;
}

.widget.style1 h2 {
    font-size: 30px;
}

.widget h2,
.widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.icon-close-borda {
    background: #5eb697;
    color: #FFFFFF;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -13px;
    width: 24px;
    height: 24px;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
}

    .icon-close-borda:hover {
        background: #7f54aa;
        text-decoration: none;
        color: #ffffff;
    }