@charset "utf-8";
/* CSS Document */

input, select {
  padding: 5px;
  font-family: 'Montserrat';
  border: #ccc solid 1px;
  border-radius: 3px;
  font-size: 1em;
  color: #666;
/*  width: 20em;*/
}

input[type="text"]:disabled{ background-color: white; }

/* --------- Toolbox ------------ */
#toolbox {
  border: 3px solid #ddd;
  border-radius: 5px;
  width: 242px;
  min-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: right;
  margin-right: 10px;
  position: fixed;
  top: 299px;
  left: 640px;
  background: #fff;
}

#toolboxheader {
  padding: 0 5px 5px 5px;
  font-weight: bold;
  font-size: 1.3em;
}

/* --------- Form Builder -------- */
#formbuilder {
	font-family: 'Montserrat';
}

#formheader {
  padding: 0 5px 5px 5px;
  font-weight: bold;
  font-size: 1.3em;
}

#forminfo {
  padding: 0 5px 5px 5px;
  font-weight: bold;
  font-size: 1.0em;
  color: #ccc;
}

#sortable {
  border: 3px dashed #ddd;
  width: 482px;
  min-height: 48px;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}

#deletetooldialog {
	display: none;
}

/* --------- Section Label ---------- */
.toolsectionlabel {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #6cf;
  overflow: auto;
  color: #fff;	
  font-weight: bold;
}

.toolsectionlabelview {
	display: inline-block;
	width: 100%;
}

.toolsectionlabelcontent {
  display: inline-block;
}

.toolsectionlabeledit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.toolsectionlabeleditcontent {
  display: inline-block;  
}

/* --------- Entry --------------- */
.toolentry {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.toolentryview {
	display: inline-block;
	width: 100%;
}

.toolentrycontent {
  display: inline-block;
}

.toolentryedit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.toolentryeditcontent {
  display: inline-block;
}

/* --------- Editor --------------- */
.tooleditor {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.tooleditorview {
	display: inline-block;
	width: 100%;
}

.tooleditorcontent {
  display: inline-block;
}

.tooleditoredit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.tooleditoreditcontent {
  display: inline-block;
}

/* --------- Required ---------------- */

.toolrequired {
	margin: 0px;
	height: 1.5em;
	width: 1.5em;	
}

/* --------- Switch ---------------- */
.toolswitch {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.toolswitchcontent {
  display: inline-block;
}

.toolswitchview {
	display: inline-block;
	width: 100%;
}

.toolswitchedit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.toolswitcheditcontent {
  display: inline-block;
}

/* --------- Date ------------------- */
.tooldate {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.tooldatecontent {
  display: inline-block;
}

.tooldateview {
	display: inline-block;
	width: 100%;
}

.tooldateedit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.tooldateeditcontent {
  display: inline-block;
}

/* --------- Time ------------------- */
.tooltime {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.tooltimecontent {
  display: inline-block;
}

.tooltimeview {
	display: inline-block;
	width: 100%;
}

.tooltimeedit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.tooltimeeditcontent {
  display: inline-block;
}

/* --------- Picker ------------------ */
.toolpicker {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.toolpickercontent {
  display: inline-block;
}

.toolpickerview {
	display: inline-block;
	width: 100%;
}

.toolpickeredit {
	display: none;
	clear: both;
	float: left;
	width: 100%;
}

.toolpickereditcontent {
	display: inline-block;
}

.toolpickereditoptions {
	border: #390 1px dashed;
	border-radius: 0.25em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	padding: 0.25em 0.25em 0em 0.25em;
}

.toolpickereditoption {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 0.5em;
	padding: 0.25em;
	margin-bottom: 0.25em;
}

.toolpickerdeleteoptionbutton {
	float: right;
	padding: 2px;
	background-image: url(/images/formbuilder/delete.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;  
}

.pickerinputclass {
}

.toolpickeroptiongrip {
	background-image: url(/images/formbuilder/grip.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 20px;
	float: left;
	cursor: ns-resize;
	padding: 4px;
}

/* --------- Signature ------------------- */
.toolsig {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.toolsigcontent {
  display: inline-block;
}

.toolsigview {
	display: inline-block;
	width: 100%;
}

.toolsigedit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.toolsigeditcontent {
  display: inline-block;
}

/* --------- Picture ------------------- */
.toolpicture {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.1em;
  width: 220px;
  cursor: move;
  border: 1px solid #eee;
  background: #e0e0e0;
  overflow: auto;
}

.toolpicturecontent {
  display: inline-block;
}

.toolpictureview {
	display: inline-block;
	width: 100%;
}

.toolpictureedit {
  display: none;
  clear: both;
  float: left;
  width: 100%;
}

.toolpictureeditcontent {
  display: inline-block;
}


/* --------- Buttons ---------------- */
.deletebutton {
  float: right;
  display: none;
  padding: 2px;
  background-image: url(/images/formbuilder/trash-can.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.editbutton {
  float: right;
  display: none;
  padding: 2px;
  background-image: url(/images/formbuilder/edit.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;  
}

.savebutton {
  float: right;
  padding: 2px;
  background-image: url(/images/formbuilder/diskette.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;  
}

.cancelbutton {
  float: right;
  padding: 2px;
  background-image: url(/images/formbuilder/delete.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;  
}

.ui-effects-transfer {
  border: 1px dotted black;
}

.textlabel {
  font-size: 0.9em;
  font-weight: bold;
  color: #333;
}

.editlabel {
  font-size: 0.75em;
  font-weight: bold;
  color: #333;
}

.sectionlabel {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
