/* these keep modals from losing focus
   to the underlying page */

body.modal-open {
    overflow: hidden;
    position: fixed;
}
body.viewport-lg {
    position:absolute;
}

/* site display custom css starts here */

input.its_table {
    border-style:none;
}

/* to implement Bootstrap 3 btn-xs */
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}