﻿@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
html {
    font-family: Roboto!important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 {
    max-width: 280px;
}
a {
text-decoration:none}
#fadebox {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 2000%;
    background-color: #efefef;
    z-index: 99999 !important ;
    -moz-opacity: 0.8;
    opacity: .90;
    filter: alpha(opacity=80);
    text-align: center;
    display: none;
   
}

#fadebox #mensajebloqueo {
    width: 500px;
    margin: auto;
    margin-top: 350px;
}

#fadebox img {
    width: 100px;
}

#fadebox #fadeboxmessage {
    color: #fd3333;
}
.sel_vst:hover {
    cursor:pointer;
    background-color:#efefef;
}

.btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 100px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: grey; /* Color de fondo */
    padding: 18px 30px; /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

    .btn-flotante:hover {
        background-color: lightslategray; /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}
.davasa-color {
    color: #C01A17;
    font-style: italic;
    font-weight: bold;
}
.validate-form {
    margin-top: 25px;
}
.button-stats {
    margin-right: 11px;
}
.resume-block-head {
    border-bottom: 1px dotted #000;
    margin-top: 20px;
}
.principal-frame-detail {
    margin: 3px;
}
.secondary-frame-detail {
    padding: 5px 0 5px 0;
}
.first-column-detail {
    border-bottom: 1px dotted #efefef;
    padding: 3px 11px 3px 3px;
}
.bottom-border-detail {
    border-bottom: 1px dotted #efefef;
    padding: 3px 11px 3px 3px;
}
.count-column-detail {
    background-color: #efefef;
    padding: 3px;
}
.head-detail-section {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #ced4da
}
.error-label {
    font-size: 110px;
    font-weight: bold;
    color: grey;
}
.error-frame {
    text-align: center;
    color: grey;
}
.error-text {
    font-size: 25px;
}
.error-button {
    color:grey;
}
.dia {
    color: #fff;
    background-color: #7FBCD2 !important;
}
.tarde {
    color: #E45826;
    background-color: #E6D5B8 !important;
}
.noche {
    color: #fff;
    background-color: #0F3460 !important;
}
.madrugada {
    color: #fff;
    background-color: #395B64 !important;
}
.icon-action {
    font-size: 15px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
}
.item-menu-head {
    color:grey;
    
}
    .item-menu-head:hover {
        background-color: #212529;
    }
    .item-menu-head a {
        text-decoration:none;
    }

    .item-menu-head:hover > a {
        color: white !important;
        
    }

