/* ========================================================
*
* MVP Ready - Lightweight & Responsive Admin Template
*
* ========================================================
*
* File: mvpready-flat.css
* Theme Version: 1.1.0
* Bootstrap Version: 3.1.1
* Author: Jumpstart Themes
* Website: http://mvpready.com
*
* ======================================================== */
.navbar {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}
.btn {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}
.alert {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}
.progress-bar {
  background-image: none;
  -ms-filter: none;
  filter: none;
}
.table-bordered thead tr,
.table-bordered tfoot tr {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
  border-bottom: 2px solid #8b0b04;   
}
.accordion-boxed .accordion-toggle {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}
.accordion-boxed .panel.is-open .accordion-toggle {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}
.modal-styled .modal-header {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-image: none;
  background-repeat: no-repeat;
  -ms-filter: none;
  filter: none;
}

// Spinner
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}