@import url('/public/css/font.css');

* {
	font-family: 'Open Sans', arial;
}

textarea {
	resize: none;
}

canvas {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	font-family: 'Open Sans', arial;
}

.chart > i {
	transform: scale(1.4);
}

hr {
	border-top: 1px solid #dbe1e4;
}

.title {
	text-align: center;
	color: #666666;
	font-size: 5rem;
	font-weight: 300;
	margin-top: 60px;
}

.sub-title {
	text-align: center;
	color: #666666;
	font-size: 2rem;
	font-weight: 300;
}

.avatar {
	float: left;
	width: 65px;
}

.sub-avatar {
	float: left;
}

.name {
	font-size: 14px;
	font-weight: 300;
}

.ctrls {
	font-size: 13px;
	font-weight: 300;
	color: #666;
}

.balance-container {
	margin-top: 15px;
}

.btn-50 > .btn {
	width: 50%;
}

.btn-c {
	border-radius: 0px;
}

.lbl {
	font-size: 10px;
	font-weight: 100;
}

.balance {
	font-size: 23px;
	font-weight: 500;
	color: #666;
}

header {
	padding: 27px 0px;
}

header.account {
	background: rgba(0,0,0,.02);
	margin-bottom: 30px;
}

.form-control {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

label {
	color: #666;
}

.gray-block {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.nav-header > li > a {
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	color: #a1a7aa;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px 5px;
}

.nav-header > li > a:hover,
.nav-header > li > a:active,
.nav-header > li > a:active:hover,
.nav-header > li > a:focus:hover {
	color: #1481e2;
	background: transparent;
}

.nav-header > li.spec > a {
	background-color: #1480e2;
	color: #ffffff;
	border-radius: 3px;
}

.nav-header > li.spec > a:hover,
.nav-header > li.spec > a:active,
.nav-header > li.spec > a:active:hover,
.nav-header > li.spec > a:focus:hover {
	background-color: #1480e2;
	color: #ffffff;
}

.nav-accbar {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #dbe1e4;
	margin-bottom: 10px;
}

.nav-accbar > li:first-child > a {
	padding-left: 0px;
}

.nav-accbar > li:last-child > a {
	padding-right: 0px;
}

h1,h2,h3,h4,h4,h6 {
	font-weight: 300;
	color: #666;
}

.nav-accbar > li > a {
	color: #666;
	background: transparent;
}

.nav-accbar > li > a:hover {
	color: #1480e2;
	background: transparent;
}

.left-block {
	border-left: 1px solid #dbe1e4;
}

@media all and (max-width: 991px) {
	.left-block {
		border-left: 0px solid #dbe1e4;
	}
}

.logo {
	display: block;
	float: left;
	width: 165px;
	height: 25px;
	background: url('/public/img/logo.png');
	background-size: cover;
}

.btn-blue {
	background: #1481e2;
	text-transform: uppercase;
	color: #fff;
	transition: background .3s;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue:active:hover,
.btn-blue:active:focus,
.btn-blue:active:focus:hover,
.btn-blue:focus:hover {
	background: #196FBB;
	color: #fff;
}

.btn-dang {
	background: #E2BC1B;
	text-transform: uppercase;
	color: #fff;
	transition: background .3s;
}

.btn-dang:hover,
.btn-dang:active,
.btn-dang:focus,
.btn-dang:active:hover,
.btn-dang:active:focus,
.btn-dang:active:focus:hover,
.btn-dang:focus:hover {
	background: #C4A318;
	color: #fff;
}

.btn-green {
	background: #62c08b;
	text-transform: uppercase;
	color: #fff;
	transition: background .3s;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green:active:hover,
.btn-green:active:focus,
.btn-green:active:focus:hover,
.btn-green:focus:hover {
	background: #229955;
	color: #fff;
}

.btn-file {
	position: relative;
}

.btn-file input {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

ul.index-list {
	list-style: none;
}

ul.index-list > li {
	width: 50%;
	float: left;
}

@media all and (max-width: 767px) {
	ul.index-list > li {
		width: 100%;
		float: left;
	}
}

ul.index-list > li > i {
	border: 1px solid #ebebeb;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: center;
	color: #a2afbc;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.index-list > li > b {
	font-weight: 600;
	color: #555;
}
ul.index-list > li > p {
	margin-left: 100px;
	font-weight: 400;
	color: #818488;
	padding-right: 20px;
}

.social-link {
	border-left: 1px solid #888;
	padding-left: 9px;
	color: #000;
	font-size: 20px;
}

@media all and (max-width: 768px) {
	.social-link {
		border: 0px;
	}
}

.social-link:hover,
.social-link:active,
.social-link:focus,
.social-link:active:hover,
.social-link:focus:hover {
	color: #000;
}

ul.footer-menu {
	list-style: none;
	margin-top: 6px;
}

ul.footer-menu > li {
	float: left;
	padding-right: 15px;
	vertical-align: top;
}

ul.footer-menu > li > a {
	color: #818488;
}

ul.footer-menu > li > a:hover {
	text-decoration: none;
	color: #1481e2;
}

footer {
	padding-bottom: 17px;
}

.index_anim {
	max-width: 100%;
}

.balance.blue {
	color: #487FDA;
	font-weight: 600;
}

.modal-content {
	border-radius: 3px;
}

.social-img > img {
	margin-top: -5px;
	height: 20px;
}

.bars-block {
	font-size: 18px;
	padding-right: 20px;
	padding-top: 1px;
	color: #4b7fde;
	cursor: pointer;
}

.bars-block > i {
	transform: scale(1.4);
}