@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'HelveticaWorldRegular';
    src: url('../font/helveticaworld-regular.eot');
    src: url('../font/helveticaworld-regular.eot') format('embedded-opentype'),
         url('../font/helveticaworld-regular.woff') format('woff'),
         url('../font/helveticaworld-regular.ttf') format('truetype'),
         url('../font/helveticaworld-regular.svg#HelveticaWorldRegular') format('svg');
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

html {
    height:100%;
}

body{
	/*width:1200px;*/
	margin:0 auto;
	padding:0 0 40px 0;
	background:#333333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size:12px;
    height:100%;
    line-height: 1.42857143;
    overflow-y: inherit;
}
body.landing-page {
    overflow-y: scroll;
}
/*div, p, h1, h2, h3, h4, h5, span, form, input, select, label, textarea, a, img{ margin:0px; padding:0px;}*/
ul, li{ list-style-image:none; list-style-type:none;}
/*img a{border:none; outline:none;}*/
/*a img{border:none; outline:none;}*/
/*a{text-decoration:none; padding:0; margin:0;}*/
.clr{
	clear:both;
}
ul {
    min-height: 2.2em;
}
a{
    cursor: pointer;
}
header{
	width:100%;
    background: #fff;
    margin: auto;
}
.colored-background header {
    padding-bottom: 0px;
}

#wrapper {
    min-height:100%;
    position:relative;
}
#wrapper.colored-background {
    height: 100%;
}
#wrapper hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    margin: 0;
}
#content {
    /*padding: 64px 0 55px 0;*/
    padding-bottom: 40px;
    min-height:100%;
    height:100%;
    position: relative;
}
.colored-background #content {
    padding-bottom: 0px;
}
/*#content > div {*/
    /*height:100%;*/
    /*min-height:100%;*/
/*}*/

.alignleft {
    float:left
}
.alignright {
    float:right
}
.clear {
    clear:both;
}

.marginl6 {
    margin-left:6px;
}
.marginr7 {
    margin-right:11px;
}
.header {
    padding: 13px 0 10px 0;
    background: #fff;
    /*width: 1200px;*/
    margin: auto
}
.header_wrapper {
	margin: auto;
    /*margin-top: 2px;*/
    /*margin-bottom: 3px;*/
	padding: 0;
	width: 98%;
    text-align: center;
}
.header_logo {
    padding-top: 9px;
    margin-left: 40px;
    min-height: 63px;
    height: 63px;
}
.header_logo img {
    width: 130px;
}
.logo_menu {
    float:left;
}
.header_menu {
    display: inline-block;
}
.mode-includor {
    position: relative;
}
.mode_menu {
}
.mode_menu input {
    display: none;
}
.mode_menu label {
    color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px #e9e9e9 solid;
    background-color: #d5d5d5;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.mode_menu label div {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: normal;
}
.mode_menu input[type="radio"]:checked+label.live_label {
    background-color: #82bf00;
}
.mode_menu input[type="radio"]:checked+label.demo_label {
    background-color: #FF6347;
}
.mode-message {
    font-size: 14px;
}
.mode-message.live {
    color: #82bf00;
}
.mode-message.demo {
    color: #FF6347;
}

.menu_about {
    margin:0 auto; padding:0; width:540px;
}
.menu_about li {
    list-style:none; display:inline-block; margin-top:10px;
    padding:8px 23px;
    background:#009bd2; font-size:14px;
    margin-left:1px;
}
.menu_about li a {
    text-decoration:none; color:#fff;
}
.menu_about_wrapper {
    height:42px; background:#4a4b4e; width:1200px; margin:auto
}

.login {
    padding-top:6px; position: relative; width: 312px;
    text-align: right;
}
.login_input {
    width:123px; border:1px solid #c5c5c5; height:22px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px; border-radius: 3px; font-size:12px; color:#7f7f7f; padding-left:7px;
	
}

.login_forgot_password {
    font-size:10px; color:#8f8f8f; margin:2px 0 0 7px;
}
.login .user-info {
    color: #909090;
    padding-top: 5px;
    font-size: 13px;
    /*font-weight: bold;*/
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    cursor: pointer;
}
.pricing {
    height:57px; margin:auto; width:1200px;
	background:url(../images/pricing.jpg) repeat-x top center;
}
.pricing_wrapper {
	margin: 0px 3% 0 15%;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}
.pricing_prices {
    float: left;
    color: #535355;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
.pricing_prices > div > div {
    display: inline-block;
}
.pricing_prices:nth-child(1) .pricing_prices_price {
    width: 60px;
}
.pricing_prices:nth-child(3) .pricing_prices_price {
    width: 110px;
}
.pricing_prices:nth-child(5) .pricing_prices_price {
    width: 80px;
}
.pricing_prices:nth-child(7) .pricing_prices_price {
    width: 100px;
}
.pricing_prices:nth-child(1) .pricing_prices_text {
    width: 45px;
}
.pricing_prices:nth-child(3) .pricing_prices_text {
    width: 60px;
}
.pricing_prices:nth-child(5) .pricing_prices_text {
    width: 60px;
}
.pricing_prices:nth-child(7) .pricing_prices_text {
    width: 78px;
}
.pricing_price_under {
    display:block; font-size:15px; margin-top:2px;
	font-weight:bold;
	color:#535355;
}
.pricing_down {
	background:#82bf00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 2px;
	color:#FFF;
	font-size:13px;
	font-weight:600;
	margin-top:1px;
	overflow:hidden;
}
.pricing_up {
    background:#FF6347;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px 2px;
    color:#FFF;
    font-size:13px;
    font-weight:600;
    margin-top:1px;
    overflow:hidden;
}
.pricing_devider {
    float:left;
    margin: 0 10px 0 0;
	height:33px;
	width:1px;
	background:#cecece;
	margin-top:12px;
}
.pricing_bitcoin {
    margin:1px 12px 0 0; float:left
}
.pricing_change_down, .pricing_prices > div > div > span.pricing_change_down {
    color:#82bf00;
}
.pricing_change_up, .pricing_prices > div > div > span.pricing_change_up {
    color:#FF6347;
}
.menu_buttons {
    margin-top: 7px;
    float: right;
    cursor: pointer;
    /*font-weight: bold;*/
    /*-webkit-transition: all 200ms ease-out;*/
    /*-moz-transition: all 200ms ease-out;*/
    /*-o-transition: all 200ms ease-out;*/
    /*transition: all 200ms ease-out;*/
}
.login button {
    padding: 7px 5px;
    min-width: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    /*width: 150px;*/
    /*background-color: #f8f8f8;;*/
}
.login button .cutted {
    max-width: 176px;
    display: inline-block;
    min-width: 90px;
    text-align: right;
}
.login button .caret {
    margin-bottom: 10px;
}
.login .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.login button:active {
    outline: none;
    border: 1px solid #fff;
}
.menu_buttons a {
    width: 100%;
    height: 100%;
}
.menu_buttons .dropdown-menu {
    min-width: 0;
    width: 100%;
    text-align: left;
}
.profile_button {
    margin-left: 13px;
    color: #505050;
    border-color: #505050;
}
.profile_button:hover {
    background-color: #505050;
}
.profile_button a {
    color: #505050;
}
.profile_button:hover a {
    color: #fff;
}
.logout_button {
    margin-left: 5px;
    border-color: #0099d2;
}
.logout_button:hover {
    background-color: #0099d2;
}
.logout_button a {
    color: #0099d2;
}
.logout_button:hover a {
    color: #fff;
}
.login_button {
    border-color: #0099d2;
    padding: 5px 8px;
}
.login_button a {
    color: #0099d2;
}
.login_button:hover {
    background-color: #0099d2;
}
.login_button:hover a {
    color: #fff;
}
.mode-indicator {
    text-transform: uppercase;
    font-size: 14px;
}
.demo-indicator {
    color: #FF6347;
}
.live-indicator {
    color: #0099d2;
}


#login_div{
	width:400px;
	float:right;
	margin:35px 40px 0 0;
}
.email_div{
	width:132px;
	float:left;
	position:relative;
	margin-right:8px;
}
.email_fld{
	width:122px;
	height:26px;
	background: url(../images/email_fld.jpg) no-repeat;
	border:none;
	color:#515151;
	padding:0 5px;
	font-size:12px;
}
.form_question {
	width:18px;
	height:18px;
	position:absolute;
	z-index:10;
}

