*,
.page-title {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif "Museo";
}

html,
body,
.full-height {
    min-height: 100%;
}

header {
    background: #fff;
    box-shadow: 0px 0px 15px #000;
    padding: 15px 0;
    position: absolute;
    z-index: 5;
    width: 100%;
}

    header::after {
        content: "";
        clear: both;
        height: 10px;
    }

.header-division {
    height: 115px;
}

.btn-sair {
    line-height: 74px;
}

    .btn-sair img {
        vertical-align: middle;
    }

.sidebar {
    background: #0E2E1C;
}

    .sidebar .uk-list {
        margin-bottom: 120px;
    }

        .sidebar .uk-list > li {
            padding-right: 15px;
        }

            .sidebar .uk-list > li > a {
                color: #fff;
                font-weight: 600;
                font-weight: 600;
                line-height: 19px;
            }

                .sidebar .uk-list > li > a > small {
                    font-weight: 100;
                }

            .sidebar .uk-list > li .uk-align-left {
                margin-right: 10px;
                margin-bottom: 5px;
            }

.uk-list-divider > li:nth-child(n+2) {
    border-top: 1px solid #fff;
}

footer {
    background: #3a3a3a;
    padding: 30px 0;
}

    footer.uk-light .uk-tab .uk-active a {
        color: rgba(255,255,255,.5);
        border-color: transparent;
    }

    footer .uk-button-small {
        padding: 0 7px;
        margin-right: 10px;
    }

    footer.copyright {
        background: #303030;
        padding: 7.5px 0;
    }

.content {
    background: #f5f5f5;
}

.page-title {
    color: #0E2E1C;
    line-height: 1;
    margin-bottom: 40px;
}

    .page-title small {
        font-size: 70%;
    }

.uk-card-default {
    border: 1px solid #acacac;
    border-radius: 5px;
    box-shadow: none;
}

.uk-card-header,
.uk-card-body {
    padding: 10px 20px;
}

.uk-card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .uk-card-body a {
        color: #0E2E1C;
    }

.uk-card-default .uk-card-title {
    color: #6d6f71;
    font-family: "Museo";
    font-size: 22px;
    font-weight: 700;
}

.uk-card-header img {
    width: 35px;
}

form p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.uk-button.custom-green-btn,
.uk-card-body .uk-button {
    color: #fff;
    background: #47ac4e;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #666;
    font-weight: 700;
    padding: 0 5px;
}

    .uk-card-body .uk-button span {
        color: #176616;
        vertical-align: 1px;
    }

.button-red-custom {
    color: #fff;
    background: #d22121 !important;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #666;
    font-weight: 700;
    padding: 0 5px;
}

    .button-red-custom span {
        color: #2d0707 !important;
        vertical-align: 1px;
    }

.button-grey-custom {
    color: #333 !important;
    background: #eee !important;
    border: 1px solid #ddd !important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
    margin: 0 10px 0 0 !important;
    padding: 1px 6px !important;
    min-width: 90px !important;
    text-align: center !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: none !important;
}

    .button-grey-custom span {
        color: #2d0707 !important;
        vertical-align: 1px;
    }

.uk-input,
select.uk-select {
    margin-top: 5px;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin-bottom: 10px;
}

.meu-cartao-bullets {
    padding-top: 40px;
}

    .meu-cartao-bullets img {
        margin-bottom: 20px;
    }

    .meu-cartao-bullets strong {
        line-height: 16px;
        display: block;
    }

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Museo";
}

.extrato-section h3 {
    color: #939598;
    font-weight: 700;
}

.extrato-section .uk-card-body {
    display: block;
    max-height: 350px;
    overflow-y: scroll;
}

.extrato-section .uk-list {
    color: #939598;
}

    .extrato-section .uk-list li {
        display: block;
        border-left: 1px solid #939598;
        padding: 10px 15px 0;
        margin: 0;
    }

        .extrato-section .uk-list li.plus {
            font-weight: 700;
        }

        .extrato-section .uk-list li::before {
            content: "";
            background: url(../images/list-before.png) no-repeat center;
            background-size: 100%;
            position: relative;
            margin: 0 0 0 -22px;
            width: 15px;
            height: 15px;
        }

        .extrato-section .uk-list li.plus::before {
            background: url(../images/list-plus-before.png) no-repeat center;
            background-size: 100%;
        }

        .extrato-section .uk-list li > div {
            margin-top: -20px;
        }

            .extrato-section .uk-list li > div > small {
                line-height: 18px;
            }

        .extrato-section .uk-list li span {
            margin-top: -24px;
        }

.cartao-periodo strong {
    color: #939598;
    margin-right: 15px;
}

.header-cartao {
    color: #939598;
    line-height: 22px;
}

    .header-cartao strong {
        font-size: 20px;
    }

    .header-cartao a {
        color: #004c8d;
        display: block;
        margin-top: 10px;
    }

    .header-cartao .saldo {
        position: absolute;
        background: #f38747;
        color: #fff;
        padding: 10px;
        box-shadow: 1px 1px 5px #666;
        margin-top: 15px;
        margin-left: -85px;
    }

.header-bemvindo strong {
    font-size: 12px;
    line-height: 16px;
}

.fa-1x {
    font-size: 1.5em !important;
}

.abre-contrato-link {
    cursor: pointer;
}

.uk-text-small {
    font-size: .775rem !important;
    font-weight: bold;
}

.uk-label {
    font-size: .575rem !important;
}
