﻿#dialog-apply-reg-vendor .textinput {
  justify-content: flex-start;
}
#dialog-apply-reg-vendor .textinput h4 {
  min-width: 220px;
}

#dialog-apply-reg-vendor .checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: solid 3px #fff;
}
#dialog-apply-reg-vendor .checkbox input[type="checkbox"]:disabled {
  background: #E7E7E7;
  border: solid 3px #E7E7E7;
}
#dialog-apply-reg-vendor .checkbox input[type="checkbox"]:checked {
  background: #36aa5b;
}

#dialog-apply-reg-vendor .checkbox {
  font-size: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  #dialog-apply-reg-vendor .checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #dialog-apply-reg-vendor .checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#dialog-apply-reg-vendor .checkbox span {
  font-size: 13px;
  position: relative;
  bottom: 7px;
  padding-left: 2px;
}
@media screen and (max-width: 1024px) {
  #dialog-apply-reg-vendor .checkbox span {
    padding-right: 10px;
  }
}

#dialog-apply-reg-vendor .lbl-shonin-auth-flg-none,
#dialog-apply-reg-vendor .lbl-shonin-auth-flg-selected {
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    #dialog-apply-reg-vendor .lbl-shonin-auth-flg-none,
    #dialog-apply-reg-vendor .lbl-shonin-auth-flg-selected {
        font-size: 7px;
    }
}

#dialog-apply-reg-vendor th, #dialog-apply-reg-vendor td {
  border: solid 1px;
  padding: 5px;
  text-align: center;
}

#dialog-apply-reg-vendor table {
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
    #dialog-apply-reg-vendor.modal-content .buttons input[type="button"] {
        padding: 20px;
    }
}