.email_question {
    left:109px;
    top:30px;
}

.password_question {
    right:127px;
    top:30px;
}


.email {
    margin-top: 3px;
}
.bnt_div{
	width:116px;
	float:right;
}
.login_bnt{
	width:55px;
	height:26px;
	background:url(../images/login_bg.jpg) no-repeat top;
	border:none;
	cursor:pointer;
	color:#FFF;
	padding:3px 10px;
	font-size:11px;
	margin-right:5px;
}
.signup_bnt{
	width:55px;
	height:26px;
	background:url(../images/signupbg.jpg) no-repeat top;
	border:none;
	cursor:pointer;
	color:#FFF;
	padding:3px 10px;
	font-size:11px;
}
.logout_btn {
    cursor: pointer;
}

#trad_body_wrap{
	padding:40px;
	background:#FFF;
}
#left_body_wrap{
	width:147px;
	float:left;
	margin-right:25px;
}
#left_pair{
	border:1px solid #d5d5d5;
	border-bottom:none;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;
}
#left_pair ul.head{
	border-bottom:1px solid #d5d5d5;
	background:#f3f3f3;
	margin:0 auto;
	padding:0;
}
#left_pair ul.head li{
	font-size:12px;
	color:#4b4b4d;
	width:64px;
	float:left;
	text-align:center;
	line-height:30px;
}
#left_pair ul li{
    color:#000;
    text-align:left;
    padding-left:4px;
    line-height:28px;
    min-height: 27px;
}
#left_pair ul:nth-child(even){
	border-bottom:1px solid #e9e9e9;
	margin:0 auto;
	padding:0;
}
#left_pair ul:nth-child(even) li{
	width:59px;
	float:left;
}
#left_pair ul>li.lft{
    border-right: 1px solid #e9e9e9;
}
#left_pair ul:nth-child(odd){
	border-bottom:1px solid #e9e9e9;
	background:#f8f8f8;
	margin:0 auto;
	padding:0;
}
#left_pair ul:nth-child(odd) li{
	width:59px;
	float:left;
	text-align:left;
}
#left_pair ul li.price_value_column{
    width:86px;
    text-align:left;
    padding-left: 8px;
 }
#left_pair ul li.change_value_column{
    width:48px;
    text-align:right;
}
#left_pair ul.head li.add_right_space {
    padding-left: 8px;
}
.daily_change {
    margin-top: 4px;
}
#left_pair ul.head li.single{
    font-size: 13px;
    color: #4b4b4d;
    width: 200px;
    float: left;
    text-align: center;
    line-height: 27px;
    padding: 0;
}
#left_pair ul>li.balance{
    width: 110px
}
#left_pair ul>li.balance.lft{
    width: 59px
}
#instruments ul.instrument:hover {
    background: #fcf8e3;
}
/******** TABS CSS START ********/
#tabs	{
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
	z-index: 1;
	width:146px;
	border:1px solid #d5d5d5;
	border-left:none;
	border-bottom:none;
}
#tabs li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	left:2px;
	line-height:30px;
}
#tabs li a {
	display: block;
	padding: 2px 8px 2px 7px;
	border-left: 1px solid #d5d5d5;
	text-align: center;
	text-decoration: none;
	color:#505050;
	font-weight:bold;
	outline:none;
}
#tabs li a.current {
	background: #505050;
	color: #FFF;
}
.tab-section {
	background:#FFF;
	padding: 10px 8px;
	border: 1px solid #d5d5d5;
	height:242px;
	overflow:hidden;
	position:relative;
}
.tab-section p{
	color:#505050;
	margin-bottom:5px;
}
.tab-section p span{
	color:#000;
	font-weight:bold;
}
#msg_fld_div{
	position:absolute;
	bottom:10px;
}
.msg_txtfld{
	width:118px;
	height:18px;
	padding:4px;
	font-size:12px;
	color:#4a4a4a;
	border:1px solid #d5d5d5;
}
#tabs2	{
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
	z-index: 1;
	width:678px;
	border:1px solid #d5d5d5;
	border-left: none;
	border-bottom:none;
}
#tabs2 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	left:2px;
	line-height:30px;
}
#tabs2 li a {
	display: block;
	padding: 2px 15px 2px 15px;
	border-left: 1px solid #d5d5d5;
	text-align: center;
	text-decoration: none;
	color:#505050;
	font-weight:bold;
	outline:none;
}
#tabs2 li a.current {
	background: #505050;
	color: #FFF;
}
.tab-section2 {
	background:#FFF;
	padding:0;
	border: 1px solid #d5d5d5;
	height:163px;
	overflow:hidden;
}
.tab-section2 p{
	color:#505050;
	margin-bottom:5px;
	padding:5px 8px 0 8px;
}
.tab-section2 p span{
	color:#000;
	font-weight:bold;
}

