/* $Id$ */


/* ON-OFF Switch*/
.onOffSwt{cursor:pointer;vertical-align: top;width: 35px;height:20px;display: inline-block;border-radius: 20px;position:relative;/*background: #ddd;*/ background: #C6C6C6;}
.onOffcb{display: none;}
.onOffBtn,.onOffSwt{transition: 200ms ease;}
.onOffBtn{width: 16px;height: 16px;/*background: #fff;*/display: inline-block;border-radius: 20px;position: absolute;left: 2px;top: 2px;right:auto; background: var(--zm-primary-body-bg);}
input[type="checkbox"].onOffcb:checked + .onOffSwt{/*background: #72C98A;*/ background: var(--zm-enabled-switch-bg);}
input[type="checkbox"].onOffcb:checked + .onOffSwt .onOffBtn{left: 17px;}
/*Custom Checkbox*/
.cbCheckHtml{cursor: pointer;}
.ccbHtml {background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -79px -474px;cursor: pointer;display: inline-block;height: 15px;/* margin: -4px 0px 0 0; */vertical-align: middle;width: 15px}
/* .ccbTickHtml {border: 1px;border-style: solid;border-width: 2px;border-color: #4ab4fe;width: 4px;height: 8px;border-top: none;border-left: none;transform: rotate(45deg) scale(0);top: 0px;left: 3px;transform-origin: center;display:inline-block;position:absolute;} */
input[type="checkbox"].ccbRealHtml:checked + .ccbHtml {background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -102px -474px;cursor: pointer;display: inline-block;height: 15px;/* margin: -4px 0px 0 0; */vertical-align: middle;width: 15px}
input[type="checkbox"].ccbRealHtml + .ccbHtml + span{-webkit-user-select: none;}


.rbCheckHtml{cursor:pointer; margin-right: 20px; display: inline-block;}
.rbHtml{    background: #fff;display: inline-block; vertical-align: middle; position: relative; width:13px;height:13px;border:1px solid #aaa;border-radius: 50%;}
.rbHtml:after{content:""; display: inline-block; position: absolute;}
.rbTickHtml, .rbHtml:after{transition: 0.15s all ease-In-Out;-webkit-transition: 0.15s all ease-In-Out;border-radius: 50%;/*background: #4da4f9;*/width: 7px;height: 7px;border-top: none;border-left: none;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);top: 3px;left: 3px;transform-origin: center;-webkit-transform-origin: center;-moz-transform-origin: center;-ms-transform-origin: center;}
.rbCheckHtml:hover .rbHtml{border:1px solid #4da4f9;}
input[type="radio"].rbRealHtml:checked + .rbHtml .rbTickHtml, .rbCheckHtml input[type="radio"]:checked + .rbHtml:after{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);}
.rbCheckHtml input[type="radio"]:disabled + .rbHtml {
    cursor: not-allowed;
    opacity: 0.5;
}
input[type="radio"][disabled].rbRealHtml + .rbHtml{opacity:0.3;border: 1px solid #aaa !important;}
input[type="radio"][disabled].rbRealHtml + .rbHtml +.rbHtmlLb,input[type="radio"][disabled].rbRealHtml + .rbHtml{opacity:0.3;cursor:default;}
.rbHtmlLb{font-size: 1rem; vertical-align: middle; display: inline-block;}
.rbCheckHtml input[type="radio"]{display: none;}

/***On/Off Button***/
.onOffButs{user-select: none; padding: 10px 35px;width:150px;text-align: center;-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;display: inline-block;background-color: #a7a7a7;color: #fff;border-radius: 3px;cursor: pointer;    transition: 0.2s all ease;position: relative;top:3px;}
input[type="checkbox"].onOffcb:checked+.onOffButs{background: #62c796;}


/*Popup From Top*/
.ppTop{border: none !important;max-height: inherit !important;background: var(--zm-body-secondary-bg);position: fixed !important; padding: 25px; top: 0px !important; left: 50% !important;transform: translateX(-50%) translateY(-30%);-webkit-transform: translateX(-50%) translateY(-30%); opacity: 0;transition: transform 100ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);z-index: 999; margin: 0px !important; min-width: 550px; border-radius: 0 0 4px 4px;}
.ppTop:before{z-index:9;content:""; position: fixed;top: 0px;width: 100%;display: inline-block;height: 15px;left: 0px;}
.showPpTop{transform: translateX(-50%) translateY(0%);-webkit-transform: translateX(-50%) translateY(0%); opacity: 1;}

.zcrm-effect.ppTop .zcrm-content{transform: translateY(0%) !important; opacity: 1 !important; transition: none !important;}

.is-scroll.ppTop{padding: 0px;}
.ppTop .pp-header{padding: 20px 30px 16px; border-bottom: 1px solid #ccc; box-sizing: border-box; font-size: 1.429rem;}
.pp-content{padding:  30px; overflow:auto; box-sizing:border-box;}
.pp-footer{padding: 20px 30px; text-align: right;}
.pp-footer.box-sh{box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3); position: relative; z-index: 10;}
.headerBg.ppTop .pp-header{font-size: 22px; border: none; font-weight: 600; padding: 30px 30px 0px;}
.headerBg.ppTop .pp-content{padding: 25px 30px; }
.headerBg.ppTop .pp-footer{padding: 10px 30px 30px;}

.previewPageModQC .pp-content {overflow-x:hidden;
overflow-y:auto;
}


/***ToolTip****/
.wf_tooltip.setDelay {animation: tootTip 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.5s 1 forwards;}
.wf_tooltip {animation: tootTip 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.2s 1 forwards;opacity: 0;position: absolute;display: none;background-color: #222222;border: 1px solid #333333;border-bottom: 1px solid #333333;padding: 2px 8px;border-radius: 2px;color: #fff;font-size: 14px;text-align: left;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);z-index: 2000;max-width: 400px;transition: visibility 0.3s ease 0.5s;     word-break: break-word; }
.wf_tooltip.showOnLeft{animation: tootTip-right 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s 1 forwards;}
.wf_tooltip.showOnRight{animation: tootTip-left 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s 1 forwards;}

@keyframes tootTip  {
	0%{transform: translateY(7px);opacity:0;}
	100%{transform: translateY(2px);opacity:1;} 	
}
@keyframes tootTip-right  {
	0%{transform: translateX(-7px);opacity:0;}
	100%{transform: translateX(2px);opacity:1;} 	
}
@keyframes tootTip-left  {
	0%{transform: translateX(7px);opacity:0;}
	100%{transform: translateX(2px);opacity:1;} 	
}
.wf_tooltip.right:after{content: ""; display: inline-block; position: absolute; right: 7px; }
.wf_tooltip.left:after{content: ""; display: inline-block;  position: absolute; left: 9px; }
.wf_tooltip.center:after{content: ""; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%);}
.wf_tooltip.bottom:after{top: -8px; border-bottom: 7px solid #333333; border-left: 7px solid transparent; border-right: 7px solid transparent;}
.wf_tooltip.top:after{bottom: -8px; border-top: 7px solid #333333; border-left: 7px solid transparent; border-right: 7px solid transparent;}
.wf_tooltip.showOnRight:after{content: ""; display: inline-block;  position: absolute; left: -14px; border-top: 7px solid transparent; border-right: 7px solid #222222; border-bottom: 7px solid transparent;}
.wf_tooltip.showOnLeft:after{content: ""; display: inline-block;  position: absolute; right: -14px; border-top: 7px solid transparent; border-left: 7px solid #222222; border-bottom: 7px solid transparent;}
.wf_tooltip.showOnRight.top:after{bottom: 3px; top: auto;}
.wf_tooltip.showOnRight.bottom:after, .wf_tooltip.showOnLeft.bottom:after{top: 3px; bottom: auto;}

.wf_tooltip.noneArrow:after{display: none;}
.tt_showtop.wf_tooltip:after{border-top: 8px solid #222; border-bottom: none; bottom: -8px; top: auto;}



/****Message Band****/
.crm-msg{box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);padding:0px 50px 0px 0px;position: fixed; z-index: 150000000;/*background: #fff;border-radius: 2px; color: #333;*/ font-size: 15px;transition: 0.3s all ease;display: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; background: var(--zm-primary-body-bg); color: var(--zm-dropdown-text);}
.crm-msg-cnt{display: inline-block;max-width: 100%;vertical-align: top;padding: 10px 0px 10px 60px;}
/* .crm-msg.crm-band-success{border: var(--zm-success-band-border);}
.crm-msg.crm-band-error{border: var(--zm-error-band-border);}
.crm-msg.crm-band-info{border: var(--zm-info-band-border);}
.crm-msg.crm-band-warn{border: var(--zm-warning-band-border);} */

.crm-msg .cm-ico:after{content:"";position: absolute;left: 43px;top: 35%;}
.crm-msg.crm-band-success .cm-ico:after{/*border-left: 8px solid #3fbd5f;*/border-top: 6px solid transparent;border-bottom: 6px solid transparent; border-left: var(--zm-success-primary-band-left-border);}
.crm-msg.crm-band-error .cm-ico:after{/*border-left: 8px solid #ee4242;*/border-top: 6px solid transparent;border-bottom: 6px solid transparent; border-left: var(--zm-error-band-left-border);}
.crm-msg.crm-band-info .cm-ico:after{/*border-left: 8px solid #188bc7;*/border-top: 6px solid transparent;border-bottom: 6px solid transparent; border-left: var(--zm-info-band-left-border);}
.crm-msg.crm-band-warn .cm-ico:after{/*border-left: 8px solid #e98432;*/border-top: 6px solid transparent;border-bottom: 6px solid transparent; border-left: var(--zm-warning-band-left-border);}

.crm-msg .cm-ico{width: 45px;height: 100%;display: inline-block;position: absolute;}

.crm-msg.crm-band-success .cm-ico{/*background: #3fbd5f;*/ background: var(--zm-list-row-text2)}
.crm-msg.crm-band-error .cm-ico{/*background: #ee4242;*/ background: var(--zm-error-band-bg);}
.crm-msg.crm-band-info .cm-ico{/*background: #188bc7;*/ background: var(--zm-info-band-bg);}
.crm-msg.crm-band-warn .cm-ico{/*background: #e98432;*/ background: var(--zm-warning-band-bg);}

.crm-msg .cm-ico:before{position:absolute;left: 12px;top: 25%; display: inline-block;}

.crm-msg.crm-band-success .cm-ico:before{content: "";background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -182px -1162px;/*background-color: #3fbd5f;*/width: 20px;height: 20px; background-color: var(--zm-list-row-text2);}
.crm-msg.crm-band-error .cm-ico:before{content: "";background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -155px -1162px;/*background-color: #ee4242;*/width: 22px;height: 19px; background-color: var(--zm-error-band-bg);}
.crm-msg.crm-band-info .cm-ico:before{content: "";background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -234px -1162px;/*background-color: #188bc7;*/width: 20px;height: 20px; background-color: var(--zm-info-band-bg);}
.crm-msg.crm-band-warn .cm-ico:before{content: "";background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -208px -1162px;/*background-color: #e98432;*/width: 20px;height: 20px; background-color: var(--zm-warning-band-bg);}

.fromTopCenter{animation: fromTopCenter 0.5s ease 1 forwards; -webkit-animation: fromTopCenter 0.5s ease 1 forwards; transform: translatex(-50%); -webkit-transform: translatex(-50%); -moz-transform: translatex(-50%); -ms-transform: translatex(-50%);left: 50%;}
@keyframes fromTopCenter  {
	0%{top: -100px;opacity: 0;}
	50%{top: 60px;opacity: 1;}
	65%{top: 50px;opacity: 1;}
	80%{top: 57px;opacity: 1;}
	100%{top: 55px;opacity: 1;}
}
.crm-msg-close{background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -3px -1144px;width: 9px;height: 9px;display: inline-block;    position: absolute;cursor: pointer;top: 15px;right: 15px; }



/*****Sortable DIV******/
.crm_sorting{position: relative;}
.crm_sorting > div{width: 100% !Important; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;position: relative !Important;top: 0px !Important;left: 0px !important;    border-radius: 0px;   
 background: rgba(255,255,255,1);}
.crm_sorting > div.placeholder{ background: red; display: none;}
.crm_sorting > div.sortingEle{box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 7px 1px !Important; background: rgba(255,255,255,0.3); }
.crm_sorting > div.sortAnim{transition: 0.3s transform ease;}
.wf_link_white a { color:#fff; }

/*****Banner******/
/* .crmBanner-close{
 background: url('../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg') no-repeat -3px -1144px;    
 width: 9px;
 height: 9px;
 display: inline-block;
 cursor: pointer;
 margin-left: 15px;
} */

.crmBannerInfo{ 
	position: absolute;
	left: 50%;
	animation: crmBannerInfo 0.5s ease 1 forwards;	
	 background: #ffebc5;
	 padding: 10px 50px;
	 display:inline-block;
	 transform: translateY(-100%);
	transition: 0.1s all ease; 
	box-sizing: border-box; font-size: 16px;
	white-space: nowrap;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	}
	
@keyframes crmBannerInfo
  {
	0% { transform: translate(-50%, -100%);}
	100% { transform: translate(-50%, 0%);}
}
/*----------------------------------------*/
/*Schedular Progressbar styles start here*/
/*----------------------------------------*/


/*Schedular's Progressbar Animation start here*/
@keyframes schedularProgresLoad{
   from {margin-left: -40%;}
    to {margin-left: 85%;}
}
@-webkit-keyframes schedularProgresLoad{
   from {margin-left: -40%;}
    to {margin-left: 85%;}
}

/*Schedular's Progressbar Animation end here*/
.progBarWarp{
   width: 96.5%;
    margin-left: 3%;
    height: 5px;
    overflow: hidden;
    background-color: #97DC8D;
    border: 1px solid transparent;
    border-radius:4px;
}
.progBarWheel{
    height: 5px;
    width: 200px;
    overflow: hidden;
    background-image: linear-gradient(to right, transparent, #70A46A 50%, transparent);
    animation-name: schedularProgresLoad;
    animation-duration: 1100ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.minimizeSchedularPop{
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -145px -1209px;
    width: 16px;
    height: 2px;
    padding: 5px;
    top: 1px;
}
.schedularProgress-icon {
    background-position: -126px -1272px;
    border-left: 1px solid #ddd;
    height: 26px;
    width: 30px;
}
.parentMsgList{
    bottom: 28px;
    z-index: 300;
    transition: bottom 500ms linear;
}
.schedulePop-Hide{
    bottom: -350px;
}
.schedularProgress-pop {
    z-index: 315;
    width: 400px;   
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
    transition: all 500ms linear;
    bottom: -100%;
    right: 0;
}
.schedularProgress-pop h2{
    background: #313949;
    padding: 7px 18px;
    color: #fff;
    border-radius: 2px 0 0;
}
.schedularProgress-pop h2:after{
    content: '';
    display: block;
    clear: both;
}
.failedIcoSchedular:before{
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -176px -445px;
    width: 16px;
    height: 17px;
    position: absolute;
    left: -11px;
    top: 3px;
    content: '';
    display: block;
}
.succesIcoSchedular:before {
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -258px -323px;
    width: 16px;
    height: 17px;
    position: absolute;
    left: -11px;
    top: 0;
    content: '';
    display: block;
}
.partialSuccessIcoSchedular:before {
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -158px -364px;
    width: 16px;
    height: 17px;
    transform: scale(0.85);
    position: absolute;
    left: -11px;
    top: 0;
    content: '';
    display: block;
}
.updatesListTTl:after {
    content: ":";
    position: absolute;
    right: 5px;
}
.viewInfoData{
   padding: 10px 15px;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    background: #f5f5f5;
    margin: 0 10px;
}
.viewInfoData table{
    border-collapse: collapse;
}

.closeSchedularPop {
    width: 20px;
    height: 20px;
}
.closeSchedularPop:hover {
    opacity: 0.5;
}
.closeSchedularPop:after {
    content: '';
    display: block;
    background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat -136px -2195px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scheduledDataList{
    padding: 25px 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.scheduledDataList:last-child{
    border-bottom: none;
}
.schedularOpen{
    bottom: 28px !important;
}
.closeIconScheduler{
	background: url(../images/svgicons.35abdf377a8289ac2b08cac0d3c90f2a.svg) no-repeat 0px -1141px;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    opacity: 0;
    
}
.viewInfoData p{
	margin: 0 !important;
}
.scheduledDataList:hover .closeIconScheduler{
	opacity: 1;
}

.viewTranscriptPopup{
	display: inline-block;
    max-width: 100%;
    vertical-align: top;
    padding: 10px 0 10px 8px;
    cursor: pointer;
    color: var(--zm-list-row-text2);
}

/*----------------------------------------*/
/*Schedular Progressbar styles end here*/
/*----------------------------------------*/