﻿
/*FUENTES*/

@font-face {
    font-family: 'ToyotaType-Light';
    src: url('fonts/ToyotaType-Light.eot');
    src: url('fonts/ToyotaType-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Light.woff2') format('woff2'), url('fonts/ToyotaType-Light.woff') format('woff'), url('fonts/ToyotaType-Light.ttf') format('truetype'), url('fonts/ToyotaType-Light.svg#ToyotaType-Light') format('svg');
  
}

@font-face {
    font-family: 'ToyotaType-Book';
    src: url('fonts/ToyotaType-Book.eot');
    src: url('fonts/ToyotaType-Book.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Book.woff2') format('woff2'), url('fonts/ToyotaType-Book.woff') format('woff'), url('fonts/ToyotaType-Book.ttf') format('truetype'), url('fonts/ToyotaType-Book.svg#ToyotaType-Book') format('svg');
}

@font-face {
    font-family: 'ToyotaType-Regular';
    src: url('fonts/ToyotaType-Regular.eot');
    src: url('fonts/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Regular.woff2') format('woff2'), url('fonts/ToyotaType-Regular.woff') format('woff'), url('fonts/ToyotaType-Regular.ttf') format('truetype'), url('fonts/ToyotaType-Regular.svg#ToyotaType-Regular') format('svg');
   
}

@font-face {
    font-family: 'ToyotaType-Semibold';
    src: url('fonts/ToyotaType-Semibold.eot');
    src: url('fonts/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ToyotaType-Semibold.woff2') format('woff2'), url('fonts/ToyotaType-Semibold.woff') format('woff'), url('fonts/ToyotaType-Semibold.ttf') format('truetype'), url('fonts/ToyotaType-Semibold.svg#ToyotaType-Semibold') format('svg');
 
}


h3 {
    margin: 8px 0;
}
.light {
    font-family: 'ToyotaType-Light';
}

.bold {
    font-weight: bolder;
}

.boldBig {
    font-weight: bolder;
    font-size: 1.1em;
}

.regular {
    font-family: 'ToyotaType-Regular';
}

.semibold {
    font-family: 'ToyotaType-Semibold';
}

.textUnderline {
    text-decoration: underline;
}

.underlineText {
    text-decoration: underline !important;
}

a {
    text-decoration: none;
    color: #626f72;
}

    a:hover {
        color: #626f72;
    }

    a.underline:hover {
        text-decoration: underline;
    }

.aWhite{
    color:var(--white-color);
}
.aWhite:hover {
    color: var(--white-color);
    opacity:0.8;
}
/*VARIABLES COLORES */
:root {
    /*azules*/
    --blueKinto-color: #cee3e9;
    --blueKinto-color-transp: #cee3e9aa;
    --blueKinto-color-masClaro: #eaf3f5ff;
    --blue2-color: #297fca;
    --blue3-color: #00708d;
    --blue4-color: #000000;
    /*rojos*/
    --redToyota-color: #e50000;
    --redDark--color: #b52e3a;
    /*otros*/
    --black-color: #000000;
    --white-color: #ffffff;
    --grey-color: #696b6f;
    --greyMedium-color: #e6e6e6ff;
    --greyLight-color: #f6f6f6;
    --greyInput: #7d7d7d;
    --orangeColor: #ff8859;
    --dangerColor: #e9afafff;
    --wanrningColor: #ffccaaff;
    /*gráficos*/
    --pinkGrafico: #fc2e80ff;
    --celesteGrafico: #62dcc7ff;
    --orangeGrafico: #ff8859;
    --blueGrafico: #4097adff;
    /*colores barras cada coche*/
    --colorcar1: #ff6b59;
    --colorcar2: #ff8859;
    --colorcar3: #806e6c;
    --colorcar4: #ffc5ae;
    --colorcar5: #ffc059;
    --colorcar6: #ff597f;
    --colorcar7: #ffa559;
}

.barraCocheBg_1{
    background-color:var(--colorcar1)
}
.barraCocheBg_2 {
    background-color: var(--colorcar2)
}
.barraCocheBg_3 {
    background-color: var(--colorcar3)
}
.barraCocheBg_4 {
    background-color: var(--colorcar4)
}
.barraCocheBg_5 {
    background-color: var(--colorcar5)
}
.barraCocheBg_6 {
    background-color: var(--colorcar6)
}
.barraCocheBg_7 {
    background-color: var(--colorcar7)
}

.barraCocheColor_1 {
   color: var(--colorcar1)
}

.barraCocheColor_2 {
   color: var(--colorcar2)
}

.barraCocheColor_3 {
  color: var(--colorcar3)
}

.barraCocheColor_4 {
color: var(--colorcar4)
}

.barraCocheColor_5 {
 color: var(--colorcar5)
}

.barraCocheColor_6 {
  color: var(--colorcar6)
}

.barraCocheColor_7 {
color: var(--colorcar7)
}




.pinkGraficoColor {
    color: var(--pinkGrafico);
}
.pinkGraficoBg {
    background-color: var(--pinkGrafico);
}
.celesteGraficoColor {
    color: var(--celesteGrafico);
}

