/*
    -Este css incluye también cambios en el estilo del apartado de Gestión de incidencias, del menú superior y de algunos aspectos mas del dashboard.
    -Este css se generó en un principio sólo para gestión de incidencias, pero se han añadido mas regiones para arreglar algunos aspectos del dashboard.
    -En caso de querer separarlo simplemetne cortar y pegar las regiones correspondientes en otro css.
    -El css se ha creado para cubrir las necesidades estéticas de los apartados pedidos por el cliente.
*/
/*#region Gestion incidencias*/
    #gestionIncidenciasContainer{
        border-radius:10px!important;
        background-color:#e9ecf3;
    }

    .tituloGestionIncidencias{
        border-radius:10px!important;
        background-color: white;
    }

    .btnCabeceraGestionIncidencias{
        background-color:#5b9bd1;
        border-radius:10px!important;
        color:white;
        font-size:0.9em;
    }

    .columnaGestion {
      overflow-y: scroll;
      overflow-x: hidden;
      mask-image: linear-gradient(to top, transparent, black),
        linear-gradient(to left, transparent 17px, black 17px);
      mask-size: 100% 20000px;
      mask-position: left bottom;

      -webkit-mask-image: linear-gradient(to top, white, white),
        linear-gradient(to left, transparent 17px, black 17px);
      -webkit-mask-size: 100% 20000px;
      -webkit-mask-position: left bottom;
      transition: mask-position 0.3s, -webkit-mask-position 0.3s;
    }

    .columnaGestion:hover {
      -webkit-mask-position: left top;
    }

    .tituloColumna{
        background-color:white;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
         border-radius:10px!important;
    }

    .seccionColumna{
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom:20px;
        border-radius: 10px!important;
        color: #5c5c5c !important;
    }

    .tarjetaIncidencia{
        background-color: white;
        margin-bottom: 10px;
        border-radius: 10px!important;
    }

    .tarjetaIncidencia .card{
        margin-bottom: 10px;
        border-radius: 10px!important;
    }

    .cardGI{
        background-color: white;
    }

    .cardGI .collapse{
        background-color: white;
    }

    .estadisticaGestionIncidencia{
        cursor:pointer;

    }

    .GestionIncidenciasTecnicoTipologia{
        width:285px!important;
        margin-left:-4px;
    }
    .ListaIncidenciasCol3{
        cursor:pointer;
    }
    .bootbox-close-button{
        text-indent:0;
        font-size:2em;
        margin-left: 1300px;
        margin-top: -40px!important;
    }
    @media (min-width:1890px){

        .GestionIncidenciasTecnicoTipologia{
        width:285px!important;
        margin-left:-4px;
    }
        .GestionIncidenciasAccionxTecnico{
        width:370px!important;
        margin-left:35px;
    }

    }

    @media (max-width:1889px) and (min-width:1442px){

        .GestionIncidenciasTecnicoTipologia{
            width:348px!important;
            padding-right:15px;
            padding-left:15px;
    }
        .GestionIncidenciasAccionxTecnico{
            width:348px!important;
            padding-right:15px;
            padding-left:15px;
    }

    }

    @media (max-width:1441px)and  (min-width:1200px){
        #columnaerp{
            width:340px
        }
        #tituloColumnaerp{
            width:340px
        }
        #tecnicotipologia{

        }
        #titulotecnicotipologia{

        }
        #accionportecnico{
            margin-left: 25px;
            margin-right: -10px;
        }
        #tituloaccionportecnico{
            margin-left: 25px;
            margin-right: -10px;
        }
        #accionportecnico > #headingOne{
            width:250px;
        }

        #accionportecnico  #headingTwo {
            width:220px;
        }

         #circuloGrafico{
             margin-left: -700px!important;
         }

         .bootbox-close-button{
            text-indent: 0;
            font-size: 2em;
            margin-left: 1170px;
            margin-top: -40px!important;
        }  
    }
     @media (max-width:768px) and (min-width:426px){
         .GestionIncidenciasTecnicoTipologia {
            width: 348px!important;
            margin-left: 0px;
        }

         .bootbox-close-button{
            text-indent: 0;
            font-size: 2em;
            margin-left: 600px;
            margin-top: -40px!important;
        }   
     }

     @media (max-width:1024px) and (min-width:769px){
         #circuloGrafico{
             margin-left: -640px!important;
         }
         .bootbox-close-button{
            text-indent: 0;
            font-size: 2em;
            margin-left: 900px;
            margin-top: -40px!important;
        }   
     }

     @media (max-width:425px){
         .GestionIncidenciasTecnicoTipologia,.GestionIncidenciasAccionxTecnico {
            width: 403px!important;
            margin-left: 0px;
            margin-right: 0px;
        }
         #gestionIncidenciasContainer > div.portlet-body.container-fluid.p-0 > div > div.col-xl-3.col-md-6.mb-5.p-0{
             padding-right: 15px!important;
            padding-left: 15px!important;
         }
         #circuloGrafico{
             margin-left: -320px!important;
             margin-top:20px;
         }

         .bootbox-close-button{
            text-indent: 0;
            font-size: 2em;
            margin-left: 300px;
            margin-top: -40px!important;
        }  
         body > div.bootbox.modal.fade.in > div > div > div.modal-body > div{
             width:900px;
         }
     }
     body > div.bootbox.modal.fade.in > div > div > div.modal-body{
         overflow:auto;
     }

      @media (min-width:1620px) and (max-width:1749px){
        .razonCortaInterv{
         width:180px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }
        .razonCortaInciRep{
         width:245px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }
      }

      @media (min-width:1750px){
        .razonCortaInterv{
         width:250px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }
        .razonCortaInciRep{
         width:260px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }
      }
      @media (max-width:1619px) and (min-width:1025px){
        .razonCortaInciRep{
         width:198px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }

        .razonCortaInterv{
         width:198px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }
      }

      @media (max-width:990px) and (min-width:768px){
        .razonCortaInciRep{
         width:230px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }

        .razonCortaInterv{
         width:230px;
         overflow:hidden;
         text-overflow:ellipsis;
         text-align:left;
        }
      }
     
