* {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}
p {
    display: inline;
}
body {
    font-size: 1.0em;
    background: #F3F4DE;
    color: #00493F;
}
.bandera {
    width: 1.5em;
    display: inline-block;
}
.small-thumbnail {
    max-height: 30px;
    max-width: 30px;
}
/* COLORES */
.btn-pequeno {
    padding: 0px;
    line-height: 8px;
    text-decoration: none;
}
.bg-cliente {
    background-color: #B3D9ECFF !important;
    color: #000000 !important;
}
.bg-cliente-alt {
    color: #B3D9ECFF !important;
    background-color: #000000 !important;
}
.bg-solicitante {
    background-color: #fffdbd !important;
    color: #000000 !important;
}
.bg-solicitante-alt {
    color: #fffdbd !important;
    background-color: #000000 !important;
}
.bg-file {
    background-color: #45589a !important;
    color: #000000 !important;
}
.bg-file-alt {
    color: #45589a !important;
    background-color: #000000 !important;
}
.box_variable {
    margin: 5px;
    padding: 5px;
    border: 1px black solid;
    border-radius: 5px;
    overflow: auto;
}
.table thead tr {
    background-color: #99CCCC70;
}
.table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
    overflow: hidden;
}
.table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
    overflow: hidden;
}
.table tbody tr:last-child {
    background-color: #99CCCC70;
    --bs-table-striped-bg: none;
    --bs-table-striped-bg-rgb: none;
}
.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.table.table-striped  th,td {
    vertical-align: top;
    border: unset;
    text-align: left;
}
.contenido {
    grid-area: main;
    border: 3px dotted gray;
}
.tox {
    float: left;
}
.margen_horizontal {
    position: fixed;
    width: 30px;
    color: transparent;
    height: 100%;
}
.margen_horizontal:hover {
    color: black;
    cursor: col-resize;
}
.margen_vertical {
    position: fixed;
    height: 30px;
    width: 100%;
    color: transparent;
}
.margen_vertical:hover {
    color: black;
    cursor: row-resize;
}
/*EDIT PLACE */

.context-menu {
    display: none;
    position: absolute;
    z-index: 3;
    padding: 12px 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}
.context-menu--active {
    display: block;
}
.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
}

.context-menu__item:last-child {
    margin-bottom: 0;
}

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}

.context-menu__link:hover {
    color: #fff;
    background-color: #0066aa;
}

.agrandable, .noagrandable {
    max-height: 150px;
    max-width: 150px;
}

.agrandable:hover {
    max-height: 550px;
    max-width: 550px;
}

