/** pop wating home **/
.pop-wating-open{
  position: fixed;
  text-align: center;
  z-index: 99999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px;
  width:700px;
}
.pop-wating-open .wating-open-content{
}
.pop-wating-open .wating-open-close img {
	position: absolute;
    top: -7px;
    right:23px;
	width: 42px;
}
/** payment **/
.payment-items--item.active .payment-items--item-wrapper {
	background: #ececec
}

.payment-items--item-wrapper>span {
	display: block;
	width: 100%
}

.payment-items--item-price {
	background: #39b54a;
	color: #fff;
	font-weight: 700;
	padding: 4px 0;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.payment-items--item-value {
	color:#010101;
	font-weight: 700
}

.payment-items--item-unit {
	width: 30px;
	height: 30px;
	background: url('../images/package-default.png') no-repeat center center
}
.mui-col-md-3{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.payment-items--item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px -10px;
    border: 1px solid #dedede;
    border-radius: 8px;
    height: 113px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.card-info{
	color:black;
}

.popup-ds--button button {
    background: #FF9800;
    border-radius: 2px;
    padding: 4px 6px;
    cursor: pointer;
    color: #fff;
    margin: 8px 0;
}
/** end payment **/
@media screen and (max-width: 1400px){
	.pop-wating-open{
		width:700px;
	}
}
@media screen and (max-width:1200px){
	.pop-wating-open{
		width:700px;
	}
}
@media (min-width: 992px){
	.mui-col-lg-3 {
		width: 30%;
	}
	.mui-col-lg-1, .mui-col-lg-10, .mui-col-lg-11, .mui-col-lg-12, .mui-col-lg-2, .mui-col-lg-3, .mui-col-lg-4, .mui-col-lg-5, .mui-col-lg-6, .mui-col-lg-7, .mui-col-lg-8, .mui-col-lg-9 {
		float: left;
	}
}
/** end pop wating home**/
@media screen and (max-width: 767px) {
	.pop-wating-open {
		width: 430px;
	}
	
	.card-thongtin table, .box-card-content
	{
		color:white;
	}
}


.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	position: relative;
	padding: 10px 40px;
  margin: 0px 10px 10px 0px;
  float: left;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;	
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.red
{
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.green
{
	background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}

.yellow
{
	background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}

.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}

@media screen and (max-width: 427px){
	.box-card-content .card-top ul .card-napxu, .box-card-content .card-top ul .card-doixu
	{
		padding: 15px 14px;
	}
	.box-card-content .card-top-tab .card-loaithe ul li {
		margin-top:5px;
		max-width: 23%;
	}
	.tab-loaithe{
		color:white;
	}
	.tab-loaithe table tr th{
		color:white
	}
	.tigianap table tr td{
		color:white
	}
	#f-nc-doixu table tr td{
		color:#ffffff;
		font-weight:bold;
	}
	.action-button {
		position: relative;
		padding: 6px 40px;
		margin: 0px 10px 20px 0px;
		float: left;
		border-radius: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFF;
		text-decoration: none;
	}
	
	.payment-items--item-value {
		color: #ffffff;
		font-weight: 700;
	}
	
	.card-info{
		color:#ffffff;
	}
}