﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html, body {
    
    margin: 0;
}
.barratop {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: black !important;
    color: white;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 !important; /* Elimina cualquier borde redondeado */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.usermenu {
    color:white!important; 
    font-size:14px;
    margin-right:10px;
}

    .barratop:hover {
        background-color: #333 !important;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    }

body {

    min-height: 100vh!important;

}

.contenedor {
    flex: 1;
    min-height:100vh!important;
}


footer {
    padding-top: 30px;
}

    footer a {
        text-decoration: none;
        color: #fff;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer p {
        line-height: 1.8;
    }

    footer .bg-secondary {
        background-color: #343a40 !important; /* Color oscuro pero diferente del fondo principal */
    }

    footer .container {
        border-top: 1px solid #555;
        padding-top: 20px;
        bottom:0px;
    }

    .espacio{
        margin:5px 5px 5px 5px;
    }
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
   
}
.a.navbar-brand:hover 
{
 background-color:#01A982;

}
/* Provide sufficient contrast against white background */
a {
      color:black!important;
      text-decoration: none;

}

.circulo {
    background-color: #bbb;
    border-radius: 50%;
    padding: 1px;

}



.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/*Nav Link Activo*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #874f81; /* Fallback color */
    background-image: linear-gradient(to right, #874f81, #cccccc);
    border-color: #cccccc;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
  margin-top :10px!important;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;

}


/*CSS DYNDAT*/
.menuz {
    color: #e5e5e5;
    font-family: Verdana 12px;
    font-weight: 200;
    display: block;
    color:black !important;
    padding: 8px 8px;
    text-decoration: none;
  /*  background-color: #1e1e1e !important;*/
}
.menutop {
    font-weight: 500;
    color: white !important;
    text-decoration: none;
    padding: 5px 5px 5px 5px; 
    margin-left:10px;
    font-size:18px!important;
   
}

.menuvtop {
    margin: 1px auto auto auto;
    background-color: #f7f7f7;
}

.menumini {
  padding: 10px;
  margin: 5px 5px 5px 5px;
}



.menuadmin {
 margin:5px 5px 5px 5px; 
}
.menumargen{
    margin-top:10px;
}
.menuadmincn {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    margin: 10px 10px 10px 10px;
}
    .menuadmincn:hover {
        background-color: #01A982;
        text-decoration: none !important;
        color: white !important;
    }

/* Mover contenido del menu*/
.caberacontmn {
    margin-left: 0px 5px 5px 10px  !important;
}

.contenedor {
    width: 96% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 550px;
    padding: 2px !important;
    margin-bottom: 10px !important;
  }
.contenedorlogin {
   
    width: 98% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 550px;
    padding: 5px !important;
    margin-top :80px;
    margin-bottom: 100px !important;
}

.contenido {
    min-height:150vh!important;
}

.menuimg{
  padding:5px;

}
.noticonos {
    width: 32px;
    padding: 5px;
    margin: auto;
}
.noticonos64 {
    width: 110px;
    padding: 1px;
    margin: 2px 2px 2px 2px;
}
.iconos{
    width:24px;
    height:24px;
    padding :2px;
}
.icobox {
    background-color: #d2d1d1;
    padding: 5px;
    margin: 4px;
    border: dotted 1px;
}
.itemselect {
    background-color: #8d96be;
    color: #fff;
    padding:2px;
}


/*Alineacion de texto*/
.alineatop {
    vertical-align: top;
}

.alineaderecha {
    text-align: right;
}

.alineaizquierda {
    text-align: left !important;
    
}

.alineacentro {
    margin-left: auto;
    margin-right: auto;
}

.alineabajo {
    vertical-align: bottom;
}

.alineacontent {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.imgcentro {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.fmcool {
    padding: 6px;
    margin: 10px 5px 10px 5px;
    background-color: #f7f7f7;
    z-index: +25;
   
}

.fmform {
    padding: 15px;
    margin: 10px 5px 10px 5px;
    background-color: #f9f9f9;
    z-index: +25 !important;
    border: dotted 1px;
    border-color: #1861ac;
    border-radius: 5px 5px 5px 5px;
}
.fmformwhite {
    padding: 10px;
    margin: 10px 5px 10px 5px;
    background-color: #fff;
    z-index: +25 !important;
    border: dotted 1px;
    border-color: #1861ac;
    border-radius: 5px 5px 5px 5px;
}
.fmformright{
    padding: 10px;
    margin: 10px 5px 10px 5px;
    background-color: #fff;
    z-index: +25 !important;
    border: dotted 1px;
    border-color: #1861ac;
    border-right :2px;
    border-top :0px;
    border-bottom:0px;
    border-left:0px;
}



.fmcoolwhite {
    padding: 10px;
    margin: 10px 5px 10px 5px;
    background-color: white;
    z-index: +25 !important;
}
.fmcoolright {
    background-color: white;
    z-index: +25 !important;
    border-left : dotted 1px;
    border-color: #1861ac;
}

.fmcooltrans {
    padding: 1px;
    margin: 5px 5px 5px 5px;
}
.fmmenuh {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px;
}
.fmmodheadpurple {
    padding: 15px !important;
    background-color: #381375;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100% !important;



}
.fmmodhead {
    padding: 15px !important;
    background-color: #222222;
    font-weight: bold;
    text-align: left;
    width: 100% !important;
    color: white;
}
.fmmodheadtm {
    padding: 15px !important;
    background-color:#ab3a74;
    font-weight: bold;
    text-align: left;
    width: 100% !important;
    color: white;
}


.fmmodheadblue {
    padding: 10px !important;
    background-color: #00739d;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100% !important;
}

.fmmodheadhp {
    padding: 10px !important;
    background-color: #0d1947;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100% !important;
}
.fmmodheadhpe {
    padding: 15px !important;
    background-color: #6d7392;
    font-weight: bold;
    text-align: left;
    width: 100% !important;
    color: black;
}
.fmmodheadhpegreen {
    padding: 15px !important;
    background-color: #01A982;
    font-weight: bold;
    text-align: left;
    width: 100% !important;
    color: white;
}
.hpe {
    background-color: #01A982;
}
.tm {
    background-color: #ab3a74;
}
.menuright {
  align-content:center!important;
}

.panelmsg {
    min-height: 160px;
    width: 350px;
    padding: 10px;
    border: dashed 1px #ff6a00;
    padding: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: +25;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.75);
    word-wrap: break-word;
    overflow:auto;
    margin-top:100px;
}

.gridform {
    padding: 10px;
    margin: 5px;
    border-right:groove 1px;
    margin-right :10PX;
}
.gridformdata {
    padding: 10px;
    margin: 5px;
    margin-left:2PX;
}

.gridheadhpe {
    padding: 10px;
    margin:auto auto auto auto;
    background-color: #01A982;
    font-weight: bold;
    text-align: left;
    color: white;
    width:100%!important;
}
.gridhead {
    padding: 10px;
    margin: 5px;
    background-color: #1b6ec2;
    font-weight: bold;
    text-align: left;
    color: white;
 
}
/* Encabezado de la tabla */
.gridheadbl {
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: left;
    border: 1px solid #444;
    border-bottom: 3px solid #01A994; /* acento de color */
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Filas */
.gridrowcl {
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-top: none; /* evita bordes dobles con el encabezado */
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

    /* Zebra */
    .gridrowcl:nth-child(even) {
        background-color: #fafafa;
    }

    /* Hover */
    .gridrowcl:hover {
        background-color: #01A994;
        color: #fff;
        border-color: #01937C;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }





.gridclean {
    padding: 10px;
    margin: 5px;
    border-bottom: 1px dotted #6c6c6c;
    border-right: 1px dotted #6c6c6c;
    border-left: 1px dotted #6c6c6c;
}
    
.gridrowx {
    padding: 10px;
    margin: 5px;
    border: 1px dotted #6c6c6c;
}
   .gridrowx:hover {
        background-color: #8d96be;
        color: #fff;
    }

.gridrowcol {
    border: 1px dotted #6c6c6c;
}


.gridrow {
    padding: 10px;
    margin: 5px;
    border-bottom: 1px dotted #6c6c6c;
}
   .gridrow:hover {
    background-color: #01A982;
   color :#fff;
    }

 .gridrowselect {
    padding: 10px;
    margin: 5px;
    background-color :#60ac9a;
    color:white;
}

.overrow {
    padding: 10px;
    margin: 5px;
    border-bottom: 1px dotted #6c6c6c;
}

    .overrow:hover {
        background-color: #a78ea6;
        color: black!important;
    }

.overrowselect {
    padding: 10px;
    margin: 5px;
    background-color: #60ac9a;
    color: black!important;
}


.gridrowsm {
    padding: 2px;
    margin: 2px;
    border-bottom: 1px dotted #6c6c6c;
}

    .gridrowsm:hover {
        background-color: #8d96be;
        color: #fff;
    }

.gridrowov {
    padding: 10px;
    margin: 5px;
    border:none;
}

    .gridrowov:hover {
        background-color: #8d96be;
        color: #fff;
    }
.barraleft{
border-left:solid 1px;
color:#381375;
padding:5px;
margin-right:5px;
}
.barraright {
    border-right: solid 1px;
    color: #381375;
    padding: 5px;
    margin-left: 5px;
}

.barrabot {
    border-bottom: solid 1px;
    color: #381375;
    padding: 5px;
    margin-bottom: 5px;
  
}
.barra {
    background-color: #fceec9;
    padding: 2px;
    margin: 5px 5px 5px 5px;
}

.contenidof {

}



.tbhe {
    min-width:60%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  
}

.tbher {
    padding: 5px !important;
    color: inherit;
    font-family: inherit;
    font-size: var(--inputFontSize);
    font-weight: inherit;
    line-height: var(--inputLineHeight);
    border: solid 1px;
    border-color: #d0d0d0 !important;
    transition: box-shadow var(--transitionDuration);
    margin: 5px 5px 1px 20px !important;
    background-color: white !important;
}
.listof{
    height:500px;
    overflow :auto ;
}
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background: #381375;
    border-radius: 0px
}
.dvscroll{
    overflow:auto;
    height:480px;

}
.hrdyndat {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px dotted #6c6c6c;
}
.fmcontrol
{
    padding:5px;
    height:40px;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #f4eeff;
    border-bottom: 2px solid #424874;
}


.thumb-post img {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 250px;
    margin-bottom: 1rem;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--black-025);
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
    height: 50px;
    box-sizing: border-box;
}

    .top-bar._fixed {
        position: fixed;
        min-width: auto;
        box-shadow: var(--bs-sm);
    }

.fancybox-slide--iframe .fancybox-content {
    width: 400px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}
.tbher {
    padding: 5px !important;
    color: inherit;
    font-family: inherit;
    font-size: var(--inputFontSize);
    font-weight: inherit;
    line-height: var(--inputLineHeight);
    border: solid 1px;
    border-color: #d0d0d0 !important;
    transition: box-shadow var(--transitionDuration);
    margin: 5px 5px 1px 20px !important;
    background-color: white !important;
}

.listof {
    height: 500px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background: #381375;
    border-radius: 0px
}

.dvscroll {
    overflow: auto;
    height: 480px;
}

.dvscrollps {
    overflow: auto;
    height: 250px;
}
.hrdyndat {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-bottom: 1px dotted #6c6c6c;
}

.fmcontrol {
    padding: 5px;
    height: 40px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #01A982;
    border-bottom: 2px solid #424874;
}


.usrlabel {
    font-family: Verdana;
    font-size: 12px !important;
}

.usrbox {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    padding: 2px;
    z-index: +25 !important;
    border-bottom: dotted 1px;
    border-bottom-color: blueviolet;
}

/*Checkbox*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #01A982;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Fin checkbox*/

/* quitar que el background del Modal..*/
.modal-backdrop {
    background-color: transparent;

}

.thumb-post img {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 250px;
    margin-bottom: 1rem;

}
.ddhe {
    padding: 2px !important;
    color: inherit;
    font-family: inherit;
    font-size: var(--inputFontSize);
    font-weight: inherit;
    line-height: var(--inputLineHeight);
    border: solid 1px;
    border-color: #d0d0d0 !important;
    transition: box-shadow var(--transitionDuration);
    height: 35px;
    margin: 5px 5px 5px 5px !important;
    background-color: white !important;
}
#calendar td {
    vertical-align: middle !important;
    border: 1px dotted #9c9fac;

}

.fc {
    text-align: center !important;
}

    .fc td {
        padding: 0;
        vertical-align: middle !important;
        
    }
    .calshow{
        margin:30px 20px 20px 20px!important;
        padding:10px;

    }
  
 .tabla{
     width :98%!important;

 }
 .etiquetas{
     color:black;
     font-family:Verdana 40px!important;
 }

thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
}
.separador{
    border-right :dotted 1px ;
    border-color : #381375;
    

}


.hoveref {
       margin: 5px;
 }
    .hoveref:hover {
        background-color: #8d96be;
        color: #fff;
       
    }
.menufloatr {
    position: fixed ;
    margin-top: 200px;
    padding: 10px;
    margin: 10px 5px 10px 5px;
    background-color: #f9f9f9;
    z-index: +10 !important;
    border: dotted 2px;
    border-color: #dd6060;

}
.vueltas {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
   
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.item {
    position: relative;
    /*padding-top: 20px;*/
    display: inline-block;
}

.notify-badge {
    position: absolute;
    right: -7px;
    top: -5px;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 2px 5px;
    z-index: 100 ;
}
.photobox {
    margin-top :1px;
     width :400px!important;
     height:300px!important;   
     background:black;
     padding:2px;
}


.progress {
    width: 350px !important;
    background-color: antiquewhite;
    height: 30px !important;
    border-radius: 2px!important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset!important;
}

    .progress:before {
        content: attr(data-label);
        font-size: 0.8em;
        position: absolute;
        text-align: center;
        top: 5px;
        left: 0;
        right: 0;
    }

    .progress.value {
        background-color: #381375;
        display: inline-block;
        height: 100%;
    }
/*monitoreo*/
.fmmon {
    width: 210px;
    height: 120px;
}
.fmover {

    overflow: auto;
    height:450px;

}
.fmmondesk {
    height: 30px;
    overflow: auto;
}
.btnclear {
    border: 0 none;
    height: 25px;
    background:none;
  
}
.formfloat {
    position: fixed;
    top: 55%;
    margin-top: -280px; /* minus half the height */
    margin-left: 30%;
    margin-right: 50%;
    z-index: 100 !important;
}
.formfloat1 {
    position: fixed;
    top: 55%;
    margin-top: -280px; /* minus half the height */
    margin-left: 5%;
    margin-right: auto;
    z-index: 100 !important;
}
.formfloat2 {
    position: fixed;
    top: 40%;
    margin-top: -280px; /* minus half the height */
    margin-left: 30%;
    margin-right: auto;
    z-index: 100 !important;
}
.dropbtn {

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: dotted 1px;
    border-color: #1861ac;
    padding:20px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        margin-top:20px;
        
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
   
}
.btnimg {
    background-image: url(../icons/like.png);
    width:32px;
    height:32px;
}
input:focus {
    background-color: #d4ef83 !important;
}
textarea :focus {
    background-color: #d4ef83 !important;
}
.playlist {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-bottom: 4px dotted #00ff21;

}

/*slide*/

.sidebar {
    /*position: fixed;*/
    padding: 5px;
    width: 150px;
    margin: 10px 5px 10px 5px;
    z-index: +25 !important;
    border: dotted 1px;
    border-color: #1861ac;
    border-radius: 5px 5px 5px 5px;
    min-height: 500px;
    /*overflow: auto;*/
    background-color: #F7F7F7;
    margin-right: 50px !important;
    color: white;
}

    .sidebar a {
        display: block;
        color: black;
        padding: 5px;
        text-decoration: none;
    }

        .sidebar a.active {
            background-color: #04AA6D;
            color: white;
        }

        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }
/*
div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}*/

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}
.lefticons {
    background-color: #1e1e1e;
    width: 100% !important;
    padding: 5px !important;
    border-radius: 5px 5px 0px 0px;
}
.piebanner {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    padding: 2px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}
.iconhpen {
    font-size: 32px;
    color: #01A982;
   
}
.iconhpen32 {
    font-size: 32px;
    color: #01A982;
}
.iconemo32 {
    font-size: 32px;
    color: #381375;
}
.iconhpen150 {
   font-size: 150px;
    color: #01A982;
}
.iconhpenred {
    font-size: 24px;
    color: #f40d0d;
}

