@charset "utf-8";
/* CSS Document */
/* 
ajax-load
đây là css cho phần azax load
*/
/*/////////////////////////////////////////// <<<< loadding >>>> //////////////////////////////////////////////*/
/* 
ajax-loadding
đây là css cho phần azax loadding
*/
.ajax-load-container {
    position: fixed;
    width: 100vw;
    height: 0;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,0%,0.5);
	overflow: auto;
	transition: all 0.5s;
	z-index: 99999;
}
.ajax-load-container2 {
    position: fixed;
    width: 100vw;
    height: 0;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,0%,0.9);
	overflow: auto;
	transition: all 0.5s;
	z-index: 999999;
}
.ajax-load-box {
    transition: all 0.5s;
	background-color: white;
	z-index: 99999;
	margin: 30px 2%;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color:transparent;
}
.ajax-load-box2 {
    transition: all 0.5s;
	background-color: white;
	z-index: 999999;
	margin: 30px 2%;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color:transparent;
}
.ajax-load-inner{
	background-color:white;
	padding:30px;
}
.ajax-load-bt {
	position: fixed;
    right: 20px;
    top: 40px;
    color: #ff000000;
    font-size: 27px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999999999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    text-shadow: 0px 0px 1px #adadad;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.ajax-load-bt:hover {

  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.ajax-load-bt:active {
  transform: scale(0.95);

}



.ajax-load-bt2 {
	position: fixed;
    right: 20px;
    top: 40px;
    color: #ff000000;
    font-size: 27px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999999999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    text-shadow: 0px 0px 1px #adadad;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}


.ajax-load-bt2:hover {

  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.ajax-load-bt2:active {
  transform: scale(0.95);

}


/* end load */
.ajax-loadding-container {
    position: fixed;
    width: 100vw;
    height: 0;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,0%,0);
    z-index: 999999;
    text-align: center;
    align-items: center;
	display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.ajax-loadding-box {
	display: inline-block;
    padding: 10px;
    background-color: transparent;
    margin: 0px auto;
    border-radius: 4px;
    transition: all 0.5s;
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
}
.ajax-loadding-box img {
    top: 20px;
    position: absolute;
    left: 20px;
	width:32px;
	height:32px;
}
.ajax-loadding-image {
    position: absolute;
    top: 20px;
    left: 20px;	
    transition: all 0.5s;
}
.ajax-loadding-image:nth-child(2){
    position: absolute;
    top: 20px;
    left: 20px;
	opacity:0;	
}
.ajax-loadding-image:nth-child(3){
    position: absolute;
    top: 20px;
    left: 20px;
	opacity:0;
}
/*//// end of loadding */
/*/////////////////////////////////////////// <<<< message >>>> //////////////////////////////////////////////*/
/*
message
đây là css cho phần azax message
*/
.message-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color:hsla(0,0%,0%,0);
	z-index: 999999999;
	display: flex;
    align-items: center;
    justify-content: center;
	height:0vh;
	transition:height 0.5s cubic-bezier(0,0.1,0.1,1);;
	overflow: hidden;
}
.message-container {
    max-width: 320px;
    width: 100%;
	margin-bottom: 40vh;
}
.message-box{
	border:1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
	background-color: white;	
}
.message-box span{
	cursor:pointer;
}
.message-box h1{
    margin: 0;
    background-color: #4a9e47;
    color: white;
    font-size: 19px;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;	
}
.yes-no-button,.ok-button{
	overflow:hidden;
	text-align: center;
	margin-bottom:20px;
	margin-top:10px;
}
.yes-no-button span:first-child{
	float:left;
	margin-left:50px;
}
.yes-no-button span:last-child{
	float:right;
	margin-right:50px;
}
.ok-button span{
	float:none;
}
/*button*/
.yes-no-button span{
	background-color:#4a9e47;
	color:white;
    box-shadow: 0px 0px 1px #ccc;
    padding: 3px 10px;
    border-radius: 2px;
    margin: 5px;
}
.ok-button span {
	background-color:#4a9e47;
	color:white;
    box-shadow: 0px 0px 1px #ccc;
    padding: 3px 10px;
    border-radius: 2px;
    margin: 5px;
	display:inline-block;
}
.message-content {
    padding: 10px;
}
.message-box h1 span:first-child{
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
}






@media screen and (max-width: 939px){  



}






@media screen and (max-width: 680px){  
.ajax-load-box {
	margin: 10px 2% 10px 2%;
}
.ajax-load-box2 {
    margin: 10px 2% 10px 2%;
}
}/*@680*/

















