@keyframes zv-fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes zv-fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#ZVListUser button {
  margin-right: 10px;
}

#ZVListUser .zv-edit-modal-container {
  animation: zv-fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: zv-fadeIn 0.5s ease 0s 1 normal;
  display: none
}

#ZVListUser .zv-edit-modal-root {
  z-index: -2;
  position: absolute;
}

#ZVListUser .zv-edit-modal-lightbox {
  position: fixed;
  text-align: center;
  margin: 0;
  top: 5%;
  left: 5%;
  opacity: 1;
  display: block;
  z-index: 1008;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-color: rgba(0,0,0,.2);
  height: 90%;
  width: 90%;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.13);
  background-color: #fff;
  visibility: hidden;
  font-size: 16px;
}

#ZVListUser .zv-edit-modal-lightbox-header {
  text-align: center;
  background: #f2f2f2;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
  padding: 0 14px;
  margin: 0;
  z-index: 10;
  position: relative;
  height: 35px;
}

#ZVListUser .zv-edit-modal-lightbox-body {
  height: 87%;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px 18px;
  text-align: left;
  overflow-x: hidden;
  box-sizing: border-box;
}

#ZVListUser .zv-edit-modal-close-button {
  display: none;
}

#ZVListUser .zv-edit-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1007;
  opacity: 0.75;
  display: block;
}

#ZVListUser .zv-edit-form {
  padding: 10px;
}
#ZVListUser .zv-edit-form table tr {
  display: table;
}

#ZVListUser .zv-edit-form .zv-prev-error-message {
  color: red;
  margin-top: 0px;
  margin-bottom: 10px;
}
#ZVListUser .zv-edit-form .zv-error-message {
  color: red;
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
}
#ZVListUser .zv-edit-form span.zv-notes {
  margin-left: 5px;
  font-weight: normal;
  font-size: 14px;
}
#ZVListUser .zv-edit-form select.zv-form-control {
  width: auto;
}
#ZVListUser .zv-edit-form .zv-form-star {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-form-star svg {
  fill: #bdc3c7;
  height: 25px;
  width: 28.125px;
  cursor: pointer;
}
#ZVListUser .zv-edit-form svg.zv-form-star-svg-on {
  fill: #ef8137;
}
#ZVListUser .zv-edit-form .zv-form-star input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: none;
  position: absolute;
}
#ZVListUser .zv-edit-form .zv-star-sentence-wrap {
  margin-left: 10px;
}
#ZVListUser .zv-edit-form .zv-star-sentence {
  display: none;
  vertical-align: bottom;
  height: 25px;
}
#ZVListUser .zv-edit-form .zv-form-star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 120px;
  height: 21px;
  overflow: hidden;
  position: relative;
  background-size: contain;
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-form-star-rating svg {
  fill: #bdc3c7;
  height: 18px;
  position: absolute;
}
#ZVListUser .zv-edit-form .zv-form-star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background-size: contain;
  fill: #ef8137;
}
#ZVListUser .zv-edit-form .zv-form-star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
#ZVListUser .zv-edit-form .zv-form-star-rating input:hover + i,
#ZVListUser .zv-edit-form .zv-form-star-rating input:checked + i {
  opacity: 1;
}
#ZVListUser .zv-edit-form .zv-form-star-rating i ~ i {
  width: 40%;
}
#ZVListUser .zv-edit-form .zv-form-star-rating i ~ i ~ i {
  width: 60%;
}
#ZVListUser .zv-edit-form .zv-form-star-rating i ~ i ~ i ~ i {
  width: 80%;
}
#ZVListUser .zv-edit-form .zv-form-star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
#ZVListUser .zv-edit-form .zv-form-star-rating input:hover {
  cursor: pointer;
}

