/* Debug to display row/col div */
/*
div[class="row"] {outline: 1px dotted rgba(0, 0, 0, 0.25);}
div[class^="col-"] {background-color: rgba(255, 0, 0, 0.2);outline: 1px dotted rgba(0, 0, 0, 0.5);}
*/


@media (min-width: 1200px) {
  .container { width: 1170px; }
  .container-popup { width: 960px; }
}

@media (min-width: 768px) {
  .navbar-left { margin-left: 0px; margin-top: 50px; }
  .logo-brand { margin-top: 20px; }
}

@media (min-width: 768px) and (max-width: 1000px) {
	/* Benjamin LAUDE - 16/07/2021 - Comment out to fix strategies accordeons which didn't display while clicking on it. */
	/*.collapse {
	   display: none !important;
	}*/
	.block01-height {height:340px;}
}
/* max-width will define when the nav bar as to be changed to the burger menu*/

@media (max-width: 818px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
} 


/*---------------
Media for block with 3 images under the header
------------------*/
/* Show in Large desktops and laptops */
@media (min-width: 1380px) {
.block01-height {height:320px;}
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 1100px) and (max-width: 1379px) {
.block01-height {height:250px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1099px) {
.block01-height {height:200px;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.block01-height {height:100px;}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.block01-height {height:340px;}
}

/*---------------*/


 


@media (min-width: 768px) {
.img-banner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10px;
}
.home-tabs-background {
	background-image: url('../../images/1803/shutterstock_92171026v3.jpg');
	background-repeat: no-repeat;
  background-size: cover;

}
.home-iwant-background {
	background-image: url('../../images/1803/shutterstock_92171026v4.jpg');
	background-repeat: no-repeat;
  background-size: cover;
}
}

@media (max-width: 767px) {
.img-banner {
  background-repeat: no-repeat;
  background-size: 100% auto; /* 05/11/2020 - denis - enable for the top 3 images on the index. */
  padding-top: 10px;
}
.home-tabs-background {	}
}





/* Show in Large desktops and laptops */
@media (min-width: 1380px) {
.block05-bgimg {
        background-image:url('../images/shutterstock_92171026v4.jpg');
        min-height:350px;
    }
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 1100px) and (max-width: 1379px) {
.block05-bgimg {
        background-image:url('../images/shutterstock_92171026v5.jpg');
        min-height:350px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1099px) {
.block05-bgimg {
        background-image:url('../images/shutterstock_92171026v6.jpg');
        min-height:300px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.block05-bgimg {
				background-image: none;
				min-height:350px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.block05-bgimg {
				background-image: none;
        min-height:350px;
    }
}


.color-inherit { color: inherit !important; }
.text-align-left { text-align: left !important; }

.mt-0 {
  margin-top: 0px !important;
}

.ml-1 {
}

.px-2 {
}

.p-3 {
}

.bg-white {
  background-color: white;
}

h1 {
  font-size: 27px;
  color: #0066cc;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  color: #0066cc;
}

h3 {
  font-size: 14px;
  color: rgb(120, 120, 120);
  font-weight: bold;
  margin-top: 0px;

}

blockquote {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
}

/*
blockquote p {
  margin-bottom: 0px;
}
*/

.footer-block-hook {
  background-color: #94c5e1;
  color: white;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-hook a {
  color: white;
  text-decoration: none;
}

.footer-block-hook a:hover {
  color: #b72121;
  text-decoration: none;
}

.footer-block-account {
  background-color: rgb(36,76,112);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8197bb;
  color: #FFFFFF;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-account a {
  color: rgb(0,255,0);
  text-decoration: none;
}

.footer-block-account a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-block-contact {
  background-color: #091C43;
  color: #cccccc;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer-block-contact a {
  color: #cccccc;
  text-decoration: none;
}

.footer-block-contact a:hover {
  color: #b72121;
  text-decoration: none;
}

.footer-block-form {
/*  background-color: rgb(207,224,235);*/
  background-color: #D1E6E2; /*#BFDDD7;*/ /*#D2E7E3;*/
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: 15px 0px;
}

.footer-block-form #form {
  /*background-color: #0e2d6d;*/
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  color: white;
}

.link-dark-background a { 
  color: rgb(210,210,210);
  text-decoration: none;
}

.text-dark-background { 
  color: rgb(210,210,210);
}

.link-dark-background a:hover {
  color: rgb(248,248,248);
  text-decoration: underline
}

.margin-left-title {
  margin-left: -15px;
}

.glyphicon-menu-right {
  color: #969696;
}

.glyphicon-chevron-right {
  color: #969696;
}

.grey {
  color: #337ab7;
}

.darken-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.background-nano {
  background-image: url("/images/1803/reactivation-background.png");
}

.background-swissquote {
	background-image: url("/images/shutterstock_517863757.jpg");
}

.text-title {
  font-size: 140%;
  margin-bottom: 0px;
}

.text-large {
  font-size: 120%;
}

b {
  color: #558ed5;
}

.blue {
  color: #558ed5;
}

.red {
  color: red;
}

.margin-reduced {
  margin-top: -10px;
}

.margin-bottom-increase {
  margin-bottom: 10px;
}

.margin-10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 45px !important;
}

.padding-20 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.padding-30 {
	padding: 30px;
}

.dark-background-color {
  background-color: black;
  color: #cdcdcd;
}

.blue-background-color {
	background-color: #091C43;
  color: #cdcdcd;
}

.dark-background-color a, .blue-background-color a {
  color: #cdcdcd;
}

.dark-background-color a, .blue-background-color a {
  color: #cccccc;
  text-decoration: none;
}

.dark-background-color a:hover, .blue-background-color a:hover {
  color: #b72121;
  text-decoration: none;
}

.nobold {
  font-weight: normal;
}

.link-homepage { 
  color: rgb(51, 51, 51);
}
.link-homepage a { 
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.link-homepage a:hover {
  color: rgb(51, 51, 51);
  text-decoration: underline
}

.text-homepage { 
  color: rgb(180,180,180);
}

.well {
	background-color:rgb(245, 245, 245);
}

.breadcrumb {
	background-color:rgb(248, 248, 248);
}

th {
	background-color : rgb(240, 240, 240);
	font-weight: normal;
}

.table-striped {
	border-top-style : none;
	border-bottom-style : none;
}

.margin-subtitle-reduced {
  margin-top: -15px;
}

.margin-left-default {margin-left:20px;}

.link-homepage-line1 a {
	color: rgb(185, 142, 213);
	text-decoration : none;
}
.link-homepage-line1 a:hover {
	color: rgb(185, 142, 213);
	text-decoration : none !important;
}


.demo-box {
	background-color: #bac5d7;
	border-radius: 8px;
	padding:19px;
	color: #666666;
}
.answer_message {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666!important;
}


.row-striped:nth-of-type(odd){
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.event-row-title
{
  background-color: #efefef;
	color: #666666;
	padding:15px;
	background-image: linear-gradient(rgb(246,244,245), rgb(221,221,221));
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(225,225,225);
}

.input-group .form-control, .input-group-btn .btn { z-index: 1 !important; }

.ui-datepicker-div { z-index: 999 !important; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
    text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #2375B6;
  border-radius: 10px;
}


.tooltip-inner {
  color: #333;
  background-color: #F3F3F3;
  border: 1px solid #DDDDDD;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:rgb(229,229,229);
  height: 1px;
}

.has-error {color: #a94442!important;}


.max-width-size{max-width:320px;}



/* Navbar */

.navbar-default {
  color: #FFFFFF;
  background-color: #091C43;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover{
  color: grey!important;
}



.navbar {margin-bottom: 0px;}

/* ------------------ CAROUSEL ------------------  */
.carousel-indicators .active {
  background-color: #558ed5;
}
.carousel-indicators li {
  border: 1px solid #5e605f;
}

@media screen and (min-width: 768px) {
.carousel-indicators {
  bottom: 10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  font-size: 40px;
  left: 30%;
  color: #6d6e71;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  font-size: 40px;
  color: #6d6e71;
}
}	
	
@media screen and (max-width: 767px) {
.carousel-indicators {
  bottom: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  font-size: 20px;
  color: #6d6e71;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  font-size: 20px;
  color: #6d6e71;
}
}

/* ------------------ CAROUSEL ------------------  */





/* ----------------- STEPPER -------------------- */

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    margin: auto;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


/* ----------------- STEPPER -------------------- */

.hr2  { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }
    
@media screen and (max-width: 767px) {
  .img-320, .img-width-320 { max-width: 320px; }
}




 /* ----------------- DISCLAIMER --------------------  */

.disclaimer-top {
	position:sticky;
	top:0px;
	z-index:9999;
	background-color:#f0f0f0;
	color:#333;
	padding:5px;
}

.short-disclaimer {
	padding: 0 1rem 0 1rem;
	margin-right:3rem;
	display: none;
	min-height: 40px;
}

.full-disclaimer {
	padding: 0 1rem 0 1rem;
	margin-right:3rem;
	font-size:14px !important;
}
@media screen (max-height: 767px) {
.full-disclaimer {
	font-size:14px !important;
}
}

.disclaimer-minus-glyph {
	border: 1px solid black;
	border-radius: 50%;
	padding: .5rem;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.disclaimer-plus-glyph {
	display: none;
	border: 1px solid black;
	border-radius: 50%;
	padding: .5rem;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

@media screen and (min-width: 767px) {
	.full-disclaimer {
		display: block !important;
	}
}

/* TRADING STRATEGIES - ICON ACCORDEON */
.panel-title a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.glyph-ts {
	float: right;
	transition: all .3s;
}

.panel-title a[aria-expanded="true"] span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* CUSTOM CSS FOR NEW DEMO FORM LAYOUT */
.formLabel {
	position: absolute;
	top: .75rem;
	transition: all .1s ease-in-out;
	cursor: text;
	margin-left: 1.7rem;
	z-index: 10;
	font-weight: inherit;
	color: #555;
}

.formLabelCode {
	position: absolute;
	top: .75rem;
	transition: all .1s ease-in-out;
	cursor: text;
	margin-left: 1.7rem;
	z-index: 10;
	font-weight: inherit;
	color: #555;
}

.formLabelAction {
	color: #0062cc;
	top: -1rem;
	background: white;
	padding-left: .25rem;
	padding-right: .25rem;
	margin-left: .75rem;
	font-size: 1.3rem;
}

.customRow {
	padding-bottom: 1rem;
}

.formRow {
	padding-bottom: 1rem;
}

.formRow-swissquote {
	padding-bottom: 2rem;
}

.fieldContainer {
	padding-bottom: 1rem;
}

.captcha-img {
	width: 100%;
	height: 100%;
	padding: 0;
}

.reload-captcha {
	cursor: pointer;
	height: 100%;
}

.reload-captcha span:hover {
	color: #0e2d6d;
	transform: rotate(360deg); transition: all .65s ease-in-out 0s;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group-prepend {
	display: flex;
}

.input-group-text {
	display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.form-container {
	background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 1rem 0 #d4d3d3;
  width: 99%;
  padding: 2rem 2rem .5rem 2rem;
}

.carousel-iframe {
	width: 82%;
	height: 350px;
	margin: 0 6rem;
}

.form-disclaimer {
	font-size: 12px;
}

.img-demo-form {
	margin: 0 auto;
}

.swissquote-container-width {
	max-width: 960px;
}

.swissquote-header {
	background-color: #091C43;
	color: #cdcdcd;
	height: 90px;
}

.swissquote-img {
	margin: 0 auto;
	margin-top: .8rem;
}

.swissquote-title {
	margin-top: 10px;
	margin-bottom: 20px;
}

.swissquote-submit {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

@media screen and (max-width: 992px) {
	.customCol {
		padding-bottom: .5rem;
	}
	.customRow {
		padding-bottom:initial;
	}
	.carousel-iframe {
		width: 70%;
	}
	.img-demo-form {
		margin-bottom:4rem;
	}
}

@media screen and (max-width: 768px) {
	.captcha-img-row {
		width: 25%;
		float: left;
	}
	.captcha-field-row {
		width: 75%;
		float: left;
	}
	
	.carousel-iframe {
		width: 100%;
		margin: 0 auto;
	}

	.demo-column {
		margin-bottom: 2.5rem;
	}
}

@media screen and (max-width: 576px) {
	.captcha-img-row {
		width: 33%;
		float: left;
	}
	.captcha-field-row {
		width: 66%;
		float: left;
	}
	.infoContainer {
		padding-bottom: 1.5rem;
	}
}

@media screen and (max-width: 400px) {
	.captcha-img-row {
		width: 45%;
		float: left;
	}
	.captcha-field-row {
		width: 55%;
		float: left;
	}
	.input-group-prepend-custom {
		display: flex;
	}

}

@media screen and (max-width: 300px) {
	.captcha-img-row {
		width: 50%;
		float: left;
	}
	.captcha-field-row {
		width: 50%;
		float: left;
	}
}

.btn-success-neg {
  color: #5cb85c;
  background-color: #fff;
  border-color: #4cae4c;
}

.btn-info-neg {
  color: #5bc0de;
  background-color: #fff;
  border-color: #46b8da;
}
.btn-info-neg:hover {
  color: #31b0d5;
  background-color: #fff;
  border-color: #269abc;
}
.btn-info-neg:active,
.btn-info-neg.active,
.open > .dropdown-toggle.btn-info {
  color: #31b0d5;
  background-color: #fff;
  border-color: #269abc;
}

.w-auto { width: auto !important; }


.whs-banner-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ***** ACCOUNT APPLICATION IB ***** */
.IB-container {
	background: linear-gradient(to right, #062b60 0%, #062b60 50%, #fff 50%, #fff 100%); 
	min-height: 100vh; 
	max-height: 100%;
}

.btn-account-application-IB {
	background-color: #1257bf;
}

.btn-account-application-IB:hover {
	background-color: #09459a;
}

.IB-container .chevron-arrow {
	display: block;
	position: absolute;
	top: 250px;
	left: 50%;
	margin: 0 0 0 -20px;
	padding: 5px 0 5px;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	text-align: center;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 2px 5px #0003;
}

.IB-marketing-text { color: white; }
.IB-padding-end { padding-left: 75px; }
.IB-padding-start { padding-right: 75px; }
.IB-HR { background-color: #8b8b8b; }

.IB-container .iti { width: 100%; }
.IBList { list-style: none; padding-left: 20px; }
.IBList { position: relative; }
.IBListIcon { position: absolute; left: 0px; }

@media screen and (max-width: 768px) {
	.IB-container { background: #fff; }
	.IB-marketing-text { color: #000; }
	.IB-padding-end { padding-left: calc(var(--bs-gutter-x) * .5); }
	.IB-padding-start { padding-right: calc(var(--bs-gutter-x) * .5); }
	.IB-marketing-list li:before { color: #000; border: 1px solid #000; }
}