@import url(https://fonts.googleapis.com/css?family=PT+Mono);
body.role-administrator .container, body.role-support .container, body.role-administrator .sidebar-content, body.role-administrator .showSideBar, body.role-support .sidebar-content, body.role-support .showSideBar {
   /* top: 0;*/
}
body{
	padding-bottom: 60px;
	    word-wrap: break-word;
}
@font-face {
	font-family: 'opp-icons';
	src:url('/themes/devportal_theme/fonts/opp-icons.eot?8ccx8w');
	src:url('/themes/devportal_theme/fonts/opp-icons.eot?8ccx8w#iefix') format('embedded-opentype'),
		url('/themes/devportal_theme/fonts/opp-icons.ttf?8ccx8w') format('truetype'),
		url('/themes/devportal_theme/fonts/opp-icons.woff?8ccx8w') format('woff'),
		url('/themes/devportal_theme/fonts/opp-icons.svg?8ccx8w#opp-icons') format('svg');
	font-weight: normal;
	font-style: normal;
} 

[class^="icon-"], [class*=" icon-"] {
	font-family: 'opp-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-minus::before {
    content: "\e900";
}
.icon-plus::before {
    content: "\e901";
}
i.icon-right {
	font-size:20px;
	line-height:30px;
	vertical-align: middle;
}
.icon-right::before {
    content: "\e807";
}
.align-right {
	float:right;
	height:30px;
	line-height:30px;
	vertical-align: middle;
}


pre, code, .cnpPlaygroundPlaygroundTextarea, .playgroundBackofficePaymentId, .playground-header-name, .playground-header-value {
  font:400 14px/20px 'PT Mono', monospace;
}

a{
	text-decoration: none;
	color: inherit;
	color: #0a85c9;
}

html{
	font-family: 'Arial Regular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;	
}

h1{
	font-family: 'Arial Bold', sans-serif;
	font-size: 36px;
	line-height: 44px;
	color: #000000;	
	margin-bottom: 30px;
	clear:both;
 }
 
h2{
	font-family: 'Arial Bold', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #000000;	
	margin-bottom: 30px;
	margin-top: 36px;
	clear:both;
 }
 h1 a, h2 a, h3 a {
 	color:#000000;
 }

 h3{
	font-family: 'Arial Bold', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #000000;	
	margin-bottom: 10px;
	clear:both;
 }

 p{
	font-size: 14px;
	line-height: 20px;
	color: #000000;	
	margin-top: 0px;
	margin-bottom: 20px;
 }

ul, ol{
	font-size: 14px;
	line-height: 20px;
	color: #000000;	
	padding-left: 15px;
 }

 hr{
 	height: 0px;
 	border: none;
 	border-top: 1px solid #b3b3b3;
 	margin-top: 30px;
 	margin-bottom: 30px;
 	clear:both;
 }
 iframe{
 	width: 100%;
 	max-width: 100%;
 }
video, img, div, p, pre, code, .cnpPlaygroundPlaygroundTextarea {
	max-width: 100%;
}
.right{
	text-align: right;
}
.clearfix::after {
	/*height: auto;*/
}

:target:before {
	content:"";
	display:block;
	height:50px; /* fixed header height*/
	margin:-50px 0 0; /* negative fixed header height */
}
/*::-webkit-scrollbar { 
    display: block; 
}*/

/*Menu*/
#toolbar {
	-webkit-box-shadow: none;
	box-shadow: none;
}
ul.menu li {
	margin-left: 0;
}
ul.primary {
	margin-top:30px;
}
input { 
	font-size: 14px;
	line-height: 20px;
	background: #f5f5f5;
	border: 1px solid #c6c5c4;
	padding-left:  6px;
	height: 26px; 
	margin-bottom: 10px;
} 
input[type=submit] {
  height: 42px;
  background-color: #0a85c9;
  color: #ffffff;
  font-family: 'Arial Bold', sans-serif;
  font-size: 14px; /* Added px unit */
  text-align: center;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-content {
	left:0;
	padding:0;
	margin:0;
	position:fixed;
	overflow-y:auto;
	overflow-x:hidden;
	top:0;
	bottom:0;
	width:290px;
	z-index:99;
	background-color: #0a85c9;
 	-webkit-box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow:-4px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;
	box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.3) inset;

    -webkit-transition: .5s; /* Safari */
    transition: .5s;
	font-family: 'Arial Bold', sans-serif;
}
.sidebar-content::-webkit-scrollbar {
    width: 12px;
}
 
.sidebar-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.sidebar-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.container-search{
	margin-top: 40px;
	padding-bottom: 39px;
	border-bottom: 1px solid #6dafbc;
}

.container-search form div{
	margin-left: 30px;
}
.container-search form div input{
	padding: 0;
	height: 40px;
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.2); ;/*#9ec9d3*/
	color: #fff;
	font-size: 14px;
}

.container-search form div input:hover{
	background-color: rgba(255, 255, 255, 0.3); ;/*#9ec9d3*/
}
::-webkit-input-placeholder {
   color:#9ec9d3
}

:-moz-placeholder { /* Firefox 18- */
   color:#9ec9d3
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#9ec9d3
}

:-ms-input-placeholder {  
   color:#9ec9d3
}

