a
{
cursor: pointer;
}

body
{
font-family: Helvetica;
}

.fullpage, .wrap
{
	display:block;
	float: left;
	width: 100%;
}

.fullpage .wrap #icontent1
{
display: block;
float: left;
width: 100%;
padding-bottom: 8vh;	
}


.hidden_block
{
display: block;
float: left;
visibility:hidden;	
}

button, input[type=button], input[type=reset], input[type=submit]
{
	width: auto;
}
/* NOTIFICATION
***********************/
.notification
{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2000;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	min-width: 250px;
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
	border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
}

.notification_success img
{
	width: 36px;
}

.scan_success
{
background-color: blue;
color: #fff;
font-size: 2em;
}


.scan_error
{
background-color: red;
color: #fff;
font-size: 2em;
}


/* NOFICATION MODAL
************************/

.notification_message
{
font-size: 14px;
}


/* CHAM CONG
************************/
#camera
{
display: none;
}

.camera_loading
{
	/* height: calc(100vh - 180px);
	background-color: #ededed;
	*/
	color: #333;
}


.camera_loading .centered {
  text-align: center;
}

.camera_loading .spinner_loading, .spinner_finishing {
  display: block;
  padding: 50px;
  text-align: center;
}

.camera_loading .loading-text {
width: 150px;
position: absolute;
top: calc(50% - 105px);
left: calc(50% - 85px);
text-align: center;
}

.camera_loading .spinner_loading:before {
  content: "";
  height: 150px;
  width: 150px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: calc(50% - 155px);
  left: calc(50% - 65px);
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation .7s infinite linear;
}


.camera_loading .spinner_finishing:before {
	content: "";
	height: 150px;
	width: 150px;
	margin: -15px auto auto -15px;
	position: absolute;
	top: calc(50% - 155px);
	left: calc(50% - 65px);
	border: 8px solid #2180c0;
	border-radius: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}



.tf-navigation-bar li a i
{
	font-size: 20px;
}

.wallet-card-item img
{
	width: 36px;
}

.box-service img
{
	width: 24px;
}





/* Style the tab */
.tabs {
display:block;
float: left;
width: 100%;
border-bottom: 1px solid #ccc;

}

/* Style the buttons that are used to open the tab content */
.tabs a {
display: inline-block;
background-color: inherit;
border: none;
outline: none;
padding: 10px;
transition: 0.1s;
font-size: 14px;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tabs a.active {
  background-color: #fff;
  color: #006adc;
  border-bottom: 3px solid #006adc;
  margin-bottom: -2px;
}

/* Style the tab content */
.tabcontent {
display: block;
float: left;
width: 100%;
margin-top:20px;
}


.tab_loading_icon
{
display: block;
float: left;
width: 100%;
text-align: center; 
padding-top:20px; 
min-height:200px;
background-color:#fff
}

.loading_icon
{
width: 32px;
}



.tf-navigation-bar li a .scan_button
{
	font-size: 20px; border: 1px solid #333; border-radius: 50%; padding:10px; background-color: #000; color:#fff;
}

.right_fixed_section
{
    display: block;
	position: fixed;
    right: 10px;
    top: 10px;
}

.right_fixed_section a
{
    display: block;
	float: left;
    right: 5px;
    padding:5px;
    top: 5px;
    color: #333;
    border: 1px solid #333;
	text-align: center;
}

.right_fixed_section a:not(:first-child)
{
	margin-left: 5px
}

.right_fixed_section button
{
    display: block;
	float: left;
    padding: 5px 10px;
    color: #333;
	text-align: center;
	border:0
}


.tong_donhang_scan
{
	font-size: 15px;
}

.qr_page
{
	display:block;
	float: left;
	width: 100%;
	text-align:center;
}

.qr_page img
{
	width: 180px;
}

.icon_thoigian_giaohang
{
	width: 32px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

/*********** LABEL **************/
.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

/********** LOADING PAGE ************/
.page_loading_wrap {
    display: none;
    width: 100%;
	height: 100%;
    background: rgb(235 235 235 / 50%);
    position: fixed;
    text-align: center;
    z-index: 999999;
}

.page_loading {
    display: block;
    width: 100%;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 999999;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #0575e6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0575e6 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*********** DANH SACH DON HANG *************/
.donhang_quan
{
	border-top:5px solid #f3f3f3;
	padding-top: 10px;
}

.tenkhachhang
{
    color: #006adc;
}

.donhang_quan .group-trading-history .tf-trading-history
{
	margin-bottom:0;
	border-top: 1px solid #ccc;
	padding:10px 0;
}


/*********** PHIEN GIAO HANG *************/


.phien_ngay
{
	border-top:5px solid #f3f3f3;	
	padding-top:5px;
}

.phien_ngay .group-trading-history .tf-trading-history
{
	margin-bottom:0;
	border-top: 1px solid #ccc;
	padding:10px 0;
}

.phien_ngay .thoigian
{
	display: inline;
	border-radius: 20px;
	padding: 5px;
	background-color:#333;
	color:#fff;
	 font-size: 10px;
}


.danhsach_donhang_trongphien .group-trading-history .tf-trading-history {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.app-section
{
	border-top:5px solid #f3f3f3;
}

.donhang_trong_phien .chitiet
{
	padding: 5px 0;
}

.donhang_trong_phien .chitiet:not(:first-child)
{
	border-top: 1px solid #eee;
	margin-bottom: 0;
}


.donhang_trong_phien
{
display: block;
float: left;
width: 100%;
max-height: calc(80vh - 130px);
overflow: auto;
}

.tf-statusbar .action-right  .fa
{
	font-size: 20px;
	padding-right:20px;
}


.tab_2col a
{
	width: 49%;
	text-align: center;
	padding: 10px 0;
}

.tab_3col a
{
	width: 32%;
	text-align: center;
	padding: 10px 0;
}

.tab_4col a
{
	width: 24%;
	text-align: center;
	padding: 10px 0;
}


.padding_1button
{
	padding-bottom: 7vh;
}
/*********** LICH SU NOP TIEN ************/
.noptien_ngay
{
	border-top:5px solid #f3f3f3;	
	padding-top:5px;
}

.noptien_ngay .group-trading-history .tf-trading-history
{
	margin-bottom:0;
	border-top: 1px solid #ccc;
	padding:10px 0;
}

.noptien_ngay .thoigian
{
	display: inline;
	border-radius: 20px;
	padding: 5px;
	background-color:#333;
	color:#fff;
	 font-size: 10px;
}


/************* Tao thanh toan **************/
.tao_thanhtoan_donhang img
{
	width: 32px;
}

.wrap-total .total-item
{
padding: 0;
padding: 3px;
text-align:center;
}

.wrap-total .total-item .content p {
font-size: 11px;
line-height: 15px;
height: 30px;
}

.wrap-total .total-item .fw_6
{
	font-size: 12px;
}

.tf-container, .fixed-container 
{
	max-width: 500px;
}
	

@media (max-width: 920px) {
{
	.tf-container, .fixed-container 
	{
		width: 100%;
	}
	
}