@import url('https://fonts.googleapis.com/css?family=Kanit');

body {font-family: 'Kanit', sans-serif; color: #ffffff; background-color: #000000}

img {max-width: 100%;}

.fl {float: left;}
.fr {float: right;}

.tal {text-align: left;}
.tar {text-align: right;}

.dib {display: inline-block;}

.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}

.mb10 {margin-bottom: 10px;}
.mb20, .marb20 {margin-bottom: 20px;}

.wa {width: auto!important}
.w30 {width: 30%}

a {color: #ffd691}
a:hover {color: #ffffff}
a, a:focus, a:hover {text-decoration: none;}

h2 {
	font-weight:bold; font-size: 28px; text-transform: uppercase;
	/*background: -webkit-linear-gradient(#83817f, #ffffff, #555555, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color:#ffd691;
	text-align: center;
	margin-bottom: 25px;
}

h2 span { display: inline-block; position: relative;  }
h2 span:before, h2 span:after { content: ""; position: absolute; height: 5px; border-top: 1px solid #c8b492; top: 14px; width: 600px;}
h2 span:before { right: 100%; margin-right: 15px;}
h2 span:after { left: 100%; margin-left: 15px;}

.container {position: relative;}
.btns1 {background-color: #2e2f2e; border: 1px solid #ffd691; border-radius: 0px; padding: 0px 20px; line-height: 30px; text-transform: uppercase; color: #ffffff}
	.btns1:hover {background-color: #ffd691; color: #ffffff}
.btns2 {background-color: #ffd691;}

.form-control { background-color: #474864; color: #ffffff; border-radius: 0px; border: 0px; }
.form-control.error {border: 1px solid #ff0000}
label {font-weight: normal;}
label.error {color: #ff0000; font-size: 12px;}

.modal-content { border: 1px solid #ffd691; background: #000000;}
.modal-header {border-bottom: 1px solid #ffd691;}
.modal-footer {border-top: 1px solid #ffd691;}

#top {
	height: 100px;
	background: #937951;
}
	#top .container {padding: 20px 0px}

	#logo {}
		#logo img {max-height: 80px; max-width: 100%}

	#topr {margin-top: 10px;}
		.topp1 {float: right; width: 20%}
			.loginbtn {
				font-size: 20px; text-transform: uppercase; color: #ffffff; line-height: 40px; display: block; text-align: center; text-shadow: 1px 1px 1px #000000; border:1px solid #d8b893; box-shadow: 2px 2px 10px -3px #000000;
				font-weight: bold;
				background: #b98952;
				background: -moz-linear-gradient(top,  #b98952 0%, #312209 100%);
				background: -webkit-linear-gradient(top,  #b98952 0%,#312209 100%);
				background: linear-gradient(to bottom,  #b98952 0%,#312209 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98952', endColorstr='#312209',GradientType=0 );
			}
			.loginbtn:hover {background:#b98952;}
			.registerbtn {
				font-size: 20px; text-transform: uppercase; color: #000000; line-height: 40px; display: block; text-align: center; text-shadow: 1px 1px 1px #ffffff; border:1px solid #f8f5bf; box-shadow: 2px 2px 10px -3px #000000;
				font-weight: bold;
				background: #ffea88;
				background: -moz-linear-gradient(top,  #ffea88 0%, #b98952 100%);
				background: -webkit-linear-gradient(top,  #ffea88 0%,#b98952 100%);
				background: linear-gradient(to bottom,  #ffea88 0%,#b98952 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea88', endColorstr='#b98952',GradientType=0 );
			}
			.registerbtn:hover {background: #ffea88; color: #000000}
		.topp2 {float: right; width: 20%; margin-right: 2%}
			.topp2 .input-group {width: 20%;}
			.topp2 .input-group img {margin-top: 5px}
			.topp2 .dib {height: 30px; vertical-align: top;  margin-left: 5px;}
			.topp2 a {color: #ffffff}
			.topp2b a:hover {color: #ffd691}
		.topp3 {float: right; width: 50%; text-align: right; margin-right: 15px;}

#menu {background-color: #312209; /*border-top: 1px solid #645407; border-bottom: 1px solid #645407*/}

	.t-menu {font-size: 14px; line-height: 14px; padding-left: 5px;}

	.navbar {margin-bottom: 0px; margin-top: 0px; font-size: 16px; min-height: 0px; text-transform: uppercase;}
		.navbar-toggle {
			float: left;
			background: #ffd691;
		}
		.navbar-collapse {box-shadow: 0px 0px 0px}
		.navbar-toggle .icon-bar {background-color: #ffffff}

		.navbar-nav > li > a {color: #ffffff}
		.navbar-nav > li.active > a {color: #84fffe}

		.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: transparent;}

		.navbar-nav .ns {background-position: top 8px center; background-repeat: no-repeat; padding:15px 10px;}
			/*.navbar-nav .ns.home {background-image: url(../img/icon/home.png)}
			.navbar-nav .ns.sportsbook {background-image: url(../img/icon/sportsbook.png)}
			.navbar-nav .ns.slots {background-image: url(../img/icon/slots.png)}
			.navbar-nav .ns.casino {background-image: url(../img/icon/casino.png)}
			.navbar-nav .ns.scr {background-image: url(../img/icon/scr.png)}
			.navbar-nav .ns.others {background-image: url(../img/icon/dice.png)}
			.navbar-nav .ns.promotions {background-image: url(../img/icon/promotions.png)}
			.navbar-nav .ns.mobile {background-image: url(../img/icon/mobile.png)}
			.navbar-nav .ns.contact {background-image: url(../img/icon/human.png)}*/

			.navbar-nav .ns.active, .navbar-nav .ns:hover {background-color: #472f08}

#annoucement { padding: 15px 0px; font-size: 20px;}
	#annoucement .container {background-color: #312209; border: 1px solid #ffd691}
	.a-icon {width: 3%; float: left; padding:8px 0px;}
		.a-icon .fa {color: #ffd691}
	.a-text {width: 97%; float: left; font-size: 14px; padding-top: 8px;}

#banner {}
	#banner img {width: 100%;}

#jackpot { background:url(../img/home/jackpot-bg.png) no-repeat top center;}
	.j-img {background:url(../img/home/jackpot-title.png) no-repeat center center; height: 110px;}
	.j-text { padding: 18px 0px 0px; font-size: 60px }

#step {}
	.stepbox {text-align: center; text-transform: uppercase; font-weight: bold;}
		.stepbox a {}
		.stepbox img {}
		.stepbox p {margin: 4px 0px 0px; color: #e1c781; font-size: 30px; font-weight: bold; font-style: italic;}

#products {padding: 20px 0px 30px}
	.hpbox {text-align: center; text-transform: uppercase; padding: 0px 5px 30px;}
		.hpbox img {width: 100%}
		/*.hpbox a {
			display: block; margin-top: 20px; font-size: 20px; color: #000000; text-shadow: 1px 1px 1px #ffffff; padding: 12px 0px;
			background: #000000;
			background: -moz-linear-gradient(top,  #83817f 0%,#ffffff 50%, #aaaaaa 70%, #ffffff 90%);
			background: -webkit-linear-gradient(top,  #83817f 0%,#ffffff 50%, #aaaaaa 70%, #ffffff 90%);
			background: linear-gradient(to bottom,  #83817f 0%,#ffffff 50%, #aaaaaa 70%, #ffffff 90%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#080a34',GradientType=0 );
		}*/
		.hpbox a:hover {opacity: 0.7}

		.hpbox span {color: #ffffff; font-size: 28px; font-weight: bold; background-color: rgba(124,80,7,0.7); padding: 10px 0px; border-top: 1px solid #ffdfa9; border-bottom: 1px solid #ffdfa9; display: block; margin-top: -85px; position: relative; z-index: 9}

#footer {background-color: #a88f58; text-transform: uppercase; font-size: 14px; padding: 12px 0px; display: block; text-align: center;}
	#footer a {color: #ffffff}
	#footer a:hover {color: #111111}
	#content #footer .container, #content #copyright .container {padding: 0px}

	#copyright {text-align: center; padding: 15px 0px}

#seo {color: #757575; font-size: 12px; padding: 20px 0px}
	#seo h1 {font-size: 14px;}

.closeBtt {color: #000000;}
.CommonBtt {background-color: #ffd691; color: #000000;}

#content {background:url(../img/bg.jpg) no-repeat top center /cover;}
	#content .container {/*background: rgba(0,0,0,0.6);*/ padding-left: 40px; padding-right: 40px; padding-bottom: 30px; overflow: hidden;}

	.gamerow .col {margin-bottom: 30px;}
	.gamerow .col img {width: 100%}
	.gamerow h2 {text-align: center;}

	.gamebox {border: 1px solid #f8c03e; margin: 10px 0px}
	.gamebox img {width: 100%; max-height: 198px}
	.gamebox .gtittle {padding: 5px 0px}

	.gamebox:hover {border-color: #ffffff}

.cm { display: block; width:80%; padding: 0; margin-left: 20%; border: 1px solid #ffd691;}
.contentblock { display: block; padding:15px 0;}
.contentblock.hidden { display: none; }
.contentblock img {width: 100%}
.contentblock a {padding: 8px 0px; display: block;}

.sidemenu { margin: 0; padding: 0; width: 20%; float: left; border-top: 1px solid #ffd691;}
.sidemenu li { display: block; text-align: center; border: 1px solid #ffd691; border-top:none;font-size: 17px; font-weight:600;}
.sidemenu li a { display: block; text-align:center; color: #fff; text-decoration: none; height:35px; padding-top:4px;}
.sidemenu li a:hover { color:#fff; background:#4d0707;}
.sidemenu li a strong { display: block; }
.sidemenu li a.open { background:#ffd691; width:101%; color: #111111 }

.panel ul { padding-left:20px;}
.panel-body {background-color: #333333}
.panel-default {border:1px solid #fac15e;}
.panel-default>.panel-heading { background:#000; border-bottom:1px solid #000}
.panel-collapse > .panel-body { border-top: 1px solid #ff0000;}
.panel-title {color:#FFF;}

select {color: #111111}

.mobLine {border-top: 1px solid #ffd691; padding-top: 20px; margin-top: 15px;}

.tab-content > .tab-pane {
  	padding: 1.6rem;
  	overflow-y: auto;
  	border: 1px solid #ffd691;
	background:rgpa (0,0,0,0.6);
}
.nav-tabs{
	float:left;
}
.nav-tabs li{
	float:none;
}
.nav-tabs > li{
	margin-bottom: -1px;
	border-top: 1px solid #ffd691;
	border-left: 1px solid #ffd691;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  	color:#ffffff;
  	cursor: default;
	border: 1px solid transparent;
  	background:rgba(0,0,0,0.8);
  	border-bottom: 1px solid #ffd691;
  	z-index: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {margin-right:-1px; color: #ffd691}
.nav-tabs{
	border-bottom: 1px solid #ffd691;
}
.nav > li > a{
	color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
  	text-decoration: none;
  	color:#ffdda4;
}
.table2 {
  	border-spacing: 0;
  	border-collapse: collapse;
  	border-bottom: 1px solid #ffd691;
  	border-left: 1px solid #ffd691;
 	border-right: 1px solid #ffd691;
	background:rgba(0,0,0,0.5)
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ffd691;
  font-weight: 400;
}
.tr1 { background:rgba(0,0,0,0.8);}
.thead1 {border-top: 1px solid #ffd691}
.nav-tabs > li > a:hover {border: 1px solid transparent;}

.btn-af-page {
	margin-bottom: 10px;
}
.btn-af-page button, .btn-af-page button:focus, .btn-af-page button:hover {
	border: 1px solid #4d4d4e;
	font-size: 18px;
	color: #111111;
	text-align: center;
	width: 100%;
	background: #ffea88;
}
.btn-af-page .dropdown-menu {
	background: rgb(78,80,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(78,80,81,1) 0%, rgba(24,24,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(78,80,81,1) 0%, rgba(24,24,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(78,80,81,1) 0%, rgba(24,24,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5051', endColorstr='#181818', GradientType=0 ); /* IE6-9 */
	text-align: center;
	border: 1px solid #4d4d4e;
	width: 100%;
}
.btn-af-page button .caret {
	right: 4%;
	top: 45%;
	position: absolute;
}
.btn-af-page .dropdown-menu li a {
	color: #FFFFFF;
	font-size: 15px;
}
.btn-af-page .dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background: #003471;
	color: #FFFFFF;
}

.csbox {background-color: rgba(124,80,7,0.7); padding: 10px 0px; border: 1px solid #ffdfa9;}
	.csbox h4 {color: #dbc48b; text-transform: uppercase; font-size: 32px; font-weight: bold; margin: 0px}
	.csbox p {font-size: 14px;}
	.csbox .col-xs-8 {padding: 0px 10px 0px 0px}

/*** WALLET ***/
.blbbox {position: relative; margin-top: 3px; margin-left: 3px; display: inline-block;}
	.blbboxtop {padding: 3px 10px; display: inline-block; background-color: #2e2f2e; border: 1px solid #ffe000; cursor: pointer;}
		.blbboxtop span {font-size: 14px; padding-left: 2px;}

	.blbbox.active .blbboxtop {background-color: #ffe000; color: #333333}

	.blbboxin {background-color: #900000; position: absolute; z-index: 99; right: 0px; min-width: 180px; display: none; border:1px solid #ffe000; text-align: right;}
		.blbboxin:before {display: block; width: 0px; height: 0px; position: absolute; top: -6px; right: 11px; border-right: 6px solid transparent; border-left: 6px solid transparent; border-bottom: 6px solid #900000; content: ""}
		.blbboxin .bbl {padding: 2px 8px; border-bottom: 1px solid #dd2323; position: relative;}
		.blbboxin .bbl p {float: left; margin:0px; font-size: 12px;}
		.blbboxin .bbl span {padding: 0px 5px; font-size: 12px;}
		.blbboxin .bbl a {color: #ffe000}
			.blbboxin .bbl a:hover {color: #ffffff}

		.blbboxin .bbllast {padding: 3px 8px; background-color: #ffe000; text-align: center;}
			.blbboxin .bbllast a {color: #333333}
			.blbboxin .bbllast.no {background-color: #dddddd}

	.bbloverlap {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); background-image: url(../img/preloader.svg); background-repeat: no-repeat; background-position: center; background-size: auto 40px}

	.blbbox.active .blbboxin {display: block;}

	/*.blbbox:hover .blbboxin {display: block;}*/
/*** END WALLET ***/
.floatD {position: fixed; z-index: 99; right: 10px; top: 0px;}
	.floatD .b {display: block; margin-top: 10px}
	.floatD .c {text-align: center; text-transform: uppercase; cursor: pointer; margin-top: 5px;}

.registerContainer {width: 50%; background-color: #000000;}

#Join .form-control, .registerContainer .form-control {text-shadow: 1px 1px 1px #000000; background-color: #474864;}

@media only screen and (max-width: 1200px) {

	#top {height: auto; text-align: center;}

	.navbar-nav .ns {padding-left: 16px; padding-right: 16px}
	.j-text {text-align: center;}

}

@media only screen and (max-width: 768px) {

	.topp1 {width: 48%}
	.topp2, .topp3 {width: 50%}
	.topp2 { margin-bottom: 10px;}

	.navbar-nav .ns {background-position: top 8px left 8px; padding-top: 0px; line-height: 46px; background-size: auto 30px; padding-bottom: 0px; /*padding-left: 60px;*/ margin-bottom: 3px;}

	.stepbox {margin: 15px 0px;}
	.stepbox p {color: #ffffff; text-shadow: 0px 0px 0px transparent}

	#footer {text-align: center;}
	#footer .copyright {text-align: center; margin-top: 10px;}

	.sidemenu {width: 30%}
	.cm {width: 70%; margin-left: 30%;}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

	.topp1, .topp2, .topp3 {width: 100%}
	.topp1 {margin-bottom: 10px;}
	.topp2 {margin-right: 0px; margin-bottom: 10px;}
	.topp2 .input-group {width: 100%; margin-bottom: 3px;}
	.topp2 .dib {height: auto; margin-left: 0px;}
	.topp3 {text-align: center;}

	.registerbtn {font-size: 16px; line-height: 40px;}

	#jackpot {background-size: auto 90px}
	.j-img {background-size: auto 80%; height: 90px;}
	.j-text {font-size: 40px; padding-top: 10px;}

	.sidemenu li a.open, .sidemenu {width: 100%}
	.cm {width: 100%; margin-left: 0%; clear: both;}


	.registerContainer {width: 100%; background-color: #000000;}

}

.acon table th, .acon table td {
	text-align: center;
	border: 1px solid white ;
}

/* Hot Matches */
.matches{max-width:28rem;margin:16px auto;padding:0 11px;position:absolute;right:7%;top:10%;z-index:2}.matches__top{background:linear-gradient(-207deg,#171342 50%,#105a72);position:relative;border-top-left-radius:15px;border-top-right-radius:15px}.matches__top-title{font-size:15px;text-transform:uppercase;padding:4px;text-align:center;font-weight:700;margin-bottom:-1px}.matches__top-title strong{color:#1da0cb}.matches__top-close{position:absolute;top:5px;right:5px;cursor:pointer}.matches__top-close:active{opacity:.2}.matches__top-close i{font-size:19px;color:#1da0cb}.matches__title{position:absolute;top:33px;left:24px;z-index:999}.matches__pagination{background:#301d6e;margin:0;padding:15px;position:relative}.matches__detail{background-image:url(../img/football.png);background-color:#fff;background-repeat:no-repeat;background-position:center -35px;background-size:65%;border:1px solid #dedede;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.matches__detail-versus{display:flex;justify-content:center;align-items:flex-end;padding:24px 6px 12px}.matches__detail-versus .club-detail{display:flex;flex-direction:column;align-items:center;flex:1;padding:0 8px}.matches__detail-versus .club-detail__logo img{width:48px;height:48px}.matches__detail-versus .club-detail__versus{margin-bottom:16px;position:relative;padding:12px 12px 16px}.matches__detail-versus .club-detail__versus span{background-color:#000;width:30px;height:30px;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:700}.matches__detail-versus .club-detail__versus::before{transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;content:"";width:1px;height:70px;display:block;background-color:#0a0a0a;z-index:0}.matches__detail-versus .club-detail__name{color:#292b2c;font-size:10px;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.matches__detail-versus .club-detail__score{background-color:#000;padding:5px 7px;border-radius:4px;font-size:10px;width:93%;margin:auto;display:flex;justify-content:space-between}.matches__detail-versus .club-detail__score-title{text-transform:uppercase}.matches__detail-versus .club-detail__score-point{color:#1da0cb;font-weight:700}.matches__detail-footer{background-color:#e8e8e8;padding:8px 15px;display:flex;justify-content:space-between;border-bottom-right-radius:15px;border-bottom-left-radius:15px}.matches__detail-footer .detail-time{color:#000;font-size:14px;font-weight:700}.matches__detail-footer .button-cta{background-color:#1da0cb;color:#000;padding:8px 24px;font-weight:700;font-size:14px}.matches .swiper-container{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.matches .swiper-button-next,.matches .swiper-button-prev{color:#fff;top:15px}.matches .swiper-button-next::after,.matches .swiper-button-prev::after{font-size:12px}.matches .swiper-button-next:focus,.matches .swiper-button-prev:focus{outline:0}.matches .swiper-button-next{right:0px}.matches .swiper-button-prev{left:auto;right:58px}.matches .swiper-pagination-fraction{top:6px;width:unset!important;right:23px;font-size:12px;left:unset!important}
.matches__detail-versus .club-detail__score.center {display: inline-block; text-align: center;}
.matches__top {background: #000000}
.matches__top-title strong {color: #ff0000}
/*.matches__top-close {background-color: #ffffff; border-radius: 50%}*/
.matches__top-close i, .matches__detail-versus .club-detail__score-point {color: #ffffff}
.matches__pagination {background-color: #051A23; color: #ffffff}
.matches__detail-footer .button-cta {background-color: #051A23; color: #ffffff}

.f-banner {position: fixed; left: 10px; bottom: 110px;}
.f-banner-close {color: #ffffff; background-color: #000000; position: absolute; top: -29px; right: 0px; width: 30px; height: 30px; text-align: center; line-height: 30px; border: 1px solid #6d4a06; font-weight: bold;}
.f-banner-close:hover {background-color: #6d4a06}

.topp3 {
	width: 30%;
}
/* Special Mission */
.openmis, .openmis-mob, .sw-a {display: none}
.miswrap, .mlwrap {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.miswrap.active, .mlwrap.active {visibility: visible; opacity: 1}

.miswrap {position: fixed; width: 100%; height: 100%; z-index: 9990; visibility: hidden; opacity: 0}
.miswrap .overlay {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.7);}
.miswrap .misbox {max-width: 800px; width: 90%; position: absolute; z-index: 2; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.miswrap .misbox .mishead {background-color: #937951; position: relative;}
.miswrap .misbox .mishead h2 {color: #ffffff; padding: 10px 15px; font-size: 24px; font-weight: bold; margin:0px;text-align: left;}
.miswrap .misbox .mishead .mistol {position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 12px; font-weight: bold; color: #ffffff; background-color: #222222; padding:3px 10px; border-radius: 5px;}
.miswrap .misbox .mishead .misclose {color: #222222; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.miswrap .misbox .mishead .misclose:hover {opacity: 0.8}

.miswrap .misbox .misbody {background-color: #000000; border: 1px solid #937951; max-height: 450px; overflow-y: auto;}
.miswrap .misbox .misbody .mislist {line-height: normal; padding: 15px; border-bottom: 1px solid #937951; font-size: 0px;}
.miswrap .misbox .misbody .mislist h3 {margin:0px; font-size: 18px; font-weight: bold; color: #ffffff; padding-bottom: 5px;}
.miswrap .misbox .misbody .mislist .desc {font-size: 14px;}

.miswrap .misbox .misbody .mislist .l {width: 75%; padding-right: 10px; display: inline-block;}
.miswrap .misbox .misbody .mislist .r {width: 25%; padding-left: 10px; display: inline-block; text-align: right; vertical-align: top; border-left: 1px solid #ffffff;}
.miswrap .misbox .misbody .mislist .r span {color: #ffffff; font-size: 14px; display: block;}
.miswrap .misbox .misbody .mislist .r a {color: #ffffff; text-transform: uppercase; font-size: 14px; background-color: #555555; border: 1px solid #888888; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 5px}
.miswrap .misbox .misbody .mislist .r a.btn-continue {color:#ffffff; background-color: #5cb85c; border-color: #5cb85c}
.miswrap .misbox .misbody .mislist .r a:hover {border-color: #937951; background-color: #937951; text-decoration: none; color: #ffffff}

.miswrap .misbox .misbody .mislist .r span.btn-void {color: #555555; text-transform: uppercase; font-size: 14px; background-color: #111111; border: 1px solid #222222; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 5px}
.miswrap .misbox .misbody .mislist .r span.btn-done {color: #ffffff; text-transform: uppercase; font-size: 14px; background-color: #937951; border: 1px solid #937951; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 5px}

.miswrap .misbox .misbody .mislist.done {background-color: #222222;}
.miswrap .misbox .misbody .mislist.done .r a {border-color: #937951; background-color: #937951; text-decoration: none; color: #ffffff; cursor: default;}

.mlwrap {position: fixed; width: 100%; height: 100%; z-index: 9991; visibility: hidden; opacity: 0}
.mlwrap .overlay {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.7);}
.mlwrap .mlbox {max-width: 500px; width: 90%; position: absolute; z-index: 2; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.mlwrap .mlbox .mlhead {background-color: #937951; position: relative;}
.mlwrap .mlbox .mlhead h2 {color: #ffffff; padding: 10px 15px; font-size: 20px; font-weight: bold; margin:0px;}
.mlwrap .mlbox .mlhead .mlclose {color: #222222; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.mlwrap .mlbox .mlhead .mlclose:hover {opacity: 0.8}

.mlwrap .mlbox .mlbody {background-color: #000000; border: 1px solid #937951; padding: 15px;}
.mlwrap .mlbox .mlbody input {width: 100%; color: #222222; padding: 3px 10px}
.mlwrap .mlbox .mlbody input::placeholder {color: #555555}
.mlwrap .mlbox .mlbody .subbtn {color: #aaaaaa; text-transform: uppercase; font-size: 14px; background-color: #222222; border: 1px solid #555555; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 10px;}
.mlwrap .mlbox .mlbody .subbtn:hover {border-color: #937951; background-color: #937951; text-decoration: none; color: #ffffff}

.mlwrap .mlbox .mlbody .error {font-size: 12px; text-align: center; display: block; padding: 3px 0px; color: #ff0000; font-weight: bold;}

.input-group.eye {position: relative;}
.input-group.eye input {padding-right: 27px;}
.input-group.eye > .fa {position: absolute;top: 50%;transform: translateY(-50%);right: 0;cursor: pointer;z-index: 2;padding: 7px;}