fieldset {
  background-color: #fff;
  position: relative; }

.error-masterdetail {
  border-color: #F44336 !important; }
  .error-masterdetail legend {
    color: #F44336 !important; }
  .error-masterdetail .error-msg {
    font-size: 75%;
    display: block;
    color: #F44336; }

.required-color {
  color: red !important; }

.sbm-master-detail-new-btn {
  z-index: 999;
  right: 25px;
  cursor: pointer;
  position: absolute; }

.sbm-master-detail-backdrop {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000; }
