/* html{overflow:hidden;} */
body {
    /* background: #f7f7f7 !important; */
}
/*
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
	width: 100%;
	height: 47px;
	margin-top: 7px;
}
*/
.topinfo{
    margin-top: 58px;text-align: center; margin-bottom: -78px;
}
body.controls.Trade .topinfo{
    margin-bottom: -57px;
}
.not_found{
    margin-top: 20%;
    text-align: center;
    color: #fff;
}
.navbar-brand img {
    max-width: 200px;
}
.nav-item.show {
    position: relative;
}
th.sorting_desc {
    color: yellow;
}
th.sorting_asc {
    color: #02f544;
}
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ml10{margin-left:10px}
.mr10{margin-right:10px}
.green{color:green;}
.orange{color:orange;font-weight:bold;}
.red {color: red;}
.ovh {overflow: hidden;}
/* Login */
.login {
	margin: 100px auto;
	width: 380px;
	overflow: hidden;
}
.login h1 {
	color: #000;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
	letter-spacing: 1px;
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 30px;
}
input[type="text"]:not(body.controls) , input[type="password"]:not(body.controls) , input[type="number"]:not(body.controls) , input[type="email"]:not(body.controls) {
	color: #fff;
	background: rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
}
input[type="text"] , input[type="password"] , input[type="number"] , input[type="email"] { 
	width: 100%; 
	margin-bottom: 5px; 
	border: none;
	outline: none;
	padding: 5px;
	font-size: 13px;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

.f_p {
    overflow: hidden;
    text-align: center
}


.alert {
	padding: 10px;
}

.close {
	font-size: 20px;
	color: #ddd;
	text-shadow: 0 1px 0 0;
}

button.f_p_btn {
	background: transparent;
	overflow: hidden;
	margin: 10px 0 0 0;
	border: 1px solid #4e5b85;
	color: #cccc;
}

.fb_btn {
    background: #3b5998;
    border:none;
    margin-bottom:3%
}

.tw_btn {
    background: #00a1f1;
    border:none;
    margin-bottom:5%
    
}
#clickagreement {
    margin-left: 10px;
    color: #000;
}
.agreementlink {
    color: #38ec3a;
}
div.menu-topdrop {
	top: 8px !important;
}
/* Bootstrap Css overwrite */



.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	color: rgb(188, 188, 188);
	padding: 0 15px;
    font-size: 15px;font-weight: 600;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
}

.navbar-light .navbar-brand {
	color: #122892;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-nav {
	padding-left: 25px;
}

.bg-light {
	background-color: #222b33 !important;
	padding: 5px 40px;
}

/* Table Style */

.table-dark, .table-dark > td, .table-dark > th {
	background-color: #202437;
	color: #C7CCE6;
	border: 1px solid #4e5b85;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #C7CCE6;
	background-color: transparent;
	border-color: #4e5b85 #4e5b85 #202437;
    border-radius: 0;
    padding: 10px 50px;
}

.nav-tabs .nav-link {
	border-color: #4e5b85 #4e5b85 transparent #4e5b85;
	padding: 10px 50px;
	border-radius: 0;
}

.nav-tabs a {
    color:#C7CCE6
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	 border-color: none;
}

.table td, .table th {
	padding: 8px;
	vertical-align: top;
	border-top: none;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: none;
	text-align: left;
	font-weight: normal;
}
.table td i {
	color:#4e5b85;
    font-size: 13px
}

.td_uppercase {
    text-transform: uppercase
}

.td_red {
    color:#ae4e54
}

