/*******************************************************
* Login
*******************************************************/
  #bg-overlay{
    background-image: url('../../img/bg-img/1.jpg');
  }

  #bg-overlay2{
    background-image: url('../../img/bg-img/2.jpg');
  }

   #bg-overlay3{
    background-image: url('../../img/bg-img/login.jpg');
  }


  #bg-overlay6{
    background-image: url('../../img/bg-img/6.jpg');
  }

  #bg-overlay8{
    background-image: url('../../img/bg-img/8.jpg');
  }

  #bg-overlay9{
    background-image: url('../../img/bg-img/9.jpg');
  }


/*******************************************************
* Listas desplegables
*******************************************************/
  .btn-cfg-listas{
    min-width: 170px;
    margin-bottom: 10px;
    display: block;
  }

  #listas-desplegables .lista-items .list-group-item{
    cursor: move;
    background: #fcfcfc;
    font-size: 1.2em;
  }
  #listas-desplegables .lista-items .list-group-item i{
    margin-right: 8px;
  }
  #listas-desplegables .lista-items .p1{
    height: 45px !important;
  }


/******************************************************
/* Historial de cambios
******************************************************/
  .historial-cambios.nano{
      height: 500px;
      padding: 0;
  }
  .historial-cambios.nano > .nano-content {
    padding: 15px;
  }
  .historial-cambios ul{
      padding: 0;
  }
  .historial-cambios ul > li {
      list-style: none;
  }