.celesteGraficoBg {
    background-color: var(--celesteGrafico);
}
.blueKintoColor {
    color:var(--blueKinto-color);
}
.blueKintoBg {
    background-color: var(--blueKinto-color)!important;
}

.blue2Color {
    color: var(--blue2-color);
}

.blue2Bg {
    background-color: var(--blue2-color)!important;
}

.blue3Color {
    color: var(--blue3-color);
}

.blue3Bg {
    background-color: var(--blue3-color);
}

.blue4Color {
    color: var(--blue4-color);
}

.blue4Bg {
    background-color: var(--blue4-color);
}

.redToyotaColor {
    color: var(--redToyota-color);
}
.redToyotaBg {
    background-color: var(--redToyota-color)!important;
}

.redDarkColor {
    color: var(--redDark--color);
}

.redDarkBg {
    background-color: var(--redDark--color);
}

.blackColor {
    color: var(--black-color);
}

.blackBg {
    background-color: var(--black-color);
}

.whiteColor {
    color: var(--white-color);
}

.whiteBg {
    background-color: var(--white-color);
}

.greyColor {
    color: var(--grey-color);
}

.greyBg {
    background-color: var(--grey-color);
}

.greyMediumColor {
    color: var(--greyMedium-color);
}

.greyMediumBg {
    background-color: var(--greyMedium-color);
}

.greyLightColor {
    color: var(--greyLight-color);
}

.greyLightBg {
    background-color: var(--greyLight-color);
}

.bgTransparent {
    background-color: transparent!important;
}

.orangeColor
{

    color:var(--orangeColor)
}

.orangeBg {
    background-color: var(--orangeColor)
}
/************LAYOUT GENERAL, PARTE SCROLLEABLE ( MASTER ESQUELETO)******************************/
/* menu vertical + contenido a derecha fullscreen*/


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
    background-color: #00000066;
}

::selection {
    background-color: #00000066;
}

html, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: var(--white-color);
    font-family: ToyotaType-Regular, sans-serif;
    font-weight: 400;
    font-size: 14px;
   
    color: var(--black-color);
    height: 100%;
    overflow: hidden;
}

@media(max-width:1500px) {
    html, body {
        font-size: 12px;
    }
}
.tituloPagina {
    font-size: 1.6em;
    font-family: ToyotaType-Semibold;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.subTituloPagina {
    font-size: 1.2em;
    font-family: ToyotaType-Semibold;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.pExtraBig {
    font-size: 4em;
    line-height:1em;
}
.pBig {
    font-size: 1.8em;
}

.pBigSubt {
    font-size: 1.4em;
}

.pBigSm {
    font-size: 1.2em;
}
.pSmall{
    font-size:0.8em;
}

.wrapper {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    overflow: hidden;
}
.wrapperLogin {
    height: 100%;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--greyLight-color);
    background-image: url("/images/BACKEND/login_kinto_v2.jpg");
    background-size:cover;
    /*    padding-bottom: 30px;*/
    /*  margin-bottom: 30px;*/
}
.navBarHorizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px 2px 20px;
    grid-gap: 10px;
    box-sizing: border-box;
    color: var(--grey-color);
    /*font-size: 12px;*/
    background-color: var(--white-color);
    flex-wrap: nowrap;
}

.col-md-LogoandClose {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
   
    flex: 1;
}


.col-md-Content {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
   
    flex: 2;
}

.containerFullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.panelMaster {
   
    padding: 20px 40px;
   
    display: flex;
    flex-direction: column;
    background-color:var(--white-color);
   
    max-width:98%;
    margin-top:20px;
    min-height:90%

}

@media(max-width:800px){
    .panelMaster {
        padding: 20px 10px 20px 10px;
      
    }
}


.gridSideBar {
    display: grid;
    grid-template-columns: 260px auto;
    grid-template-rows: 1fr;
    transition: 300ms;
    overflow-y: hidden;
}

@media(orientation:portrait) and (max-width:600px) {
    .gridSideBar {
        grid-template-columns: 60% auto;
    }
}



.gridSideBar.close {
    grid-template-columns: 60px auto;
}

.navBarVertical {
    box-sizing: border-box;
    overflow-y: auto;
    background-color: var(--white-color);
}

.colContentParteDinamica{ 
    width: 100%;
    max-height: 100%;
    background-size: cover;
    overflow-y: auto;
    background-color:var(--greyLight-color);
}

.scrollMenuVertical {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 80px 10px 20px 10px;
}



.navBarVertical::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eee;
}

.scrollMenuVertical::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
}

.scrollMenuVertical::-webkit-scrollbar-thumb {
    background-color: var(--blueKinto-color);
    border: 0px solid var(--blueKinto-color);
}

