:root{
    --ColorMarca:#0074e8;
}
body{
    font-family: fuentemarca,'Encode Sans Condensed',sans-serif!important;    
    font-size: 1.2em!important;
}

.navbar-dropdown {
    font-size: 0.9em!important;
}   

html{
    overflow-y: auto!important;
}

  @font-face {
    font-family: 'fuentemarca';
    src: url('../fonts/Stellantis/EncodeSans-VariableFont.ttf') format('truetype');
 
}

input:focus, select:focus
{
    outline: none;
}

.Finput::-webkit-file-upload-button {
    visibility: hidden;
}

.Finput::before {
        content: 'Seleccione la plantilla de carga';
        display: inline-block;
        background: var(--ColorMarca);
        color:white;
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        font-family: 'Arial, Helvetica, sans-serif';
        font-weight: 700;
        font-size: 15pt;
}

.Finput:hover::before {
    border-color: black;
}

.Finput:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

select:required:invalid {
    color: #666;
  }

select:required option {
    color: #000;
  }


.sinflechas::-webkit-inner-spin-button, .sinflechas::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.is-marca
    {
        color: white !important;
        background-color: var(--ColorMarca)!important;
    }

.is-marca:hover
    {
        background-color: black!important;
    }


.fl {
    float: left;
}

.fr {
    float: right;
}

.visible {
    display: normal!important;
    visibility: visible!important;
}

.invisible {
    display: none!important;
    visibility: hidden!important;
}

.visible2 {
    animation: 3s show-on;
}
.nodisplay {
    display: none;
}

.ma {
    margin:auto;
}

.Xnavbar-item{
    margin: auto auto;
}

