:root {
    --menu-bg-hovercolor: #2979ff;
    --cursor-hovercolor: #6200ea;
    --text-unselec: #78909C;
}

body {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    background-color: #042f94;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/backup.webp);

}


body::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 0px;
    /* Tamaño del scroll en horizontal */
    /* Ocultar scroll */
    background-color: #dcdcdc;
}

::-webkit-scrollbar-thumb {
    background-color: var(--menu-bg-hovercolor);

}

header {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;

}

header .google-auto-placed {
    display: none;

}

#TitleID {
    top: 20px;
    position: relative;
    font-size: 100px;
    font-weight: bold;
    color: aliceblue;
}

#IDSubTitle {
    position: relative;
    font-size: 30px;
    font-weight: 100;
    opacity: 0.7;
    color: aliceblue;
    text-shadow: black 4px 1px 3px;
}

.containerIMGHEADER {
    width: 100%;
    height: 200px;
    overflow: hidden;

    display: grid;
    align-items: center;
    justify-content: center;
    Color: white;

}

a {
    text-decoration: none;

}


/* BODY CARDS START */


.Pnav {
    margin: 0 auto;
    width: 97%;
    height: 40px;
    margin-bottom: 10px;

}

.MenuObj {
    margin: 0 auto;
    width: 100px;
    height: 100%;
    color: white;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
}

.MenuObjSUB {
    margin: 0 auto;
    width: 100px;
    height: 60px;
    color: white;
    position: absolute;
    left: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
}

.MenuObjPlus {
    margin: 0 auto;
    width: 100px;
    height: 100%;
    color: white;
    position: relative;
    float: left;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.MenuObjUser {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    Color: white;
    font-size: 17px;
    margin-right: 10px;

}

.MenuObjSet {
    width: 2%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    Color: white;

}

.MenuObj:hover {
    background-color: #2979ff;
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.MenuObjSUB:hover {
    background-color: #2979ff;
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.MenuObjPlus:hover {
    background-color: #2979ff;
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
}

#SearchBarBox {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    color: white;
}

#SearchBarLabel {
    margin: 0 auto;
    color: white;
    margin-top: -12px;
}


.contenlayers {
    width: 100%;
    height: 100%;
    display: flex;

}

.Particles {
    margin: 0 auto;
    width: 97%;
    height: 600px;
    background-color: white;
    position: relative;
    float: left;
    overflow: auto;
    -webkit-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/* ARTICLES START */
table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

thead tr:first-child th {
    padding: 20px;
    background-color: #3d5afe;
    color: white !important;
    position: sticky;
    z-index: 1;
    position: sticky;
    top: 0;
}



th,
td {
    font-size: 18px;
    padding: 15px;

    border-bottom: 1px solid #0000002f;

}

tbody tr:hover {
    background-color: #e1e0e092;
    cursor: pointer;
}

tbody tr:active {
    background-color: #6200ea;
    color: white;

}

tbody tr:focus {
    background-color: #6200ea;
    color: white;
}

.CELLN {
    text-align: right;
}


/* ARTICLES END */

/* QR CSS CODE START */

.LigthBoxQR {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 9, 66, 0.758);
    position: fixed;
    opacity: 0;
    overflow: hidden;
    z-index: -99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BoxQR {
    margin: 0 auto;
    width: 400px;
    height: 400px;
    background-color: white;
    position: relative;
    top: 20px;
    font-size: 15px;
    padding: 20px;
    -webkit-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    box-shadow: 0 10px 6px -6px rgb(0, 0, 0);
    overflow: hidden;
}

.LigthBoxQR:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 10;

}



.LigthBoxQR:target a.lightbox-close {
    top: 10px;
    right: 10px;

}


#qrcode {
    margin: 0 auto;
    width: 255px;
    height: 255px;
    position: relative;
    top: 50px;

}


#CloseQr {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    float: right;
}


/* QR CSS CODE ES */

/* Add New Article START */

.AddLigthBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 9, 66, 0.758);
    opacity: 0;
    overflow: hidden;
    z-index: -99;
    display: flex;
    align-items: center;
    justify-content: center;
}


.BoxProduct {
    width: 400px;
    height: auto;
    background-color: white;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10PX;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* Legacy modal bar styles removed in favor of modals.css */


.BodyTAG {
    height: 400px;
    margin-top: 10px;
    padding-top: 20px;
    overflow: auto;
}

.BodyTAG::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 0px;
    /* Tamaño del scroll en horizontal */
    /* Ocultar scroll */
    background-color: #dcdcdc;
}

#DeleBTN {
    margin-left: 10px;
}

/* Add New Article END */

.mdl-textfield__input label.active {
    font-size: 0.8rem;
    transform: translateY(-140%);
}

/* Badage START */
.mdl-badge {
    position: relative;
    top: -20px;
    right: 10px;
    opacity: 0;
}

.badge {
    position: absolute;
    float: left;
    top: 5px;
    right: 0px;
    opacity: 0;
}

/* Badage END */

.mdl-textfield__label {
    width: 300px;
}

/* checkbox Product  start */

.chkbox {
    width: 125px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    color: white;
    margin-left: 10px;
}


.no-ads .google-auto-placed {
    display: none !important;
 }

 /* Footer  START */


footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fContents {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fContents a {
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em;
    font-size: 15px;
}

.flogo {
    margin: 0 auto;
    width: 400px;
}

.p2 {
    font-family: 'Alegreya Sans SC', sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    color:white ;

}

.fContents2 {
    margin: 40px;
    width: 33%;
    float: left;
    clear: both;
}

.fContents2 a {
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em;
}

.HTititle{
    font-weight: bold;
    Color: white;
    font-size: 25px;
    text-shadow: black 2px 1px 3px;
}
.Sh{
    width: 200px;
    height: 100px;
    color: white;
    font-size: 15px;
    text-shadow: black 2px 1px 3px;

}

.Fmenu{
    padding: 2px;
    position: relative;
    cursor: pointer;

}


/* Footer END */

#GID{
    position: relative;
    left: 10px;
    top: 115px;
    color: var(--menu-bg-hovercolor);
}

#GID:hover{
    cursor: pointer;
    color: var(--cursor-hovercolor);

}