.white {
  color: #fff !important;
}
.text-center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.white-bg {
  background-color: #ffffff;
  color: #333;
}
.info-block {
  font-size: 11px;
  font-weight: bold;
}
.help-inline {
  font-size: 12px;
}
.flash-message {
  width: 100%; 
  position: relative; 
  top: 0;
  padding: 10px;
  border:1px solid #cccccc; 
  z-index:501; 
  text-align: center;
}
.container {
  padding: 0;
}
.error-container {
  padding-top: 5%;
  text-align: center;
}
.error-code {
  font-size: 180px;
}
.error-info {
  font-size: 20px;
  color: #343434;
}
.nav>li>ul>li {
  margin-left: 20px;
}
.checkbox input.checkbox {
  float: left;
  margin-top: 0;
  margin-right: 5px;
  min-height: 21px;
}
input.error, button.error, select.error, ul.error, div.form-control.error {
  border-color: #cc0000 !important;
  background-color: #f3d8d8 !important;
}
label.error {
  color: #cc0000;
  font-size: 11px;
}
#sidemenu {
  margin-top: 20px;
}
.navbar {
  margin-bottom: 0;
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.btn-primary {
  color: #fff;
  background-color: #a00000;
  border-color: #990000;
}
.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}
/* Loader */
.loader-wrap {
  left: 0;
  z-index: 10000;
  opacity: 0.8 !important;
  margin-left: 0 !important; 
}
.public-page .loader-wrap {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 0 !important;
}
.loader-wrap .fa {
  position: absolute;
  top: 45%;
  left: 48%;
  line-height: 30px;
  margin-top: -15px;
  margin-left: -10px;
  font-size: 20px;
  vertical-align: middle;

}
.loader-wrap .help-block {
  position: absolute;
  top: 45%;
  left: 48%;
  line-height: 30px;
  margin-top: 30px;
  margin-left: -87px;
  color: #333;
  font-size: 32px;
  line-height: 1.2em;
  vertical-align: middle;
}
.table td>.abc-checkbox, .table th>.abc-checkbox {
  position: relative;
  top: 0; 
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.dataTables_wrapper .dataTables_length {
  clear: none;
  margin-top: 16px;
}
.dataTables_wrapper .dataTables_info {
  clear: none;
  margin-top: 10px;
}
.pagination {
  margin: 0;
}
fieldset.search-group {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 20px;
  margin: 0 0 30px 10px;
  background: #a00000;
}
fieldset.search-group label {
  color: #ffffff;
}
#account_tabs.nav-tabs>li.active>a, 
#account_tabs.nav-tabs>li.active>a:focus, 
#account_tabs.nav-tabs>li.active>a:hover {
  background-color: #fff;
}
.tab-content {
  padding-top: 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* Location Search */
.postcode-search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
div.popup-container {
  position: relative;
}
div.sb-popup {
  position: absolute;
  z-index: 2000;
}
ul.search-results {
  position: relative;
  overflow: auto;
  max-height: 207px;
  list-style: none;
  z-index: 5;
  background: #fff;
  margin: 32px 0 0 -2px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
}
ul.search-results li {
  color: #000;
  padding: 5px 15px 5px 13px;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
ul.search-results li:hover {
  background-color: #eee;
}
.sample-colour {
  display: block;
  text-align: center;
  border: 1px solid #666;
}

@media(min-width:768px) {
  .sidebar {
    margin-top: 0;
  }
}