:root {
    --PQ_BACKGROUND: #F8F8F8;
    --PQ_BACKGROUND_SECONDARY: #FFFFFF;
    --PQ_BOTOM_PRIMARY: #C5DB02;
    --PQ_BOTOM_PRIMARY-2: #a0af01;
    --PQ_BOTOM_ERROR: #8a2222;
    --PQ_PRIMARY_TEXT: #010101;
    --PQ_SECONDARY_TEXT: #FFFBF5;
    --PQ_COLOR_RED: #8a2222;
    --card-shadow: 0 8px 20px rgba(68,83,240,0.18);
}

* {
    margin: 0;
    padding: 0;
}

/* SITE */
html, body {
	background-color: var(--PQ_BACKGROUND);
	font-family: 'Roboto', sans-serif;
	color: var(--PQ_PRIMARY_TEXT);
	height:100%;
    font-size: 12px;
}

p {margin: 0px; padding: 0px;}
h1 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1rem;
}
h1, h2, h3, h4 {margin: 0px; padding: 0px;}
hr {margin: 2px 0px 0px 0px;}
a {color: var(--PQ_PRIMARY_TEXT); text-decoration: none;}
.fa {
    font-size: 18px;
    color: var(--PQ_PRIMARY_TEXT);
}

.fas {
    font-size: 15px;
    color: var(--PQ_PRIMARY_TEXT);
}

.richText {
    position: relative;
    background-color: #131429 !important;
    border: #333 solid 1px;
    color: var(--PQ_PRIMARY_TEXT);
    width: 100%;
}

.pq_container {width:100%;height: 100%;}
.pq_separacion {width: 100%; min-height: 30px; content: "";}
.pq_sidebar{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: var(--PQ_BACKGROUND_SECONDARY);
    display: flex;
    flex-direction: column;
}

.pq_card {
	background-color: var(--PQ_BACKGROUND_SECONDARY);
	color: var(--PQ_PRIMARY_TEXT);
	border-radius: 5px;
	min-height: 60px;
	margin: 10px;
    min-height: 130px;
}

#pq_users_register {
    margin-top: 0;
    margin-bottom: 0;
    height: calc(100% - 130px);
    overflow-y: auto;
    scroll-snap-type: y;
}

.pq_sidebar .pq_logo {
	width: 50%;
    margin: 20px;
}

.pq_space {height: 20px;}

.pq_avatar {
	border-radius: 50%;
    height: 68px;
    width: 68px;
    object-fit: cover;
    object-position: center;
}

.pq_avatar_mini {
	border-radius: 50%;
    height: 38px;
    width: 38px;
    object-fit: cover;
    object-position: center;
}

.pq_avatarP {
	border-radius: 50%;
    height: 38px;
    width: 38px;
    object-fit: cover;
    object-position: center;
}

.pq_circulo {
	background-color: var(--PQ_BOTOM_PRIMARY);
	color: var(--PQ_PRIMARY_TEXT);
	border-radius: 50%;
    height: 39px;
    width: 39px;
    object-fit: cover;
    object-position: center;
	margin: 8px 8px;
    font-size: 25px;
}

#pq_info_user {
	color: var(--PQ_PRIMARY_TEXT);
	padding-top: 20px;
    text-align: center;
}
#pq_info_user h2 {
	color: var(--PQ_PRIMARY_TEXT);
	font-size: 20px;
    line-height: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pq_info_user p {
	color: var(--PQ_SECONDARY_TEXT);
	font-size: 16px;
    line-height: 38px;
	font-weight: 400;
}

.pq_subtitle {
	color: var(--PQ_SECONDARY_TEXT);
	font-size: 15px;
    line-height: 38px;
	font-weight: 400;
	padding-left: 25px;
}
/* MENU */
.pq_menu {
    width: 100%;
    border-top: 2px solid var(--PQ_BACKGROUND);
    border-bottom: 2px solid var(--PQ_BACKGROUND);
    overflow-y: scroll;
    max-height: 100%;
}
.pq_menu ul {
	width: 100%;
    padding: 0px;
    margin: 0px;
}

.pq_menu .item {
    border-top: 1px solid var(--PQ_BACKGROUND);
    overflow: hidden;
	margin: 0px;
}

.pq_menu .item span {color: var(--PQ_PRIMARY_TEXT);}

.btn_active {
    display: block;
    padding: 10px 15px;
    background: var(--PQ_BOTOM_PRIMARY);
    color: var(--PQ_PRIMARY_TEXT);
	border-radius: 5px;
    position: relative;
}