/******** TABS CSS END ********/

#graph_div{
	border:1px solid #d5d5d5;
	margin-bottom:30px;
}
#graph_top{
	background: #e5e5e5;
	height:32px;
	padding:10px 10px;
}
.list1{
	width:185px;
	height:26px;
	padding:2px 0 0 75px;
	background:url(../images/arrow.jpg) no-repeat right top #009bd3;
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	overflow:hidden;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	margin-right:25px;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
	cursor: pointer;
    text-indent: 0.01px;
	outline:none;
}
.list2{
	width:132px;
	height:26px;
	padding:2px 0 0 30px;
	background:url(../images/arrow.jpg) no-repeat right top #009bd3;
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	overflow:hidden;
	font-size:13px;
    font-family: 'Open Sans', sans-serif;
	margin-right:24px;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
	cursor: pointer;
    text-indent: 0.01px;
	outline:none;
}
.list3{
	width:68px;
	height:26px;
	padding:2px 0 0 15px;
	background:url(../images/arrow.jpg) no-repeat right top #009bd3;
	border:1px solid #FFF;
	color:#FFF;
	font-weight:bold;
	overflow:hidden;
	font-size:13px;
    font-family: 'Open Sans', sans-serif;
	margin-right:25px;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
	cursor: pointer;
    text-indent: 0.01px;
	outline:none;
}
#f_div{
	width:28px;
	height:21px;
	padding:3px 0 0 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background:#009bd3;
	border:1px solid #FFF;
	color:#FFF;
	float:right;
}
#graph_mid{
	background: #f3f3f3;
	height:32px;
	padding:10px 10px;
	border-bottom:1px solid #d5d5d5;
}
#lft_list{
	width:118px;
	float:left;
}
.list_white{
	width:118px;
	height:26px;
	padding:2px 0 0 2px;
	background:url(../images/arrow_white.jpg) no-repeat right top #FFF;
	border:1px solid #d5d5d5;
	color:#4a4a4a;
	font-weight:bold;
	overflow:hidden;
	font-size:13px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
	cursor: pointer;
    text-indent: 0.01px;
}
#rht_list{
	width:240px;
	float:right;
}
#rht_list p{
	width:78px;
	float:left;
	color:#393939;
}
#rht_list p span{
	color:#737373;
}
#order_header{
	background:#e0e0e0;
	margin:0 auto;
	padding:0;
}
#order_header li.one{
	width:150px;
	float:left;
	line-height:24px;
	border-right:1px solid #FFF;
	padding:0 0 0 8px;
	color:#2c2c2c;
	font-weight:bold;
}
#order_header li.two{
	width:258px;
	float:left;
	line-height:24px;
	border-right:1px solid #FFF;
	padding:0 0 0 8px;
	color:#2c2c2c;
	font-weight:bold;
}
#order_header li.three{
	width:117px;
	float:left;
	line-height:24px;
	border-right:1px solid #FFF;
	padding:0 0 0 8px;
	color:#2c2c2c;
	font-weight:bold;
}
#order_header li.four{
	width:117px;
	float:left;
	line-height:24px;
	border-right:none;
	padding:0 0 0 8px;
	color:#2c2c2c;
	font-weight:bold;
}
#order_sub{
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #e9e9e9;
}
#order_sub li.one{
	width:150px;
	float:left;
	line-height:27px;
	border-right:1px solid #e9e9e9;
	padding:0 0 0 8px;
}
#order_sub li.two{
	width:258px;
	float:left;
	line-height:27px;
	border-right:1px solid #e9e9e9;
	padding:0 0 0 8px;
}
#order_sub li.three{
	width:117px;
	float:left;
	line-height:27px;
	border-right:1px solid #e9e9e9;
	padding:0 0 0 8px;
}
#order_sub li.four{
	width:117px;
	float:left;
	line-height:27px;
	border-right:none;
	padding:0 0 0 8px;
}
#order_sub_bg{
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #e9e9e9;
	background:#f8f8f8;
}
#order_sub_bg li.one{
	width:150px;
	float:left;
	line-height:27px;
	border-right:1px solid #e9e9e9;
	padding:0 0 0 8px;
}
#order_sub_bg li.two{
	width:258px;
	float:left;
	line-height:27px;
	border-right:1px solid #e9e9e9;
	padding:0 0 0 8px;
}
#order_sub_bg li.three{
	width:117px;
	float:left;
	line-height:27px;
	border-right:1px solid #e9e9e9;
	padding:0 0 0 8px;
}
#order_sub_bg li.four{
	width:117px;
	float:left;
	line-height:27px;
	border-right:none;
	padding:0 0 0 8px;
}
#market_div{
	border:1px solid #d5d5d5;
	border-bottom:none;
	margin-bottom:20px;
	text-align:center;
}
#market_div ul.head{
	background:#f3f3f3;
	margin:0 auto;
	padding:0;
    font-family: 'Open Sans', sans-serif;
}
#market_div ul.head li.left{
	width:112px;
	line-height:32px;
	float:left;
	text-transform:uppercase;
	background:#505050;
	color:#FFF;
	font-size:14px;
	border-bottom:1px solid #d5d5d5;
}
#market_div ul.head li.right{
	width:113px;
	line-height:32px;
	float:left;
	text-transform:uppercase;
	background:none;
	color:#2c2c2c;
	font-size:14px;
	border-bottom:1px solid #d5d5d5;
}
#market_div ul.body{
	background:#FFF;
	margin:0 auto;
	padding:0;
}
#market_div ul.body li.left{
	width:111px;
	padding:15px 0;
	float:left;
	border-bottom:1px solid #32cd32;
	border-right:1px solid #e9e9e9;
}
#market_div ul.body li.left p{
	color:#32cd32;
	text-transform:uppercase;
	font-size:15px;
}
#market_div ul.body li.left p.num{
	color:#727272;
	font-size:14px;
}
#market_div ul.body li.left p.num span{
	color:#484848;
	font-size:18px;
}
#market_div ul.body li.right{
	width:113px;
	padding:15px 0;
	float:left;
	background:none;
	border-bottom:1px solid #ff0000;
}
#market_div ul.body li.right p{
	color:#ff0000;
	text-transform:uppercase;
	font-size:15px;
}
#market_div ul.body li.right p.num{
	color:#727272;
	font-size:14px;
}
#market_div ul.body li.right p.num span{
	color:#484848;
	font-size:18px;
}
#market_div ul.bottom{
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #d5d5d5;
}
#market_div ul.bottom li.left{
	width:111px;
	line-height:24px;
	float:left;
	border-right:1px solid #e9e9e9;
	font-size:12px;
	color:#727272;
}
#market_div ul.bottom li.right{
	width:113px;
	line-height:24px;
	float:left;
	background:none;
	font-size:12px;
	color:#727272;
}
#qty_form_div{
	width:79px;
	float:left;
	margin-bottom:22px;
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.qty_txt_fld{
	width:71px;
	height:22px;
	background:#f8f8f8;
	color:#5c5c5c;
	border:1px solid #d5d5d5;
	font-size:14px;
	padding:0 4px;
	margin-top:5px;
	color:#5c5c5c;
}
#limit_form_div{
	width:135px;
	float:right;
	margin-bottom:22px;
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.limit_txt_fld{
	width:127px;
	height:22px;
	background:#f8f8f8;
	color:#5c5c5c;
	border:1px solid #d5d5d5;
	font-size:14px;
	padding:0 4px;
	margin-top:5px;
	color:#5c5c5c;
}
#price_div{
	border:1px solid #d5d5d5;
	text-align:left;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow:hidden;
}
#price_div > ul > li, #left_pair  > ul > li {
   /*  min-height: 26px; */
}
#price_div > ul, #left_pair > ul{
     min-height: 25px;
}
#price_div > ul > li > span, #left_pair  > ul > li > span {
    line-height: 25px;
}
#price_div ul.head{
	background:#fdfdfd;
	margin:0 auto;
	padding:0;
    text-align: center;
}
#price_div ul.head li.left{
	width:98px;
	float:left;
	color:#4b4b4d;
	font-size:13px;
	padding:5px 0px;
    border-right: 1px solid #e9e9e9;
}
#price_div ul.head li.right{
	width:99px;
	float:left;
	background:none;
	color:#4b4b4d;
	font-size:13px;
	padding:5px 0px;
}
#price_div ul li {
    width: 99px;
}
#price_div ul.bid:nth-child(odd){
	background:#baebd6;
	margin:0 auto;
	padding:0;
}
#price_div ul.bid:nth-child(odd) li.left{
	float:left;
	color:#007500;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.bid:nth-child(odd) li.right{
	float:left;
	background:none;
	color:#007500;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.bid:nth-child(even){
	background:#d1f5e7;
	margin:0 auto;
	padding:0;
}
#price_div ul.bid:nth-child(even) li.left{
	float:left;
	color:#007500;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.bid:nth-child(even) li.right{
	float:left;
	background:none;
	color:#007500;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.bid:hover{
    background: #fcf8e3;
}
#price_div ul.ask:nth-child(odd){
	background:#ecbcbc;
	margin:0 auto;
	padding:0;
}
#price_div ul.ask:nth-child(odd) li.left{
	float:left;
	color:#c20000;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.ask:nth-child(odd) li.right{
	float:left;
	background:none;
	color:#c20000;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.ask:nth-child(even){
	background:#f4d2d1;
	margin:0 auto;
	padding:0;
}
#price_div ul.ask:nth-child(even) li.left{
	float:left;
	color:#c20000;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.ask:nth-child(even) li.right{
	float:left;
	background:none;
	color:#c20000;
	font-size:13px;
	padding-left:15px;
}
#price_div ul.ask:hover{
    background: #fcf8e3;
}

