.btn_login_facebook, .btn_login_google {
	border: 10px;
	box-sizing: border-box;
	display: inline-block;
	font-family: Roboto, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	font-size: inherit;
	font-weight: inherit;
	position: relative;
	height: 41px;
	line-height: 41px;
	width: 100%;
	border-radius: 2px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.btn_login_facebook {
	background-color: rgb(59, 89, 151);
}
.btn_login_google {
	background-color: rgb(219, 72, 54);
}
.btn_login_google:hover, .btn_login_facebook:hover {
	color: #fff;
	opacity: 0.8;
}
.amount {
	color: #ff6501;
	padding-left: 5px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.tabs-container {
		margin-top: 15px;
	}
}
/*****************PAGE TOOL PRODUCT***********************/
.box_form_tool {
	padding: 0 10%;
	text-align: center;
}
.box_form_tool h2 {
	font-weight: bold;
	margin-bottom: 15px;
}
#note {
	padding: 0 10%;
	margin-top: 15px;
}
.add-link-result {
	margin-top: 15px;
	margin-bottom: 50px;
}
.copy-it {
	cursor: pointer;
}

@media (max-width: 767px) {
	.box_form_tool, #note {
		padding: 0;
	}
	#uploadModel .modal-footer {
		justify-content: flex-start;
	}
	.inmodal .modal-header {
		padding: 10px 15px;
	}
	.inmodal .modal-title {
		font-size: 20px;
	}
}


/*****************PAGE TOOL PRODUCT***********************/


/*********************MENU LEFT***********************/
.menu-left {
	background-color: #fff;
}
.profiles {
	text-align: center;
	padding: 15px 0;
}
.profiles .image{
	overflow: hidden;
	margin-bottom: 10px;
}
.profiles .image img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.profiles p {
	padding-bottom: 0;
}
.profiles .text-sd {
	font-size: 12px;
	color: #333333;
	font-weight: 300;
	padding-bottom: 0;
}
.profiles h6 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	color: #3765db;
}
.profiles .amount_user {
	font-size: 20px;
	color: #ff6501;
}

.menu ul {
	padding-left: 0;
	list-style: none;
}
.menu ul li a i {
	font-size: 18px;
	height: 30px;
	text-align: center;
	width: 50px;
	margin: auto;
	line-height: 30px;
	color: #999;
}
.menu li a {
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #4a4a4a;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.menu li.active a, .menu li:hover a {
	color: #000;
	text-decoration: none;
	background: #ececec;
	border-radius: 2px;
}
.account_summary-balance {
	padding: 0 15px;
	margin-bottom: 15px;
}
.account_summary-balance .balance_entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .3rem 0;
}
.account_summary-balance .balance_entry-value {
	color: #ff6501;
}
.account_summary-balance .btn-tertiary {
	background-color: #ff6501;
	color: #fff;
}
/*********************MENU LEFT***********************/

/***********************ORDERS***************************/
.detail_order:hover{
	background-color: #fff;
}
.detail_order thead tr th {
	font-weight: normal;
}
.table_orders {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.box-search .cols {
		margin-bottom: 10px;
	}

}
/**************************ORDERS************************/


/*******************Invitation*******************************/
.box_intro {
	padding: 20px;
}
.thumbnails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
}
.thumbnails .thumbnails_item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.referPage_guide .thumbnails_img {
	min-height: 4rem;
	margin-bottom: .3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.referPage_guide .thumbnails_img img {
	-ms-flex-preferred-size: 80px;
	flex-basis: 80px;
	height: auto;
	width: 0;
}
.referPage_form .btn-w-same {
	width: 150px;
}

/*******************Invitation*******************************/
