/* --analytics-slider-demo.css */
#ftrgetstd{
background:#000;
}
#ftrgetstd .tac.pT20{
color:#fff !important;
}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.bglitblue{    background: rgb(233, 246, 255);}
.secpdn{ padding: 50px 0;}
.sdp-das-tit {
    letter-spacing: inherit;
    margin-bottom: 15px;
    line-height: 36px;
}
.pdtb50 {
	padding: 50px 0;
}
.lft-med {
	padding-left: 13%;
}
.sdp-dash-menu {
	display: table;
    margin: 0 auto;
}
.sdp-dash-menu ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
.sdp-dash-menu ul li {
	float: left;
	display: inline;
}
.sdp-dash-menu ul li a {
	display: block;
    font-size: 15px;
	color: #333;
	text-align: center;
	cursor: pointer;
	padding: 14px 25px 14px 10px;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	transition: 300ms linear;
	    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
}
.sdp-dash-menu ul li a:after {
	content: "";
/*    border-right: 1px solid #bdbbbb;*/
    padding-left: 0px!important;
}
.sdp-dash-menu ul li:last-child a:after {
	border-right: 0px solid #b2b1b1;
}
.sdp-dash-menu ul li a.current  {
	color: #2f7bc9;
	border-bottom: 2px solid #2f7bc9;
	transition: 300ms linear;
}
.sdp-dash-menu ul li a:hover {
	border-bottom: 2px solid #2f7bc9;
	transition: 300ms linear;
}

.sdp-dash-menu-dot {
	display: table;
    margin: 0 auto;
}
.sdp-dash-menu-dot ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
.sdp-dash-menu-dot ul li {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin: 2px;
    position: relative;
}
.sdp-dash-menu-dot ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.sdp-dash-menu-dot ul li a span {
	border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #898888;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border: 1px solid #BCBCBC!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sdp-dash-menu-dot ul li a.current span, 
.sdp-dash-menu-dot ul li a:hover span {
    height: 11px;
	background: #333;
    width: 11px;
    margin: -7px 0 0 -7px;
    border-radius: 100%;
}

.sdp-dashboard {
	margin-top: 50px;
}
.sdp-dashboard ul{
    list-style-type: none !important;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;    
	border: 1px solid #a3a3a3;
    box-shadow: 0 0 25px #0000004f;
}
.sdp-dashboard ul li{
	float: left;
}
.sdp-dashboard ul li {
	position: relative;
}
.sdp-dashboard ul li figure:after {
    content: " ";
    position: absolute;
	opacity: 0.1;
	background: #d8d8d8;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 300ms linear;
    cursor: pointer;
	z-index: 99;
}
.sdp-dashboard ul li:hover figure:after {
    background: #000000;
    opacity: 0.1;
	transition: 300ms linear;
}
.sdp-dashboard ul li figure:before {
    content: " ";
    position: absolute;
    bottom: 46%;
    left: 47.5%;
    width: 50px;
    height: 50px;
/*	opacity: 0.3;*/
	background: url(/sites/meweb/images/fr/service-desk/integrations/images/sdp-dash-zoom.png) no-repeat;
    transition: 300ms linear;
    cursor: pointer;
}
.sdp-dashboard ul li:hover:after {
	transform: scale(1.3);
}
.sdp-dashboard ul li .sdp-demoView {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 4px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    right: 12px;
    top: 12px;
    color: #9c9c9cde;
    background: #f0f0f0;
    cursor: pointer;
	transition: 300ms linear;
	z-index: 999;

}
.sdp-dashboard ul li:hover .sdp-demoView {
	display: block;
	background: #fff;
	color: #00000080;
	transition: 300ms linear;
}


.sdp-slid-prev {
    left: 200px;
}
.sdp-slid-next {
    right: 200px;
}
.sdp-slider-bg {
    position: absolute;
    z-index: 3;
    display: block;
    top: 60%;
    color: #ffffff;
    line-height: 24px;
    transform: translateY(-50%);
    font-size: 50px;
    background: #0000006b;
    padding: 3px 14px 16px;
    border-radius: 25px;
    opacity: 0.5;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}
.sdp-slider-bg:hover {
    opacity: 0.7;
}
.sdp-slid-next a, .sdp-slid-prev a {
    color: #ffffff;
    opacity: 0.5;
    /* text-shadow: 0px 0px 5px #000000; */
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sn-titl {
	font-size: 35px;
    line-height: 45px;
    margin: 0 0 15px;
    color: #000;
    letter-spacing: -1px;
    font-family: 'Zoho_Puvi_Regular';
}
.sn-sub-titl {
    font-size: 20px;
    
    line-height: 35px;
    color: #000;
    width: 65%;
    margin: 0 auto 10px auto;	
}
.sdp-slider-bg.bannr-dash {
    top: 50% !important;	
}
.sdp-slid-prev.bannr-dash {
    left: 50px !important;
}
.sdp-slid-next.bannr-dash {
    right: 50px !important;
}
.sdp-Sup-prev {
    left: -60px;
}
.sdp-Sup-next {
    right: -60px;
}
.sdp-Sup-bg {
    position: absolute;
    z-index: 3;
    display: block;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    font-size: 50px;
/*    background: #0000006b;*/
    padding: 3px 14px 16px;
    border-radius: 25px;
    opacity: 0.3;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}
.sdp-Sup-bg:hover {
    opacity: 0.7;
}
.sdp-Sup-next a, .sdp-Sup-prev a {
	color: #212121;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sdp-bullet_slider {
	position: absolute;
    top: 110%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);	
}
#sdp-dots li {
	display: inline-block;
    width: 14px;
    height: 13px;
    margin: 1px;
    position: relative;
}
#sdp-dots li a {
	display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#sdp-dots li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    border: 1px solid #BCBCBC!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#sdp-dots li a.current span, #sdp-dots li:hover a.current span, #sdp-dots li:hover a span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