/*************************** Edited on 15-05-14 *******************************/

.lft-arrow-div {
    float: left;
    text-align: left;
    width: 6px;
	margin-left:-11px;
}
.right-amount {
    float: left;
    text-align: left;
    width: 65px;
}
.left-span {
    float: left;
    text-align: right;
    width: 34%;
}
.right-span {
    float: left;
    width: 66%;
    text-align: left;
}
.blankrows {
    border-bottom: 1px solid #d5d5d5;
}
#tab dd, #orders dd {
    font-size: 13px;
    padding: 4px 15px;
    line-height: 18px;
    color: #8c8c8c;
	min-width:100px;
	background:#e9e9e9;
}
#orders dd {
	border:1px solid #e4e4e4;
	border-right:1px solid #cdcdcd;
	border-bottom:0px;
}
#orders dd:last-child {
	border-right:none;
}
#tab dd, #orders dd:last-child {
    -webkit-border-radius: 0px 5px 0px 0px;
  -moz-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
#tab dd, #orders dd:first-child {
    -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
#tab dd.active, #orders dd.active {
    color: #FFF;
	border-right:1px solid #e4e4e4;
}


.tabs {
    display: block;
    clear: both;   
    margin: 0;
    border-left:none;
    border-right:none;
	float:left;
	border-left:none;
	width:100%;
}
#right_body_wrap .tabs dd {
    width: 99px;
}
#right_body_wrap .tabs dd:first-child {
	-webkit-border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px; 
	border-radius: 3px 0px 0px 0px;
}
#right_body_wrap .tabs dd:last-child {
	-webkit-border-radius: 0px 3px 0px 0px;
    -moz-border-radius: 0px 3px 0px 0px; 
	border-radius: 0px 3px 0px 0px;
}
.tabs dd {
    font-size: 13px;
    display: inline-block;
    padding: 4px 7.5px;
    margin: 0;
    text-align: center;
    background-color: #e9e9e9;
    color: #505050;
	cursor:pointer;
}
.contained {
    list-style: none;  
    padding:0;
    margin:0;
	float:left;
	width:100%;
    border: 1px solid #d5d5d5;
	border-top: none;
}
.contained li {
    border-top: none;
	text-align:left;
    color: #505050;
	float:left;
	/*margin-bottom:5px;*/
	width:inherit;
	width:100%;
}
.tabs .active {
    background-color: #FFF;
    color: #4b4b4b;
	border:1px solid #e4e4e4;
	-webkit-border-radius: 3px 3px 0px 0px!important;
    -moz-border-radius: 3px 3px 0px 0px!important; 
	border-radius: 3px 3px 0px 0px!important;
	border-bottom:0px;
	/*padding: 9px 7px 7px 7.5px;*/
    padding: 6px 7px 4px 7.5px;
}

.narrow {
    width: 220px;
}
.wide {
    width: 100%;
	
}