/*#endregion Gestion incidencias*/

/*#region Menu superior*/
    @media (max-width:1024px) and (min-width:769px){
        body > div.page-header.navbar.navbar-fixed-top{
            height:auto
        }
        .page-header.navbar .top-menu {
           
        }
        .page-header.navbar .top-menu #username{
            /*display:none*/
        }
        .page-header.navbar .top-menu .navbar-nav>li.dropdown{
            height:45px;
        }
    }

    @media (max-width:768px) and (min-width:426px){
        body > div.page-header.navbar.navbar-fixed-top{
            height:auto;
        }
        .page-header.navbar .top-menu {
            margin-right: -20px;
        }
        .page-header.navbar .page-top{
            height:auto;
             width:auto!important;
        }
        .page-header.navbar .top-menu #username{
            /*display:none*/
        }
        body > div.page-header.navbar.navbar-fixed-top > div > div.page-top > form{
            margin:0px;
        }
        body > div.page-header.navbar.navbar-fixed-top > div > a{
            margin:0px;
            width:0px;
        }
        .page-header.navbar .top-menu .navbar-nav>li.dropdown{
            height:35px;
        }
        .page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle {
        margin: 0;
        padding: 5px 15px 24px;
        }
        #contenido{
            margin-top:50px;
        }
        
    }
    @media (max-width: 426px){
        body > div.page-header.navbar.navbar-fixed-top{
            height:auto;
        }
        .page-header.navbar .page-actions {
            margin-right:0px;
            float: right;
            background: #3B3F51;
            width: 100%;
        }
        body > div.page-header.navbar.navbar-fixed-top > div{
            background: #3B3F51;
        }
        body > div.page-header.navbar.navbar-fixed-top > div > div.page-logo{
            display:inline-block;
                width:100%;
        }
        body > div.page-header.navbar.navbar-fixed-top > div > div.page-actions{
            /*width:150px;*/
            display:inline-block;
            margin-bottom: 0px;
            /*padding-top:10px;*/
        }
        #delegaciones{
            font-size: 1.8rem!important;
            margin-top: .6rem!important;
            width: 180px;
        }
        .page-header.navbar .page-top {
        background: #3B3F51;
        height:65px;
        width:auto!important;
        }
        .page-header.navbar .top-menu {
        margin-top:-20px;
        padding: 0;
        float: left;
        margin-left:10px;
        }
        .quick-nav {
        margin-top: -55px;
        }
         .page-header.navbar .top-menu> ul > li > a > i{
             font-size:23px!important;
             margin-top: 5px;
         }
         .quick-nav{
             margin-top:-100px;
         }
         #contenido{
            margin-top:50px;
        }
    }
    .quick-nav ul>li span{
        background-color: #32c5d299!important;
        margin-left: 20px;
        padding-right: 30px;
        margin-right: -25px;
        color: white!important;
        border-radius: 20px!important;
        font-weight: 600;
        padding-left: 15px;
        text-shadow:none!important;
    }
     @media (min-width: 426px){
        .username-show-on-mobile{
            display:none
        }
     }
     @media (max-width: 358px){
        .username-show-on-mobile{
            display:none
        }
     }
     .username-show-on-mobile{
         color: #aeb2c4
     }
    .ausername{
        background:none!important;
    }
    #username > i{
        font-size: 23px!important;
    padding-top: 6px;
    }
