﻿body {
   
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

   /* Este valor puede ser ajustado según tus necesidades */

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  
}

.ContainerLoad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 180;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    opacity: 75%;
}
.ContainerLoadWhite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 180;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    opacity: 75%;
}
.loader {
    margin: 0 auto;
    z-index: 250;
    width: 200px;
    height: 90px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

    .loader > div {
        height: 100%;
        width: 8px;
        display: inline-block;
        float: left;
        margin-left: 2px;
        -webkit-animation: delay 0.8s infinite ease-in-out;
        animation: delay 0.8s infinite ease-in-out;
    }

    .loader .bar1 {
        background-color: #754fa0;
    }

    .loader .bar2 {
        background-color: #09b7bf;
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .loader .bar3 {
        background-color: #90d36b;
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .loader .bar4 {
        background-color: #f2d40d;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .loader .bar5 {
        background-color: #fcb12b;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .loader .bar6 {
        background-color: #ed1b72;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

@-webkit-keyframes delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {
    0%, 40%, 100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.fixed-buttons-Normal {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.fixed-buttons_Stick {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    width: 40%;
    min-width: 100%;
    bottom: 20px;
    display: block;
    position: center;
    background-color: white;
    border-top: 1px solid lightgray;
    margin-top:15px;
}

.fixed-buttons_fixed {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    width: 40%;
    transform: translateX(50%);
    min-width: 200px;
    bottom: 30px;
    margin: auto;
    position: fixed;
    background-color: white;
}
.pagina{
    margin: 5px;

}
.hover{
    color: blue;
    background-color:dodgerblue;

}

.loading {
    position: relative;
}

.loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.soporte-sp {
    margin: auto;
    text-align: center;
    position:absolute;
    z-index: 10000;
}

#listaEquiposContainer.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color de fondo semitransparente */
}
/*esta seccion es para los diagramas de incidencias.*/
.diagram {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.rect {
    width: 150px;
    height: 80px;
    background-color: lightblue;
    border: 2px solid blue;
    text-align: center;
    line-height: 80px;
}

.branch {
    position: relative;
}

.connector {
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: blue;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.drop-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .drop-zone p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .drop-zone:hover {
        border-color: #007bff;
        background-color:bisque ;
    }

#calendar1 {
    border-radius: 10px;
    overflow: hidden;
    background-color:white;
}

    /* Estilo del encabezado (header) */
    #calendar1 .fc-header-toolbar {
        background-color: #ff8909; /* Color azul, puede ajustarse según el estilo 'primary' de Bootstrap */
        color: #ffffff; /* Color del texto */
        font-weight:600;

    }

    #calendar1 .fc-col-header-cell-cushion {
        /* Color azul, puede ajustarse según el estilo 'primary' de Bootstrap */
        color: #ffffff; /* Color del texto */
    }


    #calendar1 .fc-col-header-cell {
        background-color: #007bff; /* Color azul, puede ajustarse según el estilo 'primary' de Bootstrap */
        color: #ffffff; /* Color del texto */
    border-radius: 10px 10px 0 0;
    border:none;
        }

/* Bordes redondeados para el encabezado de cada día */
.black-event {
    background-color: rgba(0, 0, 0, 0.2);
    color: red;
    border: 1px solid red;
}

.yellow-event {
    background-color:#fcb12b;
    color: black;
    border: 1px solid black;
}

.gray-event {
    background-color: white;
    color: gray;
    border: 1px solid #007bff; /* Azul 'primary' de Bootstrap */
}