.container-search::after{
	font-family: 'opp-icons';
	content: "\e808";
	display: block;
	position: absolute;
	right: 30px;
	top: 40px;
	height: 40px;
	width: 40px;
 	line-height: 40px;
 	font-size: 26px;
 	color: #fff;
 	text-align: center;
}
ul.menu.nav ul, ul.menu.nav ul li, .menu ul {
	color: #9ec9d3;
 	list-style: none;
}
ul.menu li a {
	color: #9ec9d3;
}
ul.menu li a.active, .menu li a:hover, .round a, .interactiveButton a {
    color: #fff;
}
ul.menu>li>a{
 margin-bottom: -10px;
}
#sidebar-menu .menu > li {
	position: relative;
	display: block;
	height: auto;
/*	height: 60px;*/
	min-height: 60px;
 	width: 210px;
	
	width: 100%;
	line-height: 60px;
	font-size: 14px;

	text-transform: uppercase;
	color: #9ec9d3;

	border-bottom: 1px solid #6dafbc;
}
#sidebar-menu .menu > li.active {
	color: #ffffff;
	height: auto;
}
#sidebar-menu .menu > li:hover {
	color: #fff;
	cursor: pointer;
}
#sidebar-menu .menu > li.arrow::after {
	font-family: 'opp-icons';
	content: "\e800";
	position: absolute;
	right: 30px;
	display: block;
	width: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	top: 10px; 	
}

#sidebar-menu .menu > li.arrow.active::after{
	font-family: 'opp-icons';
	content: "\e80b";
}

#sidebar-menu .menu > li a.active::before{
	height: 0px;
	right: 0;
	margin-right: -5px;
	position: absolute;
	top: 25px;
	width: 0px;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0px;
	content: "";

	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#sidebar-menu .menu > li > a {
	display: block;
	height: 100%;
	width:calc(100% - 30px);
	padding-left: 30px;
	float: left;
}
#sidebar-menu .menu > li > a > span {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	margin-top: 10px;
}
#sidebar-menu .menu > li > a > span::before {
	font-family: 'opp-icons';
	content: "\e801";
	display: block;
	height: 40px;
	width: 40px;
 	top: 0;
	left: 0;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
}
#sidebar-menu .menu > li:nth-child(1) > a > span::before {
	content: "\e801";
}
#sidebar-menu .menu > li:nth-child(2) > a > span::before {
	content: "\e80a";
}
#sidebar-menu .menu > li:nth-child(3) > a > span::before {
	content: "\e806";
}
#sidebar-menu .menu > li:nth-child(4) > a > span::before {
 content: "\e904";
}
#sidebar-menu .menu > li:nth-child(5) > a > span::before {
 content: "\e809";
}
#sidebar-menu .menu > li > ul {
	display: none;
	margin-bottom: 15px;
}
#sidebar-menu .menu > li.active > ul {
	display: block;
	/*margin-bottom: 30px;*/
}
#sidebar-menu .menu > li > ul > li {
	border: none;
	margin-left: 0;
	padding-left: 58px;
  	color: #9ec9d3;
  	line-height: 40px;
	text-transform: none;
}
#sidebar-menu .menu > li > ul > li > ul {
	display: none;
}
#sidebar-menu .menu > li.active > ul > li > a {
	height: 100%;
	width: 100%;
}
#sidebar-menu .menu > li.active > ul > li.active {
	height: auto;
}
#sidebar-menu .menu > li.active > ul > li > ul {
	display: none;
}
#sidebar-menu .menu > li.active > ul > li.active > ul {
	display: block;
	padding-left: 20px;
}
#sidebar-menu .menu > li.active > ul > li.active > ul > li > a {
	padding: 5px 0;
}

#sidebar-menu .menu > li.active > ul > li > a.haschildren:after {
    font-family: 'opp-icons';
    content: "\e800";
    position: absolute;
    right: 25px;
    display: block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top:-40px;
}
#sidebar-menu .menu > li.active > ul > li.active > a.haschildren.active:after {
    font-family: 'opp-icons';
    content: "\e80b";
}

