.form-inline {
  display: inline;
}
.table tbody tr td,
.table tbody tr th {
  vertical-align: middle;
}
.form-group .form-control {
  margin-top: 1px;
}
.has-error .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.data-wrap {
  margin-top: 8px;
}
.data-wrap-small {
  margin-top: 3px;
}
.btn i.material-icons.md-14 {
  font-size: 14px;
}
.form-group .dropdown-menu > li > a {
  padding: 3px 18px;
}
.space-left {
  padding-left: 12px;
}
.sidebar .user-info {
  height: 82px;
}
.sidebar .user-info .info-container {
  top: 8px;
}
.demo-google-material-icon {
  margin-bottom: 5px;
  text-align: left;
}
.demo-google-material-icon .icon-name {
  position: relative;
  top: -6px;
  left: 2px;
}
.demo-google-material-icon .material-icons {
  width: 24px;
}
tfoot {
  display: table-header-group;
}
table.dataTable td,
table.dataTable th.searchable {
  margin: 0;
  padding: 12px 25px 12px 0;
}
table.dataTable td,
table.dataTable th.searchable input {
  font-weight: normal;
  padding: 6px 9px;
  /*width: 100%;*/
}
.dataTables_wrapper .dt-buttons {
  z-index: 1;
}
.dataTables_wrapper .dt-buttons a.buttons-csv {
  width: 100px;
  display: block;
  text-align: center;
}
#sign_in .input-group input[type='text'],
#sign_in .input-group .form-control {
  padding-left: 12px;
}
.shopName {
  font-weight: normal;
}

.formToStyle {
  display: inline-block;
  padding-right: 5px;
}

.navbar-brand > img {
  display: block;
  position: absolute;
  height: 50px;
  top: 10px;
}

.navbar-brand span {
  padding-left: 56px;
}

td.details-control {
  background: url('../images/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('../images/details_close.png') no-repeat center center;
}

.dt-button.abstracts-export-btn {
  display: none;
}