.sub-mdl {
	padding-top: 50px; 
	padding-bottom: 100px !important;
}
/*.aplus-card-info {
	display: inline-block;
	opacity: 1;
	animation: 0.7s linear 0s normal forwards animopacity1;
  -webkit-animation: 0.7s linear 0s normal forwards animopacity1;
  -moz-animation: 0.7s linear 0s normal forwards animopacity1;
  -o-animation: 0.7s linear 0s normal forwards animopacity1;
}*/
.sdp-video {
	position: relative;
	margin-bottom: 60px;
}

.sdp-video a .bg-vido {
    width: 40% !important;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	box-shadow: 0px 0px 10px #b5b5b5;
}
.sdp-video a .icon-vido {
    position: absolute;
    top: 40%;
    left: 48%;
    width: 4.5%;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sdp-video a .icon-vido:hover {
    transform: rotate(120deg);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sdp-vid-tit {
	font-size: 24px;
    
    margin-bottom: 40px;
    color: #333;
    line-height: 30px;
    text-align: center;
}
/*New sdp page design started*/

.sdp-dash-new .sdp-dash-menu ul li a {
	border-bottom: 1px solid #fff !important;
	
}
.sdp-dash-new .sdp-dashboard ul {
	box-shadow: none !important;    
	border: 1px solid #dadada !important;
}
.sdp-dash-new .sdp-dash-menu ul li a.current {
    border-bottom: 1px solid #000000 !important;
}
.sdp-dash-new .sdp-dash-menu ul li a.current {
    color: #000000 !important;
    border-bottom: 1px solid #000000 !important;
	
}
.sdp-dash-new .sdp-slider-bg {    
	font-size: 70px !important;
    font-family: auto !important;
    background: none !important;
}
.sdp-dash-new .sdp-slid-next a, .sdp-dash-new .sdp-slid-prev a {
	color: #2d2d2d !important;
}
.sdp-dash-menu ul li a:hover {
	border-bottom: 2px solid #2f7bc9 !important;
}
.sdp-dash-new .sdp-dashboard ul li .sdp-demoView {
    box-shadow: none !important;
    font-size: 12px !important;
    border: 1px solid #f0f0f0;	
}
.sdp-dash-new .sdp-dashboard ul li:hover .sdp-demoView {
    border: 1px solid #dadada;	
}


.underline{text-decoration:underline}
.overlayDiv{background:#000 none repeat scroll 0 0;height:100%;left:0;opacity:.4;overflow:hidden;position:fixed;top:0;width:100%;z-index:999999}
#appVideo-testimonial, #aplus-help-webinar-section{background:#ffffff;left:5%;position:fixed;top:calc(5% + 22px);z-index:999999;width:90%;height:90%;padding:20px;-webkit-box-sizing: border-box;box-sizing: -moz-border-box; box-sizing: border-box;}
.closeVideo{background:#fff none repeat scroll 0 0;border-radius:50px;color: #333;cursor:pointer;font-size:16px;height:40px;line-height:40px;position:absolute;right:-9px;text-align:center;top:-11px;transition:all .4s ease 0;width:40px}
.closeVideo:hover{color: red;}

.slider { margin:35px 0 45px!important; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.3);}
.slider ul{ padding:0px!important; }
.slider li div{ padding:15px 10px;display: block;  cursor: pointer;background: #ebebeb; border-top: 4px solid #bbb; font-weight:500;color: #444;text-align:center;border-left: 1px solid #bbb;}
.slider li div span{ font-size:12px; color:#7e7e7e;text-align:center;font-variant:normal; font-weight:lighter}
.slider li em p{background: #f1f1f1;color: #000; width:96%; padding:2%; position:relative;margin-top:24px;text-align:center; font-size:13px !important; margin-bottom:0px; font-weight:bold;}
#carousel div:hover {opacity: 1;background: #f1f1f1;}
#carousel .flex-active-slide div {opacity: 1; cursor: default;background: #fff;border-top: 4px solid #7bbb2a; color: #444; text-align:center;border-left: 1px solid #bbb; }
#carousel .flex-active-slide div:first-child{border-right: 1px solid #bbb;border-left: 1px solid #fff;}
#carousel .flex-active-slide div:last-child{border-right: 1px solid #fff; border-left: solid 1px #bbb;}
#carousel .flex-active-slide:first-child div, .slider li:first-child div {border-left: none;}.slider
#carousel div span{font-size:12px; color:#7e7e7e;text-align:center;font-variant:normal; font-weight:lighter}

/* Loading
***********************/
.loading #slidr-container {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}

/* Layout
***********************/
#main {margin-left: 420px; margin-top: -25px;overflow: hidden;}
aside h3 {float: left;}


/* Media Queries
***********************/
@media screen and (max-width: 960px){
	#slidr-container{padding:35px}header{width:380px}#main{margin-left:380px}aside h3{float:none;font-size:20px}.toggle{margin-left:0;float:none;}
}
@media screen and (max-width: 768px){
#slidr-container{padding:20px 30px}
	header{width:100%;float:none;text-align:center}
	header img{width:120px}
	header h1{margin:0 auto 10px;font-size:32px}
	header h2{font-size:16px}header .button{margin-bottom:28px}
	#main{margin-left:0}h3.nav-header{margin:0 auto 10px;font-size:16px}
	nav{position:relative;min-height:46px;margin-bottom:20px;width:100%}
	nav ul{width:260px;padding:0;position:absolute;left:50%;margin-left:-130px;top:0;z-index:9999;border:1px solid #1e5486;background:#255a8c;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2)}
	nav li{display:none;margin:0}
	nav li a{border:none !important;text-shadow:1px 1px 0 rgba(0,0,0,0.3)}
	nav li a:hover{text-decoration:underline}
	nav .active{display:block}
	nav a{display:block;padding:10px 20px;text-align:center;font-size:12px}
	nav .active a{background:none;color:#fff;position:relative}
	nav .active a:after{font-family:flexslider-icon;content:'\f005';font-size:13px;position:absolute;right:10px;top:10px}
	nav ul:hover{background:#32679a}
	nav ul:hover li{display:block;margin:0 0 5px}
	nav ul:hover .active{border:1px solid #1e5486 !important;background:#255a8c;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}
	nav ul:hover .active a:after{display:none}
}
.syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important;background:none !important;border:0 !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;padding:0 !important;position:static !important;right:auto !important;text-align:left !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important;}
.syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important;}
.syntaxhighlighter.source{overflow:hidden !important;}
.syntaxhighlighter .bold{font-weight:bold !important;}
.syntaxhighlighter .italic{font-style:italic !important;}
.syntaxhighlighter .line{white-space:pre !important;}
.syntaxhighlighter table{width:100% !important;}
.syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
.syntaxhighlighter table td.code{width:100% !important;}
.syntaxhighlighter table td.code .container{position:relative !important;}
.syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;border:none !important;background:white !important;padding-left:1em !important;overflow:hidden !important;white-space:pre !important;}
.syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !important;}
.syntaxhighlighter table td.code .line{padding:0 1em !important;}
.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0em !important;}
.syntaxhighlighter.show{display:block !important;}
.syntaxhighlighter.collapsed table{display:none !important;}
.syntaxhighlighter.collapsed .toolbar{padding:0.1em 0.8em 0em 0.8em !important;font-size:1em !important;position:static !important;width:auto !important;height:auto !important;}
.syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
.syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;}
.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;}
.syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;width:11px !important;height:11px !important;font-size:10px !important;z-index:10 !important;}
.syntaxhighlighter .toolbar span.title{display:inline !important;}
.syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important;}
.syntaxhighlighter .toolbar a.expandSource{display:none !important;}
.syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important;}
.syntaxhighlighter.ie .toolbar{line-height:8px !important;}
.syntaxhighlighter.ie .toolbar a{padding-top:0px !important;}
.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none !important;}
.syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
.syntaxhighlighter.printing .line .content{color:black !important;}
.syntaxhighlighter.printing .toolbar{display:none !important;}
.syntaxhighlighter.printing a{text-decoration:none !important;}
.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important;}
.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important;}
.syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
.syntaxhighlighter.printing .preprocessor{color:gray !important;}
.syntaxhighlighter.printing .variable{color:#aa7700 !important;}
.syntaxhighlighter.printing .value{color:#009900 !important;}
.syntaxhighlighter.printing .functions{color:#ff1493 !important;}
.syntaxhighlighter.printing .constants{color:#0066cc !important;}
.syntaxhighlighter.printing .script{font-weight:bold !important;}
.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important;}
.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
/* Theming */
.syntaxhighlighter { clear: both; width: auto!important; font-size: 13px !important; line-height: 21px !important; font-family: Courier, "Courier New", monospace; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background-color: #fff !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
.syntaxhighlighter .line.alt1,
.syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
.syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
.syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
.syntaxhighlighter .keyword {color: #2a93b9!important;}
/**/
.syntaxhighlighter{background-color:white !important;}
.syntaxhighlighter .line.alt1{background-color:white !important;}
.syntaxhighlighter .line.alt2{background-color:white !important;}
.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
.syntaxhighlighter .line.highlighted.number{color:black !important;}
.syntaxhighlighter table caption{color:black !important;}
.syntaxhighlighter .gutter{color:#afafaf !important;}
.syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
.syntaxhighlighter.printing .line .content{border:none !important;}
.syntaxhighlighter.collapsed{overflow:visible !important;}
.syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
.syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
.syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
.syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
.syntaxhighlighter .toolbar a{color:white !important;}
.syntaxhighlighter .toolbar a:hover{color:black !important;}
.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
.syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important;}
.syntaxhighlighter .keyword{color:#006699 !important;}
.syntaxhighlighter .preprocessor{color:gray !important;}
.syntaxhighlighter .variable{color:#aa7700 !important;}
.syntaxhighlighter .value{color:#009900 !important;}
.syntaxhighlighter .functions{color:#ff1493 !important;}
.syntaxhighlighter .constants{color:#0066cc !important;}
.syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
.syntaxhighlighter .keyword{font-weight:bold !important;}


@media screen and (max-width: 768px){

.sdp-dash-menu ul li {
    width: 100%;
}
}

@media screen and (max-width: 667px){
	.secpdn {padding: 20px;}
	#scroll {
    position: relative;
    padding: 0px;
    display: none;}
h2 {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 1.25;
}
	.down-nav-link h2{ margin-top: 20px;}
	.down-nav-link span.act::after {margin-left: -10% !important;}
	.down-nav-link span.act:after{margin-bottom: -10px}
	.down-nav-link span.act:before{margin-left: 30px;margin-bottom: -10px}
}
.heading-menu {
    display: none;
}

div#lpeCDiv_6232 {
    top: -11px !important;
}

#scroll {
    position: relative;
    padding: 0px;
}

.slider ul {
    padding: 0px!important;
}

.flex-direction-nav {
    display: block;
}

.flex-direction-nav li a.flex-prev {
    left: -50px;
    width: 26px;
    height: 26px;
    background: url(/sites/meweb/images/fr/service-desk/integrations/images/advanced-analytics-sprite.png) no-repeat -1px -1px;
}

.flex-direction-nav li a.flex-next {
    right: -50px;
    text-align: right;
    width: 26px;
    height: 26px;
    background: url(/sites/meweb/images/fr/service-desk/integrations/images/advanced-analytics-sprite.png) no-repeat -31px -1px;
}

.slider ul {
    padding: 0px !important;
    list-style-type: none !important;
}

.flexslider {
    max-height: none;
}

.main-vid img {
    box-shadow: none!important;
}

iframe.main-vid {
    width: 889px !important;
    height: 500px !important;
}

.faq-list-cont {
    margin-left: 20px;
}

#faq-list li span {
    font-size: 17px;
    line-height: 50px;
}

#faq-list li p {
    color: #6e7a83;
}

#faq-list li {
    border-bottom: 1px solid #f1f1f1
}

.left-ele {
    position: fixed;
    top: 470px;
    right: 0px;
    background-color: #7DC62A;
    padding: 5px;
    color: #FFF;
    cursor: pointer;
    z-index: 8;
}

#onPromise select#MECountryListing,
#onPromise .dwn-form select {
    /* border: 1px solid #d6d6d6;*/
    width: 95% !important;
}

#meGDPRMessage {
    margin-top: 15px;
}

input#sendmemail {
    width: 20px !important;
    height: auto !important;
}

label#sendmemailcheck {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    font-size: 11px;
}