.slider-bg-fixed {
	/* background-image: url("img/header.jpg"); */
	background: linear-gradient( rgba(0, 0, 0, 0.93), rgba(49, 126, 172, 0.45) ),url("img/header.jpg");
	min-height: 600px;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.centered {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
    text-align: center;
    overflow: hidden
}



.centered h1 {
	font-size: 58px;
    color:#fff;
}

.centered h2 {
	font-size: 50px;
    color:#fff;
}

.btn-section {
    margin: 50px 0 0 0;
    overflow:hidden;
}

.lang-btn {
	background: transparent;
	border-radius: 25px;
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 15px;
    font-size: 14px
}

.lang-btn:hover {
	background: transparent;
}


.view-btn {
	/* background-color: hsla(0, 0%, 0%, 0.7); */
	background-color: transparent;
    border: 1px solid #ddd;
    color: #fff;
    padding: 9px 38px;
    font-size: 17px;
    border-radius: 3px;
    margin: 0 0 0 0
}

.view-btn:hover {
	background: #fff;
    color: #000;
    transition: all 0.3s ease;
}

/* Footer */
.footer {
	width: 100%;
	background: #222b33;
	padding: 20px 0;
}


.social-links {
    background: transparent;
}

.social-links ul {
    list-style: none;
    margin:0;
    padding:0
}

.social-links ul li {
    float:left
}

.social-links ul li a {
    display: block;
    padding: 5px 6px;
    color:#8e8e8f
    
}

.social-links ul li i {
    font-size: 16px;
    border:1px solid #8e8e8f;
    padding: 5px 6px;
    border-radius: 50%
    
}

.social-links ul li i:hover {
    color: #fff;
    transition: all 0.3s ;
    border:1px solid #fff;
    
    
}

.footer-menu-right {
    background: transparent;float : right;
}

.footer-menu-right ul, #advantage li {
    list-style: none;
    margin:0;
    padding:0
}

.footer-menu-right ul li {
    float:left
}


.footer-menu-right ul li a {
    color:#8e8e8f;
    display: block;
    padding: 5px 8px;
    font-size: 15px
}

.footer-menu-right ul li a:hover {
    color:#fff;
    transition: all 0.3s ;
    text-decoration: none
}


/* Footer Last */

.footer-last {
	width: 100%;
	background: #222b33;
	padding: 15px 0;
	border-top: 1px solid #303030;
}

.copyright-sec {
    color:#8e8e8f;
    font-size:14px;
    text-align: right
}


.timeandcount {
    color:#fff;
    font-size: 13px;
}

.market-box {
	background-color: #202437;
	color: #000;
	height: 100px;
	padding: 49px 0;
}

.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.marketing-sec {
    overflow: hidden;
    padding: 30px 0;
    position: relative
}


.name-here {
	overflow: hidden;
	position: absolute;
	top: 12px;
    color:#fff;
	left: 25px;
}

.change-count {
	overflow: hidden;
	margin-right: 51px;
	color: #ff5252;
	float: right;
	width: 72px;
}
.name {
	float: left;
	width: 69px;
}

.vol-des {
	overflow: hidden;
	margin-right: 135px;
	overflow: hidden;
	float: left;
	width: 154px;
}

.des-sec {
    background:#181B2A;
    color:#fff;
    padding: 15px 0;
    color:#7A98F7
}

.page_wrap {
	width: 100%;
	margin: 90px auto;
	color: #000;
    padding-top: 20px;
	margin: 57px auto;
}

h2.main_title {
	padding: 15px 0;
	border-bottom: 1px solid #694d4d;
	margin-bottom: 2%;
}

p.small_title {
	color: #6460f6;
	padding: 10px 0;
}

html {
    width:100%;
    height: 100%;
    display: table;
}

body {
    width:100%;
    display:table-cell;
}

html, body {
    margin: 0px;
    padding: 0px;
}
div#footer{
	position: static;
	bottom: 0;
	width: 100%;
}
/* footer{ */
	/* min-height: 128px; */
/* } */
button{
    cursor: pointer;
}
form button{
	margin: 20px 0;
}
.notice.container {
    padding: 15% 0;
    color: #fff;
}
.notice.container {
	text-align : center;
}
.suceessgreen{
	color : #1dd71d;
}
.errorred{
	position: absolute;
    height: 50%;
    left: 39%;
    bottom: 0;
}


@keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
@-webkit-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg);
  }
}
.xdebug-var-dump {
    margin-top: 75px;
}
button.VALID {
    color: #21ff00;
}
#loading {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f94;
    margin: 10px auto;
    border: 4px solid;
    border-color: #b31 transparent transparent transparent;
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite;
  margin-bottom: 20px;
}
#loader {
    color: #fff;
    text-align: center;
    padding: 20px;
	font-size: 25px;
}




@media (max-width: 500px) {
	.navbar-brand img {
		max-width: 159px;
	}
}
@media (min-width: 792px) {
div#footer{
	/* position: fixed; */
}
.login {
    margin: 400px auto;
}
.page_wrap.bg-white, .con {
    min-height: 750px;
}
}


















/*Registration reset*/
#complexity, #results { width: 100%; margin-bottom: 10px; margin-top: -10px; color: #000; font-size: 14px; text-align: center;} #results{ margin: 30px 0 20px 0;} .default{background-color: #CCC;}.weak{background-color: #FF5353;}.strong{background-color: #FAD054;}.stronger{background-color: #93C9F4; }.strongest{background-color: #B6FF6C;} span.value{ font-weight:bold; float: right;}






/*CONTROL*/


.page_wrap.control {
    padding-top: 41px;
    background-color: #fff;
    margin: 0;padding-bottom: 40px;
}



.userinfo {
    border: 1px solid grey;
    background-color: #fff;
    color: black;
}
span.lowbeam {
    font-size: 12px;
    display: block;
}

table.balancetable td, table.balancetable th{padding: 5px 10px;}
table.balancetable .btn {
    padding: 1px 5px 2px 7px;
}
table.balancetable img{max-width:20px;}
#balancetable_wrapper {position: relative;margin-top: 60px;color: black;}
li.tradeoptions {
	list-style : none;
}
li.tradeoptions a.dropdown-item:hover {
    color:blue;
}
li.tradeoptions .dropdown-menu , li.tradeoptions .nav-link {
    overflow: hidden;padding: 0;
}
li.tradeoptions .dropdown-menu a{
    padding: 3px 10px 3px 10px;
}
li.tradeoptions a.dropdown-item{
	padding-left: 10px;
}
li.tradeoptions a:hover, li.tradeoptions:hover >a{
	color: #fff;
}
li.tradeoptions a.dropdown-item:hover {
    color: white;
    background-color: #e6741b;
}
.dropdown-menu {padding:0 !important;}
.dropdown-item {
    padding: 10px 1.5rem !important;
}
.dropdown-divider {
	margin: 0 !important;
}
.btn-outline-primary:hover{border-color:#fff !important;}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #007bff !important;color: #fff !important;
}
button.btn.btn-outline-danger.btn-sm.tradedisabled {min-width: 59px;}
li.tradeoptions .dropdown-divider {margin:0;}
html [type=button] {
    -webkit-appearance: unset;
}

/* Deposit */
.bg-white {
    color: black;
}
.padding-20 {padding: 20px;}
#depostform .container {
    margin: 100px auto;display: block;
	width: 60%;margin-top: 30px;
    max-width: 580px;
    /* overflow: hidden; */
}
div#deposit_form_top {
    margin-top: 200px;
    text-align: center;
}
#depositsybmol_chosen a.chosen-single{
	height: 40px;
	padding: 8px 13px;
}
#depositsybmol_chosen {
    display: block;
    width: 100% !important;
    padding: 10px 0;
}
.dpstwallet {display: none;}

