    .select option[disabled=disabled] {
        background: #e2e6ea;
    }
    
    tr.group,
    tr.group:hover {
           background-color: #337ab7!important;
           color: white;
    }
    
    .unselectable {
      -webkit-user-select: none;  /* Chrome all / Safari all */
      -moz-user-select: none;     /* Firefox all */
      -ms-user-select: none;      /* IE 10+ */
      user-select: none;          /* Likely future */       
    }
    
    
    .login-logo  {
		  margin: 0;
		  padding: 0;
		  line-height: 1;
		  
	}
.login-logo a {
    width: 235px;
    height: 94px;
    display: inline-block;
    background: url(../img/logo_panel.png) no-repeat 0 0;
    /*background-size: 265px 88px;*/
    text-indent: -9999px;
}

.nombre_empresa {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:white;
}

.logo-lg img {
    width: 130px;
    padding-bottom: 15px;
}

.logo-mini img {
    width: 40px;
}

.select_fichar {
	padding-bottom: 1em;
}


@media (max-width: 768px) {
 .button_fichar {
    text-align:center;
  }
}