.scrollContent {
    /*flex: 1 1 auto;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

    .scrollContent::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #eee;
    }

    .scrollContent::-webkit-scrollbar {
        width: 12px;
        background-color: #eee;
    }

    .scrollContent::-webkit-scrollbar-thumb {
        background-color: var(--blue2-color);
        border: 0px solid var(--blue2-color);
    }


/******************************************/
/**********menu horizontal*/
.relative{
    position:relative;
}
.btnBurguerPositionFIXED {
    position: fixed;
    top: 100px;
    left: 20px;
}
.btnBuguer {
  
  
  
    color: var(--grey-color)
}

.crossIcon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    cursor: pointer;
    font-size: 22px;
}

.burguerIcon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    cursor: pointer;
    font-size: 22px;
}


.logoNavBar {
    max-width: 80%;
    max-height:50px;
    height: auto;
}

@media(max-width:600px) {

    .logoNavBar {
        max-width: 80%;
        max-height: 50px;
        height: auto;
    }
}





/*********************************************/
/******menu vertical***********************/

.opcionmenu {
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
    
    background-color: transparent;
}

    /*.opcionmenu:hover {
        background-color: #ffffff;
    }
*/
    .opcionmenu a:hover {
        color: var(--redToyota-color);
        font-weight: bolder;
    }

    .opcionmenu.active {
        background-color: var(--greyLight-color);
    }

    .opcionmenu a {
        color: var(--black-color);
        text-decoration: none;
        display:flex;
        flex-direction:row;
        /*display: block;*/
    }

    .opcionmenu.active a {
        color: var(--redToyota-color);
        font-weight: bolder;
    }

    .opcionmenu a i {
        display: flex;
        flex: 0 0 30px;
        font-size: 1.4em;
    }

    .opcionmenu.hijo a{
        color: var(--grey-color);
    }
        .opcionmenu.hijo a:hover {
            color: var(--redToyota-color);
            font-weight: bolder;
        }
    .opcionmenu.hijo.active a {
        color: var(--redToyota-color);
        font-weight: bolder;
    }


    .collapseSubmenu a {
        padding-left: 10px;
    }




.openCloseIconDiv::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.plusIcon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    /*content: "\2b";*/
}

.closeIcon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*content: "\f068";*/
   
    content: "\f106";
}







/*layout hijas*/

.container {
    width: 100%;
    /*margin: auto;*/
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:1180px) {
    .container {
        width: 95%;
        margin: auto;
    }
}





/*tablas scroll*/

.overflowXMobile {
    overflow-x: auto;
    overflow-y:hidden;
   
}



/*para ocultar DIV DE PROGRAMACIÓN, OJO!!*/

.aspNetHidden{
    display:none;
}



/*filas columnas, generalidades*/


.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}




.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.wauto {
    width: auto !important;
}

.nowrap {
    flex-wrap: nowrap;
}

.row-space-between {
    justify-content: space-between;
}
.h100pc {
    height: 100%;
}

.rowStrech {
    align-items: stretch
}

.row-space-evenly {
    justify-content: space-evenly;
}

.row-flex-start {
    justify-content: flex-start !important;
}

.row-flex-end {
    justify-content: flex-end;
}

.rowCenterHorizontal {
    justify-content: center;
}

.rowCenterVertical {
    align-items: center;
}

.rowBottomVertical {
    align-items: flex-end;
}
.center {
    justify-content: center;
    align-items: center;
}

.centerVertical {
    align-items: center;
}

.bottomVertical {
    align-items: flex-end;
}
.colTextLeft {
    align-items: flex-start;
}

.colTextCenter {
    align-items: center;
}



.colTextRight {
    align-items: flex-end;
}

.colVerticalCenter {
    justify-content: center;
}
.colBottomVertical {
    justify-content: flex-end;
}

.colBtnTable {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 40px;

}
.colico {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 30px;
}
.colico100 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 100px;
}
.colico150 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 150px;
}
.colico120{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 120px;
}
.colico80 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 80px;
}
.colico60 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 60px;
}
.colico30 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 30px;
}
.colico20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}
@media(orientation:portrait) {
    .colico60 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 0px;
    }
}

.colIco20 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 20px;
}

.flex1{
    flex:1;
}

.col-md, .col-md-7, .col-md-8, .col-md-10, .col-md-11 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  
}

/*estas clases para las tablas, ancho minimo*/
.col, .col-7, .col-8, .col-10, .col-11 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
/********************/
.col {
    flex: 1;
}

.col-7 {
    flex: 1.5;
}

.col-8 {
    flex: 2;
}

.col-10 {
    flex: 3.3;
}

.col-11 {
    flex: 4;
}

/*sistema de columnas general, ancho minimo porque es un backend y asi siempre ancho minimo*/
@media screen and (min-width:1401px) {
    .col-md {
        flex: 1;
       
    }
   

    .overflowXMobile50 {
        overflow-x: auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 1.5;
       
    }
   

    .col-md-8 {
        flex: 2;
      
    }
    

    .col-md-10 {
        flex: 3.3;
       
    }
   

    .col-md-11 {
        flex: 4;
     
    }
    

    .col-md-LogoandClose {
        flex: 0 0 260px;
    }

    .col-md-Content {
        flex: 1;
    }
}

