.dialog2 {
	line-height: 2;
	min-height: 0px !important;
	display: none;
}

.dialog1 {
	display: none;
}

.OEPL_small_button {
	margin-left: 10px;
	color: #BBBBBB;
	display: none;
	cursor: pointer;
}

#display_order {
	width: 135px !important;
}

#cb-select-all-1,
#cb-select-all-2 {
	display: none;
}

#field_name {
	width: 40%;
}

#wpfooter {
	bottom: auto;
}

#is_show {
	width: 15%;
}

.OEPL_Sugar_ErrMsg {
	display: none;
	font-size: 14px;
	font-weight: 500;
	color: #d40e00;
	background-color: #FFFFFF;
	border-radius: 3px;
	border-left: 6px solid #d40e00;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 10px 0px;
	width: 90%;
	padding: 5px 10px;
}

.OEPL_Sugar_SuccessMsg {
	display: none;
	background-color: #FFFFFF;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #06850a;
	border-left: 6px solid #06850a;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 10px 0px;
	width: 90%;
	padding: 5px 10px;
}

#OEPL_Test_and_Save_Changes {
	height: 35px !important;
	font-weight: 600;
	line-height: 33px !important;
	text-shadow: none !important;
}

#OEPL_Synchronize_Contacts_Fields {
	height: 35px !important;
	font-weight: 600;
	line-height: 33px !important;
	text-shadow: none !important;
}

.OEPLtextbox {
	margin-top: 5px;
}

.content .title {
	font-size: 20px;
	font-weight: 500;
	color: #795548;
	margin-bottom: 25px;
}

.content {
	box-shadow: -10px 0 10px -10px #333333;
	padding: 20px;
	min-height: 370px;
	background-color: #F6FBFD;
	border-left: 1px solid #E1E1E1;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.OEPL_promotion {
		display: none;
	}

	.description {
		float: left;
	}
}

.OEPLSugarsaveConfig,
#OEPL_Synchronize_Contacts_Fields {
	border-color: #009688 !important;
	background-color: #009688 !important;
	box-shadow: 1px 3px 10px -6px #009688 !important;
	color: #FFFFFF;
}

.OEPLSugarsaveConfig:hover,
#OEPL_Synchronize_Contacts_Fields:hover {
	border-color: #00695C !important;
	background-color: #00695C !important;
	box-shadow: 1px 3px 10px -6px #00695C !important;
	color: #FFFFFF !important;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.oe-loader-section {
	position: fixed;
	height: 100%;
	width: 100%;
	background: hsla(0, 0%, 100%, 0.9);
	top: 0;
	z-index: 99999;
	padding: 0 !important;
	display: none;
}

.oe-loader-section .oe-loading-section-title {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -104px;
}

.oe-loader-section .oe-loading-section-title .oe-loader-icon {
	padding: 30px 0;
	background-size: 125px;
}

.oe-loader-section h2 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
}

.submit_to_crm {
	margin-left: 20px !important;
}

.mapping_tbl {
	float: left;
}

.crm_setting_tbl {
	clear: none;
}

.swal2-radio,
.swal2-radio label {
	display: block !important;
}

.swal2-radio label {
	margin-bottom: 5px;
}

.OEPL_small_button img {
	margin-bottom: 5px;
}

.crm_setting_h2 {
	color: #795548;
	font-weight: 900;
}