#orders .tabs {
	border-bottom:1px solid #e4e4e4;
}
#orders .tabs .badge {
    margin-left: 5px;
    background-color: #009bd3;
    padding: 2px 7px;
}

#right_body_wrap .contained {
    width: 198px;
}
#right_body_wrap .wide {
    width: 200px;
}


.trading_buttons {
    height: 60px;
}

#right_body_wrap .tabs dd {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

#orders .table-head th {
    text-transform: none;
    text-align: center;
    padding: 3px 5px;
	background:#f6f6f6;
	cursor:pointer;
	min-width:95px;
}

#orders .general-table {
    border-collapse: collapse;
}
#orders .general-table > tbody > tr > td {
    text-align: center;
    padding: 3px 5px;
    color: #2c2c2c;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
	min-width:95px;
    border-right: 1px solid #e9e9e9;
}
#orders .general-table > tbody > tr:nth-child(even) {
    background:#f8f8f8;
}
#orders .general-table > tbody > tr > td:last-child {
    border-right: none;
}

#orders .general-table > tbody > tr {
	border-bottom:1px solid #dddddd;
}
#orders .general-table > tbody > tr:last-child {
    border-bottom:none;
}
#orders .table-head th:first-child {
    border-left: 1px solid #f6f6f6;
}
#orders .table-head th:last-child {
    border-right: none;
}
#orders .table-head th.no-sort {
    padding-top: 6px;
    cursor: default;
}

.scroller {
    height: 150px;
    width: inherit; 
    overflow-y: hidden;  
    position: relative;
}

/* #active-orders-table .general-table > tbody > tr > td, #active-orders-table .general-table tr th { max-width: 70px;position:relative;white-space:nowrap;}*/
#active-orders-table .general-table > tbody > tr > td.wide-column, #active-orders-table .general-table tr th.wide-column {width: 145px; min-width: 140px;}
/*#orders-history-table .general-table > tbody > tr > td, #orders-history-table .general-table tr th {width: 70px; min-width: 70px; max-width: 70px}*/
#orders-history-table .general-table > tbody > tr > td.wide-column, #orders-history-table .general-table tr th.wide-column {width: 145px; min-width: 140px; }
/*#deals-table .general-table > tbody > tr > td, #deals-table .general-table tr th {width: 86px; min-width: 86px; max-width: 86px}*/
#deals-table .general-table > tbody > tr > td.wide-column, #deals-table .general-table tr th.wide-column {width: 145px; min-width: 140px;}


#active-orders-table .general-table > tbody > tr > td.narrow-column, #active-orders-table .general-table tr th.narrow-column {width: 60px; min-width: 60px;max-width: 60px}
#orders-history-table .general-table > tbody > tr > td.narrow-column, #orders-history-table .general-table tr th.narrow-column {width: 60px; min-width: 60px;max-width: 60px}
#deals-table .general-table > tbody > tr > td.narrow-column, #deals-table .general-table tr th.narrow-column {width: 60px; min-width: 60px; max-width: 60px}

#active-orders-table .general-table > tbody > tr > td.cutted-status, #active-orders-table .general-table tr th.cutted-status {width: 145px; max-width: 145px}
#orders-history-table .general-table > tbody > tr > td.cutted-status, #orders-history-table .general-table tr th.cutted-status {width: 145px; max-width: 145px}

.table-cutted {
    border-spacing: 0;
}
.table-cutted > tbody > tr > td {
    min-height: 25px;
    height: 25px;
    border-bottom: 1px solid #e9e9e9;
}
.table-cutted > tbody > tr:last-child > td {
    border-bottom: none;
}
.sub_bg {
    border-bottom:1px solid #e9e9e9;
    background:#f8f8f8;
    margin:0 auto;
    padding:0;
}
.sub {
    border-bottom:1px solid #e9e9e9;
    margin:0 auto;
    padding:0;
}

.small-font-size {
    font-size: 10px;
}

.input-volume{
	width:35%;
	float:left;
	background:none;
	color:#505050;
	font-size:14px;
    font-family: 'Open Sans', sans-serif;
}
.input-volume input{
	width:94%;
	height:28px;
	border:1px solid #d5d5d5;
	background:#f8f8f8;
	margin-top:3px;
    margin-bottom:2px;
	padding:0 5px;
}
.input-price{
	width:55%;
	float:right;
	background:none;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
}
.input-price input{
    width:88%;
    height:28px;
    border:1px solid #d5d5d5;
    color:#505050;
    background:#f8f8f8;
    margin-top:3px;
    margin-bottom:2px;
    padding:0 5px;
}
#news-txtarea{
	padding:5px;
}
.news-txtfld{
	margin-top:20px;
}
.news-txtfld input{
	width:88%;
	margin:0 0 0 2px;
	border:1px solid #d5d5d5;
	background:#f8f8f8;
	color:#505050;
	font-size:12px;
	padding:0 5px;
}

.sell-quantity{
    text-align: center;
    margin-top:5px;
}
.sell-button {
	width:50%;
	float:left;
	text-align:center;
    margin: 8px 0 5px 0;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	color:#5cb888;
}

.sell-button div.button-title{
    color:#ff0000;
	text-transform:uppercase;
	font-size:15px;
}

.sell-button div.button-quantity{
	color:#727272;
	font-size:12px;
	padding-top:5px;
}

.buy-quantity{
    text-align: center;
    margin-top:5px;
}
.buy-button {
	width:50%;
	float:left;
	text-align:center;
     margin: 8px 0 5px 0;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.buy-button div.button-title{
    color:#32cd32;
	text-transform:uppercase;
	font-size:15px;
}
.buy-button div.button-quantity{
	color:#727272;
	font-size:12px;

	padding-top:5px;
}
.button-cost {
	color:#727272;
	font-size:15px;
}
.button-cost span {
	color:#484848;
	font-size:17px;
}

.display-cursor {
    cursor: pointer;
	overflow:hidden;
}

.display-block * {
    display: inline-block;
}

#orders > div > dl, #orders > div > dl > dd {

}
#orders > div > dl > dd.active {
    background: #FFF;
	color:#4b4b4d;
	padding-top:5px;
}

.sorting-span {
    display:inline-block;
    width: 16px;
    height: 16px;
	position:relative;
	top:6px;
}
.sort-asc {
    background: url(../images/asc.jpg) no-repeat top center;
}
.sort-desc {
    background: url(../images/desc.jpg) no-repeat top center;
}
.sort-null {
    background: url(../images/null.jpg) no-repeat top center;
}

.cutted {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}