span.gradient {
  	pointer-events:none;
	height: 100px;
	width: 100%;
	position: fixed;
	width: 290px;
	bottom: 0;
	z-index: 100;
	background: -moz-linear-gradient(top,  rgba(12,121,144,0) 0%, rgba(12,121,144,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,121,144,0)), color-stop(100%,rgba(12,121,144,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(12,121,144,0) 0%,rgba(12,121,144,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(12,121,144,0) 0%,rgba(12,121,144,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(12,121,144,0) 0%,rgba(12,121,144,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(12,121,144,0) 0%,rgba(12,121,144,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000a85c9', endColorstr='#0a85c9',GradientType=0 ); /* IE6-9 */
}
/* Menu Ende*/
/*Main-Content und unten */

.main-content {  
	display: block;
	position: relative;
 
 	padding-left: 356px;
 	padding-right: 66px;
 	max-width: 1036px;
	margin-left: auto;
	margin-right: auto; 
	overflow: auto;
	left: 0;
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
	margin-top: 120px;
}

/*header*/

.main-content-header {
 	padding:0;
	padding-top:20px;
	margin-bottom: 35px;
	float: left;
	position: fixed;
	background-color: #ffffff;
	top: 0;
	/*left: 356px;*/
	left: auto;
	margin-left: auto;
	margin-right: auto;

	border-top: solid 8px #0a85c9;
	border-bottom: solid 2px #0a85c9;
	height:  111px;/*111px;*/
	width: calc(100% - 422px);
	max-width: 1036px;
	vertical-align: middle;
	z-index: 9;
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
    overflow: hidden;
 }
body.role-administrator .main-content-header, body.role-support .main-content-header,
body.role-administrator .sidebar-slideLeft, body.role-support .sidebar-slideLeft {
	top:65px;
}

.main-content-header .region-header {
	float:right;
	/*height:35px;*/
	text-transform: uppercase;
 }
 .main-content-header.hasScrolled{ 
 	height: 80px;
	-webkit-box-shadow: 0px 8px 6px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 6px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 6px -5px rgba(0,0,0,0.3);
 }

/*Header Main*/
.main-content-header>a{
	float: left;
} 
.main-content-header>div{
	float: right;
}
.main-content-header>a{
	/*width: 242px; */
}

.main-content-header>div{
	/*width: calc(100% - 280px);*/
	text-align: right;
}

.site-logo img {
	text-align:left; 
	object-fit: contain;
	margin-top: 25px;
	margin-left: 18px;
	max-height: 60px;
	max-width: 180px;
	width: 180px;
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
}
.hasScrolled .site-logo img{
	margin-top: 10px;
	height: 30px;
	display: none;
}
.whereIAmLogo{
	display: none;
	font-size: 12px;
	line-height: 12px;
	margin-left: 18px;
	margin-top: 16px;  
	color: #0a85c9;
	text-transform: uppercase;
 	width: 100%;
 	cursor: pointer;
}
.whereIAm{
	display: none;
	font-size: 25px;
	line-height: 26px;
	margin-left: 18px;
	margin-top: 5px; 
	color: #0a85c9;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
}

.hasScrolled .whereIAm, .hasScrolled .whereIAmLogo{
	display: block;
}
 .region-header{
	/*padding-top: 40px;*/
	margin-right: 36px;
}
.user-login a.loginlogout{
	border-left: 1px solid #b3b3b3;
	margin-left: 8px;
	padding-left: 16px;
	
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
}
/*a.loggedin_external {
	margin-left: 8px;
	padding-left: 20px;
}*/

.user-login a {
line-height: 111px;
}
.hasScrolled .user-login a {
	line-height: 90px;
}
#openid-connect-login-form input{
	border: none;
	position: relative;
	font-family: 'Arial Bold', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #b3b3b3;
	cursor: pointer;
}

.user-login{
	font-family: 'Arial Bold', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #b3b3b3;
}

.user-login a{
	color:#b3b3b3;
}
.login a:hover{
	color: #0a85c9;
}
.loginlogout, .loggedin_external{
	position: relative;
}
#edit-openid-connect-client-generic-login{
	overflow: visible;
	margin-top: 37px;
	background-color: #fff;
	font-family: "Arial Bold",sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #b3b3b3;
	text-transform: uppercase;
	
    -webkit-transition: .5s; /* Safari */
    transition: .5s;
}
.hasScrolled #edit-openid-connect-client-generic-login{
 	margin-top: 26px;
}
#edit-openid-connect-client-generic-login::after{
	font-family: 'opp-icons';
	content: "\e803";
	display: block;
	position: fixed;
	right: 35px;
	top: 37px;
	height: 40px;
	width: 40px;
 	line-height: 30px;
 	font-size: 26px;
  	text-align: center;
  	z-index: 100;
}
.loginlogout::after{
	font-family: 'opp-icons';
	content: "\e804";
	display: block;
	position: absolute;
	right: -35px;
	top: -5px;
	height: 40px;
	width: 40px;
 	line-height: 30px;
 	font-size: 26px;
  	text-align: center;
}
/*.loggedin_external::before{
	content: "\e903";
	font-family: 'opp-icons';
 	display: block;
	position: absolute;
	/*left: -10px;*/
	right:-12px;
	top: -2px;
	height: 40px;
	width: 20px;
 	line-height: 30px;
 	/*font-size: 26px;*/
 	font-size: 17px;
  	text-align: center;
}*/

/*Header End*/

/*Content*/
.content{

}
 /* content 3box*/
.main-content-area{
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 100px;
	margin-top: 20px;
	    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;	
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.multiContainer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

 	align-items:stretch;
   	-webkit-align-items:stretch;
 }
.multiContainer h2{
	margin-bottom: 25px;
	margin-top: 18px;
	line-height: 28px;
}

.multiContainer div{
	width: calc(33.33% - 18px);
 	margin-left: 18px;
 	position: relative;

 	flex: 1;
 	-webkit-flex:1;
 	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-transition: .2s; /* Safari */
    transition: .2s;
}
.multiContainer div:hover{
 	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.round.corpcolor{
	/*display: none;*/
	text-align: center;
	margin: 0px 0px 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 55px;
	font-size: 22px;
	font-weight: bold;
}

.corpcolor{
	color: #FFF!important;
	background-color: #0a85c9!important;
	cursor: pointer;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
.corpcolor:hover{
 	background-color: #3b9dd4!important;
}
.cp-steps {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

 	align-items:stretch;
   	-webkit-align-items:stretch;
}

.cp-steps>div {
	padding-right: 18px;
	margin-left:; 18px;
	width: calc(33% - 36px);
	min-width: 125px;
	display: block;
	float: left;
	flex: 1;
 	-webkit-flex:1;
}
.cp-steps>div:nth-child(1){
	padding-left: 0;
}

.multiContainer :nth-child(1), .cp-steps>div:nth-child(1){
	order: 1;
	margin-left: 0;
}
.multiContainer :nth-child(2), .cp-steps>div:nth-child(2){
	order: 2;
}
.multiContainer :nth-child(3), .cp-steps>div:nth-child(3){
	order: 3;
}
.multiContainer :nth-child(4), .cp-steps>div:nth-child(4){
	order: 4;
}
.multiContainer :nth-child(5), .cp-steps>div:nth-child(5){
	order: 5;
}
.cp-steps>div a{
	width: calc(100% - 36px);
	min-width: 125px;
}

.multiContainer div a{
	padding-right: 18px;
	padding-left: 18px;
	margin-bottom: 62px;
	width: calc(100% - 36px);
	min-width: 140px;
	display: block;
}

.multiContainer .getStartedBtn{
	height: 32px;
	background-color: #0a85c9;
	color: #ffffff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 14;
	line-height: 32px;
	text-align: center;
	position: absolute;
  	bottom: 18px;
  	margin:auto;
  	width: calc(100% - 36px);
}
/*end main content*/

/*cp tabs*/
.cp-tabs .nav-tabs{
	display: block;
    list-style: none;
    margin-bottom: 12px;
}
.nav-tabs{
	padding-left: 0;
	display: block;
	height: auto;
	min-height: 32px;
	margin-bottom: 12px;
}
.customiseButton {
	float:right;
	z-index: 8;
	max-width:170px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 32px;
    height: 32px;
    margin-right: 8px;
	color: #ffffff;
	background-color: #0a85c9;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;

  	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	cursor:pointer;
}
.nav-tabs li {
	padding-left: 8px;
	padding-right: 8px;
	line-height: 32px;
    float: left;
    height: 32px;
    margin-right: 8px;
    background-color: #ebebeb;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;

  	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.nav-tabs li:hover,  .nav-tabs>li.active:hover{
    background-color: #c6c6c6;
	color: #000000;
}
.nav-tabs li.cnpPlaygroundPlaygroundTab{
	color: #ffffff;
	background-color: #0a85c9;
}
.nav-tabs li.cnpPlaygroundPlaygroundTab::after{
	height: 0px;
	left: 50%;
	margin-left: -6px;
	margin-bottom: -6px;
	position: absolute;
	bottom: 0;
	width: 0px;
	border-color: #0a85c9 transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0px;
	content: "";
	display: none;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
.nav-tabs li.active{
    background-color: #918f8a;
    color: #ffffff;
}
.nav-tabs>li:hover::after{
	display: block;
	border-color: #c6c6c6 transparent transparent;
}
 .nav-tabs li.cnpPlaygroundPlaygroundTab:hover::after{
 	display: block;
	border-color: #3D94A6 transparent transparent;
 }
.nav-tabs>li::after{
	height: 0px;
	left: 50%;
	margin-left: -6px;
	margin-bottom: -6px;
	position: absolute;
	bottom: 0;
	width: 0px;
	border-color: #918f8a transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0px;
	content: "";
	display: none;
	-webkit-transition: .2s; /* Safari */
    transition: .2s;
}
.nav-tabs>li.active::after, .nav-tabs li.cnpPlaygroundPlaygroundTab.active::after{
	display: block;
}


.playgroundBackofficePaymentId{
	margin-top: 12px;
}
pre, .playgroundBackofficePaymentId, .cnpPlaygroundPlaygroundTextarea {
	display: block;
	position: relative;
	max-width: calc(100% - 32px);
	min-width: calc(100% - 32px);
	overflow: auto;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	padding-right: 10px;
	margin-bottom: 12px;
	background-color: #f5f5f5;
	border: 2px solid #ebebeb;
	color: #007500;

	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
pre.overflowPre {
	overflow-y:auto;
	max-height:400px;
}
.cnpPlaygroundPlaygroundTextarea {
	min-height:300px;
}
code{

	background-color: #f5f5f5;
}

/*
.mobileCodeLanguage{
	display: none;
}*/
 

/* styling */
 .parentstyledSelect{
 	position: relative;
 	margin-bottom: 15px;

 }
 .styledSelect{
 position: relative;
 }
 .styledSelect::after{
	font-family: 'opp-icons';
	content: "\e800";
	display: block;
	position: absolute;
	left: 325px;
	top: 1px;
	height: 38px;
	width: 24px;
	overflow: visible;
  	line-height: 40px;
 	font-size: 20px;
  	text-align: center;
  	z-index: 1;
  	pointer-events:none;
	clear: both;
	background-color: #E9E9E9;
}

.styledSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	 border:none;
	font-size: 15px;
	border-radius: 0;

	width:200px;
	height: 40px;
	border: 1px solid #bbb;
	padding-left: 5px;
	background-color: #E9E9E9;
	position: relative;
 }

.selectLabel, .styledSelect span { /*.styledSelect span language auch*/
	width: 150px; /*50*/
 	display: block;
	line-height: 40px;
	font-weight: bold;
	float: left;
	z-index: 100;
}
 
.interactiveButton{
	height: 32px;
	background-color: #0a85c9;
	color: #ffffff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 14;
	line-height: 32px;
	text-align: center;
   	width: 200px;
   	margin-top: 12px;
   	/*float: left;*/
    cursor: pointer;
 	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	margin-bottom: 15px;
}
.interactiveButton a, ul.menu li a {
	width: 100%;
	height: 100%;
	display: block;
}
#cnpPlaygroundBrands{
	display: none;
}
#copyandpay2Iframe{
	height: 0;
}
.snippetResultDiv {
	display: none;
}

.mobileHidePre{
	display: none;
}
.sidebar-slideLeft{
	display: none;
	position: fixed;
 	top: 8px;		
	color: #0a85c9;
	cursor: pointer;
    -webkit-transition: .5s; /* Safari */
	transition: .5s;
	z-index:100;
}
.sidebar-slideLeft::before{
	font-family: 'opp-icons';
	display: block;		 
	top:0;
	left: 0;		 
	text-align: center;
	color: #0a85c9;
	}


/*Table*/
table{
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
th{
	background-color: #0a85c9;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: none;
 }

tr{
}

tr:nth-child(odd){ 
	background: #F9F9F9;
}
tr:nth-child(even){
	background: #ffffff;
}
td{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #b3b3b3;
	vertical-align: top;
}
.mobOnly{
	display: none;
}

/*References*/

ul.bs-glyphicons-list{
	padding:0;
	width: 100%;
	list-style: none;
}

.bs-glyphicons-list>li{
	width: calc(25% - 20px);
	/*height: 190px;*/
	height: auto;
	display: block;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
    -webkit-transition: .2s; /* Safari */
    transition: .2s;

 	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);

	cursor:pointer;
}
.bs-glyphicons-list>li:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}

.bs-glyphicons-list>li>img{
	width: 100%;
 }
/*brandRefOverlay*/
body.noscroll {
	overflow:hidden;
}
.brandRefOverlay, .brandRefBox {
	display:none;
}
.brandRefOverlay.popupList, #iframe-loader, #accordion{
	display: block;
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 101; 
}
#accordionIframe, #accordion {
	display:none;
}
.boxclose::after{
	display: none;
	font-family: 'opp-icons';
	content: "\e902";
	position: fixed;
	right: calc(10vw - 0px);
	top: calc(10vh - 0px);
	height: 40px;
	width: 40px;
	overflow: visible;
	background-color: rgba(255,255,255, 0.8);
 	line-height: 40px;
 	font-size: 26px;
  	text-align: center;
  	z-index: 99999;
  	pointer-events:none;
  	color: #000;
	pointer-events: inherit;
}
.popupList .boxclose::after, #iframe-loader .boxclose::after, #accordion .boxclose::after {
	display: block;
	cursor:pointer;
}

