﻿
.bs-mod-help-block-inline {
    display: inline;
    font-size: smaller !important;
}

label + .bs-mod-help-block-inline::before {
    content: ' - ';
}

.form-control {
   /* display: block !important;  //Causing issues on 'form-inline' - why is this here? */
}

.alert + .alert {
margin-top: -20px; /*remove 20px gap between 2+ alerts*/
}


.modal-xwlg {width:90%; } /* Added class to make dialog extra wide*/

.gnosis-modal-body-scrollingContent { 
  max-height: 75%;
  overflow-y: auto;
  }

.panel-widebody {
  padding-left: 4px;
  padding-right: 4px;
}
.removeBottomMargin {
    margin:0px
}