/* $Id$ */
/**
 * IMPORTANT NOTE: This compressed css file includes Zoho Forms Live Page stylesheets
 */

 /* button ---------------------------------------------- */.button {	display: inline-block;	zoom: 1;  *display: inline;	vertical-align: baseline;	margin: 0 2px;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	padding: .5em 2em .55em;	text-shadow: 0 1px 1px rgba(0,0,0,.3);	-webkit-border-radius: .5em;	-moz-border-radius: .5em;	border-radius: .5em;	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	box-shadow: 0 1px 2px rgba(0,0,0,.2);	font: 12px "Inter", 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;}.button:hover {	text-decoration: none;}.button:active {	position: relative;	top: 1px;}/* color styles ---------------------------------------------- */.gray {	color: #e9e9e9;	border: solid 1px #9c9c9c;	background: #f1f1f1;	color: #222;}.red {	color: #fff;	border: solid 1px #BC0208;	border-bottom: 1px solid #A20000;	background: #D20007;	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}.red:hover {	background: #D30007;	color: #ffffff;	border: solid 1px #960000;	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);}/*.red:active {	color: #de898c;	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');}*/.green {	background: #24A68A;	color: #FFF;	border: 1px solid #24A68A;}.green:hover {	background: #24A68A;	text-decoration: none;}.green1 {	background: #24A68A;	color: #FFFFFF;	border: 1px solid #24A68A;	border-radius: 2px;}.green1:hover {	background: #24A68A;}.green2 {	background: #65a633;	background: -webkit-gradient(linear, left top, left bottom, from(#81c74b), to(#65A633));	background: -moz-linear-gradient(top, #81c74b, #65A633); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c74b', endColorstr='#65A633');	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	color: #FFFFFF;	border: 1px solid #419F5C;}.green2:hover {	background: #499F05;	background: -webkit-gradient(linear, left top, left bottom, from(#73B83B), to(#459A01));	background: -moz-linear-gradient(top, #73B83B, #459A01); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#73B83B', endColorstr='#459A01');	text-decoration: none;	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}.dropContGray {	background: #f4f4f4;}.dropContGray:hover {	border: 1px solid #ccc;}.dropContGray:focus {	background: #e1e2e2;	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e1e2e2));	background: -moz-linear-gradient(top, #ededed, #e1e2e2); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e1e2e2');	borer: 1px solid #ddd;}.lightGray {	color: #444;	border: solid 1px #ccc;	background: #F4F4F4;}.lightGray:hover {	border: 1px solid #aaa;	background: #fff;	text-decoration: none;}.white {	color: #444;	border: solid 1px #ccc;	background: #fff;}.white:hover {	border: 1px solid #aaa;	background: #fff;	text-decoration: none;}.blue {	color: #fff;	border: 1px solid;	border-color: #2F404E;	background: #2F404E;}.themeEditorAction .blue {    background: #24A68A;	border-color: #24A68A;}.themeEditorAction .blue:hover{    border-color: #239b81;    background-color: #239b81;}.darkGray {	color: #fff;	border: solid 1px #7F7F7F;	background: #7F7F7F;}.darkGray:hover {	border: 1px solid #7F7F7F;	background: #7F7F7F;}.blue:hover {	background: #2F404E;}.lightGray1 {	color: #444;	border: solid 1px #eaeaea;	background: #eaeaea;}.smButton {	display: inline-block;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	font: 11px Arial, Helvetica, sans-serif;	padding: 5px 8px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;}.smButton:hover {	text-decoration: none; color::#fff;}.mdmButton {	display: inline-block;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	padding: 6px 12px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	border: 1px solid #ccc;	text-shadow: 2px 2px 0px #fff;	min-width: 40px;}.mdmButton:hover {	text-decoration: none; color::#fff;	border-right: 1px solid #999;	border-bottom: 1px solid #999;}.rtBldrBtn {	display: inline-block;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	padding: 6px 15px;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;}.rtBldrBtn:hover {	text-decoration: none; color::#fff;}.createBtnSmall {	display: block;	color: #fff;	cursor: pointer;	text-align: center;	text-decoration: none;	padding: 10px 20px;	text-shadow: 0 -1px 0 #077326;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;	font-size: 1.083em;	font-weight: bold;}.createBtnSmall:hover {	text-decoration: none;}.createBtnBig {	cursor: pointer;	display: block;	font-size: 14px;	font-weight: 400;	line-height: 28px;	padding: 3px 22px;	text-align: center;	text-decoration: none;	border-radius: 3px;}.createFrmBtnBig {	cursor: pointer;	display: inline-block;	font-size: 20px;	font-weight: 300;	padding: 3px 50px 7px;	text-align: center;	text-decoration: none;	line-height: 33px;}.reportBtn {	padding: 7px 10px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	line-height: 27px;	-webkit-box-shadow: 0 1px 0 #fff inset;	-moz-box-shadow: 0 1px 0 #fff inset;	box-shadow: 0 1px 0 #fff inset;}.reportBtn:hover {	text-decoration: none;}.reportSubDropCont {	background: #eaeaea;	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));	background: -moz-linear-gradient(top, #ffffff, #eaeaea); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');	border: 1px solid #606465;	color: #5b5b5b;	-webkit-box-shadow: 0 1px 0 #fff inset;	-moz-box-shadow: 0 1px 0 #fff inset;	box-shadow: 0 1px 0 #fff inset;	text-shadow: 1px 1px 0 #fff;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	height: 28px;	line-height: 29px;}.rptSubDropColor {	background: #ebebeb;	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));	background: -moz-linear-gradient(top, #ffffff, #ebebeb); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');	border: 1px solid #aaa;	color: #5b5b5b;	-webkit-box-shadow: 0 1px 0 #e2e2e2, 0 1px 0 #fff inset;	-moz-box-shadow: 0 1px 0 #e2e2e2, 0 1px 0 #fff inset;	box-shadow: 0 1px 0 #e2e2e2, 0 1px 0 #fff inset;	text-shadow: 1px 1px 0 #fff;	padding: 0px 10px;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	height: 28px;	line-height: 29px;}.previewBtn {	padding: 2px 20px;	line-height: 28px;	height: 29px;	display: block;	font-weight: 400;	font-size: 1.167em;}.printBtn {	border-radius: 3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;	padding: 6px 8px;	margin-right: 10px;}.previewBtn:hover {	text-decoration: none;}.btnCurve {	display: inline-block;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	font-size: 13px;	font-weight: 400;	padding: 7px 20px;	text-decoration: none;}.btnCurve:hover {	text-decoration: none;}.btnSaveCurve {	display: inline-block;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	font-size: 14px;	font-weight: 400;	padding: 0px 10px;	text-decoration: none;	-webkit-border-radius: 26px;	-moz-border-radius: 26px;	border-radius: 26px;	position: relative;	top: 7px;	height: 30px;}.btnSaveCurve .btnLoad {	margin-right: 4px;	vertical-align: bottom;	margin-top: 2px;}.btnSaveCurve span {	display: inline-block;	padding: 2px;}.dim {	color: #bfbfbf;	border: 1px solid #eee;	background: #F8F8F8;	cursor: none;}.dim:hover {	cursor: auto;}.lightBtn {	color: #444;	border: solid 1px #ccc;	background: #f7f7f7;}.lightBtn:hover {	border: 1px solid #aaa;	background: #f7f7f7;}.dimBtn {	opacity: 0.1;	cursor: auto !important;}.blue1 {	color: #fff;	border: 1px solid #0c3c5d;	background: #1988D6;	background: -webkit-gradient(linear, left top, left bottom, from(#2F9EEC), to(#1988D6));	background: -moz-linear-gradient(top, #2F9EEC, #1988D6); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F9EEC', endColorstr='#1988D6');	-moz-box-shadow: 1px 1px 0 #59b1ef inset, 1px 1px 0 #434242;	-webkit-box-shadow: 1px 1px 0 #59b1ef inset, 1px 1px 0 #434242;	box-shadow: 1px 1px 0 #59b1ef inset, 1px 1px 0 #434242;	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}.blue1:hover {	background: #1988d6;	background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));	background: -moz-linear-gradient(top, #1988d6, #1988d6); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');}.greenBdr {	border: 1px solid #8fa081;}.addBtn {	background: #7F7F7F;	border: 1px dashed #7F7F7F;	color: #FFFFFF;	cursor: pointer;	font-size: 13px;	font-weight: 400;	padding: 5px 10px;	display: inline-block;}.addBtn .addIcon {	background-position: -464px -20px;	display: inline-block;	height: 10px;	margin-right: 7px;	margin-top: 4px;	width: 10px;}.disabledColor {	background: #e3e3e3;	border: 1px solid #ccc;	color: #c2c2c2;	cursor: inherit;}.disabledColor:hover {	background: #e3e3e3;	border: 1px solid #ccc;	color: #c2c2c2;	cursor: inherit;}.disabledState {	opacity: 0.3;	cursor: default !important;}.removeBtn {	border: 1px solid #ccc;	background: #f5f5f5;	padding: 10px 20px;	font-size: 13px;	cursor: pointer;	color: #d43e3b;}.removeBtn:hover {	background: #fff;}.removeBtn .delete_icon {	height: 11px;	margin-right: 7px;	width: 11px;}.removeBtn span {	line-height: 11px;}.red1 {	color: #fff;	border: 1px solid #ED252C;	background: #ED252C;}.red1:hover {	background: #DA262C;	color: #ffffff;	border: 1px solid #ED252C;}.dim-div {	display: block;	height: 100%;	left: 0;	margin: 0;	padding: 0;	overflow: hidden;	position: fixed;	top: 0;	background:rgba(25,35,43,0.85);	width: 100%;	z-index: 500;}.dim-div1 {	display: block;	height: 100%;	left: 0;	margin: 0;	padding: 0;	overflow: hidden;	position: fixed;	top: 0;	width: 100%;	z-index: 500;}.dim-div2 {	display: block;	height: 100%;	left: 0;	margin: 0;	padding: 0;	overflow: hidden;	position: fixed;	top: 0;	background: rgba(0, 0, 0, 0.9);	width: 100%;	z-index: 500;}.dim-div6, .encryption-dimDiv {	z-index: 501;}.dim-dark {	background-color: rgba(0, 0, 0, 0.6);	background-image: none;}.ze_orly {    display: block;    height: 100% !important;    left: 0;    margin: 0;    padding: 0;    overflow: hidden;    position: fixed !important;    top: 0;    background-color: rgba(25,35,43,0.85) !important;    width: 100%;    z-index: 500;}.popUpOuter {	margin: 0 auto;	margin-top: 0%;	z-index: 999;}.popUpInner {	background: #fff;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	padding: 30px 30px 20px 30px;	height: 1%;	border: 1px solid #fff;}.popupHeader {	font-size: 17px;	color: #000;	padding: 0px 0px 15px;	font-weight: 500;}.popupHeader .rtAction {	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;	border: 1px solid #e7e7e7;	text-decoration: none;	background: #fff;	height: 10px;	padding: 5px;}.popupHeader .ppDeleteIcon {	margin-top: -16px;	margin-right: -16px;}.imageTypeZoom{ margin-top:0 !important; margin-bottom:0 !important; }.imageTypeZoom .delete svg {	fill: #ffffff;}.removeBdr {	border-bottom: none;	padding-bottom: 0px;}.removeBdr .ppDeleteIcon {	margin: 0;	padding: 0;	position: absolute;	right: 15px;	top: 15px;}.popupFoot {	padding: 5px 15px 15px 15px;	margin: 0;}.popupFoot a {	text-decoration: none;	margin-left: 5px}.popupFoot .link {	margin-top: 7px;	margin-left: 5px;}.popupFoot .link:hover {	text-decoration: underline;}.popupTemFot {	margin-top: 10px;	padding: 10px 0px;}.popupTemFot a {	text-decoration: none;	margin: 0 8px 0 2px;}.messageCont .msgCont {	font-size: 16px;	margin-bottom: 8px;}.messageCont p {	font-size: 16px;	margin-bottom: 15px;	text-align: center;}.messageCont em {	color: #000;	font-size: 18px;	font-weight: 400;}.messageCont .pActCont {	text-align: center;	margin-bottom:0px;}.messageCont .pActCont a {	margin: 0 3px;	text-decoration: none;}.popUpFields {	margin: 0;	padding: 0;}.popUpFields label {	display: block;	margin-bottom: 10px;	font-size: 17px;	font-weight: 500;}.popUpFields label.important {	color: #b94a48 !important;}.popUpFields input[type="text"] {	border: 1px solid #e0e0e0;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	height: 30px;	width: 100%;	padding: 0 10px;	background: #fff;}.zf-loading {	left: 46%;	padding: 20px 50px;	position: absolute;	font-size: 18px;	top: 0%;	display: block;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	text-align: center;}.zf-loading span {	display: block;	margin-bottom: 7px;}.blackLoad {	background: #fff;	border: 1px solid #fff;	color: #333;	-webkit-box-shadow: 0 0 1px #C9C9C9;	-moz-box-shadow: 0 0 1px #C9C9C9;	box-shadow: 0 0 1px #C9C9C9;}.grayLoad {	background: #eee;	border: 1px solid #434343;	color: #434343;	-webkit-box-shadow: 0 0 2px #000;	-moz-box-shadow: 0 0 2px #000;	box-shadow: 0 0 2px #000;}.buttonDim {	border: 1px solid #ccc;	color: #989595;}.selButton {	border: 1px solid #3ba311;	color: #fff;	background: #3dc934;	background: -webkit-gradient(linear, left top, left bottom, from(#3dc934), to(#1ab818));	background: -moz-linear-gradient(top, #3dc934, #1ab818); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dc934', endColorstr='#1ab818');}.popupMainCont {	padding: 5px 0px;}.popUpSubTxt {	color: #717171;	padding-bottom: 5px;}.popUpActCont {	margin: 0;	padding-bottom: 5px;}.popUpActCont .text {	width: 205px;}.popUpActCont .txtArea {	width: 415px;}.popUpActCont .selBox {	padding: 2px;}.popUpActCont ul.radioList {	padding-top: 3px;}.popUpActCont ul.radioList li {	margin-bottom: 5px;}.rtCont ul.shareActCont {	margin-top: 5px;}.rtCont ul.shareActCont li {	margin-bottom: 10px;}.choiceCont {	margin: 0;	padding: 0;}.popUpCont .popUpSingleTxt {	width: 98%;	height: 30px;	border: 1px solid #cdcdcd;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	padding: 0 5px;	font-size: 15px;}.btnCurve {	display: inline-block;	outline: none;	cursor: pointer;	text-align: center;	text-decoration: none;	font-size: 13px;	font-weight: 400;	padding: 7px 20px;	border-radius: 3px;}.btnCurve:hover {	text-decoration: none;}button.btnCurve:hover {	text-decoration: none;}.btnCurve .btnLoad {	margin-right: 4px;	margin-top: 2px;}.btnCurve span {	display: inline-block;	margin-top: 0 !important;}.messagePopup {	margin: 30px auto;	width: 400px;	border: 2px solid #CCC;	padding: 12px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	background: #fff;	-webkit-box-shadow: 0 0 2px #BCBCBC;	-moz-box-shadow: 0 0 2px #BCBCBC;	box-shadow: 0 0 2px #BCBCBC;	z-index: 999;}.messagePopup .closeBtn {	cursor: pointer;}.messagePopup .messageContainer {	margin-left: 50px;	margin-right: 30px;	padding: 0;}.messageContainer span {	display: block;	margin-bottom: 5px;	font-size: 1.167em;}.messageContainer p {	color: #6e6e6e;}.warning .messageContainer span {	color: #C27606;}.warning .popMsgIcon {	height: 37px;	width: 37px;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -144px -196px;}.success .messageContainer span {	color: #1D9B41;}.success .popMsgIcon {	height: 37px;	width: 37px;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -55px -196px;}.error {	padding: 15px;}.error .messageContainer {	margin-left: 50px;	margin-right: 20px;}.error .messageContainer span {	color: #9C3218;	font-size: 18px;	font-weight: 500;}.error .messageContainer p {	line-height: 1.5;}.error .popMsgIcon {	height: 37px;	width: 37px;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -10px -196px;}.error .popupMainCont {	padding: 0;	margin-top: 5px;}.error .popupMainCont ol {	margin: 5px 10px 5px 20px;	font-size: 14px;}.infoMgsWrapper {	padding: 15px;}.infoMgsWrapper .popupHeader {	border-bottom: 1px solid #ccc;}.infoMgsWrapper .popupHeader em {	display: inline-block;	margin-left: 40px;	margin-top: 1px;	color: #2F404E;	line-height: 24px;}.infoMgsWrapper .popupHeader .ppDeleteIcon {	margin-right: 0;	margin-top: 7px;}.infoMgsWrapper .popupMainCont {	font-size: 13px;	padding: 10px 0;}.infoMgsWrapper .popupMainCont ul li {	line-height: 25px;	padding: 3px 0;	font-size: 15px;}.infoMgsWrapper .popupMainCont ul {	list-style: outside none disc !important;	margin-left: 35px;	list-style: disc outside none;}.infoMgsWrapper .popupMainCont ul li p {	color: #777777;}.infoMgsWrapper .popupMainCont ul li b {	font-weight: 500;	font-size: 15px;	color: #222;}.infoMgsWrapper .popupMainCont ul li em {	padding: 0 3px;	color: #222;}.infoMgsWrapper .imageBdr {	background: #21a6d5 url(../image/pngSprite.c473b56dfbea0e58e936d85c94e87bb1.png) no-repeat -369px -190px;}.delete .messageContainer span {	color: #9C3218;}.delete .popMsgIcon {	height: 37px;	width: 37px;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -100px -196px;}.themePopupOutCont {	padding: 0;	margin: 0;}.themePopupOutCont .popupTemFot .blue {	padding: 7px 20px;}.themePopupInnerCont {	background: #fff;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	height: 1%;	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);	overflow: hidden;}.themePopupHeadWrap {	padding: 10px;	background: #fff;}.previewPageHeadWrapper {	width: 100%;	top: 0;	position: relative;	height: 53px;}.previewPageHeader {	background: #2F404E;	position: absolute;	width: 100%;	z-index: 99;	height: 50px;	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 2px;}.previewPageHeader .previewPageHead {	    margin-left: 15px;    margin-top: 15px;    font-size: 18px;    font-weight: 500;    color: #fff;}.previewPageHeader .actCont {	margin-top: 9px;	margin-right: 15px;}.previewPageHeader .actCont .customDropArrow {	width: 150px;	margin-top: 4px;}.previewPageHeader .actCont .customDropArrow select {	height: 28px;}.previewPageHeader .actCont .themeDdownCont {	background: none;	border: none;	padding: 0;}.previewPageHeader .actCont .closeButton {	margin-top: 9px;}.previewPageHeader .actCont a {	margin-left:15px;}.previewPageHeader .applyBtn{	border: 1px solid #24A68A;	background:#24A68A;	color:#fff;}.previewPageHeader .actCont .dim{	background: #374a59;	border: 1px solid #374a59;	color:#79808a;}.previewPageHeader .actCont .zf-tb-Close{ color: #fff; margin-top: 8px; width: 20px;}.previewPageHeader .actCont .zf-tb-Close .delete_icon{ width: 16px; height: 16px;fill: #fff; }.previewPageHeader .actCont .zselectbox.is-active .zselectbox__icon .zselectbox__arrow, .previewPageHeader .actCont .zselectbox__icon .zselectbox__arrow{ fill: #222; }.previewPageHeader .actCont .zmenu__item.on-hover {    background-color: #f3f3f3;}.previewPageHeader .zmenu__item.on-hover .zmenu__text{ color: #24A68A; }.themePopContContainer {	height: 500px;	overflow-y: auto;}.editRecCommentWrapper .submitColor {	background: #2F404E;	margin-right: 7px;	border: 1px solid #2F404E;}.editRecCommentWrapper .cancelColor {	background: #f9f9f9;}.editRecCommentWrapper .cancelColor:hover {	background: #f9f9f9;	border: 1px solid #ccc;}.hideWindowScroll {	overflow: hidden;}.pScroll {	overflow-y: scroll;}.pScroll .popUpOuter {	margin: 50px auto;	position: static;	width: 1100px;}.pScroll .previewPageHeader {	position: inherit;}.pScroll .themePopContContainer {	overflow: auto;	height: auto;}.ppBorder {	border-bottom: 1px solid #CCC;}.ppMgs {	font-style: italic;	padding-top: 10px;	color: #A7A7A7;}.popupMainCont ol {	list-style: decimal outside none;	margin: 10px 10px 15px 30px;}.popupMainCont ol li {	line-height: 22px;	padding: 3px 0;	font-size: 15px;	word-wrap: break-word;}.feedbackWrapper .popUpInner {	padding: 20px 20px;}.feedbackWrapper .popupHeader {	border-bottom: 1px solid #e3e3e3;}.feedbackWrapper .popupTemFot {	margin-top: 0;	padding: 5px 0;}.feedbackWrapper .popupHeader .ppDeleteIcon {	margin: 0;}.feedbackFdDiv {	margin: 15px 0;	padding: 0;}.feedbackFdDiv .important {	color: #B94A48 !important;	font-size: 13px !important;	font-weight: 400 !important;	margin-left: 0px;	padding: 0;	font-family: "Inter", 'Open Sans', "Lucida Grande", Arial, Helvetica, sans-serif;}.feedbackFdDiv .actDivWrapper {	margin: 0;	width: 100% !important;}.feedbackFdDiv .labelName {	font-size: 14px;	font-weight: 400;}.notify .cusCheckBox [type="checkbox"] + label::after {    top: 9px;}.noneContainer {	border: 1px solid #ddd;	width: 75%;	background: #f5f5f5;	padding: 5px;}.popUpForm {	margin-top:20px;	padding: 0;}.popUpForm label {	display: block;	margin-bottom: 8px;	font-size: 13px;	line-height: 21px;	font-weight: 500;}.popUpForm input[type="text"], .popUpForm textarea {	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	padding: 7px 5px;	border: 1px solid #DDD;	width: 100%;	font-size: 13px;	font-weight: 400;	color: #000;	border-radius: 3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;}.popUpForm input[type="text"]:focus {	border: 1px solid rgba(41, 178, 147, 0.38);}.popUpForm textarea:focus {	border: 1px solid rgba(41, 178, 147, 0.38);}.grayText {	color: #A7A7A7;	font-size: 12px;	padding-top: 3px;}.loader {	font-size: 14px;}.loaderWrapper {	width: 200px !important;}.loaderWrapper .popUpInner {	padding: 10px !important;	border: 1px solid #ccc !important;	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1) !important;	-moz-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1) !important;	-webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1) !important;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;}.loaderCont {	text-align: center;}.loaderCont span {	display: inline-block;	font-size: 16px;	padding-left: 7px;	position: relative;	top: -5px;}.refreshAddData .loaderCont span{ 	display: block !important    padding-left: 0 !important;    top: 7px !important;    padding-bottom: 10px !important;    line-height: 21px !important;}.validateLoading{	width: auto;}.validateLoading .popUpInner{	padding: 20px !important;}.pmntloadWrapper .popUpInner {	padding: 15px;}.pmntloadWrapper .loaderCont {	text-align: left;}.pmntloadWrapper img {	margin-left: 5px;}.pmntloadWrapper span {	display: block;	font-size: 16px;	margin-left: 40px;	top: 0;}input[type="text"].errorMgs, textarea.errorMgs {	border: 1px solid #FF0000 !important;}input[type="text"].errorMgs:focus, textarea.errorMgs:focus {	border: 1px solid #FF0000 !important;	-webkit-box-shadow: 0 0 5px #FF0000 !important;	-moz-box-shadow: 0 0 5px #FF0000 !important;	box-shadow: 0 0 5px #FF0000 !important;}.invalidWrapper {	width: 400px !important;}.invalidWrapper .popUpInner {	padding: 15px;}.invalidWrapper .loaderCont {	text-align: left;}.invalidWrapper img {	margin-left: 0px;	margin-top: 0px;}.invalidWrapper span {	display: block;	font-size: 16px;	margin-left: 47px;	top: 6px;}.errMsgBdr {	border: 1px solid #FF0000 !important;}.errMsgBdr:hover {	border: 1px solid #FF0000 !important;}.errMsgBdr:focus {	border: 1px solid #FF0000 !important;}.errMsgBdr[type="text"]:hover {	border: 1px solid #FF0000 !important;}.errMsgBdr[type="text"]:focus {	border: 1px solid #FF0000 !important;}.lAlign label {	font-weight: 400 !important;	font-size: 13px;	line-height: 27px;}.lAlign .leftActCont {	margin-left: 150px;}.docsCreateWrapper .popupTemFot {	text-align: center;}.docsCreateWrapper .popupTemFot .btnCurve {	font-size: 15px;	padding: 6px 24px;}.docsCreateWrapper .sErrorWrapper {	text-align: center;}.docsCreateWrapper .sErrorMsg {	text-align: center;	margin-bottom: 8px;	display: inline-block;	color: #fff;	background: #F88080;	padding: 2px 10px;}.docsInfo {	background: #FFFDD7;	border: 1px solid #FFF2B1;	color: #6c6a6a;	font-size: 12px;	font-style: italic;	line-height: 21px;	padding: 7px;	text-align: center;}.docsInfo p {	font-size: 14px;	font-style: normal;	font-weight: 500;	color: #000;}.docsLoader {	width: 225px;}.docsLoader .loaderCont img {	margin-top: 1px;}.assignListPopup .desc {	color: #919191;	font-family: "Inter", 'Open Sans', "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	font-size: 12px;	line-height: 21px;}.assignListPopup .popUpForm {	width: 400px;}.assignListPopup .leftActCont textarea {	padding: 10px;}.assignListPopup .notify label {	margin-bottom: 0;	font-weight: 400;	margin-left: 7px;}.assignListPopup .moduleDdownCont {	width: 60%;}.assignListPopup .creRptDrop select {	padding: 4px 2px;}.assignListPopup .creRptDrop {	height: 28px;}.assignListPopup .creRptDrop .customArrow {	top: 4px;}.emptyMsg {	border-top: 1px solid #ccc;	text-align: center;	padding: 50px 0;	margin-top: 5px;	color: #5f5f5f;	font-size: 13px;}.leftActCont input[type="checkbox"] {	margin: 0;	padding: 0;}.deleteInfo p {	font-size: 13px;	line-height: 24px;	margin-left: 3px;	margin-top: 5px;}.deleteInfo .popupMainCont {	max-height: 90px;	overflow-y: scroll;	background: #f9f9f9;	margin-top: 7px;	padding: 5px 0;	border: 1px solid #f1f1f1;}.deleteInfo .popupMainCont ul {	margin-left: 27px;}.secCont h3 {	font-size: 14px;	font-weight: 500;	margin: 10px 0;}.secCont ul {	list-style: disc outside none;	display: list-item;	margin-left: 35px;}.secCont ul li {	line-height: 27px;}.valuesPopup .choiceArea {	margin-bottom: 10px;}.leftAlignPopup input[type="text"] {	padding: 7px 5px;	width: 96%;}.leftAlignPopup .radioCont input[type="radio"] {	margin-right: 5px;}.leftAlignPopup .radioCont label {	margin-right: 10px;}.leftAlignPopup .popUpInner {	padding: 20px 25px;}.leftAlignPopup .popupHeader {	border-bottom: 1px solid #ccc;}.leftAlignPopup .popupHeader .ppDeleteIcon {	margin: 0;}.leftAlignPopup .leftAlignPopupList {	padding: 6px 0;}.leftAlignPopup .leftAlignPopupList .labelTitle {	display: block;	margin-bottom: 5px;	width: 140px;	font-size: 13px;	font-weight: 400;}.leftAlignPopup .leftAlignPopupListCont {	margin-left: 140px;}.leftAlignPopup .popupTemFot {	padding-left: 140px;	margin-top: 0;	padding-bottom: 0;}.errorMsg p {	color: #ff0000;	font-size: 12px;	margin-top: 5px;}.errorMsg input[type="text"] {	border-color: #ff0000;}.popupWrapper {	background: #fff;	width: 460px;	margin: 0 auto;	z-index: 999;    -webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);}.popupWrapper .popupHeaderWrapper {	padding: 15px 20px;	border-bottom: 1px solid #e8eaec;}.popupWrapper .popupHeaderWrapper h3 {	font-size: 19px;	color: #d20007;}.popupWrapper .popupHeaderWrapper .cancelIcon {	margin-top: 5px;}.popupWrapper .popupHeaderWrapper .cancelIcon .icon {	width: 11px;	height: 11px;	fill: #666;	stroke-width: 1px;	stroke: #666;}.popupWrapper .popupHeaderWrapper .cancelIcon .icon:hover {	width: 11px;	height: 11px;	fill: #DA262C;	stroke-width: 1px;	stroke: #DA262C;}.popupWrapper .popupContainerWrapper {	padding: 20px;}.popupWrapper .popupFotterWrapper {	padding: 20px;    border-top: 1px solid #e8eaec;    text-align: right;}.popupWrapper .popupFotterWrapper button {	margin: 0 5px;	padding: 7px 20px;}.statusContWrap {	text-align: left;	font-size: 15px;	line-height: 24px;}.statusCont {	text-align: left;	line-height: 27px;	font-size: 13px;}.statusCont b {    font-weight: 500;    font-size: 14px;    color: #222;}.statusCont em {    padding: 0 3px;    color: #222;}.statememtStatus {	font-size: 17px;	margin-bottom: 10px;	color: #e67729;	display: block;	font-weight: 500;}.statusCont p {	font-size: 13px;	line-height: 24px;}.popup-scroll-1 {	min-height: 100px;	overflow-y: scroll;	max-height: 250px;	width: 100%;}.assignValuePopup {	max-height: 275px;	min-height: 10px;}.popup-scroll-1 > .divTableBody {	display: table;	width: 100%;}.portalRename input[type="text"] {	height: auto;}.col-split1 {	text-align: left !important;	display: block;	margin-bottom: 7px;}.col-split2 {display: block;}.attachmets_Txt-bdr {	margin: 10px 0 33px;	border-top: 1px solid #E5E5E5;}.paddtb25 {	padding: 25px 0px !important;	padding-top: 0px !important;}.paddtb13 {	padding: 13px 0px !important;	padding-top: 0px !important;}.text-center {	text-align: center;}.bdr-square {	padding: 5px 0px;	font-size: 15px;	margin-left: 0;	padding-right: 10px;}.mart5 {	margin-top: 5px !important;}.pUpWrapper {	background: #fff;	width: 460px;	margin: 300px;	border: 1px solid #e0e0e0;	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	margin: 0 auto;	z-index: 999;	padding: 15px;}.pUpWrapper .popupHeaderWrapper {	background: #fff;	padding: 5px 10px;	color: #000;}.pUpWrapper .popupHeaderWrapper h3 {	font-size: 19px;}.pUpWrapper .popupHeaderWrapper .cancelIcon {	margin-top: 5px;}.pUpWrapper .popupHeaderWrapper .cancelIcon .icon {	width: 11px;	height: 11px;	fill: #666;	stroke-width: 1px;	stroke: #666;}.pUpWrapper .popupHeaderWrapper .cancelIcon .icon:hover {	width: 11px;	height: 11px;	fill: #DA262C;	stroke-width: 1px;	stroke: #DA262C;}.pUpWrapper .popupContainerWrapper {	padding: 5px 10px;	font-size: 13px;}.pUpWrapper .popupContainerWrapper .statusCont {	text-align: left;	font-size: 14px;	line-height: 22px;}.informationWrapper {	background: #fff;	width: 460px;	margin: 300px;	border: 1px solid #e0e0e0;	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);	margin: 0 auto;	z-index: 999;	font:13px "Inter", 'Open Sans', "Lucida Grande","Lucida Sans Unicode", Arial,Arimo,Helvetica,sans-serif !important;	display: block;	padding: 15px;}.informationWrapper .popupHeaderWrapper {	background: #fff;	padding: 5px 5px 10px 7px;	color: #000;	border-bottom: 1px solid #eeeeee;}.informationWrapper .popupHeaderWrapper h3 {	font-size: 19px;	color: #444;}.informationWrapper .popupHeaderWrapper .cancelIcon {	margin-top: 5px;}.informationWrapper .popupHeaderWrapper .cancelIcon .icon {	width: 11px;	height: 11px;	fill: #666;	stroke-width: 1px;	stroke: #666;}.informationWrapper .popupHeaderWrapper .cancelIcon .icon:hover {	width: 11px;	height: 11px;	fill: #DA262C;	stroke-width: 1px;	stroke: #DA262C;}.informationWrapper .popupContainerWrapper {	padding: 10px 7px 15px;	font-size: 13px;}.informationWrapper .popupContainerWrapper .statusCont {	text-align: left;	font-size: 15px;	line-height: 22px;	color: #444;}.informationWrapper .popupContainerWrapper .statusCont2 {	margin-top: 15px;}.pContainer .fieldList {	margin: 20px 0;}.pContainer .fieldList h2 {	font-size: 14px;	font-weight: 500;	margin-bottom: 5px;}.pContainer .fieldList ul {	border: 1px solid #E4E4E4;	overflow-y: scroll;	max-height: 111px;}.pContainer .fieldList li {	border-bottom: 1px solid #E4E4E4;	padding: 5px;	padding-bottom: 10px;}.pContainer .fieldList li span {	float: left;	margin-right: 10px;}.pContainer .fieldList li em {	overflow: hidden;	white-space: nowrap;	text-overflow: ellipsis;	max-width: 425px;	display: block;	margin-top: 3px;}.pContainer .fieldList li .svgField{ width: 20px; height: 20px; text-align: right;}.pContainer .fieldList li .svgField svg{ width: 17px; height: 17px; margin-top: 2px; }.pContainer .ruleList {	margin: 15px 0 15PX;}.pContainer .ruleList h2 {	font-weight: 500 !important;}.pContainer .ruleList h2, .pContainer .fieldList h2 {	font-size: 13px;	font-weight: 500;	margin-bottom: 5px;	clear: both;}.pContainer .ruleList h2 svg, .pContainer .fieldList h2 svg {	width: 15px;	height: 15px;	margin-top: 1px;}.pContainer .ruleList h2 span, .pContainer .fieldList h2 span {	margin-left: 5px;}.pContainer .ruleList ul {	border: 1px solid #E4E4E4;	list-style: circle inside none !important;	padding: 5px 0;}.pContainer .ruleList li {	padding: 0px 13px;	line-height: 23px;}.informationWrapper .popupFotterWrapper {	padding: 5px 2px;	text-align: right;}.informationWrapper .popupFotterWrapper button {	margin: 0 5px;	padding: 7px 20px; font-size: 14px;	border-radius: 3px;}.docsheadDiv {	border-bottom: 1px solid rgb(198, 198, 198);	padding-bottom: 10px;}.docsclosicon {	right: 33px !important;	top: 19px !important;}.docspopTxt {	padding-top: 20px;	font-size: 15px !important;}.paddr10 {	padding-right: 10px;}.docsBulfiledWrap {	padding: 20px 0px;}.docsdiffBtns {	text-align: right;	padding-bottom: 5px;	padding-right: 0;}.docsBulfiledWrap input {	width: 100%;}.dim-div3 {	display: block;	height: 100%;	left: 0;	margin: 0;	padding: 0;	overflow: hidden;	position: fixed;	top: 0;	background: rgba(255, 255, 255, 1);	width: 100%;	z-index: 500;}.fieldLabelPopUp .popupHeader {	border-bottom: none;}.termsconpop_Wrap .popUpInner {	padding: 20px 25px !important;}.termsconpop_Wrap .popupHeader {	padding-bottom: 5px !important;}.termsconpop_Wrap .popupMainCont {	padding-bottom: 5px !important;}.termsconpop_Wrap .popupFoot {	padding: 15px 15px 5px 15px !important;}.termsconpop_Wrap .error {	padding: 0;	color: #ff0000;}.inputAct {	border: 1px solid #000;}.inputAct:hover {	border: 1px solid #AA7800;}.inputAct:focus {	border: 1px solid #00107A;}.PiiInfoIcn, .infoIconCommon {	padding-right: 5px;	position: relative;	top: 0px;}.PiiInfoIcn svg {	width: 28px;	height: 28px;	fill: #2F404E;}.piiList li {	list-style: none;	line-height: 25px !important;}.piiList ul svg {	position: relative;	margin-top: 3px;	padding-right: 5px;	fill: #666;	width: 20px;    height: 20px;}.piifooteralign {	text-align: center !important;	margin-top: 20px;	padding-bottom: 0px !important;}.piiTickIcn svg {	margin-top: 3px;	margin-right: 5px;}.piifldTxt {	display: block;	margin-left: 18px;	font-size: 14px;}.piiMap_flds {	font-weight: 500;}.encryptLoad_Txt {	font-size: 19px;	color: #D86E0F;	text-align: center;	position: relative;	margin-bottom: 10px;}.encryptLoad_Txt em {	font-size: 55px;	animation-name: blink;	animation-duration: 1.4s;	animation-iteration-count: infinite;	animation-fill-mode: both;	color: #D86E0F;	padding-left: 5px;	line-height: 0;}.encryptMsgTxt {	padding: 0px 30px 10px;	font-size: 14px !important;	line-height: 26px;}.encryptLoad_Txt em:nth-child(2) {	animation-delay: .2s;}.encryptLoad_Txt em:nth-child(3) {	animation-delay: .4s;} @keyframes blink { 0% {opacity: .2;} 20% {opacity: 1;} 100% {opacity: .2;}}.blue_BdrBtn {	background: #fff;	border: 1px solid #93c7fd;	color: #419bf9;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;}.blue_BdrBtn:hover {	border: 1px solid #419bf9;	cursor: pointer;}.icon-encrypt-refresh {	width: 14px;	height: 14px;	padding-right: 5px;	position: relative;	top: 2px;	stroke-width: 2px;	stroke: #419bf9;	fill: #419bf9;}.authendicate_Note {	font-size: 13px !important;	text-align: left !important;	padding-top: 15px;	line-height: 18px;    display: inline-block;}.authendicate_Note b {	font-weight: 500;}.upsert_selectBox {	width: 335px !important;}.upsert_mainContain ul li{ background:#fff; border:1px solid #e1e1e1; padding:0px; line-height:35px; margin:15px 0px; border-radius:5px; position: relative;}.upsert_mainContain {	background: #fff;	margin: 20px 0px;	padding: 0px;}.upsert_mainContain ul li {	background: #fff;	border: 1px solid #e1e1e1;	padding: 0px;	line-height: 35px;	margin: 15px 0px;	border-radius: 5px;}.upsert_mainContain_hover ul li:hover {	cursor: move !important;	background: #f5f5f5;}.upsert_move {	padding: 0px 7px 0px 5px;	border-right: 1px solid #e1e1e1;}.upsert_move svg {	margin-top: 9px;	padding-right: 6px;}.upsertNum {	color: #888888;}.upsert_lblTxt {	padding-left: 10px;	display: inline-block;}.icon-move-symbol {	width: 17px;	height: 17px;	fill: #9e9e9e;}.warningMessage .iconCont {	border: 2px solid #d20007;	border-radius: 25px;	-moz-border-radius: 25px;	-webkit-border-radius: 25px;	padding: 8px;	margin-right: 10px;	fill: #d20007;	width: 9px;	height: 9px;}.warningMessage .popupHeaderWrapper h3 {	margin-top: 3px;    color: #d20007;    margin-left: 6px;}.warningMessage .popupContainerWrapper .statusCont2 {	margin-top: 20px;}.popupWrapper .popupContainerWrapper .paragraph {	margin-bottom: 10px;}.sortPagename {	padding-top: 20px;	padding-right: 20px;	font-size: 13px !important;}.sortPagename:first-child {	padding-top: 0;}.sortPageinScroll {	max-height: 280px;	overflow-y: scroll;}_:-ms-fullscreen, :root .warnInfoIcon img {margin-top:-4px;} .pageRearran_Txt {	border: 1px solid #bae0d9;	border-radius: 15px;	padding: 3px 15px 5px;	background: #eef9f7;	font-size: 13px;	color: #444;	position: absolute;	right: 55px;	top: 14px;}.pageRearran_Txt span {	padding-left: 3px;}.pageRearran_Txt em {	font-size: 22px;	color: #444;	padding-left: 2px;}.paymentFailed_Wrap {	font-size: 14px;	padding: 15px 25px 20px 25px;}.warnInfoIcon img {	width: 27px;	margin-top: -1px;}.failedHead {	border-bottom: 1px solid #D8D8D8;	margin-bottom: 10px;}.failedHead label {	color: #e12416;	font-size: 18px;	padding-left: 8px;	font-weight: normal;}.btnAlign_rht {	text-align: right;	padding-bottom: 0;}.btnAlign_rht a:last-child {	margin-right: 0;}.sfRecord_Head {	text-overflow: ellipsis;	width: 91%;	overflow: hidden;	white-space: nowrap;}.sfNofields .icon-info-thin {	width: 28px;	height: 28px;	stroke-width: 0;}.sfNofields .pActCont {	margin-bottom: 0 !important;}.sfNofields p {	font-size: 15px;	color: #7b7b7b;	margin-bottom: 25px;}.sfNofieldsIcn {	text-align: center;	margin-bottom: 8px;}.sfLimtEntryWrap {	width: 500px;}.faildContTxt {	line-height: 22px;}.btnNew_type1 {	text-align: right;	padding-bottom: 0;}.btnNew_type1 .btnCurve {	padding: 7px 20px;}.btnNew_type1 .lightGray {	margin-right: 0;}.popupInner_padd25 {	padding: 25px;}.labelImportant15 {	font-size: 15px !important;	color: #b94a48;}.AssignRule_Wrap {	background: #fff;	margin: 20px 0px 15px;	padding: 0px;	margin-top: 10px;}.AssignRule_Wrap .width350 {	width: 448px;}.AssignRule_Wrap .zf_selectbox {	margin-top: 3px;}.AssignRule_Btn {	text-align: right;}.AssignRule_Btn .lightGray {	margin-right: 0;}.AssignRule_desc {	color: #919191;	font-size: 13px;	font-weight: 300;}.addTagswrapper {	margin-top: 20px;	display: inline-block;	margin-bottom: 15px;	position: relative;}.addTagswrapper label {	width: 95px;	padding-right: 20px;	text-align: right;	padding-top: 4px;} .addTagswrapper .crm_Txtbx-bul {	width: 332px !important;}.addTagswrapper .paramsDropWrapper {	width: 330px !important;	top: 31px;	max-height: 150px;	overflow-y: scroll;}.addTag_Txtbx {	width: 333px;}.addTag_Txtbx input {	width: 100%;	padding-bottom: 5px !important;}.tagfldClose {	width:13px;	position: absolute;	top: 5px;	right: 5px;	cursor: pointer;	padding: 5px;}.tagfldClose:hover {	fill: #ed1515;}.addTagswrapper .ppErrorMsg {	margin-left: 116px;}.zsendTosignWrap .popupHeaderWrapper h3 {	color: #222;}.zsendTosignWrap .deleteMsg {	margin-bottom: 15px;}.zsignSuccess .encryptMsgTxt {	font-size: 18px !important;}.zsignFailure .encryptMsgTxt {	font-size: 16px !important;}.zsignFailure .encryptMsgTxt em {	font-weight: 500;	color: #e43c3c;	padding: 0px 5px;}.zsignSuccess .icon-tick-circle {	fill: green;	width: 33px;	height: 33px;}.zsignFailure .icon-info-thin {	fill: #e43c3c;	stroke: #e43c3c;	width: 33px;	height: 33px;}.loading_Txt {	font-size: 14px;	color: #222222;	position: relative;	margin-left: 8px;}.loading_Txt em {	animation-name: blink;	animation-duration: 1.4s;	animation-iteration-count: infinite;	animation-fill-mode: both;	padding-left: 3px;	width: 3px;	height: 7px;	background: #222;	display: inline-block;}.loading_Txt em:nth-child(2) {	animation-delay: .2s;}.loading_Txt em:nth-child(3) {	animation-delay: .4s;}.popUpInner.reusePopupCont {    padding: 15px;}.reusePopupCont .popupHeader .ppDeleteIcon {    margin-top: 5px;    margin-right: 0;}.notifyUserWrap label{	color: #B94A48 !important;}.zselectbox.has-kfocus{ border-color: #ccc; }.zselectbox.has-kfocus:hover{ background: #fff; } @keyframes blink { 0% {opacity: .2;} 20% {opacity: 1;} 100% {opacity: .2;}}.saveandReswrap .popUpInner{ background: #fff !important;}.saveandReswrap .popUpInner{ border: none !important;}.headTxtsave{ font-size:14px !important;margin-bottom: 10px;text-align: left;font-weight: 600; letter-spacing: .2px;}.emailLinksave{ width:443px; padding:7px 10px; font-size: 14px;}.saveEmailDiv1{ margin:0px; width: 100%;}.emailsaveBtn{ padding:8px 10px 9px !important;width:20%; background:#2496E6; border:1px solid #2496E6;color:#fff;}.saveSuccesDiv{ background:#fff; border:1px solid #ccc; margin: 0 auto; padding:18px 10px 16px; margin-top: 0px; text-align: center; margin-bottom: 0px; border-radius: 3px;}.saveSuccesDiv span{font-weight:normal; font-size: 15px; color:#444; padding-left:10px; line-height: 23px; position: relative; top: -8px;}.saveSuccesDiv img{ width:30px; position: relative; top: 1px;}.popUpOuterSave .popupMainCont h2{ font-size: 19px; font-weight: 600; text-align: left; margin:10px 0px 25px; letter-spacing: .3px;}.saveCpyBoard{ position:absolute; right: 3px; top: 6px; font-size: 12px;}.posReldiv{ position: relative; margin-top: 20px;}.saveEmailDiv1 input{ padding: 9px 10px !important; width: 74%; border-radius: 3px;}.errSavemail input{ border: 1px solid #df0000 !important;}.saveandReswrap .errorMessage{font-size: 12px !important; font-weight: normal !important; margin: 0; padding-top:5px;}.saveandReswrap textarea{ line-height: 23px; padding: 10px; height: 70px !important; border:1px solid #ccc; border-radius: 3px;}.saveandReswrap textarea:hover{ border: 1px solid rgba(121, 187, 238, 0.75) !important;    -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;    -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;    box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;}.saveandReswrap input[type="text"]:hover{ border: 1px solid rgba(121, 187, 238, 0.75) !important;    -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;    -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;    box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) !important;}.popUpOuterSave .popupHeader .ppDeleteIcon{ margin-right: -15px !important; margin-top:3px !important; padding: 4px;}.saveandReswrap .btnLoad{	background:url(../image/btnLoad.036393fe4ebc6f711e54aba14cefc9dd.gif);	width:16px; 	height:16px;}.anotherFormPop .popupHeader{ border-bottom:1px solid #ccc;}.anotherFormPop .popUpInner{ padding-top: 20px;}.anotherFormPop .popupHeader .ppDeleteIcon{ margin:0;}.anotherFormPop .popupMainCont{ font-size:13px;}.anotherFormPop .settingsLtCont{ padding-left:0; padding-top:20px; padding-right:0;}.anotherFormPop .settingsLtCont .settingsLtActCont{ margin-left:30px;}.anotherFormPop .msgRedir_url label {min-width: 90px !important;max-width: 90px !important;}.propertyShowDiv{ padding-top:5px;}.linkRowurl{ 	padding-top:15px;}.linkRowurl	.msgRedircontain{ 	width: 540px !important;}.anotherFormPop .customInputCont{ font-size:13px;}.propertyShowDiv .cusCheckBoxWrapper{ padding:20px 0px 0px 0px; font-size:13px;}.anotherFormPop .msgredirBtn{ margin-top:0px !important;}.anotherFormPop .intArrow{ width:20px; height:1px; border:none; margin:0;}.anotherFormPop .crm_Tbl_Box .crm_Col2{ margin-left:20px;}.anotherFormPop label.customInputCont{ margin-right: 30px !important;min-width:auto !important;max-width: inherit !important;}.anotherFormPop .crm_Tbl_Box{ margin-top: 15px;}.redirect_errBdr{ border:1px solid #FF0000 !important;}.anotherFormPopnw .msgRedir_url label{ min-width:100px !important; max-width:100px !important;}.ruleMessageEditor .linkIconCont{ right:142px !important;}.anotherFormPopnw .customRadioCont .cusRadioButton span{ margin-right:0px;}.anotherFormPopnw .cusCheckBox label{display:inline;}.anotherFormPopnw .redirect_errmsg{ margin-left:133px;}.gdriveManualPop .editSet_wrap{ margin-left: 10px;}.gdriveManualPop .loaderCont_docsinner{ height: 104px;}.driveShareWithme{text-align:left !important; margin:20px 0px 30px; background: #fff !important; border-top:none !important; border-bottom-color:#e8e8e8 !important; }.driveShareWithme .tab2:before{ background: none !important;}.driveShareWithme a{ width:160px !important; text-align: center; margin-left: 10px !important; cursor: default !important;}.driveShareWithme .selected:after{ left:0px !important; width:160px !important;}.icon-google-mydrive{ top:-2px; position: relative; width: 21px !important;}.zworkDriveIcn{width: 21px;height: 24px;position: relative;margin-right: 5px;top: -5px;}.foldernmetrim{ text-overflow: ellipsis; overflow: hidden; width:500px; white-space: nowrap; display:block !important; padding-top:7px; padding-left: 3px;}.smsNewConnectionPopup .popUpInner {	padding: 20px 20px;}.smsNewConnectionPopup .popupHeader {	border-bottom: 1px solid #e3e3e3;}.smsNewConnectionPopup .popupHeader .ppDeleteIcon {	margin: 0;}.smsNewConnectionPopup .smspopupHead {	line-height: 13px;}.modifySmsConnection {	margin-top: 25px;}.smsNewConnectionPopup .sidepanelPopupCont span {    margin-bottom: 20px;    position: relative;    display: block;}.smsNewConnectionPopup label {	font-size: 14px;	color: #444;	margin-bottom: 10px;	display: inline-block;}.smsNewConnectionPopup label em {	color: red;	font-size: 22px;	position: absolute;	top: 0;	margin: -5px 0 0 5px;}.smsNewConnectionPopup input[type="text"] {	display: block;	width: 100%;	border-radius: 3px;	padding: 0 6px;	box-sizing: border-box;	height: 33px;	background: #fff;	font-size: 14px;	border: 1px solid #ddd;}.smsNewConnectionPopup .popupTemFot {	padding-left: 8px !important;	margin-top: 15px !important;	text-align: center;}.smsNewConnectionPopup .btnCurve span {    margin-bottom: 0;    display: inline;}.modifySmsConnection .select2-container { width: 75% !important; margin-bottom: 0px;}.modifySmsConnection .select2-container .select2-selection--single {height: 33px; border: 1px solid #ddd;}.modifySmsConnection .select2-container--default .select2-selection--single .select2-selection__rendered {color: #444; line-height: 32px !important;}.modifySmsConnection .select2-container--default .select2-selection--single .select2-selection__arrow b {    border: solid #777 !important;    border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 11px !important;}.modifySmsConnection .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {    transform: rotate(-135deg) !important;    -webkit-transform: rotate(-135deg) !important;    top: 16px !important;}.smsGatewayService img {    width: 22px;    height: 22px;    top: 5px;}.clickatellImg {    width: 50px;    position: relative;    left: -4px;    top: 4px;}.smsGatewayServiceTxt {    font-size: 14px;    overflow: hidden;    text-overflow: ellipsis;    width: 190px;    white-space: nowrap;}.smsGatewayService.clickaTell {    left: 7px;    top: -4px;    position: absolute;}.smsGatewayService.clickaTell img {	width: 28px;	height: 28px;}.smsNewConnectionPopup .ppInfoMsg{display: block;margin-left: 0px;margin-top: 5px;font-size:13px;}.addSelect2LI {    color: #24A68A;    padding-left: 0;}.addSelect2LI span {    color: #24A68A;    position: relative;    display: inline-block;}.addSelect2LI .icon {    background: white;    border: 1px solid #24A68A;    width: 12px;    height: 12px;    padding: 3px;    border-radius: 50%;    float: left;    display: inline-block;    margin-right: 8px;    margin-top: 3px;}.select2FromAddress .select2-results__option:last-child {    border-bottom: none !important;    }.backupFormDown .select2-container { width: 100% !important; margin-bottom: 0px;}.backupFormDown .select2-container .select2-selection--single {height: 33px; border: 1px solid #ddd;}.backupFormDown .select2-container--default .select2-selection--single .select2-selection__rendered {color: #444; line-height: 32px !important;}.backupFormDown .select2-container--default .select2-selection--single .select2-selection__arrow b {    border: solid #777 !important;    border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 11px !important;}.backupFormDown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {    transform: rotate(-135deg) !important;    -webkit-transform: rotate(-135deg) !important;    top: 16px !important;}.backupFormDown .actDivWrapper{ border: none;} .select2-search--dropdown {    padding: 10px !important; }.select2-search--dropdown .select2-search__field:focus {    outline: none; border:1px solid #24A68A !important;}.select2-container--default .select2-search--dropdown .select2-search__field {    background: url(../image/search.591d7be4da19b9f46589fa21a0f6e9de.png) no-repeat;    background-position: 98% 5px;    padding-right: 25px !important;}.exportBackupWrapper .upsert_mainContain{ margin-top: 0; margin-bottom:5px;}.exportBackupWrapper .upsert_mainContain ul{ border: 1px solid #e1e1e1; border-radius: 5px; overflow-y: scroll; max-height: 167px;}.exportBackupWrapper .upsert_mainContain ul li{ margin-top: 0; margin-bottom: 0; padding: 3px 10px; border-width: 0px 0px 1px 0px; border-radius: 0;}.exportBackupWrapper .upsert_mainContain ul li:last-child{ border-bottom: none;}.exportDataWrap a{ cursor: pointer;}.exportDataWrap{ margin-top: 20px;}.exportdataContain{ margin-bottom:7px; padding-right: 5px;}.exportdataContain h2{ font-size:14px; font-weight:600;}.formCreatedBy{color: #949494;line-height: 23px;font-size: 12px;}.mart0{ margin-top:0 !important;}.backupFormLoad{ line-height: 30px; padding: 6px 5px; text-align: center; font-size: 14px !important; color:#222;}.backupFormLoad em{ color: #444 !important;}.exportBackupWrapper .icon-document-file-zip{ width:24px; height:24px; margin-right:5px; margin-top:3px; fill:#26a48a; stroke:#26a48a; stroke-width:.5;}.exportBackupWrapper .exportdataContain .icon-document-file-zip{ margin-top: -5px;}.icon-csv-format1{ position: relative; top:6px; width: 24px; height: 24px; fill:#26a48a; margin-right:3px;}.exportDataWrap a em{max-width: 400px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;}.exportdataContain a em{max-width: 180px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;}.zindex400 {z-index: 400 !important;}.utmAutoTrackwrap .ruleConditionMainWrap{ padding: 30px !important; position: relative;}.utmAutoTrackwrap .Utm-textclip .jscdmargin.jscdmargin-get{ right: 35px;}.utmAutoTrackwrap .selectedFldRule{ padding-bottom: 0 !important;}.utmAutoTrackwrap .crm_infoDiv{ padding:0px 10px 15px 0px; width:90%;}.utmAutoTrackwrap .crm_infoDiv span{ text-align: left;font-size: 13px;}.utmAutoTrackwrap .crm_infoDiv p{ margin-bottom: 10px; margin-left: 20px; line-height: 17px;}.utmAutoTrackwrap .crm_infoDiv h2{ font-size: 15px; padding-bottom: 10px;}.OutpuAutoTrack{ height: 230px;}.utmAutoTracking{ position: relative;}.utmAutoTracking .tinkClipboard{ top: -24px;right: 5px; position: absolute;}.disclaimerInfo, .disclaimerInfo:hover{padding-top:3px; padding-right:5px; text-decoration:underline !important;}.utmAutoTrackwrap .cpycodeBtn{ bottom: 63px;right: 38px; }.utmAutoTrackwrap .cpyBoard{ bottom: 66px;right: 132px; }.transFixLbl{ vertical-align: top;}.spamLabelPop .ruleList{ margin-top: 5px !important; line-height: 20px;}.spamLabelPop .ruleList ul{ margin-bottom: 10px; margin-top: 10px; }.captchaPopup {position: absolute;}.captchaPopup .popUpInner{ padding: 20px;}.captchaPopup .labelName{ font-size: 13px; font-weight: bold; color: #444;}.captchaPopup .verification .captchaOuterWrapper{ width:300px; background: #fff; border: 1px solid #e2e2e2; margin-top: 3px; border-radius:3px; padding: 8px;}.captchaPopup .footer{ margin-top: 15px;}.captchaPopup .verification .captchaActOutCont label{ color: #444;font-size: 12px}.captchaPopup .popupMainCont  li{list-style:none;}.captchaPopup .captchaOuterWrapper input[type="text"] {background: #fff;    border: 1px solid #e5e5e5;    -webkit-border-radius: 2px;    -moz-border-radius: 2px;    border-radius: 2px;    padding: 5px;	font-size: 13px;	width:95%;}		.captchaPopup .savecmonLoader,  .captchaPopup .btnLoad, .saveandReswrap .savecmonLoader {	font-size: 7px;	float: left;	margin: 2px 6px 0 0;	text-indent: -9999em;	width: 2em;	height: 2em;	border-radius: 50%;	background: #ffffff;	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);	position: relative;	-webkit-animation: load3 0.8s infinite linear;	animation: load3 0.8s infinite linear;	-webkit-transform: translateZ(0);	-ms-transform: translateZ(0);	transform: translateZ(0);} .captchaPopup .savecmonLoader:before, .captchaPopup .btnLoad:before, .saveandReswrap .savecmonLoader:before{	width: 50%;	height: 50%;	background: #ffffff;	border-radius: 100% 0 0 0;	position: absolute;	top: 0;	left: 0;	content: '';}.captchaPopup .savecmonLoader:after, .captchaPopup .btnLoad:after, .saveandReswrap .savecmonLoader:after {	background: #2F404E;	width: 75%;	height: 75%;	border-radius: 50%;	content: '';	margin: auto;	position: absolute;	top: 0;	left: 0;	bottom: 0;	right: 0;}.captchaPopup .blueLoad .savecmonLoader:after {	background: #24A68A;}.saveandReswrap .savecmonLoader:after {    background: #2496E6;}@-webkit-keyframes load3 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}}@keyframes load3 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}}.assignValuePop{}.assignValuePop .pmtAccCont ul{ width: 44.5%;}.assignValuePop .paymentsLtWrapper{ margin-bottom: 0;}.assignValuePop .popupHeader{ border-bottom: 1px solid #e4e4e4; height: 25px !important;}.assignValuePop .popupMainCont{ background: #fff !important; padding: 0 !important;}.assignValuePop .pmtAccCont{ box-shadow: none !important; border: none !important;}.assignValuePop .addImageContainer{ border: none; border-bottom: 1px solid #e4e4e4; padding: 15px 15px 10px; margin: 0; position: relative;}.assignValuePop .imgChoiceContainer .imgSelectCont{ background: #fff; padding: 0px 0px;}.assignValuePop .addImageContainer:hover{ border: none;border-bottom: 1px solid #e4e4e4;}.assignValuePop .selectedType{ border-width: 0px 0px 1px 0px !important; border-bottom:1px solid #e4e4e4 !important;}.assignValuePop .popupFoot{ text-align: right !important; background: #fff !important; }.assignValuePop .imgChoiceNote{ padding-left: 10px; margin-bottom: 20px;}.addImageDefault .addImageContainer .placeHolderText-2{ width: 500px !important;}.addImagewithVal .addImageContainer .placeHolderText-2{ width: 240px !important;}.addImageBoth .addImageContainer .placeHolderText-2{ width: 157px !important;}.assignValuePop .errorformulaText{ margin-left: 0; padding-top: 7px;}.assignValPopNew .popupHeader .ppDeleteIcon{ margin-top: -11px; }.assignValPopNew .popupHeader{ padding-bottom: 10px; border-bottom: 1px solid #e7e7e7;}.valTypeList{width:200px; }.valTypeList .select2-container{ width:100% !important;}.valTypeList .select2-container .select2-selection--single{ height: 35px;}.valTypeList .select2-container--default .select2-selection--single .select2-selection__rendered{ font-weight: normal;}.valTypeDiv{overflow: hidden; padding-bottom: 20px;}.valTypeDiv label{ font-size: 14px;font-weight: normal; padding: 7px 12px 0px 0px;}.assignValPopNew .popUpInner{ padding-top: 20px;}.assignValuePop .imgcho_Range span{ width: 162px;}.assignValuePop .imgcho_Range input[type="text"]{ width:100% !important;}.assignValuePop .range label{ color: #8b9193; font-size: 13px;}.assignBothvalType .divTable .divTableCell input[type="text"]{ width:47% !important;}.assignBothvalType .divTable .divTableCell input[type="text"]:first-child{ margin-right: 12px;}.assignBothvalType .divTableHead span:first-child{ width:145px; margin-right:0px;}.assignBothvalType .divTableCell, .assignBothvalType .divTableHead{width: 285px;}.imgChoiceHead{ padding: 10px 20px 10px 45px; background: #f7f7f7;  display: block;}.imgHeadLbl{ width:133px; margin-right: 10px;}.labelHeadLbl{ width:158px; margin-right: 10px;}.numericHeadLbl{ width:156px; margin-right: 10px;}.textHeadLbl{ width:158px; margin-right: 10px;}.addImagewithVal .numericHeadLbl, .addImagewithVal .numericHeadLbl, .addImagewithVal .labelHeadLbl { width:241px;}.addImageBoth .labelHeadLbl, .addImageBoth .numericHeadLbl, .addImageBoth .numericHeadLbl{ width:157px;}.assignLabelerr{ position: absolute;}.limitErrMsg input.errorRemove {    border: 1px solid #ddd !important;}.limitErrMsg input.errorRemove:focus {    border: 1px solid #ddd !important;}.assignValuePop .imgUploadAct.customAddminus span{ margin-left: 0;}.asignValContain{	overflow: hidden;}.asignValContain .settingsLtActCont{ margin-top: 10px;}.assignValuePop .settingsLtActCont{ margin-top: 25px;}.assignValuePop .pmtAccCont ul.lastchild{ margin-left: -1px; border-left: 1px dashed #ccc;}.assignValuePop .paymentsLtWrapper .valTypeDiv{margin-top:15px;} .asignValContain .valTypeList .select2-container .select2-selection--single{	height: 35px; border-color: #ccc;}.valTypeList .select2-container .select2-selection--single{	height: 30px; border-color: #ccc;}.valTypeListWidth{	width: 60px !important;}.crmCustmInput{    width: 500px;    line-height: 16px;}.crmCustmInput b{color:#666;}.multiselRules .select2-container--default .select2-selection--multiple .select2-selection__choice{ width: 263px; min-width: 263px;}.choiceErrorMsg{ color:#ff0000 !important;font-size:13px !important; margin-bottom:10px !important;}.cf-RuleConditions .mulSelOpt .select2-container{ width:100% !important;}.cf-RuleConditions .mulSelOpt { margin-left: 0;}.cf-RuleInputs .mulSelOptinput{ width:93px !important; border:none;}.cf-RuleInputs .cf-mulSelOpt{ border:1px solid #ccc; border-radius: 4px;}.zfPreviewPopupCnt { position: absolute; }.camWrap {    z-index: 999;}.previewPageHeader a.privewLiveTxt {    color: #F8E85F;    line-height: 53px;    font-size: 14px;    margin-left: 10px;    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    max-width: 250px;    font-weight: 500;}.previewPageHeader.thmepPreviewPageHeader {    text-align: center;    height: 53px;    overflow: hidden;}.themePopupInnerCont .previewPageHeadWrapper {   overflow: hidden;}.previewPageHeadWrapper.thmepPreviewPageHeader {	height: 53px;}.previewPageHeader.thmepPreviewPageHeader .previewPageHead {    margin-left: 15px;    font-size: 16px;    font-weight: 600;    color: #fff;    line-height: 53px;    margin-top: 0;    max-width: 250px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;}.themeToggleDiv {    position: absolute;    right: 0;    top: 53px;    transition: right .35s linear 0s;}.themeToggleDivClose {    right: -420px;}.zf-themePrviewToggle.zf-tb-slide-left .zf-tb-slideArrow {    transform: rotate(315deg) !important;    margin-left: -1px !important;}.timeBetweenSplit .timeFieldChange .fromTimeValueSet {    width: 85px;}.timeBetweenSplit .timeFieldChange .pickStart {right: auto;left: -220px;}.timeBetweenSplit .pick:after, .timeBetweenSplit .pick:before {left: 98%;}.cf-RuleInputs .cf-mulSelOpt.moreChoiceValSplit{  border:none;}.cf-RulePage .cf-RhtInner .actDivWrapper.ruleChoices.mulSelOptinput.ruleGroupWidth{	width: 100% !important;	border:1px solid var(--border-primary);}.noGlistPopCont {	text-align: center;	padding: 0 20px;	line-height: 2;}.pContainer.importChoiceCont {    padding: 0;    background: #f6f6f6;}.comListTab .importHdrOpt{	width: 25% !important;	padding: 10px 10px !important;	font-weight: 500;}.importChoiceCont  .comListTab {    box-shadow: none;    padding: 3px 0;    border-bottom: 1px solid #e8eaec;    margin-bottom: 20px;} .importChoiceCont .comListTab .moveBorder{	width:20%;}.importChoiceCont  .choiceCont {    padding: 0 20px;}.importChoiceCont  .choiceCont .choiceAreaWrapper .choiceArea textarea {    padding: 20px !important;    height: 370px;}.importChoiceCont  .choiceArea {    padding: 0;}.importChoiceCont ul{ margin : 10px 0;}.choiceList {	width: 230px;	height: 370px;	overflow-y: scroll;	background: #fff;	border: 1px solid #ddd;	border-right: none;	outline: none;}.importChoiceCont li {     margin-bottom: 5px;}.importChoiceCont li:last-child{ 	margin-bottom:0;}.choiceList li:hover {	cursor: pointer;}.choiceList li a {	color: #444444;	display: block;	text-decoration: none;	padding:7px 10px;	cursor: pointer;	font-size: 13px;    border: 1px solid transparent;    border-radius: 3px;    margin: 0 16px 0 15px;}.choiceList li a:hover {	color: #444;	background: #f6f6f6;	cursor: pointer;}.choiceList li a.selected {    background: #f5fffd;    border: 1px solid #aadfd2;}.choiceAreaWrapper {	margin-left: 232px;}.choiceAreaWrapper.manualCh {	margin-left: 2px;}.choiceCont .noteCont {	 margin-top: 10px;    padding-bottom: 10px;}.choiceCont .noteCont em {	color: #ff4800;	padding-right: 3px;	font-size: 20px;}.importChoiceCont .comListTab a:first-child.selected ~ .moveBorder {    left: 3%;    background-color: #24A68A;}.importChoiceCont .comListTab a:nth-child(3).selected ~ .moveBorder {    left: 29%;    background-color: #24A68A;}.importChoiceCont .comListTab a:nth-child(5).selected ~ .moveBorder {    left: 54%;    background-color: #24A68A;}.noChoiceCont {   height: 498px;    text-align: center;    padding: 0 20px;}.noChoiceCont .noglistNote{    margin-top: 10px;}.noChoiceCont .icon-info-large {	margin-top: 100px;}.importChoiceCont.nobackGround{ background:#fff; border-radius: 3px;}.optGroupValuesWrapper .divTableHead:first-child{    padding-left:20px !important;  }.optGroupValuesWrapper .divTableHead span:first-child{    width: 130px;}.notAllowdPop {	padding: 38px 30px 30px 30px;	background: #fff !important;}.notAllowdPop .delete_icon{    position: absolute;    right: 18px;    top: 18px;    cursor: pointer;    fill: #696969;}.notAllowdPop .popUpFields {    text-align: center;}.notAllowdPop .icon-info-thin {	width: 46px;	height: 46px;	fill: #ea1c23;	stroke: #ffffff;	stroke-width: 0.2;}.notAllowdPop .popUpFields label {	font-size: 18px;	color: #ec1d1d;	margin-bottom: 10px;	margin-top: 16px;	font-weight: 600;}.notAllowdPop .popUpFields .popAlertTxt {    font-size: 15px;    color: #222;    font-weight: normal;    margin-bottom: 15px;}.notAllowfootBtn {    width: auto;    height: auto;    background: #eaeaea;    border-radius: 5px;    font-size: 14px;    color: #222;    display: flex;    align-items: center;    justify-content: center;    border: 1px solid #eaeaea;    margin: 0 auto;    font-weight: normal;    cursor: default;    padding: 12px 24px;}.notAllowfootBtn.recieVEmail {	width: auto;	background: #2c3951;	color: #fff;	border: 1px solid #2c3951;	padding: 12px 22px;	height: auto;	font-weight: normal;	font-size: 14px;	transition: 0.2s linear;	transform: scale(1);	cursor: pointer;}.notAllowfootBtn.sentVEmail {    background: #d8efea;    color: #24a68b;    border: 1px dashed #65c1ac;    height: auto;    padding: 12px 24px;    font-size: 14px;    font-weight: normal;    width: auto;    cursor: default;}.notAllowfootBtn.sentVEmail svg {    width: 11px;    height: 11px;    margin-right: 0;    fill: #ffffff;    stroke: #ffffff;    stroke-width: 3px;    margin-top: 1px;}.notAllowfootBtn.sentVEmail span {    width: 21px;    height: 21px;    background: #25a58a;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    margin-right: 12px;}.notAllowdPop .popupTemFot {    margin-top: 0;}.notAllowfootBtn.recieVEmail:hover {    transform: scale(1.02);}.notAllowdPop .delete_icon:hover {    fill: #222;}span.icon_warning {    width: 38px;    height: 38px;    border: 2px solid #ea1c23;    stroke: #ffffff;    stroke-width: 0.2;    display: inline-block;    border-radius: 50%;    position: relative;}.icon_warning svg.icon {    width: 20px;    height: 20px;    fill: #ea1c23;    position: absolute;    left: 9px;    top: 9px;}.lodingAnimateWrap {    display: flex;    margin-left: 6px;    margin-top: 2px;}.lodingAnimateDiv {    width: 7px;    height: 7px;    border-radius: 50%;    background-color: #222;    margin-right: 3px;}.loading_Div_1 {    animation: load_Div .4s ease 0s infinite alternate;}.loading_Div_2 {    animation: load_Div .4s ease .2s infinite alternate;}.loading_Div_3 {    animation: load_Div .4s ease .4s infinite alternate;    margin-right: ;}@keyframes load_Div {  from {    opacity: 1;    transform: scale(1);  }  to {    opacity: .25;    transform: scale(.75);  }}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font: inherit;	vertical-align: baseline;}body {	background-attachment: fixed;	color: #444444;	font: 12px 'Open Sans', Arial, Arimo, Helvetica, sans-serif;	margin: 0 auto;	position: relative;	word-wrap: break-word;	word-break: break-word;	-webkit-text-size-adjust: 100%;}.screenSize {	width: 1200px;	margin: 0 auto;	max-width: 1200px;}input, input[type="text"], input[type="search"], isindex, textarea, button {	outline: none;	margin: 0 auto;	padding: 5px 10px;}input[type="text"], input[type="radio"], input[type="checkbox"], isindex, textarea, .pdfTextArea, input[type="password"], button {    color:#444;    outline: none;    margin: 0;    font-family: 'Open Sans', "Lucida Grande", Arial,Arimo, Helvetica, sans-serif;}input[type="text"],input[type="search"],textarea,.pdfTextArea { font-size:12px;}.icon {	display: inline-block;	width: 1em;	height: 1em;	stroke-width: 0;	stroke: currentColor;	fill: currentColor;}.pdfTextArea {	outline: none;	margin: 0;	padding: 5px 10px;	word-wrap: break-word;}img, a {	border: 0px;	outline: none;	text-decoration: none;	color: #3a6cae;}img, a:hover {	text-decoration: underline;}.flLeft {	float: left;}.flRight {	float: right;}.clearBoth {	clear: both;}ol, ul {	list-style: none outside none;}.normalText {	font-size: 13px;	line-height: 1.5;}.smallText {	font-size: 0.9em;	font-weight: normal;}.smallHeading {	font-size: 18px;}.heading {	font-size: 2em;}.subHeading {	font-size: 1.5em;}.boldText, .boldText a {	font-weight: bold;	text-decoration: none;}.italicText {	font-style: italic;}.heading a {	text-decoration: underline;}.heading a:hover {	text-decoration: none;}.blodText {	font-weight: bold;}.overAuto {	overflow: auto;}.split {	color: #8B9193;	padding: 0 3px;}.error .tempContDiv .errorMessage {	display: block}.errorMessage {	font: 12px Arial, Arimo, Helvetica, sans-serif;	color: #ff0000;	padding-top: 5px;	display: none;	word-wrap: break-word;}.warningMessage {	font: 12px Arial, Arimo, Helvetica, sans-serif;	color: #ff0000;	padding-top: 5px;	display: none;	word-wrap: break-word;}.formFieldWrapper .error .tempContDiv input[type="text"], .formFieldWrapper .error .tempContDiv textarea, .formFieldWrapper .error .mSelect select, .formFieldWrapper .error .signContainer canvas, .formFieldWrapper .error .tempContDiv .form_sBox {	border-color: #DF0000 !important;}.formFieldWrapper .error .tempContDiv .form_sBox{	border-color:#DF0000;}.error .instruction {	margin-top: 8px;}.instruction {	color: #939393;	font-style: italic;	margin-top: 3px;	font-size: 11px;	overflow: visible !important;	line-height: 1.5;	margin-bottom: 3px; }.important {	color: #ff0000 !important;	font-weight: normal;	margin-left: 0px;	padding: 0;}.help .tempFrmWrapper {	position: relative;	width: 67%;}.help .helpContWrapper {	background: #F5F5F5;	left: 100%;	position: absolute;	width: 32%;	top: 13px;	margin-left: -10px;}.backgroundBg, .tyBackgroundBg {	position: fixed;	width: 100%;	height: 100%;	z-index: -1;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	transform: translateZ(0);	-webkit-transform: translateZ(0);	outline: 1px solid transparent;}.templateWidth, .tyTemplateWidth { 	width:800px;	-ms-box-sizing:border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	outline: none;}.templateWrapper, .tyTemplateWrapper{  	position: relative;}.tempContDiv input[type="text"], .tempContDiv textarea, .tempContDiv .pdfTextArea {	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	padding: 5px;}.tempContDiv textarea {	height: 75px;	resize: both;}.tempContDiv .pdfTextArea {	min-height: 75px;}.tempContDiv input[type="checkbox"], .tempContDiv input[type="radio"] {	display: block;	height: 13px;	margin: 4px 0 0;	padding: 0;	width: 13px;}.tempContDiv input[type="text"]:focus, .tempContDiv textarea:focus, .mSelect select:focus, .tempContDiv input[type="file"]:focus, .form_sBox:focus, .signContainer .signArea:focus, .signContainer canvas:focus{	outline: none;}.tempContDiv input[type="text"]:hover, .tempContDiv textarea:hover, .mSelect select:hover, .tempContDiv input[type="file"]:hover, .form_sBox:hover, .signContainer .signArea:hover, .signContainer canvas:hover{	outline: none;}.small .tempContDiv input[type="text"], .small .tempContDiv textarea, .small .mSelect select, .small .tempContDiv .sliderCont, .small .tempContDiv .pdfTextArea, .small .tempContDiv .phCodeWrapper, .small .tempContDiv .signContainer{	width: 50%;}.medium .tempContDiv input[type="text"], .medium .tempContDiv textarea, .medium .mSelect select, .medium .tempContDiv .sliderCont, .medium .tempContDiv .pdfTextArea, .medium .tempContDiv .phCodeWrapper, .medium .tempContDiv .signContainer{	width: 75%;}.large .tempContDiv input[type="text"], .large .tempContDiv textarea, .large .mSelect select, .large .tempContDiv .pdfTextArea, .large .tempContDiv .phCodeWrapper, .large .tempContDiv .signContainer{	width:100%;}.signContainer img {       width: 100%;}.large .tempContDiv .sliderCont {	width: 97%;}.mSelect select {	font-size: 13px;}.small .tempContDiv .form_sBox {	width: 50%;}.medium .tempContDiv .form_sBox {	width: 75%;}.large .tempContDiv .form_sBox {	width: 100%;}.zfradio .overflow, .zfcheckbox .overflow {	padding-left: 2px !important;}.sideBySide .tempContDiv span {	margin: 0 15px 5px 0;	padding: 0;	width: auto;	float: left;	display: block;}.sideBySide .tempContDiv span input[type="checkbox"] {	display: block;	width: 13px;	height: 13px;	padding: 0;	margin-top: 3px;	float: left;}.sideBySide .tempContDiv span input[type="radio"] {	display: block;	width: 13px;	height: 13px;	margin-top: 4px;	padding: 0;	float: left;}.sideBySide .tempContDiv span label {	display: block;	margin: 0 0 0 20px;	padding: 0 0 5px;}.oneColumns .tempContDiv span {	margin: 0 0 13px 0;	padding: 0;	width: 100%;	display: block;	clear: both;}.oneColumns .tempContDiv span:last-child {	margin-bottom: 0;}.oneColumns .tempContDiv span input[type="checkbox"] {	display: block;	width: 13px;	height: 13px;	margin: 0;	padding: 0;	margin-top: 3px;	float: left;}.oneColumns .tempContDiv span input[type="radio"] {	display: block;	width: 13px;	height: 13px;	margin-top: 4px;	padding: 0;	float: left;}.oneColumns .tempContDiv span label {	display: block;	margin: 0 0 0 20px;	padding: 0;	font-size: 14px;}.twoColumns .tempContDiv span {	margin: 0 5px 13px 0;	width: 48%;	float: left;	display: block;}.twoColumns .tempContDiv span input[type="checkbox"] {	display: block;	width: 13px;	height: 13px;	margin: 0;	padding: 0;	margin-top: 3px;	float: left;}.twoColumns .tempContDiv span input[type="radio"] {	display: block;	width: 13px;	height: 13px;	margin-top: 4px;	padding: 0;	float: left;}.twoColumns .tempContDiv span label {	display: block;	margin: 0 0 0 20px;	padding: 0 0 5px;}.threeColumns .tempContDiv span {	margin: 0 5px 13px 0;	width: 30%;	display: inline-table;    vertical-align: top;}.threeColumns .tempContDiv span input[type="checkbox"] {	display: block;	width: 13px;	height: 13px;	padding: 0;	margin-top: 3px;	float: left;}.threeColumns .tempContDiv span input[type="radio"] {	display: block;	width: 13px;	height: 13px;	margin-top: 4px;	padding: 0;	float: left;}.threeColumns .tempContDiv span label {	display: block;	margin: 0 0 0 20px;	padding: 0 0 5px;}.symbols {	padding: 0 5px;}.geolocation .tempContDiv {	display: block;}.name .tempContDiv span, .phone .tempContDiv span, .time .tempContDiv span {	float: left;	display: block;}.time .tempContDiv span {    width: auto;}.name .tempContDiv span {	margin-left: 4%;	margin-bottom: 5px;}.name .tempContDiv span.last {	margin-left: 0;}.name .tempContDiv span label {	display: block;	padding-top: 3px;}.name .tempContDiv input[type="text"] {	width: 100%;}.name .tempContDiv .salutation .form_sBox {	min-width: 55px;}.phone .tempContDiv span label {	display: block;	padding-top: 3px;	text-align: center;}.phone .tempContDiv .symbols {	padding-top: 5px;}.formFieldWrapper > .phone .phoneFormatUSA input[type="text"] { 	min-width: 38px;	-moz-box-sizing: content-box;	-webkit-box-sizing: content-box;	box-sizing: content-box;}.date .tempContDiv span label {	display: block;	padding-top: 3px;	text-align: left;}.date .tempContDiv span.calendarIcon {	margin-left: 5px;	margin-top: 5px;	cursor: pointer;}.date .tempContDiv .symbols {	padding-top: 5px;}.date .tempContDiv input[type="text"] {	float: left;	margin-right:0px;	width: 100%;}.date .tempContDiv .calendarIcon {	cursor: pointer;}.calendarCont{ 	display: table; 	width: 50%;}.calendarCont input[type="text"]{ display: table-cell; }.calIconWrapper{display: table-cell; vertical-align: middle;}.tempSubfrmWrapper .calendarCont {display:table;}.tempSubfrmWrapper .calendarCont .calIconWrapper {display: table-cell;}.calIconWrapper .calendarIcon{ margin-top: 0 !important;}.calendarCont .calIconWrapper{	width:16px;	padding-left: 8px;}.time .tempContDiv span label {	display: block;	padding-top: 3px;	text-align: center;	margin-left:0 !important;}.time .tempContDiv .form_sBox {	min-width: 58px;}.time .tempContDiv .symbols {	padding-top: 5px;}.currency .tempContDiv span {	display: inline-block;}.currency .tempContDiv span label {	display: block;	padding-top: 3px;}.currency .tempContDiv .symbol {	font-size: 14px;	margin-left: 5px;	margin-top: 4px;	width: auto;	font-weight: bold;}.note .labelName {	padding-top: 7px;}.namesmall .nameWrapper {	width: 50%;}.namesmall .tempContDiv span {	width: 48%;}.namesmall .oneType .salutationWrapper span {	width: 63%;}.namesmall .oneType .salutationWrapper .salutation {	width: 33%;}.namesmall .twoType .salutationWrapper span {	width: 34%;	margin-left: 3%;	margin-bottom: 0px;}.namesmall .twoType .salutationWrapper .salutation {	width: 26%;}.namesmall .threeType .nameWrapper span {	width: 32%;	margin-left: 2%;}.namesmall .threeType .salutationWrapper span {	width: 100%;	margin-left: 0px;	float: none;	margin-left: 0;}.namesmall .tempContDiv span:first-child {	margin-left: 0;}.leftAlign .namesmall .threeType .salutationWrapper span, .rightAlign .namesmall .threeType .salutationWrapper span {	width: 100%;	margin-left: 0px;	float: none;	margin-left: 0;}.leftAlign .namesmall .threeType .salutationWrapper .salutation, .rightAlign .namesmall .threeType .salutationWrapper .salutation {	width: 50%;}.namemedium .nameWrapper {	width: 75%;}.namemedium .tempContDiv span {	width: 49%;	margin-left: 2%;}.namemedium .oneType .salutationWrapper span {	width: 73%;}.namemedium .oneType .salutationWrapper .salutation {	width: 25%;}.namemedium .twoType .salutationWrapper span {	width: 38%;	margin-left: 2%;	margin-bottom: 0px;}.namemedium .twoType .salutationWrapper .salutation {	width: 20%;}.namemedium .threeType .nameWrapper span {	width: 32%;	margin-left: 2%;}.namemedium .threeType .salutationWrapper span {	width: 25%;	margin-left: 2%;}.namemedium .threeType .salutationWrapper .salutation {	width: 19%;}.namemedium .tempContDiv span:first-child {	margin-left: 0;}.namelarge .tempContDiv span {	width: 23.5%;	margin-left: 2%;	margin-right: 0;	margin-bottom: 0;}.namelarge .twoType .nameWrapper span {	width: 49%;	margin-left: 2%;}.namelarge .threeType .nameWrapper span {	width: 32%;	margin-left: 2%;}.namelarge .twoType .salutationWrapper span {	width: 40%;	margin-left: 2%;	margin-bottom: 0px;}.namelarge .twoType .salutationWrapper .salutation {	width: 16%;}.namelarge .threeType .salutationWrapper span {	width: 26%;	margin-left: 2%;}.namelarge .threeType .salutationWrapper .salutation {	width: 16%;}.namelarge .oneType .salutationWrapper span {	width: 73%;	margin-left: 2%;}.namelarge .oneType .salutationWrapper .salutation {	width: 25%;}.namelarge .tempContDiv span:first-child {	margin-left: 0 !important;}/*.leftAlign .namelarge .tempContDiv span , .leftAlign .namelarge .threeType .salutationWrapper .salutation, .leftAlign .namelarge .twoType .salutationWrapper .salutation, .rightAlign .namelarge .tempContDiv span , .rightAlign .namelarge .threeType .salutationWrapper .salutation,  .rightAlign .namelarge .twoType .salutationWrapper .salutation {width:48%; margin-right:4%; margin-bottom: 15px; margin-left: 0;}	.leftAlign .namelarge .tempContDiv span:nth-child(even), .rightAlign .namelarge .tempContDiv span:nth-child(even) { margin-right:0 !important;}*/	/*.leftAlign .namemedium .threeType .salutationWrapper span, .rightAlign .namemedium	.threeType .salutationWrapper span{ width:100%;margin-right: 0px; float:none; margin-left: 0;margin-bottom: 15px;}	.leftAlign .namemedium .threeType .salutationWrapper .salutation, .rightAlign .namemedium .threeType .salutationWrapper .salutation{ width: 50%; }	.leftAlign .namesmall .threeType .salutationWrapper span, .rightAlign .namesmall	.threeType .salutationWrapper span{ width:100%;margin-right: 0px; float:none; margin-left: 0;margin-bottom: 15px;}	.leftAlign .namesmall .threeType .salutationWrapper .salutation, .rightAlign .namesmall .threeType .salutationWrapper .salutation{ width: 50%; }*/		 .csmall .tempContDiv input[type="text"] {	width: 43%;}.cmedium .tempContDiv input[type="text"] {	width: 67%;}.clarge .tempContDiv input[type="text"] {	width: 91%;}.nsmall .tempContDiv input[type="text"] {	width: 50%}.nmedium .tempContDiv input[type="text"] {	width: 75%}.nlarge .tempContDiv input[type="text"] {	width: 100%}.signSmall .tempContDiv .signContainer .signArea {	width: 49%}.signMedium .tempContDiv .signContainer .signArea {	width: 60%}.signLarge .tempContDiv .signContainer .signArea {	width: 74%}.arrangeAddress .addrCont span.addtwo {	width: 100% !important;	float: none !important;}.address .tempContDiv span{	position: relative;}.address .tempContDiv span, .geolocation .tempContDiv span {	display: block;}.address .tempContDiv span.addtwo {    margin-right: 2%;}.address .tempContDiv span label, .geolocation .tempContDiv span label {	display: block;	padding-top: 3px;}.address .tempContDiv .addOne, .geolocation .tempContDiv .addOne {	float: none;	margin-right: 0;}.address .tempContDiv .addOne input, .geolocation .tempContDiv .addOne input {	width:100%;}.address .tempContDiv span.addtwo, .geolocation .tempContDiv span.addtwo {	width: 48%;}.address .tempContDiv span.addtwo input, .geolocation .tempContDiv span.addtwo input {	width:100%;}.address .tempContDiv span.addtwo .form_selectbox {	width: 112%;}.address .addrCont span.addOne, .address .addrCont span.addtwo {    padding-top: 13px;}.tempFrmWrapper.address .labelName {    padding-bottom: 0 !important;}	.leftAlign .address .tempContDiv span.addtwo, .geolocation .tempContDiv span.addtwo {	width: 48%;}.rightAlign .address .tempContDiv span.addtwo, .geolocation .tempContDiv span.addtwo {	width: 48%;}.addrsmall .tempContDiv .addrCont {	width: 50%;}.addrmedium .tempContDiv .addrCont {	width: 75%;}.addrlarge .tempContDiv .addrCont {	width: 100%;}.phone .tempContDiv span label, .date .tempContDiv span label, .time .tempContDiv span label, .address .tempContDiv span label, .geolocation .tempContDiv span label, .name .tempContDiv span label {	font-size: 11px;	padding-top: 3px;}.multiSelect .tempContDiv select {}.tempHeadBdr, .footerWrapper {	margin: 0;	padding: 0;}.tempFrmWrapper {	padding:10px;		margin:5px 0;	position:relative;}.tempFrmWrapper .labelName{ position: relative; }.subContWrap {	margin: 0;	padding: 0;}.subContWrap li{  position: relative;}.topAlign .tempFrmWrapper .labelName {	padding-bottom: 8px;	display: block;}.topAlign .threeColumns .labelName, .topAlign .twoColumns .labelName, .topAlign .oneColumns .labelName, .topAlign .sideBySide .labelName {	padding-bottom: 8px;}.leftAlign {	display: block;}.leftAlign .tempFrmWrapper .labelName {	float: left;	width: 30%;	line-height: 20px;	margin-right: 11px;}.leftAlign .tempFrmWrapper .tempContDiv {	margin-left: 35%;}.leftAlign .slider .tempContDiv {	margin-top: 6px;}.leftAlign .decesion .tempContDiv, .rightAlign .decesion .tempContDiv {	margin-left: 0 !important;}.rightAlign {	display: block;}.rightAlign .tempFrmWrapper .labelName {	float: left;	width: 30%;	line-height: 20px;	text-align: right;	margin-right: 11px;}.rightAlign .tempFrmWrapper .tempContDiv {	margin-left: 35%;}.rightAlign .slider .tempContDiv {	margin-top: 6px;}.tempFrmWrapper .tempContDiv {	margin: 0;	padding: 0;	height: 1%;	position: relative;}.fmFooter {	margin: 0;	padding: 25px;}.slider .sliderCont {	margin-left: 7px;}.section{	padding: 10px;    margin: 5px 0;    position: relative;}.section h2{	border-bottom:1px solid #D7D7D7;	font-size:22px; 	color:#000; 	font-weight:500; 	font-family:'Open Sans',"Lucida Grande",Arial,Arimo,Helvetica,sans-serif; 	padding-bottom:10px; 	position: relative;}.section p{ 	color:#847F7F; 	margin-top:10px; 	position: relative;}.decesion .tempContDiv {	width: 100%;	margin-top: 4px;} .decesion input[type="checkbox"] {	display: block;	height: 13px;	margin: 0;	padding: 0;	width: 13px;	float: left;	margin-top: 4px;}.decesion label {	display: block;	line-height: 21px;	margin: 0px 0 0 25px !important;	padding-bottom: 0 !important;	width: 95%; 	float: none !important;	line-height:1.5;	text-align: left !important;}.topAlign .decesion .labelName, .leftAlign .decesion .labelName, .rightAlign .decesion .labelName {	width: auto;}.infoWrapper .brandCont {	border-top: 1px dashed #ccc;	overflow: hidden;}.newEntryLink b {	text-align: left;	display: -webkit-box;	}.brandCont .newEntryLink {	margin-top: 4px;	font-size: 13px;}.newEntryLink a {	display: inline-block;    border: 1px solid #3B99FC;    padding: 7px 15px;    border-radius: 30px;    -moz-border-radius: 30px;    -webkit-border-radius: 30px;    margin: 0 8px;    cursor: pointer;    color: #3B99FC;    font-size: 14px;    margin-bottom: 15px;    line-height: 21px;    position: relative;    text-decoration: none;}.thankyouPageWrap .thankyouPageBtn {	overflow : hidden;}.thankyouPageWrap .thankyouPageBtn b {	position : relative;}.livePlusIcon {	width: 20px !important;    height:20px !important;}.newEntryLink .liveEditIcon {	    width: 15px !important;    	height: 15px !important;    	position: relative;    	top:3px;}.newEntryLink .livePDFIcon {    width: 19px !important;    height: 19px !important;  }.newEntryLink .livePDFIcon, .newEntryLink .liveAddIcon, .newEntryLink .liveEditIcon, .newEntryLink .livePlusIcon  {	margin: 0 !important;	margin-right: 5px !important;	position: relative;}.newEntryLink .liveAddIcon {	background-position: -399px -279px;	border: 2px solid #222;	-webkit-border-radius: 15px;	-moz-border-radius: 15px;	border-radius: 15px;	width: 16px;	height: 16px;}.brandingContainer span, .brandCont span {	padding-right: 3px;	position: relative;	top: -3px;}.brandingContainer img {	margin-top: 3px;	width: 130px;}.blackLoad {	background: #000;	color: #fff;	padding: 15px;	text-align: center;-webkit-border-radius:2px;	-moz-border-radius: 2px;	border-radius: 2px;}.blackLoad span {	display: block;	margin-bottom: 5px;}.disabledBtn {	color: #ccc;	border: 1px solid #D7D5D5;	background: #f2f2f2;	cursor: auto;	text-align: center;	text-decoration: none;	font-size: 13px;	font-weight: 400;	padding: 5px 15px;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	text-decoration: none;	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}.infoWrapper {	background: #fff;	overflow: hidden;	padding: 0px;}.infoContainer {	padding: 25px 50px;}.alignCenter {	text-align: center;	display: block;}.infoContainer .infoCont {	color: #606060;	font-size: 21px;	font-weight: 500;}.infoContainer p {	color: #777777;	font-size: 16px;	font-weight: 300;	line-height: 28px;	margin: 0;	padding: 10px;}.infoWrapper .brandCont {	border-top: 1px dashed #fff;	overflow: hidden;	color: #666666;	padding: 15px;}.brandCont .newEntryLink {	float: none !important;	margin: 0 auto;	text-align: center;}.errMsg {	text-align: center;}.errMsg span {	color: #de1414;	font-size: 17px;	font-weight: 500;	text-align: center;	line-height: 27px;}.errMsg p {	color: #484848;	font-weight: normal;}/*.error {		background: #FFEDED;		}   */.nofldDiv {	border: none !important;	background: none !important;	padding: 75px 0;	margin-top: 0px !important;	margin-bottom: 0px !important;	 text-align: center;}.nofldDiv h2 {	font-weight: 300;}.nofldDiv h2 {    font-size: 16px;    margin-bottom: 10px;}.tempContDiv input[type="file"] {	outline: none;	border: 1px solid #ccc;	margin: 0 auto;	padding: 5px;	width: auto;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	z-index: 1;}.disabledSubmitButtom {	-moz-border-bottom-colors: none;	-moz-border-left-colors: none;	-moz-border-right-colors: none;	-moz-border-top-colors: none;	background: -moz-linear-gradient(center top, #F9F9F9, #DDDDDD) repeat scroll 0 0 transparent;	border-color: #CCCCCC #CCCCCC #AAAAAA;	border-image: none;	border-radius: 3px 3px 3px 3px;	border-style: solid;	border-width: 1px;	box-shadow: 0 2px #FFFFFF inset;	color: #444444;	cursor: auto;	font-size: 13px;	font-weight: 400;	opacity: 0.5;	padding: 5px 20px;}.liveErrorInfo {	margin-top: 20px;	padding: 0;}.liveErrorInfo span {	-webkit-border-radius: 25px;	-moz-border-radius: 25px;	border-radius: 25px;	display: inline-block;	border: 1px solid #EACBCB;	padding: 7px 14px;	color: #FF0000;}.fLogoLt {}.formLogo {	display: block;	overflow: hidden;}.fLogoLt .formLogo {	float: left;	text-align: center;	margin-right: 20px;}.fLogoLt .formLogo img {	vertical-align: middle;}.fLogoRt {}.fLogoRt .formLogo {	float: right;	text-align: center;	display: block;	margin-left: 20px;}.fLogoRt .formLogo img {	vertical-align: middle;}.fLogoCt {	text-align: center;}.fLogoCt .formLogo {	text-align: center;	margin: 0px auto;	display: block;}.fLogoCt .formLogo img {	vertical-align: middle;}.fLogowall {	overflow: hidden;}.fLogowall img {	max-width: 100%;	height: auto;}.fLtWall {	text-align: left;}.fRtWall {	text-align: right;}.fCtWall {	text-align: center;}.fLogoTxtLt {	text-align: left;}.fLogoTxtRt {	text-align: right;}.fLogoTxtCt {	text-align: center;}.formLogo img {	max-width: 100%;	height: auto;}.fmFooter input[type="submit"] {	overflow: visible;	outline: none;	filter : chroma(color=#000000);}.tile {	background-repeat: repeat;}.none {	background-repeat: no-repeat;}.stretch {	background-size: cover;	}.imgLeft {	background-position: top left;}.imgRight {	background-position: top right;}.imgCenter {	background-position: top center;}.verification input[type="text"] {	width: 100px;	margin-right: 5px;}.signContainer {	margin: 0;	padding: 0;	width: 100%;}.signContainer canvas {	cursor: crosshair;	border: 1px solid #ccc;	display: block;	background: #fff;}.signContainer a {	font-size: 13px;    text-decoration: underline;	display: inline-block;}.form_sBox {	border: 1px solid #DDDDDD;	overflow: hidden;	background: #fff;	position: relative;	min-width: 72px;	height: 28px;	text-align:left;	border-radius: 3px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;}.form_sBox select {	position: absolute;	top: 0;	border: 0;	width: 110%;	font-size: 13px;	outline: none;	margin: 0;	appearance: none;	-moz-appearance: radio-container;	-webkit-appearance: none;	background: transparent;	webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	-o-user-select: none;	user-select: none;	min-width: 55px;	max-width: 100%;	font-weight: 400;	font-family: 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;	;	text-indent: 0.01px;	padding: 3px;	white-space: nowrap;	text-overflow: ellipsis;}.form_sBox select:focus {	outline: none;}.dropdownBg {	background: #FFF url(../image/dropdown_bg.89029c9131cf73290e99d0836d3f1852.png) no-repeat right top;}.customArrow {	border: solid #777;    border-top-width: medium;    border-right-width: medium;    border-bottom-width: medium;    border-left-width: medium;    border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 3px !important;    position: absolute;    width: 0;    height: auto;    left: auto;    right: 10px;    margin: 5px;    background: none;}.zf_Side102 {	width: 102px;}.zf_Side120 {	width: 120px;}.zf_Side140 {	width: 140px;}.zf_Side28 {	width: 28%;}.verification input[type="text"] {	width: 100%;	margin-right: 5px;}.verification .captchaOuterWrapper {	background: #f7f7f7;	border: 1px solid #ffffff;	display: inline-block;	padding: 6px;	width: 225px;}.verification .captchaActOutCont {	margin: 0;	padding: 0;}.verification .captchaActOutCont label {	color: #aeaeae;	display: block;	font-size: 11px;	margin-bottom: 5px;}.verification .captchaActInnerCont {	width: 90%;	margin-right: 4px;}.verification .captchaRefresh {	margin-top: 7px;	cursor: pointer;}.verification .captchaImgCont {	background: #ffffff;	border: 1px solid #e5e5e5;	margin-top: 10px;	padding: 0;	text-align: center;}.captchaRefreshIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -207px -110px;	width: 12px;	height: 12px;}.recSummBg {	background: #f5f5f5;}.leftAlign .address span.addtwo select, .rightAlign .address span.addtwo select {	width: 120%;}.templateWrapper .errorMsgWrapper, .tyTemplateWrapper .errorMsgWrapper{	margin-right: 35px;	margin-left: 35px;}.overflow {	overflow: hidden;} .form_sBox select {	width: 100%\9;}.leftAlign .address span.addtwo select, .rightAlign .address span.addtwo select {	width: 100%\9;}/*.deviceWrapper{ border-bottom:1px solid #ccc; background:#fff; padding:10px 20px 10px 15px;}.deviceClose{ width:15px; background:url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -62px -151px; width:10px; height:10px; margin-top:20px;}.deviceView{ text-decoration:underline; margin-top:20px;}.deviceContainer{ margin-left:20px;}.prodLogoCont{-webkit-border-radius:5px;    -moz-border-radius:5px;    border-radius:5px; border:1px solid #f1f1f1; background:#f9f9f9 url(../image/pngSprite.c473b56dfbea0e58e936d85c94e87bb1.png) no-repeat -193px -272px; width:48px; height:48px; padding:5px;}.deviceContContainer{ margin-left:70px; margin-right:20%;}.deviceContContainer h2{ font-size:18px; font-weight:600;}    .deviceContContainer p{ font-size:12px; color:#828282;}*/.deviceWrapper {	border-bottom: 1px solid #ccc;	background: #222;	padding: 10px 20px 10px 10px;}.deviceClose {	width: 15px;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -62px -170px;	width: 10px;	height: 10px;	margin-top: 23px;	opacity: 0.5;}.deviceView {	margin-top: 20px;	font-size: 14px;	font-weight: bold;}.deviceWrapper a.deviceView {	background: #454545;	padding: 2px 10px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	color: #fff;	text-decoration: none;}.deviceContainer {	margin-left: 25px;}.prodLogoCont {	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;	border: 1px solid #f1f1f1;	background: #fff url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -193px -272px;	width: 48px;	height: 48px;	padding: 5px;}.deviceContContainer {	margin-left: 70px;	margin-right: 20%;	color: #fff;}.deviceContContainer h2 {	font-size: 18px;	font-weight: 600;}.deviceContContainer p {	font-size: 12px;	color: #f5f5f5;}.twoLink {	margin-top: 0px;	text-decoration: none;	color: #fff;}.twoLink a {	text-align: center;	display: block;	background: #454545;	padding: 2px 10px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	color: #fff;	font-weight: normal;	text-decoration: none;}.twoLink a:first-child {	margin-bottom: 10px;}.twoLink span {	border-bottom: 1px solid #ccc;	display: block;	margin: 7px 0;}.fileUpload {	border: 1px solid #ccc;	position: relative;	display: inline-block;	overflow: hidden;	padding: 2px 10px;	position: relative;	background: #fff;	box-shadow: 0 1px 0 #ebe9e9;	-webkit-box-shadow: 0 1px 0 #ebe9e9;	-moz-box-shadow: 0 1px 0 #ebe9e9;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;}.fileUpload:hover {	border: 1px solid #1988d6;	background: #2596e6;	color: #fff;}.fileUpload input {	border: 1px solid #cccccc;	font-size: 999px;	height: 100%;	left: 0;	margin: 0 auto;	opacity: 0;	outline: medium none;	padding: 5px;	position: absolute;	top: 0;	z-index: 1;}.leftAlign .signImg, .rightAlign .signImg {	max-width: 100%;}.signImg {	border: 1px solid #efefef;}.signEditLink {	color: #2d92a9;	cursor: pointer;	display: inherit;	text-decoration: underline;}.sign .tempContDiv img {	max-height: 175px;	max-width: 100%;        min-height: 152px;}.error1 input[type="text"], .error1 .form_sBox, .error1 .form_selectBox span.select2FormCont, .error .form_selectBox span.select2FormCont {	border: 1px solid #DF0000 !important;}.formFieldWrapper .error .tempContDiv input[type="text"]:hover, .formFieldWrapper .error .tempContDiv textarea:hover, .formFieldWrapper .error .tempContDiv .form_sBox:hover{    border-color: rgba(223, 0, 0, 0.75) !important; }.formFieldWrapper .error .tempContDiv input[type="text"]:focus, .formFieldWrapper .error .tempContDiv textarea:focus, .formFieldWrapper .error .tempContDiv .form_sBox:focus{    border-color: rgba(223, 0, 0, 0.75) !important; 	-webkit-box-shadow: 0 0 5px rgba(223, 0, 0, 0.5) !important;	-moz-box-shadow: 0 0 5px rgba(223, 0, 0, 0.5) !important;    box-shadow:0 0 5px rgba(223, 0, 0, 0.5) !important; }.tempContDiv .error1 input[type="text"]:hover, .tempContDiv .error1 textarea:hover, .tempContDiv .error1 .form_sBox:hover {	border: 1px solid rgba(223, 0, 0, 0.75) !important;}.tempContDiv .error1 input[type="text"]:focus, .tempContDiv .error1 textarea:focus, .tempContDiv .error1 .form_sBox:focus {	border: 1px solid rgba(223, 0, 0, 0.75) !important;	-webkit-box-shadow: 0 0 5px rgba(223, 0, 0, 0.5) !important;	-moz-box-shadow: 0 0 5px rgba(223, 0, 0, 0.5) !important;	box-shadow: 0 0 5px rgba(223, 0, 0, 0.5) !important;}.pdfFileUploadImage {	height: auto;	width: auto;	max-width: 400px;	max-height: 300px;}.thankyouPageFocusCont:focus {	outline: none;}.thankyouImage {	display: block;	margin: 2% auto;	text-align: center;}.thankyouImage svg{	width: 50px;    height: 50px;    margin-bottom: 5px;    stroke: #25a68a;}.thankyouImage svg.thankyouTick{	stroke: #81c038;}.thankYouMsgTxt label {	color: #606060;    font-size: 21px;    font-weight: 500;}.oneColumns {	padding-bottom: 6px !important;}.tempFrmWrapper .tempContDiv {	margin: 0;	padding: 0;	font-family: 'Open Sans', "Lucida Grande", Arial, Arimo, Helvetica, sans-serif;}.imgUploadType .imgChoiceWrapper {	text-align: center;}.imgUploadType .selected {	background: #f5f5f5 !important;	border: 1px dashed #ccc !important;}.topAlign .oneColumns .imgUploadType .imgChoiceWrapper {	width: 47%;	display: block;}.topAlign .twoColumns .imgUploadType .imgChoiceWrapper {	width: 47%;}.topAlign .threeColumns .imgUploadType .imgChoiceWrapper {	width: 30%;}.topAlign .sideBySide .imgUploadType .imgChoiceWrapper {	width: 22%;}.leftAlign .oneColumns .imgUploadType .imgChoiceWrapper {	width: 47%;	display: block;}.leftAlign .twoColumns .imgUploadType .imgChoiceWrapper {	width: 47%;}.leftAlign .threeColumns .imgUploadType .imgChoiceWrapper {	width: 30%;}.leftAlign .sideBySide .imgUploadType .imgChoiceWrapper {	width: 22%;}.rightAlign .oneColumns .imgUploadType .imgChoiceWrapper {	width: 47%;	display: block;}.rightAlign .twoColumns .imgUploadType .imgChoiceWrapper {	width:47%;}.rightAlign .threeColumns .imgUploadType .imgChoiceWrapper {	width:30%;}.rightAlign .sideBySide .imgUploadType .imgChoiceWrapper {	width: 22%;}.addedImgWrapper {	position: relative;}.addedImgWrapper b {	display: block;	padding: 5px 0 0px !important;}.addedImgWrapper input[type="checkbox"], .addedImgWrapper input[type="radio"] {	width: 13px;	height: 13px;	margin: 0;	padding: 0;	display: inline-block;	margin: 5px 0;}.addedImgWrapper .addedImgCont {	height: 150px; 	display: table-cell; 	width: 100%; 	vertical-align: middle;}.addedImgWrapper .mediumType {	height:100px; }	.addedImgWrapper .smallType {	height:50px; }.addedImgWrapper .addedImgCont img {	border: 0 none;	max-width: 100%;	max-height: 150px;}.addedImgWrapper .mediumType img {	max-height: 100px;}.addedImgWrapper .smallType img {	max-height: 50px;}.addedImgCont:hover {	cursor: pointer;}.ppDeleteIcon{ 	background:url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -1px -73px; 	width:12px; 	height:13px;}.ppDeleteIcon:hover{ 	background:url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -22px -73px; 	cursor:pointer;}.zoomIcon {	width: 18px;	height: 18px;	position: absolute;	right: 0px;	top: -19px;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -483px -72px;	display: none;}.imgUploadType .imgChoiceWrapper:hover .zoomIcon {	display: block;}.imgUploadType .imgChoiceWrapper {	text-align: center;	border: 1px solid rgba(255, 255, 225, 0);	background: rgba(255, 255, 255, 0.3);	padding: 20px 6px;	display: inline-block;	vertical-align: top;	-moz-box-sizing:border-box;	-webkit-box-sizing:border-box;	box-sizing:border-box;	margin-right: 2%;	margin-bottom: 2%;}.imgUploadType .imgChoiceWrapper:focus {	outline: none;}.imgUploadType .imgChoiceWrapper:hover {	text-align: center;	border: 1px dashed #ccc;}.imageTypeZoom .popUpInnerWrapper {	background: none;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	padding: 30px 30px 20px 30px;	border: none;	box-shadow: none;	-moz-box-shadow: none;	-webkit-box-shadow: none;    width:100%;    height:100%;}.imageTypeZoom .popupMainCont {	display: table-cell;	text-align: center;	vertical-align: middle;	padding: 0px !important;}.imageTypeZoom .popupMainCont img {	text-align: center;	vertical-align: middle;	max-width: 100%;	max-height: 100%;}.imageTypeZoom .ppDeleteIcon {	background-position: -130px -116px;}.imageTypeZoom .ppDeleteIcon:hover {	background-position: -171px -116px;}.docsLiveFooter {	border-top: 1px dashed #ccc !important;}.docsLiveFooter .newEntryLink {	float: left !important;}.docsLiveFooter .flRight {	margin-top: 6px;	text-align: right;}.templateWrapper .note {	overflow: hidden;}.note .descFld {	position : relative;}.tickIcon {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -232px -74px;	width: 17px;	height: 14px;	display: none;}.imgUploadType .imgChoiceWrapper .pCentre{ 	display: table; 	width: 100%;	table-layout: fixed;}.imgUploadType .imgChoiceWrapper .tickIcon {	position: absolute;	top: -16px;	left: 0px;}.imgUploadType .selected .tickIcon {	display: block;}.pmtField .form_sBox {	width: 40%;	overflow: visible;	margin-bottom: 15px;}.pmtField span {	display: block;}.pmtField .form_sBox .merOutWrapper {	display: none;}.pmtField .form_sBox .actCont {	padding: 4px 5px;}.pmtField .form_sBox:hover .merOutWrapper {	display: block;}.merOutWrapper li {	padding: 5px;}.cardOuterWrapper {	background: #f7f7f7;}.cardHeadWrapper {	background: none;}.errorText .errorMessage {	display: block;}_:-ms-fullscreen, :root .form_sBox select {padding-right:3px;}.pageNumAlign {	margin-top: 35px}.pBarWrapper {	margin: 0;	padding: 20px 20px 10px;	cursor: pointer;}.pBarWrapper table td {	padding: 3px 0;	text-align: center;	position: relative;	width: 1%;}.pBarWrapper em.pNumber {	position: absolute;    padding: 5px;    -webkit-border-radius: 25px;    -moz-border-radius: 25px;    border-radius: 25px;    text-align: center;    color: #818181;    top: -14px;    right: -16px;    cursor: pointer;    z-index: 9;    border: 2px solid rgba(255,255,255,0);    height: 22px;    line-height: 20px;    width: 22px;}.matrixTable {	font-size: 13px;	overflow-x: auto;	padding-bottom: 15px !important;}.matrixTable table th, .matrixTable table td {	padding: 10px;}.matrixTable thead th, .matrixTable table td {	text-align: center;}.matrixTable table td input[type="radio"], .matrixTable table td input[type="checkbox"] {	display: inline-block;}.matrixTable thead th.questionRow {	width: 30%;}.matrixTable tbody th {	font-weight: normal;	text-align: left;	font-size: 14px;}.matrixTable thead th {	font-weight: 600;	font-size: 14px;}.pBarWrapper em.pNumber b {	-webkit-border-radius: 25px;    -moz-border-radius: 25px;    border-radius: 25px;    width: 16px;    display: block;    padding: 5px;    top: 3px;    position: absolute;    left: 3px;    height: 16px;    line-height: 16px;}.pBarWrapper .pBar, .pBarWrapper em.pNumber b {	background: #d2d2d2;}.pBarWrapper .pBar {	height: 3px;}.bar {	margin-bottom: 15px;}.bar table td {	padding: 0;}.bar .pBar {	margin: 0 5px;	height: 5px;}.bar .pArrow {	border-color: transparent;	border-style: solid;	border-width: 8px 8px 0;	height: 0px;	width: 0px;	display: inline-block;}.pBarWrapper .pTitle td {	padding-top: 20px !important;	max-width: 100%;	min-width: 10%;	vertical-align: top;}.bar .pTitle td {	padding-top: 10px !important;}.formPageHeader {	padding: 10px 25px;	margin: 5px 0;	position: relative;	border-bottom: 1px solid #e1e1e1;	background: #f7f7f7;	overflow: hidden;}.formPageHeader h2 {	color: #000000;	font-size: 22px;	line-height: normal;}.fmFooter .pageBreakNav {	border: 1px solid #fff;	margin-bottom: 35px;	padding: 15px 10px;}.fmFooter .pageBreakNav:hover {	border: 1px dashed #cccccc;	cursor: pointer;}.next_previous {	background: #bdc3c7 none repeat scroll 0 0;	border: 1px solid #bdc3c7;	color: #222;	font-size: 13px;	padding: 5px 15px;	min-width: 75px;	cursor: pointer;}.pBarWrapper .selected em.pNumber {	color: #fff;	border: 2px solid rgba(255,255,255,0);}.pBarWrapper .selected .pBar, .pBarWrapper .selected em.pNumber b {	background: #1abc9c;}.pBarWrapper .currentPTab em.pNumber {	color: #fff;	border: 2px solid #1abc9c;}.bar .currentPTab .pArrow {	border-color: #1abc9c transparent;}.inlineBlock {	display: inline-block;}.footerPgNum {	text-align : right;	margin-top: 15px;}.prevAlign {	margin-right: 10px;}.pageFotDef .prevAlign {	float: left;}.pageFotDef .alignNext {	float: right;}.pageFotDef .submitColor {	float: none;}.pageFotDef .saveColor,  .pageFotDef .reviewBtn{	float: none;}.pageFotDef .prevAlign, .pageFotDef .nextAlign {	margin-bottom: 15px;}.navWrapper{ position: relative; overflow: hidden; }.navWrapper::before {overflow: hidden !important;}.navWrapper::after {overflow: hidden !important;}/* Tab index is set as 1 for Date, date-time, section, rating, html_text, slider, signature,formula, payment li. So on focus a black border will be created.    To overwrite that outline is set as none. */li:focus {	outline: none;}.web_merge_dropBg.dropdownBg {	background: #FFF url(../image/dropdown_bg1.ccf9bd2b21e55219a7b101ebf99594e9.png) no-repeat right top;}.icon-triangle-right {	width: 12px;	height: 12px;	color: #fff;}li span.zdocs_arw {	right: 10px;	position: absolute;	margin-top: 3px;}.inputDisabled {	color: #222222 !important;	background: #f5f5f5 !important;	-webkit-text-fill-color: #222222; 	-webkit-opacity: 1; 	color: #222222; }.darkDim {	background: #000000;	opacity: 0.8;}.popUpOuterSave{	position: absolute; 	z-index: 999; 	left: 0;	width: 550px;	max-width: 800px;}.popUpOuterSave .popUpInner{ 	border-color:#07b8e7; 	border-style:solid; 	border-width:4px 0 0; 	background: #eaf6fc; 	padding: 10px 20px 20px;}.popUpOuterSave .popupHeader{ 	padding-bottom:0; }.popUpOuterSave .popupHeader .ppDeleteIcon{	margin-right:-10px; 	margin-top: 0px;}.popUpOuterSave .popupMainCont{ 	padding: 0;}.popUpOuterSave .popupMainCont p{ 	font-size: 16px; 	display: block; 	margin-bottom:10px; 	text-align: left; 	font-weight: 600; 	margin-right: 10px;}.popUpOuterSave .popupMainCont textarea{ 	width: 100%; 	height: 60px;	-moz-box-sizing:border-box;	-webkit-box-sizing:border-box;	box-sizing:border-box;	resize:none;}.saveBtnCont, .reviewBtnCont{ 	margin-bottom:15px; 	margin-right:7px;}.saveMsgTxt{ 	text-align:left !important; 	color:#000; 	font-size:17px !important;}.saveBgColor{ 	background:#f7f7f7; 	padding-top:18px;}.saveBtn, .reviewBtn {	margin-right: 7px;}.saveMsgTxt {	text-align: left !important;	color: #000;	font-size: 17px !important;}.saveBgColor {	background: #f7f7f7;	padding-top: 18px;}.small .crminput_Wrap .ruleDropDown {	width: 49.5%;}.medium .crminput_Wrap .ruleDropDown {	width: 74.5%;}.large .crminput_Wrap .ruleDropDown {	width: 98.5%;}.ruleDropDown li {	padding: 7px;	background: #fff;	border-bottom: 1px solid #F4F4F4;	font-size: 12px;}.ruleNoActionFields {	text-align: center;	font-size: 12px;	padding-top: 10px;	padding-bottom: 10px;	color: #444444;}.crminput_Wrap {    position: relative;}.crm_iconImg {    background: url(../image/live-spritimg.b359c154f564e59ca1ef7fa8ab97d3b6.gif) no-repeat -8px -7px;    width: 35px;    height: 24px;    padding: 2px;    position: absolute;    opacity: .7;    left: 2px;    top: 2px;    z-index: 99;}.crminput_Wrap .crm_inputlength {    padding: 5px 36px 5px 37px !important;    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;}.crm_searchImg {    background: url(../image/live-spritimg.b359c154f564e59ca1ef7fa8ab97d3b6.gif) no-repeat -49px -5px;    top: 1px;    width: 33px;    height: 24px;    padding: 3px;    position: absolute;    opacity: 1;    cursor: pointer;    margin-left: -36px;}.ruleDropDown {    width: auto;    position: absolute;    border: 1px solid #ccc;    background: #fff;    z-index: 98;    max-height: 150px;    overflow-y: scroll;    display: none;}.deactivatedMsg {	max-width: 700px;	margin: 5% auto;	padding: 0px 5%;}.deactivatedMsg .errMsg {	margin-bottom: 5px;}.deactivatedMsg .errMsg span {	display: block;}.fieldDisabled .ui-state-default, .fieldDisabled .ui-widget-content .ui-state-default, .fieldDisabled .ui-widget-header .ui-state-default {	background-color: #ebedef !important;	border: 1px solid #c9c9c9 !important;	-webkit-box-shadow: none;	-moz-box-shadow: none;	box-shadow: none;}.fieldDisabled .ui-slider a.ui-slider-handle {	cursor: default !important;}.fieldDisabled.slider .tempContDiv .ui-widget-content {	opacity : 0.6;}.fieldDisabled .tempContDiv input[type="text"], .fieldDisabled .tempContDiv textarea {	color: #222222 !important;	background: #f5f5f5 !important;	-webkit-text-fill-color: #222222; 	-webkit-opacity: 1; }.fieldDisabled .form_sBox, .fieldDisabled .zf_selectbox, .fieldDisabled .form_sBox, .fieldDisabled .mSelect select, .fieldDisabled .signContainer canvas, .fieldDisabled .signArea {	background-color: #f5f5f5 !important;}.fieldDisabled .form_sBox .customArrow {	opacity: 0.4;}.fieldDisabled .tempContDiv input[type="file"] {	background-color: #F0F0F0 !important;}.fieldDisabled .signContainer a {	cursor: default!important;	text-decoration: none;}.rating.fieldDisabled .removeRating, .rating.fieldDisabled .ratingWrapper a {	cursor: default !important;	opacity : 0.8;}.fieldDisabled .imgUploadType .addedImgCont:hover {	cursor: default !important;}.fieldDisabled .imgUploadType .addedImgCont:hover img {	-ms-transform: none !important;	-webkit-transform: none !important;	transform: none !important;}.fieldDisabled .uploadContainer {	background-color: #f5f5f5 !important;	pointer-events:none;}.fieldDisabled .uploadContainer:hover::before, .fieldDisabled .uploadContainer:focus::before, .fieldDisabled .uploadContainer:active::before{	border: #e5e5e5 dashed 1px;}.fieldHide .arrowNav {	background: rgba(244,244,244,0.5);}.extraWrapper input[type="text"] {	margin-top: 5px;}.brandingWrapper {	color: #222222;	border-top: 1px dashed #ccc;	padding: 25px 15px;	text-align: center;	font-size: 13px;}.brandingWrapper .brandingTextCont {	margin-bottom: 15px;	}.brandingWrapper .brandingTextCont p {	display: inline-block;	color: #222222;	font-size: 14px;}.brandingWrapper .brandingTextCont svg{	width: 18px;    height: 18px;    margin-right: 2px;    position: relative;    top: 4px;    stroke-width: 0.3px;}.brandingWrapper .brandingTextCont span {    line-height: 21px;}.brandingWrapper .brandingTextCont a, .brandingWrapper .brandingTextCont a:hover {    text-decoration: underline;;	cursor: pointer;	margin-left: 5px;}.brandingLogoCont span{ display: block; color:#929292;}.brandingLogoCont img{ width: 140px;}.brandingDoc {	display: inline-block;	position: relative;	top: -6px;	margin-right: 3px;}.brandingDocCont img{ 	width: 58px;}.addedImgWrapper {	position: relative;}.addedImgWrapper b {	display: block;	padding: 5px 0;}.addedImgWrapper input[type="checkbox"], .addedImgWrapper input[type="radio"] {	width: 13px;	height: 13px;	margin: 0;	padding: 0;	display: inline-block;	margin: 5px 0;}.addedImgCont:hover {	cursor: pointer;}.imgUploadFld .imgChoiceWrapper {	text-align: center;	padding: 18px 18px;	display: inline-block;	vertical-align: top;	border: 1px solid rgba(255, 255, 225, 0);	background: rgba(255, 255, 255, 0.3);	width: 200px;}.imgUploadFld .imgChoiceWrapper:hover {	border: 1px dashed #ccc;	background: #fff;}.imgUploadFld .imgChoiceWrapper:hover .attachDelete, .imgUploadFld .imgChoiceWrapper:hover .zoomIcon {	display: block;}.imgUploadFld .addedImgWrapper .pCentre {	width: 128px;	height: 128px;	margin: 0 auto;}.imgUploadFld .addedImgWrapper .addedImgCont {	display: table-cell;	height: 128px;	text-align: center;	width: 128px;	margin: 0 auto;	vertical-align: middle;	overflow: hidden;}.imgUploadFld .addedImgWrapper .addedImgCont img {	width: auto;	max-height: 128px;	max-width: 128px;	border: 0 none;	height: auto;}.imgUploadFld .imgChoiceWrapper .zoomIcon {	left: -13px;}.attachDelete {	width: 10px;	height: 10px;	cursor: pointer;	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -249px 3px;	position: absolute;	right: -16px;	top: -16px;	display: none;}.uploadContainer {	height: 75px;	position: relative;	background: rgba(255,255,255,0.8);	overflow: hidden;}.uploadContainer::before {	content: '';	position: absolute;	border: #e5e5e5 dashed 1px;	top: 0;	right: 0;	bottom: 0;	left: 0;	-webkit-transition-duration: 0.3s;	transition-duration: 0.3s;	-webkit-transition-property: top, right, bottom, left;	transition-property: top, right, bottom, left;}.uploadContainer:hover::before, .uploadContainer:focus::before, .uploadContainer:active::before {	-webkit-transform: perspective(1px) translateZ(0);	transform: perspective(1px) translateZ(0);	border: rgba(157, 157, 157, 0.75) dashed 2px;}.uploadContainer .floatText {	width: 100%;	height: 100%;	text-align: center;	color: #222;	position: absolute;	overflow: hidden;	top: 31%;}.uploadContainer .floatText a {	text-decoration: underline;}.uploadContainer input {	position: absolute;	margin: 0;	padding: 0;	width: 103% !important;	outline: none;	opacity: 0;	margin-left: -15px !important;	right: 0;	font-size: 200px;	top: -20px;	height: 150%;}.uploadedCont {	border: 1px dashed #ccc;	border-top: none;	padding: 10px;	padding-right: 0;	padding-bottom: 0;	margin-top: 1px;	background: rgba(255,255,255,0.8);}.uploadedCont li {	border: 1px solid #ccc;	padding: 5px;	float: left;	width: 48%;	margin-right: 2%;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	margin-bottom: 10px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	background: #FFF;	position: relative;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	height: 45px;}.uploadedCont .previewWrapper {	border: 1px solid #ccc;	width: 30px;	height: 30px;	margin-right: 10px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	overflow: hidden;	position: relative;}.uploadedCont .previewWrapper .previewContainer {	position: relative;	width: 30px;	height: 30px;	margin: 0 auto;	display: table-cell;	vertical-align: middle;	text-align: center;	overflow: hidden;}.uploadedCont .previewWrapper .previewContainer .over_Icon {	z-index: 1;}.uploadedCont .previewWrapper img {	max-width: 30px;	max-height: 30px;}.uploadedCont .fileSize {	color: #777;}.uploadedCont .uploadFileCont {	width: 100%;}.uploadedCont .uploadFileTitle {	float: left;	max-width: 60%;	white-space: nowrap;	text-overflow: ellipsis;	overflow: hidden;}.uploadedCont .attachDelete {	display: block;	right: 9px;	top: 14px;}.uploadedCont .uploadFileTitle {	max-width: 55%;}.uploadedCont .previewWrapper:hover .over_Icon {	display: block;	cursor: pointer;	top: 0;}.uploadedCont .previewWrapper:hover .over_Icon .zoomIcon {	display: block;	right: 6px;	top: 6px;}.uploadFieldError {	line-height: 21px;	list-style: lower-roman inside;}.progressBarWrapper{	margin-left:40px !important; 	margin-top: 7px !important; 	margin-right: 5px !important;}.over_Icon {	width: 100%;	height: 100%;	fill: #4D4D4D;	display: none;	position: absolute;	background: rgba(255, 255, 255, 0.5);}.uploadedCont .fileTypeIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat 2px -25px;	display: inline-block;	width: 22px;	height: 18px;}.fileUploadWrapper_IE .fileUploadAct {	margin-top: 6px;}.fileUploadWrapper_IE .fileUploadAct .minusIcon, .fileUploadWrapper_IE .fileUploadAct .addIcon {	cursor: pointer;}.fileUploadWrapper_IE .fileUploadAct .minusIcon {	margin-left: 7px;}.fileUploadInputWrapper {	margin-bottom: 10px;}.fileUploadInputWrapper .fileUploadInputCont {	margin-right: 10px;}.fileUploadWrapper_IE .uploadedCont_IE {	border: 1px solid #ccc;}.fileUploadWrapper_IE .uploadedCont_IE .attachDelete {	position: relative !important;	display: block;	top: auto;	right: auto;	margin-top: 10px;}.fileUploadWrapper_IE .uploadedCont_IE {	padding: 5px;	margin-right: 10px;	padding-right: 10px;}.fileUploadWrapper_IE .uploadedCont_IE .previewWrapper {	text-align: center;	border: 1px solid #ccc;	width: 30px;	height: 30px;	margin-right: 10px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	overflow: hidden;}.fileUploadWrapper_IE .uploadedCont_IE .uploadFileTitle {	width: 171px;	white-space: nowrap;	text-overflow: ellipsis;	overflow: hidden;	margin-right: 5px;	margin-top: 5px}.uploadList_IE .fileUploadAct {	margin-top: 15px;}.uploadedCont_IE .fileTypeIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat 0 -25px;	display: inline-block;	width: 18px;	height: 18px;	margin: 0 auto;	margin-top: 6px;}.uploadIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -143px -11px;	width: 30px;	height: 18px;	display: inline-block;	margin-right: 5px;	position: relative;	top: 4px;}.show_Label {	margin-top: 10px;}.termsContainer {	margin: 0;	padding: 0;}.termsContainer .termsMsg {	border: 1px solid #E1E1E1;	max-height: 250px;	min-height: 70px;	overflow-y: scroll;	padding: 10px;	margin-bottom: 6px;}.termsContainer .termScrollRemove {        border: 1px solid #E1E1E1;	padding: 10px;	margin-bottom: 6px;        overflow: auto;}.termsAccept {	margin-top: 2px !important;}.termsAccept input[type="checkbox"] {	margin-top: 3px !important;	float: left;}.termsAccept .descFld {	margin-left: 20px;	font-size: 13px;	float: none;	display: block;	cursor: default;}.termsWrapper .tempContDiv {	margin-left: 0 !important;}.termsWrapper .labelName {	width: 100% !important;	text-align: left !important;	padding-bottom: 8px !important;}.splashMsgWrapper {	background: rgba(225, 225, 225, 0.5) !important;}.splashMsgWrapper .splashMsgOuterCont {	text-align: center;}.splashMsgWrapper .splashMsgCont {	display: inline-block;	padding: 15px 25px;	font-size: 13px;	background: #fff;	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	margin-left: 15px;	margin-right: 15px;	max-width: 600px;}.pBarcursor_remove {	cursor: default;}.pBarcursor_remove em.pNumber {	cursor: default;}.tempSubfrmWrapper{ 		width: auto; 	background:#f9f9f9; 	overflow-x:auto; 	position:relative; 	border:1px solid #f1f1f1; 	border-left-width:0px; 	border-right-width:0px;}.tempSubfrmWrapper ul li div {		margin: 0px 0px;}.subFormHorizontal li {	display: table-cell;	vertical-align: top;	padding: 5px 5px 10px 5px;}.subFormHorizontal .tempFrmWrapper input[type="text"], .subFormHorizontal .tempFrmWrapper textarea, .subFormHorizontal .tempFrmWrapper .mSelect select, .subFormHorizontal .tempFrmWrapper .pdfTextArea, .subFormHorizontal li.sign .tempContDiv .signContainer{	width: 100%;} .subFormHorizontal .tempFrmWrapper textarea {	width: 100% !important;}.subFormLabelDiv ul li .labelName{ padding:0; display:inline-block; min-width:40px; padding-bottom:0px !important; width: 150px;}.subFormHorizontal .tempContDiv .sliderCont {	width: 92% !important;} .subFormHorizontal ul li div input[type="text"] {	width: 100% !important;}.subFormLabelDiv {	margin: 0;}.subFormLabelDiv ul {	border: none !important;}.subFormLabelDiv ul li {	display: table-cell;	vertical-align: bottom;	padding: 3px 5px 0px 5px;}.subfrmAdd_entryDiv {	padding: 30px 0px;	text-align: center;	background: #fff;}.subfrmAdd_entryDiv .add-row {	top: 5px;	position: relative;	margin-right: 5px;}.subfrmAdd_entryDiv a {	text-decoration: none;}.subfrmAdd_botspace {	padding-bottom: 10px !important; }.subfrmAdd_Txt {	color: #138b54;	font-size: 14px;	font-weight: 600;}.subFormLabelDiv ul li .labelName {	padding: 0;	display: inline-block;	min-width: 40px;	padding-bottom: 0px !important;	width: 150px;}.subFormHorizontal .tempFrmWrapper .tempContDiv {	min-width: 40px;	width: 150px;}.subFormHorizontal li .labelName {	clip: rect(1px, 1px, 1px, 1px);	clip-path: inset(50%);	height: 1px;	width: 1px;	margin: -1px;	overflow: hidden;	padding: 0;	position: absolute;}.subFormHorizontal .name .tempContDiv span {	width: 100%;	margin-bottom: 15px;}  .subFormHorizontal .name .tempContDiv span.last {	margin-top: 10px;}.subFormHorizontal .time .tempContDiv .form_sBox {	min-width: 50px !important;	width: 50px !important;}.subFormHorizontal .time .tempContDiv span {	width: auto;	height: auto;	outline: none;}.tempFrmWrapper.time.zfSubformSelect2 .tempContDiv .select2-container,  .tempFrmWrapper.time.zfSubformSelect2 .tempContDiv .select2-container .selection{  width: 100% !important;}.subFormHorizontal .tempContDiv .form_sBox {	width: 100%;	min-width: 60px;}.subFormHorizontal .tempContDiv input[type="file"] {	width: 100%;}.subFormHorizontal li.file_upload .tempContDiv input[type="file"] {	width: 93%;} .subFormHorizontal .date .tempContDiv input[type="text"] {	width: 127px;} .subFormHorizontal .date-time .tempContDiv input[type="text"] {	width: 159px;} .subFormHorizontal .currency .tempContDiv input[type="text"] {	width: 69px;} .subFormHorizontal li.name .tempContDiv {	min-width: 50px !important;	width: 150px;}.subFormLabelDiv ul li.name .labelName {	min-width: 50px !important;	width: 150px;}.subFormHorizontal .address .tempContDiv .addrCont {	width: 100%;}.subFormHorizontal li.phone .tempContDiv {	min-width: 190px !important;}.subFormLabelDiv ul li.phone .labelName {	min-width: 190px !important;}.subFormHorizontal li.date .tempContDiv {	min-width: 150px !important;}.subFormLabelDiv ul li.date .labelName {	min-width: 150px !important;}.subFormHorizontal li.time .tempContDiv {	min-width: 121px !important;	width: 187px;}.subFormLabelDiv ul li.time .labelName {	min-width: 121px !important;	width: 187px;}.subFormHorizontal li.date-time .tempContDiv {	min-width: 182px !important;}.subFormLabelDiv ul li.date-time .labelName {	min-width: 182px !important;}.subFormHorizontal li.rating .tempContDiv {	min-width: 85px !important;	width: 172px;}.subFormLabelDiv ul li.rating .labelName {	min-width: 85px !important;	width: 172px;}.subFormHorizontal li.decesion .tempContDiv {	min-width: 50px !important;	width: 97px;}.subFormLabelDiv ul li.decesion .labelName {	min-width: 50px !important;	width: 97px;	margin-left: 0 !important;	padding-bottom: 0px !important;	line-height: normal !important;}.subFormHorizontal li.decesion input[type="checkbox"] {	float: none;	margin: 0 auto;}.subFormHorizontal li.zfcheckbox .tempContDiv {	min-width: 50px !important;}.subFormLabelDiv ul li.zfcheckbox .labelName {	min-width: 50px !important;}.subFormHorizontal li.zfradio .tempContDiv {	min-width: 50px !important;}.subFormLabelDiv ul li.zfradio .labelName {	min-width: 50px !important;}.subFormHorizontal li.slider .tempContDiv {	min-width: 200px !important;	margin-left: 0px !important;}.subFormLabelDiv ul li.slider .labelName {	min-width: 200px !important;}.subFormHorizontal li.file_upload .tempContDiv {	min-width: 215px !important;}.subFormLabelDiv ul li.file_upload .labelName {	min-width: 215px !important;}.subFormHorizontal li.address .tempContDiv {	min-width: 120px !important;	width: 150px;}.subFormLabelDiv ul li.address .labelName {	min-width: 120px !important;	width: 150px;}.subFormHorizontal li.currency .tempContDiv {	min-width: 108px !important;	width: 108px;}.subFormLabelDiv ul li.currency .labelName {	min-width: 108px !important;	width: 108px;}.subFormHorizontal li.dropdown .tempContDiv {	min-width: 60px !important;}.subFormLabelDiv ul li.dropdown .labelName {	min-width: 60px !important;}.subFormHorizontal li.email .tempContDiv {	min-width: 77px !important;}.subFormLabelDiv ul li.email .labelName {	min-width: 77px !important;}.subFormHorizontal li.zfradio .tempContDiv .overflow {	overflow: visible !important;} .subFormHorizontal .address .tempContDiv span.addtwo input, .subFormHorizontal .geolocation .tempContDiv span.addtwo input {	width: 100% !important;}.subFormLabelDiv .oneColumns {	padding-bottom: 0 !important;}.subFormHorizontal .imgUploadFld .imgChoiceWrapper {	width: 77% !important;} .subFormHorizontal .mUploadCont {	width: 100% !important;}.subFormHorizontal li.phone .tempContDiv .symbols {	width: 3px;}.empty_label {	width: 48px;}.subformIcn {	width: 48px;}.subfrmWrapper-horizontal ul {	border-bottom: 1px solid #efefef;	padding: 5px 7px 0px 7px;	display: inline-block;	min-width: 98%;}.subfrmWrapper-horizontal ul:last-child {	border-bottom: none;}.subfrmWrapper-horizontal ul.fileUplodBdrbot {	border-bottom: none;	display: block;	min-width: auto;}.subfrmWrapper-horizontal .uploadedCont {	padding: 10px 10px 0px;}.subfrmAddIcn {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -342px -452px;	height: 22px;	width: 22px;	display: inline-block;	cursor: pointer;}.subfrmDelIcn {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -368px -452px;	height: 22px;	width: 22px;	display: inline-block;	cursor: pointer;}.add-row {	background: url(../image/add-new1.c64d81743d0684023d815d8e3e0fc2df.png);	background: url(../image/add-ie.7c0a1cf96bbb4b7e435792f0d58c85fc.png)\9;	display: inline-block;	width: 21px;	height: 21px;	background-size: 21px 21px;	cursor: pointer;	margin-top: 1px;	transition: transform 0.5s ease;	-moz-transition: transform 0.5s ease;	-webkit-transition: transform 0.5s ease;	-o-transition: transform 0.5s ease;}/*.add-row:hover {	-webkit-transform: scale(1.1);	-moz-transform: scale(1.1);	-o-transform: scale(1.1);	transform: scale(1.1);}*/.del-row {	background: url(../image/del-new1.876ebb75cda70aaf1b1fe9f853f0955b.png);	background: url(../image/del-ie.175119457df90d1f5c24c1f287b7818f.png)\9;	display: block;	width: 20px;	height: 20px;	background-size: 20px 20px;	cursor: pointer;	margin-top: 2px;	margin-top: 1px\9;	transition: transform 0.5s ease;	-moz-transition: transform 0.5s ease;	-webkit-transition: transform 0.5s ease;	-o-transition: transform 0.5s ease;}.del-row:hover {	-webkit-transform: scale(1.1);	-moz-transform: scale(1.1);	-o-transform: scale(1.1);	transform: scale(1.1);}.subFormHorizontal .fileUploadWrapper_IE .uploadedCont_IE .uploadFileTitle {	width: 130px;	white-space: nowrap;	text-overflow: ellipsis;	overflow: hidden;	margin-right: 5px;	margin-top: 5px}.subformIcn-vertical {	width: 77px;	position: relative;	right: 0;	bottom: 2px;	padding: 0px 8px 0px 10px;	border: 1px solid #bfbfbf;	border-radius: 50px;	background: #fff;	float: right;	margin-right: 0px !important;}.icon-add-plus-vertical {	background: url(../image/subfrm-ver-plus.5031a3398f00eb2a2dbbb05e7bcf560b.png) no-repeat 0px 4px;	padding: 6px 9px 6px 3px;	cursor: pointer;	background-size: 65%;}.subform_delete-vertical {	background: url(../image/subfrm-ver-plus.5031a3398f00eb2a2dbbb05e7bcf560b.png) no-repeat -22px -4px;	margin-top: 3px;	padding: 4px 6px;	cursor: pointer;}.subfrmWrapper-vertical {	padding: 0;	border: none;}.subfrmWrapper-vertical ul {	padding: 0;	padding-bottom: 10px;	background: #f9f9f9;	border: 1px solid #f3f3f3;	margin-bottom: 30px;}.subfrmWrapper-vertical ul li {	padding: 3px 20px;}.subfrmWrapper-horizontal {	overflow-y: hidden;}.subfrmWrapper-vertical:hover .subformIcn-vertical-li {	display: block;}.subfrmWrapper-horizontal .subformIcn {	display: block;	padding-top: 5px;}.subfrmWrapper-vertical .subformIcn {	display: none;}.subfrmWrapper-horizontal .subformIcn-vertical-li {	display: none;}.subfrmWrapper-vertical .subformIcn-vertical-li {	display: block;}.subFormHorizontal .tempFrmWrapper .labelName {	padding-bottom: 8px;} .sflabelName {	padding-bottom: 8px;}.subfrmEmpty_txtLive {	text-align: center;	padding: 20px 0px;	font-size: 14px;	color: #9a9a9a;	border: 1px solid #eee;	border-width: 1px 0px;}.subfrmWrapper-Cardpopup {    padding: 5px;	background: #f9f9f9;	overflow: hidden;}.leftAlign .subFormLabelDiv .tempFrmWrapper .labelName {	width: 150px;	margin-right: 0;}.leftAlign .subFormHorizontal .tempFrmWrapper .tempContDiv {	margin-left: 0;}.leftAlign .tempFrmWrapper .sflabelName {	width: inherit !important;	float: none !important;	display: block;}.leftAlign .subFormHorizontal .tempFrmWrapper .labelName {	width: auto;	float: none;}.leftAlign .subFormLabelDiv ul li.time .labelName {	width: 187px;}.leftAlign .subFormLabelDiv ul li.decesion .labelName {	width: 97px;}.leftAlign .subFormLabelDiv ul li.currency .labelName {	width: 108px;}.leftAlign .subFormLabelDiv ul li.rating .labelName {	width: 172px;}.rightAlign .subFormLabelDiv .tempFrmWrapper .labelName {	width: 150px;	margin-right: 0;	text-align: inherit;}.rightAlign .subFormHorizontal .tempFrmWrapper .tempContDiv {	margin-left: 0;}.rightAlign .subFormHorizontal .tempFrmWrapper .labelName {	text-align: left;	float: none;	width: auto;}.rightAlign .tempFrmWrapper .sflabelName {	width: inherit !important;	text-align: left;	float: none;	display: block;}.rightAlign .subFormLabelDiv ul li.time .labelName {	width: 187px;}.rightAlign .subFormLabelDiv ul li.decesion .labelName {	width: 97px;}.rightAlign .subFormLabelDiv ul li.currency .labelName {	width: 108px;}.rightAlign .subFormLabelDiv ul li.rating .labelName {	width: 172px;}.labelright li .labelName {	text-align: right !important;}.labelcenter li .labelName {	text-align: center !important;}.tempSubfrmWrapper .uploadedCont li {	width: 100%;}.tempSubfrmWrapper .uploadedCont .uploadFileTitle {	max-width: 55%;}.tempSubfrmWrapper .uploadedCont .attachDelete {	right: 4px;	top: 8px;}.subFormHorizontal .namemedium .nameWrapper {	width: 100%;}.subFormHorizontal .namemedium .tempContDiv span {	margin-left: 0;}.subFormHorizontal .namemedium .threeType li {	width: 100%;	display: block;	padding: 0 !important;}.subFormHorizontal .namemedium .salutationWrapper .salutation {	width: 50%;}.subFormHorizontal .namemedium .salutationWrapper li {	width: 100%;	display: block;	padding: 0 !important;}.credCardAccNme {	margin-bottom: 15px;}.credCardAccNme input {	width: 100%;}.matrixNewWrapper table th {	    min-width: 72px;	    word-break: initial;}.matrixNewWrapper .zf_selectbox select {	padding-right: 19px;	width: 250%\9 !important;}.zf_selectbox select {    border: 0;    width: 100%;    font-size: 13px;    outline: none;    margin: 0;    appearance: none;    -moz-appearance: radio-container;    -webkit-appearance: none;    background: transparent;    text-overflow: ellipsis;    webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    -o-user-select: none;    user-select: none;    font-weight: 400;    font-family:'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Arimo,Helvetica,sans-serif;    text-indent: 0.01px;    padding: 3px;    white-space: nowrap;}.matrixNewWrapper .zf_selectbox {    position: relative;}.zf_selectbox {    border: 1px solid #DDDDDD;    overflow: hidden;}select::-ms-expand { display: none;}.matrixTable.matrixNewWrapper .zf_selectbox:after, .matrixTable.matrixNewWrapper .zf_selectbox:before {	top: 38%;	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;	right: 10px;}.matrixTable.matrixNewWrapper .zf_selectbox:after {	border-color: rgba(255, 255, 255, 0);	border-top-color: #fff;	border-width: 3px;	margin-right: -3px;}.matrixTable.matrixNewWrapper .zf_selectbox:before {	border-color: rgba(255, 255, 255, 0);	border-top-color: #444444;	border-width: 5px;	margin-right: -5px;}.fmSmtButton {	position: relative;	overflow: hidden;	}.allow-dropdown.phCodeWrapper input[type="text"] {	width: 100%;}.allow-dropdown.phCodeWrapper span {	float: none !important;	display: inline !important;}.allow-dropdown .selected-flag:focus {	outline: none;}.allow-dropdown.phCodeWrapper .country-list {	width: 300px !important;	overflow-x: hidden;}.subFormHorizontal .phCodeWrapper {	width: 100% !important;}.subFormHorizontal .country-list li {	display: block;}.credCardOutWrapper .StripeElement {	padding: 6px;	border: 1px solid #e5e5e5;	border-radius: 2px;}.error1 .StripeElement {	border: 1px solid #DF0000 !important;}.currency .tempContDiv .symbolBefore {	font-size: 14px;	font-weight: bold;	margin-top: 4px;	margin-right: 5px;	width: auto;	margin-left: 0;	float: left;}.oneColumns .tempContDiv span label, .twoColumns .tempContDiv span label, .threeColumns .tempContDiv span label, .sideBySide .tempContDiv span label{ line-height: 1.5; font-size: 14px; }.email .tempContDiv .confrmEmailDiv{padding-top:15px;}.email .tempContDiv span{ display:block;}.email .tempContDiv span label{ color:#888888; padding-top:3px; font-size:11px; display:block;}.tempContDiv .confrmNumberDiv{padding-top:15px; display: block;}.subFormHorizontal .email .tempContDiv .confrmEmailDiv, .subFormHorizontal .tempContDiv .confrmNumberDiv{ margin-top:33px;}.subFormHorizontal .email .tempContDiv span, .subFormHorizontal .tempContDiv .confrmNumberDiv { padding-top:0;}.rtlWrapper{ direction:rtl;}.rtlWrapper .zfradio .tempContDiv span input[type="radio"]{ float:right;}.rtlWrapper .zfradio .tempContDiv span{ float:right;}.rtlWrapper .zfcheckbox .tempContDiv span input[type="checkbox"]{ float:right;}.rtlWrapper .zfcheckbox .tempContDiv span{ float:right;}.rtlWrapper .zfradio .tempContDiv span label{ margin-right:20px;}.rtlWrapper .zfcheckbox .tempContDiv span label{ margin-right:20px;}.rtlWrapper .zfradio .overflow, .zfcheckbox .overflow{ padding-right:2px;}.rtlWrapper .name .tempContDiv span, .rtlWrapper .phone .tempContDiv span, .rtlWrapper .time .tempContDiv span{ float:right;}/*.rtlWrapper .address .tempContDiv span, .rtlWrapper .geolocation .tempContDiv span{ 	margin-right:0%; 	margin-left:0%;}*/.rtlWrapper .address .tempContDiv span.addtwo{margin-left: 2%; margin-right: 0 !important; float: right !important;}.rtlWrapper .matrixTable tbody th{ text-align:right;}.rtlWrapper .removeRating{padding: 0 0 0 8px;}.rtlWrapper .merchantTypeWrapper em{ float:right; margin-left:2px; margin-right:0;}.rtlWrapper .merchantTypeWrapper a{ padding:3px 4px 0px 8px;}.rtlWrapper .ratingWrapper a{  	float:right; 	margin: 0 1px 6px 6px;}.rtlWrapper .crm_Deleticon{ margin-right:-24px;}.rtlWrapper .crminput_Wrap .crm_inputlength{ float:right;}.rtlWrapper .crm_iconImg{ right:2px; left:auto;}.rtlWrapper .crm_searchImg{ margin-right:-36px;}.rtlWrapper .crm_loadeImg{ margin-right:-30px;}.rtlWrapper .decesion label{ text-align:right !important; margin-right:25px !important;}.rtlWrapper .decesion input[type="checkbox"]{ float:right;}.rtlWrapper .date .tempContDiv input[type="text"]{ float:right; direction:ltr; text-align:right;}.rtlWrapper .date .tempContDiv span label{ text-align:right;}.rtlWrapper .calendarCont .calIconWrapper{	padding-left: 0;	padding-right: 8px;}.rtlWrapper .name .tempContDiv span{ margin-left:0; margin-right:2%;}.rtlWrapper .namesmall .tempContDiv span:first-child{ margin-right: 0;    }.rtlWrapper .namemedium .tempContDiv span:first-child{ margin-right:0;}.rtlWrapper .namelarge .tempContDiv span:first-child{ margin-right:0;}.rtlWrapper .pageFotDef .alignNext{ float:left;}.rtlWrapper .footerPgNum{ text-align:left;}.rtlWrapper .currency .tempContDiv .symbol{ margin-right:5px; margin-left:0;}.rtlWrapper .topAlign .imgUploadType .imgChoiceWrapper{ margin-left:2%; margin-right:0;}.rtlWrapper .zoomIcon{ left:-3px; right:auto;}.rtlWrapper .tickIcon{ right:-3px; left:auto;}.rtlWrapper .termsAccept input[type="checkbox"]{ float:right;}.rtlWrapper .termsWrapper .labelName{ text-align:right !important;}.rtlWrapper .termsAccept .descFld{ margin-right:20px; margin-left:0; text-align:right;} .rtlWrapper .pageFotDef .prevAlign{ float:right; margin-left:10px; margin-right:0;}.rtlWrapper .merchantTypeWrapper a{ float:right; margin-right:0; margin-left:10px;}.rtlWrapper .pmnt .disabledField input[type="text"]{ float:right;}.rtlWrapper .pmnt .tempContDiv .symbol{ margin-left:0; margin-right:5px;}.rtlWrapper .pBarWrapper em.pNumber{ right:auto; left:-16px;}.rtlWrapper .removeBdr .ppDeleteIcon{ left:15px; right:auto;}.rtlWrapper .form_sBox .customArrow{ left:6px; right:auto; }.rtlWrapper .currency .tempContDiv .symbolBefore{ float:right; margin-left:5px; margin-right:0;}.rtlWrapper .uploadIcon{ margin-left:5px; margin-right:0;}.rtlWrapper .form_sBox select{ padding-right:3px; padding-left:13px; position:relative;} .rtlWrapper .uploadedCont li{ float:right;}.rtlWrapper .uploadedCont .previewWrapper{ float:right; margin-right:0; margin-left:10px;}.rtlWrapper .uploadedCont .uploadFileTitle{ float:right;}.rtlWrapper .uploadedCont .attachDelete{ right:auto; left:9px;}.rtlWrapper .matrixTable.matrixNewWrapper .zf_selectbox::after{ margin-left:-3px; margin-right:0;}.rtlWrapper .matrixTable.matrixNewWrapper .zf_selectbox::after, .rtlWrapper .matrixTable.matrixNewWrapper .zf_selectbox::before{ right:auto; left:10px;}.rtlWrapper .matrixTable.matrixNewWrapper .zf_selectbox::before{ margin-left:-5px; margin-right:auto;}.rtlWrapper .subFormLabelDiv ul li.decesion .labelName{ margin-right:0 !important;}.rtlWrapper .subFormHorizontal .currency .tempContDiv .symbol{ float:left;}.rtlWrapper .subfrmWrapper-horizontal ul li.rating .ratingWrapper{ margin-left:0; margin-right:20px;}.rtlWrapper .subFormHorizontal li.decesion input[type="checkbox"]{ float:right !important;}.rtlWrapper .subformIcn-vertical{ float:left;}.rtlWrapper .uploadContainer .floatText b{ display:inline-block;}.rtlWrapper .matrixNewWrapper .zf_selectbox select{ padding-right:5px; padding-left:19px;}.rtlWrapper .slider .sliderValue{ float:right; text-align:right;}.rtlWrapper .slider .rt{ float:left; text-align:left;}.rtlWrapper .slider .slideActCont{ left:auto; right:-18px;}.rtlWrapper .slider .sliderCont{ margin-right: 7px;}.rtlWrapper .newEntryLink .livePDFIcon, .rtlWrapper .newEntryLink .liveAddIcon, .rtlWrapper .newEntryLink .liveEditIcon{ float:right; margin-left:5px;}	.rtlWrapper .verification .captchaActInnerCont{ float:right; margin-right:0; margin-left:8px;}.rtlWrapper .verification input[type="text"]{ margin-right:0;}.rtlWrapper .verification .captchaRefresh{ float:right;}.rtlWrapper .fileUploadInputWrapper .fileUploadInputCont{ margin-right:0px\9; float:right\9;}.rtlWrapper .termsWrapper .tempContDiv{ margin-right:0 !important;}.rtlWrapper .subFormHorizontal .name .tempContDiv span{ margin-right:0;}.rtlWrapper .cardHeadCont .crdAmtCont{ float:right;}.rtlWrapper .cardHeadCont .crdAmt{ float:right;}.rtlWrapper .alignSubmit .saveBtn, .rtlWrapper .alignSubmit .reviewBtn{ margin-right:0; margin-left:7px;}.rtlWrapper .alignNext .saveBtn{ margin-right:0; margin-left:7px;}.rtlWrapper .intl-tel-input.allow-dropdown .flag-container{ right:0; left:auto;}.rtlWrapper .intl-tel-input .selected-flag .iti-arrow{ left:6px; right:auto;}.rtlWrapper .intl-tel-input.separate-dial-code .selected-dial-code{ padding-right:34px; padding-left:0;}.rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel]{ padding-left:0 !important; padding-right:92px;}.rtlWrapper .leftAlign .tempFrmWrapper .labelName{ float:right; margin-right:0;}.rtlWrapper .leftAlign .tempFrmWrapper .tempContDiv{ margin-right: 35%;margin-left: 0;}.rtlWrapper .leftAlign .subFormHorizontal .tempFrmWrapper .tempContDiv{ margin-right:0;}.rtlWrapper .rightAlign .tempFrmWrapper .labelName{ float:right; text-align:left; margin-right:0;}.rtlWrapper .rightAlign .subFormLabelDiv .tempFrmWrapper .labelName{ text-align:right;}.rtlWrapper .rightAlign .tempFrmWrapper .tempContDiv{ margin-right: 35%;margin-left: 0;}.rtlWrapper .rightAlign .subFormHorizontal .tempFrmWrapper .tempContDiv{ margin-right:0;}.rtlWrapper .leftAlign .subFormHorizontal .tempFrmWrapper .labelName{ float:none;}.rtlWrapper .rightAlign .subFormHorizontal .tempFrmWrapper .labelName{ float:none; text-align:right;}.rtlWrapper .leftAlign .decesion .tempContDiv, .rtlWrapper .rightAlign .decesion .tempContDiv{ margin-right:0;}.rtlWrapper .intl-tel-input{ direction:ltr; text-align:right;}.rtlWrapper .intl-tel-input input, .rtlWrapper .intl-tel-input input[type=text], .rtlWrapper .intl-tel-input input[type=tel] {  	text-align: right;}.rtlWrapper .rightAlign .tempFrmWrapper .sflabelName{ text-align: right !important;  float: none;}.rtlWrapper .intl-tel-input .selected-flag {  	padding-left: 0; }.gmapBtnDisabled {    opacity: 0.4;    cursor: default;}.rtlWrapper .zmap-searchbox-search-icon{ 	margin-left: auto;	margin-right: 15px; }.rtlWrapper .zmap-searchbox-inputbox, .rtlWrapper .zmap-searchbox-inputbox:focus{	margin-right: -29px !important;	margin-left: auto !important;	padding: 10px 40px 10px 8px !important;}.rtlWrapper .zmap-searchbox-dropdown-list > div{	padding: 0 0 0 15px !important;}.subFormHorizontal .currency .tempContDiv .symbol {	float: right;}.removeRating, .ratingCount{ 	display: none !important;}.removeRating {	display: table-cell;	vertical-align: top;	padding-right: 8px;}.removeRating  .icon-rating-close{ 	width: 17px;    height: 17px;    fill:#ffffff;    stroke: #939393;}.ratingWrapper a{	float: left;	margin: 0 6px 6px 1px;	display: block;}.upgradeWrap {	width: 800px;	margin: 0 auto;}.upgradeWrap .upgradePopup {	margin-top: 40px;}.upgradeWrap .upgradePopup em {	display: block;	margin-top: 10px;	font-size: 14px;	color: #888;}.upgradeWrap .upgradePopup b {	font-size: 14px;}.upgradeWrap .upgradePopup b a {	font-size: 14px;}.ratingCount {	padding: 0;	font-size: 12px;	color: #939393;	display: table-cell;	vertical-align: top;}.ratingCount .ratingCountNum{	display: block;	white-space: nowrap;}.rtlWrapper .intl-tel-input .selected-flag .iti-flag {  	right: 8px; left:auto;}.rtlWrapper .intl-tel-input .country-list {	text-align: right;}.rtlWrapper .intl-tel-input .country-list li{	direction:rtl;}.rtlWrapper .intl-tel-input .country-list .flag-box, .rtlWrapper .intl-tel-input .country-list .country-name, .rtlWrapper .intl-tel-input .country-list .dial-code {  	margin-left: 6px;  	margin-right: 0; display:inline-block;}.rtlWrapper .intl-tel-input .country-list .flag-box {	float: none;	padding-top: 3px;}.rtlWrapper .intl-tel-input .country-list .country-name {	float: none;}.rtlWrapper .intl-tel-input.allow-dropdown input, .rtlWrapper .intl-tel-input.allow-dropdown input[type=text], .rtlWrapper .intl-tel-input.allow-dropdown input[type=tel], .rtlWrapper .intl-tel-input.separate-dial-code input, .rtlWrapper .intl-tel-input.separate-dial-code input[type=text], .rtlWrapper .intl-tel-input.separate-dial-code input[type=tel] {    padding-right:52px; padding-left:6px !important;}.rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] { padding-left:0 !important; padding-right:76px;}.rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] { padding-right:84px; padding-left:0px !important; }.rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .rtlWrapper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel]{ padding-right:100px; padding-left:0px !important;}.rtlWrapper input{ direction:rtl;}.rtlWrapper textarea{ direction:rtl;}.rtlWrapper .progressBarWrapper{margin-right:40px !important; margin-top: 7px !important; margin-left: 5px !important;}.rtlWrapper .saveBtnCont, .rtlWrapper .reviewBtnCont {	margin-right:0px;}.fileUploadError {	border-color: red !important;}.errorCountTxt{ color:#ff0000 !important;}.countMessage {font-size:12px; text-align:right;color:#777777;padding-top:5px;display:none;}.small .tempContDiv .countMessage{ width:50%;}.medium .tempContDiv .countMessage{ width:75%;}.large .tempContDiv .countMessage{ width:99%;}.countAlertOver{    position: absolute;    right: 14px;    background: rgba(255, 255, 255, 0.8);    bottom: 2px;    width: auto;    padding: 1px 8px;    font-size: 11px;    border: 1px solid #ddd;    border-radius: 10px;}    .countWrd{ position: relative;}    .countWrd textarea{ vertical-align: text-bottom;}.slider .tempContDiv .ui-widget-content {	background-color: #eaeaea;	border: none;	-webkit-border-radius: 32px !important;	-moz-border-radius: 32px !important;	border-radius: 32px !important;	opacity: 1}.slider .tempContDiv .ui-slider .ui-slider-range {	background: #4d8ef1;	border: none;	-webkit-border-radius: 30px !important;	-moz-border-radius: 30px !important;	border-radius: 30px !important;	top: 0px;}.slider .tempContDiv .ui-slider-horizontal .ui-slider-range-min {	left: -1px;}.slider .ui-state-default, .slider .ui-widget-content .ui-state-default, .slider .ui-widget-header .ui-state-default {	background: #ffffff;	cursor: pointer !important;	height: 20px;	width: 20px;	position: absolute;	top: -7px;	z-index: 1 !important;	margin-left: -9px;	-webkit-border-radius: 30px !important;	-moz-border-radius: 30px !important;	border-radius: 30px !important;	border: 1px solid #4d8ef1;	-webkit-box-shadow: 0 0 2px #9F9F9F;	-moz-box-shadow: 0 0 2px #9F9F9F;	box-shadow: 0 0 2px #9F9F9F;	text-decoration: none;}.slider .ui-state-default, .slider .ui-widget-content .ui-state-default.zf-sliderState {    z-index: 0 !important;}.slider .tempContDiv .ui-slider .ui-slider-range {    z-index: 0;}.slider .sliderValueCont {	padding: 0;    font-size: 11px;    position: relative;    top: 2px;}.slider .sliderValue {	text-align: left;	color: #999;}.slider .sliderValue em {	display: block;}.slider .rt {	text-align: right;}.slider .slideActCont {	background: rgba(77, 142, 241, 0.9);	color: #fff;	padding: 3px;	display: inline-block;	position: relative;	top: -25px;	min-width: 50px;	left: -18px;	text-align: center;	font-size: 11px;	text-decoration: none;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;}.slider .slideArrow{  	background: none;	bottom: -3px;	left: 45%;	position: absolute;	width: 0;	height: 0;	border-left: 3px solid transparent;	border-right: 3px solid transparent;	border-top: 3px solid rgba(77, 142, 241, 0.9);}.ui-slider-horizontal {	height : 0.9em;}.slider .ui-widget-content, .date .ui-widget-content {	background: none;}.sliderValueCont.sliderValueEdtRcd {    margin-bottom: 5px;}.calendarIcon {	background: url("../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif") no-repeat scroll 0 -22px transparent;	height: 16px;	width: 16px;}.warningIcon {	background: url("../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png") no-repeat scroll -371px -193px #2F404E;	width: 30px;	height: 30px;	-webkit-border-radius: 25px;	-moz-border-radius: 25px;	border-radius: 25px;}.errorIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -2px -82px;	width: 37px;	height: 37px;}.deleteAlertIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -92px -164px;	width: 37px;	height: 37px;}.successIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -45px -164px;	width: 37px;	height: 37px;}.closeBtn {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -19px -22px;	width: 14px;	height: 14px;}.printIcon {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -100px -116px;	width: 18px;	height: 16px;}.exportIcon1 {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -77px -122px;	width: 18px;	height: 16px;}.loadSuccess {    background: #fbedb9;    border: 1px solid #EFC571;    color: #222;    padding: 1px 25px 2px 15px;    border-top: none;    font-weight: 600;}.loadingCont {    top: 0;    left: 41%;    position: fixed;    text-align: center;    z-index: 999;    background: #FFF7D0;    font-size: 13px;    color: #000;    padding: 0 15px;    display: inline-block;    -webkit-border-radius: 0 0 2px 2px;    -moz-border-radius: 0 0 2px 2px;    border-radius: 0 0 2px 2px;    line-height: 2;    border: 1px solid #DFAF38;    border-top: none;}.loadSuccess em {    display: inline-block;    margin-right: 5px;}.crm_loadeImg {	background: none !important;	border: none !important;	top: 2px;	width: 33px;	height: 24px;	padding: 3px;	position: absolute;	opacity: 1;	cursor: pointer;	margin-left: -32px;}.crm_loadeImg .sLoad {	top: 4px !important;}.crminput_Wrap .ruleDropDown {	top: 30px;}.crm_loadeImg .sLoad {    top: 2px !important;}.loadSuccess .sLoad {    position: relative;    top: 3px;}.loadSuccess em {    display: inline-block;    margin-right: 5px;}.sLoad {    background: url(../image/load.e3e73ed83ddd81f42d399e9bdc15d553.gif);    width: 16px;    height: 16px;}.smallTickIcon {    background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -353px -108px;    width: 14px;    height: 12px;}.crminput_Wrap {	position: relative;}.crm_iconImg {	background: url(../image/live-spritimg.b359c154f564e59ca1ef7fa8ab97d3b6.gif) no-repeat -8px -7px;	width: 35px;	height: 24px;	padding: 2px;	position: absolute;	opacity: .7;	left: 2px;	top: 2px;	z-index: 99;}.crm_searchImg {	background: url(../image/live-spritimg.b359c154f564e59ca1ef7fa8ab97d3b6.gif) no-repeat -49px -5px;	top: 1px;	width: 33px;	height: 24px;	padding: 3px;	position: absolute;	opacity: 1;	cursor: pointer;	margin-left: -36px;}.crm_searchImg:hover {	opacity: 1;}.crminput_Wrap .crm_inputlength {	padding: 5px 36px 5px 37px !important;	text-overflow: ellipsis;	overflow: hidden;	white-space: nowrap;}.crm_Deleticon {	position: absolute;	top: 10px;	margin-left: -24px;}.crminput_Wrap .ppDeleteIcon {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -22px -73px;	cursor: pointer;}.crm_loadeImg {	background: none !important;	border: none !important;	top: 2px;	width: 33px;	height: 24px;	padding: 3px;	position: absolute;	opacity: 1;	cursor: pointer;	margin-left: -32px;}.crm_loadeImg .sLoad {	top: 4px !important;}.crminput_Wrap .ruleDropDown {	top: 30px;}.ruleDropDown .addSelect {	background: #3E8AD8;	color: #fff;}.shareWrapper .actDivWrapper {	margin-left: 0px;}.ruleDropDown li:hover {	background: #3E8AD8;	color: #fff;}.subContWrap .crminput_Wrap li {	position: static !important;}.previewPageHeader .logoContainer {	display: block;	margin-left: 10px;	margin-top: 12px;}.disabled input[type="text"], .disabled input[type="file"], .disabled .form_sBox, .disabled textarea, .pmnt .disabledField input[type="text"] {	border: 1px solid #d2d2d2 !important;    background: #f0f0f0 !important;}.disabled .ratingWrapper {	opacity: 0.5;}/* This affects font color of multiselect in theme builder. Font color is returned as transparent instead of #000000.select, select:-moz-focusring, select::-moz-focus-inner {color: transparent !important;text-shadow: 0 0 0 #000 !important;}*/.templateWrapper, .tyTemplateWrapper, .tempHeadBdr, .footerWrapper, .subContWrap, .formFieldWrapper > .tempFrmWrapper, .formFieldWrapper > .section, .sfCardDiv {	/* 	Dont remove this hidden. When radius is applied in themes, content needs to be hidden. 		If needed place content outside templateWrapper float content dynamically like crm field listing.	*/	overflow: hidden;}.leftAlign .formFieldWrapper > .slider, .rightAlign .formFieldWrapper > .slider{	padding-top: 25px !important;} .textBold{font-weight: 600;}.dim-div1.screenFreeze{z-index: 1000 !important}.phone .tempContDiv .phoneFieldConfirm { padding-top: 15px;}.subFormHorizontal .phone .tempContDiv .phoneFieldConfirm {    padding-top: 0;    margin-top: 33px;}.subFormHorizontal .phone .tempContDiv .phoneUSAConfirm {    margin-top: 16px;}.sfpopvwFooter{ text-align:center;}.sfPopCloseIcn{position: absolute;right:0px;background:#000;border: 1px solid #000;padding:6px;border-radius: 30px;top:-34px; cursor:pointer; z-index:1;}.dim-div-sf {    display: block;    height: 100%;    left: 0;    margin: 0;    padding: 0;      position: fixed;    top: 0;    background:rgba(0,0,0,0.8);    width: 100%;    z-index: 500;	background-color:#222222\9;}.sfCardDiv {border: 1px solid #DDD; }.sfCardWrapper{}.sfCardDiv{width: 100%; display: inline-block;vertical-align: top; background: #fff; height: 116px; margin-bottom: 10px; position: relative; box-sizing: border-box;}.sfCardDiv .labelCont{ font-size: 13px; width: 48%; display: inline-block; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; font-weight: normal; box-sizing: border-box;}.addEntryIconplus svg{width:20px; height:20px; fill:#24A68A;}.addEntryIconplus{ display:inline-table !important; text-align: center; padding-top:0px !important;font-size: 30px; cursor: pointer; vertical-align: bottom !important;} .sfTrashicn{background:url(../image/trash-icn.f62ac37cf02b214d54319e1279175644.png); display:inline-block; width:15px; height:15px; background-size:15px 15px; cursor:pointer; margin-top:1px;transition: transform 0.5s ease;-moz-transition: transform 0.5s ease;-webkit-transition: transform 0.5s ease;-o-transition: transform 0.5s ease;}.sfEditpen{background:url(../image/edit-pencil.5a5746290f8cb62a2bc8dc1fda357df0.png); display:inline-block; width:15px; height:15px; background-size:15px 15px; cursor:pointer; margin-top:1px;transition: transform 0.5s ease;-moz-transition: transform 0.5s ease;-webkit-transition: transform 0.5s ease;-o-transition: transform 0.5s ease;}.cardOverDiv{ padding:0px; position: absolute; bottom: 0; box-sizing: border-box; width: 100%; background: #fff; overflow: hidden;		height: 0; left: 0;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);    -webkit-transition: height 0.2s ease;    transition: height 0.2s ease; 	box-shadow: 0px -1px 3px #e0e0e0;}.sfCardDiv:hover .cardOverDiv, .sfCardDiv:focus .cardOverDiv{  height: 30px; }.addEntryIconplus a:hover{ text-decoration: none !important;}.icnsplitBar{ margin: 0px 10px; color: #a2a2a2;}.addEntryIconplus span{ color: #24A68A;}.cardRowDiv{ padding: 8px 12px; box-sizing: border-box;position: relative;}.sfCardDiv .lableText{ padding-right: 20px; color: #666;}.cardOverDivSpace{ 	padding:6px 10px;	display: flex;    justify-content: flex-end;    align-items: center;}.sfPopCloseIcn .ppDeleteIcon{ background:url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -191px -117px; height: 12px;}.sfpopbtnlabel{ font-size: 14px; font-weight: normal; color: #24A68A; max-height: 60px; overflow: hidden; padding: 0px 10px;}.sfCardError{ border:1px solid #ff0000; }.sfCardValign{ display: table-cell; vertical-align: middle;}.addEntryIconLabel {	position: relative;}.pageReviewPopUp {	width: 650px;	margin-bottom: 30px;}.pageReviewPopUp .popUpInner {	border: none !important;}.pageReviewPopUp .popupHeader {	position: relative;    height: 35px;    border-bottom: 1px solid #dedede;    margin-bottom: 15px;    padding: 0 10px;}.reviewHeader {    font-weight: bold;    font-size: 17px;    color: #222;}.pageReviewPopUp .popupHeader .ppDeleteIcon {	margin-right: 0 !important;	margin-top: 4px !important;	padding: 0;	position: absolute;	right: 10px;}.zfReviewWrap tr .reviewPageTitle {	color: #222;	font-weight: bold;}.pageReviewPopUp .popUpInner {	background: #fff !important;	padding: 15px 10px 10px;}.zfReviewWrap .zf-fscreenSummaryCont {	width: 700px;	margin: 30px auto;	background: #fff;}.pageReviewPopUp .popupMainCont {	padding: 0 20px;}.zfReviewWrap {	color: #000;	border-bottom: 0 !important;	margin-bottom: 25px;}.zfReviewWrap span {    font-size: 15px;    color: #898989;    margin-bottom: 10px;    display: block;}.zfReviewWrap table {	border: 1px solid #e8e8e8 !important;	border-collapse: collapse;	border-spacing: 0;	margin-top: 10px;}.zfReviewWrap tr {	border-bottom: 1px solid #e8e8e8;}.zfReviewWrap .labelCont {	border-right: 1px solid #e8e8e8;	width: 50%;	font-size: 14px;	color: #717171;	height: 18px;}.zfReviewWrap tr td {	padding: 8px 20px;	width: auto;	font-size: 15px;	color: #222;	letter-spacing: 0.3px;	vertical-align: top;	word-break: break-word;	word-wrap: break-word;	position: relative;}.zfReviewWrap .matrixNewRecord {	border: 1px solid #e8e8e8;}.zfReviewWrap .matrixQuestionWrap {	border-bottom: 1px solid #E8E8E8;	padding: 15px;}.zfReviewWrap .matrixQuestionWrap:last-child {    border-bottom: 0px;}.zfReviewWrap .matrixNewRecord h5 {	color: #222;	margin: 0 0 0 0;	font-size: 14px;}.zfReviewWrap .matrixNewRecord .summaryMtrixList {	margin-top: 17px;}.zfReviewWrap .summaryMtrixList p, .zfReviewWrap .summaryMtrixList span {	font-weight: normal;	margin-bottom: 5px;	font-size: 14px;	color: #777777;}.zfReviewWrap .summaryMtrixList span {	color: #444;	font-size: 13px;}.zfReviewWrap .subform_text {	font-weight: bold;	font-size: 15px;	margin-bottom: 10px;}.zfReviewWrap .zf-sformCount {	margin-bottom: 12px;	display: block;	color: #909090;}.zfReviewWrap .recSumsf table {	border: 1px solid #E4E4E4;	margin-bottom: 10px;}.zfReviewWrap .zfReviewWrap table {	border-collapse: collapse;	border-spacing: 0;}.pageReviewPopUp .popUpOuterSave {	width: 650px;}.zfReviewWrap .imgfileUpload {	width: 50%;	float: left;	text-align: center;	font-size: 12px;	max-height: 10px;	max-height: 95px;	letter-spacing: 0.3px;	margin-bottom: 15px;}.zfReviewWrap .imageFile {	margin-bottom: 5px;	position: relative;	display: inline-block;	border: 1px dashed #ddd;	background: #fff;	width: 50px;	height: 50px;}.zfReviewWrap .Over_Icon {	width: 100%;	height: 100%;	fill: #4D4D4D;	display: none;	position: absolute;	background: rgba(255, 255, 255, 0.5);	top: 0;	left: 0;	z-index: 1;}.zfReviewWrap .imageFile:hover .Over_Icon {	display: block;	cursor: pointer;}.zfReviewWrap .zoomIcon {	right: 15px;	top: 15px;}.zfReviewWrap .imageFile:hover .zoomIcon {	display: block;}.zfReviewWrap .imageFile img {	max-width: 50px;	max-height: 50px;	background: #fff;	cursor: pointer;	position: absolute;	left: 50%;	top: 50%;	margin-right: -50%;	transform: translate(-50%, -50%);}.zfReviewWrap .imgfileUpload a {	text-align: center;	display: inline-block;	color: #444 !important;}.zfReviewWrap .imgfileUpload a:hover{text-decoration: none;}.zfReviewWrap .imgfileName {	overflow: hidden;	float: left;	max-width: 90px;	text-overflow: ellipsis;	white-space: nowrap;	text-transform: lowercase;}.reviewFileIcon {	margin-bottom: 5px;	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -2px -25px;	display: inline-block;	    width: 22px;    height: 18px;}.reviewNoFields, .reviewNoEntry {    border: 1px solid #e8e8e8;    padding: 10px 5px;    margin: 15px 0 0;}.reviewNoEntry {    margin: 15px 0 10px;}.reviewNoFields p, .reviewNoEntry p {    text-align: center !important;    font-size: 14px !important;    margin-bottom: 0px !important;    color: #898989;}.zfReviewWrap .important {	margin-left: 5px;}.rtlWrapper .zfReviewWrap .labelCont {	border-left: 1px solid #e8e8e8;}.rtlWrapper .popUpOuterSave .popupMainCont .zfReviewWrap p {	text-align: right;	margin-right: 0px;}.rtlWrapper .zfReviewWrap .imgfileUpload {	float: right;}.rtlWrapper .pageReviewPopUp .popupHeader .ppDeleteIcon {	left: 10px;	right: inherit;}.rtlWrapper .reviewHeader {	float: right;}.pmnt .tempContDiv .pmtActionField .symbolBefore {    font-size: 18px;    font-weight: bold;    margin-top: 3px;    margin-right: 5px;    width: auto;    float: left;    margin-left: 0;}.rtlWrapper .pmnt .tempContDiv .pmtActionField .symbolBefore {    float: right;    margin-left: 5px;    margin-right: 0;}.sfthankyouInline{width: 100%;display: block;border: 1px solid #d2d2d2;overflow: auto;}.sfthankyouInline table{ width:100%; border-collapse: collapse; }.sfthankyouInline table tr th{ border-right: 1px solid #d2d2d2; padding: 5px 10px; text-align: left;  min-width:80px; }.sfthankyouInline table tr td{ border-right: 1px solid #d2d2d2; border-top:1px solid #d2d2d2; padding: 5px 10px; text-align: left;}.sfthankyouInline table tr td:last-child{ border-right:none;}.sfthankyouInline table tr th:last-child{ border-right:none;}.sfthankyouInline .sfTotTxtEntry{ font-style:italic; display: inline-block;}.sfthankyouInline .sfTotLblEntry{ font-style:italic; padding-right:4px;}.sfthankyouSummary{}.sfthankyouSummary table{  width:100%; border-collapse: collapse; border: 1px solid #d2d2d2;}.sfthankyouSummary table tr th{  border-top:1px solid #d2d2d2; border-right:1px solid #d2d2d2; padding: 8px 10px; text-align: left; width:50%;}.sfthankyouSummary table tr td{  border-top:1px solid #d2d2d2; border-right:1px solid #d2d2d2; padding: 8px 10px; text-align: left; width:50%;}.sfthankyouSummary table tr{ border-collapse: collapse;}.advLabelName{ font-weight: normal !important; }.advLabelName > span > br:last-child { display: none;}.advLabelName > span > div:last-of-type br:last-of-type { display: none;}.advLabelName > div:last-of-type br:last-of-type { display: none;}.advLabelName div:last-of-type { display:inline-block;}.advLabelName div:first-child {    display: inline;}.advLabelName b{	font-weight: bold;}.advLabelName i{	font-style: italic;}.medium .formulaUnitDv input[type="text"]{ width: 63%;}.large .formulaUnitDv input[type="text"]{ width: 75%;}.formulaUnitDv .symbol{ font-weight: bold; font-size: 13px; margin-left: 3px;}.formulaUnitDv .symbolBefore{ margin-right: 3px;font-weight: bold; font-size: 13px;}.subFormHorizontal div.formulaUnitDvTemp {	width: auto !important;}.subFormHorizontal .formulaUnitDv .symbol{ display:none !important;}.subFormHorizontal .formulaUnitDv .symbolBefore{display:none !important;}.medium .fieldUnitDv input[type="text"]{ width: 63%;}.large .fieldUnitDv input[type="text"]{ width: 75%;}.nlarge .fieldUnitDv input[type="text"]{ width: 75%;}.fieldUnitDv .symbol{ font-weight: bold; font-size: 13px; margin-left: 3px;}.fieldUnitDv .symbolBefore{ margin-right: 3px;font-weight: bold; font-size: 13px;}.subFormHorizontal .fieldUnitDv .symbol{ display:none !important;}.subFormHorizontal .fieldUnitDv .symbolBefore{display:none !important;}.MatrixLabelTxt{ width:100%; min-width: 100px !important;}.errorMatrixInput, .tempContDiv input.errorMatrixInput[type="text"]:hover,.tempContDiv input.errorMatrixInput[type="text"]:focus {    border: 1px solid #DF0000 !important;}.popUpOuterSave .encryptLoad_Txt{ padding-top:15px; margin-bottom: 5px;}.popGeneratePdf .popUpFields label{line-height:25px; padding:12px 30px 5px; font-size:15px; text-align: center; margin-bottom: 0px;}@media (max-width: 500px) {.rtlWrapper.iti-mobile .intl-tel-input.iti-container {    left: 30px !important;    right: 26px !important;  }    .matrixNewWrapper table th {      min-width: 72px !important;		word-break: initial !important;		width: auto !important;		box-sizing: inherit !important;	}		.zfSelect2CustomCont .matrixNewWrapper.matrixCustomWidth .select2-container--default .select2-selection--single .select2-selection__rendered  {		width: 130px !important;	}	.tempFrmWrapper .matrixNewWrapper.matrixCustomWidth .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {		width: 120px !important;  }	.matrixCustomWidth table {		width: 100% !important;	}	.tempContDiv.matrixCustomWidth .MatrixLabelTxt {		min-width: 100px !important; 	}        }.sfuniqueError{ margin-left: 63px; padding-bottom: 10px;}.sfpopuniqueError{margin-left: 25px; padding: 10px;background:#f9eeee; margin-right: 15px; display: block;}.subfrmWrapper-horizontal .subformSeqSpace{ width:25px; padding-top: 9px;}.subfrmWrapper-horizontal .subformSeqSpace .formSubInfoText{ font-size: 12px !important; margin-left: 0px}.tempSubfrmWrapper .subformSeqSpace .formSubInfoText{ font-size: 13px !important; margin-left: 0px}.sfSNumberCon{ width: 48%;display: inline-block;overflow: hidden;margin-right: 1%; vertical-align: top;box-sizing: border-box;margin-left: 1%; margin-top: 10PX;}.sfSNumberCon .sfCardDiv{}.sfSNumberCon .subformSeqSpace{ text-align: right; width: auto; padding-top: 0; padding-right: 3px;}.subfrmWrapper-vertical .subformSeqSpace{ width: auto; right:0; position: absolute; top: -29px;}.rtlWrapper .sfSNumberCon .subformSeqSpace{ text-align: left; padding-left: 3px;}.sfSnoEntry{ min-width: 50px !important; max-width: 50px !important; width: 50px;}.sfthankyouSno{ float: right;}.rtlWrapper .sfthankyouSummary .sfthankyouSno{ float: left;}.subfrmTotalDiv .subformBgWrap .labelName span{ }.subfrmTotalDiv .subformBgWrap li{ padding-bottom: 10px;}.sfTotTxt{ display: inline-block; font-size: 13px;}.sfTotLbl{ font-weight: normal; font-size: 13px;}.subfrmTotalDiv .tempFrmWrapper{ vertical-align: top;}.sfthankyouInline .sfSumTotalDiv td{ border-right:none; vertical-align: top;}.gMapWrapper{	position: absolute;    left: 0;    top: 0;}.gMapWrapper .gMapPpWrapper{	display: inline-block;	background: rgba(255, 255, 255, 0.9);	padding: 2px;	border-radius: 3px;	box-shadow: 0 0px 3px rgb(0 0 0 / 30%);	border: 1px solid transparent;}.gMapWrapper .gMapPpWrapper .icon-gMap{		width: 27px;    height: 27px;   cursor: pointer;}.gMapIframeWrapper{	height: 250px;	background: #e8e8e8;	padding: 5px;	position: relative;	text-align: center;}.gMapIframeWrapper .icon-gMap{	width: 32px !important;    height: 32px !important		;    position: relative;	top: 43%;}.gMapIframeWrapper .infogMapCont{		position: absolute; 		left: 0px; 		top: 0px;		background-color: white;		margin: 10px;		padding: 9px 11px 9px 11px;		box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;		border-radius: 2px;		text-align: left;	}.gMap .tempContDiv span::after{	width:100%;}.gMap .tempContDiv span:first-child input[type="text"]{	width: calc(100% - 45px) !important;	margin-left: 45px;}.gMap .tempContDiv span:first-child .form_sBox{	width: calc(100% - 45px);	margin-left: 45px;}.gMapIframeWrapper .infogMapCont p{	color: #888; 	font-size: 12px;}.rtlWrapper .gMapWrapper{	right: 0;}.rtlWrapper .gMap .tempContDiv span:first-child input[type="text"]{	margin-left: 0px;	margin-right: 45px;}.rtlWrapper .gMap .tempContDiv span:first-child .form_sBox{	margin-left: 0px;	margin-right: 45px}.popMapWrapper{	background: #fff;	box-shadow: 0 0 0 .5px rgba(0,20,40,.1), 0 2px 8px 0 rgba(50,55,90,.2);	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	padding: 20px;}.popMapWrapper .popMapCont .popMapInnerCont{ 	height:350px;}.zmaps-searchbox-container .zmap-searchbox-dropdown-list{	width: 100% !important;}.popMapWrapper .popGmapFoot{	text-align: center;	padding: 26px 0;	padding-bottom: 0;}.popMapWrapper .popGmapFoot .btnCurve{ 	margin-left: 5px;	margin-bottom: 12px;}.icon-gMap-gray {    width: 27px;    height: 27px;    color: #afafaf;    cursor: default;}.zmaps-searchbox-container{	width:94% !important;	max-width: 392px !important;}.zmap-searchbox-inputbox, .zmap-searchbox-inputbox:focus{ 	border: none !important; 	padding: 10px 8px 10px 40px !important; 	margin-left: -29px !important;	font-size: .9rem !important;}.address.gMap.zfSelect2CustomCont .tempContDiv span.addtwo:first-child .form_selectBox, .address.gMap.zfSubformSelect2 .tempContDiv span.addtwo:first-child .form_selectBox {	margin-left: 45px;}.rtlWrapper .address.gMap.zfSelect2CustomCont .tempContDiv span.addtwo:first-child .form_selectBox, .rtlWrapper .address.gMap.zfSubformSelect2 .tempContDiv span.addtwo:first-child .form_selectBox {    margin-left: 0 !important;    margin-right: 45px;}.rtlWrapper .address.gMap.zfSelect2CustomCont .tempContDiv span.addtwo .form_selectBox, .rtlWrapper .address.gMap.zfSubformSelect2 .tempContDiv span.addtwo .form_selectBox,.rtlWrapper .gMap.zfSelect2CustomCont .tempContDiv span input[type="text"], .rtlWrapper .gMap.zfSubformSelect2 .tempContDiv span input[type="text"] {   position: relative;    z-index: 1;}.bgLiveDisabled {     background: rgba(225, 225, 225, 0.3);    width: 100%;     height: 100%;     position: absolute;    z-index: 999;    animation: showBlock 3s;}.mapErrorCont{	background: #FFF3F3;	padding: 5px 7px;	margin-top: 10px;	border: 1px solid #FF9E9B;	color: #FB3E3E;	font-size: 14px;}.cssLoaderLive, .cssLoaderLive:after {  border-radius: 50%;  width: 32px;  height: 32px;}.cssLoaderLive {  margin: 60px auto;  font-size: 10px;  position: relative;  text-indent: -9999em;  border-top:2px solid #ffffff;  border-right: 2px solid rgba(0, 0, 0, 0.5);  border-bottom: 2px solid rgba(0, 0, 0, 0.5);  border-left: 2px solid #ffffff;  -webkit-transform: translateZ(0);  -ms-transform: translateZ(0);  transform: translateZ(0);  -webkit-animation: loadcss 1.1s infinite linear, showBlock 4s;  animation: loadcss 1.1s infinite linear, showBlock 4s;}@-webkit-keyframes loadcss {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg);  }}@keyframes loadcss {  0% {    -webkit-transform: rotate(0deg);    transform: rotate(0deg);  }  100% {    -webkit-transform: rotate(360deg);    transform: rotate(360deg);  }}@keyframes showBlock {    0% {        opacity: 0;    }    80% {        opacity: 0;    }    100% {        opacity: 1;    }}.subFormHorizontal .address .tempContDiv span.addtwo, .subFormHorizontal .geolocation .tempContDiv span.addtwo {	width: 100% !important;} .tempFrmWrapper .tempContDiv .form_sBox select {    padding: 5px 25px 5px 5px;}.subFormHorizontal .tempFrmWrapper.namemedium .salutationWrapper .salutation {    width: 100%;}.namesmall .threeType .salutationWrapper .salutation {    width: 50%;}.subFormHorizontal .tempFrmWrapper.name .tempContDiv span .formSubInfoText {    display: inline-block;    padding-top: 3px;    width: 100%;}.tempSubfrmWrapper ul li .customArrow {    margin: 5px;}.zf-tb-fieldToggle .defaultSearchble {    padding-bottom: 12px !important;}.formSubInfoText {    margin-left: 2px;}.tempSubfrmWrapper .tempFrmWrapper .customArrow{ display:block !important;}.rating .ratingWrapper svg{    fill: #ffffff;    width: 25px;    height: 25px;    stroke: #444444;    -webkit-transition: fill 0.3s,stroke 0.3s;	-moz-transition: fill 0.3s,stroke 0.3s;	-ms-transition: fill 0.3s,stroke 0.3s;	transition: fill 0.3s,stroke 0.3s;}.rating .star .ON svg{	fill: #faea29;	stroke: #f47800;}.rating .light .ON svg{	fill: #fab314;	stroke: #aa6a15;}.rating .shield .ON svg{	fill: #756aae;	stroke: #3a3475;}.rating .heart .ON svg{	fill: #eb5c5e;	stroke: #85282f;}.rating .flag .ON svg{	fill: #76ccf0;	stroke: #09749a;}.rating .bulb .ON svg{	fill: #ffda6c;	stroke: #f47800;}.tempSubfrmWrapper .rating .removeRating	padding-right: 4px;} .tempSubfrmWrapper .rating .ratingWrapper a{	margin: 0 6px 6px 1px;}.rating .overflow{	overflow: hidden;	display: table;}.ratingWrapper{	display: table-cell;    clear: both;}.dropotherDiv {	padding-top:15px;}.subFormHorizontal .dropdown .tempContDiv .dropotherDiv{	margin-top: 16px;}.popMapInnerCont button.full-screen-icon {	padding: 0;	top: 17px;}.gMapPopupOuter .popMapWrapper{    margin-bottom: 30px;}input.zmap-searchbox-inputbox:focus {    border: none !important;}.zmap-searchbox-list-item>svg {    position: relative;    top: 3px !important;}.tempSubfrmWrapper .tempContDiv .signContainer canvas{box-sizing:border-box; width:100%;}.subSignImage{	border: 1px solid #efefef;	max-height: 120px;	max-width: 100%;}.subFormHorizontal li.sign .tempContDiv {	min-width: 200px !important;	width: 200px;}.subFormLabelDiv ul li.sign .labelName{	min-width: 200px !important;}.sfCardDiv .recordVal .sfSignCardimg{width:100%;height:18px;}.tempFrmWrapper.zfSelect2CustomCont .customArrow{	display: none;}.namesmall.zfSelect2CustomCont .twoType .salutationWrapper .salutation .select2-selection.select2-selection--single.select2FormCont {    width: 100%;}.zfSelect2CustomCont .select2FormCont {	      padding: 14px;	     border: 1px solid #e5e5e5;}	.namemedium.zfSelect2CustomCont .oneType .salutationWrapper .salutation .select2-selection.select2-selection--single.select2FormCont {    width: 135px;    height: 29px;}.namesmall.zfSelect2CustomCont .twoType .salutationWrapper span input, .address.zfSelect2CustomCont .tempContDiv .addOne input{	height: inherit;}.address.zfSelect2CustomCont .tempContDiv .addtwo input{	height: inherit;}/*.address.zfSelect2CustomCont .tempContDiv .addOne{    padding-bottom: 15px; }*/ .address.zfSelect2CustomCont .tempContDiv span.addtwo .select2-container .select2-selection--single{ 	height: auto; 	width: 100%; } .zfSelect2CustomCont .matrixTable table td .select2-container--default {    font-size: 13px;    text-align: left;    width: 169px !important;}.zfSelect2CustomCont .select2-container--default .select2-selection.select2-selection--single.select2FormCont { height: auto;  position: relative;    overflow: hidden;}.time.zfSelect2CustomCont .tempContDiv .select2-selection.select2-selection--single{ min-width: 55px;     width: 100%;}.time.zfSelect2CustomCont .tempContDiv .select2-selection.select2-selection--single .select2-selection__rendered .select2FormFont {	 height: 18px;    width: 40px;	}.time.zfSubformSelect2 .tempContDiv .select2-selection.select2-selection--single .select2-selection__rendered .select2FormFont {	height: 18px;    width: 40px;}.tempFrmWrapper.name.namelarge.zfSelect2CustomCont .select2-container--default .select2-selection.select2-selection--single.select2FormCont {    height: auto;    width: 100%;}.tempFrmWrapper.name.namesmall.zfSelect2CustomCont .select2-container--default .select2-selection.select2-selection--single.select2FormCont {	height: auto;    width: 100%;}.tempFrmWrapper.name.namelarge.zfSelect2CustomCont .select2-container--default .select2-selection.select2-selection--single.select2FormCont {    height: auto;}.namemedium.zfSelect2CustomCont .twoType .salutationWrapper .salutation .select2-selection.select2-selection--single.select2FormCont {    height: auto;}.tempFrmWrapper.name.namemedium.zfSelect2CustomCont .select2-container--default .select2-selection.select2-selection--single.select2FormCont {    height: auto;    width: 100%;}.namesmall.zfSelect2CustomCont .oneType .salutationWrapper .salutation .select2-selection.select2-selection--single.select2FormCont {    height: inherit;}.namemedium.zfSelect2CustomCont .twoType .salutationWrapper span input,  .address.zfSelect2CustomCont .tempContDiv .addOne input{	height: inherit;}.namelarge.zfSelect2CustomCont .twoType .salutationWrapper .salutation .select2-selection.select2-selection--single.select2FormCont {    height: auto;}.namelarge.zfSelect2CustomCont .twoType .salutationWrapper span input, .address.zfSelect2CustomCont .tempContDiv .addOne input{	height: inherit;} .tempFrmWrapper.zfSelect2CustomCont .twoType .salutationWrapper .salutation .formSelectBox {    display: inline-block;    height: auto;    width: 100%;}.tempFrmWrapper.name.zfSelect2CustomCont .twoType .salutationWrapper .salutation .formSelectBox {	height: auto !important;}.tempFrmWrapper.zfSelect2CustomCont .threeType .salutationWrapper .salutation .formSelectBox, .tempFrmWrapper.zfSelect2CustomCont .oneType .salutationWrapper .salutation .formSelectBox {    display: inline-block;    width: 100%;}.tempFrmWrapper.address.zfSelect2CustomCont .tempContDiv span.addtwo .formSelectBox { display: inline-block;}.address.arrangeAddress.addrsmall.zfSelect2CustomCont .tempContDiv span.addtwo .select2-container .select2-selection--single {    width: 100%;}.address.arrangeAddress.addrlarge.zfSelect2CustomCont .tempContDiv span.addtwo .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: auto;    right: auto;    top: 3px !important;}.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    line-height: 0px !important;    padding-left: 0px !important;    padding-right: 20px; } .time.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    line-height: 0px !important;    padding-left: 0px !important;    padding-right: 12px; }.zfSelect2CustomCont .matrixNewWrapper .select2-container--default .select2-selection--single .select2-selection__rendered { width: 130px;} .time.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b { 	    margin-left: 0px;  } .zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;    top: 10px !important;}.address.addrmedium.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 0%;    top: 10px !important;}.tempFrmWrapper.name.namesmall.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    right: 10px;    top: 3px !important;    left: auto;} .tempSubfrmWrapper .time.zfSelect2CustomCont .tempContDiv .select2-container--default .select2-selection--single .select2-selection__arrow b{	margin-left: -14px;} .tempSubfrmWrapper .time.zfSelect2CustomCont .tempContDiv .select2-selection.select2-selection--single {    min-width: 50px;} .tempSubfrmWrapper .address.zfSelect2CustomCont .tempContDiv span {	    width: auto !important;} .tempSubfrmWrapper .namemedium.zfSelect2CustomCont .twoType .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 45%;} .tempSubfrmWrapper .address.addrlarge.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 0% !important;    top: 10px !important;    margin-left: -25px;}.subFormHorizontal .zfSubformSelect2 .customArrow {    display: none !important;}.tempSubfrmWrapper .tempFrmWrapper.address.zfSubformSelect2 .tempContDiv span.addtwo .formSelectBox {    display: block;  } .tempFrmWrapper.name.namesmall.zfSelect2CustomCont .oneType .select2-container--default .select2-selection--single .select2-selection__arrow b {    top: 10px !important;}.small .select2.select2-container.select2-container--default {    width: 50% !important;}.addrsmall .select2.select2-container.select2-container--default,  .tempFrmWrapper.address.addrsmall.zfSelect2CustomCont .tempContDiv span.addtwo .formSelectBox {	width: 100% !important;}.medium .select2.select2-container.select2-container--default {    width: 75% !important;}.addrmedium .select2.select2-container.select2-container--default,  .tempFrmWrapper.address.addrmedium.zfSelect2CustomCont .tempContDiv span.addtwo .formSelectBox {    display: inline-block;    height: auto;    width: 100% !important;} .dropdown.large .select2.select2-container.select2-container--default {    width: 100% !important;} .tempFrmWrapper.address.addrlarge.zfSelect2CustomCont .tempContDiv span.addtwo .formSelectBox {    width: 100%;}.addrlarge .select2.select2-container.select2-container--default, .namesmall .select2.select2-container.select2-container--default {    width: 100% !important;} .namelarge .select2.select2-container.select2-container--default, .namelarge .select2.select2-container.select2-container--default .selection, .namemedium .select2.select2-container.select2-container--default .selection {    width: 100% !important;} .namesmall .select2.select2-container.select2-container--default, .namemedium .select2.select2-container.select2-container--default { 	 width: 100% !important; } .namesmall .select2.select2-container.select2-container--default .selection{ 	width: 100%; }.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    border: solid #777;    border-top-width: medium;    border-right-width: medium;    border-bottom-width: medium;    border-left-width: medium;    border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 10px !important;}.zfSelect2CustomCont .matrixTable table td .select2-container--default:focus {    outline: none;}.zfSelect2CustomCont .select2-container--default .select2-selection.select2-selection--single.select2FormCont:focus {    outline: none;}.subFormHorizontal .small .select2.select2-container.select2-container--default {    width: 100% !important;}.time.zfSelect2CustomCont .formSelectBox, .tempFrmWrapper.time.zfSelect2CustomCont .select2-container, .tempFrmWrapper.time.zfSelect2CustomCont .select2-container .selection{	    width: 100% !important;}.time.zfSelect2CustomCont .formSelectBox,  .name.zfSelect2CustomCont .formSelectBox{	display: inline-block;}.name.zfSelect2CustomCont .tempContDiv span .formSelectBox span {    margin-bottom: 0;    margin-left: 0;} .name.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow {    width: 20px;}/*.zfSelect2CustomCont .subFormHorizontal .select2-container--default .select2-selection.select2-selection--single.select2FormCont {    padding: 0 0 !important;} */.subFormHorizontal .namemedium .tempContDiv span.select2-selection__arrow {    margin-left: 0;    width: 20px;}.subFormHorizontal .zfSubformSelect2  .customArrow {    display: none !important;}	.zfSubformSelect2 .select2-container .select2-selection--single .select2-selection__rendered {    overflow: visible;    padding-left: 0 !important;    padding-right: 20px;    line-height: 0px !important;}.time.zfSubformSelect2 .tempContDiv span label {    margin-left: 0 !important;    width: 100%;    display: inline-block;}.zfSubformSelect2 .select2-selection.select2-selection--single.select2FormCont {    min-width: 50px;    width: 100%;}.time.zfSubformSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {    margin-left: -10px;}.zfSubformSelect2 .select2FormFont {	line-height: 18px !important;}.select2FormFont {    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    line-height: 18px;    padding: 0;    box-sizing: border-box;}.namemedium.zfSelect2CustomCont .select2FormFont,  .namemedium.zfSelect2CustomCont .select2FormCont .select2-selection__rendered  {    width: 60px !important;}.namelarge.zfSelect2CustomCont .select2FormFont,  .namelarge.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {    width: 54px !important;}.namelarge.zfSelect2CustomCont .select2FormFont {	    width:62px !important;}.name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 90px !important;}.rightAlign .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 45px !important;}.leftAlign .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 75px !important;}.leftAlign .name.namesmall.zfSelect2CustomCont .oneType .select2FormFont {    width: 45px !important;}.name.namesmall.zfSelect2CustomCont .twoType .select2FormFont {    width: 55px !important;} .namemedium.zfSelect2CustomCont .select2FormFont {	width: 60px !important;} .namemedium.zfSelect2CustomCont .threeType .select2FormFont {	width: 47px !important;}.tempSubfrmWrapper .namemedium.zfSubformSelect2 .select2FormFont {        width: 100px !important;}.zfSelect2CustomCont .matrixNewWrapper .select2FormFont {    width: 130px; } .address.zfSubformSelect2 .tempContDiv span.addtwo .select2-container .select2-selection--single {    height: auto;    width: 100%;}.zfSubformSelect2 .select2-container--default .select2-selection.select2-selection--single.select2FormCont {    overflow: hidden;    position: relative;}.zfSubformSelect2 .select2FormCont {    border: 1px solid #e5e5e5;    height: auto;}.tempSubfrmWrapper .address.addrlarge.zfSubformSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {       top: 3px !important;    left: 40% !important;    margin-left: -4px;} .address.zfSubformSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow{    width: 20px !important;}.zfSubformSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {    border: solid #777;    border-top-width: medium;    border-right-width: medium;    border-bottom-width: medium;    border-left-width: medium;    border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 10px !important;}.zfSubformSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;    top: 10px !important;}.select2-dropdown.select2FormList.select2-dropdown--below, .select2-container--open .select2FormList.select2-dropdown--above {    border: 1px solid #aaa;}.select2-dropdown.select2SformList.select2-dropdown--below, .select2-container--open .select2SformList	.select2-dropdown--above {    border: 1px solid #aaa;}.subFormHorizontal .name.zfSubformSelect2 .tempContDiv .salutation span {    margin-bottom: 0;    height: auto;    outline: none;}.tempSubfrmWrapper .tempFrmWrapper.time .tempContDiv div.select2FormFont {    line-height: 18px !important;}.rtlWrapper .namesmall.zfSelect2CustomCont .twoType .select2FormCont .select2-selection__rendered {    width: 30px !important;        padding-right: 26px;        float: right;} .namemedium.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {	padding-right: 13px !important;}.fieldDisabled .select2.select2-container.select2-container--default.select2-container--disabled .select2FormCont {    background-color: #f5f5f5 !important;  }.zfSelect2CustomCont .inputDisabled , .zfSubformSelect2 .inputDisabled {    border: none;    height: inherit;    background: none !important;}.rtlWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {    left: 0;    right: auto;}.rtlWrapper  .time.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    margin-left: 0;}.rtlWrapper .zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    padding-left: 30px !important;    padding-right: 0 !important;}.rtlWrapper .zfSelect2CustomCont .matrixNewWrapper .select2FormFont {    width: auto;}.rtlWrapper .zfSelect2CustomCont .matrixNewWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {    width: auto;}.rtlWrapper .zfSelect2CustomCont .matrixTable table td .select2-container--default {    text-align: right;}.rtlWrapper  .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 65px !important;}.rtlWrapper  .namelarge.zfSelect2CustomCont .oneType .select2FormFont {    width: 90px !important;}.rtlWrapper .namemedium.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {    padding-left: 13px !important;    padding-right: 0 !important;    float: right;}.rtlWrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {    margin-right: -4px;    margin-left: 0;}.rtlWrapper  .tempSubfrmWrapper .time.zfSubformSelect2 .tempContDiv .select2-container--default .select2-selection--single .select2-selection__arrow b{    margin-right: 0;}.rtlWrapper  .time.zfSubformSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {    margin-right: -15px;    margin-left: 0;}.rtlWrapper .zfSubformSelect2 .select2-container .select2-selection--single .select2-selection__rendered {	    padding-left: 30px !important;    padding-right: 0;    float: right;}.rtlWrapper  .time.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {	    padding-left: 20px !important;} .namelarge.zfSelect2CustomCont .threeType .select2FormFont {    width: 62px !important;}.rightAlign .namelarge.zfSelect2CustomCont .threeType .select2FormFont {    width: 47px !important;} .namelarge.zfSelect2CustomCont .oneType .select2FormCont .select2-selection__rendered {    width: 94px !important;} .namelarge.zfSelect2CustomCont .oneType .select2FormFont {    width: 120px !important;}.rightAlign .namelarge.zfSelect2CustomCont .oneType .select2FormFont {    width: 80px !important;}.rightAlign .namelarge.zfSelect2CustomCont .select2FormFont {    width: 42px !important;}.select2-container--default .select2FormList .select2-results__option--highlighted:hover {    background: rgba(255, 255, 255, 0.25);    color: inherit;}.select2-container--default .select2FormList .select2-results__option--highlighted[aria-selected], .select2-container--default .select2SformList .select2-results__option--highlighted[aria-selected]  {    background-color: inherit;    color: inherit;}.select2-container--default .select2SformList .select2-results__option--highlighted[aria-selected] {    background-color: inherit;    color: inherit;}.select2-container--default .select2FormList .select2-results__option[aria-selected=true], .select2-container--default .select2SformList .select2-results__option[aria-selected=true] {    background-color: rgba(255, 255, 255, 0.25);}.select2-container--default .select2SformList .select2-results__option--highlighted[aria-selected] {    background-color: inherit;    color: inherit;}.leftAlign .namelarge.zfSelect2CustomCont .threeType .select2FormFont {    width: 47px !important;}.leftAlign .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 85px !important;}.leftAlign .namelarge.zfSelect2CustomCont .oneType .select2FormFont {    width: 80px !important;}.leftAlign .namelarge.zfSelect2CustomCont .select2FormFont {    width: 42px !important;}.rtlWrapper  .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 45px !important;    float: right;}.rtlWrapper  .name.namesmall.zfSelect2CustomCont .oneType .select2FormFont {    width: 65px !important; } .rtlWrapper  .namelarge.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {    width: 55px !important;}.rtlWrapper  .namelarge.zfSelect2CustomCont .threeType .select2FormFont {    width: 54px !important;}.rtlWrapper  .address.addrmedium.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;    top: 3px !important;}.rtlWrapper  .namemedium.zfSelect2CustomCont .threeType .select2FormFont {    width: 58px !important;}.rtlWrapper .leftAlign .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 50px !important;    float: right;}  .rtlWrapper .leftAlign .namemedium.zfSelect2CustomCont .threeType .select2FormFont {    width: 38px !important;    float: right;} /*.rtlWrapper .leftAlign .namemedium.zfSelect2CustomCont .oneType .salutationWrapper .salutation .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;}*/ .rtlWrapper .leftAlign .namemedium.zfSelect2CustomCont .select2FormFont {    width: 38px !important;}.rtlWrapper .leftAlign .namemedium.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {    width: 38px !important;}.rtlWrapper .leftAlign .namelarge.zfSelect2CustomCont .oneType .select2FormFont {    width: 80px !important;    float: right;}.rtlWrapper .leftAlign .namelarge.zfSelect2CustomCont .oneType .select2FormCont .select2-selection__rendered {    width: 52px !important;}.rtlWrapper .leftAlign .tempFrmWrapper.name.namesmall.zfSelect2CustomCont .oneType .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;    top: 10px !important;}.rtlWrapper .rightAlign .zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    padding-left: 0 !important;    padding-right: 0;    float: right;}.rtlWrapper .rightAlign .dropdown.small.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {	width: 200px;}.rtlWrapper .rightAlign .dropdown.medium.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {	width: 300px;}.rtlWrapper .rightAlign .dropdown.large.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {	width: 400px;}.rtlWrapper .rightAlign .address.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    width: 80px;}.rtlWrapper .rightAlign .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 51px;    float: right;}.rtlWrapper .rightAlign .namemedium.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {    padding-left: 0 !important;    padding-right: 0 !important;}.rtlWrapper .rightAlign .namemedium.zfSelect2CustomCont .threeType .select2FormFont {    width: 42px !important;    float: right;}.rtlWrapper .rightAlign .namemedium.zfSelect2CustomCont .select2FormFont {    width: 50px !important;    float: right;}.rtlWrapper .rightAlign .namelarge.zfSelect2CustomCont .oneType .select2FormFont {    width: 77px !important;    float: right;}.rtlWrapper .rightAlign .namelarge.zfSelect2CustomCont .select2FormCont .select2-selection__rendered {    width: 74px !important;    float: right;}.rtlWrapper .rightAlign .tempFrmWrapper.name.namesmall.zfSelect2CustomCont .oneType .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;    top: 10px !important;}.rtlWrapper .rightAlign .namemedium.zfSelect2CustomCont .oneType .salutationWrapper .salutation .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: 40%;}.rtlWrapper .rightAlign .namelarge.zfSelect2CustomCont .threeType .select2FormFont {    width: 51px !important;    float: right;}.rtlWrapper .topAlign .namelarge.zfSelect2CustomCont .oneType .select2FormFont, .rtlWrapper .topAlign .namelarge.zfSelect2CustomCont .select2FormFont {    float: right;}.rtlWrapper .leftAlign .name.namesmall.zfSelect2CustomCont .select2FormFont {    width: 30px !important;    float: left;}.rtlWrapper .leftAlign .namelarge.zfSelect2CustomCont .select2FormFont, .rtlWrapper .rightAlign .namelarge.zfSelect2CustomCont .select2FormFont {    float: right;}.rtlWrapper .tempSubfrmWrapper .namemedium.zfSubformSelect2 .select2FormFont {	float: right;}.rtlWrapper .namemedium.zfSubformSelect2 .tempContDiv span.select2FormCont:first-child {	padding-right: 10px;}input::-webkit-contacts-auto-fill-button {  visibility: hidden;  display: none !important;  pointer-events: none;  position: absolute;  right: 0;}.select2FormList .select2-search--dropdown, .select2SformList  .select2-search--dropdown {    padding: 4px !important;}.select2-container--default .select2FormList .select2-search--dropdown .select2-search__field{    padding-right: 25px !important;        background-position: 99% 5px;} .select2-container--default .select2SformList .select2-search--dropdown .select2-search__field {    padding-right: 18px !important; }.rtlWrapper .select2-container--default .select2FormList .select2-search--dropdown .select2-search__field {    padding-right: 20px !important;}.rtlWrapper .select2-container--default .select2SformList .select2-search--dropdown .select2-search__field {	padding-right: 20px !important;}.select2.select2-container.select2-container--default.select2-container--focus .select2FormCont {    outline: none;}.tempFrmWrapper .tempContDiv span.select2FormCont{    height: auto;    width: 100%;    padding: 5px;}.tempFrmWrapper.name.namemedium .form_selectBox span {    margin-bottom: 0px;}.tempFrmWrapper.zfSelect2CustomCont .formSubInfoText {    clear: both;}.tempFrmWrapper.name .form_selectBox span.select2-container {    margin-left: 0;}.tempFrmWrapper.zfSubformSelect2 .form_selectBox .select2FormCont:focus {    outline: none;}.tempFrmWrapper.address.zfSubformSelect2.addrlarge .select2.select2-container.select2-container--default {    width: 100% !important;}.subFormHorizontal .tempFrmWrapper.name.zfSubformSelect2 .salutationWrapper .salutation span {    margin-bottom: 0px;}.name .threeType .salutationWrapper .salutation .form_selectBox span {    margin-bottom: 0px;}.tempFrmWrapper.dropdown.zfSubformSelect2 .tempContDiv span, .tempFrmWrapper.name.zfSubformSelect2 .tempContDiv span {	width: 100% !important;}.tempFrmWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__arrow b {    border: solid #777;    border-top-width: medium;    border-right-width: medium;    border-bottom-width: medium;    border-left-width: medium;    border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 3px !important;    position: absolute;    width: 0;    height: auto;    left: auto;    right: 7px;    margin: 5px;    background: none;}.tempFrmWrapper.zfSubformSelect2 .form_selectBox .select2FormCont:focus {    outline: none;}.rtlWrapper .tempFrmWrapper.name.namemedium .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 90px;}.rtlWrapper .tempFrmWrapper.name.zfSelect2CustomCont .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 50px;}.tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2FormCont {    width: 50px;}.tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 15px;}.tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2FormCont  {	width: 70px;}.tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 15px;}.tempFrmWrapper.name.namesmall.zfSelect2CustomCont .oneType .form_selectBox .select2FormCont {width: 100%;}.tempFrmWrapper.zfSubformSelect2 .formSubInfoText {    clear: both;}.subFormHorizontal .small.zfSelect2CustomCont .form_selectBox {    width: 100%;}.zfSelect2CustomCont .formSubInfoText {    clear: both;}.tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 80px !important;}.tempFrmWrapper .matrixNewWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    overflow: hidden;    text-overflow: ellipsis;    padding-right: 15px;    text-align: left;    width: 125px;}.tempFrmWrapper .matrixNewWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    overflow: hidden;    text-overflow: ellipsis;    padding-right: 30px;    width: 120px;    text-align: left;}.rtlWrapper .tempSubfrmWrapper .namemedium .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {	    padding-right: 5px;}.rtlWrapper .tempSubfrmWrapper .dropdown.small .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 0;    padding-left: 0;}.rtlWrapper .tempSubfrmWrapper .dropdown.small.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {	padding-right: 8px;    width: 50px;    float: right;}.rtlWrapper .tempFrmWrapper.namesmall .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 50px;    text-align: right;    float: right;}.tempFrmWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    overflow: hidden;    text-overflow: ellipsis;    padding-right: 30px;}.tempFrmWrapper.small.zfSelect2CustomCont .form_selectBox {	    width: 50%;}.tempFrmWrapper.zfSelect2CustomCont .form_selectBox .select2-container {   width: 100% !important;   margin-bottom: 0px;} .tempFrmWrapper.namemedium.zfSelect2CustomCont .form_selectBox .select2FormCont, .tempFrmWrapper.zfSelect2CustomCont .form_selectBox .selection {    width: 100%; }  .tempFrmWrapper.namelarge.zfSelect2CustomCont .form_selectBox .select2FormCont, .tempFrmWrapper.zfSelect2CustomCont .form_selectBox .selection {    width: 100%; } .tempFrmWrapper.medium.zfSelect2CustomCont .form_selectBox {	    width: 75%;}.tempFrmWrapper.large.zfSelect2CustomCont .form_selectBox {	    width: 100%;}.tempFrmWrapper.namelarge .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	width: 50px;}.tempFrmWrapper.namemedium .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	width: 71px !important;}.rtlWrapper .tempFrmWrapper.namelarge .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont{	padding-left: 0;	width: 41px;} .rtlWrapper .tempFrmWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__arrow b {       right: auto;    left: 6px;}.rtlWrapper .tempFrmWrapper .matrixNewWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    text-align: right;    padding-right: 0;}.tempSubfrmWrapper .namemedium .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	width: auto !important;}.rtlWrapper .tempFrmWrapper.namesmall .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    float: right;    padding-right: 17px;}.rtlWrapper .tempFrmWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	padding-left: 0;	padding-right: 0;}.tempSubfrmWrapper .name.namemedium.zfSelect2CustomCont .form_selectBox span {    margin-bottom: 0 !important;}.tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered, .tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 36px;}.rtlWrapper .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont, .rtlWrapper .tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-left: 35px;}.rtlWrapper .tempFrmWrapper.dropdown .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 70px !important;    float: right;}.tempFrmWrapper.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single .select2-selection__arrow b {	top: 3px !important;	right: 3px;}.rtlWrapper .namemedium.zfSelect2CustomCont .select2FormCont .select2-selection__rendered, .rtlWrapper .tempFrmWrapper.dropdown .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 80px !important;}.rtlWrapper .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 75px !important;}.rtlWrapper .tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont, .rtlWrapper .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	padding: 0;	width: 55px;}.rtlWrapper .tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered, .rtlWrapper .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 55px;}.rtlWrapper .tempFrmWrapper.name.namemedium .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 80px !important;}.rtlWrapper .tempSubfrmWrapper .namemedium .threeType .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 75px !important;    padding: 0;}.rtlWrapper .tempFrmWrapper.address.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered,.rtlWrapper .leftAlign .tempFrmWrapper.address.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 90%;}.rtlWrapper .tempFrmWrapper.dropdown .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: auto !important;    float: none;}.leftAlign .tempFrmWrapper.name.namesmall.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 64px !important;}.leftAlign .tempFrmWrapper.name.namemedium.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 73px !important;}.leftAlign .tempFrmWrapper.address .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	padding:0;}.leftAlign .tempSubfrmWrapper .dropdown.small .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 20px;}.rtlWrapper .leftAlign .namesmall.zfSelect2CustomCont .twoType .select2FormCont .select2-selection__rendered {    width: 42px !important; } .rtlWrapper .leftAlign .tempFrmWrapper.name.namesmall.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 39px !important;    padding:0;}.rtlWrapper .leftAlign .namemedium.zfSelect2CustomCont .twoType .select2FormCont .select2-selection__rendered {    width: 44px !important; } .rtlWrapper .leftAlign .tempFrmWrapper.name.namemedium.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 45px !important;    padding:0;}.rtlWrapper .rightAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 34px !important;    padding: 0;} .rtlWrapper .rightAlign .zfSelect2CustomCont .twoType .select2FormCont .select2-selection__rendered {     width: 35px !important;     padding-right: 0px !important;}.rtlWrapper .rightAlign .address.addrmedium.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered, .rtlWrapper .rightAlign .address.addrlarge.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    width: 130px;}.rtlWrapper .rightAlign .address.addrmedium.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered .select2FormFont, .rtlWrapper .rightAlign .address.addrlarge.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered .select2FormFont,.rightAlign .tempFrmWrapper .address.addrsmall .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	padding:0;}.rightAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 60px !important;}.rightAlign .tempFrmWrapper.name.namemedium.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 72px !important;}.rightAlign .tempFrmWrapper.name.namelarge.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 82px !important;}.rightAlign .tempFrmWrapper.address.addrsmall .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 0;}  .rtlWrapper .topAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont,   .rtlWrapper .topAlign .tempSubfrmWrapper .dropdown.small .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont,   .topAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {   	padding: 0;  }  .topAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 52px !important;}.rtlWrapper .topAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	float: right;	    width: 60px !important;}.select2-search--dropdown .select2-search__field:focus {    outline: none; border:1px solid #AAAAAA !important;}.select2-search--dropdown .select2-search__field {    color: inherit;}.select2-container--default .select2-results__group {	font-weight: 600;}.rtlWrapper .rightAlign .tempFrmWrapper.name.namemedium.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont,.rtlWrapper .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 40px !important;}.rtlWrapper .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 48px;}.rtlWrapper .rightAlign .name.namelarge.zfSelect2CustomCont .twoType .select2FormCont .select2-selection__rendered {    width: 45px !important; } .rtlWrapper .rightAlign .address.addrlarge.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    width: 200px;}.rtlWrapper .rightAlign .tempFrmWrapper.name.namelarge.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 50px !important;}.rtlWrapper .tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered, .rtlWrapper .tempFrmWrapper.time.zfSubformSelect2 .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont{	width: 22px;}.rtlWrapper .leftAlign .tempFrmWrapper.name.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 52px !important;}.rtlWrapper .leftAlign .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    width: 42px;}.rtlWrapper .leftAlign .tempFrmWrapper.name.namemedium .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered,.rtlWrapper .leftAlign .tempSubfrmWrapper .name.namemedium.zfSubformSelect2 .select2FormFont {    width: 120px !important;} .rtlWrapper .leftAlign .tempSubfrmWrapper .dropdown.small .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 0;}.rtlWrapper .topAlign .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered, .rtlWrapper .topAlign .tempFrmWrapper.time.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont,.rtlWrapper .rightAlign .tempFrmWrapper.name.namemedium .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    width: 38px;}.rtlWrapper .rightAlign .address.addrmedium.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {	width: 130px;}.rtlWrapper .rightAlign .dropdown.zfSelect2CustomCont .select2-container--default .select2-selection--single .select2-selection__rendered {    padding-left: 30px !important;  }  .topAlign .tempFrmWrapper.name.namesmall.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {       width: 62px !important  }  .tempFrmWrapper.address.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont,  .tempFrmWrapper.dropdown.zfSelect2CustomCont .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont,  .tempFrmWrapper.matrix_choice.zfSelect2CustomCont .matrixNewWrapper .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {  	padding-right: 0px;  }  .tempSubfrmWrapper .tempFrmWrapper.name.zfSubformSelect2 .select2FormFont {    width: 120px !important;    padding-right: 0 !important;}.tempSubfrmWrapper .tempFrmWrapper.address.zfSubformSelect2 .select2FormFont {	 padding-right: 0 !important;}.tempSubfrmWrapper .dropdown.small .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {	    padding-right: 20px !important;}.rtlWrapper .zmap-searchbox-tooltipText-className {    direction: rtl !important;    text-align: right !important; } .address .tempContDiv.zfSubformSelect2 .addrCont .addOne {    clear: both;}.tempFrmWrapper .credCardAccCont.cCardPadd .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-right: 0;}.rtlWrapper .tempFrmWrapper .credCardAccCont.cCardPadd .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered {    padding-right: 0;}.rtlWrapper .tempFrmWrapper .credCardAccCont.cCardPadd .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont {    padding-left: 8px; }.imageOptions{	width: 100%;	height: 100%;	text-align: center;	color: #222;	position: absolute;	overflow: hidden;	font-size: 13px;	display: table;	padding: 0 5px;}.imageOptionsCont{	display: table-cell;    vertical-align: middle;}.imageOptionsText{	margin-top: 10px;    margin-left: 15px;}.tempSubfrmWrapper .imageOptionsText {    line-height: 44px;    padding-left: 5px;}.imageOptionsActCont{	float: right;    position: relative;    right: 15px;    z-index: 9;}.imageOptionsActCont a{	position: relative;    background: #f5f5f5;    border-radius: 30px ! important;    display: inline-block;    margin-left: 10px;}.imageOptionsActCont a svg{	padding: 10px;	width: 21px;	height: 21px;	fill: #222;}.imageOptionsActCont .uploadIconCont{	position: relative;}.cameraWrapper{ 	position:relative;	width: 500px;}.cameraWrapper .closePopup{    position: absolute;    right: -40px;}.cameraWrapper .closePopup svg{	    width: 12px;    height: 12px;    background: #d1d1d1;    border-radius: 30px;    padding: 8px;    fill: #222;}.cameraWrapper .closePopup svg:hover {    background: #fff;}.cameraWrapper .popupHeader{	border:none; 	margin:0;	padding:10px;}.cameraWrapper .popupHeader .camDropIcon{ 	position: relative; 	top: 5px; }.cameraWrapper .popupHeader .camDropIcon svg{	width:21px;	height:21px;}.cameraWrapper .popupHeader .cameraDropdown{	margin-left: 30px;}.cameraWrapper .popUpInner, .cameraWrapper .popupMainCont{ 	padding: 0;}.cameraWrapper .popupMainCont{	position:relative;	background: #000;}.cameraWrapper .cameraFooter .clickCamera{	background: #2BBB76;	color: #fff;}.cameraWrapper .cameraFooter .reTakeCamera{	background: #4B7DFC;	color: #fff;}.cameraDropdown .select2-container {    outline: none;	width:99% !important;}.cameraDropdown .select2-container--default .select2-selection--single{	border: 1px solid #D1D2D4;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    border-top-left-radius: 3px;    border-top-right-radius: 3px;    height: 35px;}.cameraDropdown .select2-container .select2-selection--single .select2-selection__rendered {    display: block;    padding-left: 8px;    padding-right: 20px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;	line-height: 34px !important;	font-size: 13px;	padding-left: 10px !important;	}.cameraDropdown .select2-container--default .select2-selection--single .select2-selection__arrow {    right: 0px;    height: 33px !important;    width: 30px;    margin: 0;    top: 0;	    position: absolute;}.cameraDropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{	height: 0;    left: 50%;    margin-left: -4px;    margin-top: -2px;    position: absolute;    width: 0;    top: 13px !important;	border: solid #777 !important;	border-width: 0 1px 1px 0 !important;    display: inline-block;    padding: 3px;    transform: rotate(45deg) !important;    -webkit-transform: rotate(45deg) !important;    top: 13px !important;}.cameraDropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{	transform: rotate(-135deg) !important;    -webkit-transform: rotate(-135deg) !important;    top: 17px !important;}.cameraErrorWrapper .popupMainCont{	text-align: center;}.cameraErrorWrapper .popupMainCont .cameraStrikeCont{	padding: 10px;    background: #f00;    border-radius: 30px;    margin-bottom: 15px;    display: inline-block;}.cameraErrorWrapper .popupMainCont svg{	width: 27px;    height: 27px;	fill: #fff;}.cameraErrorWrapper .popupMainCont h3{	font-size: 21px;    margin-bottom: 10px;}.cameraErrorWrapper .popupMainCont p{	font-size: 14px;    text-align: center;    font-weight: 400;    margin: 0;    margin-bottom: 20px;}.cameraErrorWrapper .closePopup{	position: relative;    right: 7px;}.cameraErrorWrapper .closePopup .delete_icon{	width: 18px;    height: 18px;    fill: #222;}.rtlWrapper .imageOptionsText{ 	float: right;    margin-right: 0;    margin-right: 5px; } .rtlWrapper .imageOptionsActCont{ 	float: left; 	right: 0; 	left: 15px; }  .rtlWrapper .cameraWrapper .popupHeader .camDropIcon{  	float: right;  } .rtlWrapper .cameraWrapper .popupHeader .cameraDropdown{ 	margin-left: 0;	margin-right: 30px; }.rtlWrapper .cameraDropdown .select2-container .select2-selection--single .select2-selection__rendered {    text-align: right;}.uppercase .tempContDiv input[type="text"],.uppercase .tempContDiv textarea{	text-transform: uppercase;	}.lowercase .tempContDiv input[type="text"],.lowercase .tempContDiv textarea{	text-transform: lowercase;	}.capitalize .tempContDiv input[type="text"],.capitalize .tempContDiv textarea{	text-transform: capitalize;	}.select2-container--default .select2FormList .select2-results__option .dropDownPlaceHolderTxt, .select2-container--default .select2SformList .select2-results__option .dropDownPlaceHolderTxt {    opacity: 0.5;}.tempFrmWrapper.zfSelect2CustomCont .select2FormFont.drpDwnPlaceholder, .tempFrmWrapper.zfSubformSelect2 .select2FormFont.drpDwnPlaceholder {    opacity: 0.5;}.select2-container--default .select2FormList .select2-results .select2-results__options li .select2-results__options--nested li:first-child,.select2-container--default .select2SformList .select2-results .select2-results__options li .select2-results__options--nested li:first-child {    opacity: inherit;}.thankyouTick{	stroke: #81c038;	width: 66px !important;    height: 66px !important;    margin-bottom:15px !important;    margin: 0 auto;    display: block;}	.thankyouTick .path {  stroke-dasharray: 1000;  stroke-dashoffset: 0;}.thankyouTick .path.circle {  -webkit-animation: dash 0.9s ease-in-out;  animation: dash 0.9s ease-in-out;}.thankyouTick .path.check {  stroke-dashoffset: -100;  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;  animation: dash-check 0.9s 0.35s ease-in-out forwards;}.dropdownOtherOption {    border-left: 0px !important;    color: inherit;    border-width: 1px;    display: block;    border-color: #d4d4d4;    border-style: solid;    border-left-color: transparent !important;    border-right: 0px;    border-right-color: transparent !important;    border-bottom: 0px;    border-bottom-color: transparent !important;    margin-top: -6px;    padding-top: 4px;    margin-left: -7px;    padding-left: 6px;    width: 150%;}.select2-container--default .select2FormList .select2-results > .select2-results__options, .select2-container--default .select2SformList .select2-results > .select2-results__options {    overflow-x: hidden;}.errorMatrixSelect2 .select2.select2-container.select2-container--default .select2FormCont, .form_sBox.errorMatrixSelect2 {    border-color: red !important;}	@-webkit-keyframes dash {  0% {    stroke-dashoffset: 1000;  }  100% {    stroke-dashoffset: 0;  }}@keyframes dash {  0% {    stroke-dashoffset: 1000;  }  100% {    stroke-dashoffset: 0;  }}@-webkit-keyframes dash-check {  0% {    stroke-dashoffset: -100;  }  100% {    stroke-dashoffset: 900;  }}@keyframes dash-check {  0% {    stroke-dashoffset: -100;  }  100% {    stroke-dashoffset: 900;  }} .matrixfreeze {	    position: sticky;	    top: 0;	    left: 0;	    z-index: 1;}.leftAlign .matrix_choice .instruction, .rightAlign .matrix_choice .instruction {	margin-left: 35%;}.editRecCommentWrapper .tempSubfrmWrapper .tempFrmWrapper.file_upload .imageOptionsActCont a svg {    padding: 8px;    width: 18px;    height: 18px;    fill: #222;}.editRecCommentWrapper .tempSubfrmWrapper .tempFrmWrapper.file_upload .imageOptionsActCont {    top: 5px;}sup {    vertical-align: super;    font-size: smaller;}sub {    vertical-align: sub;    font-size: smaller;}.cancelSubmitPopup {	text-align: center;}.cancelSubmitPopup .popupMainCont {    font-size: 14px;    line-height: 23px;}.sliderValue.sliderValueNavTxt {    margin-top: 12px;}.sliderValue.sliderValueLive {    top: 16px;    position: relative;    font-size: 11px;    font-weight: normal;    white-space: nowrap;    text-align: center;}.rtlWrapper .sliderValue.sliderValueLive {    text-align: center;    float: none;}.slider .ui-state-default.ui-corner-all.zf-sliderState {    width: 16px !important;    height: 16px !important;    top: -5px !important;    border: 1px solid #c9c9c9;    box-shadow: none;    z-index: 2;}.slider .tempContDiv .ui-slider .ui-slider-range {    background: #24a68a;}.test1 .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {    width: 100% !important;    transition: width 0.3s linear;}a.ui-slider-handle.ui-state-default.ui-corner-all.test1 {	transition: left 0.3s linear;    left: 100% !important;}.slider .tempContDiv .ui-slider .ui-slider-range {    background: #24a68a;}.videoAudioPopup video {       width: 100%;    position: absolute;    left: 0;    top: 0;    right: 0;    bottom: 0;    border-radius: 12px;}.cameraWrapper .cameraFooter {       position: absolute;    bottom: 0;    width: 100%;    text-align: center;    box-sizing: border-box;    padding: 20px 0;}.popupMainCont.videoAudioPopup {    position: relative;    background: #000;    height: 345px;    display: flex;    align-items: center;    justify-content: center;}.audioIconCont svg {    stroke-width: 0.5px;    stroke: #222;} .cameraWrapper .cameraFooter a {       margin: 0 10px;    background: #ebeaea;    border-radius: 30px;    display: inline-block;}.cameraWrapper .cameraFooter svg {    padding: 10px;    width: 27px;    height: 27px;    stroke-width: 0.7px;    stroke: #fff;}.cameraWrapper .cameraFooter svg.icon.icon-Done {    stroke-width: 2.5;    width: 22px;    height: 22px;    stroke: #f3f3f3;    fill: #f3f3f3;}.cameraWrapper.zfAudioRecPopup .cameraFooter svg.icon.icon-Audio-Record_Flat-Icon-01 {	stroke: #f3f3f3;    fill: #f3f3f3;}.sliderCont a.ui-slider-handle {    text-decoration: none;    z-index: 1;}.sfMoreCircle{	position: relative;}.sfLivemoreList {    top: 26px;    right: -9px;    position: absolute;    right: -5px;    top: -35px;    padding-bottom: 12px;    z-index: 9;    display: none;    transition: 0.5s;}.sfLivemoreList ul {    position: relative !important;    top: 0;    background: #fff !important;    border: 1px solid #ddd;    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);    padding: 2px 3px !important;    left: -5px;    border-radius: 3px;}.sfLivemoreList ul li{	padding:1px 2px !important;	border-right: none !important;}/*.sfLivemoreList ul li:first-child{	border-right: 1px solid #ddd;}*/.sfLivemoreList ul:after, .sfLivemoreList ul:before {    bottom: 100%;    left: 100%;    border: solid transparent;    content: " ";    height: 0;    width: 0;    position: absolute;    pointer-events: none;    top: 27px;}.sfLivemoreList ul:before {    border-color: rgba(194, 225, 245, 0);    border-top-color: #ddd;    border-width: 7px;    margin-left: -20px;}/*.sfLivemoreList ul:after, .sfLivemoreList ul:before {    left: 98%;}*/.sfLivemoreList ul:before{	left: 46%;}.sfLivemoreList ul:after {    border-color: rgba(136, 183, 213, 0);    border-top-color: #fff;    border-width: 6px;    margin-left: -19px;}.sfLivemoreList ul:after {    left: 46%;}.sfMoreCircle:hover .sfLivemoreList{	display: block !important;}.sfMoreIcn{	background: url(../image/sfMoreIcn.3349b35f6d7c10a1bddcf86858feb8c0.png);	background-size: 21px 21px;	width: 21px;	height: 21px;	background-repeat: no-repeat;	cursor: pointer;	margin-top: 1px;}.sfDuplicateIcn{	background: url(../image/sfDuplicate.ec14f4e2ef3b4641a61c3e41a1e4e6e9.png) 6px 5px;    background-size: 15px 15px;    width: 21px;    height: 25px;    background-repeat: no-repeat;    cursor: pointer;    padding: 0px 5px 0px 0px;    position: relative;}.sfDeleteIcn{	background: url(../image/sfDelete.a148f1868fce1c9f4b497cb16ff89d38.png) 5px 5px;	background-size: 14px 14px;	width: 21px;	height: 20px;	background-repeat: no-repeat;	cursor: pointer;}.subFormHorizontal .sfDuplicateIcn:after{	content: "";    border-right: 1px solid #e2e2e2;    height: 14px;    position: absolute;    right: -1px;    top: 5px;}.icon-add-plus-vertical{	position: relative;}.icon-add-plus-vertical:after{	content: "";    border-right: 1px solid #e2e2e2;    height: 14px;    position: absolute;    right: 1px;    top: 5px;}.subFormHorizontal .sfDuplicateIcn{	width: 24px;	height: 21px;}.subfrmWrapper-Cardpopup .cardOverDivSpace .sfDuplicateIcn{	padding: 0;	background-position: 2px 1px;	height: 21px;	width: 19px;}.rtlWrapper .subfrmWrapper-Cardpopup .cardOverDivSpace  .flRight {    float: left;}.rtlWrapper .subfrmWrapper-Cardpopup .cardOverDivSpace  .flLeft {    float: right;} .rtlWrapper  .dim-div-sf .sfPopCloseIcn{	right:auto;	left:0;}.rtlWrapper .subformIcn .flLeft {    float: right;}.rtlWrapper .subformIcn .flRight {    float: left;}.rtlWrapper .sfLivemoreList ul:before{		margin-left: 13px;}.rtlWrapper .sfLivemoreList ul:after{	margin-left: 14px;}.rtlWrapper .sfLivemoreList{	right: -10px;	left: 5px;}.rtlWrapper .subFormHorizontal .sfDuplicateIcn:after{	right: 27px;}.rtlWrapper .subformIcn-vertical .flLeft{ float: right;}.rtlWrapper .subformIcn-vertical .flRight{ float: left;}.rtlWrapper .subformIcn-vertical .icon-add-plus-vertical:after{	right: 26px;}.arrow:before, .arrow:after {	border: solid transparent;	content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none;}.arrow:before {	border-color: rgba(224, 224, 224, 0);	border-width: 9px;}.arrow:after {	border-color: rgba(255, 255, 255, 0);	border-width: 8px;}.arrow.topArrow:before, .arrow.topArrowRight:after {	left: 10px;	bottom: 100%;}.arrow.topArrow:before {	border-bottom-color: #CDD0D9;}.arrow.topArrow:after {	border-bottom-color: #fff;	margin-left: 1px;}.arrow.leftArrow:before, .arrow.leftArrow:after {	right: 100%;	top: 10px;}.arrow.leftArrow:before {	border-right-color: #CDD0D9;}.arrow.leftArrow:after {	border-right-color: #fff;	margin-top: 1px;}.arrow.rightArrow:before, .arrow.rightArrow:after {	left: 100%;	top: 10px;}.arrow.rightArrow:before {	border-left-color: #CDD0D9;}.arrow.rightArrow:after {	border-left-color: #fff;	margin-top: 1px;}.arrow.bottomArrow:before, .arrow.bottomArrow:after {	left: 10px;	top: 100%;}.arrow.bottomArrow:before {	border-top-color: #CDD0D9;}.arrow.bottomArrow:after {	border-top-color: #fff;	margin-left: 1px;}.tooltip.arrow:before {	border-width: 5px;}.tooltip.arrow:after {	border-width: 4px;}.tooltip.arrow.topArrow:before, .tooltip.arrow.topArrow:after {	bottom: 100%;	left: 50%;	border-bottom-color: #141c24;	margin-left: -8px;}.tooltip.arrow.topArrow:after {	margin-left: -8px;}.arrow.rightArrow:before, .arrow.rightArrow:after {	left: 100%;	top: 50%;	border-left-color: #141c24;	margin-top: -5px;}.arrow.rightArrow:after {	margin-top: -4px;}.arrow.bottomArrow:before, .arrow.bottomArrow:after {	top: 100%;	left: 50%;	border-top-color: #141c24;	margin-left: -6px;}.arrow.bottomArrow:after {	margin-left: -4px;}.arrow.leftArrow:before, .arrow.leftArrow:after {	right: 100%;	top: 50%;	border-right-color: #141c24;	margin-top: -4px;}.arrow.leftArrow:after {	margin-top: -4px;}.tooltip {	font-size: 14px;	position: relative;}.tooltip-inner {	max-width: 300px;	padding: 5px 8px;	background-color: #141c24;	color: #fff;	text-align: center;	line-height: 15px;	position: relative;	left: 0;	font-size: 12px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;}.hintElementSvg {	position: absolute;	display: inline-block;	width: 100%;	height: 100%;	z-index: 1;	left: 0;	top: 0;}.errorDiv .tooltip-inner {    background-color: #fee5e5;    border: 1px solid #fee5e5;    color: #dc2323;    width: 180px;}.tooltip.arrow.topArrow.errorDiv:before, .tooltip.arrow.topArrow.errorDiv:after {    border-bottom-color: #fee5e5;}.tooltipWid .tooltip-inner{max-width:450px;}	.avRecorderErrMsg{	position: absolute;    color: red;    font-size: 13px;    font-weight: normal;    bottom: 10px;    text-align: left;    left: 17px;}.cameraWrapper.zfVideoRecPopup {    width: 640px; }.cameraWrapper.zfVideoRecPopup .popUpInner, .cameraWrapper.zfVideoRecPopup .popupMainCont {    padding: 0;    height: 534px;    background: #111;    border-radius: 11px;}.cameraWrapper.zfVideoRecPopup .cameraFooter{	bottom: 0;    padding: 0;    background: linear-gradient(272.93deg, #202637 3.36%, #495167 96.57%);    min-height: 70px;    display: flex;    align-items: center;    justify-content: center;    border-radius: 0 0 10px 10px;    z-index: 1;}.cameraWrapper.zfVideoRecPopup .cameraFooter a{	  width: 32px;    height: 32px;    display: flex;    align-items: center;    justify-content: center;    padding: 8px;}.cameraWrapper.zfVideoRecPopup .cameraFooter svg{	padding: 0;    width: 25px;    height: 25px;    stroke-width: 1;    stroke: #fff;    fill: #fff;}.cameraWrapper.zfVideoRecPopup .cameraFooter a.clickCamera.recordingDoneBtn {    background: #24a68a;}.cameraWrapper.zfVideoRecPopup .cameraFooter .icon-Stop-Record-Icon-01 {    width: 18px;    height: 18px;    stroke-width: 29;   stroke: #f44336;    border-radius: 2px;    fill: #f44336}.zfVideoRecPopup p.avTimer {   font-size: 14px;    display: block;    margin-bottom: 10px;    text-align: left;    font-weight: 500;    margin-right: 10px;    background: #232d447d;    color: #fff;    padding: 7px 12px;    box-sizing: border-box;    display: inline;    border-radius: 7px;    position: absolute;    top: auto;    bottom: 10px;    left: 10px;    padding-left: 29px;    z-index: 1}.zfVideoRecPopup p.avTimer:before {    position: absolute;    width: 8px;    height: 8px;    content: "";    background: #E44F45;    border-radius: 50pc;    left: 9px;    top: 11px;     -webkit-animation-name: pulse;    animation-name: pulseTimer;    -webkit-animation-duration: 1.5s;    animation-duration: 1.5s;    -webkit-animation-iteration-count: infinite;    animation-iteration-count: infinite;    -webkit-animation-timing-function: linear;    animation-timing-function: linear;}@keyframes pulseTimer{	0%{		box-shadow: 0px 0px 1px 0px  rgba(228, 79, 69, 0.36);	}	65%{		box-shadow: 0px 0px 1px 4px  rgba(228, 79, 69, 0.36);	}	90%{		box-shadow: 0px 0px 1px 4px  rgba(228, 79, 69, 0.36);	}}.cameraWrapper.zfVideoRecPopup .cameraFooter .clickCamera {    background: #f44336;}.cameraWrapper.zfVideoRecPopup .cameraFooter .reTakeCamera.stopRecordBtn {	background: #fff;    border-radius: 30px;    padding: 4px;    width: 40px;    height: 40px;}.cameraWrapper.zfVideoRecPopup .cameraFooter .reTakeCamera {	background: #446fc3;}.cameraWrapper.zfAudioRecPopup {    width: 430px;    transition: width 0.2s linear;}.zfAudioRecPopup.zfAudioRecPopupWidth {    width: 550px;    transition: width 0.2s linear;}.cameraWrapper.zfAudioRecPopup .popUpInner, .cameraWrapper.zfAudioRecPopup .popupMainCont {    padding: 15px;	height: 85px;	overflow: hidden;	background: #111;	border-radius: 14px;	background: linear-gradient(272.93deg, #202637 3.36%, #495167 96.57%) !important;	border: 1px solid #86888f !important;	box-sizing: border-box;	display: flex;	align-items: center;}.cameraWrapper.zfAudioRecPopup .cameraFooter {        min-height: 0;    border-radius: 0 0 10px 10px;    position: relative;    background: transparent;    float: right;    width: auto;    position: absolute;    right: 10px;    top: 0;}.zfAudioRecPopup p.avTimer {	bottom: 15px;    padding-left: 39px;    font-size: 18px;    background: transparent;}.cameraWrapper.zfAudioRecPopup .cameraFooter .reTakeCamera {	background: transparent;    border-radius: 0;    position: relative;    padding: 0 0 0 11px;    margin-left: 20px;}.cameraWrapper.zfAudioRecPopup .cameraFooter .reTakeCamera:before {    position: absolute;    content: "";    width: 1px;    height: 20px;    left: 0;    background: #3b3f49;}.cameraWrapper.zfAudioRecPopup .cameraFooter a {    background: transparent;    position: initial;    margin-right: 0;    margin-top: 0px;      width: 40px;    height: 40px;    padding: 0;}.cameraWrapper.zfAudioRecPopup .cameraFooter svg {    stroke-width: 0.8;    stroke: #c5c5c5;    background: transparent;    fill: #c5c5c5;    width: 22px;    height: 22px;}.cameraWrapper.zfAudioRecPopup .cameraFooter svg.icon-Retake-Icon-01:hover, .cameraWrapper.zfAudioRecPopup .cameraFooter svg.delete_icon:hover {    fill: #fff;    stroke: #fff;}.cameraWrapper.zfAudioRecPopup .cameraFooter svg.icon.delete_icon {    stroke-width: 0;    width: 18px;    height: 18px;}.cameraWrapper.zfVideoRecPopup .cameraFooter .reTakeCamera.stopRecordBtn:before {	display: none;}.zfAudioRecPopup audio {    float: left;    position: relative;    z-index: 1;} .zfAudioLoading{    position: absolute;    top: 43px;    left: 27px;    transform: translate(-50%,-50%);    height: 1px;    display: flex;    align-items: center;        }        .audioAnimate{            width: 2px;            height: 3px;            background:#fff;            margin: 0 2px;            border-radius:15px;            animation:audioloading .8s infinite;        }            .audioAnimate:nth-child(2) {                animation-delay: .1s;            }            .audioAnimate:nth-child(3) {                animation-delay: .2s;            }            .audioAnimate:nth-child(4) {                animation-delay: .3s;            }                   @keyframes audioloading{            0%{                height:0;            }            50%{                 height:17px;            }            100%{                height:0;            }        }.audioRd{   background: #CE2232;}.audioGrn{   background: #219E4A;}.audioBlue{   background: #0974B0;}.audioYlow{   background: #FFE004;}.zfAudioRecPopup p.avTimer:before {	display: none;}.videoRecordrErrMsg {    width: 100%;    background: #FDF0F0;    position: absolute;    border-radius: 0 0 5px 5px;    display: flex;    align-items: center;    padding-left: 20px;    box-sizing: border-box;    color: #C95249;    padding-top: 5px;    padding-bottom: 5px;    margin-top: -50px;    transition: margin-top 0.3s linear;    line-height: 18px;}.avErrorDiv .videoRecordrErrMsg {    margin: 0;    transition: margin-top 0.3s linear;}.zfAudioRecPopup .videoRecordrErrMsg {    margin-top: -11px;}.avErrorDiv .popUpInner {    border-radius: 14px 14px 0 0 !important;}.avErrorDiv .cameraFooter {    border-radius: 0 0 0 !important;}.videoRecordrErrMsg.videoRecordrInfoMsg {    background: #fbf7dc;}.videoRecordrErrMsg.videoRecordrInfoMsg {    background: #fbf7dc;    color: #514325;}.audioErrorWrapper {    width: 530px;}.audioErrorWrapper .popUpInner {    padding: 32px 10px 32px;    border-radius: 10px;}.audioErrorWrapper .popupMainCont {    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;    padding: 0;}.audioErrorWrapper .popupMainCont .cameraStrikeCont {    padding: 10px;    background: #fff;    border-radius: 30px;    margin-bottom: 20px;    display: inline-block;    border: 1px solid #e8e7e7;}.audioErrorWrapper .popupMainCont svg {    width: 27px;    height: 27px;    fill: #f44336;}.audioErrorWrapper .popupMainCont svg.icon.icon-Video-Strikeout-Icon-01, .audioErrorWrapper .popupMainCont svg.icon.icon-Mic-Strikeout-icon-01 {    fill: #f44336;    stroke-width: 1;    stroke: #f44336;}.audioErrorWrapper .popupMainCont h3 {    font-size: 15px;    margin-bottom: 10px;    color: #222;    text-align: center;}.audioErrorWrapper .closePopup {    position: relative;    right: 5px;    top: -18px;}.audioErrorWrapper .closePopup .delete_icon {    width: 14px;    height: 14px;    fill: #222;}svg.icon.icon-Play-01 {	 width: 23px;    height: 23px;    stroke-width: 0.7;    fill: #333;    stroke: #333;    cursor: pointer;}.imageFileIcn svg.icon.icon-Play-01 {    width: 33px;    height: 33px;    stroke-width: 0.3;    top: 9px;    fill: #454545;    stroke: #454545;    cursor: pointer;}.imageOptionsActCont a svg.icon.icon-Audio-Record-01, .imageOptionsActCont a svg.icon.icon-camera, .imageOptionsActCont svg.icon.icon-Video-Record-01 {   stroke-width: 0.6;    stroke: #222;}.imageOptionsActCont svg.icon.icon-camera {    stroke-width: 0.2 !important;    stroke: #222; } _::-webkit-full-page-media, _:future, :root .cameraWrapper.zfVideoRecPopup .popUpInner, .cameraWrapper.zfVideoRecPopup .popupMainCont{        height: 548px;} _::-webkit-full-page-media, _:future, :root .cameraWrapper.zfAudioRecPopup .popUpInner {  height: 85px;}@-moz-document url-prefix() {	.cameraWrapper.zfVideoRecPopup .popUpInner, .cameraWrapper.zfVideoRecPopup .popupMainCont {		height: 543px; } .cameraWrapper.zfAudioRecPopup .popUpInner {  height: 85px;}}.rtlWrapper .cameraWrapper.zfAudioRecPopup .cameraFooter {    right: auto;    left: 10px;    float: left;}.rtlWrapper .zfAudioRecPopup.zfAudioRecPopup p.avTimer {    left: auto;    right: 42px;    padding-left: 0;}.rtlWrapper .zfAudioLoading {    left: auto;    right: 7px;}.rtlWrapper .cameraWrapper.zfAudioRecPopup .cameraFooter a {     margin-right: 25px;     margin-left: 5px;}.rtlWrapper .cameraWrapper.zfAudioRecPopup .cameraFooter a.closePopup {    margin-right: 0;}.rtlWrapper .cameraWrapper.zfAudioRecPopup .cameraFooter .reTakeCamera:before {    left: auto;    right: -7px;    background: #676869;}.rtlWrapper .cameraWrapper .closePopup {    position: absolute;    right: auto;    left: -41px;}.subFrmFieldsHidden span {    font-size: 12px;    color: #5e5e5e;    font-weight: 500;    font-style: normal;    display: inline !important;}.subFrmFieldsHidden {    margin-top: 9px !important;    display: flex;    min-width: 40px;    width: 150px;}.subFrmFieldsHidden img.calendarIcon {    float: left;    margin-right: 5px;}.subFrmFieldsHidden svg {    fill: red;    width: 14px;    height: 14px;    margin-right: 5px;}.subFrmFieldsHidden em {    min-height: 40px;    float: left;}.subFormHorizontal .tempFrmWrapper .subFrmFieldsHidden  {	min-width: 40px;    width: 150px;}.subFormHorizontal li.name .subFrmFieldsHidden {    min-width: 110px !important;    width: 150px;}.rtlWrapper .zfVideoRecPopup p.avTimer {    left: auto;    right: 10px;    margin-right: 0;}.subFormHorizontal li.address .subFrmFieldsHidden {    min-width: 120px !important;    width: 150px;}.subFormHorizontal li.phone .subFrmFieldsHidden {    min-width: 190px !important;}.subFormHorizontal li.email .subFrmFieldsHidden {    min-width: 77px !important;}.subFormHorizontal li.date .subFrmFieldsHidden {    min-width: 150px !important;}.subFormHorizontal li.time .subFrmFieldsHidden {    min-width: 121px !important;    width: 187px;}.subFormHorizontal li.date-time .subFrmFieldsHidden {    min-width: 182px !important;}.tempFrmWrapper.decesion .subFrmFieldsHidden.customCheckBox {    padding-left: 2px;}.subFormHorizontal li.decesion .subFrmFieldsHidden {    min-width: 50px !important;    width: 97px;}.subFormHorizontal li.dropdown .subFrmFieldsHidden, .subFormHorizontal li.zfradio .subFrmFieldsHidden, .subFormHorizontal li.zfcheckbox .subFrmFieldsHidden  {    min-width: 60px !important;}.subFormHorizontal li.currency .subFrmFieldsHidden {    min-width: 108px !important;    width: 108px;}.subFormHorizontal li.file_upload .subFrmFieldsHidden, .subFormHorizontal li.file_upload .subFrmFieldsHidden {    min-width: 215px !important;}.subFormHorizontal li.slider .subFrmFieldsHidden {    min-width: 200px !important;    margin-left: 0px !important;}.subFormHorizontal li.sign .subFrmFieldsHidden {    min-width: 200px !important;    width: 200px;}.subFormHorizontal li.rating .subFrmFieldsHidden {    min-width: 85px !important;    width: 172px;}.liveDateTimePicker{   width: 305px !important;   box-shadow: 0px 11px 15px rgba(22, 29, 45, 0.09), 0px 3px 5px rgba(22, 29, 45, 0.04);   border-radius: 5px;    background-color: #fff !important;    color: #272f42 !important;    border: 1px solid #272f42;    z-index: 999 !important;}.liveDateTimePicker .ui-datepicker-prev, .liveDateTimePicker .ui-datepicker-next {    top: 13px !important;    border: 1px solid transparent;}.liveDateTimePicker .ui-datepicker-prev {    left: 15px !important;}.liveDateTimePicker .ui-widget-header {    background: none !important;    border-bottom: 1px solid #ededed7d;    padding: 7px 0px 11px 0px;    min-height: 35px;}.liveDateTimePicker td a, .liveDateTimePicker td span {    display: block;    text-align: center !important;    text-decoration: none;    background: none !important;    border: none !important;    font-size:14px!important;    font-weight: 400 !important;    height: 38px;    width: 38px;    display: flex;    vertical-align: middle;    justify-content: center;    align-items: center;    padding: 2px !important;    box-sizing: border-box;    margin: 0;    flex-direction: column;    flex: 1;}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {    color: #000 !important;    font-weight: 400 !important;}.liveDateTimePicker .ui-state-highlight {  	background: #24b0922b !important;  	border-radius: 50px;}.liveDateTimePicker th {    padding: 0.7em 0.3em ;    text-align: center;    font-weight: bold;    border: 0;}.liveDateTimePicker table {    margin: 20px 0 13px 0 !important;}.liveDateTimePicker .ui_datepickerCurrentDate{	border: 1px solid #24a68a !important;	border-radius: 50px;}.liveDateTimePicker .select2-container--default .select2-selection--single .select2-selection__arrow b {    border: solid #171717 !important;    border-width: 0 1px 1px 0 !important;    -webkit-transform: rotate(45deg) !important;    top: 13px !important;    padding: 3px;    left:7px !important;}.liveDateTimePicker .select2-container .select2-selection--single {	height: 35px !important;    border: 1px solid #e8e8e8 !important;    border-radius: 3px !important;    outline: none;}.liveDateTimePicker .select2-container--default .select2-selection--single .select2-selection__rendered {    color: #444;    line-height: 33px !important;    font-size: 13px;    font-weight:normal;}.rtlWrapper .liveDateTimePicker .select2-container--default .select2-selection--single .select2-selection__rendered {    padding-right: 8px;    padding-left: 20px;    text-align: right;}.liveDateTimePicker.select2-container--default .select2-search--dropdown .select2-search__field {	border-radius:3px}.liveDateTimePicker .ui-icon-circle-triangle-w{    content: " ";    border-left: 2px solid #24927a;    border-bottom: 2px solid #24927a;    width: 7px;    height: 7px;    transform: rotate(45deg);    cursor: pointer;    display: block;    background: none;    margin-top: -5px !important;    background-image: none !important;}.liveDateTimePicker .ui-icon-circle-triangle-e{	content: " ";	border-right: 2px solid  #24927a;	border-top: 2px solid #24927a;	width: 7px;	height: 7px;	transform: rotate(45deg);	cursor: pointer;	display: block;	background: none;	margin-top: -5px !important;	background-image: none !important;}.liveDateTimePicker select.ui-datepicker-month, .liveDateTimePicker select.ui-datepicker-year{	width: 43% !important;	height:35px!important;	font-size: 14px;}.liveDateTimePicker .ui-datepicker-title select {	margin-right: 10px !important;}.liveDateTimePicker a.ui-state-default.ui-state-active {    color: #fff !important;    background: #24a68a !important;    border: 1px solid #24A68A !important;    border-radius:50px;}.liveDateTimeDropdown .select2-dropdown .select2-results__option--highlighted[aria-selected] , .liveDateTimeDropdown .select2-dropdown .select2-results__option--highlighted[aria-selected] {    color: #fff;    background: #24a68a !important;}.liveDateTimeDropdown .select2-results__option[aria-selected=true]{  background-color: #fff !important;}.liveDateTimeDropdown .select2-search--dropdown .select2-search__field {	-webkit-border-radius: 3px;    -moz-border-radius: 3px;}.ui-widget-content.liveDateTimePicker .ui-state-highlight{	color:#272f42 !important;}.liveDateTimePicker .ui-datepicker-header .ui-datepicker-title .monthSeparator{	height: 35px;    margin-right: 25px;    width: 84px !important;}.rtlWrapper .liveDateTimePicker .ui-datepicker-header .ui-datepicker-title .monthSeparator{	margin-right: auto;    margin-left: 25px;}.rtlWrapper .monthYearPicker {    margin-left: 0 !important;    margin-right: auto;}.rtlWrapper .liveDateTimePicker .monthSeparator .select2-selection--single .select2-selection__rendered {    padding-left: 20px;    padding-right: 8px;}.rtlWrapper .liveDateTimePicker .monthSeparator .select2-selection--single .select2-selection__arrow b {    margin-left: 15px;    margin-right: 0;    right: 0;    left: auto;}.rtlWrapper .liveDateTimePicker .select2-container--default .select2-selection--single .select2-selection__arrow b {    left: auto;    margin-left: 5px;    margin-right: 0;    right: 0;    left: 7px !important;}.rtlWrapper .liveTimeMarginLeft {    margin-right: 13px;    margin-left: auto;}.rtlWrapper .liveTimeRange {   margin-left: 0 !important;    margin-right: 10px !important;}.liveTimeRange{	width:80px !important;    margin-right: 10px !important;}.liveDateTimeDropdown .select2-dropdown .select2-results ::-webkit-scrollbar {  width: 5px;  border-radius: 2px;}.liveDateTimeDropdown .select2-dropdown .select2-results ::-webkit-scrollbar-track {  background: #f1f1f1; }.liveDateTimeDropdown .select2-dropdown .select2-results ::-webkit-scrollbar-thumb {  background: #888;   border-radius: 2px;}.livedatechange .liveTimeRangeWidth{	width: 140px !important;}span.liveTimeMeridiem {    margin-right: 10px;}.ui-widget-content.liveDateTimePicker{	border: 1px solid #ecebeb !important;}.liveTimeRangeWidth .select2-dropdown .select2-results__options .select2-results__option {    padding: 8px 15px 8px 20px !important;}.livedatechange .icon.icon-Time{	width: 15px;    height: 15px;    position: relative;    top: 5px;    fill: #333;    left: 31px;    z-index: 1;    cursor: pointer;}.livedatechange {    border-top: 1px solid #ededed7d;    padding-top: 12px;    padding-bottom: 9px;    position: relative;}.liveDateTimeDropdown .select2-dropdown{	border: 1px solid #ededed !important;    box-shadow: 0px 11px 15px rgb(22 29 45 / 9%), 0px 3px 5px rgb(22 29 45 / 4%);}.liveDateTimeDropdown.select2-container--default .select2-search--dropdown .select2-search__field {	border: 1px solid #ededed !important;	background: none;	padding-right: 5px !important;}.rtlWrapper .liveDateTimeDropdown.select2-container--default .select2-search--dropdown .select2-search__field {	padding-right: 4px !important;    padding-left: 5px;}.liveTimeMarginLeft {	margin-left: 20px;}.liveDateTimePicker  .ui-datepicker .ui-datepicker-prev span{	margin-left: 5px !important;}.liveDateTimePicker  .ui-datepicker .ui-datepicker-next span{	margin-left: -18px !important;}.liveDateTimePicker td a, .liveDateTimePicker td span {    border: 1px solid #fff !important; }.liveDateTimePicker td a:hover{    border: 1px solid #24A68A !important;    border-radius: 20px;} .monthYearPicker {	margin-right: 0 !important;}.liveDateTimePicker.ui-datepicker .ui-datepicker-next {    right: 15px;}.liveDateTimePicker .monthSeparator .select2-selection--single .select2-selection__rendered {	color:#171717;	font-size:14px;	font-weight: 500;}.liveDateTimePicker .monthSeparator .select2-selection--single .select2-selection__arrow b {    top: 12px !important;    left: 0px !important;}.livedatechange .icon.icon-Time{	top: 4px;}.livedatechange .liveTimeRangeWidth.select2-container--default .select2-selection--single .select2-selection__rendered {    padding-left: 35px !important;    margin-top: 0px;}.rtlWrapper .livedatechange .liveTimeRangeWidth.select2-container--default .select2-selection--single .select2-selection__rendered {	padding-right: 33px !important;    padding-left: 8px;}.rtlWrapper .livedatechange .icon.icon-Time {    top: 4px;    left: auto;    right: 28px;}.liveDateTimePicker  .ui-datepicker-calendar .week-disabled{opacity: .32}.liveDateTimePicker th span {    font-size: 13px;    font-weight: 400;    color: #000 !important;}.liveDateTimePicker .ui-datepicker-title {    color: #171717;    font-size: 13px;    font-weight: 500;}.new-Logo {    width: 100% !important;    box-sizing: border-box;    text-align: center !important;    display: inline-block !important;    text-align: -webkit-center;  	text-align: -moz-center;}.new-Logo a {    color: transparent !important;}.new-Logo .icon.formsLogo-Black {    height: 37px;    width: 100px;    margin: 0;}.new-Logo .power-Text {    color: #555;    font-size: 14px;    display: inline;    margin-right: 5px;    position: relative;    top: -12px;}.rtlWrapper .new-Logo {    direction: ltr;}.liveSquareImg {	width: 65px;    position: relative;    top: 1.5px;    height: auto;}.cardOuterWrapper.squareMerchantWrap {    border: none;    box-shadow: none;    margin-bottom: 0;}.squareMerchantWrap .credCardOutWrapper {    padding: 10px 0 0;}.loaderSquare {    display: flex;    align-items: center;    justify-content: center;    flex-direction: column;}.rtlWrapper .popUpOuterSave.saveandReswrap .popupMainCont h2 {    text-align: right;}.rtlWrapper .popUpOuterSave.saveandReswrap .popupHeader .ppDeleteIcon {    float:left;}.rtlWrapper .saveandReswrap .posReldiv .headTxtsave {    float: right !important;}.rtlWrapper .saveandReswrap .saveCpyBoard {    left: 3px;    right: auto;}.rtlWrapper .saveandReswrap .popupMainCont p {    text-align: right;}.rtlWrapper .saveandReswrap .saveEmailDiv1 input {    float: right;}.rtlWrapper .saveandReswrap .emailsaveBtn {    float: left;}.rtlWrapper .saveandReswrap .savecmonLoader {    float: right;}.tempFrmWrapper .matrixNewWrapper.matrixCustomWidth .form_selectBox .select2-container--default .select2-selection--single.select2FormCont .select2-selection__rendered .select2FormFont, .zfSelect2CustomCont .matrixNewWrapper.matrixCustomWidth .select2-container--default .select2-selection--single .select2-selection__rendered {    width: auto;}.matrixNewWrapper.matrixCustomWidth table th {    word-break: break-word;    box-sizing: border-box;}.matrixCustomWidth .MatrixLabelTxt {    min-width: auto !important; }.matrixCustomWidth table {    width: auto;}.rtlWrapper .zfcheckbox.zfCusCheckbox .tempContDiv .extraWrapper.cusChoiceSpan .cusChoiceLabel {    width: 100%;    box-sizing: border-box;}.rtlWrapper .zfcheckbox.zfCusCheckbox .tempContDiv .extraWrapper.cusChoiceSpan input[type="text"] {    float: right;}.rtlWrapper .zfradio.zfCusRadio .tempContDiv .extraWrapper.cusChoiceSpan .cusChoiceLabel {    width: 100%;    box-sizing: border-box;}.rtlWrapper .zfradio.zfCusRadio .tempContDiv .extraWrapper.cusChoiceSpan input[type="text"] {    float: right;}.sr-only {	clip: rect(1px, 1px, 1px, 1px);	clip-path: inset(50%);	height: 1px;	width: 1px;	margin: -1px;	overflow: hidden;	padding: 0;	position: absolute;}.is-accessibility .advLabelName a {	text-decoration: underline;}.showsubformmenu {	height: 30px;}/* Tab index is set as 0 for Description,Image Choices,Subform buttons, Terms and Condition. So blue border will be created while focusing.    To overwrite that outline is set as none. */*[tabindex="0"]:focus {	outline: none;}.themePreviewIcon {    padding: 9.5px 10px;    display: flex;    height: 23px;    border-radius: 50px;    cursor: pointer;    margin: 0 0 0 0;    transition: 0.1s linear;    width: 22px;    text-align: center;    align-items: center;    justify-content: center;    position: absolute !important;    right: 20px;    top: 20px;    z-index: 10;    transform: scale(1);    background: #fff;    border: 1.5px solid #5977f7;}.themePreviewIcon:hover {    transform: scale(1.08);    transition: 0.25s linear;}.themePreviewIcon img {    height: 30px;    width: 30px;}.themePreviewIcon:before {    display: none;}.rtlWrapper .themePreviewIcon {    right: auto;    left: 20px;}.bounce1 {    background: #C72336;}.bounce2 {    background: #1E9C4C;}.bounce3 {    background: #0F71AD;}.bounce4 {    background: #E99424;}.spinner {    margin: 100px auto 0;    width: 100px;    text-align: center;}.spinner > div {    width: 18px;    height: 18px;    display: inline-block;    -webkit-animation: themepreview-sk-bouncedelay 1.0s infinite ease-in-out both;    animation: themepreview-sk-bouncedelay 1.0s infinite ease-in-out both;    -webkit-border-radius: 25px;    -moz-border-radius: 25px;    border-radius: 25px;}.spinner .bounce1 {    -webkit-animation-delay: -0.64s;    animation-delay: -0.64s;}.spinner .bounce2 {    -webkit-animation-delay: -0.32s;    animation-delay: -0.32s;}.spinner .bounce3 {    -webkit-animation-delay: -0.16s;    animation-delay: -0.16s;}@-webkit-keyframes themepreview-sk-bouncedelay {    0%, 80%, 100% {        -webkit-transform: scale(0)    }    40% {        -webkit-transform: scale(1.0)    }}@keyframes themepreview-sk-bouncedelay {    0%, 80%, 100% {        -webkit-transform: scale(0);        transform: scale(0);    }    40% {        -webkit-transform: scale(1.0);        transform: scale(1.0);    }}.darkdim-div {    display: block;    height: 100%;    left: 0;    margin: 0;    padding: 0;    overflow: hidden;    position: fixed;    top: 0;    background: rgba(25,35,43,0.85);    width: 100%;    z-index: 500;}input.emailLinksave.flLeft.saveEmailDivDisabled {   pointer-events: none;    background: #f7f7f7;    border-color: #ededed;    color: #222;    font-size: 13px;    cursor: not-allowed;    padding-left: 41px !important;    box-sizing: border-box;}.saveInputTxt {    position: relative;    display: inline-block;    width: 77%;    cursor: not-allowed;}.savePopUp_DivCont input.emailLinksave.flLeft {	padding-left: 41px !important;    box-sizing: border-box;    height: 35px;    font-size: 14px;     width: 100%}.saveandReswrap.savePopUp_DivCont {    width: 590px;}.savePopUp_DivCont .popUpInner {    padding: 16px 26px 24px;}.savePopUp_DivCont textarea {    height: 110px !important;    font-size: 14px;}.savePopUp_DivCont svg.icon.icon-Email {    position: absolute;    width: 18px;    height: 18px;    left: 12px;    top: 9px;    fill: #666;}.savePopUp_DivCont .saveEmailDiv1 {    position: relative;}.imgchoiceTxt {    font-weight: 550;    color: #222;}.imgChoiceDis {    color: #555;    margin-bottom: 5px;}.sideIcons{    position: absolute;    right: 20px;    top:20px;}.liveTranslateSelect {    position: relative;    margin-bottom: 10px;}.liveTransIcons{    position: relative;    height: 35px;    width: 35px;    border-radius: 4px;    cursor: pointer;    text-align: center;    background: #fff;    border: 1px solid #989898;    margin-top: 20px;   transition: 0.1s linear;}.liveTransIcons:hover{    transform: scale(1.08);    transition: 0.25s linear;}.liveTranslateSelect .moreListDrodown {    position: absolute;    right:-5px;    top:45px;    z-index: 99;}.liveTranslateSelect .moreListDrodown ul {    background: #fff;    border: 1px solid #ddd;    box-shadow: 0 5px 10px rgba(0,0,0,0.12);    border-radius: 5px;    display: none;    min-height:10px;    max-height: 210px;    overflow: hidden;    overflow-y:scroll;}.liveTranslateSelect .moreListDrodown ul li {    position: relative;    padding: 6px 30px 6px 12px;    font-size: 13px;    margin: 3px;    cursor: pointer;    text-overflow: ellipsis;    overflow: hidden;    max-width: 200px;    min-width: 200px;    white-space: nowrap;    float: none;    line-height: 26px;    text-align: left;    border-radius: 5px;    color: #444444;    }.liveTranslateSelect .moreListDrodown ul:after, .liveTranslateSelect .moreListDrodown ul:before {    bottom: 100%;    left: 100%;    border: solid transparent;    content: " ";    height: 0px;    width: 0;    position: absolute;    pointer-events: none;}.liveTranslateSelect .moreListDrodown ul:before {    border-color: rgba(194, 225, 245, 0);    border-bottom-color: #ddd;    border-width: 10px;    margin-left: -28px;}.liveTranslateSelect .moreListDrodown ul:after {    border-color: rgba(136, 183, 213, 0);    border-bottom-color:#fff;    border-width:11px;    margin-left: -29px;}.liveTranslateSelect .moreListDrodown ul:after, .liveTranslateSelect .moreListDrodown ul:before {    left: 98%;    top:-19px;}.liveTranslateSelect .moreListDrodown ul li:hover{    background:#F1F1F1;}.liveTranslateSelect .liveTransIcons .icon.trans {    width: 16px;    height: 16px;    fill: #555555;    stroke: #555;    stroke-width: 0.6;    margin-right: 6px;    position: relative;    top: 8px;}.liveTranslateSelect .moreListDrodown ul li.langselected{    background: #E2FAEE;}.liveTranslateSelect .moreListDrodown ul li.langselected:before {    width: 1em;    height: 0.5em;    content: '';    position: absolute;    border-left: 1px solid;    border-bottom: 1px solid;    border-color: #24a68a;    transform: rotate(-45deg) translate3d(0, 0, 0);    transform-origin: center center;    right: 16px;    top: 12px;    bottom: 0;}.liveTransIcons .arrow-down{    width: 0;    height: 0;    border-left: 3px solid transparent;    border-right: 3px solid transparent;    border-top: 3px solid #666666;    position: absolute;    top: 15px;    right: 5px;}.liveTranslateOtpDiv{    position: absolute;    right: 20px;    top:11px;}.popUpInner.liveTransErrorMsg{    padding:0;}.liveTransErrorMsg .pHeader{    padding: 15px 20px;    border-bottom: 1px solid #e8eaec;}.liveTransErrorMsg .pContainer{    padding: 20px;    position: relative;}.liveTransErrorMsg  .pFooter{    padding: 5px 20px 25px !important;    text-align: right;} .liveTransErrorMsg .lightGray{    border:1px solid #ccc;    background: #f4f4f4;    color: #444;}.liveTransErrorMsg .red{    border:1px solid #d20007;    background: #d20007;    color:#fff;}.liveTransErrorMsg .colorRed {    color: #d20007;    font-size: 17px;    line-height: 27px;}.liveTransErrorMsg .statusCont{    font-size:14px;    line-height: 22px;}.liveTransErrorMsg .icon {    fill: #d20007;    float: left;    border: 1px solid #d20007;    padding: 5px;    border-radius: 30px;    margin-right: 10px;    width: 13px;    height: 13px;} .liveTransErrorMsg .pFooter button {    border-radius: 3px;    margin-left: 10px;    padding: 10px 20px;    font-size: 13px;}.ofLoaderWrap .loaderCont {    height: 150px;    width: 200px;}.ofLoaderWrap{    border: none;    box-shadow: none;    background: none;}.ofLoaderWrap .popUpInner{    border: none;    background: none;    box-shadow: none;}@keyframes loader {    15% {        transform: translateX(0);    }    45% {        transform: translateX(135px);    }    65% {        transform: translateX(135px);    }    95% {        transform: translateX(0);    }}.loader {    height: 15px;    width: 150px;    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;    margin: auto;}.loader--dot {    animation-name: loader;    animation-timing-function: ease-in-out;    animation-duration: 2s;    animation-iteration-count: infinite;    height: 15px;    width: 15px;    border-radius: 100%;    background-color: black;    position: absolute;    left: 0;}.loader--dot:first-child {    background-color: #C72336;    animation-delay: 0.5s;}.loader--dot:nth-child(2) {    background-color: #1E9C4C;    animation-delay: 0.4s;}.loader--dot:nth-child(3) {    background-color: #0F71AD;    animation-delay: 0.3s;}.loader--dot:nth-child(4) {    background-color: #E99424;    animation-delay: 0.2s;}.loader--text {    position: absolute;    top: 200%;    left: 0;    right: 0;    margin: auto;    font-size: 20px;    color: #fff;}.transLoader .loader--dot {    padding:0;    position:absolute;    top:0;}.loaderWrapper.transLoader .popUpInner{    border:none !important;}.sideIcons .themePreviewIcon{    margin-top: 0;    right: 0;    border-radius: 5px;    padding: 5px;    position: relative !important;    top: 0;}.sideIcons .themePreviewIcon img{    height: 24px;    width: 24px;}.rtlWrapper .liveTranslateOtpDiv{    right: auto;    left: 20px;}.rtlWrapper .liveTranslateSelect .moreListDrodown ul li{    text-align:right;}.rtlWrapper .liveTranslateSelect .moreListDrodown ul li.langselected:before{    left:16px;    right:auto;}.rtlWrapper  .liveTranslateSelect .moreListDrodown ul:after, .rtlWrapper .liveTranslateSelect .moreListDrodown ul:before {    left: 16%;}.rtlWrapper .sideIcons{    right: auto;    left:20px;}.rtlWrapper .moreListDrodown{    right: auto;    left:0px;}.subFormHorizontal .address .addrCont span.addOne:first-child, .subFormHorizontal .address .addrCont span.addtwo:first-child {    padding-top: 0;}.mainContainer {	margin-top: 5px;	padding: 0px 0px 10px 0px;}.contentContainer {	background: #fff;	padding: 0;	border: 1px solid #dedede;	min-height: 300px;	-moz-box-shadow: 0 2px 2px -2px #CCCCCC;	-webkit-box-shadow: 0 2px 2px -2px #CCCCCC;	box-shadow: 0 2px 2px -2px #CCCCCC;}.paymentsOuterWrapper {	padding: 20px;}.paymentsLtWrapper {	margin-bottom: 30px;}.pmtAccHeader {	margin: 5px 0 15px;	position: relative;	position: relative;}.pmtAccHeader span {	font-size: 15px;	font-weight: 500;}.pmtAccHeader .addRuleCont a {	top: -2px;}.pmtAccHeader .addRoundBtn {	border-radius: 30px;	-moz-border-radius: 30px;	-webkit-border-radius: 30px;	padding: 8px;	background: #24A68A;	border: 1px solid #24A68A;	position: absolute;	right: 0;	top: -7px;	-moz-box-shadow: 0 4px 10px 0px #c3c3c3;	-webkit-box-shadow: 0 4px 10px 0px #c3c3c3;	box-shadow: 0 4px 10px 0px #c3c3c3;}.pmtAccHeader .addRoundBtn svg {	fill: #ffffff;	width: 21px;	height: 21px;}.paymentsLtWrapper .pmtAccCont {	background: #fff;	border: 1px solid #ebebeb;	padding: 20px 0;	border-radius: 8px;	-moz-border-radius: 8px;	-webkit-border-radius: 8px;	-moz-box-shadow: 0 2px 2px 0px #dcdcdc;	-webkit-box-shadow: 0 2px 2px 0px #dcdcdc;	box-shadow: 0 2px 2px 0px #dcdcdc;}.pmtAccCont ul {	width: 45%;	border-right: 1px dashed #ccc;	min-height: 57px;	border-right: 1px dashed ccc;	padding: 0 20px;}.pmtAccCont ul.lastchild {	margin-right: 0;	border: none;}.pmtAccCont li input[type="text"] {	width: 100%;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	padding: 5px;}.pmtAccCont label {	display: block;	margin-bottom: 5px;	color: #222;	font-size: 14px;}.pmtAccCont label.lAction {	display: block;	margin-left: 20px;	margin-top: -3px;	cursor: pointer;	margin-top: 0\9;}.pmtAccCont em {	background: #EBEBEB;	border: 1px solid #E1E1E1;	border-radius: 3px;	-moz-border-radius: 3px;	-webkit-border-radius: 3px;	display: block;	font-size: 14px;	padding: 5px;}.pmtAccCont .responceAct {	display: block;	line-height: 19px;	padding-left: 14px;	padding-top: 12px;}.pmtAccCont .mandAction {	padding-top: 20px;}.pmtAccCont .ptype label, .pmtAccCont .ptype .dropdownBg {	width: 100%;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;}.paymentsOuterWrapper input[type="text"], .paymentsOuterWrapper textarea {	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	border: 1px solid #DDD;	width: 100%;	font-size: 12px;	font-weight: 400;	color: #000;	padding: 7px 5px;	height: 30px;}.paymentsLtWrapper .zf_selectbox select {	width: 107%;}.paymentsLtWrapper .zf_Side120 select {	width: 115%;}.paymentContWrapper .sandMode label {	display: inline-block;	color: #222;	margin-top: -3px;	margin-top: 0px\9;}.pmtAccCont input[type="radio"], .pmtAccCont input[type="checkbox"] {	outline: none;}.pmtAccCont .ppErrorMsg {	margin-left: 20px;	margin-top: 15px;}.paymentWrapper {	position: relative;	margin-top: 35px;}.paymentWrapper .paymentContWrapper {	background: #fff;	border: 1px solid #ebebeb;	padding: 25px 0;	padding-top: 35px;	border-radius: 8px;	-moz-border-radius: 8px;	-webkit-border-radius: 8px;	-moz-box-shadow: 0 2px 2px 0px #dcdcdc;	-webkit-box-shadow: 0 2px 2px 0px #dcdcdc;	box-shadow: 0 2px 2px 0px #dcdcdc;}.paymentWrapper .paymentContWrapper .ppErrorMsg {	margin: 0 15px 15px;	font-size: 13px;}.paymentWrapper .paymentContWrapper .pmtContainers {	border-right: 1px dashed #ccc;	width: 44%;	padding: 0 25px;}.paymentWrapper .paymentContWrapper .pmtContainers h3 {	padding: 5px;	font-size: 14px;	font-weight: 500;	background: #f7f7f7;	margin-bottom: 15px;	margin-left: -10px;	padding-left: 10px;}.paymentWrapper .paymentContWrapper .bdrNone {	border: none;}.paymentContWrapper li {	margin-bottom: 20px;}.paymentContWrapper li input[type="text"] {	width: 100%;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	padding: 5px;}.paymentContWrapper label {	display: block;	margin-bottom: 5px;	color: #222;	font-size: 13px;}.paymentContWrapper .zf_selectbox select {	padding: 5px;	padding-bottom: 4px;}.paymentContWrapper li.currencyDrop .dropdownBg {	width: 94%;}.paymentWrapper .paymentActWrapper {	position: absolute;	right: 0px;	top: 0%;	border-radius: 0px 12px 0px 45px;	-moz-border-radius: 0px 12px 0px 45px;	-webkit-border-radius: 0px 12px 0px 45px;	overflow: hidden;}.paymentWrapper .paymentActWrapper .addIcon {	margin-right: 10px;}.paymentWrapper .disableMerchant {	top: -19px;}.paymentsRtOutWrapper {	margin-left: 315px;}.paymentsRtWrapper {	padding: 15px 20px 30px;	border: 1px solid;}.onePayElement .paymentContWrapper {	width: 734px;}.paymentsRtWrapper .paymentsRtHeadWrap {	margin-bottom: 10px;	padding: 0;}.paymentsRtHeadWrap span {	border-bottom: 1px solid #CCCCCC;	color: #222222;	display: block;	font-size: 16px;	font-weight: 400;	padding-bottom: 10px;	margin-bottom: 10px;}.paymentsRtHeadWrap p {	line-height: 21px;	color: #919191;}.donationCont {	margin-left: 0px;	padding: 0;}.donationCont span {	padding-top: 10px;	display: block;	margin-right: 20px;	float: left;}.donationCont em {	float: left;	font-size: 20px;	font-weight: 400;	height: 28px;	display: block;	padding: 0px 6px;	background: #E8E8E8;	border: 1px solid #ddd;	border-right: none;	color: #444;}.donationCont label {	display: block;	margin-bottom: 5px;	font-size: 13px;}.donationCont input {	width: 200px !important;}.opSettCont {	margin-top: 30px;	padding: 0;}.opSettCont ul {	margin-left: 20px;}.opSettCont li {	padding-top: 10px;}.opSettCont .optSettHead {	display: block;	color: #222222;	display: block;	font-size: 14px;	font-weight: 400;	margin-bottom: 5px;}.opSettCont input[type="text"] {	width: 200px !important;}.opSettCont label {	margin-left: 5px;}.subOpt {	margin-top: 5px;	margin-left: 20px;	display: block;}.plist {	border: 1px solid #ccc;	margin: 30px 0 0 0;	background: #fff;}.plist thead th {	padding: 10px 5px;	text-align: left;	vertical-align: middle;	background: #e3e3e3;	color: #5B5B5B;	text-shadow: 1px 1px 0 #FFFFFF;	white-space: nowrap;}.plist tbody tr {	border-bottom: 1px solid #f5f5f5;}.plist tbody td {	cursor: default;	padding: 5px;	text-align: left;	vertical-align: middle;}.paymentsFooter {	padding: 20px 15px;	text-align: left;}.paymentsFooter a {	margin-left: 5px;}.plist tbody tr .smEdit, .plist tbody tr .deleteIcon {	display: none;}.plist tbody tr:hover .smEdit, .plist tbody tr:hover .deleteIcon {	display: inline-block;	cursor: pointer;}.plist .colOne {	width: 30px;	text-align: center;}.plist .colTwo {	width: 50px;	text-align: center;}.pImg {	width: 35px;	height: 35px;	border: 1px solid #e6e6e6;	background: #fff;}.pBtn {	padding: 20px;	text-align: center;}.pBtnCont {	margin-top: 10px;}.payPopInner {	padding: 0;}.payPopInner .popupHeader {	border-bottom: 1px solid #E3E3E3;	padding: 15px;}.payPopInner .popupHeader .ppDeleteIcon {	margin: 0;	margin-top: 3px;	padding: 0;}.payPopInner .popupMainCont {	padding: 15px;}.payPopInner .popupFoot {	border-top: 1px solid #E3E3E3;	padding-bottom: 20px !important;	padding-top: 0 !important;}.payPopInner input[type="text"] {	border: 1px solid #ddd;	background: #fff;	width: 60%;	padding: 5px;	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;	line-height: 18px;}.payPopInner .popupMainCont label {	display: block;	width: 30%;	line-height: 21px;}.payPopInner .popupMainCont li {	padding: 10px 0;}.pAddIcon {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat -444px -59px;	width: 9px;	height: 9px;}.payOptCont {	margin-top: 10px;	padding: 0;}.payOptCont li {	margin-right: 25px;}.payOptCont li input {	margin-right: 10px;	margin-top: 9px;}.paypalIcon {	background: url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif) no-repeat 0 -245px;	width: 48px;	height: 26px;}.pFieldPopup .popUpInner {	padding: 0;}.pFieldPopup .popupHeader {	background: #fff;	padding: 15px;	height: 37px;}.pFieldPopup .popupHeader .flLeft {	margin-top: 6px;}.pFieldPopup .popupMainCont {	padding: 15px 25px;	background: #f7f7f7;	padding-top: 20px;}.pFieldPopup .popupFoot {	background: #f7f7f7;	padding: 0 25px 25px !important;}.pFieldPopup .popupFoot button {	margin-right: 5px;}.pFieldPopup .popupFoot button:first-child {    margin-left: 0;}.merDropDownCont {	position: absolute;	top: -16px;	cursor: pointer;	left: 15px;}.merDropDownCont .zf_selectbox {	padding: 5px;	width: 120px;	height: 26px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}.merDropDownCont .zf_selectbox span {	display: block;}.merDropDownCont .dropdownBg {	background: #FFF url(../image/dropdown_bg2.b3c0eb01349ef706ffa52b8500f4c362.png) no-repeat 109px top; }.merDropDownCont .zf_selectbox .payPalLogo {	margin-left: 3px;	margin-top: 3px;}.merDropDownCont .zf_selectbox .payPalLogo, .merDropDownCont .zf_selectbox .stripeLogo, .merDropDownCont .zf_selectbox .razorLogo {	margin-left: 3px;	margin-top: 3px;}.merDropDownCont .zf_selectbox .cOutLogo {	margin-left: 3px;	margin-top: 2px;}.merOutWrapper {	border: 1px solid #E0E0E0;	background: #fff;	border-bottom: none;	position: absolute;	width: 150px;	left: 0;	top: 35px;	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);	z-index: 1;}.merOutWrapper li {	border-bottom: 1px solid #E0E0E0;	padding: 7px;}.merOutWrapper li:hover {	background: #F7F7F7;	cursor: pointer;}.merOutWrapper span {	display: block;}.stripeLogo {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -21px -52px;	width: 50px;	height: 23px;}.payPalLogo {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -75px -50px;	width: 65px;	height: 20px;}.gCheckLogo {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -158px -53px;	width: 131px;	height: 20px;}.cOutLogo {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -233px -84px;	width: 82px;	height: 21px;}.razorLogo {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -395px -7px;	width: 82px;	height: 20px;}.paytabslogo {	background: url(../image/paytabs_logo.0948b1fc646531f8038f7ee400ee989a.png) no-repeat;background-size: 100%;	width: 70px; opacity: .8;height: 21px;display: inline-block;	}.serIcon {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -376px -53px;	width: 100px;	height: 23px;}.cardOuterWrapper {	border: 1px solid #E4E4E4;	background: #fff;	width: 375px;	margin-bottom: 10px;	-moz-box-shadow: 2px 2px 2px -2px #CCCCCC;	-webkit-box-shadow: 2px 2px 2px -2px #CCCCCC;	box-shadow: 2px 2px 2px -2px #CCCCCC;}.cardHeadWrapper {	margin: 0;	padding: 7px 15px;	background: #f7f7f7;}.cardHeadWrapper .cardHeadCont {	margin: 0;	padding: 0;	color: #4b4b4b;	font-size: 14px;	line-height: 27px;	font-weight: 400;}.cardHeadCont .headingText {	margin-right: 10px;}.cardHeadCont .crdHelpText {	font-size: 12px;	font-style: italic;	color: #818181;}.cardHeadCont span {	display: inline-block !important;	margin-right: 0;	margin-bottom: 0 !important;	padding: 0;}.cardHeadCont .crdAmt {	color: #4b4b4b;	font-weight: 300;	margin-right: 5px;}.crdAmt input[type="text"] {	width: 100% !important;	font-size: 13px;	color: #000;	font-weight: 400;	padding: 5px;	border: 1px solid #bfbfbf !important;	margin-top: 0;}.crdAmt label {	font-weight: 600;	font-size: 19px;}.credCardOutWrapper {	padding: 10px 15px 15px;}.credCardOutWrapper label {	display: block;	margin-bottom: 3px;	color: #7b7c86 !important;	font-size: 13px;}.credCardAccCont {	padding: 0;}.credCardAccCont .accNo {	width: 68%;	margin-right: 10px;	margin-bottom: 5px;}.credCardAccCont .cvvNo {	float: right;}.credCardAccCont .cvvNo input[type="text"] {	width: 70px !important;}.credCardAccCont .serviceType {	width: 100px;	height: 25px;	margin-top: 4px;}.credCardAccCont .expDate {	margin: 0;	padding: 0;}.credCardAccCont .expDate select {	border: none;	text-align: left;	padding-bottom: 4px;	padding-top: 4px;	width: 100%;	padding-right: 25px;	padding-right: 4px\9;}.credCardAccCont .form_sBox {	height: 28px;	width: 70px;}.credCardAccCont .form_sBox .customArrow {	top: 5px;	right: 5px;}.credCardAccCont .expDate .spaceBtn {	margin-right: 10px;}.payModeCont {	padding: 15px 10px;	font-size: 11px;	color: #8C8C8C;}.payModeCont span {	margin: 0 !important;	display: inline !important;	background-position: right;	font-style: italic;}.paypalLg {	background: url(../image/paypalLg.fc727900449b8ecf90e1c5afd05369f9.gif) no-repeat;	width: 65px;	padding: 2px 70px 5px 0 !important;}.googleCheckLg {	background: url(../image/googleCheckLg.59fb26a4225eb48afd65f05a04e03556.gif) no-repeat;	width: 130px;	padding: 2px 138px 5px 0 !important;}.cOutLg {	background: url(../image/cOutLg.f26ad47ddc6b7b63bd3d10ff2dfc16d3.gif) no-repeat;	width: 130px;	padding: 5px 87px 5px 0 !important;}.payModLogo .select span {	margin-left: 0;}.pMsg {	padding: 0 20px 0 15px;	height: 33px;	border: 1px solid #e3cec4;	border-right: none;	background: #fff8e9;	font-size: 12px;	position: relative;	line-height: 29px;	color: #222;	right: 50px;float: left;position: absolute;top: 5px;}.pMsg em {	font-size: 14px;	font-weight: 600;	font-weight: 600;	font-size: 18px;}.pMsg img {	margin-top: 2px;	padding-right: 5px;	float: left;}.pMsgImg {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -181px -161px;	width: 18px;	height: 35px;	position: absolute;	top: -3px;	left: -18px;}.pmtAccCont .zf_selectbox select {	height: auto;	padding: 5px;	padding-bottom: 4px;}.payStatus label {	float: left;	font-weight: 400 !important;	margin-right: 20px;	line-height: 27px !important;}.payStatus .form_sBox {	width: auto;}.checkOutDetails {	margin: 0 25px 15px;}.checkOutDetails .checkOutHead {	font-size: 13px;	font-weight: 400;}.checkOutDetails .checkOutHead p {	margin-bottom: 5px;}.checkOutDetails .checkOutHead a {	font-size: 13px;	text-decoration: underline;	cursor: pointer;}.checkOutDetails ol {	list-style-type: circle;	margin-left: 20px;}.checkOutDetails ol li {	color: #919191;	width: 100%;	line-height: 27px;	margin-bottom: 0;}code {	background-color: #f9f2f4;	border-radius: 2px;	color: #c7254e;	font-size: 90%;	padding: 2px 4px;	white-space: nowrap;	display: inline-block;	margin-top: 2px;	font-size: 13px;}.stripeHint {	color: #6f6f6f;	font-size: 11px;	font-style: italic;	margin-top: 15px;	padding: 0px;}.stripeHint b {	font-weight: 400;	color: #000;}.merchantTypeWrapper em {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -220px -4px;	width: 18px;	height: 18px;	display: inline-block;	float: left;	margin-right: 2px;	margin-top: 2px;}.merchantTypeWrapper a {	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	margin-right: 10px;	padding: 3px 8px 0 4px;	position: relative;	border: 1px solid #e5e5e5;	background: #fff;	height: 23px;	margin-bottom: 12px;}.merchantTypeWrapper a.selected {	border: 1px solid #1988d6;}.merchantTypeWrapper a:hover {	text-decoration: none;}.merchantTypeWrapper a.selected em {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -198px -4px;}.merchantTypeWrapper .payPalLogo {	background-position: -77px -51px;	display: inline-block;}.merchantTypeWrapper .stripeLogo {	background-position: -23px -52px;	display: inline-block;}.merchantTypeWrapper .cOutLogo {	background-position: -232px -85px;	display: inline-block;}.merchantTypeWrapper .razorLogo {	background-position: -395px -2px;	display: inline-block;}.pmtActionField {	margin-bottom: 12px;}.pmnt .tempContDiv .symbol {	font-size: 18px;	font-weight: bold;	margin-left: 5px;	margin-top: 1px;	width: auto;	display: inline-block;}.pmtAccHeader .addRuleCont .addIcon {	margin-right: 6px;}.pmnt .disabledField input[type="text"] {	background: #f8f8f8;	border: 1px solid #eeeeee;}.pScroll .popupFoot {	padding: 15px;}.noPaymentError {	border: 1px solid #ff0000 !important;}.noPaymentError .imageBdr {	display: none;}.noPaymentError p {	color: #ff0000;}.disableMerchant .zf_selectbox {	width: auto;	background: #fff;	padding: 5px 15px;}.disableMerchant .dropdownBg {	background-image: none;	cursor: auto;}.pmtContWrapper {	margin-top: 15px;	margin-bottom: 15px;}.pmtContWrapper .pmtAccHeader {	margin-bottom: 27px;}.pmtContWrapper .messageWrapper {	border: 1px solid #e7e7e7;	padding: 20px;}.pmtAmtAction .pmtAmtActionHead {	margin-bottom: 13px;	margin-top: 8px;}.pmtAmtAction .pmtAmtActionHead span {	float: left;	margin-right: 10px;}.pmtAmtAction .pmtAmtActionHead label {	margin-left: 18px;	cursor: pointer;	margin-bottom: 0;}.pmtAmtAction .pmtAmtActionHead input[type="radio"] {	margin-top: 3px;	margin-top: 0px\9;}.pmtAmtAction .empty {	margin-bottom: 7px !important;}.pmtAmtAction .empty label {	margin-left: 0;	cursor: auto;}.pmtAmtAction .pmtAmtActionCont {	margin-top: 3px;}.pmtAmtActionCont input[type="text"] {	width: 100% !important;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	padding: 5px;}.pmtAmtAction .customDropArrow {	width: 100% !important;}.marginBtmNone {	margin-bottom: 0 !important;}.emptyClass {	padding: 14px 10px;}.cCardPadd .expDate, .cCardPadd .cvvNo {	margin-top: 10px;}.sPmtAmtAction {	margin: 20px 0;	margin-top: 0;}.stripeExtraCont h3 {	padding: 5px;	font-size: 14px;	font-weight: 600;	background: #f7f7f7;	margin-bottom: 10px;}.stripeExtraCont .stripeEmailDetails {	position: relative;}.stripeExtraCont .stripeEmailDetails textarea {	width: 100%;	min-height: 75px;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	border: 1px solid #ccc;	border-radius: 3px  0 3px 3px;}.paymentActWrapper {	position: absolute;	right: 0;}.paymentActWrapper .deletePgCont {	position: relative;	float: right;	width: 0;	height: 0;	border-style: solid;	border-width: 0 40px 40px 0;	border-color: transparent #f1f1f1 transparent transparent;	z-index: 1;}.paymentActWrapper .deletePgCont .deletePgIcon {	cursor: pointer;	display: block;	height: 10px;	right: -34px;	position: absolute;	width: 10px;	top: 7px;	fill: #a6a6a6;}.paymentActWrapper .deletePgCont:hover .deletePgIcon {	fill: #ffffff;}.paymentActWrapper .deletePgCont:hover {	border-color: transparent #d53527 transparent transparent;}.errorWrapper {	padding: 15px;	background: #fff6f7;	margin: 20px 0;	border: 1px dashed #EED3D7;	color: #B94A48;	line-height: 23px !important;}.errorWrapper p{	color: #B94A48;}.errorWrapper .errorIconWrapper {	border-radius: 30px;	-moz-border-radius: 30px;	-webkit-border-radius: 30px;	border: 2px solid #B94A48;	padding: 4px;}.errorWrapper .errorIconWrapper svg {	width: 14px;	height: 14px;}.errorWrapper .errorCont {	margin-left: 40px;	margin-right: 50px;}.errorWrapper .errorCont h2 {	font-size: 17px;	font-weight: 500;}.errorWrapper .errorCont span {	font-size: 14px;}.errorWrapper .errorCont ol {	list-style: decimal inside none;	margin: 0;}.errorWrapper .errorCont li {	margin: 0;	padding: 0 !important;	line-height: 27px !important;}.paymentWrapper .errorWrapper {	margin: 15px 25px;	margin-bottom: 0;}.shippingInfoHead {	border-top: 1px solid #d2d2d2;	position: relative;	margin-bottom: 20px;	margin-top: 30px;}  .shippingInfoHead em {	padding: 5px;	background: #fff;	position: absolute;	top: -16px;	padding-left: 0;	font-size: 14px;	padding-right: 10px;	font-weight: 600;}.payment_workflowCon {	padding: 0 25px;	display: inline-block;}.payment_workflowCon a {	text-decoration: underline;}.pmwrkflow_Wrap {	margin-top: 30px;}.pmwrkflow_Wrap .pmtAccHeader {	margin-bottom: 10px;}.authorizeLogo {	background: url(../image/pngSpritelive.8d6bfb1b46f23ca5030982c48f63f51c.png) no-repeat -7px 0px;	width: 90px;	height: 20px;}.merDropDownCont .zf_selectbox .authorizeLogo {	margin-left: 3px;	margin-top: 2px;}.merchantTypeWrapper .authorizeLogo {	background-position: -7px 0px;	display: inline-block;}.razorNote_contain p {	color: #444 !important;	padding-left: 2px;	font-weight: 600;	padding-bottom: 5px;}.razorNote_contain li {	list-style: none;	margin-left: 15px;	padding: 3px 0px;	font-size: 12px;	margin-bottom: 0;}.razorNote_contain .icon-arrow-rht-icon {	top: 3px;	position: relative;	padding-right: 5px;}.credCardAccNme {	margin-bottom: 15px;}.credCardAccNme input {	width: 100%;}ul.splitRowrap {}ul.splitRowrap li {	width: 49%;	float: left;}.fldmarRht2 {	margin-right: 2%;}.BilingInfoHead {	margin-top: 15px !important;}.billingBdrleft {	border-left: 1px dashed #ccc;	border-right: none !important;}.authorizeInputWid{ width:100% !important;}.paypalChkout{ margin-top: 0;}.payChkoutLogo {	background: url(../image/paypal-chkout.cc230b6fa9d2d61c5c009fcf243c63aa.png) no-repeat;	background-size: 90%;    width: 112px; display: block;    height: 21px;}.payChkoutLogoSelect{ background-size: 100%; height: 24px; margin-top: 2px;}.payChkoutover{ margin-top: 3px;}.merchantTypeWrapper .payChkoutLogo{ margin-left: 20px;}.disableMerchant .payChkoutLogo{ background-size: 100%;}.paypalckoutInfo{ margin-top: 0px; cursor: pointer; }.webhookURLArea textarea:disabled{ background:#f5f5f5;}.webhookURLArea textarea{ min-height: 45px !important; width:100% !important;}.webhookConfigPopInfo label{ font-size:14px;}.webhookConfigPopInfo textarea{ line-height: 22px; margin-top: 3px;	}.webhookConfigPopInfo .statusCont p{ font-size: 14px; padding-top: 5px;}.webhookConfigDiv .radioOpt{ padding-bottom: 12px; margin-bottom: 0px !important;}.rzpwhkInfo{ margin-top: 2px; float: right; }.PaytmChklogo{background: url(../image/PaytmChk_logo.6be8af4af6c5c85b19599d0e62428b7c.png) no-repeat;background-size: 90%;	width: 54px; opacity: .8;height: 21px;	}.merDropDownCont .PaytmChklogo{ margin-top:3px; margin-left: 5px;}.merchantTypeWrapper .PaytmChklogo{ display:block; margin-left:20px; }.razorPayAuth .modifySelect input[type="text"] { width:315px;}.razorPayAuth .currencyDrop label{ width:170px;}.razorPayAuth ul li{ margin: 20px 0px;}.razorPayAuth .ppErrorMsg {    margin-top: -15px;}.razorPayAuth .radioOption .customRadio{ width:100px;}.razorPayAuth .modifySelect .radioOption{ padding-top: 5px;}.razorPayAuth .popupHeaderWrapper h3{ margin-left: 0; font-weight: 500;}.newRpayAuth .modifySelect{ text-align:center; margin-top: 20px; margin-bottom: 20px;}.newRpayAuth .razorNote_contain{ margin:10px 50px 10px 50px;}.newRpayAuth .razorNote_contain li{ padding: 5px 0px;margin-left: 60px;font-size: 14px;}.rpayAuthBtnNew {position: absolute;right: 50px;top:10px;}.rpayAuthaccount{position: absolute;right: 55px;top: 10px;}.rpayNewcontWrapper .rpayAuthaccount label{ padding-right: 10px; padding-top: 6px;}.rpayAuthaccount .customDropDown .customDropHeader{ height: 35px;}.rpayNewcontWrapper .pmtContainers{ margin-top: 25px;}.rpayAuthaccount .customDropDown .customDropHeader .viewText {    max-width: 200px;  }.rpayAuthaccount .customDropList ul li{ margin-bottom: 0 !important; padding-left:15px !important;}.rpayAuthaccount .customDropList ul li:last-child{ border-top: none; border-bottom:1px solid #F4F4F4;}.rpayAuthLoad{ text-align: center;}.rpayAuthLoad .sLoad{ width:22px !important; height: 22px !important;}.rpayAuthLoad p{ padding: 20px 10px;}.Instamojologo{background: url(../image/instamojoLogo.bd5ead1c7bc2514e506e29a50054f91d.png) no-repeat;background-size: 100%;	width: 70px; opacity: .8;height: 21px;	}.merDropDownCont .Instamojologo{ margin-top:4px; margin-left: 5px;}.merchantTypeWrapper .Instamojologo{ display:block; margin-left:20px;margin-top:2px; }.stripeHintnw{ margin-top:0px; margin-bottom:15px !important;}.pmtAmtLangFix { margin-bottom: 0 !important;}.pmtAmtLangFix .radioOption { margin-bottom: 13px;}.paystacklogo{background: url(../image/paystack-logo.f230a950df578cfbb82ecd9f77354430.png) no-repeat;background-size: 100%;	width: 85px; opacity: .8;height: 21px;	}.merDropDownCont .paystacklogo{ margin-top:4px; margin-left: 5px;}.merchantTypeWrapper .paystacklogo{ display:block; margin-left:20px;}.descFld a{ text-decoration:underline;}.descFld em{ font-style:italic;}.descFld b{ font-weight:bold;}.descFld i{ font-style: italic;}.descFld u{ text-decoration:underline;}.descFld ul{ margin:auto;}.descFld ul{ list-style:disc;}.descFld ol{ list-style:decimal;}.descFld ul, .descFld ol{margin: 10px 0;    padding-left: 20px;}.descFld  ol.code {    list-style-position: outside;    list-style-type: decimal;    padding: 0 30px;}.descFld  ol.code li {    background-color: #F5F5F5;    border-left: 2px solid #CCCCCC;    margin: 1px 0;    padding: 2px;}.descFld  blockquote.zquote {    border-left: 3px solid #EFEFEF;    padding-left: 35px;}.descFld  blockquote.zquote span.txt {    -moz-user-focus: ignore;    -moz-user-input: disabled;    -moz-user-select: none;    color: #058BC2;    float: left;    font: bold 50px Arial,Helvetica,sans-serif;    margin: -10px 0 0 -30px;}.descFld  blockquote.block_quote {    background: url("https://static.zohocdn.com/forms/images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0);    border-left: 3px solid #EFEFEF;    font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif;    margin: 15px 3px 15px 15px;    padding: 10px 10px 10px 40px;}.descFld  body {    font-family: Arial,Helvetica,sans-serif;    font-size: 13px;    margin: 8px;}.note .noteCont{ overflow:hidden;}.note .descFld{	overflow:hidden;	font-size: 13px;}.ui-widget-content{	background-color:#f6f6f6;	background-image:none;	border:none;	border:1px solid #dcdcdc;	-webkit-border-radius:2px;	-moz-border-radius:2px;	border-radius:2px;}.ui-corner-all{	-webkit-border-radius:2px;	-moz-border-radius:2px;	border-radius:2px;}.ui-datepicker-month:after, .ui-datepicker-month:before {    top: 38%;    border: solid transparent;    content: " ";    height: 0;    width: 0;    position: absolute;    pointer-events: none;    right: 10px;}.ui-datepicker-month:before {    border-color: rgba(255, 255, 255, 0);    border-top-color: #444444;    border-width: 5px;    margin-right: -5px;}.ui-datepicker-month:after {    border-color: rgba(255, 255, 255, 0);    border-top-color: #fff;    border-width: 3px;    margin-right: -3px;}.ui-widget-header{	background-color:#2F404E;	background-image:none;	border:none;	height:29px;}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{	background-color:#fff;		background-image:none;	color:#767676;}.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{	background-image:none;	background-color:#fff;	border:1px solid #969696;	color:#222;}.ui-widget{	font-family:Arial, Helvetica, sans-serif;	font-size:12px;}.ui-datepicker td span, .ui-datepicker td a{	text-align:center;	padding:5px 2px;}.ui-datepicker .ui-datepicker-title select{	margin:3px 0;}.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{	margin-top:-3px;	margin-left:-3px;}.ui-widget-header .ui-icon{	background-image:url(../image/sprite.cd4883ae8361398aaa9b97908d7c82ae.gif);	}.ui-icon-circle-triangle-w{	background-position:-403px -32px;}.ui-icon-circle-triangle-e{	background-position:-388px -32px;}.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{	color:#24A68A !important;	border:1px solid #24A68A;	background-color:#eef9f7;}.ui-datepicker-header .ui-state-hover {	background:none;	border:1px solid transparent;	cursor:pointer;}.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{	font-family: "Inter", 'Open Sans', "Lucida Grande", Arial, Arimo, Helvetica, sans-serif;	font-size:0.95em;}.ui-widget input{    font-size: 12px;    height: 26px;    border-radius: 3px;    box-sizing: border-box;    }.ui-widget-content .ui-state-highlight{     border: 1px solid #24A68A;    color: #fff !important;    background-color: #24A68A;}.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary{	background-color: #24A68A;    border: 1px solid #24A68A;    color: #fff;	opacity:1;}.ui-datepicker .ui-datepicker-title select {    margin: 3px 2px;}.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {    width: 42%;    border-radius: 3px;    padding: 3px 4px;    height: 23px;}.bodyBg .ui-zcolorpalette-sub-head{	color:#000;	border:1px solid #e7e7e7;	background-color:#e7e7e7;	-webkit-box-shadow: none;	-moz-box-shadow:none;	box-shadow:none;}.bodyBg .ui-dialog .ui-dialog-buttonpane button{ background-color: #DCDCDC;    border: 1px solid #CACACA;    color: #5B5B5B !important;    text-shadow: 0 1px #FFFFFF;}	.bodyBg .ui-widget-header .ui-icon-closethick{ background-position:0 -71px;}.bodyBg .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{ border:none;}.bodyBg .ui-dialog-titlebar .ui-dialog-titlebar-close{ padding:0;}input[type="text"]{ border:1px solid #ccc; padding:3px;}.ui-datepicker{ padding:0.3em 0.3em;}.ui-datepicker select{    width: 50px;    border: 1px solid #ccc;    background: #fff;    border-radius: 3px;    height: 26px;}.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ top:4px;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {	opacity: .32;	filter:Alpha(Opacity=35); 	background-image: none;	}.ui-datepicker-month:focus, .ui-datepicker select:focus {    outline: none;}// $Id: $.u-absoluteCenter {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  margin: auto;}.u-flexCenter {  display: flex;  align-items: center;  justify-content: center;}.u-offscreen {  position: absolute;  left: -999em;}.demo {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  margin: auto;  display: flex;  align-items: center;  justify-content: center;  flex-direction: column;}.demo :first-child {  margin-bottom: 20px;}.progress {  -webkit-transform: rotate(-90deg);          transform: rotate(-90deg);}.progress__meter,.progress__value {  fill: none;}.progress__meter {  stroke: #e6e6e6;}.progress__value {  stroke: #24A68A;  stroke-linecap: round;}.progressBarCont {      width: 100%;  background-color: #f5f5f5;  -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}.progressBarCont .progressBar {    width: 1%;  height: 3px;  background-color: #24A68A;  -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}