.brandRefOverlay h1, .brandRefOverlay img{
	margin-top: 0;
}
.brandRefOverlay h2{
	margin-top: 10px;
}
.brandRefOverlay img{
	max-width: 150px;
}

.brandRefBox.popupList, #iframe-loader>iframe, #accordion div{
	position: fixed;
	top: calc(10vh - 30px);
	left: calc(10vw - 30px);
	width: 80vw;
	height: 80vh;
	z-index: 102; 
	background-color: #fff;
	overflow: auto;
	padding: 30px;

 	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
body.role-administrator .brandRefBox.popupList, body.role-support .brandRefBox.popupList,
body.role-administrator #iframe-loader>iframe, body.role-support #iframe-loader>iframe,
body.role-administrator #accordion div, body.role-support #accordion div {
	top: 75px;
}
body.role-administrator .popupList .boxclose::after, body.role-support .popupList .boxclose::after,
body.role-administrator #iframe-loader .boxclose::after, body.role-support #iframe-loader .boxclose::after,
body.role-administrator #accordion .boxclose::after, body.role-support #accordion .boxclose::after {
	top: 95px;
}
#iframe-loader-image-div {
	position:absolute;
	z-index:104;
	top:calc(50% - 33px);
	left:calc(50% - 33px);
}
#iframe-loader>iframe {
	max-width: 80vw;
	max-height: 80vh;
}
.applepayH1 {
	max-width: calc(100% - 120px);
	float: left;
}
.applepaylogo {
	padding-top: 10px;
    width: 120px;
    float: right;
}
.inputPreElem {
	min-width: 275px;
	background-color: #fff;
}