/*LOGIN*/
.loginPicture {
    width: 750px;
    height: 234px;
    background-image: url(/images/banner_login.png);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.brand-wrapper {
    height: 180px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 36px;
}
.brand-wrapper img {
    height: 80%;
    position: relative;
    float: left;
}
.login-box {
    width: 750px;
    min-height: 450px;
    padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    border-top: 1px #0c5460 solid;
}

.form-control, .form-select  {
    background-color: #FFFFFF90;
    border: 1px #00493F90 solid;
    border-radius: 5px;
    padding: 5px;
}
.btn-group .btn-outline-dark {
    background-color: #FFFFFF90;
    border: 1px #00493F90 solid;
    border-radius: 5px;
    padding: 7px;
}
.datepicker-input {
    width: 120px !important;
    text-align: right;
}
input[type="date"] {
    max-width: 150px;
    display: inline;
}
input[type="date"] ~ select
{
    max-width: 80px;
    display: inline;
}
.forms {
    width: calc(100% - 20px);
    margin: 10px;
    border: 1px #0c5460 solid;
    border-radius: 15px;
    padding: 15px;
    overflow: auto;
}
.well {
    overflow: auto;
}
.form-group .form-control:focus {
    box-shadow: unset;
}

.togglePassword {
    margin-left: -30px;
    cursor: pointer;
    color: #19191930;
}

/*END LOGIN*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 170px;
    background: #F3F4DE;
    z-index: 4;
}
.header-logo {
    width: 100%;
    height: 110px;
    text-align: center;
}
.header-logo a {
    text-decoration: none;
}
.boton_header {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.header-logo-img {
    padding: 10px;
    display: inline-block;
    height: 100px;
    vertical-align: top;
}
.header-logo-divider {
    height: 80px;
    width: 3px;
    margin: 10px 0;
    background-color: #007363;
    display: inline-block;
}
.header-logo-texto {
    font-family: "Times New Roman", sans-serif;
    color: #007363;
    font-size: 50px;
    margin-top: 7px;
    line-height: 43px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.navbar {
    color: #F3F4DE;
    background: #00493F;
    margin-bottom: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
a.nav-link {
    display: inline-block;
}
.custom-file {
    display: inline;
}
.nav-link.dropdown-toggle  {
    color: #F3F4DE;
}

.nav.nav-pills .nav-link {
    width: 100%;
    color: #0c5460;
    background-color: #F3F4DE;
}

.navbar-nav .nav-link.active {
    color: white;
}
.navbar-nav .nav-link.disabled {
    color: #88B5B1;
}
.menuinterno {
    position: fixed;
    border: 2px #00493F solid;
    padding: 5px;
    background: #F3F4DE;
    color: #00493F;
    overflow-x: hidden;
    overflow-y: auto;
}
.contenido_header {
    position: absolute;
    overflow: auto;
    border: 2px #00493F solid;
    padding: 0px;
}
.contenido {
    position: absolute;
    overflow-y: auto;
    border: 2px #00493F solid;
    padding: 5px;
}
.chatbubble {
    display: block;
}
.rounded-left {
    border: 1px black solid;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    float: right;
    margin: 2px;
    padding: 5px;
    width: 75%;
}
.rounded-right {
    border: 1px black solid;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    float: left;
    margin: 2px;
    padding: 5px;
    width: 75%;
}
.herramientas {
    height: 50px;
    width: 90%;
    left: 5%;
    border-top: 1px #00493F solid;
    border-bottom: 1px #00493F solid;
    overflow: hidden;
}
.herramientas a {
    text-decoration: none;
    color: unset;
    cursor: pointer;
}
.bell1 {
    position: relative;
}
.bell2 {
    position: relative;
    transform: translate(0px, -24px);
}
.bell3 {
    position: relative;
    transform: translate(0px, -48px);
}
.bell-container {
    width: 30px;
    display: inline-block;
    /*line-height: 0px;*/
    height: 31px;
    overflow: hidden;
    /*margin-top: 7px;*/
    /*margin-left: 5px;*/
}
.bell-container:after {
    position: relative;
    margin-top: -5px;
}
.bell-badge {
    position: relative;
    transform: translate(15px, -45px);
    font-size: 10px;
    border-radius: 50%;
    background-color: yellow;
}
.badge-success {
    background-color: #70ca63;
    color: #fff;
}
.td_item {
    vertical-align: top;
    text-align: left;
}
.contenido_td {
    max-height: 150px;
    overflow: auto;
}
.carpeta {
    display: inline-block;
}
.tools-item {
    position: relative;
    top: -13px;
    font-size: 20px;
    cursor: pointer;
}
.tools-item.a-right {
    float: right;
    top: 5px;
}
.dropdown {
    padding-top: 4px;
    padding-left: 16px;
}
.tables_ui {
    display:inline-block;
    margin:2px 2%;
    border:2px solid #3333fe;
    border-spacing:0;
    width: 100%;
}
.tables_ui ul li {
    min-width: 350px;
}
.tables_ui tbody {
    display: inline-table;
    width: 100%;
}
.dragging li.ui-state-hover {
    min-width: 350px;
}
.dragging .ui-state-hover a {
    color:green !important;
    font-weight: bold;
}
.tables_ui th,td {
    text-align: left;
    padding: 2px 4px;
}
.t_sortable tr, .ui-sortable-helper {
    cursor: move;
}
.t_sortable tr:first-child {
    cursor: default;
}
.ui-sortable-placeholder {
    background: yellow;
}
.coleccion_filtro {
    background-color: #FFFFFF55;
    border: 1px black solid;
    border-radius: 15px;
    width: 100%;
    line-height: 0.7rem;
}
.page-link {
    cursor: pointer;
}
.contenedortabla {
    width: 100%;
    overflow-x: auto;
}
.iti {
     display: block;
}