/*si englobo una tabla en clase overflowXMobile, las columnas un ancho minimo. si no entran hace scroll horizontal*/

@media screen and (max-width:1600px) {
    .overflowXMobile .col-md {
        flex: 1;
        /*flex: 0 0 110px;*/
        /*min-width: 90px;*/
        min-width: 110px;
    }



    .overflowXMobile .col-md-7 {
        flex: 1.5;
        /*min-width: 110px;*/
        /*flex:0 0 180px;*/
        min-width: 180px;
    }


    .overflowXMobile .col-md-8 {
        flex: 2;
        /*min-width: 130px;*/
        /*flex: 0 0 220px;*/
        min-width: 220px;
    }

    .overflowXMobile .col-md-10 {
        flex: 3.3;
        /*min-width: 180px;*/
        /*flex: 0 0 300px;*/
        min-width: 300px;
    }

    .overflowXMobile .col-md-11 {
        flex: 4;
        /*flex: 0 0 350px;*/
        min-width: 350px;
    }



    /*************************************************/

    .overflowXMobile .col {
        flex: 1;
      
        min-width: 100px;
    }



    .overflowXMobile .col-7 {
        flex: 1.5;
      
        min-width: 120px;
    }


    .overflowXMobile .col-8 {
        flex: 2;
      
        min-width: 150px;
    }

    .overflowXMobile .col-10 {
        flex: 3.3;
      
        min-width: 220px;
    }

    .overflowXMobile .col-11 {
        flex: 4;
      
        min-width: 300px;
    }


  
}

.gap10 {
    grid-gap: 10px;
}

.gap5 {
    grid-gap: 5px;
}

.gap0 {
    grid-gap: 0px !important;
}

.gap10 {
    grid-gap: 10px;
}

.gap20 {
    grid-gap: 20px;
}

.gap30 {
    grid-gap: 30px;
}

.gap40 {
    grid-gap: 40px;
}

