﻿*:focus {
    outline: 0 !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden;
}
.logo-life{
    float:right;
}
.menu{
    padding:15px;
    height:120px;
    position:absolute;
    width:100%;
}
.menu-content{
    width:100%;
    height:107.56px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
}
.menu-content ul{
    display:inline-block;
    padding:0px;
    margin:0px;
}
.menu-content li {
    display:inline;
    list-style:none;
}
.menu-content a {
    color:#d4d4d4;
    display:inline;
    margin-right:30px;
    transition:all .5s;
    text-decoration:none;
    font-size:16px;
}
.menu-content li:last-child a{
    margin-right:0px;
}
.menu-content a:hover {
    color: white;
}
.menu-content li::after {
    content: "\f111";
    top:-2px;
    font-family:"Font Awesome 5 Free";
    position:relative;
    font-size:8px;
    left:-13px;
    color:#d4d4d4;
    font-weight:900;
}
.menu-content ul li:last-child::after{
    content:'';
    margin:0;
}
.menu-content i {
    color: white;
    font-size: 16px;
}
#open-menu-side {
    position: absolute;
    color: white;
    background-color: transparent;
    display: none;
}
.menu-side {
    position: fixed;
    height: 100%;
    width: 300px;
    z-index: 999;
    top: 0px;
    right: -450px;
    border-left: 1px solid #e0e0e0;
    background-color: white;
    transition: all .5s;
}
.menu-side ul{
    margin:0px;
    padding:0px;
}
.menu-side li {
    list-style: none;    
    border-bottom: 1px solid #e0e0e0;    
    color:#a5a5a5;
    overflow:auto;
}
.menu-side li a {    
    text-decoration:none;
    color:#a5a5a5;
    width:100%;
    padding:15px;
    display:block;
    transition:ease .5s;
}
.menu-side li a:hover {
    color:black;
    background-color:rgba(0, 0, 0, 0.08);
}
.menu-side i {
    font-size:16px;
    float:right;
    cursor:pointer;
}
.menu-side i:hover {
    color:black;
    transition:ease .5s;
}
.section-1 {
    width: 100%;
    height: 140px;
    background-image: url('../img/background/turquoise-blur-wallpapers-25329-8756409.jpg');
}
.section-2 {
    width: 80%;
    margin: auto;
    padding:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);    
    overflow:auto;
}
.profile-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 50%;
    top: -80px;
    border: 10px solid rgba(10, 139, 103, 0.66);
}
.profile-circle img {
    width:180px;
    border-radius:50%;
    display:block;
    margin:0 auto;
    border:3px solid white;
}
.bem-vindo{
    margin-top:30px;
    padding:30px;
    transition:all .5s;
    /*opacity:0;*/
    position:relative;
    bottom:-10px;
}
.visible {
    opacity: 1 !important;
    transition-delay: 1s;
    bottom: 0px !important;
}
.visible-dados{
    opacity: 1 !important;
    transition-delay: 2s !important;
}
.bem-vindo div {
    width: 50px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.22);
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}
.bem-vindo p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0a8b67;
}
.bem-vindo p span {
    font-weight: normal !important;
    color: #444444;
}
.bem-vindo i {
    color: #6e6e6e;
    font-weight: bold;
    margin-left: 5px;
    transition:all .5s;
}
.bem-vindo i:hover{
    color:black;
}
#id-dados-cadastrais .row .col-md-3 p {
    text-align: left;
}
#id-dados-cadastrais .col-md-6 {
    margin-bottom: 15px;
}
.dados-cadastrais {
    padding: 10px 10px 0px 10px;
    /*opacity:0;*/
    transition: all .5s;
}
.dados-cadastrais h3{
    margin-bottom:30px;
    text-align:center;
}
.dados-cadastrais h5{
    color:#6e6e6e;
    text-align:center;
}
.dados-cadastrais .col-xs-6:first-child p{
    text-align:right;
    font-weight:bold;
    color:black;
}
.dados-cadastrais .row .col-md-3 p{
    font-weight:bold;
    text-align:right;
}
.dados-cadastrais .col-xs-6 p, .dados-cadastrais .col-xs-3 p {
    color:#8b8b8b;
}
.dados-cadastrais .table table{
    width:70%;
    display:block;
    margin:0 auto;
}
.dados-cadastrais .table tr{    
    width:100%;
}
.dados-cadastrais .table th, .dados-cadastrais .table td {
    text-align: center;
}
.dados-cadastrais a{
    display:inline-block;    
    margin:0 auto;
    margin-top:10px;    
}
.alterardiv {
    display:block;
    margin:0 auto;
    width:310px;
}
.custom-form-control {
    outline: 0;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #eeeeee;
    height: 19px;
    margin-bottom: 10px;
    padding: 0px 0px;
}
.custom-form-control:focus, .custom-form-control:active{
    outline: 0;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #0a8b67;
    height: 20px;
}
.custom-form-control:disabled {
    background-color: transparent;
    color: #bbbbbb;
    border-bottom: 1px solid #eeeeee;
}
.custom-form-control-literal {
    outline: 0;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    height: 19px;
    margin-bottom: 10px;
}
.dependentes {
    padding: 10px 100px;
    /*opacity: 0;*/
    transition: all .5s;
}
.dependentes h3{
    margin-bottom: 30px;
    text-align: center;
}
.linhas-dep {
    border-bottom: 1px solid #ddd;
    margin: 10px 0px;
    position:relative;
}