.btn_active i {margin-right: 5px;}

.divInfo {
    display: flex;
    float: left;
    width: calc(50% - 10px);
    margin: 5px;
}
.divHorario {
    display: flex;
    float: left;
    width: calc(100% - 10px);
    margin: 5px;
}

.btn_horario_main {
    display: inline-grid;
    cursor: pointer;
    float: left;
    width: calc(50% - 14px);
    height: 50px;
    text-align: center !important;
    padding: 1px 5px;
    color: var(--PQ_BOTOM_PRIMARY);
    background: var(--PQ_BACKGROUND);
	border-radius: 10px;
    position: relative;
    margin: 2px;
}
.btn_horario_main .fecha {font-size: 12px; margin-top: 5px; color: #ffffff;}
.btn_horario_main .hora {font-size: 22px; font-weight: bold; margin-bottom: 5px}

.btn_horario {
    display: block;
    width: 100%;
    padding: 1px 5px;
    color: var(--PQ_PRIMARY_TEXT);
    background: var(--PQ_BOTOM_PRIMARY);
	border-radius: 5px;
    position: relative;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
}

.btn_info {
    width: 100%;
    padding: 1px 5px;
    color: var(--PQ_PRIMARY_TEXT);
    background: var(--PQ_BOTOM_PRIMARY);
	border-radius: 5px;
    position: relative;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

.btn_mini_red {
    padding: 5px;
    color: var(--PQ_SECONDARY_TEXT);
    background: #ad0505;
    margin-left: 3px;
	border-radius: 5px;
}

.btn_mini {
    display: block;
    padding: 6px;
    color: var(--PQ_PRIMARY_TEXT);
    background: var(--PQ_BOTOM_PRIMARY);
	border-radius: 5px;
    position: relative;
    text-align: center;
}
.btn_mini:hover {background: var(--PQ_BACKGROUND_SECONDARY);}

.btn_form {
    display: block;
    padding: 6px 15px;
    color: var(--PQ_PRIMARY_TEXT);
    background: var(--PQ_BOTOM_PRIMARY);
	border-radius: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.btn_form:hover {background: #8bc34a;}

.btn_form_red {
    display: block;
    padding: 10px 15px;
    color: var(--PQ_PRIMARY_TEXT);
    background: var(--PQ_BOTOM_ERROR);
	border-radius: 5px;
    position: relative;
    text-align: center;
}
.btn_form_red:hover {background: var(--PQ_BACKGROUND_SECONDARY);}

.btn {
    display: block;
    padding: 10px 15px;
    color: var(--PQ_PRIMARY_TEXT);
    background: var(--PQ_BACKGROUND_SECONDARY);
	border-radius: 5px;
    position: relative;
    text-align: left;
}

.btn:hover {background: var(--PQ_BOTOM_PRIMARY);}

.btn i {margin-right: 5px;}

.pq_btn {
    display: block;
    padding: 5px 15px;
    background: var(--PQ_BACKGROUND);
    color: var(--PQ_PRIMARY_TEXT);
	border-radius: 5px;
    position: relative;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 3px 1px var(--PQ_PRIMARY_TEXT);
}

.pq_btn_salir {
    display: block;
    margin: 10px;
    padding: 5px 15px;
    background: var(--PQ_BACKGROUND);
    color: var(--PQ_PRIMARY_TEXT);
    border-radius: 5px;
    cursor: pointer;
    width: calc(100% - 55px);
	text-align: center;
    transition: all 0.3s ease-in-out;
}

.pq_btn_salir span {
	color: var(--PQ_PRIMARY_TEXT);
}

.smenu {
    background: var(--PQ_BACKGROUND);
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
}

.smenu a {
    display: block;
    padding: 10px 20px;
    color: white;
    margin: 4px 0;
    position: relative;
}

.smenu a:hover::before {
    opacity: 1;
}

.item:target .smenu {
    max-height: 10em;
} 

.pq_title {
    margin: 10px 20px 0px;
    text-transform: uppercase;
}

.pq_card_body {
    margin: 0px 20px 20px;
    color: var(--PQ_BOTOM_PRIMARY);
    border-right: 3px solid #131429;
}

.pq_card_body_no_border {
    margin: 0px 20px 20px;
    color: var(--PQ_BOTOM_PRIMARY);
}

.pq_estadistica_title {
    font-size: 15px;
    color: var(--PQ_SECONDARY_TEXT);
}

.pq_estadistica_value, .fas {
    font-size: 20px;
}
.pq_estadistica_up_down, .fas {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.pq_color_up, .pq_color_up .fas {color: var(--PQ_BOTOM_PRIMARY);}
.pq_color_down, .pq_color_down .fas {color: var(--PQ_COLOR_RED);}

#pq_list_eventos {
    list-style: none;
    padding-left: 10px;
    height: 283px;
    width: calc(100% - 20px);
    margin: 0;
    overflow-y: auto;
    scroll-snap-type: y;
}

#pq_card_list_clubes {
    height: calc(100% - 40px);
    overflow-y: auto;
    scroll-snap-type: y;
}

#pq_card_list_profile {
    height: calc(100% - 40px);
    overflow-y: auto;
    scroll-snap-type: y;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#pq_list_eventos li {
    color: var(--PQ_SECONDARY_TEXT);
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
}

#pq_list_eventos li:hover {
    background-color: var(--PQ_BOTOM_PRIMARY);
    color: var(--PQ_PRIMARY_TEXT);
    border-radius: 5px;
}

#pq_list_clubes {
    list-style: none;
    padding: 0px;
    margin: 10px;
}
#pq_list_clubes li {
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
}
#pq_list_clubes li:hover {
    background-color: var(--PQ_BOTOM_PRIMARY);
    border-radius: 5px;
}
#pq_list_clubes .pq_posicion {
    float: left;
    width: 30px;
    text-align: center;
    padding-top: 3px;
}
#pq_list_clubes .pq_posicion div {
    padding: 5px;
    background: #5b5b62;
    color: #fff;
    border-radius: 4px;
}
#pq_list_clubes .pq_clubes_content {
    float: left;
    display: grid;
    width: calc(100% - 90px);
    color: var(--PQ_SECONDARY_TEXT);
    font-size: 12px;
    padding-left: 10px;
}
#pq_list_clubes .pq_clubes_content b {
    color: var(--PQ_PRIMARY_TEXT);
    font-weight: 400;
}
#pq_list_clubes .pq_clubes_estadistica {
    float: left;
    width: 50px;
    text-align: right;
    padding-right: 10px;
}