.prvcy-plicy {
    font-size: 11px;
    color: #000;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    margin-top: 15px;
}

.prvcy-plicy strong {
    font-weight: 600
}

.prvcy-plicy a {
    font-size: 11.5px;
    color: #000;
    text-decoration: none;
}

.box-list {
    margin: 30px 0 65px;
    padding: 0;
    overflow: hidden;
}

.box-list li {
    margin: 10px 2%;
    padding: 0 2%;
    float: left;
    width: 41%;
    background: #fff;
    overflow: hidden;
   min-height:160px
}

.rep-des {
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0px 0 8px 0;
    color: #000;
}

.box-list .circle {
    float: left;
}

.box-list .circle img {
    margin: 15px 14px;
    width: 32px;
    max-height: 32px;
}

.circle {
    width: 60px;
    height: 60px;
    background: #1eafef;
    border-radius: 60px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
}

#downloadSubmit {
    color: #fff !important;
}

.addrag-drop,
.adscalable,
.adchartsicon,
.addashboard,
.adflexible,
.adembed-report,
.adavailability,
.adzr-ipad {
    background-image: url(/sites/meweb/images/fr/service-desk/integrations/images/advanced-analytics-sprite.png);
    background-repeat: no-repeat;
    display: block;
    margin: 14px auto 0 auto;
}

