#form-name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 9px;
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
  margin-left: 10px;
  margin-right: 10px;
}

.form-group .form-control:disabled, .form-group .form-control[readonly] {
  background-color: #f5f5f7;
}

.form-group input {
  height: 61px;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 8px;
}

.form-group input::-webkit-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group input:-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group input::-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group input::placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group input:-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group input::-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group textarea {
  resize: none;
  font-size: 18px;
}

.form-group textarea::-webkit-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group textarea:-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group textarea::-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group textarea::placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group textarea:-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group textarea::-ms-input-placeholder {
  color: lightgrey;
  font-weight: 300;
}

.form-group label {
  margin-top: 35px;
  font-size: 18px;
  margin-bottom: 2px;
}

@media (min-width: 996px) {
  .form-group label.first_label {
    margin-top: 0;
  }
}

.form-group label.empty-label {
  display: none;
}

@media (min-width: 996px) {
  .form-group label.empty-label {
    display: block;
  }
}

.form-group.date-and-time {
  position: relative;
}

.form-group.date-and-time .date-and-time-divider {
  position: absolute;
  width: 1px;
  height: 60px;
  background: lightgrey;
  top: 65px;
  right: 59px;
}

@media (min-width: 996px) {
  .form-group.date-and-time .date-and-time-divider.first_input {
    top: 29px;
  }
}

.form-group.date-and-time input {
  padding-right: 14px;
}

.form-group.file-form_group {
  position: relative;
}

.form-group.file-form_group input {
  top: 56px;
  height: 68px;
  left: 0;
  padding-left: 0;
}

.form-group.with_logo {
  position: relative;
}

.form-group.with_logo .logo {
  position: absolute;
  right: 0;
  width: 60px;
  height: 61px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: transparent;
  bottom: 0;
}

.form-group.with_logo .logo.isbtn {
  cursor: pointer;
}

.form-group.with_logo .logo span, .form-group.with_logo .logo i {
  color: #f28f00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px !important;
  font-weight: 600;
}

.form-group.with_logo input {
  padding-right: 75px;
}

.form-group .mandatory {
  color: #c2001b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  position: absolute;
  display: none;
}

.form-group.no_label {
  margin-bottom: 40px;
}

.button_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 996px) {
  .button_container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.inputfile {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.inputfile + .file_input {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  width: 100%;
}

.file_input div:nth-of-type(2) {
  width: 60px;
  height: 61px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-left: 1px solid #ced4da;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1p solid lightgray;
  position: absolute;
  right: 0;
}

.file_input div:nth-of-type(2) i {
  color: #f28f00;
}

.file_input div:nth-of-type(1) {
  width: calc(100% - 51px);
  height: 61px;
  padding-top: .7rem;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ced4da;
  width: 100%;
}

.file_input span {
  opacity: 0.275;
  position: absolute;
  bottom: 33px;
  left: 31px;
  font-size: 18px;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .file_input span {
    max-width: 243px;
  }
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  position: relative;
  margin-top: 0 !important;
}

.switch label {
  margin-top: 0;
}

@media (min-width: 996px) {
  .switch {
    margin-top: 70px !important;
  }
}

.switch label {
  top: 11px;
  right: 60px;
  left: unset;
  position: absolute;
}

label.form-control-placeholder-switch {
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}

.slider {
  position: absolute;
  cursor: pointer;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 3px;
  background-color: #565757;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #b7cc00;
  left: 0px;
}

.slider.round {
  border-radius: 15px;
  border: 1px solid #ccc;
  width: 50px;
  height: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

#operator_actions_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn_logo {
  width: 60px;
  height: 60px;
  background: transparent !important;
  position: relative;
}

.btn_logo i, .btn_logo span {
  color: #f28f00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px !important;
  font-weight: 600;
}
/*# sourceMappingURL=form.css.map */