/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Regular'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v16-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto/roboto-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v16-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


html {
	overflow-y: scroll;
}

body, p, li, td, th, input, textarea, select, h2, h3, h4, h5, h6, option {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	font-size: 12.5px;
	line-height: 1.6;
	border-top: 0px solid #002c5e;
	color: #555555;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px;
	}
}

.page, .navbar {
	background-color: white;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.navbar {
	color: white;
	background-color: #262626;
	border-bottom: 0px;
	font-size: 13px;
	margin-bottom: 0px;
	border:0px;
	border-radius:0px;
}

.navbar .container {

}

.navbar-default .navbar-nav li a {
	color: #888;
}

.navbar-brand {
	padding-top: 10px;
	height: auto;
}
.navbar .logo {
	padding:10px 0 7px 0;
}
#top-fixed-floating {
	background-color: #002f5d;
	padding-top: 15px;
	padding-bottom: 15px;
}
#top-fixed-floating p {
	color: #fff;
}
 /* Large Devices, Wide Screens */
 @media only screen and (max-width : 1200px) {
	 .navbar .logo {
		width:70%;
		height:70%;
	}
 }

 /* Medium Devices, Desktops */
 @media only screen and (max-width : 992px) {

 }

 /* Small Devices, Tablets */
 @media only screen and (max-width : 768px) {

 }

 /* Extra Small Devices, Phones */ 
 @media only screen and (max-width : 480px) {

 }

 /* Custom, iPhone Retina */ 
 @media only screen and (max-width : 320px) {

 }

.navbar .login-name {
	padding: 15px 15px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #002f5d;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1, .h1 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 0.3em;
	text-transform: uppercase;
}

h2, .h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

h3, .h3 {
	font-size: 18px;
	text-transform: uppercase;
}

h4, .h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.review-application h2, .review-application h3 {
	color: #333;
}

.review-application h2.review {
	color: #002f5d;
}

.form-horizontal .control-label {
	text-align: left;
}

.form {
	background-color: #f1f1f1;
	padding: 15px;
}

.safety {
	display: none;
}

