/* NULLPOINT TECHNOLOGIES FX Client Area CSS */
html {
	height: 100%;
}
body {
	font: 15px/26px "Plus Jakarta Sans", sans-serif;
	background-color: #151618 !important;
	color: #ADB0BA;
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #a4a8b1;
	font-weight: 700;
}
h1 {
	margin-bottom: 14px;
	font-size: 48px;
	line-height: 62px;
}
h2 {
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 44px;
}
h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 38px;
}
h4 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 32px;
}
h5 {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 28px;
}
h6 {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 24px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #212121;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
h1 a: hover,h2 a: hover,h3 a: hover,h4 a: hover,h5 a: hover,h6 a: hover {
	color: #009688;
	text-decoration: none;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	color: inherit;
	font-size: 85%;
	font-weight: inherit;
}
p {
	margin-bottom: 25px;
}
/* LINKS */
a {
	/*color: #dcb140;
	*/
}
a: hover,a: focus {
	outline: 0;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
/* IMAGES */
img {
	max-width: 100%;
}
/* ADDRESS */
address {
	line-height: inherit;
}
/* FORMS */
input,select,textarea {
	display: block;
	max-width: 100%;
	/* height: 50px;
	*/
	padding: 5px 10px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	color: #838383;
}
input[type="checkbox"] {
	height: auto;
	accent-color: #3d8c6f;
}
label {
	font-weight: normal;
}
textarea {
	height: 325px;
	resize: none;
}
select {
	width: 100%;
	/* height: 50px;
	*/
}
input[class^="col-"],select[class^="col-"],textarea[class^="col-"] {
	padding: 10px 20px;
}
textarea: focus,input[type="url"]: focus,input[type="tel"]: focus,input[type="date"]: focus,input[type="datetime"]: focus,input[type="datetime-local"]: focus,input[type="week"]: focus,input[type="month"]: focus,input[type="text"]: focus,input[type="color"]: focus,input[type="email"]: focus,input[type="image"]: focus,input[type="number"]: focus,input[type="search"]: focus,input[type="password"]: focus {
	border-color: #dcb140;
	box-shadow: none;
	outline: 0;
}
select: focus {
	outline: none;
}
.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"],.radio input[type="radio"],.radio-inline input[type="radio"] {
	margin-top: -11px;
}
.checkbox input[type="checkbox"]: focus,.checkbox-inline input[type="checkbox"]: focus,.radio input[type="radio"]: focus,.radio-inline input[type="radio"]: focus {
	outline: none;
}
button,input[type="reset"],input[type="submit"],input[type="button"] {
	padding: 10px 48px 10px 50px;
	border: none;
	border-radius: 5px;
	background-color: #0099f1;
	color: #333;
	font-size: 12px;
	/* letter-spacing: 2px;
	*/
	/* text-transform: uppercase;
	*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
button: hover,input[type="reset"]: hover,input[type="submit"]: hover,input[type="button"]: hover {
	/* background-color: #212121;
	*/
}
button,input[type="reset"]: focus,input[type="submit"]: focus,input[type="button"]: focus {
	box-shadow: none;
	outline: 0;
}
: : -moz-placeholder {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}
: : -webkit-input-placeholder {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}
: -ms-input-placeholder {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}
/* TRANFORMATION CLASSES */
.text-mute {
	color: #c7c7c7;
}
.text-default-color {
	color: #dcb140;
}
.text-default-highlight {
	display: inline-block;
	padding: 10px 15px;
	margin: 10px 0;
	background-color: #dcb140;
	color: #fff;
}
.text-black-highlight {
	display: inline-block;
	padding: 10px 15px;
	margin: 10px 0;
	background-color: #212121;
	color: #fff;
}
.text-light {
	font-weight: 300;
}
.text-ultrabold {
	font-weight: 900;
}
.dropcap {
	float: left;
	font-size: 36px;
	line-height: 52px;
	font-weight: 700;
	margin-right: 10px;
}
.last,.no-margin-bottom {
	margin-bottom: 0 !important;
}
.margin-top-negative {
	margin-top: -100px;
}
@media (max-width: 767px) {
	h1 {
	font-size: 42px;
	line-height: 56px;
	}
	.margin-top-negative {
	margin-top: 0;
	}
}

/************************************************************************************+ ALERTS***********************************************************************************/
.alert {
	/* padding: 15px 30px;
	*/
	/* border: none;
	*/
	border-radius: 24px !important;
	/* color: #fff;
	*/
	position: relative;
	text-align: center;
}
.alert.alert-info {
	/* background-color: #838383;
	*/
}
.alert.alert-danger {
	background-color: #fbe9e7;
	border-color: #ff5722;
	color: #d84315;
}
.alert.alert-success {
	background-color: #e8f5e9;
	border-color: #4caf50;
	color: #43a047;
}
.alert.alert-warning {
	background-color: #fae71b;
	color: #363636;
}
h1.error {
	color: #455560;
	font-size: 100px;
	line-height: 92px;
	font-weight: 400;
	text-align: right;
}
/************************************************************************************+ LISTS***********************************************************************************/
/* GENERAL */
ul,ol {
	padding: 0;
	margin-bottom: 25px;
	list-style-position: inside;
}
li > ul,li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dl {
	margin-bottom: 25px;
}
/* CHECK LIST */
.check-list {
	color: #212121;
	font-size: 16px;
	list-style: none;
}
.check-list li {
	margin-bottom: 7px;
}
.check-list li: last-child {
	margin-bottom: 0;
}
.check-list li: before {
	position: relative;
	top: 1px;
	margin-right: 20px;
	color: #dcb140;
	font-family: "materia-icons";
	content: "\ea54";
}
/* LEAF LIST */
.leaf-list {
	color: #212121;
	font-size: 16px;
	list-style: none;
}
.leaf-list li {
	margin-bottom: 7px;
}
.leaf-list li: last-child {
	margin-bottom: 0;
}
.leaf-list li: before {
	position: relative;
	top: 1px;
	margin-right: 20px;
	color: #dcb140;
	font-family: "FontAwesome";
	content: "\f06c";
}
/* BULLET LIST */
.bullet-list {
	list-style: none;
}
.bullet-list li {
	margin-bottom: 7px;
}
.bullet-list li: last-child {
	margin-bottom: 0;
}
.bullet-list li: before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 15px;
	background-color: #dcb140;
	content: "";
}
/* LOGOS LIST */
.logos-list {
	margin-bottom: 20px;
	list-style: none;
}
.logos-list li {
	float: left;
	width: 20%;
	height: 45px;
	padding: 0 20px;
	text-align: center;
	background: no-repeat top center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.logos-list li: hover {
	background-position: bottom center;
}
.logos-list: after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media (max-width: 767px) {
	.logos-list li {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	}
	.logos-list li: last-child {
	margin-bottom: 0;
	}
}
/************************************************************************************+ BUTTONS***********************************************************************************/
.btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 10px 30px !important;
	/* border: none;
	*/
	border-radius: 0px;
	/* margin-right: 10px;
	*/
	/* margin-bottom: 20px;
	*/
	/* font-size: 16px;
	*/
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 48px !important;
	min-height: 44px;
}
.btn: last-child {
	margin-right: 0;
}
.btn: after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	content: "";
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn: focus,.btn: active {
	outline: 0 !important;
	box-shadow: none;
}
.btn: hover: after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.btn-xs {
	padding: 10px 20px;
	font-size: 12px;
	text-transform: uppercase;
	min-height: auto;
}
.btn-lg {
	padding: 14px 50px;
	font-size: 14px;
	text-transform: uppercase;
}
.btn i {
	display: inline-block;
	font-size: 150%;
	line-height: 1px;
	vertical-align: middle;
}
/* DEFAULT BUTTON */
.btn-default {
	/* background-color: #dcb140;
	*/
	/* color: #fff;
	*/
}
.btn-default: after {
	/* background-color: #212121;
	*/
}
.btn-default,.btn-default: hover,.btn-default: focus,.btn-default: active,.btn-default: active: focus {
	/* background-color: #dcb140;
	*/
	/* color: #fff;
	*/
}
.btn-default: hover {
	/* background-color: #212121;
	*/
	/* color: #fff;
	*/
}
/* WHITE BUTTON */
.btn-white {
	border: 1px solid #dcb140;
	color: #dcb140;
}
.btn-white: after {
	background-color: #dcb140;
}
.btn-white: hover {
	background-color: #dcb140;
	color: #fff;
}
/************************************************************************************+ DIVIDERS***********************************************************************************/
.hr {
	border-top: 1px solid #383838;
	margin: 30px 0;
}
.hr.default-color {
	border-top-color: #dcb140;
}
.hr.black {
	border-top-color: #212121;
}


