/*$Id$*/
/* ============================= */
/* ! 	Button Model styles      */
/* ============================= */
.newbutton,.primarybtn,.newSaveBtn,.onboardBtn,.newCancelBtn,.newwhitebtn,.linkReodr,.newgreybtn,.graybtn,.greenbtn,.redbtn,.primaryflatbtn,.newgraybtn,.outlineprimaryflat,.outlineprimary, .newInsBtn,.dvcbtn,.greenFlatBtn,.savebtn, .secondarybtn, .secondaryredbtn, .secondarybtn2, .primarybtn2, .newgraybtn2, .secondarybtnMobile{
	border-radius: 2px;
	font-size:0.929rem;
	padding: 0.5rem 1.071rem;
	margin-right:8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing: border-box;
	-webkit-font-smoothing: auto;
	/* font-family: "ProximaNovaRegular", sans-serif; */
	background:transparent;cursor:pointer;
	outline:none;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	
}

.btn-default {
	padding: 0.5rem 1.071rem;
}

.btn-default {
	color: var(--zm-primary-body-text3) !important;
    background-color: var(--zm-primary-body-bg) !important;
    border-color: #C6C6C6 !important;
}

.btn-dark {
	color: #fff;
    background-color: #212529;
    border-color: #212529;
    fill: #fff;
}

.btn_small {
       padding: 0.2571rem 1.071rem;
}
.btn_big{
    padding: 0.8571rem 2.143rem;
    font-size: 1.071rem;
    margin-right: 0px;
}
.btn_medium{
	padding:0.5143rem 1.429rem;
	 font-size: 1.071rem; 
}
.primarybtn,.rep_primarybtn,.newSaveBtn{
	/*color: white !important;*/
    border-radius: 2px;
   /* background-color: #42a2eb !important;
   border: solid 1px #42a2eb !important; */
    box-shadow: none !important;
    color: var(--zm-primary-body-bg) !important;
    background-color: var(--zm-primary-bg) !important;
    border: 1px solid var(--zm-primary-color) !important;
}
.primarybtn.shadowed {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24) !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24) !important;
}
.primarybtn:hover,.newSaveBtn:hover, .primarybtn:focus,.newSaveBtn:focus{
	/*background-color: #3c98dd !important;
    border-bottom: solid 1px #1b70b0 !important;*/
    background-color: var(--zm-primary-button-hover) !important;
    border-bottom: var(--zm-primary-button-hover-bottom) !important;
}
.primarybtn2{
    border-radius: 2px;
    box-shadow: none !important;
    color: var(--zm-primary-button-text) !important;
    background-color: var(--zm-primary-button-bg3) !important;
    border: none;
}
.secondarybtn, .secondarybtnMobile{
	/*color: #0352cc! important;*/
    border-radius: 2px;
    /*background-color: #fff !important;
    border: solid 1px #0352cc !important;*/
    box-shadow: none !important;
    color: var(--zm-primary-button-bg) !important;
    background-color: var(--zm-primary-body-bg) !important;
    border: var(--zm-secondary-button-border) !important;
}
.secondaryredbtn{
	/*color: #0352cc! important;*/
    border-radius: 2px;
    /*background-color: #fff !important;
    border: solid 1px #0352cc !important;*/
    box-shadow: none !important;
    border:solid 1px #f35652;
	color:#f35652 !important;
    background-color: var(--zm-primary-body-bg) !important;
}
.secondarybtn:hover, .secondarybtn:focus{
	/*background-color: #0a46a4 !important;
	color: #fff !important;*/
	background-color: var(--zm-secondary-button-hover) !important;
	color: var(--zm-primary-body-color) !important;
}
.secondaryredbtn:hover, .secondaryredbtn:focus{
	
	background-color: #f35652 !important;
	color: var(--zm-primary-button-text) !important;
}

.secondarybtn2{
    border-radius: 2px;
    box-shadow: none !important;
    color: var(--zm-primary-button-bg3) !important;
    background-color: var(--zm-primary-body-bg) !important;
    border: 1.5px solid var(--zm-primary-button-bg3) !important;
}
.secondarybtn2:hover, .secondarybtn2:focus{
	background-color: var(--zm-primary-body-bg7) !important;
}
.newgraybtn:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-light-button-bg) !important;
}
.newgraybtn2:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-light-button-bg) !important;
}
.btn-default:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-light-button-bg) !important;
}
.primarybtn:not([disabled]):not(.no-focus):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-hover-shadow) !important;
}
.primarybtn2:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-hover-shadow) !important;
}
.secondarybtn:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-hover-shadow) !important;
}
.secondarybtn2:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-hover-shadow) !important;
}
.redbtn:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-shadow-focus) !important;
}
.btn-light:not([disabled]):focus {
	box-shadow: 0 0 0 0.25rem var(--zm-light-button-bg) !important;
}
.primarybtn:disabled,
.secondarybtn:disabled,
.newgraybtn:disabled, .secondarybtn2:disabled, .primarybtn2:disabled, .newgraybtn2:disabled, .secondarybtnMobile:disabled{
	opacity: 0.6;
	cursor: not-allowed;
}
.onboardBtn{
	border: 1px solid transparent;
    background-color: #e26f63 !important;
    background-image: none;
    color: white;
    margin-right:20px;
}
.onboardBtn:hover{
	background-color: #E46659 !important;
    border-bottom: solid 1px #B11814;
}
input,span{outline:none;}
.primarybtn[disabled], .rep_primarybtn[disabled]{
	opacity:0.5;
	/*background-color: #3c98dd !important;
    border-bottom: solid 1px #3c98dd;*/
    background-color: var(--zm-primary-button-hover) !important;
    border-bottom: var(--zm-primary-button-disabled);
     cursor: default;
}
.primarybtn[disabled]:hover, .rep_primarybtn[disabled]:hover{
	opacity:0.5;
}
.redbtn[disabled] {
	opacity: 0.5;
	cursor: default;
}
.greenbtn[disabled] {
	opacity: 0.5;
	cursor: default;
}
.primaryflatbtn{
/* 	background-image: none; */
    color: #fff;
   background: #42a2eb url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat -308px -1848px !important;
    padding-left: 30px !important;
    border: 1px solid transparent;
    display: inline-block;
}
.primaryflatbtn:hover, .primaryflatbtn:focus{
	border-bottom: solid 1px #1b70b0;
    background: #3c98dd url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat -308px -1848px !important;
}
.primaryflatbtn[disabled]{
	opacity:0.5;
	background-color: #3c98dd !important;
    border-bottom: solid 1px #3c98dd;
    cursor: default;
}
.primaryflatbtn[disabled]:hover{
	opacity:0.5;
}
.greenFlatBtn{
    color: #72c98a;
    background: #ffffff url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat 11px -631px;
    padding-left: 30px !important;
    border: 1px solid #72c98a;
    display: inline-block;
}
.greenFlatBtn:hover{
	border-color: #56AF6F;
}


.newwhitebtn,.newgreybtn,.linkReodr,.newCancelBtn,.dvcbtn{
	/*background-color: #fff !important;
	color: #3c3c3c;
    border: solid 1px #c4c4c4;*/
    background-color: var(--zm-primary-body-bg) !important;
    color: var(--zm-button-text);
    border: var(--zm-button-border);
}
.newwhitebtn:hover,.newgreybtn:hover,.linkReodr:hover,.newCancelBtn:hover, .newInsBtn:hover,.dvcbtn:hover{
	/*border: solid 1px #abaaaa;
    border-bottom: solid 1px #777;*/
    border: var(--zm-button-hover-border);
    border-bottom: var(--zm-button-hover-border-bottom);
}
.graybtndark,.newgraybtn{
	/*background-color: #fff !important;
	color: #3c3c3c;
    border: solid 1px #c4c4c4;*/
    background-color: var(--zm-light-button-bg) !important;
    color: var(--zm-button-text);
    border: var(--zm-button-border);
    }
.newgraybtn2{
   background-color: var(--zm-primary-body-bg) !important;
   color: var(--zm-primary-body-text);
   border: var(--zm-button-border);
}
.graybtndark:hover,.newgraybtn:hover, .newgraybtn:focus{
	/*border: solid 1px #abaaaa;
    border-bottom: solid 1px #777;*/
    border: var(--zm-button-hover-border);
    border-bottom: var(--zm-button-hover-border-bottom);
 }

