.spinner {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.spinner-2 {
  height: 30px;
  text-align: center;
  font-size: 4px;
}

.spinner-2 > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner-2 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-2 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner-2 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-2 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

#show-data tr td.center-pos{
		text-align: center !important;
	}
	.paging{
		margin-top: 3px;
	}
	.paging span{
		margin: 0px 5px;		
	}

	.paging span.btn-prev,.paging span.btn-next{
		border: 1px solid #ccc;
		padding: 3px 10px;
	}
	.paging span.btn-prev:hover,.paging span.btn-next:hover{
		cursor: pointer;
		background: #ccc;
		color: #fff;
	}
	
.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:12px;
    padding:10px 10px 10px 36px;
    margin:10px;
    width: 90%;
    float: left;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
    background:#ffecec url('images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
.win-infor{
	font-size: 12px;
}

.win-infor tr td:not(:first-child){
	color: #f00;
	padding-left: 10px;
	font-weight: bold;
}
.win-infor tr td{
	max-width: 200px;
}
.win-infor tr td:first-child{
	font-weight: bold;
}
.select-car-2{
	background: #7494D8;
}
.mauxanh td{
	background: #C3FB5A;
}
.mauvang td{
	background: #E8F963;
}
.maudo td{
	background: #F69D9D;
}