.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, .table-bordered {
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
}

.thead-inverse th {
    color: #fff;
    background-color: #767676;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.label-as-badge {
    border-radius: 1em;
}

.navbar {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    /*color: #f05f40;*/
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  /*
  display: flex;
  align-items: center;
  */
}

.header {
    position: fixed;
    right:0;
    left:0;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.btn-round {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.alert-sm{
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-datepicker {
  width: 18em;
}

.anchor {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
}

label + p {
  color: tomato;
}

.solid {
  border-color: #000;
  border-width: 4px;
}

.dotted {
  border-color: #ddd;
  border-width: 2px;
}

blockquote {
  padding: 0px 13px;
  margin: 0 0 0px;
  font-size: 14px;
  border-left: 0px solid #eee;
}

.glyphicon {
  font-size: 20px;
  margin: 0px 5px;
}
media screen and (max-width: 767px) {
  .table-responsive {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.pager li>a,.pager li>span {
  cursor:pointer;
}