.graybtn{
	background-color: #f2f2f2 !important;
    border: solid 1px #ebe8e8;
    color: #777777;
}
.graybtn:hover{border-bottom: solid 1px #999;} 
.greenbtn{
	background-color: #19bc7d !important;
    background-image: none !important;
    border: solid 1px #19bc7d !important;
    color: white;
}
.start {
    background-color: #19bc7d !important;
    border-radius:2px;
    border:solid 1px transparent;
}

.linkCol{color:#2e88cc !important;}
.greenbtn:hover,.start:hover{
	background-color: #1ec786 !important;
    border-bottom: solid 1px #148157 !important;
	
}
/*.greenbtnlight{
	background-color: #19bc7d !important;
    background-image: none !important;
    border: solid 1px #19bc7d !important;
    color: white; 
}
.greenbtnlight:hover{
	background-color: #1ec786 !important;
    border-bottom: solid 1px #148157 !important;
	
}*/
.redbtn{
	border: 1px solid transparent;
    /*background-color: #ec4844 !important;*/
    background-image: none;
    /*color: white;*/
    background-color: var(--zm-disabled-button-bg) !important;
    color: var(--zm-primary-button-text);
}
.redbtn:hover,#stopTimerDiv:hover{
	/*background-color: #f35652 !important;
    border-bottom: solid 1px #B11814;*/
    background-color: var(--zm-disabled-button-hover-bg) !important;
    border-bottom: var(--zm-disabled-button-hover-border);
}
div#stopTimerDiv { 
    border: 1px solid transparent;
    background-color: #ec4844 !important;
    background-image: none;
}
div#stopTimerDiv:hover {
   background-color: #f35652;
   border-bottom: solid 1px #B11814 !important;
}
.outlinegreenlight,.newgreenbtn{
    background: transparent;
    color: rgb(25, 188, 125);
    border: 1px solid rgb(25, 188, 125);
}
.outlinegreenlight:hover,.newgreenbtn:hover {
    background: #1abc9c;
    color: #fff;
    background-color: #19bc7d !important;
    border: solid 1px #19bc7d;
    border-bottom: solid 1px #148157;
}
.outlineredlight{
	border:solid 1px #f35652;
	color:#f35652;
}
.outlineredlight:hover{
	background-color:#f35652 !important;
	color:#fff;
	border:1px solid #f35652;
	border-bottom:solid 1px #B11814;
}
.outlineprimaryflat{
/* 	background-image: none; */
    color: #3c98dd;
    background:#fff url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat 11px -660px;
    padding-left: 30px !important;
    border: 1px solid #3c98dd;
    display: inline-block;
}
.outlineprimaryflat:hover{
	border-bottom: solid 1px #1b70b0;
	color:#fff;
    background: #3c98dd  url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat 11px -630px;
}
.outlineprimary{
	background-image: none;
    color: #3c98dd !important;
    border: 1px solid #3c98dd;
    display: inline-block;
}
.outlineprimary:hover{
	border-bottom: solid 1px #1b70b0;
	color:#fff !important;
	background-color: #3c98dd  !important;
}
.createlink:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    background: url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat -316px -1105px;
}
.createlink {
	/*border:1px solid #e1e1e1;*/
	padding: 5px 7px;
	border-radius: 2px;
	font-size: 0.857rem;
	color: #2C7BD0;
	margin-left: 5px;
	text-decoration: none;
}
.createlink:hover {
	/*border:1px solid #bbb;
	color:#333;
	text-decoration: underline;*/
}
/*** Due To RTL Issue: margin important should not added here 
.popup-model-footer .primarybtn {
    margin-right: 0px !important;
}***/
.relCenterBg .createlink {
	display: none;
}
.enableRelLinks .createlink {
	display: inline;
}
.norec .createlink {
/*display:none;*/
}
.rellistbL .createlink {
/*display:none;*/
	/*border:0px !important;
	text-decoration:none;
	padding:10px;*/
}
.rellistbL .createlink:hover {
/*text-decoration:underline;*/
}
.eventFooter a, .eventBrf a, .eventForm-ins a, #invitation a {
    color: #2e88cc !important;
    display: inline-block;
}
.eventFooter .red {
	color: #D42A1C !important;
}
.eventFooter a:first-letter, .eventBrf a:first-letter, .eventForm-ins a:first-letter, #invitation a:first-letter { text-transform: uppercase; }
.smallPlusGraybtn {
	display:inline-block;  
	background: #fff url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg") no-repeat -309px -1074px;
    padding-left: 30px;
    border: solid 1px #c4c4c4;
}
.smallPlusGraybtn:hover {
    padding-left: 30px;
    border-bottom: solid 1px #777;
}
.customPluswithImpotBtnCon{
	border: solid 1px #c4c4c4;
    background: #ffffff;
    display: inline-block;
    padding: 0PX;
    border-radius: 2px;    
    margin-right: 15px;
    height: 32px;   
    vertical-align: top;
}
#detailViewButtonLayerDiv .customPluswithImpotBtnCon{
	margin-right: 8px;
	    margin-left: -4px;
}
.customPlusBtn{
	background: url("../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg")no-repeat 11px -603px;
    width: 31px;
    border: none !important;
    text-indent: -9999px;
    padding: 0px 15px;
    margin: 0px;
    float: left;
    height: 31px;
    vertical-align: top;
}
.customImportBtn {
    border: 0px;
    margin-right: 0px;
    border-radius: 0px;
    border-left: solid 1px #c4c4c4;
    background: #fff;
    font-size: 14px;
    vertical-align: top;
    height: 32px;
    line-height: 13px;
    float: left;
}
.moredot_h2_35:after {
    background: #fff url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -172px -214px !important;
vertical-align: middle;
    width: 20px;
    height: 0.3557rem;
    display: inline-block;
    content: "";
}
.moredotparentBtn{
	padding: 0.35rem;
    width: 50px;
    text-align: center;
    height: 33px;
    display: inline-block;
}

.customImportBtn:hover{ 
	border:0px; 
	background: rgb(239, 239, 239); 
	border-left: solid 1px #c4c4c4 !important; 
}
.customPlusBtn:hover{ 
	background-color:rgba(239, 239, 239, 1); 
	vertical-align: top;
	float:left;
	border-radius:0px;
}
.moredot{
    background: #fff url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -162px -200px !important;
    padding: 7.5px 20px!important;
    vertical-align: middle;
    width: 20px;
}
.newgraybtndd{
/* 	background-color: #f8f8f8; */
	background: #f5f5f5 url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat 101% -831px;
	color: #3c3c3c;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	padding: 0.35rem 1.571rem 0.35rem 1.071rem;
	font-size:0.929rem;
	margin-right:3px;
}
.newgraybtndd:hover, .newgraybtndd.borAct { 
	border:solid 1px #abaaaa !important;
    border-bottom: solid 1px #777 !important; 
	color: #333; 
	background: #f5f5f5 url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat 101% -870px; 
}
.newgreenbtndd{
	background: transparent url(../images/btndownarrow.3e6d213647e99e8b73408ea302673268.svg) no-repeat scroll 95% 9px;
	color: rgb(25, 188, 125);
	border: 1px solid rgb(25, 188, 125);
	border-radius: 2px;
	padding: 0px 25px 0px 15px;
	font-size:0.929rem;
	line-height:2rem;
	height:2.25rem;
	margin-right:8px;
	transition: color background  0.1s ease-in-out;
}
.newSelect select{
	background-color: var(--zm-primary-body-bg);
    color: #3c3c3c;
    border: solid 1px #c4c4c4;
    padding-left: 9px;
}
.newSelect select:hover{border: solid 1px #abaaaa;
    border-bottom: solid 1px #777;
    }
.report_FilterSec{
	background-color: #fff;
    color: #3c3c3c;
    border: solid 1px #c4c4c4;
}
.outlinegreenlight{
	background: transparent;
    /*color: rgb(25, 188, 125);
    border: 1px solid rgb(25, 188, 125);*/
    color: var(--zm-integ-enable-button-text);
    border: var(--zm-integ-enable-button-border);
}