.addrag-drop {
    background-position: -69px -4px;
    width: 32px;
    height: 32px;
}

.adscalable {
    background-position: -107px -4px;
    width: 22px;
    height: 32px;
}

.adchartsicon {
    background-position: -135px -4px;
    width: 27px;
    height: 32px;
}

.addashboard {
    background-position: -165px -3px;
    width: 32px;
    height: 30px;
}

.adflexible {
    background-position: -200px -2px;
    width: 32px;
    height: 32px;
}

.adembed-report {
    background-position: -233px -2px;
    width: 32px;
    height: 32px;
}

.adavailability {
    background-position: -267px -5px;
    width: 32px;
    height: 29px;
}

.adzr-ipad {
    background-position: -1px -37px;
    width: 32px;
    height: 32px;
}

.integhlpyou {
    background-image: url(/sites/meweb/images/fr/service-desk/integrations/images/advanced-analytics-sprite.png);
    background-repeat: no-repeat;
    display: block;
    margin: 14px auto 0 auto;
}

.ai-zia {
    background-position: -63px -43px;
    width: 58px;
    height: 60px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}

.slacsat {
    background-position: -187px -43px;
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}

.alertact {
    background-position: -125px -44px;
    width: 60px;
    height: 59px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}

.cir-blue1 {
    background-color: #39add1;
}

