@import "defaults.css";
@import "bootstrap.custom.css";
@import "user.css";
@import "bitcoins.css";
@import "loans.css";
@import "funds.css";
@import "banks.css";

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 86px;
}

.gradient-line {
	background: #6a7d0a; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #afca0b, #6a7d0a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #afca0b, #6a7d0a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #afca0b, #6a7d0a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #afca0b, #6a7d0a);
	height: 5px;
}

.identifier {
	font-family: 'Droid Sans Mono', monospace;
}

/* amount *********************************************************************/
.amount {
	font-size: 100%;
	white-space: nowrap;
}
.amount .sign {
	font-weight: bold;
	padding-right: 3px;
}
.amount .currency {
	font-size: 75%;
	color: #999;
}
.amount.amount-plus {
	color: #afca0b;
}
.amount.amount-minus {
	color: red;
}

.bg-light-grey {
	background-color: #f8f9fa;
}
.bg-dark-grey {
	background-color: #e0e0e0;
}

/* hash ***********************************************************************/
.hash-code {
	word-wrap: break-word;
}

/* percentage *****************************************************************/
.percentage > small {
	color: #999;
}

/* days, time-left ************************************************************/
.days > small,
.time-left > small {
	color: #999;
}

.transfer-state i.fa + span {
	margin-left: 5px;
}

/* state **********************************************************************/
.state .fa {
	font-size: 125%;
}
.state .fa + span {
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 600;
}

/* avatar *********************************************************************/
.avatar {
	background-color: #e0e0e0;
	color: #fff;
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
}
.avatar.fa:before {
	font-size: 64px;
	text-align: center;
	display: block;
}
.avatar-xs {
	width: 30px;
	height: 30px;
}
.avatar-xs.fa:before {
	font-size: 20px;
	line-height: 30px;
}
.avatar-sm {
	width: 40px;
	height: 40px;
}
.avatar-sm.fa:before {
	font-size: 30px;
	line-height: 40px;
}
.avatar-lg {
	width: 128px;
	height: 128px;
}
.avatar-lg.fa:before {
	font-size: 128px;
}
.avatar-fw {
	width: 100%;
	height: auto;
}



/* rating *********************************************************************/
.rating {
	color: #afca0b;
}


/*.form-group .input-amount {
	text-align: right;
}*/
.form-group .amount-currency {
	color: #aaa;
	padding-right: 10px;
}

.bullet-separator {
	color: #ddd;
	margin: 0 5px;
}



/* tools-menu *****************************************************************/
.tools-menu {
	position: absolute;
	top: 0px;
	right: 5px;
	display: none;
}
.tools-menu.tools-menu-visible {
	display: block;
}
.tools-menu a:hover {
	text-decoration: underline;
}
.tools-menu-area {
	position: relative;
}
.tools-menu-area:hover > .tools-menu {
	display: block;
}



/* TopbarControl **************************************************************/
#topbar {
	background-color: #fff;
	border: none;
}
#topbar .sidebar-btn {
	border: none;
	padding: 0;
	margin: 10px 0;
	background: none;
	font-size: 200%;
	color: #777;
	line-height: 30px;
}
#topbar h1 {
	margin: 0;
	padding: 10px 15px 10px 0;
	height: auto;
	line-height: normal;
}
#topbar h1 > a {
	display: block;
	background: url("../images/logo.png") no-repeat;
}
#topbar .topbar-menu > li > a {
	font-size: 125%;
	text-transform: uppercase;
}
#topbar .topbar-menu > li > a:hover {
	background: none;
}
#topbar .topbar-menu > li > ul > li > a {
	line-height: 200%;
}
#topbar .topbar-menu > li > ul > li > a > .fa {
	font-size: 125%;
	margin-right: 15px;
}



/* WalletBarControl ***********************************************************/
#wallet-bar {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 5px;
}
#wallet-bar ul > li > a {
	font-size: 100%;
	font-weight: normal;
	color: #333;
	padding-bottom: 5px;
}
#wallet-bar ul > li.open > a {
	border-color: #bbb;
}
#wallet-bar ul > li > a .wallet-currency {
	font-size: 110%;
	color: #afca0b;
}
#wallet-bar ul > li a .amount-unconfirmed {
	color: #999;
}



/* navigation back ************************************************************/
a.nav-back {
	color: #666;
	display: inline-block;
	width: 30px;
}
a.nav-back:before {
	font-family: FontAwesome;
	font-weight: normal;
	content: '';
}