.newgreenbtndd:hover { 
	color: #fff; 
	background: #19bc7d url(../images/btndownarrow.3e6d213647e99e8b73408ea302673268.svg) no-repeat scroll 95% -57px; 
	 border: solid 1px #19bc7d;
    border-bottom: solid 1px #148157;
}
.newgraybtn[disabled]{
	color:#aaa !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.newgraybtn[disabled] span{ opacity:0.4}
.tb_newsmallbtn{color:#2C7BD0 !important;}


/*.newDelBtn:hover{background:#c35146;}
.newSaveBtn{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;cursor:pointer;background:#328cc9;padding:8px 21px;font-family: ProximaNovaLtSemibold !important;font-size:13px;border:1px solid #328cc9;color:#fff;}*/
/*.newDelBtn{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
cursor:pointer;background:#d9685a;padding:8px 21px;font-family: ProximaNovaLtSemibold !important;font-size:13px;border:1px solid #c35146;color:#fff;}*/
/*.newCancelBtn,.newInsBtn{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;cursor:pointer;background:#f3f3f3;padding:7px 15px;font-family: ProximaNovaRegular !important;font-size:13px;box-shadow: 1px 1px 0px 0px #d9d9d9;-webkit-box-shadow: 1px 1px 0px 0px #d9d9d9;border:1px solid #f3f3f3;color:#777777;min-width:70px;}
.newCancelBtn:hover,.newInsBtn:hover{border:1px solid #dddddd;color:#555555;}
input[type="button"].newSaveBtn:focus{border:1px solid #328cc9 !important;outline:none !important;background:#3a81be;}
input[type="button"].newGrayBgBtn:focus,input[type="button"].newInsBtn:focus,input[type="button"].newCancelBtn:focus,input[type="button"].newInsBtn:focus{-webkit-box-shadow: 1px 1px 0px 0px #d9d9d9;box-shadow: 1px 1px 0px 0px #d9d9d9;background:#ececec;border:1px solid #ececec !important;}
*/
/* ============================= */
/* !   Chzb plugin for filter    */
/* ============================= */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest

Version 1.4.2
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
	border: 1px solid #ccc !important;
	font-size: 0.929rem;
	/* 	*display: inline; */
	position:relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-family: ProximaNovaRegular, sans-serif;
}
/*
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.chosen-container .chosen-drop {
    background: #FFF;
	border: 1px solid #d6d6d6;
	position: absolute;
	top: 102%;
	left: -9999px;
    width:100%;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	z-index: 1010;
	margin:0 0 0 -1px;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    border-top: 0;
}
.chosen-container a {
	cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	/*height: 23px;*/
	line-height: 17px;
	padding: 5px 20px 5px 9px;
	color: #333;
	text-decoration: none;
	z-index:2 ;  
	-webkit-border-radius : 3px;
	border-radius : 3px;
	border:0px solid;
}

.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-single span {
	margin-right: 12px;
	display: inline-block;
	text-overflow: ellipsis;
	vertical-align: top;
}
.chosen-container-single .chosen-single-with-deselect span {	
	margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 10px;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url(../images/chosen-sprite.feca4cb1dd38de5366b28adbf1e29416.png) -42px 1px no-repeat;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
	display: inline-block;
	height: 100%;
	width: 18px;
	vertical-align: middle;
}
.whiteComboBox .chosen-container-single { margin-top: 5px !important; }
.chosen-container-single .chosen-single div b { display: none; }
.labelValCreate .chosen-container-single .chosen-single div b, .labelValTwo .chosen-container-single .chosen-single div b, .labelTabCreate .chosen-container-single .chosen-single div b, .bcDropDownTd .chosen-container-single .chosen-single div b, #showChartType .chosen-container-single .chosen-single div b,
.wf_form_UI .chosen-container-single .chosen-single div b, #setup_new_ContentDiv .cVarGroup .chosen-container-single .chosen-single div b {
    display: block;
    width: 8px;
    height: 4px;
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px !important;
    /* background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -314px -884px !important; */
}
.labelTabCreate .chosen-container, .labelTabCreate .chosen-container-single .chosen-single span { font-size: 15px !important; color: #666 !important; }

.bcDropDownTd .chosen-container-single .chosen-single div b { margin-top: 1px; }
.chosen-container-single .chosen-search {
	padding: 2px 0 0;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 0;
	padding: 4px 5px 4px 28px;
	outline: 0;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	font-family: ProximaNovaRegular, sans-serif !important;
	font-size: 0.929rem;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -306px -994px;
}
.chosen-container-single .chosen-search input[type="text"]:focus{ border: 0 !important; border-bottom: 1px solid #69cff3 !important; box-shadow: none;}
.chosen-container-single .chosen-drop {
	-webkit-border-radius: 0;
	border-radius        : 0;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	padding: 0;/*chosen-search removed called padding:8px 0;*/
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
	margin: 0;
	max-height: 240px;
	padding:0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	line-height: 15px;
	list-style: none outside none;
	margin: 0;
	padding: 5px 6px;
	color:#5a5a5a;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #efefef;
	color: #000;
}
.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	background: #fffdb8;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    background-color: #FFF;
    border: 0;
    margin: 0;
    padding: 1px;
   	overflow: hidden;
    height: auto!important;
    height: 1%;
    position: relative;
  	cursor: text;
  /*	min-height: 29px;*/
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	color: #999;
	background: rgba(0, 0, 0, 0)!important;
	border: 0;
	font-family: ProximaNovaRegular, sans-serif;
	font-size: 100%;
	height: 17px;
	padding: 0 5px;
	margin: 0;
	outline: 0;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #EDEDED;
	color: #5A5A5A;
	box-shadow: none;
	line-height: 13px;
	padding: 5px 20px 5px 5px !important;
	margin: 2px;
	position: relative;
	cursor: default;
	font-size:0.929rem;
}
.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 6px;
	top: 7px;
	width: 10px;
	height: 10px;
	font-size: 1px;
	background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -3px -1144px;
}
.chosen-container-multi .chosen-choices li.search-choice:hover {
	background: #EDEDED;
	cursor: pointer;
}
.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close {
 	background-position: -19px -1144px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: none;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 5px 20px 5px 9px;
    color: #444;
    text-decoration: none;
    z-index: 2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 5px 20px 5px 9px;
    color: #444;
    text-decoration: none;
    z-index: 2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #ddd;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* chosen -- End */

/*buttons*/
/*introduced in approval process setup*/
.newGreenbtn{ background:#73cd88;}
.newRedbtn{ background:#FC5454;}
.newPrimarybtn{ background-color: #83b9e4; }
.newPrimarybtn i{ background-color: #73aad4;}
.newSecondarybtn{ background-color: #f3f3f3; }
.newSecondarybtn i{ background-color: #e8e8e8;}
.newPrimarybtn i em.plus{ background:url(../images/plus.a9758d842bd1210f9285ecc0cdd8c895.png) no-repeat left top; display:inline-block; width:28px; height:27px;}
.newSecondarybtn i em.plus{ background:url(../images/sprite_approve.1c5d3e06cb9243867e73cd7ab212dfd4.svg) no-repeat -221px -205px; display:inline-block; width:28px; height:27px;}
.newPrimarybtn i em.check,.newSecondarybtn i em.check{ background:url(../images/sprite_approve.1c5d3e06cb9243867e73cd7ab212dfd4.svg) no-repeat -51px -206px; display:inline-block; width:28px; height:27px;}
.newPrimarybtn i em.check{ background-position:-51px -290px}
.newSecondarybtn:hover i em.plus{ background-position:-221px -234px}
.newSecondarybtn:hover i em.check{ background-position:-51px -234px}
.newPrimarybtn,.newSecondarybtn,.newGreenbtn,.newRedbtn,.newWhitebtn {
    border:0; 
    -webkit-border-radius: 3px;
   border-radius: 3px; 
   background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(0,0,0,0)); 
   background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(0,0,0,0)); 
   background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(0,0,0,0)); 
   background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(0,0,0,0)); 
   display:inline-block;
}
.newPrimarybtn i,.newSecondarybtn i{ 
 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(0,0,0,0)); 
 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(0,0,0,0)); 
 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(0,0,0,0)); 
 background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(0,0,0,0));
 display:inline-block; float:left; 
 }