#detalhes {
    font-size: 16px;    
    color: #0a8b67;
    cursor:pointer;
}
.btn-detalhes, .btn-detalhes:active, .btn-detalhes:focus {
    box-shadow: none !important;
    padding:0px 10px;
}
.btn-detalhes {
    background-color:transparent;
}
.btn-detalhes:focus {
    outline-color:transparent;
    background-color: transparent;
}
.dependentes-modal .col-xs-6:first-child {
    font-weight:bold;
    text-align:right;
}
.menu-financeiro{
    margin-bottom:60px;
}
.menu-financeiro a {
    color: #0a8b67;
    text-align: center;
    font-weight: bold;
    display: block;
    text-decoration: none;
    transition: ease .5s;
    border: 2px solid #0a8b67;
    transition: all .5s;
    width: 222px;
    padding: 10px;
    margin: 0px 10px;        
}
.menu-financeiro a:hover {
    background-color: rgba(10, 139, 103, 0.40);
    color: white !important;
    border: 2px solid transparent;    
    transition: all .5s;
}
.menu-financeiro a:hover {
    color: #086c50;    
}
.noticias {
    padding: 60px;
    margin: 0 auto;
    display: block;
    transition: all .5s;
    /*opacity: 0;*/
}
.noticias h3{
   margin-bottom:30px;
   font-weight:bold;
   text-align:center;
}
.noticias .col-md-6 p {
    color: #a5a5a5;
}
.noticias .col-md-6 {
    margin-bottom:60px;
}
.btn-custom {
    background-color: transparent;
    color: #0a8b67;
    border: 2px solid #0a8b67;
    border-radius: 20px;
    transition: all .5s;
}
.btn-custom:hover {
    background-color: rgba(10, 139, 103, 0.40);
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all .5s;
}
.btn-custom:disabled {
    color: #9a9a9a;
}
.title {
    color: black !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.noticias p{
    text-align:justify;
}
.footer-home {
    width: 70%;
    margin: auto;
    margin-top: 30px;
    border-top: 1px solid #dfdfdf;
    padding: 30px;
}
#subtitle-financeiro {
    transition: ease .5s;
}
.via-boleto {
    display: none;
}
.ficha-financeira {
    display: none;
    overflow:hidden;
}
.ficha-financeira > p{
    font-size:11px;
    text-align:justify;
}
.ficha-financeira a {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a8b67;
}
.imposto-de-renda{
    display:none;
}
.tab-imposto th {
    color: white;
    background-color: rgba(10, 139, 103, 0.40);
}
.tab-imposto th:first-child{
    border-top-left-radius: 4px;
}
.tab-imposto th:last-child {
    border-top-right-radius: 4px;
}
.page-erro {
    background-color: #0a8b67;
    height:100vh;
}
.page-erro h1{
    color:white;
    font-size:100px;
    text-align:left;
    margin:0px;
    display:inline-block;
}
.page-erro-descript {
    color: #dcdcdc;
    text-align: center;
    font-size:20px;
}
.page-erro-centered{
    position:relative;
    top:calc(50%);
    transform:translateY(-50%);
    margin:0 auto;
}
.page-erro-centered p{
    color: #dbdbdb;
    padding-left:10px;
    letter-spacing:1px;
    margin-bottom:20px;
    font-size:16px !important;
}
.erro-container{
    height:100vh;
}
.extrato-copart{
    display:none;
}
.extrato-copart-plano {
    border: 2px solid rgba(0, 0, 0, 0.22);
    width: 90%;
    margin: 0 auto;
    display: block;
    padding:20px;
    border-radius:4px;
}
.btn-alterar {
    width:150px;
    display:inline-block;
}
.cor_01 {
    background-color: white;
}
.cor_01b {
    color: white;
}

