
.cebra[data-v-8a3e1f56] table thead th {
  background-color: #388fc2 !important;
  color: white !important;
  font-weight: bold !important;
  white-space: nowrap;
}
.cebra[data-v-8a3e1f56] table tbody tr:nth-child(odd) {
  background-color: #f0f0f0 !important;
}
.cebra[data-v-8a3e1f56] table tbody tr:nth-child(even) {
  background-color: #e0e0e0 !important;
}
.cebra[data-v-8a3e1f56] table tbody tr:hover {
  background-color: #c0c0c0 !important;
}
.text-lg[data-v-8a3e1f56] {
  font-size: 1.05rem;
  line-height: 1.6;
}

.calendarioempleado[data-v-015e787c] .fc.fc .fc-button:focus.fc-button:focus {
  box-shadow: none;
}
.fcsmall .calendarioempleado[data-v-015e787c] .fc.fc  {
  width: 70vw;
}
.calendarioempleado[data-v-015e787c]  .fc.fc  {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.87);
  max-width: 90vw;
  text-transform: capitalize;
}

/* Header */
.calendarioempleado[data-v-015e787c] .fc.fc .fc-toolbar  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-toolbar h2  {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-button  {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 4px;
  text-transform: capitalize;
  transition: background-color 0.3s;
  color: rgb(var(--v-theme-on-primary));
  background-color: rgb(var(--v-theme-primary));
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-button:hover  {
  background-color: rgb(var(--v-theme-primary-darken, var(--v-theme-primary)));
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-button.fc-button-active  {
  background-color: rgb(var(--v-theme-secondary));
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-button-disabled  {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Events */
.calendarioempleado[data-v-015e787c] .fc.fc .fc-event  {
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 4px;
  /*background-color: rgb(var(--v-theme-secondary));*/
  color: rgb(var(--v-theme-on-secondary));
  cursor: pointer;
  transition: transform 0.2s;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-daygrid-event  {
  white-space: normal;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-dayGridMonth-view .fc-event:hover  {
  transform: scale(1.05);
}

/* Day and Time Grid */
.calendarioempleado[data-v-015e787c] .fc.fc .fc-daygrid-day  {
  padding: 12px;
  /*border: 1px solid rgba(var(--v-theme-surface-lighten), 0.3);*/
  transition: background-color 0.3s;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-daygrid-day:hover  {
  background-color: rgba(var(--v-theme-surface-darken, 0, 0, 0), 0.1);
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-day-today  {
  background-color: rgba(var(--v-theme-primary-lighten, var(--v-theme-primary)), 0.3);
  color: rgb(var(--v-theme-on-primary));
}

/* Popup Event Details */
.calendarioempleado[data-v-015e787c] .fc.fc .fc-popover  {
  border-radius: 8px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);*/
  background-color: rgb(var(--v-theme-surface));
  color: rgb(var(--v-theme-on-surface));
  padding: 16px;
}

/* Responsive */
@media (max-width: 600px) {
.calendarioempleado[data-v-015e787c] .fc.fc .fc-toolbar  {
    flex-direction: column;
    align-items: flex-start;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-button  {
    margin-bottom: 8px;
}
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-col-header-cell  {
  border-bottom: none;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-button .fc-icon.fc-icon  {
  font-size: 1em;
  vertical-align: initial !important;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-daygrid-event .fc-event-title  {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-daygrid-event:hover .fc-event-title.fc-event-title {
  width: auto;
  overflow: visible;
}
.calendarioempleado[data-v-015e787c] .fc.fc .fc-daygrid-block-event:hover .fc-event-title {
  white-space: initial;
}
.calendarioempleado[data-v-015e787c] a.cronograma {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  height: 28px !important;
  line-height: 16px !important;
  border-radius: 14px !important;
  border-color: #a43;
  position: absolute !important;
  bottom: -2px !important;
  right: 30px !important;
}
.calendarioempleado[data-v-015e787c] a.boton_novedad {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 16px !important;
  border-radius: 14px !important;
  box-shadow: 3px 3px 5px 1px rgba(13, 13, 13, .2) !important;
  background-color: #fff !important;
  position: absolute !important;
  bottom: 0 !important;
  font-family: "Font Awesome";
}
.calendarioempleado[data-v-015e787c] .boton_novedad a {
  width: 20px !important;
  height: 20px !important;
  padding: 1px 6px;
  border-radius: 10px !important;
  box-shadow: 3px 3px 5px 1px rgba(13, 13, 13, .2) !important;
  background-color: #fff !important;
  font-family: "Font Awesome";
  display: block;
}
.calendarioempleado[data-v-015e787c] a.boton_novedad * {
  color: #444 !important;
  font-size: 12px!important;
}
.calendarioempleado[data-v-015e787c] .boton_novedad .fc-list-event-time {
    display: none;
}
.calendarioempleado[data-v-015e787c] .boton_novedad .fc-list-event-graphic {
    display: none;
}

.inactivo .v-card-text[data-v-73be4f43]::before {
  position: relative;
  content: "INACTIVO";
  color: red;
  transform: rotate(45deg);
  display: block;
  height: 20px;
  z-index: 10000;
  position: absolute;
  font-size: 100px;
  top: 185px;
  left: 100;
}
.code[data-v-73be4f43] {
  background-color: rgb(var(--v-theme-code));
}
.label[data-v-73be4f43] {
  font-weight: bold;
}
.label[data-v-73be4f43]::after {
  content: ':'
}
.foto[data-v-73be4f43] {
  border-style: none;
  border: 1px solid;
  border-radius: 4px;
  border-color: lightgrey;
}
.logompf[data-v-73be4f43] {
  width: 100px;
  vertical-align: middle;
  margin-right: 10px;
}
.texto-mpf[data-v-73be4f43] {
  vertical-align: middle;
}
.text-body-1[data-v-73be4f43] {
  margin-bottom: 4px;
}
.section[data-v-73be4f43] {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.section-light[data-v-73be4f43] {
  background-color: #f5f5f5;
  /* Gris claro */
}
.section-dark[data-v-73be4f43] {
  background-color: #e0e0e0;
}

.cebra[data-v-64b3d419] table thead th {
    background-color: #388fc2 !important;
    color: white !important;
    font-weight: bold !important;
    white-space: nowrap;
}
.cebra[data-v-64b3d419] table tbody tr:nth-child(odd) {
    background-color: #f0f0f0 !important;
}
.cebra[data-v-64b3d419] table tbody tr:nth-child(even) {
    background-color: #e0e0e0 !important;
}
.cebra[data-v-64b3d419] table tbody tr:hover {
    background-color: #c0c0c0 !important;
}
.text-lg[data-v-64b3d419] {
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Estilo para la fila seleccionada */
.selected-row[data-v-42680128] {
    background-color: #f5f5f5;
    /* Color de fondo al seleccionar la fila */
    cursor: pointer;
    /* Añadir cursor pointer para indicar que se puede hacer clic */
}

.data-table-container[data-v-42680128] {
    max-width: 1200px;
    /* Ajusta el ancho máximo según sea necesario */
    margin: 0 auto;
    /* Centra horizontalmente */
    padding: 16px;
    /* Opcional: agrega espacio alrededor */
}
.clickable-title[data-v-42680128] {
    cursor: pointer;
    /* Estilo para indicar que el título es clickeable */
}

video {
    height: 70vh;
    max-width: 60vw;
    margin-top: 10px;
}
@media (max-width: 800px) {
.documentos-formulario {
        width: 100%;
        font-size: 1rem;
        padding: 0%;
        padding-top: 0px;
}
.video {
        object-fit: cover; 
        max-width: 500px;
        margin-top: 10px;
}
}
@media (max-width: 500px) {
.documentos-formulario {
        width: 100%;
        font-size: 1rem;
}
.video {
        object-fit: cover; 
        max-width: 400px;
        margin-top: 10px;
}
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}
.tabla_licencias {
    max-width: 100vw;
    max-height: calc(100vh - 200px);
    min-height: calc(80vh - 200px);
    overflow: auto;
    justify-content: center;
}

.cebra[data-v-f6e88802] table thead th {
  background-color: #388fc2 !important;
  color: white !important;
  font-weight: bold !important;
  white-space: nowrap;
}
.cebra[data-v-f6e88802] table tbody tr:nth-child(odd) {
  background-color: #f0f0f0 !important;
}
.cebra[data-v-f6e88802] table tbody tr:nth-child(even) {
  background-color: #e0e0e0 !important;
}
.cebra[data-v-f6e88802] table tbody tr:hover {
  background-color: #c0c0c0 !important;
}
.text-lg[data-v-f6e88802] {
  font-size: 1.05rem;
  line-height: 1.6;
}
.titulo-anexos[data-v-f6e88802] {
  min-height: 36px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 14px; /* opcional */
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}
.tabla_reclamos {
  max-width: 100vw;
  max-height: calc(100vh - 200px);
  min-height: calc(80vh - 200px);
  overflow: auto;
  justify-content: center;
}

.vistappal[data-v-3b31b5c7] {
  z-index: 1;
}
.v-main[data-v-3b31b5c7] {
  flex-grow: 1;
}
.vtoolbar[data-v-3b31b5c7] {
  color: #fbfcfa;
  background-color: #3b49a7;
}
.titulo_tab[data-v-3b31b5c7] {
  font-size: 1.6rem;
  background-color: lightblue;
}
html[data-v-3b31b5c7],
body[data-v-3b31b5c7],
#inspire[data-v-3b31b5c7] {
  height: 100vh;
}
#notificaciones[data-v-3b31b5c7] {
  position: absolute;
  bottom: 7px;
  left: 65%;
  background: red;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 2px;
}
@media (max-width: 800px) {
.titulo_tab[data-v-3b31b5c7] {
    font-size: 1.2rem;
    background-color: lightblue;
}
.font-size[data-v-3b31b5c7] {
    font-size: 1rem;
    white-space: normal;
    word-break: break-word;
}
}
@media (max-width: 400px) {
.titulo_tab[data-v-3b31b5c7] {
    font-size: 1.2rem;
    background-color: lightblue;
    padding: 4px;
}
.font-size[data-v-3b31b5c7] {
    font-size: 0.9rem;
    white-space: normal;
    word-break: break-word;
}
}
