.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;
    }
}







a {
    color: #ec6e00;
    text-decoration: none;
}

.btn {
    /*padding: 10px 25px;*/
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
}
.btn-primary {
    background-color: #ec6e00;
    border-color: #ec6e00;
    /*color: #323232;*/
    /*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;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #c45b00 !important;
    border-color: #c45b00 !important;
}
.content-wrapper {

    background-color: #efefef;

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

.icon-table {
    color: #ec6e00;
    font-size: 18px !important;
    padding-left: 20px;
}

.text-success {
    color: #28a745 !important;
}
.text-danger {
    color: #d73925 !important;
}
.btn-link {
    cursor: pointer;
    color: #ec6e00;
    padding-left: 10px !important;
}
.btn-link:focus, .btn-link:hover {
    color: #323232;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #ec6e00;
    border-color: #ec6e00;
    color: #fff;
}