html{
    height: auto;
    min-height: 100%;
}

.cssload-container {
    width: 130px;
    margin: 105px auto;
    font-size: 0;
    position: relative;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-clockwise 6.9s linear infinite;
    -o-animation: cssload-clockwise 6.9s linear infinite;
    -ms-animation: cssload-clockwise 6.9s linear infinite;
    -webkit-animation: cssload-clockwise 6.9s linear infinite;
    -moz-animation: cssload-clockwise 6.9s linear infinite;
}
.cssload-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border: 11px solid rgb(229,229,229);
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cssload-container:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border: 11px solid rgb(229,229,229);
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 35px;
    opacity: 1;
}
.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border-top: 11px solid rgba(238,46,46,0.98);
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-lt {
    margin-right: -11px;
    animation: cssload-lt 2.3s linear -2300ms infinite;
    -o-animation: cssload-lt 2.3s linear -2300ms infinite;
    -ms-animation: cssload-lt 2.3s linear -2300ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
    -moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}
.cssload-lt:before {
    top: 0;
    left: 0;
    animation: cssload-not-clockwise 1.15s linear infinite;
    -o-animation: cssload-not-clockwise 1.15s linear infinite;
    -ms-animation: cssload-not-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
    -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rt {
    animation: cssload-lt 2.3s linear -1150ms infinite;
    -o-animation: cssload-lt 2.3s linear -1150ms infinite;
    -ms-animation: cssload-lt 2.3s linear -1150ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
    -moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}
.cssload-rt:before {
    top: 0;
    right: 0;
    animation: cssload-clockwise 1.15s linear infinite;
    -o-animation: cssload-clockwise 1.15s linear infinite;
    -ms-animation: cssload-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-clockwise 1.15s linear infinite;
    -moz-animation: cssload-clockwise 1.15s linear infinite;
}

.cssload-lb {
    margin-right: -11px;
    animation: cssload-lt 2.3s linear -1725ms infinite;
    -o-animation: cssload-lt 2.3s linear -1725ms infinite;
    -ms-animation: cssload-lt 2.3s linear -1725ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
    -moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}
.cssload-lb:before {
    bottom: 0;
    left: 0;
    animation: cssload-not-clockwise 1.15s linear infinite;
    -o-animation: cssload-not-clockwise 1.15s linear infinite;
    -ms-animation: cssload-not-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
    -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rb {
    animation: cssload-lt 2.3s linear -575ms infinite;
    -o-animation: cssload-lt 2.3s linear -575ms infinite;
    -ms-animation: cssload-lt 2.3s linear -575ms infinite;
    -webkit-animation: cssload-lt 2.3s linear -575ms infinite;
    -moz-animation: cssload-lt 2.3s linear -575ms infinite;
}
.cssload-rb:before {
    bottom: 0;
    right: 0;
    animation: cssload-clockwise 1.15s linear infinite;
    -o-animation: cssload-clockwise 1.15s linear infinite;
    -ms-animation: cssload-clockwise 1.15s linear infinite;
    -webkit-animation: cssload-clockwise 1.15s linear infinite;
    -moz-animation: cssload-clockwise 1.15s linear infinite;
}

@keyframes cssload-clockwise {
    0% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(315deg);
    }
}

@-o-keyframes cssload-clockwise {
    0% {
        -o-transform: rotate(-45deg);
    }
    100% {
        -o-transform: rotate(315deg);
    }
}

@-ms-keyframes cssload-clockwise {
    0% {
        -ms-transform: rotate(-45deg);
    }
    100% {
        -ms-transform: rotate(315deg);
    }
}

@-webkit-keyframes cssload-clockwise {
    0% {
        -webkit-transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(315deg);
    }
}

@-moz-keyframes cssload-clockwise {
    0% {
        -moz-transform: rotate(-45deg);
    }
    100% {
        -moz-transform: rotate(315deg);
    }
}

@keyframes cssload-not-clockwise {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}

@-o-keyframes cssload-not-clockwise {
    0% {
        -o-transform: rotate(45deg);
    }
    100% {
        -o-transform: rotate(-315deg);
    }
}

@-ms-keyframes cssload-not-clockwise {
    0% {
        -ms-transform: rotate(45deg);
    }
    100% {
        -ms-transform: rotate(-315deg);
    }
}

@-webkit-keyframes cssload-not-clockwise {
    0% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-315deg);
    }
}