#ZVListUser .zv-edit-form span[class^="star-sentence"] {
  font-size: 14px;
  color: #333;
}
#ZVListUser .zv-edit-form input[type="number"] {
  width: 100px;
}
#ZVListUser .zv-edit-form .zv-submit-wrap {
  margin: 0;
}
#ZVListUser .zv-edit-form .zv-btn {
  border:solid 1px #bdc3c7;
  padding:10px 15px;
  text-transform:uppercase;
  cursor:pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
  color: #222;
}
#ZVListUser .zv-edit-form .zv-select-wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  background: #ffffff;
  width: auto;
  display: inline-block;
  margin-left: 20px;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 1px 2px rgba(0, 0, 0, 0.2);
}
#ZVListUser .zv-edit-form .zv-select-wrap::before {
  position: absolute;
  top: 1.0em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bdc3c7;
}
#ZVListUser .zv-edit-form .zv-select {
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  font-size: 14px;
  height: 37px;
}
#ZVListUser .zv-edit-form .zv-select select::-ms-expand {
  display: none;
}
#ZVListUser .zv-edit-form .zv-radio {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-radio-input,
#ZVListUser .zv-edit-form .zv-checkbox-input {
  display: none;
}
#ZVListUser .zv-edit-form .zv-radio-input:checked + .zv-radio-parts,
#ZVListUser .zv-edit-form .zv-checkbox-input:checked + .zv-checkbox-parts{
  color: #ef8137;
}
#ZVListUser .zv-edit-form .zv-radio-input:checked + .zv-radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #ef8137;
  border-radius: 50%;
}
#ZVListUser .zv-edit-form .zv-radio-parts,
#ZVListUser .zv-edit-form .zv-checkbox-parts {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  line-height:1;
}
#ZVListUser .zv-edit-form .zv-radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdc3c7;
  border-radius: 50%;
  box-sizing: content-box;
}
#ZVListUser .zv-edit-form .zv-checkbox {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdc3c7;
  border-radius: 4px;
  box-sizing: content-box;
}
#ZVListUser .zv-edit-form .zv-checkbox-input:checked + .zv-checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ef8137;
  border-right: 3px solid #ef8137;
  box-sizing: content-box;
}
#ZVListUser .zv-edit-form .zv-textbox,
#ZVListUser .zv-edit-form .zv-textarea,
#ZVListUser .zv-edit-form .zv-input-number {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  border: 0;
  padding: 10px;
  border: solid 1px #bdc3c7;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#ZVListUser .zv-edit-form .zv-bipolar-table {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-table-div {
  display: inline-block;
}
#ZVListUser .zv-edit-form .zv-bipolar-left {
  width: 90px;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
}
#ZVListUser .zv-edit-form .zv-bipolar-right {
  width: 90px;
  vertical-align: middle;
  text-align: right;
  float: none;
  font-size: 16px;
  color: #000000;
}
#ZVListUser .zv-edit-form .zv-bipolar-main {
  vertical-align: middle;
}
#ZVListUser .zv-edit-form .zv-bipolar {
  display: inline-block;
  width: 30;
  margin-left: 0px;
}
#ZVListUser .zv-edit-form .zv-bipolar .zv-radio-parts {
  margin-right: 5px;
}
#ZVListUser .zv-edit-form .zv-img-sentence{
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
#ZVListUser .zv-edit-form div.zv-file-container,
#ZVListUser .zv-edit-form .zv-img-list {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-attention-message {
  display: none;
}
#ZVListUser .zv-edit-form .zv-img {
  pointer-events: none;
}
#ZVListUser .zv-edit-form label.zv-file-img-label {
  border: 2px dashed #ccc;
  background: #fafafa;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
#ZVListUser .zv-edit-form label.zv-file-img-label:before {
  content: '';
  position: absolute;
  margin-left: 30px;
  margin-top: 46px;
  width: 40px;
  height: 4px;
  background-color: #ccc;
}
#ZVListUser .zv-edit-form label.zv-file-img-label:after {
  content: '';
  position: absolute;
  margin-left: 30px;
  margin-top: 46px;
  width: 40px;
  height: 4px;
  background-color: #ccc;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#ZVListUser .zv-edit-form input[type="file"] {
  display: none;
}
#ZVListUser .zv-edit-form label.zv-hide {
  display: none;
}
#ZVListUser .zv-edit-form .zv-thumb-container {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
#ZVListUser .zv-edit-form img.zv-thumb {
  width: 100px;
  height: 100px;
}
#ZVListUser .zv-edit-form .zv-close-icon {
  color: #555;
  left: 6px;
  position: absolute;
}
#ZVListUser .zv-edit-form .zv-close-icon:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#ZVListUser .zv-edit-form .zv-close-icon:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#ZVListUser .zv-edit-form .zv-thumb-container button {
  height: 22px;
  width: 22px;
  position: absolute;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: -5px;
  box-shadow: 0 1px 2px 0 rgba(88,88,88,.75);
  cursor: pointer;
}