footer {
    background:#009bd2; padding:40px 0; width:1200px; margin:auto
}
.footer_wrapper {
    width:980px; margin:auto; color:#fff;
}
.footer_logo_wrapper {
    width:340px; float:left
}
.footer_about_wrapper {
    width:256px; float:left
}
.footer_help_wrapper {
    width:230px; float:left
}
.footer_data_wrapper {
    width:182px; float:left
}
.footer_follow_wrapper {
    width:162px; float:left
}
.footer_header {
    font-size:22px; margin-bottom:12px; display:block; font-weight:bold;
}
.footer_header a {
    color: #fff;
}
.footer_menu {
    margin:0; padding:0;
}
.footer_menu li {
    list-style:none; font-size:12px; color:#e5ebf3;
}
.footer_menu li a {
    color:#e5ebf3; text-decoration:none
}
.footer_copyright {
    font-size:11px; color:#bbe4f3; margin-top:10px; letter-spacing:-.2px
}
.capitalize {
    text-transform: uppercase;
}


.error_block {
    background-color: RGBA(0, 0, 0, 0.1);
    z-index: 10000;
    position: absolute;
    width: 100%;
}
.error_block > span {
    color: gray;
    transform-origin: center center ;
    -webkit-transform-origin:  center center ;
    -moz-transform-origin:  center center ;
    -o-transform-origin:  center center ;
    -ms-transform-origin:  center center ;
    background-color: transparent;
    position: absolute;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#price_div_error {
    height: 100%;
    top: 0;
    left: 0;
}
#price_div_error > span {
    font-size: 27px;
    font-weight: 300;
    top: 45%;
}
#order_div_error {
    height: 177px;
    top: 29px;
    left: 0px;
}
#order_div_error > span {
    font-size: 30px;
    font-weight: 300;
    left: 39%;
    top: 38%;
 }
#instrument_div_error {
    height: 100%;
    top: 0;
    left: 0;
}
#instrument_div_error > span {
    font-size: 27px;
    font-weight: 300;
    top: 50%;
}

#account_div_error {
    height: 100%;
    top: 0;
    left: 0;
}
#account_div_error > span {
    font-size: 27px;
    font-weight: 300;
    top: 30%;
}

/* 100% width */
body {
	background:#FFF;
	padding:0px;
}
body, footer, .pricing {
	/*min-width:1260px;*/
	width:auto;
    /*min-width:100%;*/
}

#trad_body_wrap {
	display:table;
	width:100%;
	padding: 0px 1%;
	vertical-align:top;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#left_body_wrap {
	display:table-cell;
	width:200px;
	float:none;
	vertical-align:top;
	margin-right:0px;
}
#mid_body_wrap {
	display:table-cell;
	float:none;
	vertical-align:top;
	padding:0px 20px;
	width: auto;
}
#right_body_wrap {
	display:table-cell;
	width:200px;
	float:none;
	vertical-align:top;
    /*position: relative;*/
}
.relative_wrap {
    position: relative;
}
#orders .general-table {
	width:100%;
	/*border-bottom:1px solid #dddddd;*/
}

.chart_container {
    margin-bottom: 20px;
}