/* LIST PROFILE */
#pq_list_profile {
    list-style: none;
    padding: 0px;
    margin: 10px;
}
#pq_list_profile li {
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
}
#pq_list_profile li:hover {
    background-color: var(--PQ_BOTOM_PRIMARY);
    border-radius: 5px;
}
#pq_list_profile .pq_posicion {
    float: left;
    width: 30px;
    text-align: center;
}
#pq_list_profile .pq_posicion .fas {
    color: var(--PQ_PRIMARY_TEXT);
    font-size: 15px;
}
#pq_list_profile .pq_profile_content {
    float: left;
    display: grid;
    width: calc(100% - 90px);
    color: var(--PQ_SECONDARY_TEXT);
    font-size: 14px;
}
#pq_list_profile .pq_profile_content b {
    color: var(--PQ_PRIMARY_TEXT);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pq_list_profile .pq_profile_estadistica {
    float: left;
    width: 50px;
    text-align: right;
    padding-right: 10px;
}

/* LIST USERS */
#pq_list_users_tarjetas {
    list-style: none;
    padding: 0px;
    margin: 10px;
}
#pq_list_users_tarjetas li {
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
}
#pq_list_users_tarjetas li:hover {
    background-color: var(--PQ_BOTOM_PRIMARY);
    border-radius: 5px;
}
#pq_list_users_tarjetas .pq_posicion {
    float: left;
    width: 30px;
    text-align: center;
}
#pq_list_users_tarjetas .pq_posicion .fas {
    color: var(--PQ_PRIMARY_TEXT);
    font-size: 18px;
}
#pq_list_users_tarjetas .pq_profile_content {
    float: left;
    display: grid;
    width: calc(100% - 90px);
    color: var(--PQ_SECONDARY_TEXT);
    font-size: 14px;
}
#pq_lipq_list_users_tarjetasst_users .pq_profile_content b {
    color: var(--PQ_PRIMARY_TEXT);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pq_list_users_tarjetas .pq_profile_estadistica {
    float: left;
    width: 50px;
    text-align: right;
    padding-right: 10px;
}