/************************************************************************************+ ACCORDION***********************************************************************************/
.panel {
	background-color: transparent;
	box-shadow: none;
}
.panel-heading {
	padding: 10px;
	border: none;
	border-radius: 0;
	background-color: transparent !important;
}
.panel-title a,.panel-title a: focus {
	position: relative;
	display: block;
	height: 65px;
	padding: 18px 45px 18px 20px;
	/* margin-bottom: 10px;
	*/
	background-color: #f8f8f8;
	color: #222;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.panel-title a img {
	position: absolute;
	top: 0;
	left: 0;
}
.panel-title a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: #838383;
	color: #fff;
	font-size: 32px;
	text-align: center;
}
.panel-title a i + span,.panel-title a img + span {
	padding-left: 65px;
}
.panel-title a: before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "+";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.panel-title a: hover,.panel-title a[aria-expanded="true"] {
	background-color: #5c9fce;
	color: #fff;
}
.panel-title a[aria-expanded="true"]: before {
	content: "-";
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,.panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 25px 30px;
	border: none;
}
.panel-body > *: last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.panel-title a,.panel-title a: focus {
	height: auto;
	padding-left: 20px;
	}
	.panel-title a i,.panel-title a img {
	display: none;
	}
	.panel-title a i + span,.panel-title a img + span {
	padding-left: 0;
	}
}
/************************************************************************************+ TABS***********************************************************************************/
/* HORIZONTAL TABS */
.nav-tabs {
	border-bottom: none;
}
.nav-tabs {
	background: rgb(56, 56, 56) !important;
	border-radius: 24px;
}
.nav-tabs > li {
	margin-bottom: 0;
	margin-right: 0;
}
.nav-tabs > li: last-child {
	margin-right: 0;
}
.nav-tabs > li > a {
	padding: 12px 20px;
	border: none;
	border-radius: 0;
	background-color: #f8f8f8;
	color: #212121;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-tabs > li > a: focus {
	border-color: transparent;
	background-color: transparent;
}
.nav-tabs > li > a: hover,.nav-tabs > li.active > a,.nav-tabs > li.active > a: hover,.nav-tabs > li.active > a: focus {
	border: none;
	background-color: #337ab7;
	color: #fff;
}
.tab-content {
	margin: 0px 0;
}
.tab-content .pie-chart-container {
	margin-bottom: 0;
}
.tab-content .headline {
	margin-bottom: 50px;
}
.tab-content .tab-pane > *: last-child {
	/*margin-bottom: 0;
	*/
}
.tab-content: after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* VERTICAL TABS */
.vertical-tabs {
	margin-bottom: 50px;
}
.vertical-tabs .nav-tabs {
	float: left;
}
.vertical-tabs .nav-tabs li {
	float: none;
	margin-left: 0;
}
/* VERTICAL TABS STYLE 1 */
.vertical-tabs.style-1 .nav-tabs {
	width: 370px;
	border-right: 1px solid #ebebeb;
}
.vertical-tabs.style-1 .nav-tabs > li > a {
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
	margin-right: 0;
	background-color: transparent;
	color: #838383;
	font-weight: 700;
	text-transform: uppercase;
}
.vertical-tabs.style-1 .nav-tabs > li: last-child > a {
	border-bottom: none;
}
.vertical-tabs.style-1 .nav-tabs > li > a i {
	position: relative;
	top: -4px;
	float: left;
	margin-right: 25px;
	font-size: 28px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.vertical-tabs.style-1 .nav-tabs > li: first-child > a {
	border-top: none;
}
.vertical-tabs.style-1 .nav-tabs > li > a: hover,.vertical-tabs.style-1 .nav-tabs > li.active > a {
	color: #212121;
}
.vertical-tabs.style-1 .nav-tabs > li.active > a {
	font-size: 16px;
}
.vertical-tabs.style-1 .nav-tabs > li > a: hover i,.vertical-tabs.style-1 .nav-tabs > li.active > a i {
	color: #dcb140;
}
.vertical-tabs.style-1 .nav-tabs > li.active > a i {
	font-size: 32px;
}
.vertical-tabs.style-1 .tab-content {
	margin-left: 370px;
	padding-left: 100px;
}
/* VERTICAL TABS style-2 */
.vertical-tabs.style-2 .nav-tabs {
	width: 370px;
}
.vertical-tabs.style-2 .nav-tabs > li > a {
	padding: 15px 20px;
	margin-right: 0;
	margin-bottom: 5px;
	background-color: #f8f8f8;
	color: #212121;
	font-weight: 700;
	text-transform: uppercase;
}
.vertical-tabs.style-2.rounded .nav-tabs > li > a {
	border-radius: 5px;
}
.vertical-tabs.style-2 .nav-tabs > li: last-child > a {
	margin-bottom: 0;
}
.vertical-tabs.style-2 .nav-tabs > li > a i {
	position: relative;
	top: -4px;
	float: left;
	margin-right: 20px;
	font-size: 28px;
}
.vertical-tabs.style-2 .nav-tabs > li: first-child > a {
	border-top: none;
}
.vertical-tabs.style-2 .nav-tabs > li > a: hover,.vertical-tabs.style-2 .nav-tabs > li.active > a {
	background-color: #dcb140;
	color: #fff;
}
.vertical-tabs.style-2 .tab-content {
	padding-left: 30px;
	margin-top: 0;
	margin-left: 370px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.vertical-tabs.style-1 .nav-tabs {
	width: 270px;
	}
	.vertical-tabs.style-1 .tab-content {
	margin-left: 300px;
	padding-left: 0;
	}
	.vertical-tabs.style-2 .nav-tabs {
	width: 270px;
	}
	.vertical-tabs.style-2 .tab-content {
	margin-left: 290px;
	padding-left: 0;
	}
}
@media (max-width: 767px) {
	.nav-tabs > li {
	float: none;
	margin-right: 0;
	margin-bottom: 1px;
	}
	.nav-tabs > li: last-child {
	margin-bottom: 0;
	}
	.vertical-tabs.style-1 .nav-tabs {
	width: 100%;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	}
	.vertical-tabs.style-1 .tab-content {
	margin-left: 0;
	padding-left: 0;
	}
	.vertical-tabs.style-2 .nav-tabs {
	float: none;
	width: 100%;
	}
	.vertical-tabs.style-2 .tab-content {
	margin-left: 0;
	padding-left: 0;
	}
}

.table-borderless td {
	border: none !important;
}
.position-left {
	margin-right: 7px;
}
.position-right {
	margin-left: 7px;
}
.no-border {
	border: none;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.p-40 {
	padding: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-30 {
	margin-top: 30px;
}
.m-30 {
	margin: 30px 0px;
	margin-bottom: 30px !important;
}
.mlt-30 {
	padding: 15px 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mt-70 {
	margin-top: 70px;
}
.pt-5 {
	padding-top: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pt-80 {
	padding-top: 80px;
}
.p-20 {
	padding: 20px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-5 {
	padding-right: 5px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.fs-12 {
	font-size: 12px;
}
.lh-18 {
	line-height: 18px;
}
.text-bold {
	color: #ffffff;
	font-weight: bold;
}
.full-width {
	width: 100%;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline-block;
}
.border-bottom {
	border-bottom: 1px solid #151819;
}
.border-top {
	border-top: 1px solid #ddd;
}
.bg-grey02 {
	background: #fafafa;
}
.bg-white01 {
	background: #fff;
}
.bs-01 {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#dob-day,#dob-day2 {
	width: 27%;
	display: inline;
}
#dob-month,#dob-month2 {
	width: 40%;
	display: inline;
}
#dob-year,#dob-year2 {
	width: 30%;
	display: inline;
}
#open-demo-form label {
	line-height: 50px;
}
.loader-img img {
	width: 220px;
}
.position-left {
	margin-right: 7px;
}
.content-group {
	margin-bottom: 20px !important;
}
.bg-gold {
	background-color: #dcb140 !important;
}
.text-gold {
	color: #dcb140;
}
.bg-platinum {
	background-color: #7f7679 !important;
}
.text-platinum {
	color: #7f7679;
}
.bg-diamond {
	background-color: #1fd6ff !important;
}
.text-diamond {
	color: #1fd6ff;
}
#conditions .modal-body {
	max-height: 400px;
	overflow-y: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
	margin: 130px auto;
	}
}
.intl-tel-input {
	width: 100%;
}
.form-error {
	display: none;
}
.form-error-outline {
	border-color: #dcb140;
}
#open-live-form label.double-line {
	padding: 0px 10px;
}
.g-recaptcha > div {
	margin: auto;
}
#sidebar-live-acc li.accbox,#sidebar-demo-acc li.accbox {
	vertical-align: middle;
	/* background: #f1f5f5;
	*/
	/* background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
	*/
	/* background: linear-gradient(#fff 0,#f9f9f9 100%);
	*/
	/* border-bottom: 1px solid #5e6c77; */
	/* border-radius: 3px;
	*/
	/* padding: 5px;
	*/
	min-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}