/*#endregion Menu superior*/

/*#region Gestion de piezas*/
.BuscarEnAlmacenes:hover{
    cursor:pointer;
    color:#5b9bd1;
    transition-duration:0.3s;
}
/*#endregion Gestion de piezas*/

.form-control{
    font-size:1.4rem!important;
}

/*#region incidencias*/
#dtincidencias_length > label > select{
    height:30px;
}

#dtincidencias > thead > tr.filter > td > div > span > button{
width:20px;
    margin-left:-15px;
}
/*#endregion incidencias*/

 @media (max-width:1440px) and (min-width:1200px){
       .col-mxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-mxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-mxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-mxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-mxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-mxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-mxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-mxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-mxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-mxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-mxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-mxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-mxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-mxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-mxl-first {
    order: -1; }
  .order-mxl-1 {
    order: 1; }
  .order-mxl-2 {
    order: 2; }
  .order-mxl-3 {
    order: 3; }
  .order-mxl-4 {
    order: 4; }
  .order-mxl-5 {
    order: 5; }
  .order-mxl-6 {
    order: 6; }
  .order-mxl-7 {
    order: 7; }
  .order-mxl-8 {
    order: 8; }
  .order-mxl-9 {
    order: 9; }
  .order-mxl-10 {
    order: 10; }
  .order-mxl-11 {
    order: 11; }
  .order-mxl-12 {
    order: 12; }
  .offset-mxl-0 {
    margin-left: 0; }
  .offset-mxl-1 {
    margin-left: 8.33333%; }
  .offset-mxl-2 {
    margin-left: 16.66667%; }
  .offset-mxl-3 {
    margin-left: 25%; }
  .offset-mxl-4 {
    margin-left: 33.33333%; }
  .offset-mxl-5 {
    margin-left: 41.66667%; }
  .offset-mxl-6 {
    margin-left: 50%; }
  .offset-mxl-7 {
    margin-left: 58.33333%; }
  .offset-mxl-8 {
    margin-left: 66.66667%; }
  .offset-mxl-9 {
    margin-left: 75%; }
  .offset-mxl-10 {
    margin-left: 83.33333%; }
  .offset-mxl-11 {
    margin-left: 91.66667%; }
        
    }