/* // @import "variables"; */

@media screen and (min-width: 375px) {
}



/* // From small view - grid rule: .col-sm- */
@media screen and (min-width: 576px) {

}



/* // From medium view - grid rule: .col-md- */
@media screen and (min-width: 768px) {

}



/* // From large view - grid rule: .col-lg- */
@media screen and (min-width: 992px) {
  /* .btn {
    font-size: 20px;
  } */

  /* Document form */
  #documentgroup-form, #view-page-container{
    .modal-wrapper {
      display: flex;
    }
  }

  .userids-select {
    height: 38px !important;
  }

  #document-group-grid td.text-right a.btn.btn-sm.btn-secondary {
    margin-top: -6px;
  }
}



/* // From extra large view - grid rule: .col-xl- */
@media screen and (min-width: 1200px) {

}



@media screen and (min-width: 1366px) {

}



@media screen and (min-width: 1440px) {

}



@media screen and (min-width: 1600px) {

}



@media screen and (min-width: 1900px) {

}
