/*** Css file for gravity-merge plugin created by Richard Best ***/

.GravitysuccessResult {
	text-align: center;
	border: 1px solid #408c99;
	padding: 20px;
}

.Download_Docx_class {
	width: 40%;
	margin: auto;
}

#mappping-result {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-top: 2%;
}

#mappping-result td,
#mappping-result th {
	border: 1px solid #ddd;
	padding: 8px;

}

#mappping-result tr:nth-child(even) {
	background-color: #f2f2f2;
}

#mappping-result tr:hover {
	background-color: #ddd;
}

#mappping-result th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #008ec2;
	color: white;
}

.action-mappping {
	text-align: center;
}

input.remove_mapping {
	background: url(../../assets/images/delete.png);
	background-position: center;
	background-size: 25px 24px;
	width: 30px;
	height: 25px;
	border: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

label.gfield_label {
	color: #000 !important;
}

.download-popup {
	background: #336699;
	background-color: #336699;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #336699;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 16px;
	padding: 15px 50px;
	text-decoration: none;
}

.download-popup:hover {
	background: #4a8fd4;
	background-color: #4a8fd4;
}

.download-popup:active {
	position: relative;
	top: 1px;
}

.mail-docx input[type=email] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.mail-docx input[type=submit] {
	width: 100%;
	background-color: #336699;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.mail-docx input[type=submit]:hover {
	background-color: #4a8fd4;
	color: white;
}

.form-mail-div {
	border-radius: 5px;
	padding: 20px;
	margin-top: 25px;
}

form.mail-docx label {
	color: #000 !important;
	font-weight: 600;
}

.gform_wrapper label {
	color: #000 !important;
}

div#gform_confirmation_message_2 {
	text-align: center;
}

.all-center {
	text-align: center;
	margin-top: 25px;
}

span.text-danger.error-box {
	font-size: 16px;
	font-weight: 600;
}

span.text-danger.error-box.success {
	color: green;
}

img.gm_loaderimg {
	display: inline-block;
	position: relative;
	bottom: 4px;
	width: 20px;
	vertical-align: middle;
}

.hide {
	display: none;
}

.table-setting input[type=text],
.table-setting select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

.table-setting label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

.table-setting input[type=submit] {
	background-color: #408c99;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
}

.table-setting input[type=submit]:hover {
	background-color: #008ec2;
}

.table-setting .container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

.loader {
	text-align: center;
}

.loader img {
	bottom: -9px !important;
}

.table-setting .col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

.table-setting .col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

.table-setting .col-50 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

/* Clear floats after the columns */

.table-setting .row:after {
	content: "";
	display: table;
	clear: both;
}

select.select-box-table {
	height: 45px;
	padding-left: 10px;
	color: grey;
}

span.text-danger.error-box {
	color: red;
}

input.jscolor {
	height: 45px;
	border: 1px solid #ccc;
	padding-left: 10px;
	width: 100%;
	color: grey;
}

input[name="file_save_delete_radio"] {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin: 0px 10px;
}

.result_download_admin {
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	background: #008ec2;
	color: #fff;
	border-radius: 5px;
}

.result_download_admin:hover {
	color: #fff;
}

.result_delete_admin {
	display: inherit;
	float: left;
	margin: 0;
	background: #9a1111;
	padding: 6px 10px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: 0px solid transparent;
}

.gf_form_showing_or_not_setting_holder {
	margin-top: 30px;
}

input[name="gf_show_login_radio"] {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin: 0px 10px;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
	margin: 10px 0;
	padding: 10px;
	border-radius: 3px 3px 3px 3px;
}

.success-msg {
	color: #270;
	background-color: #DFF2BF;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {

	.table-setting .col-25,
	.col-75,
	input[type=submit] {
		width: 100%;
		margin-top: 0;
	}

}