.cor_02 {
    background-color: #9f49e3;
}
.cor_02b {
    color: #9f49e3;
}

.cor_03 {
    background-color: yellow;
}
.cor_03b {
    color: yellow;
}

.cor_04 {
    background-color: #00e313;
}
.cor_04b {
    color: #00e313;
}

.cor_05 {
    background-color: #ff0000;
}
.cor_05b {
    color: #ff0000;
}

.cor_06 {
    background-color: #0e7af1;
}
.cor_06b {
    color: #0e7af1;
}

.cor_07 {
    background-color: #c7c7c7;
}
.cor_07b {
    color: #c7c7c7;
}

.cor_08 {
    background-color: #ffb500;
}
.cor_08b {
    color: #ffb500;
}

.cor_09 {
    background-color: #0dc4b9;
}
.cor_09b {
    color: #0dc4b9;
}
.cor_ativo {
    color:#0a8b67;
}
.cor_cancelado {
    color: red;
}

.passview {
    position: absolute !important;
    float: right;
    right: 20px;
    left: initial !important;
    cursor: pointer;
}
.anuidade-content{
    padding:10px 60px;
}
.anuidade-content h3 {
    text-align: center;
}
.anuidade-top {
    margin-top: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.anuidade-top p{
    margin-bottom:3px;
}
.anuidade-pontos {
    color: #0a8b67;
    font-size:16px;
    margin-bottom:10px !important;
}
.anuidade-top p:last-child{
    font-size:12px;
    color:#a5a5a5;
    font-weight:bold;
}
.anuidade-box {
    margin-top: 10px;
}
.anuidade-box:first-child{
    margin-top:30px !important;
}
.anuidade-box-content {
    border-bottom: 1px solid #dfdfdf;
    transition:all .5s;
}
.anuidade-box-content:hover{
    background-color: #f4f4f4;
}
.anuidade-box-content-top{
    padding:0px 10px;
    width:100%;    
    position:relative;
    margin-bottom:15px;
}
.anuidade-green {
    border-left: 3px solid #33bd31;
}
.anuidade-green-p {
    color: #33bd31 !important;
}
.anuidade-red {
    border-left: 3px solid red;
}
.anuidade-red-p {
    color: red !important;
}
.anuidade-orange {
    border-left: 3px solid orange;
}
.anuidade-orange-p {
    color: orange !important;
}
.anuidade-box-content-top p:first-child {
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px;
}
.anuidade-box-content-top p:nth-child(2) {
    color: #a5a5a5;
    font-size: 12px;
    text-transform: uppercase;
}
.anuidade-box-content-date{
    margin-bottom:5px;
}
.anuidade-box-pontos{
    position:absolute;
    display:inline-block;
    top:0px;
    right:10px;
    display:block;
}
.anuidade-box-pontos p:first-child {
    color: #33bd31;
    font-weight:bold;
    width:100%;
    text-align:center;
}
.anuidade-box-pontos p:nth-child(2) {
    color: #a5a5a5;
    font-weight: bold;
    text-transform:initial !important;
    width:100%;
    text-align:center;
}
.anuidade-box-content-bottom{
    padding:0px 13px;
}
.anuidade-box-content-bottom p {
    text-transform: uppercase;
    color: #a5a5a5;
}
.anuidade-paginas {
    display: flex;
    position:relative;
    margin:30px 0px 10px;
    align-items:center;
    justify-content:center;
}
.anuidade-btn {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    border-radius:50%;
    overflow:hidden;
}
.anuidade-btn a {
    font-size: 10px;
    color: #0a8b67;
    text-align: center;
    position: absolute;
    padding: 10px;
    width: 100%;
    transition: .5s ease;
}
.anuidade-btn:hover{
    background-color: rgba(10, 139, 103, 0.40);
}
.anuidade-btn:hover > a{
    color: white;
}
.anuidade-btn-disabled {
    border: 1px solid red !important;
}
.btn-custom-anuidade {
    background-color: #0a8b67;
    transition:ease .5s;
}
.btn-custom-anuidade:hover,
.btn-custom-anuidade:active,
.btn-custom-anuidade:focus{
    background-color: #0a805f !important;
}
.btn-custom-anuidade:disabled {
    background-color: #a5a5a5;
}
.btn-custom-anuidade:disabled:hover {
    background-color: #a5a5a5;
}
.anuidade-mes {
    background-color: #ececec;
    color: #333;
    padding: 20px 13px;
    font-weight: bold;
}
.anuidade-mes p{
    margin:0px;
}
.TR_Aco_Line_Hide {
    display: none;
}

/*Detalhes*/
.detalhes-container .row{
    margin-bottom:10px;
}
.detalhes-top {
    border-bottom: 2px solid black;
}
.detalhes-top h3 {
    border-bottom: 3px solid black;
}
.detalhes-top h3, .detalhes-top h2{
    font-weight:bold;
    padding:10px 5px;
    margin:0px;
}
.detalhes-top p{
    padding:0px 5px;
}
.detalhes-box-container {
    border: 2px solid #dcdcdc;
}
.detalhes-box-container p{
    margin:0px;
    padding:5px;
}
.detalhes-box-top {
    background-color: #dcdcdc;
    display: block;
    width: 100%;
    font-weight: bold;
}
.detalhes-box-bottom{
    width:100%;
}
.detalhes-box-bottom table th, .detalhes-box-bottom table td{
    border:2px solid #dcdcdc;
    padding:5px;
}
#divValoresMensais{

}
.table{
    overflow-x:auto !important;
}
.detalhes-info {
    padding: 0px 5px !important;
}
.tdNomeAss {
    color: black;
    background-color: rgba(10, 139, 103, 0.40);
    text-align: left;
    font-weight: bold;
}
.declaracao {
    font-family: Arial;
    width:100%;
}
.declaracao h1 {
    text-decoration: underline;
    letter-spacing: 3px;
    font-size: 20px;
    text-align:center;
    margin-bottom:20px;
}
.table_beneficiarios{
    width:90%;
    margin:0 auto;
    margin-bottom:20px;
}
.table-grid tr{
    border:1px solid #333;
}
.table-grid th,
.table-grid td {
    border-right: 1px solid #333;
    text-align:center;
    padding:5px;
}
.table-grid tr td:last-child{
    border:0px;
}
.table_boletos{
    width:100%;
}
.assinaturaDeclaracao{
    display:block;
    margin:0 auto;
    width:500px;
    margin-top:60px;
}
.assinaturaDeclaracao img {
    width: 80%;
    margin:0 auto;
    display:block;
}
.assinaturaDeclaracao p {
    text-align:center;
}
.assinaturaDeclaracao p:last-child{
    font-size:12px;
}
.declaracao > img{
    margin-bottom:30px;
}
#spanPeriodo{
    display:none;
}
.pageCounter{
    display:none;
}
.page-break{
    display:none;
}
/*Responsivo*/
@media screen and (max-width: 1024px) {
    .menu-content a{
        font-size:12px;
    }
    .menu-content li::after{
        font-size:5px;
    }
    .overflow{
        overflow-x:auto !important;
    }
}
@media screen and (max-width: 991px) {
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-2, .col-md-4 {
        float: left;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
}
    @media screen and (max-width: 800px) {
        .menu-content li a {
            font-size: 13px;
            margin-right: 15px;
        }

        .menu-content li::after {
            left: -6px;
        }

        .dependentes {
            padding: 10px 30px;
        }

        .detalhes-table-overflow {
            overflow-x: auto;
        }
    }

    @media screen and (max-width: 500px) {
        .menu {
            height: 80px;
            padding: 0;
        }

            .menu .container {
                height: 100%;
            }

        .menu-content {
            display: none;
        }

            .menu-content li:nth-child(1), .menu-content li:nth-child(2), .menu-content li:nth-child(3), .menu-content li:nth-child(4) {
                display: none;
            }

            .menu-content li:nth-child(5) {
                position: absolute;
                display: inline-block !important;
                top: -70px;
                left: 5px;
            }

        #open-menu-side {
            display: inline-block;
            top: 25px;
            right: 10px;
        }

        .menu-content li:nth-child(5)::after {
            content: "";
            display: none;
        }

        .logo-life {
            width: 80px;
            position: absolute;
            top: 10px;
            right: -120px;
        }

        .logo-cliente {
            width: 140px;
            margin-top: 15px;
            position: relative;
            top: initial;
            transform: initial;
        }

        .dados-cadastrais, .dependentes {
            padding: 20px;
        }

        .btn-detalhes {
            margin: 0px;
        }

        .dados-cadastrais a {
            display: block;
        }

        .alterardiv {
            display: inline-block;
            width: initial !important;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .btn-detalhes {
            padding: 0px 3px;
        }

        .extrato-copart-plano {
            margin-bottom: 10px;
        }

        .extrato-copart, #tablevalores, .ficha-financeira, .imposto-de-renda {
            overflow: scroll;
        }

        .noticias {
            padding: 20px;
        }

        .section-2 {
            width: 100%;
        }

        .dependentes {
            padding: 10px 0px;
        }

        .menu .row > div:nth-child(3) {
            margin-left: 50px;
        }

        .section-1 {
            height: 80px;
        }

        .menu-side {
            width: 200px;
        }

        .anuidade-content {
            padding: 10px 20px !important;
        }
    }

    @media screen and (max-width: 350px) {
        .menu .row > div:nth-child(3) {
            margin-left: 70px;
        }

        .btn-alterar {
            width: 100px;
        }

        .btn-alterar {
            font-size: 10px;
        }

        .linhas-dep > div:last-child {
            right: 0px !important;
        }
    }

    @media print {
        @page {
            /*size: landscape;*/
        }

        body {
            background-color: transparent;
            -webkit-print-color-adjust: exact !important;
        }

        .tdNomeAss {
            background-color: transparent;
        }

            .tdNomeAss td {
                background-color: rgba(10, 139, 103, 0.40) !important;
                color: black !important;
                -webkit-print-color-adjust: exact !important;
            }

        .section-1,
        .menu,
        .anuidade-paginas {
            display: none;
        }

        #anuidade-buttons-bottom {
            display: none !important;
        }

        .bem-vindo {
            padding-top: 0px !important;
        }

            .bem-vindo a {
                display: none;
            }

        .profile {
            display: none;
        }

        .anuidade-content {
            page-break-inside: auto;
            padding: 0;
        }

        .anuidade-box {
            page-break-inside: avoid;
            page-break-after: auto;
        }

        .teste {
            page-break-inside: avoid;
            page-break-after: auto;
        }

        .detalhes-box-container {
            page-break-inside: avoid;
            page-break-after: auto;
        }

        .detalhes-box-top {
            background-color: #dcdcdc !important;
            display: block;
            width: 100%;
            font-weight: bold;
        }

        .detalhes-box-container p, .detalhes-box-container th, .detalhes-box-container td {
            font-size: 11px;
            padding: 5px;
        }

        .section-2 {
            width: 100%;
            margin: initial;
        }

        .tab-imposto th {
            color: black !important;
            background-color: rgba(10, 139, 103, 0.40) !important;
        }

        p {
            font-size: 12px !important;
            margin-bottom: 3px;
        }

        th, td {
            padding: 2px !important;
            font-size: 9px !important;
        }

        .btn-custom, hr {
            display: none !important;
        }

        .declaracao > img {
            width: 200px;
        }

        .pageCounter {
            display: initial;
            position: relative;
        }

        .page-break {
            display: block !important;
            border: 0 !important;
            height: 0px !important;
            border-color: white;
        }

            .page-break td {
                border: 0 !important;
            }
    }