.statement th {
	font-weight: normal;
	background-color: #c0d9f4;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0EFFF),
		color-stop(1, #B4C5D8));
	background-image: -o-linear-gradient(bottom, #B4C5D8 0%, #E0EFFF 100%);
	background-image: -moz-linear-gradient(bottom, #B4C5D8 0%, #E0EFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #B4C5D8 0%, #E0EFFF 100%);
	background-image: -ms-linear-gradient(bottom, #B4C5D8 0%, #E0EFFF 100%);
	background-image: linear-gradient(to bottom, #E0EFFF 0%, #B4C5D8 100%);
}

table.statement {
	border: 0px solid #ccc;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: white;
}

table.statement td, table.statement th {
	font-size: 11px;
	padding: 3px;
}

table.statement th {
	padding: 6px 0 6px 0;
}

table.statement tr.alternate {
	background-color: #e7eaef;
}

table.accounts td, table.accounts th {
	padding: 12px 10px !important;
	font-size: 12.5px
}

table.dataTable tr.odd td {
	background-color: white;
	border: 1px lightgrey;
}

table.dataTable tr.even td {
	background-color: #e7eaef;
	border: 1px lightgrey;
}

.visible-ie8 {
	display: none;
}

.ie8 .visible-ie8 {
	display: inherit !important;
}

.visible-ie9 {
	display: none;
}

.ie9 .visible-ie9 {
	display: inherit !important;
}

.hidden-ie8 {
	display: inherit;
}

.ie8 .hidden-ie8 {
	display: none !important;
}

.hidden-ie9 {
	display: inherit;
}

.ie9 .hidden-ie9 {
	display: none !important;
}

.col-first {
	padding-left: 0;
}
/*  Purple */
.btn.purple {
	color: white;
	text-shadow: none;
	background-color: #852b99;
}

.btn.purple:hover, .btn.purple:focus, .btn.purple:active, .btn.purple.active,
	.btn.purple.disabled, .btn.purple[disabled] {
	background-color: #6d1b81 !important;
	color: #fff !important;
	outline: none !important;
}

/*  Blue */
.form-actions:after {
	clear: both;
}

.form-actions:before, .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}

.form-actions:before, .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}

.form-actions.right {
	padding-left: 0;
	padding-right: 0px;
	text-align: right;
}

.margin-top-5 {
	margin-bottom: 5px;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.display-none, .display-hide {
	display: none;
}

.input-icon {
	position: relative;
}

.control-label {
	margin-top: 2px;
}

label {
	display: inline-block;
	font-weight: 700;
	font-weight: 400;
	margin-bottom: 5px;
}

.input-icon i {
	color: #CCCCCC;
	display: block;
	font-size: 16px;
	height: 16px;
	margin: 11px 2px 4px 10px;
	position: absolute;
	text-align: center;
	width: 16px;
}

[class^="fa-"], [class*=" fa-"] {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 1px;
}

.form-control:-moz-placeholder {
	color: #999999;
}

.input-icon input {
	padding-left: 33px !important;
}

.form-control {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}

.form-control:focus {
	border-color: #999999;
	box-shadow: none !important;
	outline: 0 none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #EEEEEE;
	cursor: not-allowed;
}

.form-control.height-auto {
	height: auto;
}

.uneditable-input {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	min-width: 206px;
	padding: 6px 12px;
}

label.form-control {
	display: block;
	margin-bottom: 5px;
}

input[disabled], select[disabled], textarea[disabled] {
	background-color: #F4F4F4 !important;
	cursor: not-allowed;
}

input[readonly], select[readonly], textarea[readonly] {
	background-color: #F9F9F9 !important;
	cursor: not-allowed;
}

.input-group.input-group-fixed {
	width: auto !important;
}

[class^="m-icon-"] {
	background-image: url("../images/syncfusion-icons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 3px;
	vertical-align: top;
	width: 14px;
}

.m-icon-swapright {
	background-position: -27px -10px;
}

.m-icon-white {
	background-image: url("../images/syncfusion-icons-white.png");
}

.m-icon-swapdown {
	background-position: -68px -10px;
}

.m-icon-swapleft {
	background-position: -8px -10px;
}

.m-icon-swapup {
	background-position: -46px -10px;
}

.m-icon-big-swapright {
	background-position: -42px -28px;
}

.m-icon-big-swapdown {
	background-position: -115px -28px;
}

.m-icon-big-swapleft {
	background-position: -6px -28px;
}

.m-icon-big-swapup {
	background-position: -78px -28px;
}

.user-details {
	font-size: 14px;
}

.contentlevel p.trigger2 {
	background: url("/assets/images/plus.png") no-repeat scroll 0 6px
		transparent;
	font-size: 16px;
	margin: 0 0 1em;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	white-space: inherit;
	width: 100%;
}

.contentlevel p.trigger2 a {
	border-radius: 5px 5px 5px 5px;
	color: #1F4E82;
	display: block;
	line-height: normal;
	margin-bottom: 0;
	max-width: 650px;
	overflow: hidden;
	padding: 5px 0 5px 5px;
}

.contentlevel .nav-tabs {
	
}

.mainColumn {
	
}

.mainColumn a.button, .mainColumn span.button {
	background-position: right top;
	border: 1px solid #00A2C8;
	background-color: #01a0e4;
	border-radius: 5px 5px 5px 5px;
	color: #EBE8DE;
	display: inline-block;
	padding: 5px 5px 7px;
	text-decoration: none;
	width: auto;
	margin-right: 5px;
	white-space: nowrap;
}

.mainColumn span.button a i {
	margin-left: 8px;
}

.mainColumn a.button:hover, .mainColumn span.button:hover {
	background-color: #002c5e;
	background-position: right -105px;
	border-radius: 5px 5px 5px 5px;
}

.mainColumn span.button {
	border: 0 solid black;
	margin-bottom: 1em;
	padding: 0 10px 0 0;
	position: relative;
}

.mainColumn span.button input[type="submit"] {
	background-color: transparent;
	border-style: none;
	color: white;
	font-size: 1.2em;
	padding: 5px 10px;
	text-decoration: none;
}

.mainColumn span.button a {
	color: white;
	display: inline-block;
	padding: 5px 2px 5px 10px;
}

.contentlevel table {
	background-color: white;
	border-collapse: collapse;
	border-color: gray;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
}

.contentlevel table th {
	background-color: #49709b;
	background-image: url("/assets/images/td-bg-1.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	border-color: #E2E2E2;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-weight: normal;
	min-height: 30px;
	padding: 8px 5px;
	text-align: center;
}

.contentlevel table td {
	background-color: #F7F7F7;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.contentlevel table.nostyle {
	background-color: transparent;
	border-spacing: 0;
	border-width: 0;
	margin-bottom: 1em;
}

.contentlevel table.nostyle td {
	background-color: transparent;
	border-width: 0;
	padding: 0;
}

.header-banner {
	margin: 10px 0 0 0;
	border-radius: 5px 5px 5px 5px;
	width: 100%;
}

#footer2 {
	background-position: center bottom;
	background-repeat: repeat-x;
	border: 1px solid #D9D9D9;
	margin: 20px 0 20px;
	padding: 12.5px;
}

.disclaimer2 {
	font-size: 12px;
}

.locations {
	margin-bottom: 20px;
}

#footer2 .locations div {
	font-size: 13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	border: 1px solid #cfcfcf;
	padding: 15px 25px;
	margin-bottom: 10px;
	font-size: 11px;
}

.block h3, .block h4 {
	margin-top: 0;
	text-transform: uppercase;
}

.block h3.trigger2, .block h4.trigger2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.block .toggle_container2 {
	margin-top: 10px;
}

/**Whatsapp**/

.inline-block {
	display: inline-block;
}

div.light-gray {
	background-color: #f5f7f8 !important;
}
/*
.navbar-nav .selected {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #E02222;
    bottom: 0;
    display: inline-block;
    height: 0;
    left: 50%;
    margin: 0 0 -6px -7px;
    position: absolute;
    width: 0;
}

*/
.tabbable-custom a {
	border-radius: 0 0 0 0 !important;
}

.tabbable-custom {
	border-radius: 0 0 0 0 !important;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
}

.tabbable-custom>.nav-tabs {
	border: medium none;
	margin: 0;
	font-size: 18px;
}

.tabbable-custom>.tab-content {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 0 0 0 0;
	padding: 15px;
}

.tabbable-custom.nav-justified .tab-content {
	margin-top: -1px;
}

.tabs-below.tabbable-custom.nav-justified .tab-content {
	margin-bottom: -2px;
	margin-top: 0;
}

.tabbable-custom.boxless>.tab-content {
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	padding: 15px 0;
}

.tabbable-custom .nav-tabs>li {
	border-top: 2px solid transparent;
	margin-right: 2px;
}

.tabbable-custom .nav-tabs>li>a {
	margin-right: 0;
}

.tabbable-custom .nav-tabs>li>a:hover {
	background: none repeat scroll 0 0 transparent;
	border-color: transparent;
}

.tabbable-custom .nav-tabs>li.active {
	border-top: 3px solid #01a0e4;
	margin-top: 0;
	position: relative;
}

.tabbable-custom .nav-tabs>li.active>a {
	border-top: medium none;
	font-weight: 400;
}

.tabbable-custom .nav-tabs>li.active>a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #D4D4D4 #D4D4D4 transparent;
	border-top: medium none #D4D4D4;
}

.tabbable-custom .nav-tabs>li {
	border-top: 2px solid transparent;
	margin-right: 2px;
}

.help-block {
	color: #A94442;
}

.align-right {
	text-align: right;
}

tr.money td {
	direction: ltr;
}

.printout {
	display: none;
}

.delete-account {
	cursor: pointer;
	display: inline-block;
}

/************** Skin 1 *********************/
div.languages {
	padding: 15px 10px 15px 10px;
	width: 90px;
}

.dd {
	/*display:inline-block !important;*/
	text-align: left;
	background-color: #fff;
	font-size: 1.0em;
	float: left;
	background-image: none;
	background-position: left;
	background-color: transparent;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

.dd .ddTitle {
	padding: 0px 10px 0px 0px;
	text-indent: 0;
	cursor: default;
	overflow: hidden;
	height: 23px;
	border: 0px solid red;
	display: block;
	line-height: 20px;
}

.dd .ddTitle span.arrow {
	background-image: none;
	float: right;
	display: inline-block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	padding: 0 0 0 0;
}

.dd .ddTitle span.ddTitleText {
	text-indent: 1px;
	overflow: hidden;
	line-height: 19px;
	margin-top: 3px;
}

.dd .ddTitle span.ddTitleText img {
	text-align: left;
	padding: 0 2px 0 0
}

.dd .ddTitle img.selected {
	padding: 0 3px 0 0;
	vertical-align: top;
}

.dd .ddChild {
	position: absolute;
	border: 1px solid #ebebeb;
	display: none;
	margin: 0;
	overflow: auto;
	margin: 0px 3px 5px 2px;
	overflow-x: hidden !important;
	background-color: #ffffff;
	width: 90px;
	left: 3px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.66);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.66);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.66);
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
	padding-left: 10px
}

.dd .ddChild a {
	display: block;
	padding: 2px 0 2px 3px;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	font-weight: normal;
}

.dd .ddChild a:hover {
	background-color: #f7f7f7;
}

.dd .ddChild a img {
	border: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}

.dd .ddChild a.selected {
	background-color: #f7f7f7;
}

.hidden {
	display: none;
}

a.liveChat {
	background-position: 0 -367px;
	display: block;
	height: 25px;
	margin-right: 0;
	padding: 0;
	width: 108px;
}

a.liveChat:hover {
	background-position: 0 -405px;
}

.buttonPanel {
	background-image: url("/assets/images/en-account-buttons-1.png");
}

.buttonPanel span {
	display: none;
}

.top-bar {
	background-image: url("/assets/images/header-bg.jpg");
	background-repeat: repeat-x;
	padding: 2px 0px;
	font-size: 13px;
}

.top-bar:after {
	clear: both;
	content: " ";
	display: table;
}

.top-bar .text {
	padding-top: 3px;
}

.top-bar .number {
	color: #000;
	float: left;
	direction: ltr;
}

div.intro-header, div.intro-header-bar {
	background-image: url("/ib/1/bg-header.jpg");	
	margin-bottom:15px;
	min-height:40px;
	background-position: center;
}
div.intro-header .container {
	background: transparent;
}
div.intro {
	font-size: 13px;
	margin: 15px 0 5px 0;
	color:white;
}
div.intro p, div.intro h2, div.intro li, div.intro ul {
	color:white;
}
div.intro a {
	color:white;
	text-decoration: underline;
}
div.intro a:hover {
	color:#428bca;
	text-decoration: none;
}
div.intro ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.ssl-secure {
	font-size: 16px;
	font-weight: bold;
	color: #202f57;
	margin-top:20px;
}

.ssl-secure .secure-img {
	background-image: url("/assets/images/en-ssl-secure.png");
	background-repeat: no-repeat;
	width: 193px;
	height: 172px;
	margin: 0 auto;
}

.ssl-secure .secure-en {

}
.top-secure {
	background-color:#343233;
	padding:6px 0;
}
.navbar .secure {
	margin-top: 27px;
	max-width: 600px;
}
.secure {
	color:white;
}
.secure a {
	color:white;
}
.secure a:hover {
	text-decoration: underline;
}

.radio-list>label.radio-inline {
	display: inline-block;
}

.radio-list-bold>label.radio-inline {
	font-weight:bold;
}

.radio-list>label.radio-inline:first-child {
	padding-left: 0;
}

.form-horizontal .radio-inline .radio {
	padding-top: 0px;
}

div.selector, div.checker, div.button, div.radio, div.uploader {
	display: inline-block;
	vertical-align: middle;
}

div.radio {
	position: relative;
	margin-top: 0px;
}

div.radio-list label.radio-inline {
	padding-top: 0px;
}

.form-group {
	margin-bottom: 10px;
}

hr {
	border-top: 1px solid #ccc;
}

.btn-primary {
	background-color: #63aa09;
	border-color: #459300;
	color: #fff;
}

.btn-primary {
  background-color: #00b8e2;
  border-color: #00b8e2;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.25);
  background-color: #ba1c7a;
  background-image: -moz-linear-gradient(top,#00b8e2,#007995);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00b8e2),to(#007995));
  background-image: -webkit-linear-gradient(top,#00b8e2,#007995);
  background-image: -o-linear-gradient(top,#00b8e2,#007995);
  background-image: linear-gradient(to bottom,#00b8e2,#007995);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b8e2', endColorstr='#ff9f1868', GradientType=0);
  border-color: #1eb8e2;
}
.btn-primary:hover,
.btn-primary:focus {
	color:#f5f7f8;
	text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #007995;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover {
  background-color: #007995;
  border-color: #007995;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled] .btn-blue:hover,
.btn-primary[disabled] .btn-blue:focus,
.btn-primary[disabled] .btn-blue:active,
.btn-primary[disabled] .btn-blue.active {
  background-color: #00b8e2;
  border-color: #00b8e2;
}



.btn-secondary {
	background-color: #00b8e2;
	border-color: #00b8e2;
	color: #fff;
}

.btn-secondary {
  background-color: #59c9e3;
  border-color: #59c9e3;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.25);
  background-color: #55a4b6;
  background-image: -moz-linear-gradient(top,#59c9e3,#55a4b6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#59c9e3),to(#55a4b6));
  background-image: -webkit-linear-gradient(top,#59c9e3,#55a4b6);
  background-image: -o-linear-gradient(top,#59c9e3,#55a4b6);
  background-image: linear-gradient(to bottom,#59c9e3,#55a4b6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff59c9e3', endColorstr='#ff9f1868', GradientType=0);
  border-color: #1eb8e2;
}
.btn-secondary:hover,
.btn-secondary:focus {
	color:#f5f7f8;
	text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #55a4b6;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.active:hover {
	
  background-color: #55a4b6;
  border-color: #55a4b6;
}
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled] .btn-blue:hover,
.btn-secondary[disabled] .btn-blue:focus,
.btn-secondary[disabled] .btn-blue:active,
.btn-secondary[disabled] .btn-blue.active {
  background-color: #59c9e3;
  border-color: #59c9e3;
}

/*
#application .btn i.fa-arrow-left {
	margin-left:-10px;
}
#application .btn i.fa-arrow-right {
	margin-right:-10px;
}
*/

.form-inline select.form-control {
	display: inline-block;
	width: auto;
}

.inner-center {
	display: table;
	margin: 0px auto;
}

.inner-center img {
	display: table;
	margin: 0px auto;
}
.margin-right-20 {
	margin-right:20px;
}
.margin-left-20 {
	margin-right:20px;
}
.image-panel {
	background: url("/assets/images/image-panel.png") no-repeat;
}
/*



*/
i.icon-panel {
	background: url("/assets/images/all-icons.png") no-repeat;
}
.icon-panel:before {
	background: url("/assets/images/all-icons.png") no-repeat;
}
i.icon-panel {
	display:inline-table;
	margin-right:8px;
	padding:0px;
	font-size: inherit;
	text-rendering: auto;
	text-align: center;
	vertical-align: middle;
}
i.icon-sm {
	width:20px;
	height:22px;
	background-size:100%;
}
.ic-ul {
	padding:0;
	position:relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ic-ul li {
  position:relative;
  padding:0 0 0 26px;
  margin-bottom:10px;
}
.ic-ul li:before {
    width:20px;
    height:22px;
    display:block;
    position:absolute;
    background-size:100%;
    content: " ";
    top:0px;
    left:0px;
}
i.icon-md, .navbar i.icon-sm {
	width:24px;
	height:30px;
	background-size:100%;
} 
.icon-sm.icon-telephone-blue, li.icon-telephone-blue:before {
	background-position: 0 -44px;
}
.icon-sm.icon-email-blue, li.icon-email-blue:before {
	background-position: 0 3px;
}
.icon-sm.icon-email-white, li.icon-email-white:before {
	background-position: 0 -195px;
}
.icon-sm.icon-chat-blue, li.icon-chat-blue:before {
	background-position: 0 -90px;
}
.icon-sm.icon-opening-blue, li.icon-opening-blue:before {
	background-position: 0 -23px;
}
li.icon-whatsapp-rounded-small:before {
	background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/icons/whatsapp-icon-rounded-small.png");
}
.icon-sm.icon-telephone-white, li.icon-telephone-white:before {
	background-position: 0 -68px;
}
.icon-sm.icon-lock-white, li.icon-lock-white:before {
	background-position: 0 -139px;
}
.icon-sm.icon-chat-white, li.icon-chat-white:before {
	background-position: 0 -115px;
}



.icon-md.icon-telephone-white, .navbar .icon-sm.icon-telephone-white {
	background-position: 0 -80px;
}
.icon-md.icon-lock-white, .navbar .icon-sm.icon-lock-white {
	background-position: 0 -168px;
}
.icon-md.icon-chat-white, .navbar .icon-sm.icon-chat-white {
	background-position: 0 -137px;
}

/*



*/

ul.contact a {
	color:#595959;
}
ul.contact a:hover {
	text-decoration: underline;
}
/*
ul.contact li {
	padding: 1px 0px 10px 0px;
	color:#595959;
}
*/


.step-bar {
	margin: 0 0 15px 0;
}

.step-bar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.step-bar li {
	background: url("/assets/images/step-panel.png") no-repeat;
	background-position: right -148px;
	background-color: #ededed;
	float: left;
	color: #333333;
	height: 58px;
	width: 25%;
	padding:0 0 0 8px;
	text-align: center;
}

.step-bar li a {
	color: #333333;
	display: table;
	width: 100%;
	height: 100%;
	font-weight: bold;
	cursor: inherit;
}

.step-bar li a:hover {
	text-decoration: none;
}

.step-bar li a span {
	padding-right: 39px;
	width: 100%;
	height: 100%;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

.step-bar li.current {
	background-color: #002c5e;
	color: white;
	background-position: right top;
}

.step-bar li.current a {
	color: white;
}

.step-bar li.complete a {
	cursor: pointer;
}

.step-bar li.current.complete {
	background-position: right -74px;
}

.step-bar li.complete {
	background-position: right -222px;
}

.telephone-country-code {
	border: 0px solid #000;
	text-align: right;
	padding-left: 0;
	padding-right: 5px;
	max-width: 70px;
	display: none;
	font-weight: bold;
}

input[readonly].telephone-country-code {
	cursor: text;
	background-color: transparent !important;
}

.income-status, #dma-mt4, .hear-about-us, #attorney, div.source-of-funds-other,
	div.industry-other, div.previous_experience, div.annual-income-warning,
	div.title-other, div.id-card-number, #mailing-address,
	#previous-address {
	display: none;
	block: hidden;
}

div.annual-income-warning p {
	color: red;
}

.radio-inline, .checkbox-inline {
	margin-left: 0px !important;
	margin-right: 20px;
	margin-top: 0;
}

.radio-inline {
	padding-left: 0px;
}

input[type="file"] {
	background-color: white;
	width: 100%;
	padding: 5px;
}

input[type="file"].error, input[type="text"].error, select.error,
	textarea.error {
	border: 1px solid red;
}

.error-intro {
	display: none;
	font-size: 15px;
}

.error-intro p {
	color: red;
}

label.error {
	display: none;
	color: red;
	font-size: 12px;
}

.info-icon {
	cursor: pointer;
	margin-left: 5px;
}

.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.tooltip.top {
	margin-top: -2px
}

.tooltip.right {
	margin-left: 2px
}

.tooltip.bottom {
	margin-top: 2px
}

.tooltip.left {
	margin-left: -2px
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #5b8bbc
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #5b8bbc
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #5b8bbc
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #5b8bbc;
}

.tooltip a {
	color:white;
	text-decoration: underline;
}

.tooltip-inner {
	max-width: 300px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #5b8bbc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0
}

.form-control[readonly] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none; /* If you want to remove the border as well */
	background: transparent;
}

.uploaded {
	background-color: #fff;
	padding: 5px 5px;
}

.uploaded a {
	float: left;
}

.uploaded .rem {
	float: right;
	color: red;
	border: 1px solid #ccc;
	cursor: pointer;
}

.alink {
	cursor: pointer;
}

.modal-dialog {
	width: 800px;
}

.gender div label.radio-inline {
	padding-top: 7px;
}

.divtooltip {
	display: none;
}

.tt-account-type .tooltip-inner {
	max-width: 350px;
}

.tt-account-type .tooltip-inner table td {
	color: white !important;
	padding: 3px;
	border: 1px solid white;
}

.address-more-than-3, #usa-citizen-tax {
	display: none;
}

div.account-type, div.support-document-expiry {
	display:none;
}
/*
.dir-ltr-num{
    direction: ltr;
}
.annual-income-show{
    direction: ltr;
}
*/
.form-radio, .form-radio-text {
	display: table-cell;
}

.form-radio {
	padding-right: 5px;
}

.id3check_wrapper2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.deleteCheckButton {
	height: 24px;
	width: 24px;
}

.deleteCheckButton:hover {
	background-color: rgba(255, 0, 168, 0.5);
}

.help-block {
	color: #737373;
	font-size:94%;
}
.mifid2 #support-document-not-required {
	display:none;
	margin-top:20px;
	margin-bottom:10px;
}

.fg-support-document-id .help-block {
	margin-bottom:0px;
}

.market-knowledge-confirm {
	display:none;
}
.market-knowledge-confirm-text {
	margin-bottom:20px;
}

.market-knowledge-confirm-container {
	display:none;
}

.expand-block .content {
	display:none;
}

.expand-block .title {
	cursor: pointer;
	color: #428bca;
	font-size:110%;
}
.expand-block .title:hover {
	color:#0c2e5f;
}

.expand-block .title::after {
	font-family: FontAwesome;
	content: " \f054";
	display: inline-block;
	padding-left: 6px;
}

.expand-block.isvisible .title::after {
	font-family: FontAwesome;
	content: " \f078";
	display: inline-block;
	padding-left: 6px;
}

.expand-block {
	margin-bottom:10px;
}

span.required {
	color: #2583bc;
	font-size: 110%;
}

div.privacy-lock i {
	font-size:28px;
	margin-top:10px;
}

h2 .privacy-icon i.fa {
	font-size:23px;
}

div.tooltip-content {
	font-size:12px;
	margin-bottom:5px;
}

.app-intro {
	margin-bottom:20px;
	vertical-align:bottom;	  
}

.app-intro div.outer-block {
	height:180px;
	border:0px;
}
.lang-ar.ib_au .app-intro div.outer-block,
.ib_au .app-intro div.outer-block {
	height:200px;
}


.app-intro div.outer-block div.inner-block {
	border:1px solid #cfcfcf;
	padding:5px 15px 10px;
	height:100%;
	text-align: center;	
	position:relative;
}

.app-intro div.outer-block div.inner-block h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.app-intro div.outer-block:first-child div.inner-block {
	background-color:#f1f1f1;
	border:1px solid #f1f1f1;
	position:relative;
}

.app-intro div.outer-block .arrow-down {
	margin-top:-1px;
	text-align: center;	
	padding:0px 15px 0px;	
}

.step-1 h1 {
	color:#00b8e2;
}

.quiz-link {
	color:white; text-decoration: underline; cursor: pointer;
}

.btn-large {
	padding: 10px 30px;
}
.btn-large-slim {
	padding: 10px 10px;
}

hr {
	margin-bottom:10px;
}

.btn-show-password {
	border-radius:0px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.step-0 .app-intro div.outer-block {
		height:200px;
	}	
}

@media only screen and (max-width : 992px) {
}

@media only screen and (max-width : 768px) {
	.application-form, .rightcolumn {
		padding-left:0px;
		padding-right:0px;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {
	.step-0 .ssl-secure {
		margin-top:65px;
		margin-bottom:29px;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.block {
		padding: 15px 10px;
	}
}



.step-2 .tooltip-inner p, .tooltip-inner li {
	color:white;
	text-align: left;
}

.regulator-row, .regulator-row .regulator-block, #no-tin-reference-row {
	display:none;
}

.regulator-option {
	padding:10px 5px;
	background-color: #1e3257;
	color:white;
	text-align: center;
	font-size:120%;
	line-height: 110%;
	min-height: 105px;
}
.regulator-0 .regulator-option {
	padding-top: 20px;
}
div .regulator-block {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
}
div .regulator-block.first-child {
	padding-left:15px;
}
div .regulator-block:first-child {
	padding-left:15px;
}
div .regulator-block:last-child {
	padding-right:15px;
}
div.regulator-row .expand-block {
	margin-top:5px;
}
div.regulator-row .expand-block .title {
	font-size: 13px;
	margin-bottom:5px;
}
.light-blue {
	color:#00b8e2;
}

table.standard {
	border: 1px solid #1C6EA4;
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.standard thead {
	background: #0c2e5f;
	border-bottom: 1px solid #444444;
}
table.standard thead th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 2px solid #D0E4F5;
	text-align: center;
}
table.standard thead th:first-child {
	border-left: none;
}
table.standard td, table.standard th {
	border: 1px solid #AAAAAA;
	padding: 3px 2px;
}
table.standard tbody td {
	font-size: 11px;
}
table.standard tbody tr:nth-child(odd) {
	background: #ffffff;
}
table.standard tbody tr:nth-child(even) {
	background: #D0E4F5;
}
@media only screen and (max-width : 768px) {
	.regulator-option {
		font-size:100%;
	}
}
.display-imp {
	display: block !important;
}
#asicRedirect {
	top: 25%;
}
#asicRedirect .modal-header .close {
	opacity: 1;
	position: absolute;
	top: 15px;
	right: 15px;
}
#asicRedirect .modal-dialog {
	background-color: 	#002e5f;
}
#asicRedirect .modal-header {
	border-bottom: 1px solid transparent;
}
#asicRedirect .modal-footer {
	border-top: 1px solid transparent;
}
#asicRedirect .modal-body p {
	color: #ffffff;
	font-size: 20px;
}
#asicRedirect .modal-dialog .modal-content {
	background-color: transparent;
	background-image: url('https://cdn-resources.onefinancialmarkets.com/au/sites/default/files/asictransferpopup.png');
	background-position: center bottom;
}
.collapsible-block {

}
.collapsible-block > div {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #d7dada;
	border: 1px solid #b9b9b9;
}

.collapsible-block-ofmblue h3 {
	cursor: pointer;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	background-color: #59c9e3;
	margin-bottom: 0;
	color: #ffff;
}

.collapsible-block h3 {
	cursor: pointer;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	background-color: #002c5e;
	margin-bottom: 0;
	color: #ffff;
}
.collapsible-block h3:hover {
	border-bottom: 2px solid #0a2b1d;
	background-color: #59c9e3;
}
.collapsible-block h3:before {
	font-family: 'Glyphicons Halflings';
	content:"\e082"; /*Minus Sign*/
	float: right;
	transition: all 0.5s;
	margin-right: 15px;
}
.collapsible-block h3.collapsed:before {
	font-family: 'Glyphicons Halflings';
	content:"\e081";/*Plus Sign*/
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.checkbox-new label.form-check-label {
	margin-left: 10px;
	margin-top: 1px;
}
.checkbox-new input[type="radio"] {
	float: left;
}
.checkbox-new input[type="checkbox"] {
	display: none;
}

#jumio2verification p{
	margin-top: 10px;
}

.tooltip-account-types {
	width:200px;
}

.tooltip-trader-classification {
	width:280px;
}

#primaryBg {
	background-size: cover;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 40px;
}
#primaryBg.w8benBanner {
	background-image: url("https://cdn-resources.onefinancialmarkets.com/sites/default/files/images/brands-mt5-background-banner.jpg");
}
#primaryBg .headerText {
	color: #59c9e3;
}

/**Animations**/

@-o-keyframes fadeIt {
	0%   { background-color: transparent; }
	50%  { background-color: #59c9e3; }
	100% { background-color: transparent; }
}
@keyframes fadeIt {
	0%   { background-color: transparent; }
	50%  { background-color: #59c9e3; }
	100% { background-color: transparent; }
}

.bgcolor-animate-in-out{
	background-image:none !important;
	-o-animation: fadeIt 1s ease-in-out;
	animation: fadeIt 1s ease-in-out;
}

.w8ben-declarations {
	background-color: white;
	width: 90%;
	height: 350px;
	padding:10px;
	overflow: auto;
	overflow-x: hidden;
}

#w8ben-declarations-navigation .nav-pills li.active a {
	background-color: #002f5d;
	border-radius: 0;
}

#w8ben-declarations-non-english {
	display:none;
}

#cplStaticDisbale {
	top: 183px;
}