.iconhpen24 {
    font-size: 24px;
    color: #01A982;
}
.iconhpen64 {
    font-size: 64px;
    color: #01A982;
}
.iconhpenbl64 {
    font-size: 64px;
    color: #ffd800;
}
.iconblack64 {
    font-size: 64px;
    color: black;
}
.iconinside {
    display: block;
}
.icblack24 {
    font-size: 24px;
    color: black;
}
.icblack48 {
    font-size: 48px;
    color: black;
}
.icblack32 {
    font-size: 32px;
    color: black;
}
.icorange24 {
    font-size: 24px;
    color:#e48c0e;
}
.icorange48 {
    font-size: 48px;
    color: #e48c0e;
}
.icletra {
   font-size:18px;
}
.icpurple32 {
    font-size: 32px;
    color: #960e9d;
}
.icpurple24 {
    font-size: 24px;
    color: #960e9d;
}
.iconhpen64w {
    font-size: 64px;
    color: #01A982;
}
.iconhpen48 {
    font-size: 64px;
    color: #01A982;
}
.icaruba {
    font-size: 32px;
    color: #01A982;

}
.icaruba24 {
    font-size: 24px;
    color: #01A982;
}
.icaruba32 {
    font-size: 32px;
    color: #fff;
}
.icnegro {
    font-size: 32px;
    color: black;
}
.icmorado {
    font-size: 32px;
    color: #381375;
}
.icmorado24 {
    font-size: 24px;
    color: #381375;
}
.icverde {
    font-size: 32px;
    color: #286250;
}
.icverde {
    font-size: 24px;
    color: #286250;
}
.icamarillo {
    font-size: 32px;
    color: #dbba1a;
}
.icgris {
    font-size: 32px;
    color: #6c6c6c;
}
.icgris24 {
    font-size: 32px;
    color: #6c6c6c;
}
.icverde24 {
    font-size: 32px;
    color: #51c20a;
}
.icrojo24 {
    font-size: 24px;
    color: rgb(249, 1, 1, 0.75);
}
.icrojo32 {
    font-size: 32px;
    color: rgb(249, 1, 1, 0.75);
}
.icgrabar {
    font-size: 48px;
    color: #01A982;
}
.icgrabando {
    font-size:48px;
    color: #e30707;
}