#pq_list_users {
    list-style: none;
    padding: 0px;
    margin: 10px;
}
#pq_list_users li {
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
}
#pq_list_users li:hover {
    background-color: var(--PQ_BOTOM_PRIMARY);
    border-radius: 5px;
}
#pq_list_users .pq_posicion {
    float: left;
    width: 30px;
    text-align: center;
}
#pq_list_users .pq_posicion .fas {
    color: var(--PQ_PRIMARY_TEXT);
    font-size: 18px;
}
#pq_list_users .pq_profile_content {
    float: left;
    display: grid;
    width: calc(100% - 90px);
    color: var(--PQ_SECONDARY_TEXT);
    font-size: 14px;
}
#pq_list_users .pq_profile_content b {
    color: var(--PQ_PRIMARY_TEXT);
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pq_list_users .pq_profile_estadistica {
    float: left;
    width: 50px;
    text-align: right;
    padding-right: 10px;
}

.pq_title2 {
    color: var(--PQ_SECONDARY_TEXT);
    padding: 10px 10px 0px;
    margin: 0;
}

.pq_barTitle {
    display: flex;
    padding: 0;
    margin: 10px;
}

.pq_barTitle h5 {
    padding: 0;
    margin: 0;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pq_barTitle a {
    padding: 0;
    margin: 0;
    width: 10%;
    background: #2fc741;
    text-align: center;
    border-radius: 5px;
    padding-top: 3px;
}

.pq_overlay {
    position: fixed;
    height: 100%; 
    width: 100%;
    top: 0;
    right: 0;  
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 1;
 }
 
 .pq_popup {
    max-width: 800px;
    max-height: 650px;
    overflow-y: scroll;
    width: 80%;
    height: 80%; 
    padding: 20px;
    position: relative;
    background: var(--PQ_BACKGROUND_SECONDARY);
    margin: 20px auto;
 }
 
 .pq_popup_close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    color: #000;
    background: #c5db02;
    padding: 5px;
}

#tblKeys tr .links { display:none; }
#tblKeys tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; }

#tblPartidos tr .links { display:none; }
#tblPartidos tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblCoaches tr .links { display:none; }
#tblCoaches tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblClubes tr .links { display:none; }
#tblClubes tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblUsers tr .links { display:none; }
#tblUsers tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblUsers2 tr .links { display:none; }
#tblUsers2 tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblEventos tr .links { display:none; }
#tblEventos tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblFaqs tr .links { display:none; }
#tblFaqs tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblKinOfCourt tr .links { display:none; }
#tblKinOfCourt tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

#tblLigaTorneo tr .links { display:none; }
#tblLigaTorneo tr:hover .links { display:block; position: absolute; background: #c5db02; padding: 5px; border-radius: 5px; left: 60px; }

.itemEncuentro {
    display: inline-table;
    text-align: center;
    background: #ffffff;
    color: #000000;
    padding: 5px;
    border-radius: 5px;
    float: left;
    width: 46%;
    margin: 2px;
}

.divUsersMain{
    float: left;
    width: 40%;
    background: #8bc34a;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.divSoltar {
    display: inline-block;
    background: #ffffff;
    width: calc(100% - 10px);
    min-height: 90px;
    padding: 5px;
    border-radius: 10px;
}

.cardJI{
    background: #8bc34a;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.cardJIP{
    background: #5f9522;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.pq_marco {
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px;
}

.pq_btn_box {
    margin: 2px;
    padding: 5px 15px;
    background: var(--PQ_BOTOM_PRIMARY);
    color: var(--PQ_PRIMARY_TEXT);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    float: left;
}

/* CSS CINTA DEV */
.ribbon-1 {
    position: fixed;
    background: #9b0808;
    color: #ffffff;
    box-shadow: 0 0 0 999px #9b0808;
    clip-path: inset(0 -100%);
    z-index: 1;
    padding: 2px;
    font-size: 15px;
}
.left {
    inset: 0 auto auto 0;
    transform-origin: 100% 0;
    transform: translate(-29.3%) rotate(-45deg);
}
.right {
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
}

.ribbon-2 {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: 
        polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

/* CARD */
.pq_card_franquicia {
    padding: 10px !important;
    background: #fff;
    min-width: 360px;
    min-height: 70px;
    border-radius: 10px;
    margin: 5px;
    color: #000;
}
.shadow1 {box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);}
.shadow2 {box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);}

/* TABLA */
.table {
    width: 100%;
    max-width: 100%;
    background: #43467a52;
    border-spacing: 0;
    border-collapse: collapse;
}