.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position:absolute;
    z-index:9999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity: 0.8;
}
.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index:10000;
    position: absolute;
    width: 50%; /* Default */

    /* Center the dialog */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
    padding:10px;
    text-align: left;
}
.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.ng-error-dialog {
    /* A centered div above the overlay with a box shadow. */
    /*z-index:10000;*/
    /*position: fixed;*/
    /*width: 100%; *//* Default */

    /* Center the dialog */
    /*top: 0;*/
    /*left: 0;*/
    /*transform: translate(-50%, 0%);*/
    /*-webkit-transform: translate(-50%, 0%);*/
    /*-moz-transform: translate(-50%, 0%);*/

    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
    border-radius: 5px;
}
.ng-error-dialog-content {
    font-size: 14px;
    padding: 0;
    text-align: left;
    color: #a94442;
}
.ng-error-dialog-content > div > p {
    padding: 2px 10px;
    text-align: center;
    margin: 0;
}
.ng-error-close {
    position: absolute;
    top: 0px;
    right: 12px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    opacity: .7;
    color: #4d4d4d;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}
.ng-error-close:hover, .ng-error-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.errorDialog {
    /*width: 300px;*/
    /*height: 100px;*/
    z-index: 10000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
    box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
}

.btn_buy {
	display:block;
	width:91px;
	height:58px;
	background:url(../images/buy.png) no-repeat top center;
	margin:0 auto;
}
.btn_sell {
	display:block;
	width:90px;
	height:58px;
	background:url(../images/sell.png) no-repeat top center;
	margin:0 auto;
}

.btn_buy_ {
	display:block;
	width:91px;
	height:58px;
	background:url(../images/buy.png) no-repeat top center;
    margin:0 auto;
	text-align:center;
}
.btn_sell_ {
	display:block;
	width:90px;
	height:58px;
	background:url(../images/sell.png) no-repeat top center;
	margin:0 auto;
	text-align:center;
}

.btn_buy_ span , .btn_sell_ span {
	color:#FFF;
	display:inline-block;
	/*padding-top:30px;*/
	font-size:13px;
    width: 90px;
}
.btn_buy_ span.quick-button-title, .btn_sell_ span.quick-button-title {
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}
.btn_buy span.quick-button-title, .btn_sell span.quick-button-title {
    padding-top: 18px;
    font-weight: bold;
    font-size: 15px;
    color:#FFF;
    text-shadow: 1px 1px 0px black;
}

.limit-inputs > div {
    height: 63px;
    padding-left: 10px;
}
.limit-inputs input.ng-invalid.has-visited {
    /*border: 1px red solid;*/
}
.limit-inputs {
    position: absolute;
    top: 96px;
    width: 100%;
}
.input-volume, .input-price {
    overflow:hidden;
    float:none;
    width:100%;
    height:auto!important;
}
.input_title {
    float:left;
    width:50px;
    color:#505050;
    font-size:13px;
    margin-top:8px;
    text-align: center;
}
.limit-inputs input {
    border:1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:130px;
    padding:3px 5px;
    background:#FFF;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.limit-inputs input:focus {
    outline:none;
}
.color_green {
	color:#5cb888;
	font-size:13px;
}
.color_red {
	color:#d75442;
	font-size:13px;
}

.footer_new {
	height:40px;
	padding-top:12px;
	background:url(../images/footer_.jpg) repeat-x top center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.colored-background .footer_new {
    position: relative;
}

.footer_new__content {
	padding: 0px 3%;
	width: 100%;
    text-align: center;
}
.footer_new__content span {
	color:#4b4b4d;
	font-size:13px;
}
.footer_new__content a {
	color:#909090;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	display:inline-block;
	margin-left:20px;
}
.footer_new__content a:hover {
	text-decoration:underline;
}
.form-container {
    position: relative;
}
.tradeButtons {
    height: 139px;
}
/*-------------------- ACCOUNT PAGES BEGIN ------------------------*/


.switch-button-label {
    float: left;
    font-size:11px;
    cursor: pointer;
    /*position:fixed;*/
}

.switch-button-label.off {
    color: #000;
    /*	margin: 5px 0 0 0;
        position:absolute;
        width:40px;
        border:1px solid red;

        z-index:2;*/
}

.switch-button-label.on {
    color: #000;
    /*margin: 5px 0 0 0;
    position:absolute;width:40px;
    position:absolute;
    border:1px solid red;
    */
}
.switch-button-label.bb{position:relative;margin:-20px 0 0 48px; color:#fff;}
.switch-button-label.aa{margin:6px 0 0 10px; position: absolute;z-index: 2; color:#fff;}

.switch-button-background {
    float: left;
    position: relative;

    background: #009bd3;
    border:none;

    margin:0;

    -webkit-border-radius:20px;
    -moz-border-radius:2px;
    border-radius:20px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;

    left:2px;
    top :0;

    background: #505050;
    border:none;

    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
#basic{ position:relative;
margin-top: 7px;}

.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 26px; padding: 0; line-height: 26px;
    font-size: 12px; color: white; font-family: 'Open Sans', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "IN";
    padding-left: 14px;
    background-color: #009bd3;  color: #FFFFFF;
    font-size: 11px;
}
.onoffswitch-inner:after {
    content: "OUT";
    padding-right: 14px;
    background-color: #009bd3; color: #FFFFFF;
    text-align: right;
    font-size: 11px;
}
.onoffswitch-switch {
    display: block; width: 30px;
    background: #505050; border-radius: 50px;
    position: absolute; top: 0; bottom: 0; right: 40px;
    color: #FFFFFF;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    font-size: 11px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ng-account-form input.ng-invalid {
    border: 1px red solid;
}

.funds-list {
    position: absolute;
    top: 0;
}
/*
 * @CSS3 Tabstrip
 * @author Martin Ivanov
 * @website http://wemakesites.net
 * @blog http://acidmartin.wordpress.com/
 * @twitter https://twitter.com/wemakesitesnet
 **/

/*
 * Width should be set to the outermost element
 * if you have multiple tabstrips on a single page
 * you can set dimensions using for example additional class names
 * or IDs. In this case, I am applying width and height to the
 * base CSS class.
 **/
.css3-tabstrip
{
    width: 100%;
    height: 380px;
    margin-top: 15px;
    font: normal 11px 'Open Sans', sans-serif;
    color: #404040;
}
.css3-tabstrip.bootstrap-table {
    min-height: 636px;
}
.css3-tabstrip.bootstrap-table div {
    border: none;
}

.css3-tabstrip > ul,
.css3-tabstrip > ul > li
{
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 125px;
}

.css3-tabstrip,
.css3-tabstrip input[type="radio"]:checked + label
{
    position: relative;
}

.css3-tabstrip > ul > li,
.css3-tabstrip input[type="radio"] + label
{
    display: inline-block;
}

.css3-tabstrip > ul > li > div,
.css3-tabstrip input[type="radio"]
{
    position: absolute;
}

.css3-tabstrip > ul > li > div
{
    border: solid 1px #AEAEAE;
}

.css3-tabstrip > ul > li
{
    vertical-align: top;
    float: left;
    border-left: 1px solid #AEAEAE;
    border: 1px solid #AEAEAE;
    border-left: none;
    border-right: none!important;
}

.css3-tabstrip > ul > li > div
{
    top: 43px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.css3-tabstrip > ul > li > label.bordered
{
    border-right: 1px solid #AEAEAE;
}
.css3-tabstrip > ul > li > label.unborderedLeft
{
    border-left: none;
}

.css3-tabstrip input[type="radio"] + label
{
    /*margin: 0 2px 0 0;*/
    line-height: 30px;
    text-align: center;
    /*border-radius: 5px 5px 0 0;*/
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;color: #a8a6a6;
    display: block;
    font-size: 13px;
    padding: 0 20px;
    /* border: 1px solid #fff; */
    outline: none;
    text-transform: uppercase;
    border-left: 1px solid #AEAEAE;
    background: #e9e9e9;
    font-weight: normal;
    margin: 0;
}

.css3-tabstrip input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    cursor: default;
    font-weight: normal;
}

.css3-tabstrip input[type="radio"]
{
    opacity: 0;
}

.css3-tabstrip input[type="radio"] ~ div
{
    display: none;
}

.css3-tabstrip input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}

.css3-tabstrip input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}
.css3-tabstrip dd > div {
    font-size: 12px;
}
.form-group > .share-switcher {
    float: left;
    display: inline-block;
}
.share-switcher-label {
    float: left;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}
.share-switcher input[type="radio"] + label {
    float: left;
    background: #e9e9e9;
    border-left: none;
    text-transform: none;
}
td > .share-switcher input[type="radio"] + label {
    line-height: 20px;
}
.form-group > .share-switcher input[type="radio"] + label {
    line-height: 34px;
}
.share-switcher input[type="radio"]:checked + label {
    background: #428bca;
    color: #fff;
}
.form-group.btn-share, .form-group.btn-update-share {
    float: right;
    min-width: 120px;
    position: relative;
}
.form-group.btn-share > button, .form-group.btn-update-share > button {
    background: #428bca;
    color: #fff;
    padding: 8px 5px;
    font-weight: normal;
    min-width: 110px;
}
.form-group.btn-share > button.btn-disabled, .form-group.btn-update-share > button.btn-disabled {
    background: #d3d6d8;
}

.form-group.btn-update-share input {
    display: inline-block !important;
    width: 140px !important;
    margin-right: 38px;
}
.form-group.btn-update-share a {
    position: absolute;
    right: 2px;
    top: 4px;
}
.share-alert .form-group.btn-update-share a {
    position: absolute;
    right: 2px;
    top: 0px;
}

/*--------------------- ACCOUNT PAGES END -------------------------*/

.not-implemented {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important}

#buttons-container {
    height: 169px;
    margin-bottom: 20px;
}

