h5 {
    color: #FD8C0C;
}
.spineer::before{
    border-color: #FD8C0C #FD8C0C;
}

.spineer::after{
    background-color: #FF8300;;
}

.topbar .topbar-left {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background: linear-gradient(to right, #ffffff, #ffffff);
}

.side-menu {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background: linear-gradient(to right, #ffffff, #ffffff);
}

.side-menu .waves-effect .waves-ripple {
    background-color: #FD8C0C;
    
}

#sidebar-menu > ul > li > a {
    color: #3E3E3E;
    border: 1px solid #FD8C0C;  
    border-radius: 4px;
    margin-bottom: 8px;  
}

#sidebar-menu > ul > li > a.active {
    background-color: #FD8C0C;
}

#sidebar-menu > ul > li {
    padding: 0px 15px 10px;
}

.submenu li a {
    color: #3E3E3E;
}

.submenu li a:hover {
    color: #FD8C0C;
}
  
.submenu > li > a {
    padding-left: 30px;
}
  
.submenu li.active > a {
    color: #FD8C0C;
}
  
.subsubmenu li> a {
    color: #3E3E3E;
    padding-left: 50px;
}
  
.subsubmenu li.active > a {
    color: #3E3E3E;
    padding-left: 50px;
    font-weight: bold;
}
.enlarged #wrapper #sidebar-menu ul ul {
    margin-top: -8px;
    padding-top: 5px;
    background-color: #ffffff;
}
  
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 10px 10px 10px;
}
  
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover{
    color: #3E3E3E !important;
    background-color: #FD8C0C;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
    color: #3E3E3E !important;
}
  
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
    background-color: #ffffff;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
    color: #3E3E3E !important;
    background-color: #ffffff;
}
  
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
    color: #FD8C0C;
}
.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
    color: #FD8C0C;
}
.footer{
    background-color: #828282;
    color: #FFFFFF;
}
.table{
    border-collapse: separate; 
    border-radius: 15px; 
    overflow: hidden; 
    border-spacing: 0; 
}
.table th {
    background-color: #ff8300;
    color: #FFFFFF;
}
.table td {
    background-color: #f6ebd7; 
    text-transform: uppercase;
}
.table td a{
    text-transform: none; 
  
}
.text-banco {
    font-family: 'Open Sans', sans-serif;
    color: #FD8C0C;
    font-weight: bold;
}

.text-orange {
    color: #FD8C0C;
}
.btn-warning {
    background-color: #FD8C0C;
    border: 1px solid #FD8C0C;
}

.elearning-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.estado-success{
    color: #ffffff;
    background-color: #5CB85C;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 8px; 
    padding: 5px 2px;
    display: inline-block;
}

.estado-wait{
    color: #ffffff;
    background-color: #f0ad4e;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 8px; 
    padding: 5px 2px;
    display: inline-block;
}
.page-item.active .page-link {
    background-color: #FD8C0C;
    border-color: #FD8C0C;
  }
.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    justify-content: space-between; 
    align-items: center;
}
.actions a {
    flex: 1 1 auto; 
    text-align: center; 
}
.fc-day-number {
    color: #FD8C0C; /* Cambia al color deseado */
}

.fc-state-default{
    color: #3E3E3E; 
    border: none; 
}
.fc-state-active, .fc-state-disabled{
    background-color: #FD8C0C; 
    color: #FFFFFF;
    border: none; 
}


.fc-button-active {
    background-color: #FD8C0C; /* Cambia al color de fondo activo */
    color: #ffffff;
}
.btn-orange{
    background-color: #FD8C0C;
}
.btn-excel{
    background-color: #499121;
    color: #ffffff;
}
.btn-change{
    background-color: #819121;
    color: #ffffff;
}
.bg-orange{
    background-color: #FD8C0C;
}
.adecuado{
    background-color: #00F200 !important;
}
.fuerte{
    background-color: #00AF00 !important;
}
.critico{
    background-color: #FF0000 !important;
}
.insuficiente{
    background-color: #FFFF00 !important;
}


.custom-header-bg {
    background-color: #FD8C0C; 
   
}