.newPrimarybtn span,.newSecondarybtn span,input.newPrimarybtn,input.newSecondarybtn,.newGreenbtn,.newRedbtn,.newWhitebtn{ padding:7px 12px; font:normal 14px ProximaNovaRegular, sans-serif; text-shadow: none; color:#fff; display:inline-block; cursor:pointer}
.newWhitebtn{ color:#222;background-color:#fff;}
input.newPrimarybtn[type="button"]:focus{ border:0 !important}
.newSecondarybtn span,input.newSecondarybtn{ color:#999; text-shadow: 0 1px #fff;}
.newPrimarybtn:hover,.newPrimarybtn:hover i,.newSecondarybtn:hover,.newSecondarybtn:hover i,.newGreenbtn:hover,.newRedbtn:hover,.newWhitebtn:hover{
   background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.16), rgba(0,0,0,0)); 
   background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.16), rgba(0,0,0,0)); 
   background-image: -o-linear-gradient(bottom, rgba(0,0,0,.16), rgba(0,0,0,0)); 
   background-image: linear-gradient(to top, rgba(0,0,0,.16), rgba(0,0,0,0)); 
}

.gbtn, .gbtn:active {
    background: #60B35C;
    border-color: #79b176;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    line-height: 1.2;
    height: auto;
    padding: 5px 10px !important;
}
.greenbtnlight.gbtn:hover,
.greenbtnlight.gbtn:focus,
.greenbtnlight.gbtn:active {
    background: #6AA067;
    box-shadow: none;
    border-color: #2da416 !important;
    text-shadow: none;
}
#ceContenteditOptionsCtn .greenbtnlight{
	padding: 5px 15px !important;
	font-weight: bold;
}
.greenbtnlight {
    background: #79b176;
    color: #fff;
    font-size: 0.929rem;
    text-align: center;
   	margin-right: 0px;
    text-shadow: none !important;
    margin-top: 7px !important;
    background-color: #19bc7d !important;
    background-image: none !important;
    border: solid 1px #19bc7d !important;
}
.greenbtnlight:hover {
    /*border: none !important;*/
    box-shadow: none !important;
    background-color: #1ec786 !important;
    border-bottom: solid 1px #148157 !important;
}
.smallbtn{
	padding: 2px 8px !important;
	font-size: 0.857rem !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
	height: 1.5rem !important;
	width: auto !important;
	max-width: 150px !important;
}
/*#setup_new_ContentDiv .primarybtn{
	margin-top:20px;
}*/
/*Select2 class start here*/
.select2-dropdown, body>.select2-container{z-index: 150199 !important; }
/* .select2-results__option {
    white-space: nowrap;
    max-width: inherit;
    overflow: hidden;
	padding-right:20px;
} */
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left:0px;
}
.select2-container--default .select2-results>.select2-results__options{padding: 0 6px; margin: 6px 0px; /*padding-right: 50px;*/}

.select2-container--default .select2-selection--single{border: 1px; height: auto;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: normal;    display: inline-block;vertical-align: middle;}
.select2-container--default .select2-selection--single .select2-selection__arrow{background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;width: 9px;height: 4px;position: static;vertical-align: middle;display: inline-block;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}

.bcDropDownTd .select2-container{margin-top: 0px; position:relative; top: -1px;    padding-bottom: 5px;}
/* .newSelect:not(.repSelect):not(.webTabSelect):not(.newFullSelect) .select2-container{width: auto !important;} */
.newSelect.w100per:not(.repSelect):not(.webTabSelect) .select2-container {
	width: 100% !important;
}
body > .select2-container{ z-index:150199 !important;}
/* .select2-dropdown.select2-dropdown--below{animation: select2-container 0.2s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards; transform-origin: 30px top;} */
/* .select2-dropdown.select2-dropdown--above{animation: select2-container 0.2s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards; transform-origin: 30px bottom;} */
.select2-container--open .select2-dropdown--below{border-radius: 0px; /*border: 1px solid #d6d6d6 !Important;*/ box-shadow: 0 10px 17px rgba(0,0,0,0.3); top: 3px;    max-width: 950px; border: none !important;}
/* .select2-container--open:not(.newFullSelect-select2-container):not(.meetingTimezoneDropdownContainer):not(.meetingRecurringContainer):not(.meetingPaginationContainer) .select2-dropdown--below{width: auto !important;} */
.select2-container--open:not(.meetingTimezoneDropdownContainer):not(.meetingRecurringContainer):not(.meetingPaginationContainer) .select2-dropdown--above{border-radius: 0px; /*border: 1px solid #d6d6d6 !Important;*/ box-shadow: 0 -4px 17px rgba(0,0,0,0.3);  top: -1px;    max-width: 950px; border: var(--zm-sort-dropdown-border) !important;}
.select2-container--open.freeWidth .select2-dropdown {
        width: auto !important;
		/* max-width: 350px; */
}
.select2-container--open.freeWidth .select2-results__option {
	word-break: normal !important;
	/* white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
    max-width: 350px;
    width: 350px; */
}
.select2-container--open.fullHeight .select2-results__options {
	max-height: none !important;
}

#select2-noOfStorageAddon-results{
	height: 250px;
}