#sidebar-demo-acc li.accbox a {
	color: #fff !important;
}
#sidebar-live-acc li.accbox a {
	color: #fff !important;
}
.accbox {
	cursor: pointer;
}
.accbox: hover a {
	text-decoration: underline;
}
#sidebar-live-acc li .badge,#sidebar-demo-acc li .badge {
	font-size: 10px;
	margin-right: 5px;
	font-weight: 500;
	background-color: #95989a;
}
#sidebar-live-acc2 li.accbox,#sidebar-demo-acc2 li.accbox {
	vertical-align: middle;
	background: #ffffff;
	/* background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
	*/
	/* background: linear-gradient(#4e4e4e 0,#4e4e4e 100%);
	*/
	/* border: 1px solid #eee;
	*/
	/* border-radius: 3px;
	*/
	padding: 5px 10px;
	min-height: 30px;
	margin-bottom: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),0 2px 1px -1px rgba(0, 0, 0, 0.12);
	color: #333;
}
#sidebar-live-acc2 li .badge,#sidebar-demo-acc2 li .badge {
	font-size: 10px;
	margin-right: 5px;
	font-weight: 500;
}
.wallet-balance-box,.pamm-wallet-balance-box {
	vertical-align: middle;
	background: #000000;
	/* background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
	*/
	/* background: linear-gradient(#fff 0,#f9f9f9 100%);
	*/
	border: 1px solid #232323;
	border-radius: 3px;
	padding: 5px;
	min-height: 35px;
	margin-bottom: 5px;
	box-shadow: none;
	font-weight: bold;
}
.alert.alert-styled-left[class*="bg-"],.ui-pnotify.alert-styled-left[class*="bg-"] > .alert {
	border-left-color: rgba(0, 0, 0, 0.15) !important;
}
.alert.alert-styled-left,.ui-pnotify.alert-styled-left > .alert {
	border-left-width: 44px;
}
.alert[class*="alert-styled-"].alert-warning: after,.ui-pnotify[class*="alert-styled-"] > .alert.alert-warning: after,.alert[class*="alert-styled-"][class*="bg-warning"]: after,.ui-pnotify[class*="alert-styled-"] > .alert[class*="bg-warning"]: after {
	content: "\f071";
}
.alert[class*="alert-styled-"]: after,.ui-pnotify[class*="alert-styled-"] > .alert: after {
	content: "\e9a2";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	width: 44px;
	left: -44px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #808080scale;
}
.bg-warning {
	background-color: #ff5722 !important;
	border-color: #ff5722 !important;
	color: #fff !important;
}
#PLE-upload,#POA-upload {
	display: none;
}
#PLE-upload #PLE-form,#POA-upload #POA-form,#OTHER-upload #OTHER-form,#CC-upload #CC-form, #DC-upload #DC-form {
	min-height: 60px;
	border: 2px dashed #adb0ba;
	border-radius: 3px;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
	background: #383838;
}
#validation-warning,#approved-warning {
	border-bottom: none;
	color: #fff !important;
}
#client-approved,#client-pending {
	display: none;
	color: #fff;
}
div.dataTables_filter input {
	border-radius: 25px;
	height: 34px;
	padding-right: 38px;
	padding-left: 37px;
}
div.dataTables_filter label {
	position: relative;
}
div.dataTables_filter label: after {
	font-family: "Glyphicons Halflings";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #808080scale;
	content: "\e98e";
	/* margin-left: -30px;
	*/
	/* padding-right: 20px;
	*/
	color: #d7d7d7;
	top: 10px;
	position: absolute;
	content: "\e003";
	left: 20px;
}
#account-details {
	min-height: 450px;
}
.dropdown-menu {
	/*min-width: 100%;
	*/
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #dadada;
	margin: 0px;
	background-color: rgb(38 40 43);
}
.dropdown-menu > li > a {
	padding: 7px 20px;
	color: white;
}
@media (max-width: 767px) {
	#right-side {
	width: 100% !important;
	}
	.alert {
	padding: 10px !important;
	font-size: 12px !important;
	}
	.no-padding-xs {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	}
	#page-content {
	background: #26282b;
	}
	#account-details-tabs li {
	width: 18%;
	float: left;
	}
	#account-details-tabs li i {
	margin: 0px !important;
	}
	.p-15-xs {
	padding: 0px 15px;
	}
	.no-margin-xs {
	margin: 0 !important;
	}
	.border-bottom-xs {
	border-bottom: 1px solid #ddd;
	}
	.main-wrapper {
	padding-bottom: 0px;
	}
	#aff_time_period {
	font-size: 12px;
	}
	.pagination > li > a,.pagination > li > span {
	padding: 6px 6px;
	}
	.navbar-default .navbar-toggle {
	padding-top: 10px;
	}
	.panel-white {
	border-radius: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
	}
	#main-tab-content > .tab-pane {
	padding: 15px !important;
	}
	.alert h3 {
	font-size: 18px;
	line-height: 28px;
	}
	footer {
	text-align: center;
	}
	.text-center-xs {
	text-align: center !important;
	}
}
#navbar-mobile {
	background-color: #151618;
}
#navbar-mobile .navbar-toggle {
	background-color: #151618;
	border: none;
	color: white;
}
#main-tabs-mobile {
	/* width: 100%;
	*/
	position: absolute;
	z-index: 10;
	background-color: rgb(21 22 24);
	width: 100%;
	top: 51px;
	box-shadow: 0px 1px 2px rgba(86, 96, 117, 0.4);
	overflow: hidden;
}
#deposit-funds > .nav-pills > li,#withdraw-funds > .nav-pills > li {
	height: 60px;
}
#deposit-funds > .nav-pills > li > a,#withdraw-funds > .nav-pills > li > a {
	background: transparent;
	border: 1px solid transparent;
	height: 100%;
	vertical-align: middle;
	line-height: 40px;
}
#deposit-funds > .nav-pills > li.active > a,#withdraw-funds > .nav-pills > li.active > a {
	background: transparent;
	border: 1px solid #ddd;
	opacity: 1;
}
.tools-iframe {
	width: 100%;
	min-height: 900px;
	border: none;
}
#wire-transfer-div .table > tbody > tr > td,#wire-transfer-div .table > tbody > tr > th,#wire-transfer-div .table > tfoot > tr > td,#wire-transfer-div .table > tfoot > tr > th,#wire-transfer-div .table > thead > tr > td,#wire-transfer-div .table > thead > tr > th {
	border: 1px solid #ddd;
}
.bg-gray {
	background-color: #d7d7d7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td: first-child: before,table.dataTable.dtr-inline.collapsed > tbody > tr > th: first-child: before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #808080scale;
	background-color: transparent;
	color: #3f3f3f;
	box-shadow: none;
}
table.dataTable.dtr-inline.collapsed> tbody> tr.parent> td: first-child: before,table.dataTable.dtr-inline.collapsed> tbody> tr.parent> th: first-child: before {
	content: "\f077";
	background-color: transparent;
}
#main-tabs-mobile a {
	color: #FFF;
}
#main-tabs-mobile a i {
	width: 20px;
}
#main-tabs-mobile .open-live-btn {
	background-color: #3d8c6f;
	color: #fff;
}
#main-tabs-mobile .open-demo-btn {
	background-color: #151618;
	color: #fff;
}
#account-details-tabs li {
	text-align: center;
}
#account-details-tabs li a {
	padding: 10px 5px;
}
.text-left {
	text-align: left;
}
.avatar {
	width: 40px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 8px 0 0;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.panel {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
#left-side {
	background-color: #383838;
	color: rgba(255, 255, 255, 1);
	width: 250px;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
}
#right-side {
	width: calc(100% - 250px);
	border-top-right-radius: 28px !important;
	box-shadow: none;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}
