.cl-forms-settings-box {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
	margin-top: 10px;
}
.cl-forms-settings-box-title {
	border-bottom: solid 1px #ccc;
	padding: 20px;
	position: relative;
}
.cl-forms-settings-box-title h3 {
	padding: 0;
	margin: 0;
}
.cl-forms-settings-box-title .cl-forms-settings-box-collapse-controller {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	min-width: 60px;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .5s ease-in-out;
}
.cl-forms-settings-box-content {
	padding: 20px;
	transition: transform .5s ease-in-out;
}
.cl-forms-settings-box.collapsed .cl-forms-settings-box-collapse-controller {
	transform: rotate(180deg);
}
.cl-forms-field-row {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.cl-forms-field-label {
	min-width: 120px;
	max-width: 120px;
	padding: 8px 0;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	flex-grow: 0
}
.cl-forms-field-value {
	flex-grow: 1000;
	padding: 8px;
	font-size: 16px;
}
.cl-forms-label-above .cl-forms-field-row,
.cl-forms-label-above.cl-forms-field-row,
.cl-forms-side-box .cl-forms-field-row,
#side-sortables .cl-forms-field-row {
	flex-wrap: wrap;
}
.cl-forms-label-above .cl-forms-field-label,
.cl-forms-side-box .cl-forms-field-label,
#side-sortables .cl-forms-field-label {
	max-width: 100%;
	width: 100%;
	flex-grow: 1;
}
.cl-forms-label-above .cl-forms-field-label,
.cl-forms-side-box .cl-forms-field-value,
#side-sortables .cl-forms-field-value {
	width: 100%;
}
@media (max-width: 460px) {
	.cl-forms-field-row {
		flex-wrap: wrap;
	}
	.cl-forms-field-label {
		max-width: 100%;
		width: 100%;
		flex-grow: 1;
	}
	.cl-forms-field-value {
		width: 100%;
	}
}
.cl-forms-field-value-container {
	padding: 8px 0;
	font-size: 16px;
}
.cl-forms-field {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-grow: 1000;
	padding: 0 8px;
	max-width: 100%;
	position: relative;
}
.cl-forms-field-container {
	flex-grow: 1000;
	max-width: 100%;
}
.cl-forms-input {
	width: 100%;
	padding: 8px 3px 8px 0 !important;
	border: none !important;
	outline: none !important;
	background: none !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	color: #444 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}
.cl-forms-field-input {
	border-bottom: solid 1px #ccc;
	position: relative;
}
.cl-forms-toggle-field .cl-forms-field-row {
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 5px;
	flex-wrap: nowrap !important;
}
.cl-forms-toggle-field .cl-forms-field-input {
	border-bottom: none;
	padding-top: 7px;
}
.cl-forms-toggle-field .cl-forms-field {
	width: 60px;
	max-width: 60px;
}
.cl-forms-toggle-field select {
	opacity: 0;
	width: 1px !important;
	height: 1px !important;
}
.cl-forms-toggle-field .cl-forms-field-label {
	min-width: 0;
	max-width: 100%;
}
.cl-forms-toggle-field .cl-forms-field-input label {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
}
.cl-forms-toggle-field .cl-forms-field-input span {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 40px;
}
.cl-forms-toggle-field .cl-forms-field-input span:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.cl-forms-toggle-field select.selected + span {
	background-color: #00bf00;
}
.cl-forms-toggle-field select:focus + span {
	box-shadow: 0 0 6px #1e90ff;
}
.cl-forms-toggle-field select.selected + span:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
.cl-forms-toggle-field .cl-forms-validation-message {
	white-space: nowrap;
}
.cl-forms-suggestions {
	position: absolute;
	background: #fff;
	font-size: 16px;
	top: 100%;
	left: 0;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	z-index: 100000;
}
.cl-forms-suggestion {
	padding: 5px 10px;
	cursor: pointer;
}
.cl-forms-suggestion:hover,
.cl-forms-suggestion.active {
	background: #efefef;
	color: #1e8cbe;
}
.cl-forms-drop-down-field {
	-webkit-appearance: none !important;
	-moz-appearance:none !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	line-height: 20px !important;
	height: 36px !important;
	padding: 8px 16px 8px 0 !important;
	box-sizing: border-box !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) !important;
	background-position: right -15px center !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	background-size: 40px !important;
}
.cl-forms-input::placeholder,
.cl-forms-placeholder {
	color: #ccc;
	opacity: 1;
}
.cl-forms-input:-ms-input-placeholder {
	color: #ccc;
}
.cl-forms-input::-ms-input-placeholder {
	color: #ccc;
}
.cl-forms-textarea-field {
	position: relative;
}
.cl-forms-textarea-field > textarea {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	resize: none;
	overflow: hidden;
}
.cl-forms-textarea-field > pre {
	margin: 0;
	overflow: hidden;
	font-family: inherit;
	white-space: pre-wrap;
	opacity: 0;
}
.cl-forms-field-message, .cl-forms-validation-message {
	font-size: 12px;
}
.cl-forms-field-message {
	color: #888;
}
.cl-forms-status-success .cl-forms-field-input {
	border-bottom: solid 3px #00bf00 !important;
}
.cl-forms-status-error .cl-forms-field-input {
	border-bottom: solid 3px #f00 !important;
}
.cl-forms-status-warning .cl-forms-field-input {
	border-bottom: solid 3px #f90 !important;
}
.cl-forms-status-info .cl-forms-field-input {
	border-bottom: solid 3px #1e90ff !important;
}
.cl-forms-status-success .cl-forms-validation-message {
	color: #00bf00;
}
.cl-forms-status-error .cl-forms-validation-message {
	color: #f00;
}
.cl-forms-status-warning .cl-forms-validation-message {
	color: #f90;
}
.cl-forms-status-info .cl-forms-validation-message {
	color: #1e90ff;
}
.cl-forms-search-div {
	position: relative;
	padding: 0;
}
.cl-forms-search-field {
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 50px;
	font-size: 17px;
	padding: 10px 10px 10px 40px !important;
	background: #efefef !important;
}
.cl-forms-search-div .fa-search {
	font-size: 21px;
	position: absolute;
	top: 12px;
	left: 12px;
}
.pm-icon {
	font-size: 30px;
	padding-left: 5px;
}
.cl-forms-signature-canvas {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-radius: 5px 5px 0 0;
	max-width: 100%;
	display: block;
	height: 100px;
	width: 100%;
}
.cl-forms-existing-signature img {
	max-width: 100%;
	max-height: 100px;
	padding: 10px;
	box-sizing: border-box;
}
.cl-forms-diagram-canvas {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-radius: 5px 5px 0 0;
	max-width: 100%;
	display: block;
	min-height: 100px;
	width: 100%;
}
.cl-forms-existing-diagram img {
	max-width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.cl-forms-diagram-colors {
	position: absolute;
	right: -45px;
	top: 48px;
}
.cl-forms-diagram-color {
	width: 35px;
	height: 38px;
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.cl-forms-diagram-color-black {
	background: #000;
}
.cl-forms-diagram-color-red {
	background: #f00;
}
.cl-forms-diagram-color-orange {
	background: #f90;
}
.cl-forms-diagram-color-blue {
	background: #1e90ff;
}
.cl-forms-diagram-color-green {
	background: #00bf00;
}
.cl-forms-loader-message {
	font-size: 18px;
	color: #fff;
}
.cl-forms-loader:before,
.cl-forms-loader:after,
.cl-forms-loader {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.cl-forms-loader {
	font-size: 10px;
	margin: 40px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.cl-forms-loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.cl-forms-loader:after {
	left: 3.5em;
}
.cl-forms-loader:before,
.cl-forms-loader:after {
	content: '';
	position: absolute;
	top: 0;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #ffffff;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #ffffff;
	}
}
.cl-forms-loader-screen {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	margin:auto;
	text-align: center;
	position: fixed;
	z-index: 10000000000;
	left: 0;
	top: 0;
	padding-top: 300px;
}

/* Front end table styles */
.cl-forms-buttons-row {
	display: flex;
	flex-wrap: wrap;
}
.cl-forms-buttons-row.right {
	justify-content: flex-end;
}
.cl-forms-buttons-row.left {
	justify-content: flex-start;
}
.cl-forms-buttons-row.center,
.cl-forms-buttons-row.stretch {
	justify-content: center;
}
.cl-forms-buttons-row.stretch .cl-forms-button-cell {
	flex-grow: 1;
}
.cl-forms-button-cell {
	padding: 10px;
}
.cl-forms-button,
.cl-forms-button:hover,
.cl-forms-button:active,
.cl-forms-button:focus,
.mfp-wrap .mfp-container .cl-forms-button-cell button.cl-forms-button:hover {
	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
	background: #00bf00 !important;
	border-radius: 5px;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border: none;
	line-height: 1.5em;
	cursor: pointer;
}
.cl-forms-button.secondary-button,
.mfp-wrap .mfp-container .cl-forms-button-cell button.cl-forms-button.secondary-button:hover {
	background: #666 !important;
}
.cl-forms-button.destroy-button,
.mfp-wrap .mfp-container .cl-forms-button-cell button.cl-forms-button.destroy-button:hover{
	background: #f00 !important;
}
.cl-forms-public-success,
.cl-forms-public-error,
.cl-forms-public-warning,
.cl-forms-public-info {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	padding: 20px;
	margin: 5px 0 25px 0;
}
.cl-forms-public-success {
	border-left: solid 4px #00bf00;
}
.cl-forms-public-error {
	border-left: solid 4px #f00;
}
.cl-forms-public-warning {
	border-left: solid 4px #f90;
}
.cl-forms-public-info {
	border-left: solid 4px #1e90ff;
}

.no-padding-meta-box > div.inside {
	padding: 0 !important;
	margin: 0 !important;
}
.no-border-meta-box {
	border: none !important;
	box-shadow: none !important;
}
.cl-forms-field-icon-button {
	padding: 5px;
	background: #ddd;
	border-radius: 5px;
	font-size: 20px;
	margin-left: 10px;
	cursor: pointer;
}
.cl-forms-field-loading-icon {
	padding: 5px;
	font-size: 20px;
	margin-right: 10px;
}
fieldset {
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}

/* Date picker */
.cl-forms-date-picker {
	position: absolute;
	top: 42px;
	right: 8px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
}
.cl-forms-date-picker-controls {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	background: #efefef;
}
.cl-forms-date-picker-change-month-button {
	cursor: pointer;
	padding: 5px;
}
.cl-forms-date-picker-change-month-button:hover {
	background: rgba(0, 0, 0, 0.1);
}
.cl-forms-date-picker-calendar {
	display: grid;
	grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
	grid-gap: 2px;
	padding: 5px;
}
.cl-forms-date-picker-calendar-day-head,
.cl-forms-date-picker-calendar-day {
	padding: 5px;
	text-align: center;
}
.cl-forms-date-picker-calendar-day-head {
	font-size: 10px;
	color: #888;
}
.cl-forms-date-picker-calendar-day {
	font-size: 12px;
	border-radius: 5px;
}
.cl-forms-date-picker-calendar-day.selectable {
	cursor: pointer;
}
.cl-forms-date-picker-calendar-day.selected,
.cl-forms-date-picker-calendar-day.selectable:hover {
	background: rgba(0, 0, 0, 0.1);
}
.cl-forms-repeater {
	padding: 6px;
	border-radius: 5px;
	background: #efefef;
	margin-bottom: 20px;
}
.cl-forms-repeater-fields {
	display: grid;
	grid-template-columns: auto min-content;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin-bottom: 6px;
}
.cl-forms-repeater-field-controls {
	position: relative;;
}
.cl-forms-repeater-field-controls > .cl-forms-repeater-controls-button {
	margin: 6px 6px 6px 0;
	padding: 5px;
	background: #efefef;
	border-radius: 5px;
	cursor: pointer;
}
.cl-forms-repeater-controls-drawer {
	display: none;
	position: absolute;
	z-index: 10;
	top: 40px;
	right: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	padding: 4px;
	background: #efefef;
	border-radius: 5px;
}
.cl-forms-repeater-controls-drawer > div {
	padding: 7px;
	background: #fff;
	margin: 4px;
	border-radius: 5px;
	cursor: pointer;
}
.cl-forms-repeater-field-controls > .close {
	display: none
}
.cl-forms-repeater-field-controls.open > .close {
	display: block;
}
.cl-forms-repeater-field-controls.open > .open {
	display: none;
}
.cl-forms-repeater-field-controls.open > .cl-forms-repeater-controls-drawer {
	display: flex;
	flex-wrap: nowrap;
}
.cl-forms-repeater-move-button {
	cursor: ns-resize !important;
}
.cl-forms-repeater-delete-button {
	color: #f00;
}
.cl-forms-repeater-field-controls > .cl-forms-repeater-controls-button {
	color: #999;
}
.cl-forms-repeater-controls {
	padding: 0 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.cl-forms-repeater-controls > div {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-right: 6px;
	cursor: pointer;
}
.cl-forms-repeater-new-fields {
	display: none;
}
.cl-forms-repeater-reorder-drop {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	border: dashed 3px #999;
}