.cir-blue2 {
    background-color: #3079ab;
}

.cir-orange {
    background-color: #e59a13;
}

.cir-blue3 {
    background-color: #637a91;
}

.cir-green1 {
    background-color: #53bbb4;
}

.cir-green2 {
    background-color: #5cb860;
}

.cir-orange2 {
    background-color: #f9845b;
}

.cir-pink {
    background-color: #c38cd4;
}

.txt-style1 {
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}

#customers,
#custmrlgosroll,
#allFea {
    display: none;
}
#ftrgetstd{display: block}
.down-nav-link {
    margin-top: -55px;
}

.down-nav-link span.act::before,
.down-nav-link span.act::after {
    border-top-color: #355c7d;
}

.down-nav-link span.act::after {
    margin-left: -40%;
}

.down-nav-link span.act {
    background: #355c7d;
}

.down-nav-link span {
    background: #3daba8;
    font-size: 20px;
}

.dwn-form-cont {
    margin: 0px auto;
}

.left-ele {
    display: none;
    visibility: hidden;
}

.bannerflex {
    background: url(/sites/meweb/images/fr/service-desk/integrations/images/banner-bg.png) repeat-x;
    margin-top: 0 !important;
}

.bannerflex img {
    width: 1400px;
}

.nav-dwn.fr,
.btm-dwn {
    display: none;
}