#ZVListUser .zv-edit-form .zv-div-video {
    border: solid 2px #ccc;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 332.804 332.804' style='enable-background:new 0 0 332.804 332.804;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M330.804,171.002c-3.6-6.4-12-8.8-18.8-4.8l-45.6,26.4l-11.6,6.8v63.2l10.8,6.4c0.4,0,0.4,0.4,0.8,0.4l44.8,26				c2,1.6,4.8,2.4,7.6,2.4c7.6,0,13.6-6,13.6-13.6v-53.6l0.4-52.8C332.804,175.402,332.404,173.002,330.804,171.002z' fill='%23aaa'/%3E%3Cpath d='M64.404,150.602c35.6,0,64.4-28.8,64.4-64.4c0-35.6-28.8-64.4-64.4-64.4s-64.4,28.8-64.4,64.4				C-0.396,121.802,28.804,150.602,64.404,150.602z M64.404,59.802c14.8,0,26.4,12,26.4,26.4c0,14.8-12,26.4-26.4,26.4				c-14.4,0-26.4-12-26.4-26.4C37.604,71.402,49.604,59.802,64.404,59.802z' fill='%23aaa'/%3E%3Cpath d='M227.604,154.202c-10.4,5.2-22,8.4-34.4,8.4c-15.2,0-29.6-4.4-41.6-12.4h-45.6c-12,8-26.4,12.4-41.6,12.4				c-12.4,0-24-2.8-34.4-8.4c-9.2,5.2-15.6,15.6-15.6,26.8v97.6c0,18,14.8,32.4,32.4,32.4h164.4c18,0,32.4-14.8,32.4-32.4v-97.6				C243.204,169.802,236.804,159.402,227.604,154.202z' fill='%23aaa' /%3E%3Cpath d='M193.204,150.602c35.6,0,64.4-28.8,64.4-64.4c0-35.6-28.8-64.4-64.4-64.4c-35.6,0-64.4,28.8-64.4,64.4				C128.804,121.802,157.604,150.602,193.204,150.602z M193.204,59.802c14.8,0,26.4,12,26.4,26.4c0,14.8-12,26.4-26.4,26.4				c-14.4,0-26.4-12-26.4-26.4C166.804,71.402,178.404,59.802,193.204,59.802z' fill='%23aaa'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

#ZVListUser .zv-edit-form p.zv-lead {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group {
  margin-bottom: 30px;
}
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group:last-child {
  margin-bottom: 0;
}
#ZVListUser .zv-edit-form .zv-theme1 p.zv-control-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
#ZVListUser .zv-edit-form .zv-theme1 .zv-error-message {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group div.zv-radio,
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group select.zv-form-control,
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group span.zv-star:first-child,
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group div.zv-checkbox,
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group input.zv-form-control,
#ZVListUser .zv-edit-form .zv-theme1 .zv-form-group textarea.zv-form-control {
  margin-left: 20px;
}
#ZVListUser .zv-edit-form .zv-theme1 input[type="text"],
#ZVListUser .zv-edit-form .zv-theme1 textarea {
  width: calc(100% - 40px);
}
#ZVListUser .zv-edit-form .zv-theme1 .zv-radio label {
  font-weight: normal;
}
#ZVListUser .zv-edit-form .zv-theme1 .zv-button-error-message {
  color: red;
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
}

#ZVListUser .zv-edit-form label {
  font-weight: normal;
}
#ZVListUser .zv-edit-form .zv-select-wrap .zv-select-disabled{
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

#ZVListUser .zv-confirm-edit-modal-container {
  animation: zv-fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: zv-fadeIn 0.5s ease 0s 1 normal;
  visibility: hidden;
}

#ZVListUser .zv-confirm-edit-modal-lightbox-header {
  text-align: center;
  background: #f2f2f2;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
  padding: 0 14px;
  margin: 0;
  z-index: 10;
  position: relative;
  height: 35px;
}

#ZVListUser .zv-confirm-edit-modal-lightbox {
  position: fixed;
  text-align: center;
  margin: 5% 10% 10%;
  top: 5%;
  left: 5%;
  opacity: 1;
  display: block;
  z-index: 1006;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-color: rgba(0,0,0,.2);
  height: 80%;
  width: 70%;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.13);
  background-color: #fff;
  visibility: hidden;
}