/*Tablet Landscape*/
@media (max-width: 1024px) {

	.sidebar-content, span.gradient{
		left: -290px;
		/*overflow:visible;*/
	}
	.sidebar-content.active,.active span.gradient{
		left: 0px;
	}

	.sidebar-slideLeft{
		display: block;
		height: 111px;
		width: 71px;
		left: 0;
	}
	.sidebar-slideLeft{
		height: 90px
	}
	.sidebar-slideLeft.active{
		left: 290px;
	}

	.sidebar-slideLeft::before{
 		content: "\e805";
		height: 111px;
		width: 71px;
		line-height: 111px;
		font-size: 32px;
		z-index: 9;
		-webkit-font-smoothing: antialiased;
 	}
 	.sidebar-slideLeft.active::before{
		content: "\e802";
 	}
 	.hasScrolled .sidebar-slideLeft::before{
		line-height: 90px;
	}

	.main-content {
    	padding-left: 71px;
    	padding-right: 71px;
		max-width: 882px;
 	}

	.main-content-header{
		width: calc(100% - 142px);
		max-width: 882px;
	}
	.main-content-header{
		left: 71px;
	}
	.main-content.menuActive  {
		left: 290px;
	}
	.menuActive .main-content-header{
		left: 361px;
	}
	.container{
		overflow-x:hidden;
	}
	.shophome .container {
		overflow-x:visible;
	}
	
}
/*Tablet Potrait*/
@media (max-width: 768px) {

	.sidebar-content, span.gradient{
		left: -290px;
	}
	.sidebar-content.active, .active span.gradient{
		left: 0px;
	}

	.sidebar-slideLeft{
		height: 111px;
		width: 51px;
	}
	.sidebar-slideLeft.active{
		left: 290px;
	}

	.sidebar-slideLeft::before{
 		content: "\e805";
		height: 111px;
		width: 71px;
		line-height: 111px;
		font-size: 32px;
 	}
 	.sidebar-slideLeft.active::before{
		content: "\e802";
 	}

	.main-content {
    	padding-left: 51px;
    	padding-right: 51px;
		max-width: 882px;
 	}
	.main-content-header{
		left: 51px;
	}
	.main-content-header{
		width: calc(100% - 102px);
		max-width: 882px;
	}
	.main-content.menuActive {
		left: 290px;
	}

	.menuActive	.main-content-header{
		left: 341px;
	}
	.container{
		overflow-x:hidden;
	}

	.user-login a {
	    padding-left: 4px;
	    padding-right: 4px;
 	}
 	.user-login a.loginlogout {
	    margin-left: 4px;
	    padding-left: 8px;
	}
	/**/

	.multiContainer, .cp-steps{
		width: 100%;		
		-webkit-flex-direction: column; 	
	 	flex-direction: column;
	 }
	.multiContainer h2{
		margin-bottom: 15px; 
	}

	.multiContainer div, .cp-steps>div{
		width: 100%;
 	 	flex: 1;
	 	-webkit-flex:1;
	 	margin-left: 0;
		margin-bottom: 18px;
	}
	.cp-steps>div{
		margin-bottom: 0;
	}

	.multiContainer div a, .cp-steps>div{
 		width: calc(100% - 36px);
 	}
	.multiContainer div a p{
		float: left;
		width: calc(100% - 190px);
	}
	.multiContainer .getStartedBtn{	     
	  	width: 170px;
	  	/*top: calc(0% + 16px);*/
	  	bottom: auto;
	  	right: 18px;
	}
	.bs-glyphicons-list>li{
		width: calc(33.3% - 20px);
		height: 160px
	}
 
	.loginlogout::after, .loggedin_external::before{
		display: none;
	}
	.user-login a {
		display: none;
 	}

 	.user-login.mobActive {
		display: block;
		position: fixed;
		width: calc(100% - 102px);
		top: 120px;
		left: 51px;
		height: auto;
		background-color: #fff;
		z-index: 9;
		font-weight: bold;

	    -webkit-transition: .5s; /* Safari */
    	transition: .5s;

    	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  	}
  	.menuActive .user-login.mobActive{
  		display: none;
  	}
  	.mobActive:parent{
  		top:100px;
  	}
  	.user-login.mobActive::before {
		height: 0px;
		right: 5px;
		margin-left: -12px;
		margin-top: -12px;
		position: absolute;
		top: 0;
		width: 0px;
		border-color: #fff transparent transparent;
		border-style: solid;
		border-width: 12px 12px 0px;
		content: "";

		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
  	}
  	.hasScrolled .user-login.mobActive {
		top: 89px;	
  	}

 	.user-login.mobActive a {
		width: calc(100% - 25px);
		float: left;
		height: 32px;
		line-height: 32px;
		display: block;
		text-align: left;
		padding-left: 25px;
		padding-right: 0;
		border-bottom: solid 1px; 
		font-size: 15px;
  	}
 
	.user-login a.loginlogout {
		border:none;
		margin-left: 0px;
	 }
 
	.logoutMobile{
		position: fixed;
		top: 40px;
		display: block;
		right: 91px;
	    -webkit-transition: .5s; /* Safari */
    	transition: .5s;
		width: 0px;
		height: 0px;
 	}
 	.menuActive .logoutMobile{
 		right: -90px;
 	}
	.hasScrolled .logoutMobile{		
		top: 30px;
	}

 	.logoutMobile::after{
		font-family: 'opp-icons';
		content: "\e804";
		display: block;
 		right: 0px;
		top: 0;
		height: 40px;
		width: 40px;
	 	line-height: 30px;
	 	font-size: 26px;
	  	text-align: center; 
		cursor: pointer;
	}

	.logoutMobile:hover::after, .mobActive .logoutMobile::after{
		color: #0a85c9;
	}
 
}

