.modal_form input[type="text"], .modal_form input[type="password"], .modal_form input[type="date"], .modal_form select {
  width: 700px;
  margin-top: 3px;
  font-size: 17px;
  color: DarkGreen;
}

.modal_form .field input[type="text"] {
  width: 675px;
  margin-top: 3px;
  font-size: 17px;
  color: DarkGreen;
}

.modal_form input[type="number"] {
  width: 700px;
  margin-top: 3px;
  font-size: 17px;
  color: DarkGreen;
}

.modal_form select {
  width: 712px;
  margin-top: 3px;
  font-size: 17px;
  color: DarkGreen;
}

.modal_form textarea {
  width: 700px;
  margin-top: 3px;
  font-size: 17px;
  color: DarkGreen;
}

.modal_form fieldset {
  width: 700px;
  margin-top: 15px;
  padding: 10px;
}

.modal_form fieldset input[type="password"] {
  width: 700px;
  margin-top: 3px;
}

.modal_form input[type="submit"] {
  margin-top: 15px;
}

.modal_form .date_field {
  width: 100px;
  margin-right: 4px;
}

.modal_form label {
  margin-right: 10px;
}

.modal_form input.std_button {
  height: 35px;
  font-size: 17px;
  color: DarkGreen;
}

.modal_form .uuids_list {
  width: 712px;
  margin-top: 25px;
  position: relative;
}

.modal_form .box_select_filed {
  height: 120px;
  width: 708px; 
  overflow: visible;
  padding: 1px;
  border: 1px solid DarkSeaGreen;
  border-radius: 5px; 
}

.modal_form .select_field {
  height: 120px;
  width: 708px; 
  margin: 0px;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: auto;  
  border: none;
}

.modal_form .select_field:focus {
  box-shadow: 0 0 12px 1px YellowGreen;
  outline: none;
}

.modal_form .uuids_list .uuids_list_btns {
  width: 100%;
  text-align: right;
  display: inline-block;
}

.modal_form .uuids_list label {
  width: 19%;
  display: inline-block; 
  position: absolute;
  bottom: 3px;
}

.modal_form .uuids_list .std_button {
  margin-right: 0px;
  margin-left: 5px;
  margin-bottom: 7px;
}

.modal_form #canvas {
 width: 512px;
}

.modal_form .chb_widget {
  width: 706px;
  height: 250px;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  border: 1px solid DarkSeaGreen;
  border-radius: 5px;
  background-color: White;
  display: inline-block;
}

.modal_form .chb_widget .chb_widget_search {
  width: 85.3%;
  height: 29px;
  box-sizing: border-box;
  margin: 0px 0px 5px 0px;
}

.modal_form .chb_widget .chb_sel_button {
  width: 29px;
  height: 29px;
  font-size: 16px;
  margin-top: 1px;
}

.modal_form .chb_widget .chb_sel_button_active {
  box-shadow: 0 0 5px 2px YellowGreen;
}

.modal_form .chb_widget .button_show_select {
  font-size: 15px;
}

.modal_form .chb_widget .chb_list {
  width: 690px;
  height: 202px;
  padding: 5px 5px 5px 5px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  line-height: 2.5;
}