/* side menu ******************************************************************/
.sidemenu h2 {
	color: #666;
	font-size: 150%;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
}
.sidemenu ul {
	list-style: none;
	padding: 0;
}
.sidemenu > ul a {
	color: #666;
	font-weight: 600;
	display: block;
}
.sidemenu > ul > li > a {
	text-transform: uppercase;
	font-size: 110%;
	border-left: 5px solid transparent;
	padding: 10px 15px 10px 10px;
}
.sidemenu > ul > li > a:hover {
	color: #afca0b;
	border-color: #afca0b;
	background-color: #f6f6f6;
}
.sidemenu > ul > li > a > .fa {
	font-size: 125%;
	margin-right: 10px;
}
.sidemenu > ul > li > a > .text {
	margin-left: 33px;
}
.sidemenu > ul > li.active > a {
	color: #afca0b;
	background-color: #fff;
}
.sidemenu > ul > li > ul > li > a {
	padding: 5px 15px 5px 40px;
}
.sidemenu > ul > li > ul > li > a:hover {
	background-color: #f6f6f6;
}
.sidemenu > ul > li > ul > li.active > a {
	color: #afca0b;
	background-color: #f6f6f6;
}
.sidemenu .avatar-main > img {
	border: 3px solid #fff;
	border-radius: 50%;
}




/******************** User:Settings:security - sessions list ******************/
.sessions-list .active,
.sessions-list .active:hover {
	color: inherit;
	background: inherit;
	border-color: #afca0b;
}
.sessions-list .icon {
	font-size: 200%;
	color: #bbb;
}

.sessions-list .active .icon {
	color: #afca0b;
}
.sessions-list .list-group-item:nth-child(even) {
	background: #f9f9f9;
}
.sessions-list .description dd {
	padding-bottom: 15px;
}



/************************************ fb-nav **********************************/
.nav-fb:before,
.nav-fb:after {
	content: " ";
    display: table;
}
.nav-fb > li {
	float: left;
}
.nav-fb > li + li {
	margin-left: 10px;
}
.nav-fb > li > a {
	padding: 0 10px 10px 10px;
	border-bottom: 3px solid transparent;
	margin: 0px;
	color: #999;
	font-weight: 600;
}
.nav-fb > li > a > .fa {
	font-size: 125%;
	vertical-align: middle;
}
.nav-fb > li > a > .fa + * {
	padding-left: 5px;
}
.nav-fb > li > a:focus,
.nav-fb > li > a:hover {
	background-color: transparent;
}
.nav-fb > li > a:hover {
	color: inherit;
	border-bottom: 3px solid #bbb;
}
.nav-fb > li.active > a {
	color: inherit;
	border-bottom: 3px solid #afca0b;
}
.nav-fb > li.active > a > .fa {
	color: #afca0b;
}
.nav-fb-bordered {
	border-bottom: 1px solid #bbb;
	margin-bottom: 15px;
}
.nav-fb-bordered > li {
	margin-bottom: -1px;
}