.msgtexto {
    font-size: 18px;
}
.preview {
    position: fixed;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin: 10px 5px 10px 5px;
    background-color: #fff;
    z-index: +25 !important;
    border: dotted 1px;
    border-color: #1861ac;
    border-radius: 5px 5px 5px 5px;
}
.captura {
    width:100%;
    margin: 0px auto auto auto;
    height: 250px;
    background:black;
}
.capturabox {
    background: black;
}
.iconpicker{
    height:400px;
    overflow:auto;

}
.iconsvc {
    font-size: 64px;
    color: black;
}
.cursor {
    cursor: pointer;
}
.svcdesc{
    width:98%;
    max-height:150px;
    overflow:auto;

}
.formsvc{
    min-height:160px;
    max-height:300px;

}
.cssrojo {
    background-color: #d5250c !important;
    color: #fff !important;
   
}
.cssamarillo {
    background-color: #f0f013 !important;
    color: #fff !important;
}
.cssverde {
    background-color: #1dcf0c !important;
    color: #fff !important;
}
.profile {
    padding: 2px;
    width: 250px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.menucolor {
    text-decoration: none;
    background: linear-gradient(to right, rgba(211, 211, 211, 1), rgba(211, 211, 211, 1)), /* Light grey */
    linear-gradient(to right, rgba(173, 216, 230, 1), rgba(255, 182, 193, 1), rgba(144, 238, 144, 1)); /* Pastel blue, pink, green */
    background-size: 100% 0px, 100% 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}



.preguntalist{
   padding:10px!important;
   min-height:64px!important;
}
.amplia{
    height:100px!important;

}
.ausenciasdesc {
    height: 100px;
    width: 90%;
    overflow: auto;
}

.color {
    margin-bottom: 10px;
    border-left: solid 8px;
    border-color: #00B388;
}

.color:hover {
        margin-bottom: 10px;
        border-left: solid 8px;
        border-color: #e77e04;
}
/*hpe href links */
.ahpe {
    color: inherit;
    text-decoration: none;
    font-size: 18px;
}

.ahpe {
    background: linear-gradient( to right, rgba(100, 200, 200, 1), rgba(100, 200, 200, 1) ), linear-gradient( to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1) );
    background-size: 100% 0px, 0 0px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

    .ahpe:hover {
        background-size: 0 3px, 100% 3px;
    }
.cabecerah {
    margin-left: auto !important;
    margin-right: auto !important;
    /*background:#381375!important;*/
    background: #1861ac!important;
    width: 50%;
}
.logo {
    max-height: 50px; /* Ajusta el tamaño del logo */
    height: auto;
    width: auto;
}
    
.iconbar {
    font-size: 24px;
    color: white;
}


.fmservicio{
    padding:20px;
}


.selectop {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

   .selectop:hover {
        border-color: #01A982;
    }

    .selectop:focus {
        outline: none;
        border-color: #555;
    }

    .formheadclear{

       background-color:#555;
       font-family:verdana ;
       font-size:16px;
       font-weight:bold;
       color:#fff;
       height:50px; 
       padding:15px;
       border-top-left-radius:2px;
       border-top-right-radius:2px;

    }
    .fmsvcfloat{
        width:400px;

       
    }
.requisitos-contrasena {
    margin: 20px;
    padding: 15px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.grid-container {
    display: grid;
    gap: 20px; /* Space between items */
    padding: 20px; /* Padding around the grid */
    background-color: #f5f5f5; /* Light background */
    width:100%!important;
}

.grid-item {
    background-color: #ffffff; /* White background for items */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    padding: 10px;
    font-size: 18px; /* Text size */
    text-align: left; /* Center the text */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    width:!important;
    margin:5px 5px 5px 5px !important;
    
}

    .grid-item:hover {
        background-color: #01A982;
    }
    .chatbotico{
        height:48px;
        width:48px;
    }

.table-hover tbody tr:hover {
    background-color: #01A982!important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table td, .table th {
    vertical-align: middle;
    text-align: left;
}

.highlight-row {
    background-color: #28a745;
    color: white;
}

.custom-header {
    background-color: #343a40;
    color: white;
}
.imgreflexion {
    background-color: #343a40;
    color: white;
    width:100%;
    margin:auto auto auto auto;

}
.editor{
    width:100%!important;
    height:800px;

}
.guioncard {
    height: 190px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

/* Tarjeta base: altura uniforme, sin desbordes */
.cardmovie {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden; /* recorta imagen/contenido sobrante */
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    margin-top:10px;
}

    /* Imagen responsiva con proporción fija: ajusta 16/9 o 4/3 según te guste */
    .cardmovie > img {
        width: 100%;
        aspect-ratio: 16 / 9; /* cámbialo a 4/3 si prefieres más alto */
        object-fit: cover; /* evita deformación y rellena */
        display: block;
    }

/* Cuerpo y textarea ocupan el espacio disponible sin romper la tarjeta */
.fmcool {
    padding: 0.75rem;
}

.guioncard {
    width: 100%;
    min-height: 140px; /* ajusta al gusto */
    resize: vertical;
}

/* Tablas utilitarias */
.tabla {
    border-collapse: collapse;
}

    .tabla td {
        padding: .25rem .5rem;
    }

/* Alineaciones rápidas */
.alineaderecha {
    text-align: right;
}

.noticonos {
    white-space: nowrap;
}

/* Quita estilos “raros” a botones transparentes si los usas */
.btnclear {
    background: transparent;
    border: 0;
    padding: .25rem .5rem;
    cursor: pointer;
}

/* Mantén columnas iguales en altura (Bootstrap ayuda con d-flex en col) */
.row.g-3 > [class*="col-"] {
    align-items: stretch;
}
.controloverflow {
    max-height: 500px;
    overflow: auto;
    width:100%;
}


/* Círculos de estado */
.svcrojo,
.svcverde,
.svcnaranja,
.svcamarillo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    /* Animación al pasar el ratón */
    .svcrojo:hover,
    .svcverde:hover,
    .svcnaranja:hover,
    .svcamarillo:hover {
        transform: scale(1.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }

/* Colores específicos */
.svcrojo {
    background-color: #b43d28;
}

.svcverde {
    background-color: #04AA6D;
}

.svcnaranja {
    background-color: #f8d941;
    color: #333;
}

.svcamarillo {
    background-color: #f8d941;
    color: #333;
}

/* Contenedor de SLA */
.svcsla {
    padding: 10px;
    width: 95px;
    border-right: 1px solid #ccc;
    color: #424874;
    text-align: center;
    font-weight: 600;
}

/* Ajuste de celda o texto */
.svcls {
    padding: 8px;

}
.svcdesc {
    width:500px;
    max-height:250px;
    padding:10px;
    overflow:auto;

}
.fila-activa {
    background-color: yellowgreen;
    color: black;
    cursor: pointer;
}
.botonanima {
   
   
    border: none;
    transition: all 0.3s ease;
}

    .botonanima:hover {
        transform: scale(1.8);
        color:#01A982;
       
    }

.contenido-area {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

    .contenido-area h2 {
        background-color: #00a67d;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.1rem;
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .contenido-area ul {
        list-style: none;
        padding: 0;
    }

    .contenido-area li a {
        color: #007b7f;
        text-decoration: none;
        font-weight: 500;
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #eaeaea;
        transition: color 0.2s;
    }

        .contenido-area li a:hover {
            color: #00a67d;
        }
        .cr{

        }
.cr:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
/* Botón base */
/* Botón flotante alineado a la derecha */
.toggleChatBtn {
    position: fixed; /* clave: debe ser fixed para flotar */
    bottom: 20px; /* distancia desde el borde inferior */
    right: 20px; /* alineado al borde derecho */
    z-index: 2; /* por encima del chat cuando está cerrado */
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #0d345d;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, z-index .2s; /* añadimos transición suave */
}

    .toggleChatBtn:hover {
        transform: scale(1.1);
        background-color: #980505;
    }

    /* Cuando el chat esté abierto (usa una clase o JS para aplicarlo) */
    .toggleChatBtn.bajoChat {
        z-index: -10; /* debajo del chat */
    }

    /* Estado “cargando”: desactiva clicks y atenúa */
    .toggleChatBtn.is-loading {
        pointer-events: none;
        opacity: 0.8;
    }

        /* Oculta el ícono momentáneamente sin moverlo */
        .toggleChatBtn.is-loading > i {
            opacity: 0;
        }

        /* Spinner encima del ícono */
        .toggleChatBtn.is-loading::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 20px;
            margin: -10px 0 0 -10px;
            border-radius: 50%;
            border: 2px solid white;
            border-right-color: transparent;
            animation: spin .8s linear infinite;
        }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*.toggleChatBtn {
    position: fixed;
    bottom: 20px;*/ /* distancia desde abajo */
    /*right: 20px;*/ /* distancia desde la derecha */
    /*z-index: 999;*/ /* asegura que quede encima de todo */
    /* estilo visual opcional */
    /*background-color: #01A982;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}*/
