.btn-toolbar {
  /* margin-left: -5px; */
  width: 140px;
  /* display: block; */
}

.grupo-botones{

}

.rol-modificado{
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 0.2em;
  background: #3c8dbc;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bloque-vertical{
  display: table;
  height: 90px;
}

.icon-tama {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
}

.texto-alerta {
  text-align: center !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: .3em;
}

/*.skin-blue .sidebar-menu>li.header-creditos {
  color: #4b646f;
  background: #1a2226;
}

 .sidebar-menu > li.header-creditos {
  overflow: hidden;
  text-overflow: clip;
}*/

.skin-blue .sidebar-menu>li.creditos{
  background: black !important;
  padding: 1em 2em;
  font-size: 14px;
}

.creditos .version{
  color: #f39c12;
}

.creditos .copy{
  color: #b8c7ce;
}

.creditos .autor{
  color: white;
}

.creditos .autor strong a{
  color: white;
  font-size: 13px;
  }


  .creditos .logo-empresa-dev{
    color: white;
  }
  
  .creditos .logo-empresa-dev strong a{
    color: #de1919;
  }
  
  

  /*.logo-img-menu{
      height: 30px;
      margin: 2px;
  }*/

.logo-img-menu {
  /*width: 70px;*/
  height: 50px;
  float: left;
  padding: 5px;
}

.logo-img-tabla {
  width: 50px;
}

  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.perfil{
    box-shadow: -1px 2px 18px 0px black;
    border-radius: 0px!important;
  }

  .color-fondo{
    /*background: #2097dc;*/
    background: white;
    background: -webkit-linear-gradient(to left,  #fafeff, #acf300);
    /*background: linear-gradient(to left, #fafeff, #828384);*/
    background: linear-gradient(to left, #fafeff, #acf300);
    /*background: linear-gradient(to left, #00c6ff, #0072ff);*/
    /*background: linear-gradient(to left, #00c6ff, #0072ff);*/
    /*background: radial-gradient(ellipse farthest-corner at 672px 236px , #949482 16%, rgba(210, 187, 187, 0.4) 20%, #ffffff 56%);
    */
  }

  .fondo-gris{
    background:#ecf0f5;
  }