.iti__flag-container {
    top: 13px;
}

.nav-link:focus, .nav-link:hover {
    color: #B4B1B6;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-item {

}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.EncabezadoModal {
    display: inline-block;
    font-size: x-large;
    font-weight: bold;
    float: left;
}
.boton_icono {
    color: black;
    cursor: pointer;
    display: inline;
    text-decoration: none;
    margin: 1px;
}
.boton_icono i:nth-child(2) {
    font-size: x-small;
    top: -10px;
    position: relative;
    left: -8px;
}
.mailheader {
    font-size: small;
    margin-top: 5px;
    border-top: solid 1px gray;
    padding-top: 5px;
}
.elemento_mail {
    border-bottom: #0b2e13 1px solid;
    border-right: #0b2e13 1px solid;
    border-left: #0b2e13 1px solid;
    position: relative;
    transition: 0.3s;
    min-height: 90px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1%;
    padding-right: 1%;
}

.elemento_mail:first-child {
    border-top: #0b2e13 1px solid;
}

.elemento_mail.active {
    background-color: rgba(0,0,0,0.2);
}

.elemento_mail:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.elemento_mail  input[type="checkbox"] {
    position: relative;
    float: left;
    top: 5px;
    left: -2px;
}
.elemento_mail .de {
    position: relative;
    font-size: 14px;
    float: left;
    top: 1px;
    left: 2%;
    width: 70%;
}
.elemento_mail .brief {
    position: relative;
    font-size: 10px;
    font-weight: lighter;
    float: left;
    top: 0px;
    left: 5%;
    width: 95%;
}
.elemento_mail .asunto {
    font-size: 12px;
    position: relative;
    float: left;
    top: 0px;
    left: 3%;
    width: 95%;
}
.elemento_mail .fecha {
    font-size: 10px;
    position: relative;
    float: right;
    bottom: 3px;
    right: 0px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: '\f0c6';
    font-family: 'Font Awesome 6 Free', sans-serif;
    font-size: 20px;
    color: #5d5d5da0;
    width: 30px;
    height: 38.04px;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}