/*ADMIN*/
tr.second th {
    background-color: #e5741b !important;
}
tr.third th {
    background-color: yellow !important;
}
body.admin .tab-content>.tab-pane {
	color: black;
}
div.tab-pane ul.nav-tabs li.nav-item a.nav-link {
    color: black;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	border-color: #e9ecef #e9ecef #dee2e6;
}
div.tab-pane ul.nav-tabs li.nav-item a.nav-link.active {
    background-color: #213458;
    color: #fff;
}
div.ulheader{
	margin-top: 20px;
}
div.tab-pane ul.nav-tabs li.nav-item a.nav-link:hover {
    border-color: #213458;
}
.ulheader .nav-tabs{
	    border-bottom: 1px solid #dee2e6;
}
body.admin .table thead , body.controls .table thead , table#feetable thead , table#homepricesymbols thead {
    color: #fff;
    background-color: #222b33;
    border-color: #32383e;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
div#fullloader {
    display: block;
    position: fixed;
    width: 100%;top:0;
    height: 100%;left:0;font-weight:bold;
    padding-top: 17%;text-align:center;
    background-color: #333373e0;
    z-index: 99999;
}
div#fullloader span#load {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 35px;
}
table#tbldepositapproved tbody tr td:nth-child(8),table#tblwithdrawapproved tbody tr td:nth-child(10)
{display: none;}



/*Trade*/
#TradingViewChart {
    margin-top: 5px;
}
iframe #header-toolbar-compare {
    display: none;
}
.godown {
    display: block;
    clear: both;
}
.inline{
	display:inline-block;
}
#tradetickertop {
    background-color: #ececec;
}
#depth div {
    font-size: 11px;
}
#dabasd {
    min-width: 100px;
}
#chartdiv {
	width	: 100%;
	height	: 500px;
}
#depth {
    height: 100%;
    width: 100%;
    left: -15px;
}
/*#depth, #Psymbolselectors {
    position: absolute;
    top: -657px;
}
}
div#depth1data span[class^="col-"],div#depth1data span[class*=" col-"] {
    display : block;
}*/
#symbolselectors {overflow-y: scroll;}
#depth1data {
	overflow: hidden;
    height: 436px;
    border: 1px solid #ececec;
}
#symbolselectors {
    height: 382.5px;
    border: 1px solid #ececec;
    /* max-height: 254px; */
}
.nopadding{padding:0;}
.titles {
    background-color: #cbcbcb;padding: 5px 0;
}
.firstofthesym {min-width: 90px;padding-left: 10px;}
.changedpercent{text-align: right;padding-right: 40px;}
#search {height: 27px;margin-top: 5px;margin-bottom:0;}
.lowval {color: red;}
.highval {color: green;}
.floatright {float: right;}
.int {display: inline-table;}
.col-xl-10  {max-width: 82%;}

.movemiddle {margin: 0 auto; display : block;}

@media (min-width: 1200px) {
    .containers {max-width: 1200px; !important}
	.col-xl-4 {max-width: 31%;}
	.col-xl-6{max-width: 49%;}
	.col-xl-9{max-width: 74%;}
	.oh {overflow: hidden;}
.p0{padding:0;}
.pl10{padding:0;padding-left:10px;}
.pr10{padding:0;padding-right:10px;}
.tr{text-align:right;}
}

/* Trade page */
.tickerinfotr {
    background-color: beige;
    padding: 5px;margin:0;
}
.divtable div {
    border: 1px solid bisque;border-bottom:0;
}
.divtable div:nth-child(11), .divtable div:nth-child(12) {
    border-bottom: 1px solid bisque;
}

.divtable div:first-child, .divtable div:nth-child(2) {
    border-top: 0;
}
.divtable div:nth-child(odd) {
    border-right: 0;
}
#nav-tabcp{
	margin-left: 15px;
}
#nav-tabcp .nav-link {
    color: black;border: 1px solid #e6e6e6;cursor: pointer;line-height: 28px;height: 28px;background: #fff;padding: 0 20px;
}
.tbctc{
	padding: 20px 10px;
	background-color: #f7f7f7;
border: 1px solid #e6e6e6;
	margin: 0 14px;
}
#nav-tabcp .nav-link.active{
	background: #f7f7f7;
