.main-wrap {
	width: 30%;
	padding: 0;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	margin-top: 20px;
	-webkit-box-shadow: 0 0 10px 4px #ccc;
	-moz-box-shadow: 0 0 10px 4px #ccc;
	box-shadow: 0 0 10px 4px #ccc;
}
.head-top {
	padding: 15px 0;
	position: fixed;
	border: none;
	width: 29.4%;
	clear: both;
	background: #fff;
	margin: 0 0.3%;
	z-index: 1;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 0 4px white, 0 6px 4px #999;
	-moz-box-shadow: 0 0 0 4px white, 0 6px 4px #999;
	box-shadow: 0 0 0 4px white, 0 6px 4px #999;
}
.head-top-lc {
	width: 50%;
	float: left;
}
.head-top-rc {
	width: 50%;
	float: left;
	text-align: right;
}
.sec-wrap {
	padding: 80px 0 40px 0;
	background: #fff;
}
.voucher {
	background: #f1f1f1;
	overflow: auto;
	padding: 20px 1rem;
	box-sizing: border-box;
}
.voucher-lc {
	float: left;
	width: 28%;
	font-size: 0.8rem;
	color: #333;
	padding-top: 5px;
	box-sizing: border-box;
}
.voucher-rc {
	float: left;
	width: 72%;
	box-sizing: border-box;
}
.info-fetch {
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #eee;
}
.info-fetch h1 {
	font-size: 2rem;
	font-weight: 400;
	color: #333;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	text-transform: uppercase;
}
.info-fetch h2 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #666;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 1.5rem;
}
.info-fetch h2 i {
	color: #666;
	margin-right: 5px;
}
.br-0 {
	border-radius: 0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	border: 1px solid #ccc;
	height: 46px;
}
#holder {}
.button {
	background: #3D4C53;
	margin: 0 auto;
	width: 200px;
	overflow: hidden;
	text-align: center;
	transition: .8s;
	cursor: pointer;
}
.btnTwo {
	position: relative;
	width: 200px;
	height: 100px;
	margin-top: -100px;
	padding-top: 2px;
	background: #fd8d8c;
	left: -250px;
	transition: .3s;
}
.btnText {
	color: white;
	transition: .3s;
	margin-top: 14px;
	text-transform: uppercase;
}
.btnText2 {
	margin-top: 60px;
	margin-right: -130px;
	color: #FFF;
}
.button:hover .btnTwo { /*When hovering over .button change .btnTwo*/
	left: -130px;
}
.button:hover .btnText { /*When hovering over .button change .btnText*/
	margin-left: 65px;
}
.button:active { /*Clicked and held*/
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}
.foot {
	padding: 20px 1rem;
	background: #f1f1f1;
	overflow: auto;
	color: #999;
	font-size: 0.8rem;
}
.foot-lc {
	width: 50%;
	float: left;
	text-align: left;
	color: #666;
}
.foot-rc {
	width: 50%;
	float: left;
	text-align: right;
}
/*responsive*/
@media screen and (max-width: 992px) {
	.main-wrap {
		width: 60%;
	}
	.head-top {
		width: 59.8%;
	}
}
@media screen and (max-width: 600px) {
	.main-wrap {
		width: 100%;
		border: none;
		margin-top: 0;
	}
	.head-top {
		width: 99.8%;
	}
}



#divInner {
left: 0;
position: sticky;
}
#divOuter {
width: 190px;
overflow: hidden;
margin: 0 auto;
padding-top: 5px;
padding-bottom: 15px;
}
#partitioned {
padding-left: 15px;
letter-spacing: 42px;
border: 0;
background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
background-position: bottom;
background-size: 50px 1px;
background-repeat: repeat-x;
background-position-x: 35px;
width: 220px;
min-width: 220px;
}