.labelfile {
    font-size: 20px;
    width: 15%;
    height: 38.04px;
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    color: white;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.tarjeta_btns {
    position: relative;
    float: left;
    width: 30%;
    min-height: 100px;
    min-width: 150px;
}
.tarjeta_btns .table {
    position: relative;
    width: 90%;
    margin-left: 10%;
}
.tarjeta_btns button,.tarjeta_btns a {
    width: 90%;
    margin: auto auto 10px;
}
.TablaCO {
    display: inline-block;
    width: 100%;
}

.BarraBoton {
    width: 90%;
    margin-left: 5%;
    height: 70px;
    background-color: #6A9081;
    color: #00493F;
    font-family: Cambria, SansSerif;
    font-size: 35px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 10px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.DescripcionBoton {
    width: 90%;
    margin-left: 5%;
    background-color: #ECE4DC;
    color: #00493F;
    font-family: Cambria, SansSerif;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: auto;
}
.BarraBoton .texto {
    width: 100%;
    position: relative;
    float: left;
}
.BarraBoton .texto:after {
    content: '\f070';
    font-family: 'Font Awesome 5 Free';
    margin-right: 30px;
    float: right;
}
.BarraBoton.active .texto:after {
    content: '\f06e';
}

/*------   CONFIGURACIÓN EMAILS ------------*/

.primeraparte {
    display: inline-block !important;
    padding-right: 30px;
}
.primeraparte.active {
    font-weight: bolder;
}
.segundaparte {
    display: inline-block;
    font-size: xx-small;
    position: absolute;
    right: 0;
}
.segundapartemail {
    display: inline-block;
    font-size: xx-small;
    position: relative;
    width: 100%;
    float: left;
}
.tooltip-inner {
    display: flow-root;
}
.Adjunto_attach {
    display: inline;
    position: relative;
    float: left;
}
.tarjeta_img {
    position: relative;
    float: left;
    width: 150px;
}
.tarjeta_txt {
    position: relative;
    float: left;
    width: 100px;
    line-height: 25px;
}
.tarjeta_img img {
    max-width: 20px;
    max-height: 20px;
    float: left;
    margin: 2.5px;
}
.close {
    float: right;
    font-size: 25px;
    border: none;
    line-height: 32px;
    width: 30px;
    height: 30px;
    padding: 0 2px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
}
.noclose {
    float: left;
    font-size: 25px;
    border: none;
    line-height: 32px;
    width: 30px;
    height: 30px;
    padding: 0 2px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
}
.closesmall {
    float: right;
    font-size: 15px;
    border: none;
    line-height: 18px;
    width: 20px;
    height: 20px;
    padding: 2px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
}
.icon-sort {
    color: blue;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.icon-sort i {
    display: inline-block;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    float: right;
}
.etiqueta {
    text-align: left;
    font-weight: bold;
}
.etiquetab {
    text-align: left;
}
.numero {
    text-align: right;
}
.text-right {
    text-align: right;
}
.valor {
    text-align: left;
}
.form-check-input {
    margin-top: unset;
}
.clase_contacto {
    width: 50%;
    display: inline-block;
}
.mh-250 {
    min-height: 250px;
}
.maxh-250 {
    max-height: 250px;
}
.d-contents {
    display: contents;
}
#styleSelector2 {
    display: none;
    transition-delay: 0.5s;
    transition-timing-function: linear;
}
#styleSelector2.open {
    display: block;
}
.fakeLoader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #00000050;
    z-index: 100000;
}
.alert svg {
    height: 30px;
    width: 30px;
}
.alert ul {
    margin-top: 0;
    margin-bottom: 0;
}
.fakeLoader img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30%;
    height: 30%;
    transform: translate(-50%,-50%);
}
.wrapperbell {
    position:relative;
    display: flex;
    width: 15px;
    height: 15px;
    top:-20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.font-weight-bold {
    font-weight: bold;
}

.bell .material-icons {
    /* font-size:12rem !important; */
    /* font-size:36px !important; */
    font-size:24px !important;
}

.bell {
    position:relative;
    display:inline-block;
    /* border:dashed 1px rgba(0,0,0,.25); */
    margin:0;
    padding:0;
    top: 5px;
    /*left: 5px;*/
}

.bell .anchor {
    transform-origin:center top;
    display:inline-block;
    margin:0;
    padding:0;
}

.form-outline {
    display: flex;
    width: 100%;
    overflow: auto;
}

.vcard {
    width: 250px;
    height: 32px;
    background-color: rgba(10, 166, 153, 0.5);
    border-radius: 15px;
    padding: 4px;
    padding-left: 10px;
    margin: 2px;
    overflow: hidden;
    font-size: 12px;
    float: left;
}

.pildora {
    margin: 5px;
    border: black solid;
    border-radius: 10px;
    position:relative;
    float: left;
    font-size: 10px;
    padding: 3px;
    width: 90%;
    max-width: 200px;
    overflow-wrap: anywhere;
    display: inline;
}

.pildora a {
    float: right;
}

.toast_main {
    width: 80%;
    min-height: 50px;
    background: #00000050;
    border-radius: 25px;
    position: fixed;
    left: 10%;
    bottom: 30px;
    color: white;
    text-align: center;
    z-index: 1;
    display: none;
}


.bell .layer-1 {
    color: #b0b01b;
    animation: animation-layer-1 5000ms infinite;
    top:5px;
    left:0;
    opacity:0;
}

.bell .layer-2 {
    color: #ffff00;
    position:absolute;
    top:5px;
    left:0;
    animation: animation-layer-2 5000ms infinite;
}

.bell .layer-3 {
    color: #bbbb1b;
    position:absolute;
    top:5px;
    left:0;
    animation: animation-layer-3 5000ms infinite;
}

@keyframes animation-layer-1 {
    0% { transform: rotate(0deg);opacity:0; }
    8.0% { transform: rotate(0deg);opacity:0; }
    12.0% { transform: rotate(42deg);opacity:.5; }
    16.0% { transform: rotate(-35deg);opacity:.4; }
    20.0% { transform: rotate(0deg);opacity:.1; }
    23.0% { transform: rotate(28deg);opacity:.3; }
    26.0% { transform: rotate(-20deg);opacity:.2; }
    29.0% { transform: rotate(0deg);opacity:.1; }
    31.0% { transform: rotate(16deg);opacity:0; }
    33.0% { transform: rotate(-12deg);opacity:0; }
    35.0% { transform: rotate(0deg);opacity:0; }
    37.0% { transform: rotate(-6deg);opacity:0; }
    39.0% { transform: rotate(0deg);opacity:0; }
}

@keyframes animation-layer-2 {
    0% { transform: rotate(0deg); }
    8.0% { transform: rotate(0deg); }
    12.0% { transform: rotate(42deg); }
    16.0% { transform: rotate(-35deg); }
    20.0% { transform: rotate(0deg); }
    23.0% { transform: rotate(28deg); }
    26.0% { transform: rotate(-20deg); }
    29.0% { transform: rotate(0deg); }
    31.0% { transform: rotate(16deg); }
    33.0% { transform: rotate(-12deg); }
    35.0% { transform: rotate(0deg); }
    37.0% { transform: rotate(-6deg); }
    39.0% { transform: rotate(0deg); }
    40.0% { transform: rotate(6deg); }
    44.0% { transform: rotate(-3deg); }
    49.0% { transform: rotate(2deg);}
    55.0% { transform: rotate(0deg); }
    62.0% { transform: rotate(1deg); }
    70.0% { transform: rotate(0deg); }
}

@keyframes animation-layer-3 {
    0% { transform: rotate(0deg);opacity:1; }
    8.0% { transform: rotate(0deg);opacity:1; }
    12.0% { transform: rotate(52deg);opacity:.5; }
    16.0% { transform: rotate(-48deg);opacity:.4; }
    20.0% { transform: rotate(0deg);opacity:1; }
    23.0% { transform: rotate(42deg);opacity:.3; }
    26.0% { transform: rotate(-30deg);opacity:.2; }
    29.0% { transform: rotate(0deg);opacity:1; }
    31.0% { transform: rotate(26deg);opacity:.15; }
    33.0% { transform: rotate(-18deg);opacity:.1; }
    35.0% { transform: rotate(0deg);opacity:1; }
    37.0% { transform: rotate(-12deg);opacity:.8; }
    40.0% { transform: rotate(6deg);opacity:1; }
    44.0% { transform: rotate(-3deg);opacity:.8; }
    49.0% { transform: rotate(2deg);opacity:1; }
    55.0% { transform: rotate(0deg);opacity:1; }
    62.0% { transform: rotate(1deg);opacity:1; }
    70.0% { transform: rotate(0deg);opacity:1; }
}

.numnots {
    position: absolute;
    right: 0;
    top: 0;
    font-size: xx-small;
    background-color: #70ca63;
    color: #fff;
}
/* Remove default bullets */
ul.timer_arbol li {
    list-style-type: none;
    position: relative;
}

.timer_arbol .primeraparte:hover {
    background-color: #0b9c8f;
    cursor: pointer;
}



.timer_arbol ul {
    padding-left: 1rem;
}

/* Remove margins and padding from the parent ul */
.timer_arbol {
    margin: 0;
    padding: 0;
    font-size: small;
}

/* Style the caret/arrow */
.timer_arbol .caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.timer_arbol .caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.timer_arbol .caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.timer_arbol .nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.timer_arbol .active {
    display: block;
}

/* Comment */

.comment {
    position: relative;
    margin: 10px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 8px;
    float: left;
}
.comment-comentario {
    display: flex;
    align-items: center;
    margin-right: 45px;
}
.comment-voting {
    width: 20px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 12px;
}

.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comment-author:hover {
    text-decoration: underline;
}
.replies {
    margin-left: 20px;
}

/* Adjustments for the comment border links */

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replies {
    margin-left: 28px;
}

/* Adjustments for toggleable comments */

details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}
details.comment summary::-webkit-details-marker {
    display: none;
}
details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
details.comment[open] .comment-heading::after {
    /*content: "Ocultar";*/
}
details.comment:not([open]) .comment-heading::after {
    /*content: "Mostrar";*/
}