#select2-meetingParticipantsCount-results, #select2-webinarAttendeesCount-results{
	max-height: none !important;
}
.select2-container--open.freeFullWidth .select2-dropdown {
	 width: auto !important;
}
.select2-container--open.freeFullWidth .select2-results__option {
	white-space: nowrap !important;
}
.filterTypeSel::after {
	right: 0px;
}
ul.select2-results__options li{    max-width: 950px;overflow: hidden;/*text-overflow: ellipsis;*/}
.select2-search--dropdown{padding: 0px 10px 0px 10px !important; background: var(--zm-form-control-bg);}
.select2-container--default .select2-search--dropdown .select2-search__field{-webkit-appearance: none;border: 1px solid #BDC8D3 !important; margin:10px 0px 5px 0px; padding: 6px 28px 7px 10px; font-size: 0.9rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: var(--zm-form-control-color); background-color: var(--zm-form-control-bg);-webkit-border-radius: 4px;border-radius: 4px;-khtml-border-radius: 4px;}
/*.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-bottom: 1px solid #4ab4fe !important;}*/
.select2-results__option--highlighted .zdropdownlist__text{color: var(--zm-primary-button-bg) !important;}
.select2-results{padding: 0px !important; overflow:hidden;border-radius: 0px 0px 4px 4px;}
.meetingPaginationContainer .select2-results__option{ padding: 6px 25px 6px 7px!important;}
.select2-results__option{ padding:  8px 35px 8px 6px!important; box-sizing: border-box; display: block!important; /*color: #5a5a5a !important;*/ position: relative; white-space: normal; word-wrap: break-word; 
	word-break: break-word; width: 100%; color: var( --zm-primary-body-text1) !important; }
.select2-results__option[role=group]{padding: 6px 0px !Important;}
.select2-container--default .select2-results__option[aria-disabled=true], .select2-container--default .disabletrue {/*color: #999 !Important;*/ color: var(--zm-perpage-dropdown-hover-bg) !important;}
/* .select2-container--default .select2-results__option[aria-selected=true]{background: none !important; color: var(--zm-primary-body-text);} */
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{display:none !important;}

/* .select2-container--default .select2-results__option--highlighted[aria-selected]{ background: var(--zm-dropdown-hover-bg2) !important; color: var(--zm-primary-button-bg) !important; border-radius: 4px;} */
.select2-container--default.select2-container--disabled .select2-selection--single{background: none !important; cursor:not-allowed; }
.select2-container--default.select2-container--disabled .select2-selection--single span{opacity: 0.6 !important;}
/* .select2-container--default:not(.meetingPaginationContainer) .select2-results__option[aria-selected=true]:before {content: '';width: 12px;height: 8px;position: absolute;left: 8px;top: 50%;margin-top: -5px;background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -283px -34px;} */
.select2-container--default:not(.meetingPaginationContainer) .select2-results__option[aria-selected=true]:after {content: '';width: 15px;height: 12px;position: absolute;right: 10px;top: 30%;background: url(../images/TickBlue.7fce2e694cc2e6ad30e9637295871977.svg) no-repeat 0px 0px; background-size: 13px; background-position: 0px;}
.filterDropdown.select2-container--default:not(.meetingPaginationContainer) .select2-results__option[aria-selected=true]:after { right: 3px; }
.meetingPaginationContainer .select2-results__option[aria-selected=true]:after {content: '';width: 20px;height: 8px;position: absolute;top: 40%;right:8px;background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -278px -34px;}

.crm-select2-locked .select2-selection__choice__remove{display: none !important;}
/* .select2-dropdown.select2-dropdown--below:after{content: ""; border-bottom: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;display: inline-block;position: absolute;top: -8px;left: 19px;} */
/* .select2-dropdown.select2-dropdown--below:before{content: ""; border-bottom: 9px solid #ccc;border-left: 9px solid transparent;border-right: 9px solid transparent;display: inline-block;position: absolute;top: -9px;left: 20px;} */
/* .select2-dropdown.select2-dropdown--below:after, .select2-dropdown.select2-dropdown--below:before{animation: selectTwoArrow 0.1s ease 1 forwards; transform-origin: bottom;} */

/* .select2-dropdown.select2-dropdown--above:after{content: ""; border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;display: inline-block;position: absolute;bottom: -8px;left: 19px;} */
/* .select2-dropdown.select2-dropdown--above:before{content: ""; border-top: 9px solid #ccc;border-left: 9px solid transparent;border-right: 9px solid transparent;display: inline-block;position: absolute;bottom: -9px;left: 20px;} */
/* .select2-dropdown.select2-dropdown--above:after, .select2-dropdown.select2-dropdown--above:before{animation: selectTwoArrow 0.1s ease 1 forwards; transform-origin: top;} */

/* @keyframes selectTwoArrow  { */
/* 	0%{transform: scale(0);opacity:1;} */
/* 	100%{transform: scale(1);opacity:1;} 	 */
/* } */
@keyframes select2-container  {
	0%{transform: scale(0);opacity:1;}
	100%{transform: scale(1);opacity:1;} 	
}

/****FORM SELECT Container****/
.wf_form_UI .newSelect .select2-container--default .select2-selection--single{border: none!important;}
.wf_form_UI .newSelect .select2-container--default .select2-selection--single .select2-selection__rendered{padding: 0 !important; padding-right: 25px !Important;}
/* .wf_form_UI .newSelect .select2-container .select2-selection--single{line-height: normal;} */
.wf_form_UI .newSelect .select2-container .select2-selection--single{line-height: normal;height: auto;}
.wf_form_UI .newSelect:after{background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;width: 13px;height: 5px;right: 0px;}

/****NEW-SELECT Container****/
.newSelect .select2-container--default .select2-selection--single{/*border: 1px solid #dfdfdf !important;*/ font-size: 14px; height: auto;border-radius: 4px !important; border: 1px solid;}
.newSelect .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: normal;     display: inline-block; vertical-align: middle; max-width:350px;padding: 8px 30px 8px 7px;}
.newSelect .select2-container--default .select2-selection--single .select2-selection__arrow{content: "";pointer-events: none;background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;width: 13px;height: 5px;background-repeat: no-repeat;display: inline-block;position: static;background-color: transparent; margin-left: 10px;vertical-align: middle;}
.newSelect .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.newSelect .select2-selection__arrow{display: none !important;}
.newSelect:hover .select2-container--default .select2-selection--single {/*border: solid 1px #77828d !Important;*/border-width: 1px !important; border-style: solid !important; box-shadow: 0px 0px 5px #147ee229;}.newSelect.noBdr .select2-container--default .select2-selection--single {border: none !Important;}
.newSelect:hover .select2-container--default.select2-container--disabled .select2-selection--single{ border: var(--zm-sort-options-border) !important; box-shadow:none; }
.newSelect.noBdr:hover .select2-container--default .select2-selection--single {border: none !Important;}

#arrow_marketing_plus {
	content: "";
    pointer-events: none;
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -35px -938px;
    width: 13px;
    height: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    position: static;
    background-color: transparent;
    margin-left: -20px;
    margin-top: 30px;
    vertical-align: middle;
}

.unselectedBorder .select2-container--default .select2-selection--single {
	border:1px solid #FCBA8E !important;
}
.importMapping .select2-container--default .select2-selection--single .select2-selection__rendered {
	max-width:180px !important;
}
.importMapping .select2-container--focus .select2-selection--single {
	border:1px solid rgb(44, 123, 208) !important;
}