#ZVListUser .zv-confirm-edit-modal-lightbox-body {
  height: 87%;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px 18px;
  text-align: left;
  overflow-x: hidden;
  box-sizing: border-box;
}
#ZVListUser .zv-confirm-edit-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1005;
  opacity: 0.75;
  display: block;
}
#ZVListUser .zv-confirm-edit-modal-button {
  border: solid 1px #bdc3c7;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
  color: #222;
}
#ZVListUser .zv-confirm-edit-modal-group {
  margin-bottom: 10px;
}
#ZVListUser .zv-confirm-edit-modal-question {
  display: inline-block;
}
#ZVListUser .zv-confirm-edit-modal-answer {
  display: inline-block;
}
#ZVListUser .zv-modal-type-21,
#ZVListUser .zv-modal-type-30 {
  display: block;
}
#ZVListUser .zv-modal-bipolar {
  width: 90%;
  max-width: 360px;
  margin: auto;
}
#ZVListUser .zv-modal-bipolar-bar {
  background: #EBEBEB;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  position: relative;
}
#ZVListUser .zv-modal-bipolar-right {
  float: right;
  font-size: 12px;
  color: #999;
}
#ZVListUser .zv-modal-bipolar-left {
  font-size: 12px;
  color: #999;
}
#ZVListUser .zv-modal-thumb {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#ZVListUser .zv-div-modal-video {
  border: solid 2px #ccc;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'	 viewBox='0 0 332.804 332.804' style='enable-background:new 0 0 332.804 332.804;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M330.804,171.002c-3.6-6.4-12-8.8-18.8-4.8l-45.6,26.4l-11.6,6.8v63.2l10.8,6.4c0.4,0,0.4,0.4,0.8,0.4l44.8,26				c2,1.6,4.8,2.4,7.6,2.4c7.6,0,13.6-6,13.6-13.6v-53.6l0.4-52.8C332.804,175.402,332.404,173.002,330.804,171.002z' fill='%23aaa'/%3E%3Cpath d='M64.404,150.602c35.6,0,64.4-28.8,64.4-64.4c0-35.6-28.8-64.4-64.4-64.4s-64.4,28.8-64.4,64.4				C-0.396,121.802,28.804,150.602,64.404,150.602z M64.404,59.802c14.8,0,26.4,12,26.4,26.4c0,14.8-12,26.4-26.4,26.4				c-14.4,0-26.4-12-26.4-26.4C37.604,71.402,49.604,59.802,64.404,59.802z' fill='%23aaa'/%3E%3Cpath d='M227.604,154.202c-10.4,5.2-22,8.4-34.4,8.4c-15.2,0-29.6-4.4-41.6-12.4h-45.6c-12,8-26.4,12.4-41.6,12.4				c-12.4,0-24-2.8-34.4-8.4c-9.2,5.2-15.6,15.6-15.6,26.8v97.6c0,18,14.8,32.4,32.4,32.4h164.4c18,0,32.4-14.8,32.4-32.4v-97.6				C243.204,169.802,236.804,159.402,227.604,154.202z' fill='%23aaa' /%3E%3Cpath d='M193.204,150.602c35.6,0,64.4-28.8,64.4-64.4c0-35.6-28.8-64.4-64.4-64.4c-35.6,0-64.4,28.8-64.4,64.4				C128.804,121.802,157.604,150.602,193.204,150.602z M193.204,59.802c14.8,0,26.4,12,26.4,26.4c0,14.8-12,26.4-26.4,26.4				c-14.4,0-26.4-12-26.4-26.4C166.804,71.402,178.404,59.802,193.204,59.802z' fill='%23aaa'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#ZVListUser .zv-modal-bipolar-dot {
  background: #ef8137;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  position: relative;
  top: -4px;
  left: -4px;
  margin-left: unset;
  visibility: hidden;
}
#ZVListUser .zv-modal-bipolar-separator {
  background: #ccc;
  width: 4px;
  height: 4px;
  border: solid #fff;
  border-width: 0px 1px;
  position: absolute;
}

#ZVListUser .zv-response-modal-container {
  visibility: hidden;
}
#ZVListUser .zv-response-modal-lightbox {
  position: fixed;
  text-align: center;
  top: 30%;
  left: 25%;
  opacity: 1;
  display: block;
  z-index: 1011;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-color: rgba(0,0,0,.2);
  width: 40%;
  height: 30%;
  min-width: 220px;
  min-height: 200px;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.13);
  background-color: #fff;
  visibility: hidden;
}
@media (max-width: 768px) {
  #ZVListUser .zv-response-modal-lightbox {
    position: fixed;
    text-align: center;
    top: 30%;
    left: 14%;
    opacity: 1;
    display: block;
    z-index: 1011;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.2);
    width: 40%;
    height: 30%;
    min-width: 220px;
    min-height: 200px;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    background-color: #fff;
    visibility: hidden;
  }
}
#ZVListUser .zv-response-modal-body {
  height: 60%;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px 18px;
  text-align: left;
  overflow-x: hidden;
  box-sizing: border-box;
}
#ZVListUser .zv-response-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1009;
  opacity: 0.75;
  display: block;
}
#ZVListUser .zv-response-edit-submit-wrap {
  position: relative;
  bottom: 3%;
  margin: 0;
  visibility: hidden;
}
#ZVListUser .zv-response-modal-header {
  text-align: center;
  border-radius: 4px 4px 0 0;
  padding: 0 14px;
  margin: 0;
  z-index: 11;
  position: relative;
  height: 60px;
}
#ZVListUser .zv-response-submit-wrap {
  position: relative;
  bottom: 3%;
  margin: 0;
  visibility: hidden;
}