.nocomment {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Resets cursor, and removes prompt text on Internet Explorer */
    .comment-heading {
        cursor: default;
    }
    details.comment[open] .comment-heading::after,
    details.comment:not([open]) .comment-heading::after {
        content: " ";
    }
}
.pr-2 {
    padding-right: 5px;
}
.listaarchivos {
    width: 100%;
    display: flex;
}

/*PASTILLAS PARA VARIABLES*/

.pastilla {
    float: left;
    border: black 1px solid;
    border-radius: 15px;
    position: relative;
    width: 150px;
}
.pastilla .titulo {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: black 1px solid;
    padding: 5px;
}
.first_newline .form-check {
    display: inline-block;
    width: 50%;
}
.form-group {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

/*TOOLTIPSTER*/

.enlace {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
.enlace1 {
    cursor: pointer;
    text-decoration: none !important;
}
.tooltip_templates {
    display: none;
}
.tooltipstered {
    cursor: pointer;
    position: relative;
}

.tooltipster-sidetip .tooltipster-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
    border: #000000 1px solid;
    overflow: hidden;
    padding: 5px;
}

.tooltip-inner {
    background-color: #FFFFFF;
    border: #000000 1px solid;
    border-radius: 5px;
    color: #000000;
}
.tooltipster-base {
    position: absolute;
}

.containerObs {
    position: relative;
    min-height: 35px;
}

#ModalInfoHeader .btn {
    float: unset;
}
.banderas {
    width: 30px;
    height: 30px;
    float: right;
}
.comment-thread {
    border: 1px solid grey;
    border-radius: 5px;
    margin: 3px;
    margin-right: 100px;
}
.close .bi-plus-circle {
    margin-left: 5px;
    margin-top: 3.5px;
}
.close .bi-eye,.close .bi-eye-slash {
    margin-left: 1px;
    line-height: 28px;
    font-size: 16px;
    vertical-align: top;
}
.tablaContainer {
    width: 100%;
    overflow: auto;
}
.obsMainContainer {
    width: 90%;
    margin-left: 5%;
    position: relative;
    padding: 5px;
    border: #191919 1px solid;
    border-radius: 10px;
    overflow: hidden;
}