/*Mobile Landscape*/
@media (max-width: 640px) {
	.mobOnly{
		display: block;
	}
 
 	h1{
		font-family: 'Arial Bold', sans-serif;
		font-size: 22px;
		line-height: 26px;
		color: #000000;	
		margin-bottom: 18px;
	 }
	 
	h2{
		font-family: 'Arial Bold', sans-serif;
		font-size: 18px;
		line-height: 22px;
		color: #000000;	
		margin-top: 18px;
		margin-bottom: 18px;
	 }

	 h3{
		font-family: 'Arial Bold', sans-serif;
		font-size: 15px;
		line-height: 18px;
		color: #000000;	
		margin-bottom: 0px;
	 }

	 p{
		font-size: 13px;
		line-height: 18px;
		color: #000000;	
		margin-bottom: 18px;
	 }

	ul{
		font-size: 14px;
		line-height: 20px;
		color: #000000;	
	 }
	.multiContainer div a p{
		position: relative;
		width: 100%;
	}

	.multiContainer div, .cp-steps>div{
		width: 100%;
		position: relative;
	}

	.multiContainer div a {
		padding-bottom: 82px;
		width: calc(100% - 36px);
		min-width: 150px;
 	}
	.multiContainer .getStartedBtn{
	  	bottom: 18px;
	  	top: auto;
	  	width: calc(100% - 36px);
	}

	.user-login a {
 	    padding-left: 3px;
	    padding-right: 3px;
	    font-size: 9px;
 	}
 
	.loginlogout::after, .loggedin_external::after {
		display: none;
	}
	.user-login a {
		display: none;
 	}
 	/* still not supported, maybe in the Future
	.main-content-header:has(.mobActive){
		overflow: auto;
	}
	*/

	.main-content-header{
		overflow: visible;/*whitout Safari error*/
	}

 	
	/*Table Mobile*/
    table {
      border: 0;
     }

    table thead {
      display: none;
    }

    table tr {
      padding-top: 20px;
      padding-bottom: 20px;
      display: block;
      border-bottom: 1px solid #ddd;
    }
	tr:nth-child(odd), tr:nth-child(even){ 
		background: #ffffff;
	}
    table td {
      display: block;
       border-bottom: none;
       padding-left: 0;
       padding-right: 0;

    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      width: 100%;
       font-weight: bold;
    }

 	/* Table Mobile End*/ 

 	/*Pre*/
 	.cp-tabs, .snippetResultDiv, .mobOnly {
		display: none;
 	}
 
 	.preActive .cp-tabs, .preActive .snippetResultDiv, .preActive .mobOnly {
 		display: block;
 	}
	.parentstyledSelect{
		width: 100%;
		display: none;
	}
	.preActive .parentstyledSelect{
		display: block;
	}

	.styledSelect select {
		width:190px;
	 }

	.selectLabel, .styledSelect span { /*.styledSelect span language auch*/
		width: 140px; /*50*/
	}

	 .styledSelect::after{
		left: 305px;
	}
 	.mobileHidePre{
		position: relative;
 	    height: 32px;
	    background-color: #666;
	    color: #FFF;
	    text-align: center;
 	    margin-top: 12px;
	    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
 	    float: left;
	    display: block;
 	    margin-right: 10px;
	    width: calc(50% - 5px);
	    cursor: pointer;
 	    line-height: 32px;
 
     	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	}

 	.mobileHidePre::after{
   		content: 'Show code';
  		text-align: center;
 	    line-height: 32px;
 	}

 	.mobileHidePre::before{
  		font-family: 'opp-icons';
  		content: '\e806';
 		position: absolute;
 		font-size: 30px;
 		display: block;
 		left: 10%;
 	}
	.preActive .mobileHidePre{
		background-color: #999;
	}
 	.preActive .mobileHidePre::after{
   		content: 'Hide code'; 
 	}

	.preActive .mobileHidePreArrow::before{
		height: 0px;
		left: 50%;
		margin-left: -12px;
		margin-top: -12px;
		position: absolute;
		top: 0;
		width: 0px;
		border-color: #999 transparent transparent;
		border-style: solid;
		border-width: 12px 12px 0px;
		content: "";

		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
 	.mobileHidePre + .interactiveButton{
	    width: calc(50% - 5px);
	    float: left;
	}

  	.field-item h3::before{
	    content: ".";
	    clear: both;
	    display: block;
	    visibility: hidden;
	    height: 0px;
  	}

  		/*language Select*/
  		.cp-tabs .nav-tabs{
  			display: none;
  		}
  		/*
  		.mobileCodeLanguage{
			display: block;
			mobonly
		}*/
 	/*end pre*/
 	
	/*brandRefOverlay*/

	.brandRefOverlay.popupList{
		display: block;
		position: fixed;
		height: 100vh;
		width: 100vw;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,0.8);
		z-index: 101; 
	}
	.brandRefOverlay img{
		width: 200px;
	}
 
	.boxclose::after{
		height: 20px;
		width: 20px;
	}
 
	.brandRefOverlay img{
		max-width: 100px;
	}
	.brandRefBox.popupList{
		top: 0;
		left: 0;
		width: calc(100vw - 60px);
		height: calc(100vh - 60px);
	}
	.bs-glyphicons-list>li{
		width: calc(50% - 20px);
		height: 190px;
	}

	/*
	input[type=submit], input[type=text]{
		max-width: 50%;
	}
	*/
	.field-item h1{
		max-width: calc(100% - 80px);
 
	}
	.applepaylogo{
		padding-top: 5px;
	    width: 80px;
 	}
}
/*Mobile Potrait*/
@media (max-width: 480px) {
	.container-search::after {
	    right: 20px;
	}
 	.main-content{
 		max-width: 100%;
 	}
	.main-content-header{
		width: calc(100% - 50px);
		margin-left: 0px;
		padding-left:50px;
		height: 66px;
		left: 0;
 	}

	.user-login.mobActive {
 		width: 100%;
 		left: 0px;
 		top: 75px;		
  	}
  	.hasScrolled .user-login.mobActive {
		top: 66px;	
  	}
  	.user-login.mobActive::before {
		right: 10px;
  	}

	.logoutMobile{
		position: fixed;
		top: 20px;
		display: block;
		right: 40px;
	}
	.hasScrolled .logoutMobile{		
		top: 20px;
	}
 	.main-content-header.hasScrolled{
		height: 57px; 		
 	}
	.menuActive	.main-content-header{
		left: 290px;
	}
 	.main-content {
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-top: 90px; 
	}

	.site-logo img {
	    margin-top: 0px;
 	}
 	.hasScrolled .site-logo img{
		margin-top: 5px;
 	}
	.whereIAmLogo{
		margin-top: 10px;
	}
 	.whereIAm{	
		font-size: 18px;
		line-height: 17px;
		margin-top: 2px; /*controll with logo size, logo White Place*/
	}

	.sidebar-slideLeft {
	    height: 57px;
	    width: 50px;
	}
	.sidebar-slideLeft::before {
 	    height: 57px;
	    width: 50px;
	    line-height: 57px;
 	}
 	.hasScrolled .sidebar-slideLeft::before{
		line-height: 57px;
	}
	.main-content-area {
	    padding-left: 25px;
	    padding-right: 25px;
	   	padding-bottom: 25px;
	}

	.multiContainer div a {
		padding-bottom: 0px;
		margin-bottom: 18px; 
 	}

	.cp-steps>div{
		padding-bottom: 0px;
		margin-bottom: 0px; 
 	}
	.multiContainer div a p{
		padding-bottom: 42px; 
 	}

 	.mobileHidePre::before{
 		left: 5%;
 	}
	.bs-glyphicons-list>li{
 		height: 155px;
	}
	#edit-openid-connect-client-generic-login, .hasScrolled #edit-openid-connect-client-generic-login {
	    margin-top: 13px;
	}

	#openid-connect-login-form input {
	    font-size: 12px;
	}

	.selectLabel, .styledSelect span , .styledSelect select { /*.styledSelect span language auch*/
		width: calc(50% - 5px); /*50*/	 	 
	}
	 .styledSelect::after{
		left: calc(100% - 35px);
	}
	 
 	.field-item h1{
		max-width: 100%; 
	}

	.applepaylogo{	 
	    width: 60%;
	    float: left;
 	}

 	.region-header {
    	margin-right: 5px;
	}
	.site-logo img, .whereIAmLogo, .whereIAm{
		max-width: 170px;
		margin-left: 10px;
	}
	input[type="submit"] {
	    min-width: 80%;
	}
	.region-header 	input[type="submit"] {
	    min-width: auto;
	}

}

