﻿body .k-widget.k-window {
  min-width: 300px;
  max-width: 960px;
}
body div.editorstable {
  width: 100%;
}
body div.editorstable div.row {
  display: inline-block;
  width: 50%;
  max-width: 400px;
  margin-left: 5px;
  vertical-align: top;
  padding-bottom: 4px;
}
body div.editorstable div.row div.label {
  min-width: 130px !important;
  width: 30%;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
body div.editorstable div.row div.field {
  padding-left: 3px;
  display: inline-block;
  width: 65%;
  min-width: 220px;
}
body div.editorstable div.row div.field .k-widget.k-datepicker.k-header {
  width: 220px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body div.editorstable div.row div.field input[type=text],
body div.editorstable div.row div.field input[type="email"],
body div.editorstable div.row div.field input[type=password] {
  min-width: 215px;
  width: 90%;
}
body div.editorstable div.row div.field .k-widget.k-datepicker.k-header input[type=text] {
  width: 200px !important;
  min-width: 100px !important;
}
body div.editorstable div.row div.field div.k-tooltip-validation {
  width: 230px;
  position: relative;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
body div.editorstable div.additionalnotesrow {
  width: 100%;
}
body div.editorstable div.additionalnotesrow div.label {
  min-width: 130px !important;
  width: 10%;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
body div.editorstable div.additionalnotesrow div.field {
  padding-left: 3px;
  display: inline-block;
  width: 80%;
}
body div.editorstable div.additionalnotesrow div.field input[type=text] {
  width: 100%;
  margin-left: 4px;
}
body div.editorstable div.additionalnotesrow div.field div.k-tooltip-validation {
  width: 230px;
  position: relative;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
/*# sourceMappingURL=custompopupeditor.css.map */