.login-page {
    /*background: #ec6e00;*/
}
.main-header {
    max-height: 125px;
}
.main-header .logo {
    height: 75px;
}
.logo img {
    max-width: 164px;
    padding-top: 7.5px;
}
.login-box .logo img {
    max-width: 215px;
}













/* Apariencia de grises independientemente de skin */

body .main-header .navbar {
    background-color: #2c3b41 !important;
}
body .main-header .navbar .sidebar-toggle:hover {
    background-color: #222d32 !important;
}
.main-header .logo {
    font-size: 18px !important;

    background-color: #222d32 !important;
    color: #fff !important;
    border-bottom: 1px solid #4b545c !important;
}


@media (min-width: 768px) {
      
    .main-header .navbar {
        min-height: 75px;
    }
    .main-sidebar {
        padding-top: 100px;
    }
    body .main-header .navbar .sidebar-toggle {
        font-size: 24px;
        padding: 20px !important;
    }
    body .main-header .navbar .nav > li > a {
        padding-top: 20px;
        line-height: 40px;
    }
    .navbar-nav > .user-menu .user-image {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 125px;
    }
}







.btn {
    /*padding: 10px 25px;*/
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
}

.dt-buttons .btn {
    font-size: 12px !important;
}

.btn-on-table {
    padding: 6px 12px !important;
    font-size: 14px !important;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.content-wrapper {

    background-color: #efefef;

}
.content-header {
    position: relative;
    padding: 30px 15px 40px;
}



.text-success {
    color: #28a745 !important;
}
.text-danger {
    color: #d73925 !important;
}