/*extra small*/
@media (max-width: 320px) {
	.site-logo {
		max-width: 60%;
	}
	.site-logo img{
		max-width: 100%;
	}
	#openid-connect-login-form input {
	    font-size: 9px;
	}
	 .sidebar-content, span.gradient{
	 	max-width: 80%;
	 }

	 .sidebar-slideLeft.active {
 	    left: 80%;
	}
	.container-search form div input {
	    max-width: 80%;
	}
	.container-search::after {
		right: 3px;
	}

	.mobileHidePre::before{
		display: none;
 	}
 	#sidebar-menu .menu > li > a {
    	padding-left: 10px;
	}
	#sidebar-menu .menu > li > ul > li {
    	padding-left: 18px;
	}
	.container-search::after {
	    right: 10px;
	}
	.mobileHidePre::before {
	    left: 0%;
	}

	.mobileHidePre::after {
		padding-left: 10px;
	}
}

.customisationResultTab {
    display: none;
    position: relative;
    max-width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    overflow: auto;
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
    padding-right: 10px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border: 2px solid #ebebeb;
    color: #007500;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    min-height:300px;
}
.customisationResultTab.active {
	display:block;
}
.customisationResultTab.result {
	-ms-transform: scale(.4,.4);
	-webkit-transform: scale(.4,.4);
	transform: scale(.4,.4);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index:2;
	display:block;
/*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
    border:none;

	-webkit-transition: .5s; /* Safari */
    transition: .5s;

    cursor:pointer;
/*    max-height:300px;*/
}
.customisationResultTab.result.active {
	display:block;
/*	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
	position:static;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	border:2px solid #ebebeb;

	-webkit-transition: .5s; /* Safari */
    transition: .5s;
    cursor:default;
}
.customisationResultTab.result.overlay {
	background-color:rgba(12,121,144,0.1);
	display:block;
	z-index:3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.customisationResultTab.result.active.overlay {
	display:none;
}
.cp-tabs.customise {
	position:relative;
}

.supportlinks a {
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: white;
    display: block;
    border-radius: 5px;
    padding: 40px 15px 40px 15px;
    margin-bottom: 20px;
    text-decoration: none;
    float: left;
    margin-right: 20px;
    width: 200px;
}

/*  Mobile SDK */

/*Styles for iOS/Android switcher*/
.tabButton {
    background-color: #EDEDED;
    color: black;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.compactTabButton {
    padding: 3px 10px;
    font-size: 14px;
    margin-right: 6px;
}

.selected {
    background-color: #0A85C9;
    color: white;
}

.hidden {
    display: none;
}

/*Swift*/
.nav-languages > a.selected {
    color: #0099e5;
    background: none;
    font-weight: 600;
}

.nav-languages {
    margin-bottom: -10px;
}
        
.nav-languages > a {
    font-size: 13px;
    color: #373e42;
    font-weight: 500;
    display: inline-block;
    padding: 0 8px 0 7px;
    text-decoration: none;
    cursor: pointer;
}

.nav-languages > a.selected:hover {
    cursor: default;
}

.nav-languages > a:hover {
    color: #0099e5;
}

/*Helper classes for Mobile SDK pages*/
.rightImageContainer {
    position: relative;
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-bottom: 10px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.expandedList > li {
    margin-bottom: 5px;
    margin-left: 15px;
}

.listSubtitle {
    margin: 5px 0px 5px 15px;
    font-weight: bold;
    font-style: italic;
}

/*menu - to support one more nesting level */

#sidebar-menu .menu  li > ul > li > ul {
	display: none;
}
#sidebar-menu .menu  li.active > ul.submenu > li.active > ul {
	display: block;
	padding-left: 15px;
}
#sidebar-menu .menu li.active > ul.submenu > li.active > ul > li > a {
	padding: 5px 0;
}

#sidebar-menu .menu li.active > ul.submenu > li > a.haschildren:after {
    font-family: 'opp-icons';
    content: "\e800";
    position: absolute;
    right: 20px;
    width: 20px;
    font-size: 16px;
}
#sidebar-menu .menu li.active > ul.submenu > li.active > a.haschildren.active:after {
    font-family: 'opp-icons';
    content: "\e80b";
}

#sidebar-menu ul.subsubmenu li:last-child {
    padding-bottom: 0 !important;
}


/*Updates to be compatible with highlight.css*/

pre > code {
    background: none;
}

pre {
    background-color: #F8F8F8;
}

.playground-header-name {
    vertical-align: middle;
    width: 20%;
}
.playground-header-value {
    margin-bottom: 0;
    width: 100%;
}
input.playground-header-value {
    background-color: #fff;
}

 .pager__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pager__item {
  display: inline-block;
}
 

