html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

i.bi{
    margin-right:7px!important;
}

.actions {
    display:inline-block;
}

.col-actions-sm{
    max-width:100px!important;
    width:100px!important;
}

.col-actions {
    max-width: 150px !important;
    width: 150px !important;
}

.col-actions-lg {
    max-width: 250px !important;
    width: 250px !important;
}

.form-group .control-label{
    font-weight:bold;
}

.pull-right {
    float: right !important;
}

.fs70 {
    font-size: .7rem;
}