.table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px !important;
    padding: 5px;
}

.table-standings .player-name {
    text-align: left;
    padding-left: 10px;
}

.table-standings td.table-points {
    background-color: #6ede2963;
    font-weight: bold;
    font-size: 15px !important;
}

.table.table-standings thead th, .table.table-standings tbody tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.table-standings tr:nth-child(odd) {background-color: #43467a52;}
.table-standings tr:nth-child(even) {background-color: #131429;}
.table-standings {border-collapse: collapse;}
.table-standings td {padding: 5px;}
.table-standings caption {
    font-style: italic ;
    background-color: black ;
    color: white ;
}

/* MAIN MODAL */
#popup {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
 
.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    width:650px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}
 
.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    padding: 10px;
    font-weight: bold;
}
 
.popup-overlay {
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
 
.close {
    position: absolute;
    right: -10px;
    top: -10px;
}

/* TEMPLATE RESULTADOS */
.inputResultados {
    width: 70px;
    text-align: center;
    font-size: 2rem;
    margin: 2px;
}
.colorGanador{
    background: #00c708;
    text-align: center;
    padding: 10px;
    color: #fff;
    opacity: 0;
}

.ganadores{background: #e6e206;color: #444;}
.perdedores{background: #dc1111;color: #fff;}

/* TABLA PISTAS */
.tblPistas th{background: #0b140d;padding: 5px;text-align: center;color: #fff; font-size: 12px; width: 90px;}
.tblPistas td{background: #80FF00;cursor: pointer;padding: 5px; font-size: 12px; width: 110px; height: 35px; }
.tblPistas td:hover{background: #bad0be;}
.tblPistas td.desactivado{background: #bad0be;}

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: #2e2e55;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
}

/* Style the links inside the navigation bar */
.navbar h1 {
    float: left;
    display: block;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 15px;
    margin: 5px;
    border-right: 1px solid #fff;
}

.navbar a {
    float: left;
    display: block;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 12px;
    margin: 5px;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    border-radius: 5px;
    color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
    background-color: #04AA6D;
    border-radius: 5px;
    color: white;
}
.navbar a.error {
    background-color: #ed0d0d;
    border-radius: 5px;
    color: white;
}
.navbar a.warning {
    background-color: #eca009;
    border-radius: 5px;
    color: white;
}

/**/
.qm_dropdown {
    position: relative;
    display: inline-block;
}
  
.qm_dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: #43467a;
    border-radius: 5px;
    min-width: 120px;
    font-size: 12px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 0px;
    left: -13px;
    z-index: 1;
}
  
.qm_dropdown:hover .qm_dropdown-content {display: block;}

.qm_dropdown-content p {font-size: 12px; padding-left: 10px;}
.qm_dropdown-content p:hover {border-radius: 3px; background: #00c708;}

.pop-comp-content {
    padding: 0px;
    min-height: 80px;
    font-size: 12px;
}
.pop-comp-content ul {list-style-type: none; padding-left: 0px;}
.pop-comp-content ul li { margin-bottom: 5px;}

.altoMain {
    height: 600px;
    overflow-y: auto;
    scroll-snap-type: y;
}
.altoMainMini {
    height: 310px;
    overflow-y: auto;
    scroll-snap-type: y;
}

.separacion{height: 10px; width: 100%;}
#tblUsers {display: block; overflow-x: auto; white-space: nowrap;}

.pq_btn_error {background: #8a2222;}

#lista_idUser {
    position: absolute;
    display: none;
    padding: 5px;
    z-index: 1;
    list-style: none;
}
#lista_idUser ul{
    list-style: none;
}
#lista_idUser li{
    cursor: pointer;
    padding: 10px;
}
#lista_idUser li:hover{
    background: #00c708;
}

.listaMain a {
    color:#2e2e55;
    padding: 5px;
    margin: 10px;
}
.listaMain .fa{
    color:#2e2e55;
    font-size: 12px;
}

.pq_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.tdDiaCal {cursor: pointer;}
.input_error{border: 2px red dashed }
.input_ok{border: 2px green solid }


/* loading mask kotc */

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
#succeedMessage {display:none;color:#36f;font:bold 18px;}

/* EXTRAS */
.card-header h3 {background-color: #c5db02; padding: 5px 5px 5px 10px; border-radius: 10px; text-align: left;}
.marco{border: 1px solid #c5db02; border-radius: 10px; padding: 5px; margin: 5px;}