.btn-block + .btn-block {
    margin-top: 3px;
}

.navbar-brand {
    padding: 3px 20px;
}

.navbar-brand > img {
    margin-top: 0px;
    height: 36px;
}


.dashboard-window {
    background: #62acec;
    width: 100%;
    padding: 20px;
    color: #FFF;
    margin: 10px 0 0 0;
}

.d-w-icon {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.d-w-text {
    width: 65%;
    float: left;
    font-size: 13px;
}

.d-w-num {
    font-size: 25px;
    color: #FFF;
    vertical-align: top;
    line-height: 100%;
}

.giant-white-icon {
    font-size: 35px;
    color: #FFF;
}

.d-w-text-old {
    font-size: 12px;
    padding: 8px 5px 8px 5px;
    color: #777;
}

.d-w-text-old a {
    color: #777;
}

.d-w-text-old a:hover {
    text-decoration: underline;
}

.chart-container {
    margin: 20px 0;
}

.table-dados {
    font-size: 12px;
}

.btn-float i {
    font-size: 6rem;
}

@media only screen and (max-width: 1380px) {
    .d-w-num {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .d-w-num {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 767px) {
    .table thead {
        display: none !important;
    } 
    
    .table tbody tr td {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        padding: 15px !important;
        text-align: left !important;
    }
    
    .table thead tr th, .table tbody tr td {
            white-space: initial !important;
    }
    
    .table tbody tr td:first-child {
        background: #f5f5f5 !important;
        border-top: 2px #4E342E solid;
    }
}