#prices-sidebar {
	border: none;
	min-height: 800px;
	width: 100%;
}
.flex {
	display: flex;
}
#left-menu {
	list-style: none;
	color: #fff;
	margin: auto -20px;
}
#left-menu li {
	padding-bottom: 5px;
}
.left-menu-icon {
	margin-right: 10px;
}
#left-side li a: hover {
	/* color: #d7d7d7;
	*/
	/* text-decoration: underline;
	*/
	background: #2d2d2d;
}
#left-menu li a: hover h5 {
	color: #ddd;
}
#left-menu a {
	display: block;
	color: #fff !important;
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
	padding: 3px 20px;
}
#left-menu h5 {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}
.left-side-section {
	padding: 10px 20px;
}
.loader {
	position: relative;
	margin: 0 auto;
	width: 80px;
	margin-top: 20px;
}
.loader: before {
	content: "";
	display: block;
	padding-top: 100%;
}
.circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
@keyframes rotate {
	100% {
	transform: rotate(360deg);
	}
}
@keyframes dash {
	0% {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	}
	50% {
	stroke-dasharray: 89, 200;
	stroke-dashoffset: -35px;
	}
	100% {
	stroke-dasharray: 89, 200;
	stroke-dashoffset: -124px;
	}
}
@keyframes color {
	100%,0% {
	stroke: #ffc800;
	}
	40% {
	stroke: #000;
	}
	66% {
	stroke: #ffc800;
	}
	80%,90% {
	stroke: #000;
	}
}
.login-box {
	max-width: 440px;
	margin: auto;
}
#main-tab-content .tab-pane {
	min-height: 500px;
}
.container-fluid {
	max-width: 1600px;
}
.text-white,.text-white: hover,.text-white: active,.text-white: focus {
	color: #fff !important;
}
#transfer-success,#transfer-err {
	margin: auto;
	float: initial;
}
#transfer-success {
	background-color: rgba(89, 181, 108, 0.17);
	margin-bottom: 40px;
}
.section-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 59px;
}
.section-header span {
	padding: 20px 20px;
}
#main-tab-content > .tab-pane {
	padding: 30px;
}
#trading-tools label {
	display: block;
}
.text-lightblue {
	color: #57d9f1;
}
.btn-light {
	background-color: rgba(124, 124, 124, 0.52) !important;
	color: #fff !important;
}
.btn-light > b {
	background-color: rgba(54, 54, 54, 0.64);
}
.btn-light: hover {
	background-color: #7e7e7e !important;
}
.trading-hours-local-time,.trading-hours-status,.trading-hours-countdown {
	float: right;
}
#trading-hours-title {
	text-align: center;
	margin-top: 30px;
}
.trading-hours-market {
	margin-top: 30px;
}
.trading-hours-open {
	background-color: #399946 !important;
	color: #FFFFFF;
}
.trading-hours-closed {
	background-color: #d0021b !important;
	color: #FFFFFF;
}
.trading-hours-heading {
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #C0FF7E;
}
#trading-hours-container label {
	/*text-align: center;
	*/
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 17px;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
}
.countdown-amount {
	font-size: 16px;
}
.countdown-period {
	margin: 0 5px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.border-right {
	border-right: 1px solid #383838;
}
.result-span {
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	line-height: 40px;
	font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	min-height: 40px;
	padding: 0 15px;
	border: 1px solid #d7d7d7;
}
.result-span {
	background: none;
	box-shadow: none;
}
input[type="text"]: read-only,.result-span {
	background-color: #fafafa;
}
.no-wrap {
	white-space: nowrap;
}

#account-details .panel {
	margin-bottom: 20px;
	background-color: #26282b;
}
#user-dropdown .caret {
	margin-top: 18px;
	margin-left: 10px;
}
.iconPreview,.transitionIconPreview {
	background-position: 50%;
	background-repeat: no-repeat;
	height: 100%;
	max-height: 48px;
	max-width: 360px;
	position: absolute;
	width: 100%;
	/* z-index: 2;
	*/
}
#calculator-tabs li {
	opacity: 0.7;
}
#calculator-tabs li a {
	background-color: transparent !important;
	color: #4c4c4c;
}
#calculator-tabs li: hover,#calculator-tabs li.active {
	opacity: 1;
}
#calculator-tabs li.active .lg-title {
	border-bottom: 3px solid #455560;
	padding-bottom: 15px;
}
#calculator-tabs li.active a {
	color: #455560 !important;
}
#account-details-tabs .active > a {
	color: #c0ff7e;
	background-color: rgb(56 56 56);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.text-lightgray {
	color: #4e4e4e;
}
#dob-day,#dob-day2,#exp-day {
	width: 27%;
	display: inline;
}
#dob-month,#dob-month2,#exp-month {
	width: 40%;
	display: inline;
}
#dob-year,#dob-year2,#exp-year {
	width: 30%;
	display: inline;
}
#open-live-form select {
	padding: 8px 10px;
	height: 40px;
}
.sidebar li {
	padding: 10px 0px !important;
	padding-left: 45px !important;
	border-bottom: 1px solid #e1e1e1 !important;
}
.sidebar li i.fa {
	width: 30px;
	text-align: center;
	float: left;
	position: absolute;
	left: 0;
	top: 14px;
	font-size: 16px;
	color: #cacaca;
}
.btn-label-warning b {
	background: #3d8c6f !important;
	color: #fff !important;
}
.btn-label-navy b {
	background: #455560 !important;
	color: #fff !important;
}
.btn-label-success b {
	background: #c0ff7e !important;
	color: #26282b !important;
}
.btn-label-yellow b {
	color: #ffc800 !important;
}
.first-left {
	padding: 14px 20px;
	display: inline-block;
}
.alert.alert-yellow {
	background-color: #ffc800;
	color: rgba(255, 255, 255, 0.84);
}
.alert-et {
	background: #3d8c6f !important;
	color: #FFF !important;
	border-radius: 24px !important;
}
.left-side-section .btn {
	background-color: #2b2b2b;
	color: #fff !important;
	text-transform: capitalize;
	min-height: auto;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.disabled {
	cursor: not-allowed !important;
}
.world-bg {
	background: url(../images/vida-bg.jpg) center center no-repeat;
	background-size:;
	background-color: #f4f6f5;
}
.StatisticsHover {
	cursor: default;
	border-bottom: solid 1px;
	border-bottom-style: dashed;
	color: #adb0ba;
}
.StatisticsHover: hover {
	text-decoration: none;
}
#success-reg > div {
	min-height: 500px;
}
.pt-150 {
	padding-top: 150px;
}
.tooltip-inner {
	min-width: auto;
	max-width: 250px;
	padding: 10px;
	text-align: center;
}
#home .tooltip-inner {
	min-width: 250px;
}
footer .text-info {
	color: rgb(172, 188, 203) !important;
}
@media (max-width: 767px) {
	.modal-wide,.modal-extra-wide,.modal-medium {
	width: 95%;
	}
}
@media (min-width: 768px) {
	.modal-wide,.modal-extra-wide,.modal-medium {
	width: 95%;
	}
}
@media (min-width: 992px) {
	.modal-wide,.modal-extra-wide {
	width: 95%;
	}
	.modal-medium {
	width: 90%;
	}
}
@media (min-width: 1200px) {
	.modal-wide {
	width: 90%;
	}
	.modal-extra-wide {
	width: 95%;
	}
	.modal-medium {
	width: 70%;
	margin: 50px auto;
	}
}
@media (min-width: 1600px) {
	.modal-wide {
	width: 80%;
	}
	.modal-extra-wide {
	width: 95%;
	}
	.modal-medium {
	width: 60%;
	margin: 50px auto;
	}
}
#conditions .modal-header {
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}
#conditions .modal-footer {
	border-top: 1px solid #ddd;
}
#conditions .modal-body {
	min-height: 600px;
}
.form-group.checkbox label {
	padding-left: 30px !important;
}
.checkbox .checkbox-material,label.checkbox-inline .checkbox-material {
	left: 13px;
	position: absolute !important;
}
.input-group-addon {
	padding: 3px 19px 9px 0px;
}
.opacity1 {
	opacity: 1 !important;
	position: relative !important;
}
.nav-tabs > li > a: hover,.nav-tabs > li.active > a,.nav-tabs > li.active > a: hover,.nav-tabs > li.active > a: focus {
	border: none;
	background-color: rgba(0, 0, 0, 0.12) !important;
	color: #fff;
}
@media (max-width: 767px) {
	.mob-ver {
	margin: 0px 0 40px 0 !important;
	}
}
/* ------------------------------------------------------------------------------** # Daterange picker** Date range picker component for Bootstrap** Version: 1.1* Latest update: Oct 20, 2015** ---------------------------------------------------------------------------- */
.daterangepicker {
	position: absolute;
	left: 0;
	margin-top: 5px;
	width: auto;
	padding: 0;
}
.daterangepicker.dropdown-menu {
	max-width: none;
	background-color: transparent;
	border: 0;
	z-index: 100000;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.daterangepicker.dropup {
	margin-top: -5px;
}
.daterangepicker .ranges,.daterangepicker .calendar {
	float: left;
}
.daterangepicker.opensleft .calendars {
	float: left;
}
.daterangepicker.opensright .calendars {
	float: right;
}
.daterangepicker.single .ranges,.daterangepicker.single .calendar {
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.daterangepicker.show-calendar .calendar {
	display: block;
}
.daterangepicker .calendar {
	display: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 5px;
	padding: 10px;
}
.daterangepicker table {
	width: 100%;
	margin: 0;
}
.daterangepicker table tbody th,.daterangepicker table tbody td {
	cursor: pointer;
}
.daterangepicker th,.daterangepicker td {
	white-space: nowrap;
	text-align: center;
}
.daterangepicker th.week,.daterangepicker td.week {
	font-size: 80%;
	color: #ccc;
}
.daterangepicker th {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	min-width: 36px;
}
.daterangepicker th > i {
	top: 0;
	color: #888;
}
.daterangepicker th.prev,.daterangepicker th.next {
	cursor: pointer;
}
.daterangepicker th.available: hover > i,.daterangepicker th.available: focus > i {
	color: #333333;
}
.daterangepicker td.available: hover,.daterangepicker td.available: focus {
	background-color: #f5f5f5;
}
.daterangepicker td.off,.daterangepicker td.disabled {
	color: #ccc;
}
.daterangepicker td.disabled {
	cursor: not-allowed;
}
.daterangepicker td.in-range {
	background-color: #f5f5f5;
}
.daterangepicker td.active,.daterangepicker td.active: hover,.daterangepicker td.active: focus {
	background-color: #26a69a;
	color: #fff;
	border-radius: 2px;
}
.daterangepicker .table-condensed tr > th,.daterangepicker .table-condensed tr > td {
	padding: 10px;
	line-height: 1;
}
.daterangepicker .table-condensed .month {
	font-size: 15px;
	line-height: 1;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
}
.daterangepicker select {
	display: inline-block;
}
.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}
.daterangepicker select.yearselect {
	width: 40%;
}
.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.daterangepicker .daterangepicker_input {
	position: relative;
}
.daterangepicker .daterangepicker_input i {
	position: absolute;
	right: 11px;
	top: auto;
	bottom: 10px;
	color: #999999;
}
.daterangepicker .daterangepicker_input input {
	padding-left: 11px;
	padding-right: 34px;
}
.daterangepicker .calendar-time {
	text-align: center;
	margin: 12px 0;
}
.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}
.ranges {
	background-color: #26282b;
	position: relative;
	border: 1px solid #0e7b71;
	border-radius: 3px;
	width: 200px;
	margin-top: 5px;
}
.opensright .ranges {
	margin-left: 0;
}
.opensleft .ranges {
	margin-right: 0;
}
.ranges ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.ranges ul + .daterangepicker-inputs {
	border-top: 1px solid #e5e5e5;
}
.ranges ul li {
	color: #ffffff;
	padding: 8px 12px;
	cursor: pointer;
	margin-top: 1px;
}
.ranges ul li: first-child {
	margin-top: 0;
}
.ranges ul li: hover,.ranges ul li: focus {
	background-color: #f5f5f5;
}
.ranges ul li.active {
	color: #fff;
	background-color: #59b56c;
}
.ranges .daterangepicker-inputs {
	padding: 12px;
	padding-top: 17px;
}
.ranges.daterangepicker-inputs.daterangepicker_input+ .daterangepicker_input {
	margin-top: 17px;
}
.ranges .daterangepicker-inputs .daterangepicker_input > span {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
	color: #999999;
}
.ranges .daterangepicker-inputs + .range_inputs {
	border-top: 1px solid #e5e5e5;
}
.ranges .range_inputs {
	padding: 12px;
}
.ranges .range_inputs .btn {
	display: block;
	width: 100%;
}
.ranges .range_inputs .btn + .btn {
	margin-top: 12px;
}
@media (min-width: 769px) {
	.ranges {
	margin: 5px;
	}
}
.daterange-custom {
	cursor: pointer;
}
.daterange-custom: after {
	content: "";
	display: table;
	clear: both;
}
.daterange-custom .label,.daterange-custom .badge {
	margin: 4px 0 0 7px;
	vertical-align: top;
}
.daterange-custom .label-icon {
	margin-top: 0;
	margin-right: 5px;
}
.daterange-custom-display {
	display: inline-block;
	position: relative;
	padding-left: 21px;
	line-height: 1;
}
.daterange-custom-display: after {
	content: "\e9c9";
	font-family: "icomoon";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #808080scale;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.daterange-custom.is-opened .daterange-custom-display: after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.daterange-custom-display > i {
	display: inline-block;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.015em;
}
.daterange-custom-display b {
	display: inline-block;
	margin-left: 4px;
	font-weight: 400;
}
.daterange-custom-display b > i {
	font-size: 11px;
	display: block;
	line-height: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
}
.daterange-custom-display em {
	line-height: 30px;
	vertical-align: top;
	margin: 0 4px;
}
@media (max-width: 769px) {
	.opensleft,.opensright {
	left: 0 !important;
	right: 0;
	}
	.opensleft .calendars,.opensright .calendars {
	float: none;
	}
	.daterangepicker.opensleft .ranges,.daterangepicker.opensright .ranges,.daterangepicker.opensleft .calendar,.daterangepicker.opensright .calendar,.daterangepicker.opensleft .calendars,.daterangepicker.opensright .calendars {
	float: none;
	}
	.daterangepicker {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	}
	.daterangepicker .calendar {
	margin-left: 0;
	margin-right: 0;
	}
	.daterangepicker .ranges {
	width: 100%;
	}
}
#sidebar-live-acc li .badge.badge-archived,#sidebar-demo-acc li .badge.badge-archived {
	margin-right: 0px;
	margin-top: 6px;
}
#trading-tools .error-message {
	color: #e30613;
}
.langselect > li > a: focus,.langselect > li > a: hover {
	text-decoration: none;
	background-color: #0000;
}
.langselect .open > a,.langselect .open > a: focus,.langselect .open > a: hover {
	background-color: #000;
	border-color: #000000;
}
#imgborder {
	border: 1px solid #ddd;
}
.mr-10 {
	margin-right: 10px;
}
.btn-blue-np {
	background: #3B8B6E !important;
	font-size: 16px;
	line-height: 1;
	padding: .6em 1em;
	font-weight: 400;
	transition: all .3s;
	outline: 0 !important;
	color: #C0FF7E !important;
	padding: 15px !important;
	width: 100%;
	text-transform: capitalize !important;
}
.text-black {
	color: #a4a8b1;
}
.nav .open > a,.nav .open > a: focus,.nav .open > a: hover {
	background-color: #fff !important;
	border-color: #337ab7;
}
#dep-with-btn a {
	color: #fff !important;
	min-height: auto;
}
.header-fix {
	width: 100%;
	margin-left: 3px;
}
@media (max-width: 767px) {
	.flex {
	display: block !important;
	}
	.header-fix {
	width: unset;
	margin-left: -15px;
	}
}
#wire-transfer-div .nav > li.active > a: focus,#wire-transfer-div.nav > li.active > a: hover {
	background-color: #4598e0 !important;
	border-color: #337ab7 !important;
}
#wire-transfer-div.nav.active > li > a {
	background-color: #4598e0 !important;
	border-color: #337ab7 !important;
}
.main-refresh {
	padding-top: 5px;
}
/************************************************************************************+ PASSWORD VALIDATION***********************************************************************************/
/*==========================show password style============================*/
.showpassword {
	background: transparent;
}
/*==========================requirements style============================*/
.incorrectMsg {
	display: none;
	color: #fa3429;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center;
}
.incorrectCre {
	display: none;
	color: #fa3429;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 1.5rem;
	text-align: center;
}
.incoregcre{
	display: none;
	border-radius: 3px;
	position: relative;
	text-align: center;
	padding: 15px;
	background-color: rgba(237, 28, 36, 0.73);
	text-transform: capitalize;
}
.incoregpas{
	display: none;
	border-radius: 3px;
	position: relative;
	text-align: center;
	padding: 15px;
	background-color: rgba(237, 28, 36, 0.73);
	text-transform: capitalize;
}
.invalid {
	color: #848482;
	transition: all 0.1s ease-in;
}
.invalid: before {
	content: "";
	padding-right: 15px;
}
.invalidPass {
	background: rgba(192, 57, 43, 0.85);
}
.valid {
	color: #3cbc3c;
	transition: all 0.2s ease-in;
	animation-name: grow;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
}
.valid strong {
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), 5px 10px 5px rgba(0, 0, 0, 0.05),-5px 10px 5px rgba(0, 0, 0, 0.05);
}
.valid: : before {
	content: "\2713 ";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: #808080scale;
	left: -5px;
	position: relative;
	font-weight: 800;
	animation-name: grow;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	-webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),opacity 100ms ease-out;
	-moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),opacity 100ms ease-out;
	-ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),opacity 100ms ease-out;
	-o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),opacity 100ms ease-out;
	transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),opacity 100ms ease-out;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-backface-visibility: hidden;
}
.password_info ul {
	margin: 0 auto;
	width: 250px;
}
.password_info li {
	padding: 5px;
	text-align: left;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-backface-visibility: visible;
	transition: all 0.2s ease-in;
}
/*==========================requirements logic============================*/
.password_info {
	display: none;
	padding: 10px 5px;
	/* margin-top: 5px;
	*/
	/* text-align: left;
	*/
	font-family: helvetica, arial, sans-serif;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000;
	text-align: center;
	/* margin: 1em auto;
	*/
	z-index: 2;
	width: 100%;
	/*display: none;
	padding: 10px 5px;
	margin-top: 5px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	position: relative;
	text-align: center;
	margin: 1em auto;
	width: 400px;
	//transition: all .2s ease-in;
	height: 0;
	max-height: 300px;
	max-width: 400px;
	opacity: 0;
	text-align: left;
	transition: all 1s linear;
	overflow: hidden;
	font-family: helvetica, arial, sans-serif;
	position: relative;
	*/
}
/*.pass_show {
	height: 30vh !important;
	opacity: 1 !important;
}
*/
.incorrectMsg {
	display: none;
}
.shake {
	animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes shake {
	10%,90% {
	transform: translate3d(-1px, 0, 0);
	}
	20%,80% {
	transform: translate3d(2px, 0, 0);
	}
	30%,50%,70% {
	transform: translate3d(-4px, 0, 0);
	}
	40%,60% {
	transform: translate3d(4px, 0, 0);
	}
}
@keyframes grow {
	50% {
	transform: scale(1.1);
	}
}
.password_info_reset {
	display: none;
	padding-left: 2px;
	font-family: helvetica, arial, sans-serif;
	position: absolute;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 2;
}
.password_info_reset ul {
	margin: 0 auto;
	width: 250px;
}
.password_info_reset li {
	padding: 5px;
	text-align: left;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-backface-visibility: visible;
	transition: all 0.2s ease-in;
}
.text-white{
	color: #FFFFFF!important;
}
.change_pass{
	bottom: -30%;
}
.pin-modal{
	border-radius: 15px!important;
}
.pin-modal .form-group {
	margin: 0!important;
	padding-bottom: 0!important;
}
.pin-modal .input-group{
    border: 1px solid rgb(234, 236, 239);
	border-radius: 15px;
}
.pin-modal .modal-title{
	text-align: center;
}
.pin-modal .input-group-btn{
	background-color: #EEEEEE;
	border-radius: 0 15px 15px 0;
}
.pin-modal .success-msg{
	padding-top: 2%;
}
.pin-modal .failed-msg{
	padding-top: 2%;
	color: red;
}
.pin-modal .form-group .form-control{
	background-image: none!important;
	padding: 0 0 0 5%;
	margin: 0!important;
}
.get-pin{
	box-shadow:none!important;
	background-color: unset!important;
	margin: 0!important;
	padding: 0!important;
}
.get-pin:hover{
	background-color: unset!important;
}
#pin-code-modal .modal-dialog{
	width: 475px;
}
.text-green{
    color: #3B8B6E;
}
.text-gray{
    color: #ADB0BA;
}
.mb-60{
    margin-bottom:60px;
}
hr {
    border-top: 1px solid #444549;
}
.lang-sel-ul{
    width: 100%;
    border: 1px solid #444449;
    border-radius: 48px;
    background: #151618;
}
.lang-sel-ul.nav .open>a, .lang-sel-ul.nav .open>a:focus, .lang-sel-ul.nav .open>a:hover {
    background-color: transparent;
}
.lang-sel-ul.nav>li>a:focus, .lang-sel-ul.nav>li>a:hover {
    background-color: transparent;
}
#campaign-select{
    background-color: #444449;
    border: 0px !important;
}
select {
    background: #444449;
    border: none;
    color: #adb0ba;
}
body .container .well, body .container-fluid .well, body .container .jumbotron, body .container-fluid .jumbotron, body .container .well-default, body .container-fluid .well-default, body .container .jumbotron-default, body .container-fluid .jumbotron-default {
    background-color: #151618;
}
table.dataTable tbody tr {
    background-color: #151618;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #706f6f;
}
.table>thead>tr>th {
    border-bottom: 2px solid #6c6b6b;
}
table.dataTable tbody tr.even {
    background: #232324;
}
.table-hover>tbody>tr:hover {
    background-color: #26282b;
}
fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .input-group-btn .btn, fieldset[disabled][disabled] .btn-group, fieldset[disabled][disabled] .btn-group-vertical, .btn.disabled, .input-group-btn .btn.disabled, .btn-group.disabled, .btn-group-vertical.disabled, .btn:disabled, .input-group-btn .btn:disabled, .btn-group:disabled, .btn-group-vertical:disabled, .btn[disabled][disabled], .input-group-btn .btn[disabled][disabled], .btn-group[disabled][disabled], .btn-group-vertical[disabled][disabled] {
    color: rgba(255, 255, 255, 0.26);
    background: initial;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #aaaeb7;
}
input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border: 1px solid #444449 !important;
    background: #151618 !important;
    border-radius: 48px !important;
    color: #a1a1a1;
    padding: 12px 15px !important;
    height: auto !important;
    font-size: 14px !important;
}
.togglebutton label {
    cursor: pointer;
    color: rgb(171 174 184);
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: #151618;
    border-color: #706f6f;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #706f6f;
}
.form-group {
    padding-bottom: 5px !important;
    margin: 10px 0 0 0 !important;
}
.text-accent{
    color: #C0FF7E;
}
#left-menu a:hover {
    text-decoration: none;
    color: #C0FF7E !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #383838;
}
.btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised), .btn:not(.btn-raised).btn-default, .input-group-btn .btn:not(.btn-raised).btn-default {
    color: rgb(173 176 186);
}
#lang-sel-container.nav>li>a:focus, #lang-sel-container.nav>li>a:hover {
    text-decoration: none;
    border-radius: 24px;
    background-color: #26282b !important;
}
.dropdown-menu li a:hover {
    color: #c0fe7e !important;
}
.btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised), .btn:not(.btn-raised).btn-default, .input-group-btn .btn:not(.btn-raised).btn-default {
    color: #ffffff !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #3d8c6f;
    border-color: #3d8c6f;
}
.label {
    border-radius: 12px !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #26282b;
    border-color: #26282b;
    border-radius: 24px;
}
.form-control:focus {
    box-shadow: none;
}
.btn.btn-raised.btn-success, .input-group-btn .btn.btn-raised.btn-success, .btn.btn-fab.btn-success, .input-group-btn .btn.btn-fab.btn-success, .btn-group-raised .btn.btn-success, .btn-group-raised .input-group-btn .btn.btn-success {
    background-color: #3d8c6f !important;
}
.btn.btn-raised:not(.btn-link):hover.btn-success, .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success, .btn-group-raised .btn:not(.btn-link):hover.btn-success, .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-success, .btn.btn-raised:not(.btn-link):focus.btn-success, .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-success, .btn-group-raised .btn:not(.btn-link):focus.btn-success, .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-success, .btn.btn-raised:not(.btn-link).active.btn-success, .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-success, .btn-group-raised .btn:not(.btn-link).active.btn-success, .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-success, .btn.btn-raised:not(.btn-link):active.btn-success, .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-success, .btn-group-raised .btn:not(.btn-link):active.btn-success, .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-success {
    background-color: #63A78D !important;
}
.btn.btn-xs, .input-group-btn .btn.btn-xs, .btn-group-xs .btn, .btn-group-xs .input-group-btn .btn {
    padding: 4px 15px !important;
    font-size: 10px;
}

.clearfix {
    clear:both;
}
.panel-apay-usdt {
	margin-bottom: 3rem!important;
	font-size: 12px!important;
}

.copied {
    right: 4%;
    position: absolute;
    max-width: 100%;
    font-size: 11px;
    background-color: #007bff;
    color: white;
    padding: 3px;
    border-radius: 4px;
    display: none;
}