﻿
html body .content .content-wrapper {
    padding: 1rem 1rem 1rem 1.2rem;
}

input[type=checkbox], input[type=radio] {
    accent-color: #228EB6;
}

.check-hermes-1 {
    accent-color: #005b8d !important;
}

.check-hermes-2 {
    accent-color: #43c7e7 !important;
}

.check-hermes-3 {
    accent-color: #6f6f6e !important;
}

/*@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px !important;
    }
}*/

.spinner {
    display: flex;
    justify-content: center;
}

.spinner::after {
    content: "";
    margin-top: 8px;
    margin-bottom: 8px;
    height: 64px;
    width: 64px;
    border: 8px solid #dddddd;
    border-radius: 50%;
    border-top-color: #49BDDA;
    /* border-bottom-color: #f4266a; */
    /* border-top-style: groove; */
    animation: spin 10000s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.mdl_bckdrp {
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity .15s linear;
}


table {
    width: 100%;
    /*margin-bottom: 0.5rem;*/
}

th {
    text-align: center;
    font-weight: 500;
    padding: 0.4rem 0.4rem;
}

td {
    padding: 0.3rem 0.3rem;
}

.table-sm th, .table-sm td {
    padding: 0.2rem 0.2rem;
}

.table-bordered {
    border: 1px solid #bbb;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #bbb; 
}


/*  PARAM FORMS */
.title-main {
    font-weight: 500;
    font-size: 1.8rem;
    color: #205081;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.title-module {
    font-weight: 500;
    font-size: 1.3rem;
    color: #205081;
}

.title-section {
    font-weight: 500;
    font-size: 1.2rem;
    color: #3BAFDA;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
}

.subtitle-section {
    font-weight: 500;
    font-size: 1.1rem;
    color: #205081;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

.label-form {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    color: #212529;
    margin-bottom: 0.1rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-text {
    display: block;
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*  PARA TEXTO */
.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: 500;
}

.text-overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-semihidden {
    display: block;
    white-space: nowrap; /* Evita que el texto pase al siguiente renglón */
    overflow: hidden; /* Oculta el texto que sobrepasa los límites del contenedor */
    text-overflow: ellipsis; /* Muestra "..." para indicar que el texto fue truncado */
}

/*  PARA SINTOMAS */
.checked {
    color: orange;
}

.pointer {
    cursor: pointer;
}

.w100 {
    width: 100%;
}

/*  PARA SELECTS EN TABLAS */
.select2 {
    width: 90% !important;
}

.btn-append {
    width: 10% !important;
}

.btn-append > button {
    width: 100%;
}

.card {
    margin-bottom: 1rem;
}

/*.form-group {
    margin-bottom: 1rem;
}*/

.list-group-item {
    padding: .64rem .64rem !important;
}

.chart-container {
    position: relative;
    margin: auto;
    min-height: 320px;
    width: 100%;
}



/*  PARA ACTIVIDADES Y TAREAS   */
/*hr {
    margin-top: 0rem; 
    margin-bottom: 0.64rem; 
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}*/

.shadow {
    box-shadow: 4px 4px 4px rgb(0 0 0 / 16%);
}

.tarea {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .8rem;
    background-color: #fff;
    border-radius: 0.32rem;
}


/*  PARA LAS TABLAS */
.bg-secondary > th, .bg-info > th, .bg-bitbucket > th {
    color: white;
}



/*  TEXTO DE BOOTSTRAP SOCIAL   */
.text-bitbucket {
    color: #205081 !important
}

.text-hermes-1 {
    color: #005b8d !important
}

.text-hermes-2 {
    color: #43c7e7 !important
}

.text-hermes-3 {
    color: #6f6f6e !important
}



.bg-hermes-dash {
    background-color: #6ac5db !important;
    color: white !important;
}

.bg-hermes-1 {
    /*background-color: #006197 !important;*/
    background-color: #005b8d !important;
    color: white !important;
}

.bg-hermes-2 {
    background-color: #43c7e7 !important;
    color: white !important;
}

.bg-hermes-3 {
    background-color: #6f6f6e !important;
    color: white !important;
}

.bg-medjob-l1 {
    background-color: #ABDDEF !important;
    color: #343a40 !important;
}

.bg-medjob-l2 {
    background-color: #DAF0F8 !important;
    color: #343a40 !important;
}

.bg-bitbucket {
    color: white !important;
}


/* BUTTONS */
.btn-excel {
    background-color: #21a366 !important;
    border: 1px solid #21a366 !important;
    color: white !important;
}

.btn-excel:hover {
    background-color: #1d965d !important;
    border: 1px solid #21a366 !important;
    color: white !important;
}

.btn-excel:focus, .btn-excel:active {
    background-color: #1d965d !important;
    border: 1px solid #1a8a56 !important;
    color: white !important;
}

.btn-pdf {
    background-color: #e54147 !important;
    border: 1px solid #e54147 !important;
    color: white !important;
}

.btn-pdf:hover {
    background-color: #c9393e !important;
    border: 1px solid #c9393e !important;
    color: white !important;
}

.btn-pdf:focus, .btn-pdf:active {
    background-color: #c9393e !important;
    border: 1px solid #c9393e !important;
    color: white !important;
}

.btn-ue {
    background-color: #AF7AC5 !important;
    border: 1px solid #AF7AC5 !important;
    color: white !important;
}

.btn-ue:hover {
    background-color: #734286 !important;
    border: 1px solid #734286 !important;
    color: white !important;
}

.btn-ue:focus, .btn-ue:active {
    background-color: #734286 !important;
    border: 1px solid #734286 !important;
    color: white !important;
}


/* SWAL */
.title-swal {
    font-size: 1.6rem !important;
}

.swal2-icon {
    margin: 1.25rem auto 0.6rem !important;
}

.swal2-container .swal2-popup {
    width: 400px !important;
}

#swal2-title {
    padding: 0.1rem 1rem 0 !important;
}

.swal2-styled:focus {
    outline: none !important;
    box-shadow: none !important;
}


/*  STYLES ELEMENTS */
.modal-xl {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.lst-none {
    list-style-type: none;
    color: #55595C;
}

.p-lst-element {
    padding: 8px 8px;
}

.p-lst-element:hover {
    padding: 8px 8px;
    background-color: #E5E8E8 !important;
}

.message-converation {
    padding: 0.5rem;
    margin-top: 0.25rem;
    /*margin-bottom: 0.5rem;*/
    border-radius: 0.5rem !important;
    width: 80%;
}

.message-left {
    display: flex;
    justify-content: left;
}

.message-rigth {
    display: flex;
    justify-content: right;
}

.message-left .message-converation {
    background-color: #E5E8E8 !important;
}

.message-rigth .message-converation {
    background-color: #ABDDEF !important;
}

.message-header {
    display: block;
    font-style: italic;
    font-size: 0.75rem;
    font-weight: 500;
    color: #17a2b8 !important;
}

[v-cloak] {
    display: none;
}


.icon-attention {
    font-size: 1.6rem;
}


.text-sensorial {
    color: #17A2B8 !important;
}

.text-lungs {
    color: #8B3A3A !important;
}

.text-cardio {
    color: #B22222 !important;
}

.text-dermal {
    color: #F4A460 !important;
}

.text-poop {
    color: #8B4513 !important;
}

.text-genitourinary {
    color: #4682B4 !important;
}

.text-gynecological {
    color: #DB7093 !important;
}

.text-hematological {
    color: #A80000 !important;
}

.text-infectious {
    color: #28A745 !important;
}

.text-immunological {
    color: #7962d3 !important;
}

.text-metabolic {
    color: #E7C50C !important;
}

.text-muscle {
    color: #8B8B8B !important;
}

.text-neoplasia {
    color: #2277b6 !important;
}

.text-neurological {
    color: #DD91A6 !important;
}

.text-surgical {
    color: #2E8B57 !important;
}


.text-chemical {
    color: #CDB116 !important;
}

.text-physical {
    color: #43B4D7 !important;
}

.text-ergonomic {
    color: #8C6ED9 !important;
}

.text-accidental {
    color: #B73B47 !important;
}

.text-biological {
    color: #3286DF !important;
}

.text-psychosocial {
    color: #E5BD43 !important;
}