.mr10 {
    margin-right: 10px !important;
}
.mlr1{
    margin-left:1px;
    margin-right:1px;
}
.ml5 {
    margin-left: 5px;
}
.ml20{
    margin-left:20px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mt20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: -10px !important;
}
.mt-20{
    margin-top:-20px!important;
}
.mb20 {
    margin-bottom: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb0{
    margin-bottom:0px!important;
}
.mb80 {
    margin-bottom: 80px !important;
}
    .ml5{
    margin-left:5px;
}
.pb20 {
    padding-bottom: 20px !important;
}
.p20{
    padding:20px;
}
.ml10 {
    margin-left: 10px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pr10 {
    padding-right: 20px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.m0{
    margin:0!important;
}
.pointer{
    cursor:pointer;
}
/*INPUTS*/

.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'ToyotaType-Regular' !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.9em;
    color: var(--greyInput);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
   
    min-height:40px;
}


/*esto aplica a los tipo selectores automaticamente*/
select.form-control {

    padding-right: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23777' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center; /* ← aquí mueves la flecha */
    background-size: 16px;
}

/*para input login con boton de mostrar ocutar*/







.form-controlPassContainer {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px 10px 10px;
    font-size: 1em;
    color: var(--greyInput);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    min-height: 44px;
    display:flex;
    flex-direction:row;
    align-items:center;
    grid-gap:20px;
    flex-wrap:nowrap;
    
}

.form-controlSinEstilo {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'ToyotaType-Regular' !important;
    width:100%;
  
}




    /*.form-controlPassContainer:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
        color: var(--greyInput);
    }*/



/* Icono ojo tachado */
/*.passAsteriscos:before {
    content: "\f070"; 
}*/

/* Icono de ojo */
/*.passVisible:before {
    content: "\f06e"; 
}*/


/*.form-controlPass{
    padding-right:40px;
}*/

.formControlLectura {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'ToyotaType-Regular' !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: transparent;
    border: none;
    padding: 5px;
    font-size: 1em;
    color: var(--black-color)!important;
  font-weight:bold;
    width: 100%;
   
}



/*.form-controlCustom {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    background-color: #ebeced;
    padding: 8px 0px 8px 5px;
    font-size: 14px;
}*/

/*.form-controlSm {
   
    padding: 8px 10px;
    font-size: 0.8em;
  
}*/

textarea {
    width: auto;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: 0;
    padding: 5px;
    font-size: 1em;
    color: #0071b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}


.form-control:disabled {
    background-color: var(--greyLight-color)!important;
    cursor: not-allowed
}

.form-control.borderBlue {
    /*background-color: var(--blueKinto-color);*/
    border: 3px solid var(--blueKinto-color)
}

.formControlLectura:disabled {
    cursor: not-allowed;
    color:var(--grey-color)
}

input:disabled {
    cursor: not-allowed;
}

.aspNetDisabled {
    opacity: 0.4;
    cursor: not-allowed;
}
    .aspNetDisabled .btn-primary{
        background-color: none;
        border:1px solid var(--grey-color);
        color:var(--grey-color)
    }
        .aspNetDisabled .btn-primary:hover {
            background-color: transparent;
            color: var(--grey-color);
            cursor: not-allowed;
        }

    .aspNetDisabled .containerRadio {
        cursor: not-allowed;
    }


#operacionActualExcepcionCSS .aspNetDisabled {
   
    opacity:1;
}
/***********************************************************/
/*botones*/
/**********************************************************/
.btn-primary {
    color: var(--redToyota-color);
    background-color: transparent;
    border: 1px solid var(--redToyota-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    font-size: 0.9em;
    padding: 3px 20px;
    text-decoration: none;
    cursor: pointer;
    /*text-transform: uppercase;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    border-radius: 30px;
    width: fit-content;
    grid-gap: 5px;
}

.btnFlexWrap {
    flex-wrap: wrap;
    padding: 3px 5px;
}
.btn-primary i {
    font-size: 1.4em;
}


    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: var(--redToyota-color);
        color: var(--white-color);
    }


.btn-secondary {
    color: var(--white-color);
    background-color: var(--redToyota-color);
    border: 1px solid var(--redToyota-color);
    transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    font-family: ToyotaType-Regular;
    font-size: 0.9em;
    padding: 3px 20px;
    text-decoration: none;
    cursor: pointer;
    /*text-transform: uppercase;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    border-radius: 30px;
    width: fit-content;
    grid-gap: 5px;
}

    .btn-secondary i {
        font-size: 1.4em;
    }

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        background-color: transparent;
        color: var(--redToyota-color);
    }




    /*paneles collapse*/



    .panelCollapse{
        background-color:var(--blueKinto-color);
        color:var(--black-color);
        width:100%;
        display:flex;
        flex-direction:row;
        grid-gap:15px;
        flex-wrap:nowrap;
        padding:10px 15px;
        box-sizing:border-box;
        text-transform:uppercase;
        cursor:pointer;
        
    }
.panelCollapseContent {
    padding: 15px 30px 30px 30px;
    box-sizing: border-box;
    display:none;
}

@media(max-width:800px) {
    .panelCollapseContent {
        padding: 15px 10px 30px 10px;
    }
}


.pastillaBlueKinto{
    background-color:var(--blueKinto-color);
    padding:10px 20px;
    border-radius:5px;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}



/******tablas***********************/


.colPastillaColor {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 0 10px;
}
.tablaHeader {
    display: flex;
    flex-direction: row;
    grid-gap: 4px;
    font-size: 0.7em;
    margin-bottom: 6px;
}
    .tablaHeader div {
        justify-content: center;
        padding: 2px 5px;
        box-sizing: border-box;
        text-align: left;
       
    }

        .tablaHeader div a {
            text-decoration: underline;
            
        }

/*.itemsTable{
    background-color:var(--greyMedium-color);
    padding:1px 2px 2px 2px;

}*/

.itemTable {
    display: flex;
    flex-direction: row;
    grid-gap: 4px;
    background-color: transparent;
    margin-top: 5px;
    min-height: 45px;
    font-size: 0.8em;
}

.hoverItemTable:nth-child(odd) .itemTable div {
    background-color: var(--greyLight-color);
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
  
}

.hoverItemTable:nth-child(even) .itemTable div {
    background-color: var(--greyMedium-color);
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
   
}

.hoverItemTable:hover .itemTable div{
    background-color:var(--blueKinto-color-masClaro)
}

.hoverItemTableTotal .itemTable div {
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
    background-color: var(--greyInput)!important;
    color: #ffffff;
}
.circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

    .circle.green {
        background-color: #75a155!important;
    }

    .circle.red {
        background-color: #890202!important;
    }

    .circle.orange {
        background-color: #dd841b!important;
    }


   .img20{
       width:20px;
   }
.img40 {
    width: 30px;
}
.itemTable:hover div {
    background: var(--blueKinto-color);
    color: var(--black-color);
}

/*.itemTable.itemTableOrange div {
    background: #ffccaaff!important;
}*/

.squareLeyenda{
    width:15px;
    height:25px;
}
.bgNoRenoueva {
    background-color: var(--redToyota-color) !important;
}
.bgSeguimientoComercial {
    background-color: var(--orangeGrafico) !important;
}


.hoverItemTable:nth-child(odd) .itemTable div .bgNoRenoueva {
    background-color: var(--redToyota-color);
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
}

.hoverItemTable:nth-child(even) .itemTable div bgNoRenoueva {
    background-color: var(--redToyota-color);
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
}
.hoverItemTable:nth-child(odd) .itemTable div .bgSeguimientoComercial {
    background-color: var(--redToyota-color);
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
}

.hoverItemTable:nth-child(even) .itemTable div bgSeguimientoComercial {
    background-color: var(--redToyota-color);
    justify-content: center;
    padding: 2px 5px;
    box-sizing: border-box;
    text-align: left;
}
    /************TOOLTIP*************************/

    .icon-tooltip{
        cursor:pointer;
    }
.icon-tooltip .fa-circle-info {
    font-size: 20px;
}

.tooltip {
    position: fixed;
    z-index: 99999;
    max-width: 500px;
    /*max-height: 200px;*/
    background-color: var(--white-color) !important;
    color: var(--black-color);
    font-size: 12px;
    
    display: none;
    pointer-events: none;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid var(--blueKinto-color);
    font-weight: normal;
}

    /*Flecha*/
    /*.tooltip::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        transform: translateY(-50%);
        border-width: 20px;
        border-style: solid;
        border-color: transparent var(--white-color) transparent transparent;
    }*/
    











    .itemToolTipTable {
        display: flex;
        flex-direction: row;
        justify-content: flex-start !important;
        grid-gap: 10px;
        padding: 5px !important;
    }

        .itemToolTipTable:nth-child(odd) {
            background: #ffffff !important;
            color: #626f72;
            font-size: 12px;
            font-weight: 300
        }

            .itemToolTipTable:nth-child(odd) div {
                background: #ffffff !important;
                /*padding: 5px !important;*/
                font-size: 12px;
            }

        .itemToolTipTable:nth-child(even) {
            background: #ebeced !important;
            color: #626f72;
            font-size: 12px;
            font-weight: 300
        }

            .itemToolTipTable:nth-child(even) div {
                background: #ebeced !important;
                /*padding: 5px !important;*/
                font-size: 12px;
            }

    .separatorLine {
        width: 100%;
        border-top: 2px solid #626f72;
    }



    .p0 {
        padding: 0 !important;
    }

    .pt20 {
        padding-top: 20px;
    }
    /****************************/
    /*********LOGIN / ayuda cliente.aspx ***************/

    .boxLogin {
        display: flex;
        flex-direction: column;
        /*align-items:center;*/
        grid-gap: 20px;
        padding: 30px;
        box-sizing: border-box;
        background-color: var(--white-color);
        width: 85vw;
        max-width: 296px;
      /*  margin-top:50px;
        margin-bottom:50px;*/
    }

        .boxLogin p {
            margin-bottom: 10px;
        }

    .rwd {
        max-width: 100%;
        height: auto;
    }

    .w100pc{
        width:100%;
    }

.img200 {
    width: 200px;
}

.boxLoginAyudaCliente {
    width: 85vw;
    max-width: 400px;
    padding-top: 40px;
    grid-gap: 10px;
    border-radius:5px;

}
@media(max-width:380px){
    .dNoneMobileBR {
        display: none;
    }
}

.containerRadioNet label{
    font-size:1em!important;
    margin-bottom:0!important;
}
/*********** vista cargar ...**********************/
.boxUpload {
    background-color: #ebeced;
    padding: 50px 50px;
    width: 40%;
    margin: 0 auto;
    position: fixed;
    z-index: 50;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url("/images/BACKEND/bgUpload.png");
    background-size: 480px 374px;
    background-position: 400px 40px;
    background-repeat: no-repeat;
}

    @media(max-width:900px) {
        .boxUpload {
            width: 90%;
            padding: 30px 30px;
        }
    }

    input[type="file"] {
        display: none;
    }

    .inputfile {
        display: none;
    }

    .mauto {
        margin: auto;
    }

    .mlrauto {
        margin-left: auto;
        margin-right: auto;
    }

    .panelDanger {
        padding: 20px;
        background-color: var(--dangerColor);
        border-radius: 10px;
    }

    .panelWarning {
        padding: 20px;
        background-color: var(--wanrningColor);
        border-radius: 10px;
    }

    .panelSuccess {
        padding: 20px;
        background-color: var(--blueKinto-color);
        border-radius: 10px;
    }
    /**/
    .separatorTitular {
        margin-top: 6px;
        width: 100%;
        height: 2px;
        background-color: var(--grey-color);
    }

    .tab-state {
        color: #fff;
        background-color: var(--blueKinto-color);
        border: none;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
        font-family: ToyotaType-Regular;
        font-size: 0.8em;
        padding: 5px 0px;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        opacity: 0.6;
    }

        .tab-state p {
            font-size: 0.9em;
        }

        .tab-state.active {
            background-color: var(--blue2-color);
            opacity: 1;
        }
    /****************CHECKBOXES**************************************/
    input[type="checkbox"] {
        display: none;
    }

        input[type="checkbox"] + label {
            cursor: pointer;
            position: relative;
        }

        input[type="checkbox"]:checked + label {
        }

        input[type="checkbox"] + label:before {
            content: "";
            width: 20px;
            height: 20px;
            float: left;
            margin: -5px 0.5em 0 5px;
            border: 2px solid var(--greyInput);
            background-color: transparent;
        }

        input[type="checkbox"]:checked + label:before {
            border-color: var(--greyInput);
        }

        input[type="checkbox"]:checked + label:after {
            content: "";
            width: 5px;
            height: 14px;
            position: absolute;
            top: -3px;
            left: 13px;
            border: solid var(--greyInput);
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    /*checkbox switchtes*/
    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
    /* The slider ¿?*/
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }


        .slider.round {
            border-radius: 34px;
        }

            .slider.round:before {
                border-radius: 50%;
            }



    input:checked + .slider {
        background-color: #59a2b5;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #59a2b5;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /*custom radiobuttons*/

    .containerRadio {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 0.9em;
        /*font-size: 22px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* Hide the browser's default radio button */
        .containerRadio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom radio button */
    .checkmarkRadio {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: var(--white-color);
        border-radius: 50%;
        border: 1px solid var(--grey-color);
    }
    /* On mouse-over, add a grey background color */
    .containerRadio:hover input ~ .checkmarkRadio {
        background-color: #ccc;
    }
    /* When the radio button is checked, add a blue background */
    .containerRadio input:checked ~ .checkmarkRadio {
        background-color: var(--white-color);
        border: 1px solid var(--grey-color);
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmarkRadio:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    .containerRadio input:checked ~ .checkmarkRadio:after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    .containerRadio .checkmarkRadio:after {
        top: 5px;
        left: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--grey-color);
    }
    /****************************************************************/
    /*cutom checkbox*/
    /*********************************************************/
    .containerCheck {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        /* font-size: 22px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* Hide the browser's default checkbox */
        .containerCheck input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom checkbox */
    .checkmarkCheckbox {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }
    /* On mouse-over, add a grey background color */
    .containerCheck:hover input ~ .checkmarkCheckbox {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .containerCheck input:checked ~ .checkmarkCheckbox {
        background-color: var(--blue3-color);
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmarkCheckbox:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .containerCheck input:checked ~ .checkmarkCheckbox:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .containerCheck .checkmarkCheckbox:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


















    .boxFormHijo {
        background-color: var(--blueKinto-color-transp);
        padding: 20px;
    }

    label {
        color: var(--black-color);
        text-align: left;
        font-size: 0.9em;
        float: left;
        /*text-transform: lowercase;*/
        margin-bottom: 10px;
    }

    .label {
        color: var(--greyInput);
        text-align: left;
        font-size: 0.9em;
        float: left;
        /*text-transform: lowercase;*/
        margin-bottom: 0;
        margin-top: 10px;
    }

    .boxGrey {
        background-color: var(--greyLight-color);
        padding: 10px 40px;
        border-radius: 10px;
    }
    /*documentos adjuntos detalle contrato*/

    .adjunto {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        grid-gap: 5px;
        padding: 5px 10px;
        box-sizing: border-box;
        background-color: var(--greyLight-color);
        border-radius: 5px;
        margin-top: 5px;
        justify-content: space-between;
    }

        .adjunto a {
            height: auto;
            flex: 0;
        }

    .borrarAdjunto {
        background-color: #aa0000;
        color: #ffffff;
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 1.3em;
        line-height: 1.3em;
    }


    .wContent {
        width: fit-content !important;
    }

    .boxLine {
        border: 2px solid var(--greyMedium-color);
        padding: 20px;
        border-radius: 5px;
        /*min-height:200px;*/
    }

    .panelPasoContrato {
        background-color: var(--blueKinto-color);
        /*color: var(--white-color);*/
        width: 100%;
        display: flex;
        flex-direction: row;
        grid-gap: 15px;
        flex-wrap: nowrap;
        padding: 2px 15px 5px 15px;
        box-sizing: border-box;
        text-transform: uppercase;
        cursor: pointer;
        /*font-size:1.4em!important;*/
    }
    /*borrar cuando esten los graficos nuevos*/
    .panelGrafico {
        background-color: var(--greyLight-color);
        padding: 10px;
        box-sizing: border-box;
        border-radius: 15px;
    }

    .ContenedorGrafico {
        width: 100%;
        max-width: 40vw;
    }

    .ContenedorGrafico80pc {
        width: 100%;
        max-width: 60vw;
    }

    .ChartEstadisticasEstadoGraficas1 {
        width: 100%;
    }

    .ChartEstadisticasEstadoGraficas25pc {
        width: 13vw !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        float: left;
    }

    .ChartEstadisticasEstadoGraficas50pc {
        width: 30vw !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        float: left;
    }
    /*estadisticas nuevas*/

    .grid-2columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        transition: 300ms;
    }

    @media(orientation:portrait) and (max-width:600px) {
        .gridSideBar {
            grid-template-columns: 1fr;
        }
    }

    .divScrollVertical300px {
        max-height: 300px;
        overflow-y: auto;
    }

    .divScrollVertical600px {
        max-height: 600px;
        overflow-y: auto;
    }

    .boxScrollMeses {
        height: 150px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    .boxScrollMesesBig {
        height: 280px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    

    .cardGrafico {
        width: 280px;
    }

    canvas {
        max-width: 100%;
    }

    .graficoContainerMedioDonuts {
        margin-top: 20px;
        position: relative;
        width: 100%;
        height: 120px; /* controla el alto del gauge */
    }

    .graficoContainerDonutsEntero {
        margin-top: 20px;
        position: relative;
        width: 200px;
        height: 200px; /* controla el alto del gauge */
    }

    .borderRadiusRight {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px
    }

    .graficoContainerBarras {
        margin-top: 20px;
        position: relative;
        width: 100%;
        min-height: 200px; /* controla el alto del gauge */
    }
    /*barras*/
    .itemBarraGrafico {
        display: flex;
        flex-direction: row;
        height: 15px;
        width: 100%;
        flex-wrap: nowrap;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: transparent
    }

        .itemBarraGrafico div {
            display: flex;
            flex-direction: column;
        }

        .itemBarraGrafico .valorDiv {
            display: flex;
            flex-direction: column;
        }

        .itemBarraGrafico .totalDiv {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

    .bradiusRight {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .colimgEst {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 0 0 70px;
    }

    .colAuto {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }

    .col70 {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
        flex: 0 0 70px;
    }

    .colflex1 {
        display: flex;
        flex-direction: column;
        flex-basis: auto;
        flex: 1;
    }
/* @@@ TABLA CON SCROLL VERTICAL - cabecera fija + items con scroll + fila totales fija (opcional) @@@ */
/* .conScrollVertical va como wrapper interno dentro de .overflowXMobile */
/* min-width:max-content fuerza al padre a hacer scroll horizontal al ancho del contenido */
.conScrollVertical {
    overflow-y: auto;
    max-height: 400px;
    min-width: max-content;
}

    .conScrollVertical .tablaHeader {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: var(--white-color);
    }

    .conScrollVertical .hoverItemTableTotal {
        position: sticky;
        bottom: 0;
        z-index: 1;
        background-color: var(--white-color);
    }

    .conScrollVertical::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
        background-color: #eee;
    }

    .conScrollVertical::-webkit-scrollbar {
        width: 12px;
        background-color: #eee;
    }

    .conScrollVertical::-webkit-scrollbar-thumb {
        background-color: var(--grey-color);
        border: 0px solid var(--grey-color);
        border-radius: 8px;
    }

/*alertas/ loading */
/*loading y alertas*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--blueKinto-color-transp);
    z-index: 1002;
}

    .load {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overlay {
        position: fixed;
        z-index: 30;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: var(--blueKinto-color-transp);
        opacity: .8;
        display: none;
    }

    .alert {
        width: 90%;
        max-width: 400px;
        padding: 30px;
        position: fixed;
        z-index: 50;
        background-color: rgba(255,255,255,1);
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px 5px rgba(85,85,85,0.76);
        box-shadow: 1px 1px 15px 5px rgba(85,85,85,0.76);
    }

        .alert .txt {
            text-align: center;
            padding: 15px 0;
        }

        .alert .uiBtnBar {
            width: 100%;
            margin: 0 auto;
            padding: 15px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .alert .uiBtn {
            width: 150px;
            margin: 0 auto;
            display: block;
        }

    .alert {
        display: none;
    }

    .alertForm {
        width: 90%;
        max-width: 300px;
        padding: 20px;
        position: fixed;
        z-index: 50;
        background-color: rgba(255,255,255,1);
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px 5px rgba(85,85,85,0.76);
        box-shadow: 1px 1px 15px 5px rgba(85,85,85,0.76);
        display: none;
    }

        .alertForm.big {
            width: 90%;
            max-width: 800px;
        }

    .scrollDiv {
        max-height: 40vh;
        overflow-y: scroll;
    }
    /********************************************************************************************/
    /*******************************************loading*****************************************/
    /*******************************************************************************************/
    #divLoading {
        height: 100vh;
        width: 100vw;
        color: #ADAFB6;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--greyLight-color);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999;
        /*display:none;*/
    }



    .lds-dual-ring {
        display: inline-block;
        width: 80px;
        height: 80px;
    }

        .lds-dual-ring:after {
            content: " ";
            display: block;
            width: 64px;
            height: 64px;
            margin: 8px;
            border-radius: 50%;
            border: 6px solid var(--blue2-color);
            border-color: var(--blue2-color) transparent var(--blue2-color) transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }
    /*small*/

    .lds-dual-ring-sm {
        display: inline-block;
        width: 80px;
        height: 80px;
    }

        .lds-dual-ring-sm:after {
            content: " ";
            display: block;
            width: 64px;
            height: 64px;
            margin: 8px;
            border-radius: 50%;
            border: 6px solid #03adef;
            border-color: #03adef transparent #03adef transparent;
            animation: lds-dual-ring 1.2s linear infinite;
        }

    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /************pagination***********************************/
    .paginador {
        grid-gap: 10px;
    }

    .listIt {
    }

    .it {
        width: 50px;
    }

    #ContentPlaceHolder1_DLPaginadorFin span {
        font-size: 1.4em;
    }
    /*flechas ordenar columnas*/

    .active {
        color: var(--blue2-color)
    }




/********************************************************************************************/
/*******************************************PAGINA MANTENIMIENTO *****************************************/
/*******************************************************************************************/

.bgProximamente {
    background-image: url(/images/kinto-mantenimiento.webp);
    background-size:cover;
    height:100%;
    width:100%;
}

.containeContentMantenimiento{
    width:80%;
    max-width:600px;
}