border-bottom-color: #f7f7f7;
color: #e8b342;
font-weight: bold;
}
.hideleftzero{padding:2.5px;}
#nav-tabcp .nav-tabs .nav-item {margin-bottom: -2px;}
.tradesymb {
    /* display: block; */
    overflow: hidden;
    padding: 5px 5%;
    border: 1px solid burlywood;min-height: 169px;
}
#marketTrade button.trade_now{
	margin-top:15px;
}
#marketTrade span.trade_now{
	margin-top:15px;padding:4px;
}
.trade_now{
	display: block;overflow:hidden;
}
body.Trade input:focus {
	box-shadow:none;
	border: 1px solid rgb(35, 50, 84);
}
body.Trade input {
    display: inline-block;
    border: 1px solid #d4d4d4;
    /* width: 102px; */
    height: 28px;
    padding: 0 30px 0 10px;
    font-size: 12px;
    color: #333;
}
body.Trade .whtthesym {
    position: absolute;
    right: 45px;
    top: 6px;
    color: #ccc;
    font-size: 12px;
}

.amtwrap {position: relative;float:right;}
.smallfont {font-size: 12px;}
.chartWrapper {
    position: relative;
}
.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;
}
.chartAreaWrapper {
    width: 888px;
    overflow-x: scroll;
}
.candletimeselector {margin: 20px 10px;}
.candletime:hover {border: 1px solid blue;}
span.candletime {padding: 2.5px 21.1px;cursor: pointer;}
.candletime {
    margin-right: 10px;display: inline;
    max-width: 72px;
    height: 30px !important;
    padding: 2px 7px;
}
.candletime.selected{border: 1px solid #e6741b;background-color:#e6741b;color:#fff; }
select.candletime option {background-color: #fff;color: black;}


/*Withdraw*/
#withdrawselect{width : 100%;}
body.controls.Withdraw .chosen-container {
    /* padding: 16px 0px; */
    margin-bottom: 21px;
    /* line-height: 28px; */
    text-align: center;
}
code#withdrawselect{
	width: 100%;
	background-color: #113750;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
}
/*Homepage*/
.homecontainer {
    background-color: #fff;
    padding: 10px;
}

#HomeMarketTab li.nav-item a.nav-link {
    cursor: pointer;
    background-color: rgb(249, 249, 249);
    color: rgb(102, 102, 102);
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    user-select: none;
    z-index: 100;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    padding: 0px 60px;
    margin: 0px -1px -1px 0px;
    transition: none;
}
#HomeMarketTab li.nav-item a.nav-link.active {
    color: #e6741b;
    border-bottom: none;
}
div#homePriceTableDiv tr.hover {
   cursor: pointer;
   /* whatever other hover styles you want */
}
div#homePriceTableDiv tr:hover td a {
	color : #fff;
}
div#homePriceTableDiv tr:hover td {
    background-color: #e6741b;
    color: #fff;
}
div#homePriceTableDiv tr td a {
	color: black
}
div.dataTables_filter {
    position: absolute;
    top: -35px;right: 0;
}
div.dataTables_filter input.form-control.form-control-sm {
    display: inline-block;
    width: 66%;
    margin-left: 10%;
    border-color: #e6741b;
}
div.dataTables_filter font {
    display: inline;
}
div#homePriceTableDiv .table td, div#homePriceTableDiv .table th {
    font-size: 14px;
    padding: 10px 17px;
}
ul#HomeMarketTab {
    margin-left: 16px;
}
/*Referral*/
@media (min-width: 1200px) {#ovab3b {padding-bottom:30px;}}

/*Fee Table*/
table#feetable tbody {
    background-color: #fff;
    color: #000;
}
/*About*/
.about {
    padding: 30px 0;
}
.about .params ul {
    margin-top: 40px;padding:0;
    overflow: hidden;
}
.about .params ul li {
	list-style: none;
    float: left;
    width: 33.33%;
    padding-left: 48px;
    margin-bottom: 25px;
    overflow: hidden;
    box-sizing: border-box;
}
.about .params ul li h5 , .about .params ul li p{
	color: #fff;
}
.about .params ul li img {
    float: left;
    margin: 7px 20px 0 0;padding-bottom:20px;
    vertical-align: middle;
}
.about .params ul li p{
	font-size: 11.9px;
}
.about .params ul li:first-child , .about .params ul li:nth-child(4) {
    padding-left: 0;
}
.profile_limit_badge div.col-md-4 {
    font-size: 11px;max-width:32%;
}
.col-md-6 {
    max-width: 49%;
}
.avf {
    display: inline-block;
    padding: 1px;
    margin-left: 10px;
    margin-top: 4px;font-size:13px;
}

