.login-content .has-error .input-group-addon {
  color: #f6675d;
  border-color: transparent;
  background-color: transparent;
}

thead .checkbox.pull-left,
tbody .checkbox.pull-left {
  margin: 0;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

table th.avatar,
table td.avatar {
    width: 40px;
}

ul.help-block {
  padding-left: 10px;
}

td .file-icon {
  vertical-align: middle;
}

.code-text {
  font-family: Consolas, monospace;
  font-weight: normal;
}

/* Location Selector */
#location-map {
  height: 300px; }

.map img,
#location-map img {
  max-width: none; }

.material-controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#location-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  direction: ltr;
  width: 90%; }

#location-input:focus {
  border-color: #4d90fe; }

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

.status.expired {
  color: #E91E63;
}

.status.revoked,
.status.banned,
.status.rejected {
  color: #F44336;
}

.status.pending {
  color: #3F51B5;
}

.status.deactivated,
.status.draft {
  color: #FF9800;
}

.status.active,
.status.approved,
.status.published {
  color: #4CAF50;
}

.lcb-card-login {
    padding: 100px 0;
}

.lcb-card {
    max-width: 960px;
}

.lcb-card .lcb-form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.lcb-card .lcb-title {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.meta-media .media-body {
    display: table-cell;
}

.meta-media .meta-label {
    font-weight: bold;
}

#footer.web-footer {
    padding-left: 0;
    color: #fff;
}

/*# sourceMappingURL=admin.css.map */