.fs90 {
    font-size: 90%!important;
}
.showonoff{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.showonoff span{
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.showonoff div {
    font-size: 11px;
    visibility:hidden;
}

.showonoff:hover div  {
    visibility:visible;
}

.showonoff:hover span  {
    display:none;
}

.showpasseyes {
    float:right;
    cursor:pointer;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    margin-top: 4.5px;
}

.inputdisabled {
    background-color: #ffffffbf;
    color: #a7a5a5;
}

.textdisabled
    {
        color:silver;
    }

.textdisabled:hover
{
    cursor: not-allowed;
}

.divdisabled {
    pointer-events: none !important;
}

.btndisabled
{
    pointer-events: none !important;
    background-color: #cdcdcd!important;
}

.enlinea {
    display: flex;
    flex-wrap: wrap;
}

.cp {
    cursor: pointer!important;
}

.ovh
{
    overflow: hidden;
}

.altomemo {
    height: 100px;
}
.tipomemo {
    height: 100px;
    width: 100%;
}

.alto60p{
    height: 60px!important;
}

.lineaH{
    height: 0px;
    border-bottom: 1px solid silver;
}

.margenedw
{   
    margin: 0 3px 0 3px;
}

.margened5
{   
    margin: 5px 5px 5px 5px!important;
}


.bordes{
    border:1px solid black;
}
.bordesG{
    border:1px solid silver;
}

.bordeBG{
    border-bottom:1px solid silver;
}

.inputVin{
    width: 390px;
    height: 50px;
    font-size: 25px;
    text-transform:uppercase;
    letter-spacing: 2px;
}

.formalta{
    height: 170px;
    padding-top: 30px;
    padding-bottom: 6px;
    background-color: rgb(217, 216, 216);
}

/* combos search 
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  }
  */

.th, .td {
    border: 0.5px solid silver;
    padding: 0px 1px 0px 1px;
}

.th {
    text-align: center;
    background-color: #CFCFCF;
    color: black;
}



  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}
  
  .dropdownF {
    position: relative;
    display: inline-block;
    background-color: white;
  }
  
  .dropdownF div {
    position: absolute;
    background-color: white;
    padding-left: 3px;
    min-width: 200px;
    max-height: 230px;
    min-height: 32px;
    display:block;
    overflow: none;
    overflow-y:auto;
    border: 1px solid #ddd;
    z-index: 2;
  }
  
  .dropdownF a {
    color: black!important;
    line-height: 30px;
    height: 30px;
    text-decoration: none!important;
    display: block;
    position:relative;
    z-index: 3;
  }

  .dropdownF a:hover {
    background-color: #ddd;
}
  
  .dropdownF span {
    cursor: pointer;
    z-index: 3;
    position: absolute;
    top: -3px;
    right: -7px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    /* display: inline-block!important; */
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;    
  }
/* combos search */ 

/* MEDIDAS */

.h22p{
    height: 22px;
}

.h50p{
    height: 50px;
}

.padl0
{
    padding-left: 0px;
}

.padl5
{
    padding-left: 5px;
}

.padl10p
{
    padding-left: 10px;
}

.padl12
{
    padding-left: 12px;
}

.padl18p
{
    padding-left: 18px;
}

.padl22p
{
    padding-left: 22px;
}

.padt10p
{
    padding-top: 10px;
}

.padedl
{
    padding: 0 0 0 1%;
}

.padedl
{
    padding: 0 1% 0 0;
}

.padedw
{
    padding: 0 1% 0 1%;
}

.padedh
{
    padding: 1% 0 1% 0;
}

.paded
{
    padding: 1% 1% 1% 1%;
}

.paded2h
{
    padding: 2% 1% 2% 1%;
}

.paded3h
{
    padding: 3% 1% 3% 1%;
}

.mt8p{
    margin-top: 8px;
}

.mt10p{
    margin-top: 10px;
}

.mt15p{
    margin-top: 15px;
}

.tac{
    text-align: center!important;
}

.tar{
    text-align: right!important;
}


.bold{
    font-weight: bold;
}

/* fontsize */

.fw100{
    font-weight: 100;
}

.fsSi{
    font-size: small!important;
}

.fsS{
    font-size: small;
}
.fsxS{
    font-size: x-small;
}

.fsxxS{
    font-size: xx-small;
}

.fsM{
    font-size: medium;
}
.fsMi{
    font-size: medium!important;
}
.fsL{
    font-size: large;    
}

.fsxL{
    font-size: x-large!important;    
}
.fsxxL{
    font-size: xx-large;    
}

/* medidas */

.lh5V
    {
        line-height: 5VH;
    }

.lh30p{
    line-height: 30px;
}

.an85px{
    width: 85px;
}

.al100VH
{
    height: 100vh!important;
    width: 100vw!important;
}
.al100P
    {
        width: 100%!important;
        height: 100%!important;
    }

.p0 {
    position: absolute;
    left:0px;
    top:0px;
    width: 100%!important;
    height: 100%!important;
    display: flex;
    z-index: 3;
}

.al5V
{
    height: 5vh!important;
}
.al6V
{
    height: 6vh!important;
}
.al10V
{
    height: 10vh!important;
}
.al88V
{
    height: 88vh!important;
}

.al84V
{
    height: 84vh!important;
}

.al83V
{
    height: 83vh!important;
}


.al80V
{
    height: 80vh!important;
}

.al28p {
    height: 28px;
}

.al27p {
    height: 27px;
}

.al26p {
    height: 26px;
}


.an40v
{
    width: 40vw;
}
.an50v
{
    width: 50vw;
}
.an60v
{
    width: 60vw;
}

.an70v
{
    width: 70vw;
}

.an80v
{
    width: 80vw;
}

.an2v
    {
        width: 2vw;
    }

.an5v
    {
        width: 5vw;
    }


.an5
    {
        width: 5%;
    }

.an8
    {
        width: 8%;
    }

.an10
    {
        width: 10%;
    }

.an12
{
    width: 12%;
}

.an15
    {
        width: 15%;
    }

.an20
    {
        width: 20%;
    }

.an25
{
    width: 25%;
}


.an30
{
    width: 30%;
}

.an35
{
    width: 35%;
}

.an40
{
    width: 40%;
}

.an50
{
    width: 50%;
}

.an60
{
    width: 60%;
}

.an80
{
    width: 80%;
}
.an90
{
    width: 90%;
}


.an100
{
    width: 100%;
}

.an100v
{
    width: 100vw;
}

.mr40
    {
        margin-right: 40%;
    }

.ml20p
    {
        margin-left: 20px;
    }    


.ml10p
    {
        margin-left: 10px;
    }    

.ml10
{
    margin-left: 10%;
}    


.mt-10{
    margin-top: -10px;
}
.mt-9{
    margin-top: -9px;
}
.mt-8{
    margin-top: -8px;
}
.mt-7{
    margin-top: -7px;
}
.mt-5{
    margin-top: -5px;
}
.mt-2p{
    margin-top: -2px;
}

.mt5p
{
    margin-top: 5px;
}

.mt10p
{
    margin-top: 10px;
}

.mt3v
{
    margin-top: 3vh;
}

.mt5v
{
    margin-top: 5vh;
}
.mt7v
{
    margin-top: 7vh;
}

.mw100
{
    max-width: 100%;
}

.mw90p{
    min-width: 90px;
}
.mw100p{
    min-width: 100px;
}

.mw150p{
    min-width: 150px;
}

.mw200p{
    min-width: 200px;
}

.mw300p{
    min-width: 300px;
}

.w100p{
    width: 100px;
}

.w150p{
    width: 150px;
}

.w250p{
    width: 250px;
}


.w300p {
    width:300px!important;
}

.w360p {
    width:360px!important;
}

.posr
    {
        position: relative;
    }


.z-1{
    z-index: -1;
}

.z1{
    z-index: 1;
}

.z100{
    z-index: 10;
}

.dispflex
    {
        display: flex;
    }

.divcentrado /*Esta opcion tiene que usar como padre a dispflex */ 
{
    margin: auto auto; 
}

.recuadroGr {
    border:1px solid silver;
}

.cuentachars{
    line-height: 48px;
    margin-left: 20px;
    color:#9d9898;;
    font-size: small;
}

/* colores */

.colorMarca {
    color:var(--ColorMarca)!important;
}

.amarillo {
     color:yellowgreen;
}

.rojo {
    color:red;
}

.negro{
    color:black;
}

.clarito {
    color:#ddd;
}
.bggrisclarito
{
    background: #cdcdcd;
}

.bgclarito
{
    background: #eee;
}

.bgazulclaro
{
   background-color: #a6c5df;
}



/* vista de errores */
.divwait {
    position:absolute;
    height: 6vh;
    width: 6vw;
    top:42vh;
    left:42vw;
    background-color: transparent;
}
.divwait->img{
    height: 85px!important;
}

.cuadroalertaBig
{
    position:absolute;
    width: 80vw;
    max-width: 840px;
    min-width: 400px;
    height: 70vh !important;;
    max-height: 550px;
    min-height: 500px;
    top:5vh;
    left:10vw;
    border: 1px solid silver;
    background-color: white;
}

.cuadroalerta
{
    position:absolute;
    width: 60vw;
    max-width: 730px;
    min-width: 380px;
    height:40vh;
    max-height: 430px;
    min-height: 430px;
    top:20vh;
    left:-webkit-calc(50% - 350px);
    left:-moz-calc(50% - 350px);
    left:calc(50% - 350px);
    border: 1px solid silver;
    background-color: white;
}

.tituloalerta {
    width: 100%;
    height: 10vh;
    max-height: 107px;
    line-height: 107px;
    padding: 1% 1% 1% 1%;
    color: var(--ColorMarca);
    /*text-align: center;*/
    font-size: x-large;
}

.tituloalerta:before {
content: "";
height: 10vh;
max-height: 215px;
position: absolute;
width: 70%;
bottom: 0;
top:-1px;
left: 1%;
border-bottom: 3px solid var(--ColorMarca);
}

.titaltavin {
    position:absolute;
    top:0px;
    left:6px;
    color:#0074e8;
    font-style: italic;
    font-weight: 350;
}

.mensajealerta, .botonalerta
{
    width: 100%;
    height: 20vh;
    max-height: 215px;
    line-height: 50px;
    padding: 1% 1% 1% 1%;
    color: silver;
    text-align: center;
    font-size: x-large;    
}

.botonalerta
{
    height: 10vh;
    max-height: 107px;
    line-height: 10vw; 
    display: flex;
}

.botonalerta input
{
    margin: auto;
}



/* Fin vista de errores */

/*  login */ 

.loginingreseusuarioypass
{
        width: 95%;
        left: 1%;
        text-align: right;
        color: black;
        font-size: small;    
}

.logininputs {
    max-width: 500px;
    margin: auto auto;
    width: 95%;
    left: 1%;
}
.logincontenedorInput {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 10px 15px 5px;
    width: 90%;
    display: inline-block;
    margin: 0 2% 10%;
}

.inputs {
    outline: none;
    display: block;
    background: none;
    padding: 15px 0 15px;
    font-size: x-large;
    border: 0 solid transparent;
    width: 100%;
    color: #333;
    box-shadow: none;
}
.loginbtn {
    width: 150px;
    height: 50px;
    margin-left: 2%;
}

/* FIN login */ 

.totpaginas{  
    position: absolute;
    width: 100%;
    left:3%;
    top: -3px;
}

.paginacion{
    position: relative;
    padding: 0 5px 0 5px;
    font-size: 12px;
    min-width:200px;
    display: flex;
    align-items: center;
}
.mandosderecha{
    width:300px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;    
}

.btnreset{
    position: absolute;
    right: 10px;
    margin-top: -11px;
    margin-left: 100px;
    transition-delay: 3s!important;
    font-size: 40px;
}


.divsearching{    
    position: absolute;
    overflow: hidden;
    height: 4.4vh;
    width: 55px;
    top: 3px;
    right: 15px;
    background-color: trasnparent;
    transition-delay: 0.5s!important;
    transition: all 0.5s;
}

.divsearchingOvr{
    width:290px;
    height:25vh;
    background-color: white!important;
    border:1px solid silver;
    box-shadow: 10px 5px 15px #cacacabe;
    transition-delay: 0.2s!important;
    animation: 1.5s delay-overflow;    
    animation-fill-mode: forwards;
}

/*
.divsearching:hover{
    width:290px;
    height:25vh;
    background-color: white!important;
    border:1px solid silver;
    box-shadow: 10px 5px 15px #cacacabe;
    transition-delay: 0.5s!important;
    animation: 3s delay-overflow;    
    animation-fill-mode: forwards;
}
*/

@keyframes delay-overflow {
    from { overflow-y: hidden; }
    to {overflow-y:auto;}
  }

 /* .divsearching:hover .btnreset{    */

.divsearching .btnreset{        
    margin-left: 10px;
    transition: all 1s!important;
  }

  @keyframes show-on {
    from { display: none!important; }
    to {display: unset!important;}
  }

  .showsearching {
    width:150px;
    font-size:xx-small;
    height: 5vh;
    overflow: hidden;
}

.btnbusca{
    padding-left: 3px;
    width: 100%;
    border: none 0px;
    background-color: transparent;
    color: black;
    font-size: large;    
}

.tipoboton{
    border: 1px solid silver;
    border-radius: 10px;
    margin-bottom: 0px;
    background-color: #c0c0c03b;
    height: 35px;
}

.lupa {
    font-size: 35px;
    margin-top: -10px;
}
.icochico{
    font-size: 17px!important;
}

.sombra {
    box-shadow: 10px 5px 5px #cacacabe;
}
.divisor
{
    height: 30px!important;
    background-color: #fafafa!important;
    color: #485fc7!important;
    text-align: center;
}

.buttons {
    outline: none;
    border: 0 none;
    display: block;
    font-size: x-large;
    color: white;
    background-color: var(--colorbotn);
    padding: auto auto;
    transition: all 1s;
    cursor: pointer;
}

.buttonsDis {
    outline: none;
    border: 0 none;
    display: block;
    font-size: x-large;
    color: white;
    background-color: silver!important;
    padding: auto auto;
    transition: all 1s;
    cursor:not-allowed!important;
}

.ajustebuttonS {
    border-radius: 6px;
    line-height: 33px;
    padding-bottom: 2px;
    margin-top: -1px;
}

.subetit{
    margin-top:-4.5px;
}

.iconosup
{
    width: 200px;
    padding: 0px 10px;
}    

.iconochf
{
    margin-top: 0.5vh;
    height: 4vh;
    padding: 0 5%;
}

.marcaf
    {
        margin-right: 40%;
    }

.calcsinicons
    {
    width: calc(100% - 300px);
    min-width: 300px;
    }

.imagenchicacontrato{
    cursor:pointer;
    height: 70px!important;
}

.contenedorImagenes {
    height: 100px;
    width: 90%;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 20px;
    z-index: 10;
}

.contenedor 
{
    width: 100vw;
    height: 100vh;
}

.remarca {
    background-color: #ddd;
}


.abm thead tr
{
    background-color: darkgray!important;
    color: white!important;
    font-size: large;
    cursor:not-allowed!important;
}

.abm tr:nth-child(even) {
    background: rgba(204, 204, 204, 0.452);
}

.abm tr:nth-child(odd) {
    color:black;
    background: #FFF
}

.abm tr:hover
    {
        cursor: pointer;
        color:black;
        background-color:lightblue;
    }

.subdiv
{
    overflow: hidden;
    height: 40vh;
    width: 100%;
    margin: -5px 0px 5px -5px;
}

.boton{
    border:0px;
    border-bottom: 0.5px solid rgb(84, 83, 83);
    color:black;
    height: 20px;
    font-size: x-small;
    width: 100px;
}

.boton:hover{
    border-bottom: 0.5px solid white;
    color:white;
    background-color: black;
}

.colsubtablas{
    z-index: 3;
    position: absolute;
    left: -21px;
    top: 6px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    /* display: inline-block!important; */
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.iframe
{
    overflow: hidden;
    border: 0px none;
    width: 100%;
    height: 100%;
}

.frameeditor, .divextras {
    position: absolute;
    top:3%;
    left:5vw;
    width: 90vw;
    height: 87vh;
    border: 0px none;
    overflow: hidden;
    z-index: 1;
}

.divextras{
    height: 75vh;
    z-index: 4;
}
.headedit
{
    width:100%;
    height: 8vh;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: lightblue;
}

.headedit h2
    {
        width: calc(100% - 250px);
        height: 8vh;
        padding: 6px 8px 0 5px;
        color:black;
    }

.headedit input[type="button"]    
    {
        margin: 1vh 3px 0 3px;
        width: 75px;
        font-weight: 600;
        height: 6vh;
        border:0px none;
        border-radius: 0.35rem;
    }

.headedit input[type="button"]:hover  
    {
        background-color: rgb(212, 209, 209);
        color:black;
    }


    .footeredit
    {
        margin-top: 1vh;
        padding: 5px 7px;
        background-color:lightblue;
        color: black;
        font-size: small;
        height:5vh;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;        
    }

    .iconoborra1 {
        z-index: 110;
        cursor: pointer;
        height: 30px;
    }

    @media screen and (max-width:1000px) {
        .navbar-menu{
        width: 80%;
        border-radius: 30px;
        margin: 0px 18%;
        }
        .cuadroalerta
        {
            left:20%;
        }    
    }

    @media screen and (max-width:870px) {

    }

    @media screen and (max-width:600px) {
        .marcaf
        {
            margin-right:12%;
        }
        .iconochf   {
            width:40%;
        }
 

    }        


    @media screen and (max-width:550px) {

        .cuadroalerta
        {
            left:2%;
            min-width: 330px;
        }   
    }        