/******************************* circle-progress ******************************/
.circle-progress {
	position: relative;
	/*    background-color: #f5f5f5;*/
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
}
.circle-progress > .circle-progress-bar {
	width: 100%;
	height: 100%;
}
.circle-progress > .circle-progress-label {
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.circle-progress > .circle-progress-label > small {
	font-size: 60%;
}



/************************************ filters *********************************/

.filter {
	font-size: 85%;
	position: relative;
}
.filter > .filter-options {
	margin-top: 15px;
}
.filter > .filter-options > .filter-col {
	float: left;
}
.filter > .filter-options > .filter-col + .filter-col {
	margin-left: 20px;
}
.filter > .filter-options > .filter-col > h4{
	margin-bottom: 10px;
}
.filter > .filter-options > .filter-col > ul {
	list-style: none;
}
.filter > .filter-options > .filter-col > ul > li + li {
	margin-top: 5px;
}


/*********************************** modals ***********************************/
.modal-dialog .modal-header > h4 {
	font-size: 125%;
	color: #666;
}
.modal-dialog .modal-header > h4 > i.fa {
	font-size: 200%;
	color: #afca0b;
	padding-right: 15px;
	vertical-align: middle;
}



/* list-control ***************************************************************/
.list-control .list-control-total-results {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 0;
	color: #999;
	font-weight: 600;
}
.list-control .list-control-sorting .btn {
	background: none;
	font-weight: 600;
}



/* list ***********************************************************************/
.list > .list-header {
	background-color: #bbb;
	color: #fff;
	font-weight: 600;
	padding: 10px;
}
.list .list-item {
	position: relative;
}
.list .list-item {
	border-bottom: 1px solid #ccc;
	background-color: #f8f8f8;
}
.list .list-item:hover {
	background-color: #fff;
}
.list .list-item[data-href]:hover,
.list .list-item.dropdown {
	cursor: pointer;
}
.list .list-item .list-item-container {
	padding: 15px 10px 15px 5px;
}
/* dropdown-menu */
.list .list-item ul.dropdown-menu > li > a {
	line-height: 200%;
}
.list .list-item ul.dropdown-menu > li > a > .fa {
	font-size: 125%;
	margin-right: 15px;
}
/* default list */
.list.list-default .list-item {
	border-left: 5px solid transparent;
}
.list.list-default .list-item:hover {
	background-color: #fff;
	border-left-color: #afca0b;
}
.list.list-default .list-item h4 {
	margin: 0;
}
.list.list-default .list-item dt,
.list.list-default .list-item dd {
	font-weight: normal;
	font-size: 100%;
}



/* RatingControl **************************************************************/
.rating-control {
	color: #999;
}
.rating-control > .btn {
	padding-left: 0;
	padding-right: 0;
}



/* sidebar ********************************************************************/
#sidebar-wrapper {
	top: 0;
	left: -305px;
	width: 85%;
	max-width: 300px;
	background: #eee;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1050;
	transition: all 0.4s;
	transition-property: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.85);
	overflow: hidden;
}
#sidebar-wrapper.collapse.in,
#sidebar-wrapper.collapsing {
	display: block;
	height: 100% !important;
}
#sidebar-wrapper.in {
	left: 0;
}
#sidebar {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px; /* Increase/Decrease this value for cross-browser compatibility */
    overflow-y: scroll;
}
/* header */
#sidebar > .header {
	background-image: url("../images/logo2.jpg");
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #595959;
	min-height: 76px;
	color: #fff;
	padding: 15px;
}
#sidebar > .header .avatar {
	border: 1px solid #fff;
	border-radius: 50%;
}
#sidebar > .header .name {
	font-weight: 600;
	font-size: 110%;
}
#sidebar > .header .email {
	color: #ddd;
}
/* active-menu */
#sidebar > .active-menu {
	background-color: #afca0b;
	color: #fff;
	font-size: 150%;
	font-weight: 600;
	line-height: 45px;
	text-transform: capitalize;
}
#sidebar > .active-menu > a.nav-back {
	color: #fff;
	width: 50px;
	padding: 0 15px;
	margin-right: 5px;
}
#sidebar > .active-menu > a.nav-back:hover {
	background-color: #fff;
	color: #afca0b;
}



/* AddDepositModal ************************************************************/
#add-deposit-modal ul.payment-service-list {
	list-style: none;
}
#add-deposit-modal .payment-service-list a {
	width: 100%;
	line-height: 32px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#add-deposit-modal .payment-service-list .item + .item {
	border-top: 1px solid #ddd;
}



/* AddWithdrawalModal *********************************************************/
#add-withdrawal-modal ul.payment-service-list {
	list-style: none;
}
#add-withdrawal-modal .payment-service-list a {
	width: 100%;
	line-height: 32px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#add-withdrawal-modal .payment-service-list .item + .item {
	border-top: 1px solid #ddd;
}



/* page content ***************************************************************/
#content {
	padding-bottom: 30px;
}



/* footer *********************************************************************/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	color: #333;
}
footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .social-networks .fa {
	font-size: 150%;
}


/* datepicker-control *********************************************************/
.datepicker-control .dropdown > a {
	color: #333;
}
.datepicker-control .move-actions {
	border-left: 1px solid #ccc;
}
.datepicker-control .move-actions a.move-previous {
	padding-right: 3px;
}
.datepicker-control .move-actions a.move-next {
	padding-left: 3px;
}



