
.htmlheight100 {
  height: 100%;
}

.login-content {
  max-width: 100%;
}
.login-content .img-logo{
  max-width: 100%;
  text-align: center;
  width: 400px;
  display: inline;
  background: transparent;
  left: 50%;
  margin-left: -200px;
  margin-top: 75px;
}

.login-content .lc-block.toggled {
  max-width: 400px;
  position: absolute;
  top: 50%;
  margin-top: -102px;
  left: 50%;
  margin-left: -200px;
}

.form-group .input-group-addon {
  background-color: transparent;
  border-color: transparent;
}

.sp-hidden {
  display: none;
}

.fd-button-absoute {
  position: absolute;
  top: 0;
  right: 0;
}

.chosen-container {
  width: 100%!important;
}


.container {
  width: 95%!important;
  margin-left: 2.5%!important;
}

.mfr-all-empresas.dropdown-menu {
  height: 300px;
  overflow-x: scroll;
  overflow-y: visible;
}

.table-responsive {
  min-height: 500px;
}


.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
}

.header-icon{
  position: absolute;
  top: 25px;
  right: 10px;
}