/* Preloader */
#mask, #globalMask { position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #F6F6F6;height: 100%; }
#loader, #globalLoader {width: 200px;height: 200px;position: absolute;left: 50%;top: 50%;background-image: url("/assets/img/loading.gif");background-repeat: no-repeat;background-position: center;margin: -100px 0 0 -100px; }
#mask {z-index: 10001;}
#globalMask {z-index: 10000;}
label.error { color: #FF4040; line-height: 0px !important;margin-top: 8px;text-align: left;font-size: 10pt;display:block; }
div>label.error { display:inline; }
label.without-input {padding-top: 5px;}
dd.chk label.without-input {padding-top: 7px;}
label.error.without-margin {margin-top: 0}
.transfers-info {
    font-size: 14px;
    text-align: center;
}

.legal-header {
    font-size: 28px;
    text-align: center;
    padding: 20px 0 30px 0;
}

.legal-caption {
    text-align: left;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase;
}
.legal-bold {
    font-weight: bold;
}
.text-information p.legal-last-modified {
    font-style: italic;
    text-align: right;
    margin-top: 70px;
}
.underline{
    text-decoration: underline;
}
.text-information {
    /*width: 70%;*/
    margin: 0 auto;
    text-align: left;
    padding: 10px 40px 20px;
    background: #eee;
}
.text-information p {
    text-align: justify;
    margin: 10px 0;
}
.text-information p.italic {
    font-style: italic;
}
.text-information li {
    list-style-type: disc;
}
.text-information ol {
    padding-left: 40px;
}
.text-information ol.letters > li {
    list-style-type: upper-latin;
}
.text-information ol.letters_small > li {
    list-style-type: lower-latin;
}
.text-information ol.digits > li {
    list-style-type: decimal;
}
.text-information ol.lower_roman > li {
    list-style-type: lower-roman;
}
.text-information ol.internal > li {
    list-style-type: none;
}
.text-information ol.internal > li > p.h {
    margin-left: -20px;
}
.transfers-error {
    padding: 20% 24%;
    font-size: 14px;
    color: red;
}
.href-button {
    color: #0099d2;
    cursor: pointer;
}
.header-email {
    width: 165px;
}

#orders .general-table.table-cutted > tbody > tr:hover {
    background: #fcf8e3;
}



.fixmenu-clone {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    /*-webkit-transition: top 3000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
    /*-moz-transition: top 3000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
    /*transition: top 3000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
    /*-webkit-transform: translateY(-100%);*/
    /*-moz-transform:    translateY(-100%);*/
    /*transform: translateY(-100%);*/
    -webkit-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
    box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(-2%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
.error-dialog-stick {
    -webkit-animation: slideDown 1s 1 ease forwards;
    -moz-animation:    slideDown 1s 1 ease forwards;
    animation:         slideDown 1s 1 ease forwards;
}

.bold_red {
    font-weight: bold;
    color: red;
}

.grey-backgrounded {
    background-color: #C0C0C0;
}

.cookie-table, .fees-table {
    border-collapse: collapse;
}
.fees-table {
    width: 100%;
}
.cookie-table tr th, .fees-table tr th {
    font-weight: bold;
    text-align: center;
}
.fees-table tr td {
    text-align: center;
}
.cookie-table tr td, .cookie-table tr th, .fees-table tr td, .fees-table tr th {
    padding: 10px;
}
.justify {
    text-align: justify;
}
.reveal-container {position: relative;}
.reveal-container .reveal-button {position: absolute; top: 14px; right: 28px; width: 32px; z-index: 10; cursor: pointer;}
.form-group.reveal-container .reveal-button {right: 10px;}
.colRt .reveal-container .reveal-button {position: absolute; top: 9px; right: 225px; width: 18px; z-index: 10; cursor: pointer;}

.blink-class, .bootstrap-table .form-group .form-control.blink-class {
    box-shadow: 0px 0px 1px 1px red;
    -webkit-box-shadow: 0px 0px 1px 1px red;
    outline: none;
}

.hidden-form {
    display: none;
}
#twitter {
    margin-top: 26px;
}
.number-filter {
    width: 100px !important;
}

.form-group div > .verifier-image {
    margin-left: 18px;
    width: 30px;
    margin-top: 10px;
}
a > .verifier-image {
    width: 25px;
    margin-left: 10px;
    margin-bottom: 2px;
}

.zopim {
    right: 1% !important;
}

/* DOCUMENT RESPONSIVE TABLE */

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
}
@media (min-width: 48em) {
    .responsive-table {
        font-size: .9em;
    }
}
@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
     /*IE6, IE7*/
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (min-width: 48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}
.responsive-table thead th {
    background-color: #1d96b2;
    border: 1px solid #1d96b2;
    font-weight: normal;
    text-align: center;
    color: white;
}
.responsive-table thead th:first-of-type {
    text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}
@media (min-width: 48em) {
    .responsive-table tr {
        display: table-row;
    }
}
.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}
@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}
@media (min-width: 48em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}
@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}
@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 48em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}
@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}
@media (min-width: 48em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}
.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 2px solid #1d96b2;
}
@media (min-width: 48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}
.responsive-table tbody th[scope="row"] {
    background-color: #1d96b2;
    color: white;
}
@media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}
.responsive-table tbody td {
    text-align: right;
}
@media (min-width: 30em) {
    .responsive-table tbody td {
        border-bottom: 1px solid #1d96b2;
    }
    .fees-table.responsive-table tbody td {
        width: auto;
    }
}
@media (min-width: 48em) {
    .responsive-table tbody td {
        text-align: center;
    }
    .fees-table.responsive-table tbody td {
        width: 20%;
    }
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}
@media (max-width: 48em) {
    .responsive-table tbody td[data-title=empty] {
        display: none;
    }
}
@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}
@media (min-width: 48em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

#cookie_message {
    /*position: fixed;*/
    width: 100%;
    text-align: center;
    z-index: 10001;
    background-color: #000;
    /*top: 0;*/
    /*left: 0;*/
}

#cookie_message p {
    color: #fff;
    margin: 0;
}
#cookie_message span.closeMessage {
    float: right;
    font-size: 20px;
    margin-right: 1%;
    cursor: pointer;
}
#cookie_message span.closeMessage:hover {
    color: #1ac6ff;
}

.extra-margin-because-of-cookie {
    margin-top: 27px;
}
.margin-left-20 {
    margin-left: 20px;
}
.nowrap {
    white-space: nowrap;
}

.sorter th, .general-table th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}