/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2020 | 14:47:40 */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
   background-color: #942B28;
    border-color: #942B28;
    color: #fff !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
  background-color: #7B120F;
  border-color: #7B120F;
}







/*list group*/
a.list-group-item, button.list-group-item {
     margin-bottom: -26px;
     font-size: 16px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
     color: #fff !important;
    background-color: #87B20F;
    border-color: #87B20F;
}

.well {
    background-color: #fff;
    border: 1px solid #ddd;
}

/*table*/
.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 #ccc;
}

.table-bordered {
    border: 1px solid #ccc;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #E2E4E2;
}

.small {
  line-height: 110%;
  
}

.well-sm {
    font-size: 14px;
}

.panel-default>.panel-heading {
    background-color: #fff;;
}

@media screen and (max-width: 767px)
.table-responsive {
    border: 1px solid #ccc;
}