/****CRITERIA SELECT****/
.wf_chosen_ui .select2-container--default .select2-selection--single{border: 1px solid #dfdfdf; border-radius: 3px; width: 100%; margin-top: 3px; background: transparent;padding: 0 10px} 
.wf_chosen_ui .select2-container--default .select2-selection--single:hover{border-bottom: 1px solid #a5a5a5 !important}
.wf_chosen_ui .select2-container--default.select2-container--disabled .select2-selection--single:hover{border-bottom: 1px solid #e5e5e5 !important}
.wf_chosen_ui .select2-container .select2-selection--single .select2-selection__rendered{padding: 4px 0px; vertical-align: middle; display: inline-block; max-width: 125px;}
.wf_chosen_ui .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.wf_chosen_ui .select2-container--default .select2-selection--single .select2-selection__arrow{content: "";pointer-events: none;background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;width: 10px;height: 5px;background-repeat: no-repeat;display: inline-block;position: static;background-color: transparent; margin-left: 20px;vertical-align: middle;}
.wf_chosen_ui .select2-container{white-space: nowrap; width: 100% !important;}

/****CRITERIA SELECT****/
.newCriUi .wf_chosen_ui .select2-container--default .select2-selection--single{border: none; border-bottom: 1px solid #ccc; border-radius: 0px; padding: 1px 3px; width: 100%; margin-top: 3px; background: transparent;} 
.newCriUi .wf_chosen_ui .select2-container--default .select2-selection--single:hover{border-bottom: 1px solid #a5a5a5 !important}
.newCriUi .wf_chosen_ui .select2-container--default.select2-container--disabled .select2-selection--single:hover{border-bottom: 1px solid #e5e5e5 !important}
.newCriUi .wf_chosen_ui .select2-container .select2-selection--single .select2-selection__rendered{padding: 5px 0px; vertical-align: middle; display: inline-block; max-width: 125px;}
.ja_jp .newCriUi .wf_chosen_ui .select2-container .select2-selection--single .select2-selection__rendered{max-width: 85px;}
.newCriUi .wf_chosen_ui .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.newCriUi .wf_chosen_ui .select2-container--default .select2-selection--single .select2-selection__arrow{content: "";pointer-events: none;background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;width: 10px;height: 5px;background-repeat: no-repeat;display: inline-block;position: static;background-color: transparent; margin-left: 10px;vertical-align: middle;}
.newCriUi .wf_chosen_ui .select2-container{white-space: nowrap; width: 100% !important;}

.newCriUi .criSelctField + .select2-container--default .select2-selection--single{border: none; border-bottom: 1px solid #ccc; border-radius: 0px; padding: 1px 3px; width: 100%; margin-top: 3px; background: transparent;} 
.newCriUi .criSelctField + .select2-container--default .select2-selection--single:hover{border-bottom: 1px solid #a5a5a5 !important}
.newCriUi .criSelctField + .select2-container--default.select2-container--disabled .select2-selection--single:hover{border-bottom: 1px solid #e5e5e5 !important}
.newCriUi .criSelctField + .select2-container .select2-selection--single .select2-selection__rendered{padding: 5px 0px; vertical-align: middle; display: inline-block; max-width: 125px;}
.ja_jp .newCriUi .criSelctField + .select2-container .select2-selection--single .select2-selection__rendered{max-width: 85px;}
.newCriUi .criSelctField + .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.newCriUi .criSelctField + .select2-container--default .select2-selection--single .select2-selection__arrow{content: "";pointer-events: none;background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;width: 10px;height: 5px;background-repeat: no-repeat;display: inline-block;position: static;background-color: transparent; margin-left: 10px;vertical-align: middle;}
.newCriUi .criSelctField + .select2-container{white-space: nowrap; width: 100% !important;}


/****CREATE SELECT****/
.createSelect .select2-container--default .select2-selection--single{border: none; border-radius: 0px; width: 100%;}
.createSelect .select2-container{white-space: nowrap; width: auto !important;}
.createSelect .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.createSelect .select2-container--default .select2-selection--single .select2-selection__arrow {content: "";pointer-events: none;background: none !important;width: 13px;height: 5px;background-repeat: no-repeat;display: inline-block;position: static;background-color: transparent; margin-left: 20px;vertical-align: middle;}
.createSelect .select2-container .select2-selection--single .select2-selection__rendered {padding: 0px;vertical-align: middle;display: inline-block;max-width: 305px; line-height: normal;}
.createSelect .select2-container .select2-selection--single{height: auto;}

/****MULTI PICK LIST - CREATE SELECT****/
/* .tabDivCreate .select2-container .select2-selection--multiple{border: none;} */
.tabDivCreate .select2-container .select2-search--inline{padding: 0px;min-height: initial;}
.tabDivCreate .select2-container .select2-search--inline .select2-search__field{margin-top: 0px; min-width: 50px; padding: 0px;min-height: initial;}
.tabDivCreate .select2-container .select2-selection--multiple{border: none;min-height: inherit;}
.tabDivCreate .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0; vertical-align: middle;}
.tabDivCreate .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0px; margin-bottom: 5px; border-radius: 0px; background: #EDEDED; color: #5A5A5A;  font-size: 0.929rem; padding: 3px 5px;border: 1px solid #ccc;white-space:normal;word-break: break-all;}
.tabDivCreate .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}

/****MULTI PICK LIST - EDIT SELECT****/
/* .tabdiv .select2-container .select2-selection--multiple,.bcCardDetail .select2-container .select2-selection--multiple{border: none;} */
.tabdiv .select2-container .select2-search--inline,.bcCardDetail .select2-container .select2-search--inline{padding: 0px;}
.tabdiv .select2-container .select2-search--inline .select2-search__field,.bcCardDetail .select2-container .select2-search--inline .select2-search__field{margin-top: 0px; min-width: 50px; padding: 0px;}
.tabdiv .select2-container .select2-selection--multiple,.bcCardDetail .select2-container .select2-selection--multiple{border: none;min-height: inherit;}
.tabdiv .select2-container--default .select2-selection--multiple .select2-selection__rendered,.bcCardDetail .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0;}
.tabdiv .select2-container--default .select2-selection--multiple .select2-selection__choice,.bcCardDetail .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0px; margin-bottom: 5px; border-radius: 0px; background: #EDEDED; color: #5A5A5A;  font-size: 0.929rem; padding: 3px 5px;border: 1px solid #ccc;white-space:normal;word-break: break-all;}
.tabdiv .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.bcCardDetail .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}


/****MULTI PICK LIST - Popup SELECT****/
/* .zcrm-modal .select2-container .select2-selection--multiple{border: none;} */
.zcrm-modal .select2-container .select2-search--inline{padding: 0px;}
.zcrm-modal .select2-container .select2-search--inline .select2-search__field{margin-top: 0px; min-width: 50px; padding: 0px;}
.zcrm-modal .select2-container .select2-selection--multiple{border: none;min-height: inherit;}
.zcrm-modal .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0;}
.zcrm-modal .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0px; margin-bottom: 5px; border-radius: 0px; background: #EDEDED; color: #5A5A5A;  font-size: 0.929rem; padding: 3px 5px;border: 1px solid #ccc;white-space:normal;word-break: break-all;}
.zcrm-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}

/****MULTI PICK LIST - CREATE LINK****/
/* .cchosen .select2-container .select2-selection--multiple{border: 1px solid #ccc;border-radius: 0px;padding: 0px;} */
.cchosen .select2-container .select2-search--inline{padding: 0px;}
.cchosen .select2-container .select2-search--inline .select2-search__field{margin-top: 3px; min-width: 50px; padding: 3px 0px;}
.cchosen .select2-container .select2-selection--multiple{min-height: inherit;}
.cchosen .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0;}
.cchosen .select2-container--default .select2-selection--multiple .select2-selection__choice{margin: 3px 0px 0px 3px; border-radius: 0px; background: #EDEDED; color: #5A5A5A;font-size: 0.929rem;padding: 3px 5px;border: 1px solid #ccc;white-space:normal;}
.cchosen .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}
.cchosen.full-width .select2{width: 100% !important;}

/****MULTI PICK LIST - CREATE LINK****/
/* .newApCriteriaTable .select2-container .select2-selection--multiple{border: none;border-radius: 0px;padding: 0px;} */
.newApCriteriaTable .select2-container .select2-search--inline{padding: 0px;}
.newApCriteriaTable .select2-container .select2-search--inline .select2-search__field{border-bottom: 1px solid #ccc; margin-top: 2px; min-width: 100px; padding: 3px 0px;}
.newApCriteriaTable .select2-container .select2-search--inline .select2-search__field:hover{border-bottom: 1px solid #a5a5a5;}
.newApCriteriaTable .select2-container .select2-search--inline .select2-search__field:focus{border-bottom: 1px solid #4ab4fe !Important;}
.newApCriteriaTable .select2-container .select2-selection--multiple{border: none;border-radius: 0px;padding: 0px;min-height: inherit;}
.newApCriteriaTable .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0; vertical-align: bottom;}
.newApCriteriaTable .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 2px; border-radius: 0px; background: #EDEDED; color: #5A5A5A;  font-size: 0.929rem; padding: 3px 5px;border: 1px solid #ccc;white-space:pre-line;}
.newApCriteriaTable .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}

/****MULTI PICK LIST - left panel****/
/* .l-panel .select2-container .select2-selection--multiple{border: none;border-radius: 0px;padding: 0px;} */
.l-panel .select2-container .select2-search--inline{padding: 0px;}
.l-panel .select2-container .select2-search--inline .select2-search__field{ margin-top: 5px;  padding: 3px 0px;}
.l-panel.alt-wt .select2-container .select2-search--inline .select2-search__field{width: 100% !important; border-bottom:1px solid #dfdfdf;}
.l-panel.alt-wt{width: 100%;}
.l-panel.alt-wt .select2, .l-panel.alt-wt .select2 .select2-search--inline{width: 100% !important;}
.l-panel .select2-container .select2-search--inline .select2-search__field:focus{border-bottom: 1px solid #4ab4fe !Important;}
.l-panel .select2-container .select2-selection--multiple{border: none;border-radius: 0px;padding: 0px;min-height: inherit;}
.l-panel .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0; vertical-align: bottom;}
.l-panel .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 5px; border-radius: 0px; background: #EDEDED; color: #5A5A5A; padding: 3px 5px;border: 1px solid #ccc;font-size: .8rem;white-space: pre-wrap; }
.l-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{float: right;margin-right: 0px;margin-left: 7px;}

.ui-autocomplete{padding: 5px 0px !important; background: #fff !important; border: 1px solid #d6d6d6 !important; box-shadow: 0 10px 17px rgba(0,0,0,0.3);}
.ui-autocomplete li{padding: 0px;box-sizing: border-box; display: block!important;}
.ui-autocomplete li a{padding: 6px 25px !important; color: #5a5a5a !important; font-family: "ProximaNovaRegular", sans-serif; border: 0px !Important; font-size: 1rem !Important; line-height: normal !important;}
.ui-autocomplete li a:hover{background: #efefef !important; color: #000 !Important;}

/*multipicklist for mass convert popup */
.massConvertTable .select2-container .select2-selection--multiple {
    min-height: inherit;
/* } */
/* .massConvertTable .select2-container .select2-selection--multiple { */
    border: none;
}
.massConvertTable .mlSelect,.massConvertTable .cchosen{
   display: inline-block;
    width: 60%;
} 


.inputdrpDown:after{
	    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -36px -939px;
    width: 13px;
    height: 5px;
    right: 0px;
    content:"";
    display:inline-block;
} 
/* media for select2 picklist */
@media screen and/*!YUI-Compressor */(min-width: 1280px) {/*!YUI-Compressor */
	.detailViewContainer .createSelect .select2-container .select2-selection--single .select2-selection__rendered{
		max-width:150px;
	}
}
@media screen and/*!YUI-Compressor */(min-width: 1440px) {/*!YUI-Compressor */
	.detailViewContainer .createSelect .select2-container .select2-selection--single .select2-selection__rendered{
		max-width:200px;
	}
}
@media screen and/*!YUI-Compressor */(min-width: 1680px) {/*!YUI-Compressor */
	.detailViewContainer .createSelect .select2-container .select2-selection--single .select2-selection__rendered{
		max-width:260px;
	}
}
@media screen and/*!YUI-Compressor */(min-width: 1920px) {/*!YUI-Compressor */
	.detailViewContainer .createSelect .select2-container .select2-selection--single .select2-selection__rendered{
		max-width:280px;
	}
}

.deduplicate-sel .select2-container{width: 130px !important;}
#section #sectionRow .select2-container{width: 215px !important;}
#calPrefer_outer .select2-container{width: 200px !important;}

.sel-no-ui.newSelect .select2-container--default .select2-selection--single .select2-selection__rendered{padding: 0px; padding-right: 25px;}
.sel-no-ui.newSelect .select2-container--default .select2-selection--single{background: transparent; border: none !important;}

/*Select2 class end here*/
#authDiv .primarybtn{
	margin-top:0px;
}
.rPSelect,#rPSelect { max-width: 100%;}
.rPSelect span.select2-container,#rPSelect span.select2-container{max-width:100% !important;}
.rPSelect  .select2-container--default .select2-selection--single .select2-selection__rendered,#rPSelect  .select2-container--default .select2-selection--single .select2-selection__rendered{max-width:86% !important;}

input[type='file']::-webkit-file-upload-button { cursor:pointer; }

/**** Schedules ****/
#select2-Crm_Cfs_RECURRING_CUSTOM_MONTH_REPEAT_ON_DAY-results,#select2-Crm_Cfs_RECURRING_CUSTOM_OCCUR_FIRST-results,#select2-Crm_Cfs_RECURRING_CUSTOM_OCCUR_DAY-results {
	padding-right: 10px;
}
.cfsDelIc {background: url('../images/wf_spriteIcons.853bd51a2b2cd2201d2bfa3b78c83db5.svg') no-repeat -262px -7px;width: 17px;height: 12px;display: inline-block;cursor: pointer;}
.cfsEditIc {background: url('../images/wf_spriteIcons.853bd51a2b2cd2201d2bfa3b78c83db5.svg') no-repeat -238px -7px;width: 17px;height: 12px;display: inline-block;cursor: pointer;}
.cfsUndoIc {background: url('../images/unrotate.8549435dc6f86027bec0f89a6beec361.png') no-repeat;width: 17px;height: 11px;display: inline-block;cursor: pointer;}

#emailTemplateSPAN .select2-selection__rendered{max-width:220px;}

/*calendor */
#checkDuplicateEvent table td a{display:inline !important;}


/*Timeline Icons */
.timeLineHistTime:after{
	background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: -1px;
    border-radius: 50%;
   	background-position: -97px -1575px;
	background-color: #bebfbf;
    width: 30px;
    height: 30px;
    z-index: 19;
    visibility:visible;
}
/*unused css */

.timeline_email-opened .timeLineHistTime:after{
	background-position: -96px -1544px;
	background-color: #ff8a7c;
}
.timeline_email-clicked .timeLineHistTime:after{
	background-position: -128px -1543px;
	background-color: #ff8a7c;
}
.timeline_email-bounce .timeLineHistTime:after{
	background-position: -161px -1542px;
	background-color: #ff8a7c;
}
.tm-social-facebook .timeLineHistTime:after{
	background-position: -135px -1454px;
	background-color: #ff8a7c;
}
.tm-social-twitter .timeLineHistTime:after{
	background-position: -129px -1446px;
	background-color: #ff8a7c;
}
.tm-salesIQ-ic-conv .timeLineHistTime:after{
	background-position: -225px -1478px;
	background-color: #ff8a7c;
}
.timeline_chat-missed .timeLineHistTime:after{
	background-position: -256px -1479px;
	background-color: #ff8a7c;
}
.tm-salesIQ-pageVisit .timeLineHistTime:after{
	background-position: -288px -1479px;
	background-color: #ff8a7c;
}
.tm-salesIQ-surveyRes .timeLineHistTime:after{
	background-position: -96px -1511px;
	background-color: #ff8a7c;
}


.tm-zohoSupport-newTicket .timeLineHistTime:after{
	background-position: -128px -1510px;
	background-color: #ff8a7c;
}
.tm-zohoSupport-newResponse .timeLineHistTime:after{
	background-position: -160px -1511px;
	background-color: #ff8a7c;
}
.tm-zohoSupport-ticketOverdue .timeLineHistTime:after{
	background-position: -192px -1510px;
	background-color: #97c9b8;
}
.tm-zohoSupport-ticketescalation .timeLineHistTime:after{
	background-position: -225px -1512px;
	background-color: #97c9b8;
}
.tm-zohoSupport-ticketcomments .timeLineHistTime:after{
	background-position: -255px -1510px;
	background-color: #97c9b8;
}
.tm-zohoSupport-ticketrating .timeLineHistTime:after{
	background-position: -289px -1511px;
	background-color: #97c9b8;
}



.tm-compaign-opend .timeLineHistTime:after{
	background-position: -129px -1479px;
	background-color: #ff8a7c;
}
.tm-compaign-clicked .timeLineHistTime:after{
	background-position: -160px -1479px;
	background-color: #ff8a7c;
}
.tm-compaign-bounced .timeLineHistTime:after{
	background-position: -192px -1479px;
	background-color: #ff8a7c;
}
.tm-approval .timeLineHistTime:after{
	background-position: -288px -1544px;
	background-color: #bebfbf;
}

/*end */




.timeline_added .timeLineHistTime:after{
	background-position: -97px -1575px;
	background-color: #bebfbf;
}
.timeline_added.Notes .timeLineHistTime:after{
	background-position: -257px -1447px;
	background-color: #bebfbf;
}
.timeline_added.Events .timeLineHistTime:after{
	background-position: -288px -1447px;
	background-color: #bebfbf;
}
.timeline_added.Tasks .timeLineHistTime:after,.timeline_TaskAssigned .timeLineHistTime:after,.upcomingaction_tasks_added .timeLineHistTime:after{
	background-position: -96px -1478px;
	background-color: #bebfbf;
}
.timeline_added.Potentials .timeLineHistTime:after{
	background-position: -161px -1572px;
	background-color: #bebfbf;
}
.timeline_added.Accounts .timeLineHistTime:after{
	background-position: -2px -1511px;
	background-color: #bebfbf;
}
.timeline_added.Campaigns .timeLineHistTime:after{
	background-position: -129px -1479px;
	background-color: #ff8a7c;
}


.timeline_updated .timeLineHistTime:after,.upcomingaction_field_updated .timeLineHistTime:after{
	background-position: -256px -1542px;
	background-color: #bebfbf;
}
.timeline_Deleted .timeLineHistTime:after{
	background-position: -129px -1574px;
	background-color: #bebfbf;
}

.timeline_Received.Email .timeLineHistTime:after,.timeline_Received.Emails .timeLineHistTime:after{
	background-position: -193px -1544px;
	background-color: #ff8a7c;
}
.timeline_Sent.Email .timeLineHistTime:after,.timeline_MailSent .timeLineHistTime:after,.timeline_Sent.Emails .timeLineHistTime:after,.upcomingaction_emails_added .timeLineHistTime:after{
	background-position: -225px -1543px;
	background-color: #97c9b8;
}
.timeline_Calls_Received .timeLineHistTime:after{
	background-position: -161px -1447px;
	background-color: #ff8a7c;
}
.timeline_Calls_Attended .timeLineHistTime:after,.timeline_Calls_Scheduled .timeLineHistTime:after {
	background-position: -194px -1447px;
	background-color: #97c9b8;
}
.timeline_Calls_Missed .timeLineHistTime:after,.timeline_call-missed .timeLineHistTime:after{
	background-position: -225px -1447px;
	background-color: #ff8a7c;
}
.timeline_ChangeOwner .timeLineHistTime:after{
	background-position: -33px -1606px;
	background-color: #ff8a7c;
}

.timeline_closed.Tasks .timeLineHistTime:after{
	 background-position: -96px -1478px;
	 background-color: #bebfbf;
}
.timeLineHistDataList .Attachments .timeLineHistTime:after {
    background-position: -66px -1604px;
    background-color: #bebfbf;
}

.feature-slider{
    position: absolute;
   	z-index: 101;
    left: 0px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 95%;
    top: 47px;
    background:#f8f8f8;
    transform:scale(1);
    display:none;
     
}

.feature-slider-closeAni{
    transition: all 0.7s ease-in 0s;
    animation: onBoardFinish 0.7s ease-out;
    z-index:9999;
}
@keyframes onBoardTemp{
    0%{transform:scale3d(0.5,0.5,1);}
    45%{transform:scale3d(0.95,0.95,1);}
    70%{transform:scale3d(0.95,0.95,1);}
    100%{transform:scale3d(1,1,1);}
}
@-webkit-keyframes onBoardTemp{
    0%{-webkit-transform:scale3d(0.5,0.5,1);}
    45%{-webkit-transform:scale3d(1.02,1.02,1);}
    70%{-webkit-transform:scale3d(0.95,0.95,1);}
    100%{-webkit-transform:scale3d(1,1,1);}
}
@keyframes onBoardFinish  {
	0%{opacity:1}
	
	100%{opacity:0.5}	
}

.feature-slider .fs-header-section {
    padding: 35px;
    border-bottom: solid 1px #e4e4e4;    
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 5;
  
}
.fs-header-section-animation{
	border-bottom: solid 1px #e4e4e4;    
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 50;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	display:none;
}
.feature-slider .fs-content-section {
    padding-top: 55px;
    padding-bottom: 55px;
    height:100%;
}
.feature-slider .text-content-section{
    width:400px;
    height: 100%;
     display: inline-block;
    vertical-align: middle;
}
.feature-slider .image-content-section{
    width:700px;
    text-align: right;
    position: relative;

}

.feature-slider .image-content-section:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.feature-slider .image-content-section .image-container,.feature-slider .text-content-section>div{
    display: inline-block;
    vertical-align: middle;
}

.feature-slider .border-sep-bottom {
    width: 30px;
    border-bottom: solid 2px #ef514e;
    height: 2px;
    display: inline-block;
}
.feature-slider .fsBullets {
    position: absolute;
    top: 50%;
    right: 45px;
    z-index: 60;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}
.feature-slider .fsBullet {
    width: 6px;
    height: 6px;
    display: block;
    padding: 6px 5px 6px 4px;
}
.feature-slider .fsNavItem {
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.feature-slider .fsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e4e4e4;

}
.see-all-features {
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 100;
    opacity: 1;
    transition: all 0.3s ease-out;
    display:none;
}
.see-all-features-trans{
	opacity: 0.1;
    background: #000;
    width: 100%;
    position: relative;
    height: 36px;
    padding: 20px;
}
.see-all-features-btn{
	text-align:center;
}
.feature-slider .fsNavSelected span{
    background: #eb5353;
}
.feature-slider #fsvs-body {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 1;
    height: 100%;
}
.feature-slider #fsvs-body>* {
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.feature-slider .fsNavItem:hover span{
   transform: scale(1.8);
   cursor:pointer;
}

.largeClose{
    background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -299px -1608px !important;
    width: 16px;
    height: 16px;    
    z-index: 70;
}
.feature-slider .newPopupCloseIcon{
    background: #fff;
    width: 16px;
    height: 16px;
    z-index: 70;
    box-shadow: 0 2px 9px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 50%;
    opacity:0.8;
}
.feature-slider .newPopupCloseIcon:before {
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -248px -103px;
    width: 16px;
    height: 17px;
    content: "";
    display: inline-block;
    z-index: 71;
}
.feature-slider .newPopupCloseIcon:hover{
	opacity:1;
}
/* .feature-slider{ */
/* 	display:none; */
/* } */
.icon_stop,.icon_play{
	    
	    vertical-align: middle;
}

@media only screen and/*!YUI-Compressor */ (max-width: 1280px){/*!YUI-Compressor */
	.fs-content-section.slider2,.fs-content-section.slider3,.fs-content-section.slider4,.fs-content-section.slider5{
		padding-top:15px !important;
		padding-bottom:85px !important;
	}
	.fs-content-section.slider6{
		padding-top:30px !important;
		padding-bottom:85px !important;
	}
	.fs-content-section.slider7{
		padding-top:30px !important;
		padding-bottom:85px !important;
	}
	.fs-content-section.slider2 img,.fs-content-section.slider3 img,.fs-content-section.slider4 img,.fs-content-section.slider5 img,.fs-content-section.slider6 img,.fs-content-section.slider7 img{
	     width: 550px;
	   	 height: 400px;
	}
}

@media only screen and/*!YUI-Compressor */ (max-width: 1380px){/*!YUI-Compressor */
	.fs-content-section.slider2,.fs-content-section.slider3,.fs-content-section.slider4,.fs-content-section.slider5{
		padding-top:15px !important;
		padding-bottom:90px !important;
	}
	.fs-content-section.slider6{
		padding-top:30px !important;
		padding-bottom:85px !important;
	}
	.fs-content-section.slider7{
		padding-top:30px !important;
		padding-bottom:85px !important;
	}
	.fs-content-section.slider2 img,.fs-content-section.slider3 img,.fs-content-section.slider4 img,.fs-content-section.slider5 img,.fs-content-section.slider6 img,.fs-content-section.slider7 img{
	     width: 550px;
	   	 height: 400px;
	}
}

.viewSkyeye
{
    padding: 7px 10px 7px 35px;
    color: #07a5c6;
    border: 1px solid #07a5c6;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
	background-color: #fff;
}
.skyeyeLogo
{
	background: url(../images/sprite_topband.a1a4fe4fde38635f63a640d8f79a84ff.png) no-repeat -8px -337px;
    width: 23px;
    height: 22px;
    left: 17px;
    top: 6px;
    margin-top: 5px;
}
.noDataFoundSkyeye
{
	width: 440px;
	position: absolute;
	left: calc(50% - 220px);
	background-color: #fff;
	z-index: 29;
	box-shadow: 0 3px 17px rgba(0,0,0,.3);
	
}
.errIconSkyeye
{
	opacity: 0.5;
	margin: 0 auto;
    margin-bottom: 15px;
	background: url(../img/sprite_module%20builder.svg) no-repeat -164px -285px;
    width: 24px;
    height: 24px;
}
.noDataTTWrapper
{
	margin-top: 0;
	opacity: 0;
	transition: opacity 250ms linear, margin-top 250ms linear;
}
.noDataTT
{
	background-color: #07a5c6;
    color: #fff; 
    padding: 2px 7px 3px;
    border: 1px solid #07a5c6;
    border-radius: 2px;
    box-shadow: -2px 3px 5px rgba(0,0,0,0.1);
}
.noDataTT:before
{
	content: "";
    position: absolute;
    top: -6px;
    left: 12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #07a5c6;
}
.noDataLoading {
	position: absolute;
    height: 26px;
    width: 19px;
    top: 1px;
    left: 20px;
}
.noDataLoading span {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 3px;
	border-radius: 100%;
	background-color: #07a5c6;
}
.noDataLoading span:nth-last-child(1) {
	animation: loadingND .4s .1s linear infinite;
}
.noDataLoading span:nth-last-child(2) {
	animation: loadingND .4s .2s linear infinite;
}
.noDataLoading span:nth-last-child(3) {
	animation: loadingND .4s .3s linear infinite;
}
@keyframes loadingND {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(0,8px);
	}
	100% {
		transform: translate(0,0);
	}
}
.pointerEveNone
{
	pointer-events: none;
}
.businessInfoBtn .noDataLoading{
	margin-top: 5px;
}
.noDataTTShow
{
	margin-top: 5px;
	opacity: 1;
	transition: opacity 150ms linear, margin-top 150ms linear;
}
#chooseRecordPopUp .chosen-container {border: 0px !important;}

select{outline:none !Important;}
.outlinegreenlight .sendDMadded
{
	 border-right: solid 1px #19bc7d !important;
}
.outlinegreenlight:hover .sendDMadded
{
	 border-right: solid 1px #fff !important;
}

 .outlinegreenlight:hover .sendmailgroupbtn  {
    background: #1abc9c;
    color: #fff;
    background-color: #19bc7d !important;
  } 
.outlinegreenlight .sendmailgroupbtn{
    background: transparent;
    color: rgb(25, 188, 125);
    border: none;
    border-radius:0px;
    
 }
.cVarGroupBtn:hover{background-color:#f5f5f5}

.field-error {
	border-color: #f07b79 !important;
}

.meetingDropDownMaxWidth {
  max-width: 75vw !important;
}

/* .textField:focus {
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
} */