.badgeicon {
    max-width: 15px;margin-top: -4px;
}
.profiledivs {
    border: 1px solid #ccbdbd;
    padding: 25px;
    color: black;
}
.badgelevel.bdactive {
    color: #dd8642;
}
.estimatedvalue {
    font-size: 14px;
}
/*Google authenticator*/
.first-step {
    margin: 0 auto;
    position: relative;
}
.stepNum {
    font-size: 20px;
    color: #333;
}
.icon-googleAuthen-ios {
    background-position: 1px 0px;
}
.icon-googleAuthen {
    display: inline-block;
    width: 154px;
    height: 50px;
    background-image: url(/img/googleAuthen_downloads.png);
}
.icon-googleAuthen-play {
    background-position: -159px 0px;
}
.option1, .option2, .option3, .option4 {
    width: 800px;
    margin: 23px auto 0;
    height: 34px;
    line-height: 34px;
}
.next-step {
    display: block;
    width: 119px;
    height: 34px;
    text-align: center;
    color: #fff;
    background: #e8b342;
    line-height: 34px;
	margin-bottom: 30px;
}
.gauth_tabs {
    border: 1px solid #d2dce5;
    margin: 0 1px;padding: 5px;
    max-width: 275px;
}
.gauth_tabs a {
color:black;text-align:center;
display: block;
text-decoration: none;
}
#google_auth_contents {
    border-top: 1px solid #d2dce5;
    margin-top: 3px;
    display: block;
    overflow: hidden;
}
#google_auth_contents .steps {
    border-bottom: 1px solid #d2dce5;min-height: 300px;margin-bottom: 10px;padding-top: 40px;
}
#google_auth_contents .secsteps{
	padding: 0 20px;
}
.gauth_tabs.active {
    background-color: #e5741b;
}
.gauth_tabs.active a, .slinks.active {
    color: #fff;
}
code#key {
    font-weight: bold;
    font-size: 32px;
    color: #333;
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
    text-align: center;
    padding: 10px;
}
.secretkey {
    display: block;
    overflow: hidden;
    margin: 30px;
}
.gauth_tabs_a{margin-top:10px;}
.keepkey canvas {
    width: 235px;
    height: 147px;
}
.keepkey {
    width: 235px;
    height: 147px;
    display: inline-block;
    background: url(/img/keepkey.jpg);
}
/*Submit docs*/
.filed input[type="text"] {
    display: inline-block;
    width: 280px;
    height: 28px;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
}
.street {
    width: 435px;
    border: 1px solid #d4d4d4;
    height: 60px;
	margin-bottom: 11px;
}
.filed .label {
    margin-right: 22px;
    width: 130px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}
.f-fl {
    float: left;
}
.filed {
    min-height: 30px;
}
.f-cb::after, .f-cbli li::after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}
section.section-compliance {
    background-color: #134069;
    color: #fff;
    padding: 100px 0;
	margin-bottom: 50px;
}
































