@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: 'Montserrat', Montserrat, sans-serif;*/
   /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Arial', Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.bootom-row {
    height: 3.5rem;
   /* display: flex;*/
    align-items: center;
}

.main {
    flex: 1;
}

.main .top-row {
  /*  background-color:white;
    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
}

.main .top-row > a {
    margin-left: 1.5rem;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

/*.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}*/

.nav-item a {
    /*color: #d7d7d7;*/
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: black;
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: gray;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
   background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (max-width: 1029.98px) {
    .main .top-row {
        display: none;
    }
}

@media (min-width: 1030px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }
  
    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.form-signin {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.container {
    max-width: 960px;
}*/

.lh-condensed {
    line-height: 1.25;
}

.botonsobre:hover{
    cursor:pointer;
}

.dropzone {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

.dropzone:hover {
    background-color: #f3f3f3;
    color: #333;
}

.dropzone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone-drag {
    background-color: palegreen;
}
@media (max-width: 768px) {
    .borde_formulario {
        border-color: black;
        border-style: solid;
        border-width: thin;
        padding: 4px;
    }
}

@media (min-width: 768px) {
    .borde_formulario {
        border-color: black;
        border-style: solid;
        border-width: thin;
        padding: 13px;
    }
}
    .centrarimagen {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .imagenTabla {
        max-height: 30px;
        border-color: black;
    }

    .imagenFormulario {
        max-width: 60px;
        border-radius: 50%;
    }

    .imagenFormularioBorgatta {
        position: relative;
        top: 50%;
        transform: translateY(20%);
    }

    .sombra_formulario {
        box-shadow: -3px 2px 2px -1px darkgray;
        font-family: Arial, Helvetica, sans-serif;
        font-display: block;
    }

    .file-input-zone {
        background-image: url(../img/Upload.png);
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        float: none;
        margin: auto;
        width: 5em;
        height: 5em;
        cursor: pointer;
    }

        .file-input-zone input[type=file] {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }


    .fondo_imagenes {
        background-color: #1d1d1d !important;
        color: #989898;
        margin: 10px;
        font-size: 16px;
        width: 100%;
        padding-top: 1px;
    }


    .green {
        background-color: #6fb936;
    }

    .thumb {
        margin-bottom: 30px;
    }

    .page-top {
        margin-top: 15px;
    }


    img.zoom {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        object-fit: cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }


    .transition {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .modal-header {
        border-bottom: none;
    }

    .modal-title {
        color: #000;
    }

    .modal-footer {
        display: none;
    }

    .components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
        display: none;
    }


    .enlace a {
        outline: none;
        text-decoration: none;
        padding: 2px 1px 0;
    }

        .enlace a:link {
            color: #265301;
        }

        .enlace a:visited {
            color: #437A16;
        }


        .enlace a:hover {
            border-bottom: 1px solid;
            color: blue;
            cursor: pointer;
        }

        .enlace a:active {
            background: #265301;
            color: #CDFEAA;
        }

    .disabledDiv {
        pointer-events: none;
        opacity: 0.4;
    }



    .ocultarDiv {
        pointer-events: none;
        visibility: collapse;
    }

    .mostrarDiv {
        pointer-events: all;
        visibility: visible;
    }

    .fuente_descarga_arcad {
        font-family: Arial;
        font-size: 1rem;
        font-weight: bold;
    }

    .btn-descarga_arcad {
        color: #fff;
        background-color: #07a6fa;
        border-color: #007bff
    }

        .btn-descarga_arcad:hover {
            color: #fff;
            background-color: #0069d9;
            border-color: #0062cc;
            cursor: pointer;
        }

        .btn-descarga_arcad.focus, .btn-descarga_arcad:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

    .tabla_solicitud_titulo {
        color: lightgray;
        font-size: 9pt;
        font-display: block;
    }

    .tabla_solicitud_dato {
        color: black;
        font-size: 9pt;
        font-display: block;
    }

    .enlace_linea_solicitud {
        color: black;
        font-size: 9pt;
        font-display: block;
    }

        .enlace_linea_solicitud:hover {
            cursor: pointer;
            color: blue;
        }


    .tablas_fuente {
        color: black;
        font-size: 10pt;
    }

    .vertical-center {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .day {
        font-size: 10px
    }

    .comment-text {
        font-size: 12px
    }

    .contenedor {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .contenido {
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .row-fluid {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .centering {
        float: none;
        margin: 0 auto;
    }

    @media (max-width: 1199.98px) {
        .mostrar_iconos {
            visibility: collapse;
        }
    }


    @media (min-width: 1199.98px) {
        .mostrar_iconos {
            visibility: visible;
        }
    }

    .nota_interna {
        background-color: #cccccc;
    }

    .nota_destacada {
        background-color: #e27b7b;
        border: 3px solid black;
    }


    .nota_texto {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .fuente_aviso {
        font-size: 10pt;
        color: black;
        font-family: Arial;
    }

        .fuente_aviso h4 {
            font-weight: normal;
            font-size: 14pt;
        }

        .fuente_aviso h1 {
            font-weight: bold;
            font-size: 16pt;
        }


    @media (max-width: 992px) {
        .ocultar_elemento {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .ocultar_elemento {
            display: block;
        }
    }

    .borde_catalano {
        border-radius: 10%;
        background: #5A348B;
        padding: 30px;
        color: white;
    }

    .mano :hover {
        cursor: pointer;
    }

.password-icon {
    float: right;
    position: relative;
    margin: -50px 10px 0 0;
    cursor: pointer;
}


.vertical-centro {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.estilo_texto_nota {
    width: 100%;
    height:contain;
    overflow:hidden;
    /*padding: 12px 20px;
    box-sizing: border-box;*/
    border: none;
   /* border-radius: 4px;*/
   /* background-color: #f8f8f8;*/
    font-size: 16px;
}

.input_ipr
{
    font-size:12px;
}

.imagen_redondeada {
    position: relative;
    width: 79px;
    height: 99px;
    border-radius: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #f9f9f9;
}

    .imagen_redondeada > .marco {
        width: 79px;
        height: 99px;
        border-radius: 5px;
        overflow: hidden;
    }

    .imagen_redondeada > .marco img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.clase_doctor {
    max-width: 1365px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary-claro {
    color: #fff;
    background-color: #43CAFE;
    border-color: #43CAFE;
}

    .btn-primary-claro:hover {
        color: #fff;
        background-color: #2493d1;
        border-color: #0062cc;
    }

    .btn-primary-claro:focus, .btn-primary-claro.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary-claro.disabled, .btn-primary-claro:disabled {
        color: #fff;
        background-color: #B6DBEF;
        border-color: #B6DBEF;
    }

    .btn-primary-claro:not(:disabled):not(.disabled):active, .btn-primary-claro:not(:disabled):not(.disabled).active, .show > .btn-primary-claro.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

.btn-primary-claro:not(:disabled):not(.disabled):active:focus, .btn-primary-claro:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-claro.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.blazored-typeahead {
    background-color: white;
}

.contenedor_listado {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .contenedor_listado {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .contenedor_listado {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .contenedor_listado {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .contenedor_listado {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .contenedor_listado {
        max-width: 1365px;
    }
}


@media (min-width: 1600px) {
    .contenedor_listado {
        max-width: 1565px;
    }
}

@media (min-width: 1800px) {
    .contenedor_listado {
        max-width: 1750px;
    }
}

.circulo {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    position:absolute;
    top: -8px;
    left:16px;
   /* display: inline-block;*/
}
.requiere_atencion {
    height: 15px;
    width: 15px;  
    position: absolute;
    top: -8px;
    left: -4px;
    /* display: inline-block;*/
}


.btn-outline-eye {
    color: #6c757d;
    background-color: white;
    margin-bottom:10px;
    /* border-color: #6c757d;*/
}

.btn-outline-eye:hover {
        cursor: pointer;
        /*color: #fff;
background-color: #6c757d;
border-color: #6c757d;*/
    }

    .btn-check:focus + .btn-outline-eye, .btn-outline-eye:focus {
        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
    }

    .btn-check:checked + .btn-outline-eye, .btn-check:active + .btn-outline-eye, .btn-outline-eye:active, .btn-outline-eye.active, .btn-outline-eye.dropdown-toggle.show {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.resaltar_rigido {
    background: red;
    color: #fff;
    width: 126px;
    text-align: center;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 21px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 17px;
    display: flex;
}

.resaltar_noenviar {
    background-color: blueviolet;
    color: #fff;
    width: 126px;
    text-align: center;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 21px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size:12px;
    line-height: 17px;
    display: flex;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.tamanio_imagen_inicio {
    width: 50px;
}

.icon-green {
    color: green;
}

/* Custom styles for fixed thead */
.table-fixed-header {
    position: relative;
    max-height: 300px; /* Set desired height */
    overflow-y: auto;
}

.table-fixed-header thead th {
    position: sticky;
    top: 0;
    z-index: 1020; /* Ensure header is above content */
    background-color: #fff; /* Set a background color */
}
 
.navidad {
    background-image: url(../img/Navidad.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    float: none;
    margin: auto;
    width: 450px; 
    height: 450px;
}

.nota_prdouccion {
    font-weight: bold;
    font-size: medium;
    resize: none
}

.prioritario {
    font-size: 1rem;
    font-weight: 200;
    color: #ff0000;
    text-shadow: 0 0 5px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #ff0000;
    letter-spacing: 1px;
    text-align: center;
    animation: parpadeo 0.8s infinite alternate;
    user-select: none;
}

@keyframes parpadeo {
    0% {
        opacity: 1;
        transform: scale(1);
        text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #ff0000, 0 0 50px #ff0000;
    }

    50% {
        opacity: 0.3;
        transform: scale(0.98);
        text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #ff0000, 0 0 50px #ff0000;
    }
}