body{
    font-size: 11px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

@font-face {
  font-family: "GLYPHICONS Halflings";
  src: url("../fonts/GLYPHICONSHalflings-Regular.woff2") format("woff2"),
    url("../fonts/GLYPHICONSHalflings-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.detailBlock {
    padding: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.detailBlock h2 {
    margin: 0;
    font-size: 22px;
}

.detailBlock p {
    font-size: 16px;
    line-height: 30px;
}

.detailBlock .radio-inline {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.detailBlock .radio-inline input[type="checkbox"],
.detailBlock .radio-inline input[type="radio"] {
    margin-top: 8px;
}



form label{
    font-weight: normal;
}
select.input-sm{
    line-height: normal;
}

.form-select{
    font-size: inherit;
    height: 34px;
    padding: 6px 12px;
}
.form-control{
    font-size: 12px;
    height: 32px;
}
.table>thead>tr>td{
    padding: 0;
}

.form-check-input[type=checkbox]{
    position: relative;
    top: -2px;
}
.card-header h2{
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: inherit !important;
        margin: 0 ;
        padding: 0;
    }
}


