/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 =========================================================
 
*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none !important;
}

a:focus,
a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.form-control {
  background: #201111;
  border: 1px solid #3a2020;
  color: #b89999;
}
.form-control:focus {
  border: 1px solid #a03232;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.thumbnail {
  background-color: #261414;
  border: 1px solid #3a2020;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #382013;
}

.btn-primary {
  color: #a03232;
  background-color: transparent;
  border-color: #a03232;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #ffffffba !important;
  background-color: #a03232 !important;
  border-color: #a03232 !important;
}

.form-horizontal .control-label {
  text-align: left !important;
}

.table-bordered {
  border: 1px solid #3a2020;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #3a2020;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #261414;
}

.table-hover > tbody > tr:hover {
  background-color: #361d1d;
}

.alert-danger {
  color: #ffe2e2;
  background-color: #502c2c;
  border-color: #a03232;
}

.alert-success {
  color: #d5ffd6;
  background-color: #304630;
  border-color: #7a2525;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #482b2b;
}

.help-block {
  color: #b89999;
}