@-moz-keyframes cssload-not-clockwise {
    0% {
        -moz-transform: rotate(45deg);
    }
    100% {
        -moz-transform: rotate(-315deg);
    }
}

@keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cssload-lt {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.skin-yellow .sidebar-menu > li.header {
    color: #b6bec1;
    background: #121517;
}

.skin-yellow .main-header .navbar{
    background-color: #2c6355;
    border-bottom: solid 1px #ccc;
}
.skin-yellow .main-header .navbar .sidebar-toggle{
    color: #4c4b4b;
}

.skin-yellow .main-header .navbar .nav > li > a{
    color: #f9f9f9;
}

.border-left {
    border-left: solid 1px #c1bebe;
}

/* Tamaño de botones */
.btnFix {
    padding: 3px 5px !important;
    font-size: 12px !important;
}
/* End Tamaño de botones */

body {
    padding-right: 0 !important;
}

.scrollTable {
    display: block;
    height: 280px;
    overflow: scroll;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

div.mce-fullscreen {z-index: 1050}

body.login-page {
    background: #333333 url(../img/dennky-login.png) center top no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
}
.login-box, .register-box{
    width: 410px;
}

.login-box {
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    padding: 30px;
}

.login-box .form-group{
    max-width: 75%;
    margin: 0 auto 10px;
}

.form-control{
    background-clip:inherit;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
}

.has-feedback {
    position: relative;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.font-white {
    color: white !important;
}

.login-box .form-group input[type="text"], .login-box .form-group input[type="password"] {
    background: #d4d4d4;
    border: solid 1px #080808;
}

.login-box a{
    color: white;
    text-decoration: underline;
}

.btn {
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
}

.dropdown-menu .btn, .filter-option .btn{
    font-size: 12px;
    line-height: 10px;
    width: 98%;
}
.border-left{
    border-left: solid 1px #d6d6d6;
}
.navbar-nav{
    font-size: 0.9em;
}

.navbar-nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-tjh{
    background-color: #efa925;
    border-color: #d79313;
}

.main-header .logo{
    padding-top: 5px;
    text-align: left;
}

.logo-mini img{
    max-height: 32px;
    padding-left: 8px;
}

.logo-lg img{
    max-height: 30px;
}

table.table thead td, table.table thead th, table.table tbody td, table.table tfoot td{
    font-size: 14px;
    padding: 4px;
}

table.table tbody td .btn{
    line-height: 1;
    padding: 2px 5px;
    font-size: 14px;
}
table.table tbody td .btn i{
    font-size: 14px;
}

table.table tbody td .btn-link{
    font-size: 14px;
}

table.table tbody td .btn-link i{
    font-size: 11px;
    padding-right: 4px;
}

table.table .badge{
    font-weight: normal;
    border-radius: 4px;
    padding: 3px 8px;
}

.box-graph{
    border: solid 1px #e8e2cd;
    background: #fffcf0;
    padding: 20px;
}

.box-graph h3{
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    color: #cc871b;
    text-align: center;
}

.box-graph .col-md-6{
    padding: 0 !important;
}

.box-graph .table.table-bordered{
    border:1px solid #576267;
}

.box-graph .table tbody td{
    background: #ffffff;
    border:1px solid #bdbdbd;
}

.box-graph .table thead td{
    border:1px solid #576267;
    padding: 4px 12px;
}

.mt-2{
    margin-top: 2rem !important;
}

.badge.badge-custom{
    min-width: 80px;
    font-size: 14px;
}

.panel-primary{
    border-color: #444342;
}

.panel-primary>.panel-heading{
    background: #e08e0b;
    border-color: #e08e0b;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #f39c12;
    border-color: #c38624;
}

.progress-fix {
    height: 28px;
}

.progress {
    margin-bottom: 15px;
}

.progress-bar {
    height: 20px;
}

.login-logo img{
    max-height: 140px;
}

.pleft20{
    padding-left: 20px !important;
}

.col-lg-3 {
    width: 20% !important;
}