/* filterbar ******************************************************************/
.filterbar form .form-control {
	border-color: transparent;
	border-bottom-color: #ccc;
	box-shadow: none;
}
.filterbar form .form-control:hover,
.filterbar form .form-control:focus {
	border-color: transparent;
	border-bottom-color: #afca0b;
}
.filterbar form .has-error .form-control {
	box-shadow: none;
	border-bottom-color: red;
}
.filterbar .search-form {
	border: none;
	margin: 10px 0 10px 12px;
	padding: 0;
}
.filterbar .search-form .form-group {
	margin: 0;
}
.filterbar .search-form input {
	border-color: transparent;
	box-shadow: none;
}
.filterbar .search-form input:focus {
	border-bottom-color: #afca0b;
}
.filterbar .search-form button {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.filterbar .navbar-header a.btn-toggle {
	background-color: #eee;
	border-radius: 50%;
	margin: 12px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.filterbar a.btn-toggle .fa-angle-down {
	-webkit-transition-duration: 0.25s; /* Safari */
	transition-duration: 0.25s;
}
.filterbar a.btn-toggle[aria-expanded="true"] .fa-angle-down {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}
.filterbar .navbar-header a.btn-toggle.active {
	background-color: #afca0b;
	color: #fff;
}
.filterbar .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.filterbar .navbar-nav {
	float: right;
}
.filterbar .navbar-nav > li > a {
	color: #999;
	font-weight: 600;
	line-height: 30px;
	padding: 12px;
}
.filterbar .navbar-nav > li > a:hover,
.filterbar .navbar-nav > li.open > a {
	background: #f5f5f5;
	color: #333;
}
.filterbar .navbar-nav > li > a .filter-icon {
	background-color: #eee;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
}
.filterbar .navbar-nav > li > a:hover .filter-icon,
.filterbar .navbar-nav > li.open > a .filter-icon {
	background-color: #fff;
}
.filterbar .navbar-nav > li.active > a .filter-icon {
	background-color: #afca0b;
	color: #fff;
}
.filterbar .navbar-nav > li > a .filter-label {
	padding-left: 5px;
}
.filterbar .navbar-nav li > .dropdown-menu {
	width: 250px;
	padding: 15px;
}

@media(max-width: 767px) {
	.filterbar .navbar-nav {
		margin: 0;
		float: none;
	}
	.filterbar .navbar-nav > li {
		border-top: 1px solid #eee;
	}
	.filterbar .navbar-nav > li.open {
		border-top: 1px solid #afca0b;
	}
	.filterbar .navbar-nav > li > a {
		background-color: #f5f5f5;
	}
	.filterbar .navbar-nav > li.open > a {
		background-color: #fff;
	}
	.filterbar .navbar-nav > li.open > a .filter-icon {
		background-color: #eee;
	}
	.filterbar .navbar-nav > li.active > a .filter-icon {
		background-color: #afca0b;
	}
	.filterbar .navbar-nav > li > .dropdown-menu {
		width: 100% !important;
	}
}


/* chart-control **************************************************************/
.chart-control.loading {
	background: transparent url("../images/spinner.gif") center center no-repeat;
}


/* user-transfer-list *********************************************************/
.user-transfer-list .transfer-state {
	color: #ccc;
	font-size: 150%;
	line-height: 2;
	text-align: center;
}


/* vertical steps *************************************************************/
.list-group.vertical-steps {
	padding-left: 10px;
}
.list-group.vertical-steps .list-group-item {
	border: none;
	border-left: 3px solid #ece5dd;
	box-sizing: border-box;
	border-radius: 0;
	counter-increment: step-counter;
	padding: 0 0 30px 20px;
}
.list-group.vertical-steps .list-group-item.active {
	background-color: transparent;
	color: inherit;
}
.list-group.vertical-steps .list-group-item:last-child {
	border-left: 3px solid transparent;
	padding-bottom: 0;
}
.list-group.vertical-steps .list-group-item::before {
	background-color: #ece5dd;
	border-radius: 3px;
	color: #555;
	content: counter(step-counter);
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: -34px;
	text-align: center;  
	width: 25px;  
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
	display: block;
	overflow: hidden;
	padding-top: 3px;
}
.list-group.vertical-steps .list-group-item.active span,
.list-group.vertical-steps .list-group-item.active a {
	font-weight: 600;
}
/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
	background-color: #afca0b;
	color: #fff;
}
.list-group.vertical-steps .list-group-item.completed {
	border-left: 3px solid #afca0b;
}
.list-group.vertical-steps .list-group-item.completed::before {
	background-color: #afca0b;
	color: #fff;
}
.list-group.vertical-steps .list-group-item.completed:last-child {
	border-left: 3px solid transparent;
}


.membership-payment-methods > li + li {
	margin-top: 5px;
}
.membership-payment-methods > li > a {
	background-color: #f8f9fa;
	border-radius: 0.3rem;
}
.membership-payment-methods > li > a:hover,
.membership-payment-methods > li > a:active,
.membership-payment-methods > li > a:focus {
	background-color: #e2e6ea;
}


/* Base:Sign: *****************************************************************/
.action-icon-circle {
	font-size: 7.5rem;
}
.action-icon-circle .fa-stack-1x {
	font-size: 10rem;
}


/* recaptcha ******************************************************************/
@media screen {
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
	}
	.g-recaptcha {
		margin: 0 auto;
	}
}


/* search control *************************************************************/
.search-control .form-control {
	box-shadow: none;
	border: 0;
}