/* global css */
/* #wpadminbar, */
#wpfooter,
#adminmenuwrap,
#adminmenuback {
   display: none;
}

#wpcontent {
   margin-left: -5% !important;
}

.cr_disable {
   pointer-events: none;
   filter: grayscale(50%);
   opacity: 0.25;
}

.cr_pointer:hover {
   cursor: pointer;
}

.decoration_red {
   color: #dc3545;
   text-decoration: underline;
   text-decoration-color: #dc3545;
}

.row-hover:hover {
   font-weight: bold; /* Adjust the font size as needed */
}

.highlighted {
   background-color: #F9F573;
   /* background-color: yellow;*/  /* Highlight the background */
   color: black;              /* Set the text color */
   font-weight: bold;         /* Make the text bold */
   padding: 2px;              /* Add some padding */
   border-radius: 3px;        /* Slightly round the corners */
}

div[data-display-istoday="1"] {
   outline: 3px solid #03344F!important;
   z-index: 2;
}
.strike{
   text-decoration: line-through;
}
.class_porcentaje_0 {
   background-color: white; /* Dark Red */
   color: white;
}

.class_porcentaje_20 {
   background-color: #e06666; /* Dark Red */
   color: white;
}

.class_porcentaje_40 {
   background-color: #ea9999; /* Dark Orange-red */
   color: white;
}

.class_porcentaje_60 {
   background-color: #ffe599; /* Dark Yellow */
   color: white;
}

.class_porcentaje_80 {
   background-color: #b6d7a8; /* Dark Yellow-green */
   color: white;
}

.class_porcentaje_100 {
   background-color: #6aa84f; /* Dark Greenish-yellow */
   color: white;
}

#print_this_div table thead {
   font-weight:bold;
   background-color:lightgray;
}

#print_this_div table td {
   padding:5px;
   border: 1px gray solid;
}

.btn_for_pdf{
   display: block;
}