#dwn-form-alert {
    background: #E9142B;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    line-height: 16px;
    max-width: 265px;
}

#dwn-form-alert {
    margin-top: 0px !important
}

#dwn-form-alert:before {
    position: absolute;
    left: 5%;
    top: -10px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E9142B;
    content: '';
}

.slctnav {}

.slct-country {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

div#selectdata {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 17px;
    padding: 5px 15px 5px 5px;
    position: relative;
    cursor: pointer;
}

ul.country-tab {
    display: none;
    width: 100%;
    z-index: 99;
    position: absolute;
}

span.slt-parent {
    content: "";
    position: absolute;
    height: 8px;
    width: 11px;
    background: #0000008f;
    display: block;
    right: 15px;
    top: 15px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate( 180deg);
}

.slct-country:hover span.slt-parent {
    transform: rotate(360deg);
}

.country-tab li {
    background-color: #f2f2f2;
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.country-tab li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.country-tab li a:hover {
    padding: 10px;
    font-weight: bold;
    color: #F00880;
}

.signupbtn {
    margin-top: 20px;
}

.signupbtn a {
    background: #7BBB2A;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

.zh-banner-bg {
    background: url(/sites/meweb/images/fr/service-desk/integrations/images/itsm-advanced-analytics.jpeg) no-repeat;
    padding: 0 0 52px 0;
    background-size: cover;
    min-height: 300px;
}

.zh-banner-bg .cmn-breadcrum {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.zh-banner-bg h1 {
    color: #fff;
    line-height: 1.42;
    padding: 20px 0;
    font-size: 30px !important;
}

.zh-banner-bg h3 {
    color: #fff;
    font-size: 19px;
    margin-top: 0px;
}

.zh-banner-bg .cmn-breadcrum a::after {
    background: #fff !important;
}

@media only screen and (max-width: 414px) {
    .zh-banner-bg h1 br {
        display: none;
    }
    .dwn-form-cont,
    .dwn-form {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width:820px) {
    .box-list li {
        width: auto;
        display: block;
        float: none;
    }
    .down-nav-link span {
        font-size: 14px;
    }
    .down-nav-link span em:first-child {
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .dwn-form-cont {
        width: 90%;
        margin: 0 auto;
    }
    .tab-down-icon,
    .tab-cloud-icon {
        display: none;
    }
    .nav-dwn {
        display: block;
    }
    #slidr-container {
        padding: 0 10px;
    }
    .slider {
        margin-top: 0 !important;
    }
    .bannerflex {
        banner-top: 0;
    }
    .bannerflex {
        margin-top: 35px !important;
    }
    .zh-banner-bg {
        background-position: revert;
        background: #ebf8ff;
    }
    .zh-banner-bg h1,
    .zh-banner-bg h3 {
        color: #272727;
    }
    .zh-banner-bg .cmn-breadcrum a,
    .zh-banner-bg .cmn-breadcrum a:hover,
    .zh-banner-bg .cmn-breadcrum .smlarlft,
    .bradkrm span.fntwt400 {
        color: #0000;
    }
}

.index-dwn-form {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}

.index-dwn-form .input-effect {
    background: #fff;
}

.index-dwn-form li {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    text-align: left;
}

.index-dwn-form li input,
.index-dwn-form li select {
    width: 100% !important;
    font-family: 'Zoho_Puvi_Regular';
    height: 34px;
    border: 1px solid #000;
    font-size: 14px;
    padding: 7px;
    border-radius: 3px;
}

.signupbtn {
    border: 1px solid #ef372e;
    height: 40px;
}

.index-dwn-form li .dc-info {
    font-size: 12px;
    margin-bottom: 0;
}

#APdownCloud .index-dwn-form li.seltbx_bt,
.signup-box li.seltbx_bt {
    padding-bottom: 5px;
}

.index-dwn-form li .dc-info .dcset {
    font-family: 'Zoho_Puvi_Bold';
}

.index-dwn-form li.aplus-login {
    text-align: center;
    font-size: 13px;
    padding-bottom: 0px;
}

.index-dwn-form li.aplus-login a {
    text-decoration: underline;
}

.submit-btn {
    width: 100% !important;
}

.submit-btn .btn-red {
    width: 280px !important;
    font-size: 18px !important;
}

.dwn-fm-titl {
    font-size: 26px;
    line-height: 45px;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #0A2B45;
    margin: 0px 0px 20px 0px;
}

.cloud-pass-not {
    color: #000;
    font-size: 11px;
    margin-bottom: 4px;
    text-align: left;
}

.signupbtn {
    background: #ef372e;
    color: #fff !important;
    border: 1px solid #ef372e;
    cursor: pointer;
}

#email_err_msg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.error.jqval-error {
    color: #ef362e;
    font-size: 11px;
}
.bradkrm {
    font-size: 14px;
    font-weight: lighter;
    padding: 8px 0px;
    position: relative;
    display: flex;
}
.cmn-breadcrum {
    padding-top: 15px;
}

.signupbtn:disabled {
    opacity: .5;
    cursor: default;
}

.zhide-common {
    display: none !important;
}

.zshow-common {
    display: block !important;
}

@media only screen and (min-width:1024px) {
    .zh-banner-bg .cmn-breadcrum a,
    .zh-banner-bg .cmn-breadcrum a:hover,
    .zh-banner-bg .cmn-breadcrum .smlarlft,
    .bradkrm span.fntwt400 {
        color: #fff !important;
    }
}

.dwn-form-cont,
.dwn-form {
    width: 520px;
    max-width: 520px;
    float:none
}

.dwn-form select,
.dwn-form input,
.dwn-form select,
select#MECountryListing {
    border-radius: 3px !important;
    min-height: 30px;
}

.dwn-form select {
    width: 84% !important;
}

#meGDPRMessage {
    width: 90% !important;
    line-height: 1.67;
}

#country_state {
    border: 1px solid #000;
    border-radius: 3px;
}

#downloadSubmit {
    background: #e23c32;
}

#onPromise select#MECountryListing,
#onPromise #country_state {
    min-height: 52px !important;
}

#onDemand .index-dwn-form li input,
.dwn-form input {
    width: 90% !important;
    border-radius: 3px !important;
}

#onDemand .index-dwn-form li select {
    width: 93% !important;
    min-height: 50px !important;
}

#onDemand #country_state,
#onDemand select#MECountryListing {
    min-height: 50px !important;
}

#onDemand input#signupbtn {
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ef372e;
    min-height: 45px;
}
.smlarlft {
    background: url(/sites/meweb/images/fr/service-desk/images/sdp-common-image.png) 0px 0px no-repeat;
    width: 6px;
    height: 9px;
    margin: 0 5px 5px 5px;
    position: relative;
    top: 5px;
    display: inline-block
}
.cmn-breadcrum .smlarlft {
    background: unset;
    top: 1px;
    font-size: 14px;
    height: auto;
    width: auto
}