.card {
    position: relative;
    background-color: #fff;
    margin-bottom: 1.25rem;
    border: 1px solid #edf2f9;
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.header-blue{
    background: #00bfe4;
}

.header-blue h4{
    color: #fff;
}

.jaFeito{
    background: #f7f7f7;
}

.jaFeito .btn-primary{
    background: #828282;
}
    .jaFeito .header-blue{
        background: #828282;
    }

.btn-primary {
    background-color: #00748b;
    border-color: #00748b;
    color: #fff;
}


.form-group {
    margin-bottom: 14px;
}
label {
    margin-bottom: 0.2rem;
}

.logo-dark {
    text-align: center;
    margin: 0 auto;
}

.Menusaldo {
    margin-top: 20px;
    display: block;
}
.MenusaldoTitulo {
    font-weight: 300;
    font-size: 14px;
    display: block;
    line-height: 1.1;
}
.MenusaldoVal {
    font-weight: 500;
    font-size: 22px;
    color: #009F79;
    line-height: 1.1;
}

.MenusaldoTotalCliques{
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
}

@media only screen and (max-width: 767px){
    .Menusaldo {
        margin-top: 15px;
        margin-right: 15px;
        float: right;
    }
         
}
@media only screen and (min-width: 768px){
    .header {
        display: none;
    }
}

.side-nav {
    width: 280px;
    background-color: #fff;
    z-index: 1000;
    top: 0;
    padding-top: 20px;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.page-container .main-content {
    padding: calc(20px + 25px) 25px 25px;
    min-height: calc(100vh - 70px);
 }


@media only screen and (min-width: 992px) and (max-width: 1440px){
    .side-nav {
        width: 230px;
    }

}

@media only screen and (max-width: 767px){
    .page-container .main-content { 
        margin-top: 40px;
    }
    .header .nav-left {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px;
        align-items: center;
        margin-top: 15px;
    }
        .header .nav-left li>a {
            padding: 5px 15px;
            font-size: 20px;
            color: #53535f;
            display: block;
            transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            -ms-transition: background-color 0.3s;
            border-radius: 0.25rem;
        }
        .menuSaldoDesktop{
            display: none;
        }
}