#simpleIncomeBranchSettings {
  max-height: 600px;
  height: 600px;
  min-height: 600px; }
  #simpleIncomeBranchSettings .popup-content {
    height: 545px;
    max-height: 545px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden; }
  #simpleIncomeBranchSettings .month-select {
    width: 100px;
    background-color: transparent;
    background-image: none; }
    #simpleIncomeBranchSettings .month-select.form-control {
      background-image: none; }
  #simpleIncomeBranchSettings .day-select {
    width: 75px;
    background-color: transparent;
    background-image: none; }
    #simpleIncomeBranchSettings .day-select.form-control {
      background-image: none; }
  #simpleIncomeBranchSettings .sport-card-day-select {
    width: 150px;
    height: 37px;
    background-color: transparent;
    background-image: none; }
    #simpleIncomeBranchSettings .sport-card-day-select.form-control {
      background-image: none; }
  #simpleIncomeBranchSettings .num-field {
    width: 100px; }
  #simpleIncomeBranchSettings .income-branch-select {
    width: 200px;
    background-color: transparent;
    background-image: none; }
    #simpleIncomeBranchSettings .income-branch-select.form-control {
      background-image: none; }
  #simpleIncomeBranchSettings .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%; }
  #simpleIncomeBranchSettings .modal-main {
    flex: 1 0 auto; }
  #simpleIncomeBranchSettings .modal-footer {
    flex: 0 0 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  #simpleIncomeBranchSettings .button-save {
    width: 150px; }
  #simpleIncomeBranchSettings .modal-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100; }
    #simpleIncomeBranchSettings .modal-preloader .modal-preloader-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 102;
      background-image: url("/assets/images/ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center center; }
    #simpleIncomeBranchSettings .modal-preloader .modal-preloader-back {
      background-color: white;
      opacity: 0.5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 101; }
  #simpleIncomeBranchSettings .form-field label {
    display: block;
    margin-bottom: 0; }
  #simpleIncomeBranchSettings .form-field input {
    display: block; }
  #simpleIncomeBranchSettings .form-field .errors {
    margin-top: 3px; }
    #simpleIncomeBranchSettings .form-field .errors .error-message {
      color: red; }
  #simpleIncomeBranchSettings .form-field.has-error label {
    color: red; }
