/*
|---------------------------------------------------------------
| phpComasy - web content management system
|
| copyright by indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence (https://www.phpcomasy.com)
|---------------------------------------------------------------
|
| Screen css: mailform
|
*/


body div.popup {
	top: 40px ;
	height: 80%;
	margin-top: 0;
}
body div.popup div.popup_body {
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
}
.mailform_element {
	overflow: hidden;
}

#management .form_rules > p {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}
#management .form_rules p input {
	max-width: 180px;
}
#management .form_rules .remove_rule {
	position: absolute;
	right: 3px;
	top: 6px;
}
#management .form_rules .remove_rule .fa {
	font-size: 18px;
	color: #e2001a;
}

.search-field input {
	width: auto !important;
}

.validation_rule_wrap > span {
	display: block;
}
.validation_rule_wrap > span + span {
	margin-top: 10px;
}
#management .validation_rule_wrap {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
}
.validation_rule_wrap .remove_rule {
	position: absolute;
	right: 3px;
	top: 6px;
}

.signature-pad-wrapper {
	display: inline-block;
	padding: 0;
}

.signature-pad-wrapper canvas {
	margin: 0;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0;
	display: block;
}