.headerObs {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #6A908170;
    color: #00493F;
    font-family: Cambria, SansSerif;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 2px;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
}
.headerObs .titulo {
    position: absolute;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 0;
    display: block;
    top: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bodyObs.observaciones {
    min-height: 35px;
}
.comment-grupo {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    padding-right: 5px;
    text-align: right;
}
.pageheader {
    width: 100%;
    height: 30px;
}
.text-blue {
    color: #0000FF;
}
.ml-5 {
    margin-left: 5% !important;
}
.xsmall {
    font-size: 0.7em;
}
.notinymce {
    width: 100%;
    min-height: 200px !important;
}

input[type="date"] {
    -webkit-align-items: center;
    display: inline-flex;
    font-family: monospace;
    overflow: hidden;
    padding: 0;
    -webkit-padding-start: 1px;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.seccionMenu {
    position: absolute;
    top: 7px;
    left: -4px;
    display: list-item;
}
.item_pais, .item_competidor,.item_fecha,.item_grupo_fecha,.item_grupo_secciones {
    width: calc(19.4% - 4px);
    overflow: hidden;
    padding: 5px;
    height: 45px;
    border: 1px solid #005cbf;
    border-radius: 5px;
    margin-left: 0.6%;
    margin-top: 2px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.item_pais {
    height: unset;
    width: unset;
}
.item_pais.active, .item_competidor.active, .item_fecha.active, .btn-dash.active,.item_grupo_fecha.active,.item_grupo_secciones.active {
    background-color: #005cbf;
    color: #FFFFFF;
}
.btn-dash {
    width: 200px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border: #005cbf 1px solid;
    border-radius: 5px;
    display: table-cell;
    font-weight: bold;
    margin: 5px;
    border-spacing: 10px;
    cursor: pointer;
}
#maincontenido p {
    display: block;
}
.item-submenu {
    position: relative;
}
.footnote {
    position: absolute;
    right: 10px;
    font-size: x-small;
    top: 50%;
    transform: translateY(-50%);
}
.footnote.vacio {
    position: unset;
    float: right;
    transform: unset;
    top: unset;
}
.vertical-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}