.alert.alert-sm {
  font-size:14px;
  padding:10px;
}
.alert.alert-flat {
  border-radius:0 !important;
}
.alert a.btn {
  text-decoration: none !important;
}
.bootstrap-switch-flat, .bootstrap-switch-flat * {
  border-radius:0 !important;
}

.form-group .form-message.form-control {
  height:auto;
}
.form-group.has-error .form-message {
  background-color:#DD4B39;
  color:#FFFFFF;
}
.form-group.has-warning .form-message {
  background-color:#F39C12;
  color:#FFFFFF;
}
.form-group.has-success .form-message {
  background-color:#00A65A;
  color:#FFFFFF;
}

.flat > .selectize-input {
  border-radius:0 !important;
}

.box-default.with-border {
  border:solid 1px #D2D6DE;
}

.width-160 {
  width: 160px;
}
.width-200 {
  width: 200px;
}

.nav-tabs-custom.nav-tabs-default > .nav-tabs > li.active {
  border-top-color: #D2D6DE;
}
.nav-tabs-custom.with-border {
  border: solid 1px #D2D6DE;
}
.nav-tabs-custom.with-border > .nav-tabs {
  border-bottom-color: #D2D6DE;
}
.nav-tabs-custom.with-border > .nav-tabs > li.active > a {
  border-left-color: #D2D6DE;
  border-right-color: #D2D6DE;
}

.callout a.btn {
  text-decoration: none;
}
.callout a.btn.btn-default {
  color:#444444;
}

.callout.callout-default {
  background-color:#E7E7E7;
  border-color:#D2D6DE
}

.small-box.bg-default {
  background-color:#ECF0F5;
}
.small-box.bg-default.with-border,
.box.with-border {
  border:solid 1px #D2D6DE;
}
.small-box.bg-default:hover,
.small-box.bg-default > .small-box-footer {
  color:#333333;
}
.small-box.bg-green.with-border {
  border-color:#008D4D;
}
.small-box.bg-green > .small-box-footer a {
  color:#FFFFFF;
}

.progress.inverse {
  position: relative;
  background-color:#CCCCCC;
}
.progress span {
  position: absolute;
  display: block;
  width: 100%;
}

.table> tbody > tr.bg-primary {
  background-color:#3C8DBC !important;
}
.table> tbody > tr.bg-primary > td {
  border-color:#3C8DBC !important;
}
.table> tbody > tr.bg-primary > td .text-muted {
  color:#FFFFFF !important;
}

dl.dl-margin-xs-b > dd {
  margin-bottom: 1px !important;
}
