body {
    cursor: default;
}

ul.list-group-beerp{
  margin:0;
}
ul.beerp{
  padding-left: 30px;
  margin-bottom: 5px;
}
ol.beerp{
  padding-left: 30px;
  margin-bottom: 5px;
}
hr.beerp{
  margin: 5px;
}
div.panel-beerp{
  margin-bottom: 5px;
}
div.panel-beerp>div.panel-heading,div.panel-beerp>div.panel-body{
  padding: 5px;
}
h1.beerp{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h2.beerp{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h3.beerp{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h4.beerp{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h5.beerp{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h6.beerp{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
.input-group-field {
  display: table-cell;
  vertical-align: middle;
  border-radius:4px;
}
.input-group-field .form-control, .input-group-field .form-control {
  border-radius: inherit !important;
}
.input-group-field:not(:first-child):not(:last-child) {
  border-radius:0;
}
.input-group-field:not(:first-child):not(:last-child) .form-control {
  border-left-width: 0;
  border-right-width: 0;
}
.input-group-field:last-child {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
textarea {
  resize: vertical;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

tbody > tr > td > a, .text-bold {
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
}

.bootstrap-datetimepicker-widget{
  z-index:1001;
}

.dropdown-menu {
  width: fit-content !important;
}