

	/* ---------------------------------------------------
		SIDEBAR STYLE
	----------------------------------------------------- */
	.wrapper {
		display: block;
	}

	#sidebar {
		width: 230px;
		position: fixed;
		top: 0;
		right: -230px;
		height: 100vh;
		z-index: 999;
		background: #000;
		transition: all 0.3s;
		overflow-y: scroll;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	}

	#sidebar.active {
		right: 0;
	}

	#dismiss {
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		position: absolute;
		color: #fff;
		top: 10px;
		right: 10px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	#dismiss:hover {
		color: #7386D5;
	}

	.overlay {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		z-index: 998;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
	.overlay.active {
		display: block;
		opacity: 1;
	}

	#sidebar .sidebar-header {
		padding: 10px;
		background: #000;
	}

	#sidebar ul.components {
		padding: 20px 0;
	}
	
	#sidebar ul li span {
		padding: 10px;
		font-size: 1.1em;
		display: block;
		color: #d1c57c;
	}

	#sidebar ul li span:hover {
		color: red;
	}

	.dropdown-toggle::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}

	.list-group-item{
		padding: 0.75rem 0.25rem;
		background-color: #1B1C1E;
		font-size: 13px;
		border: 1px solid #AC9A63;
	}

	.m_left {
		float: left;
	}

	.m_right {
		float: right;
	}

	.nav-item {
		background: url(../images/tab.jpg) repeat-x;
		background-size: contain;
	}
	.nav-pills .nav-item.active {
		background: url(../images/tab_active.jpg) repeat-x;
		background-size: contain;
		color: black;
		font-weight: bold;
	}
	.nav-pills .nav-link{
		border-radius: 0px;
		color: inherit;
		padding: 2px 10px;
	}

	.flex {
		display: flex;
		justify-content: center;
		padding-top: 10px;
	}

	.flex-item + .flex-item {
		margin-left: 10px;
	}

	.flex-item {
		background: url(../images/tab.jpg) repeat-x;
		background-size: contain;
		border: 1px #DFC980 solid;
		padding: 0px 30px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		cursor: pointer;
		width: 40%;
	}

	.flex-item.active {
		background: url(../images/tab_active.jpg) repeat-x;
		background-size: contain;
		color: black;
	}

	.row_header{
		background: url(../images/tab_active.jpg) repeat-x;
		background-size: contain;
		color: #000;
	}

	.container > .row > .col{
		padding: 1px 0px;
		border: 1px solid #6B6345;
	}


		.container > .row > .col + .col:not(:last-child), .container > .row > .col:first-child {
			border-right: 0;
		}

	.container > .row + .row > .col {
	  border-top: 0;
	}

	a.btnCollapse, a.btnCollapse:active, a.btnCollapse:hover {
		text-decoration: none;
		color: inherit;
		padding: 3px 10px;
		display: inline-block;
		width: 100%;
	}

	a.btnCollapse:before {
		font-family: FontAwesome;
		content: "\f068";
	}

	a.btnCollapse.collapsed:before{
		font-family: FontAwesome;
		content: "\f067";
	}

	.right{
		display:inline-block;
		float:right;
		margin:0;
	}

	.dropdown-menu {
		width: 100%;
	}

	.btn:focus{
		box-shadow:none;
	}

	a.btnCollapse2 {
		text-decoration: none;
		color: inherit;
		padding: 3px 10px;
		display: inline-block;
		width: 100%;
	}

	a.btnCollapse2:before {
		font-family: FontAwesome;
		content: "\f068";
		float: right;
	}

	a.btnCollapse2.collapsed:before{
		font-family: FontAwesome;
		content: "\f067";
		float: right;
	}

	.collapse_title{
		font-size: 10px;
	}

	hr {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  border: 0;
	  border-top: 1px solid #d1c57c;
	}

	.Accepted, .Pending {
		color: #74f76d;
	}

	.Error {
		color: #ff002b;
	}

	.form-control, .form-control:hover, .form-control:active, .form-control:link, .form-control:valid {
		background-color: #000;
		border: 0;
		border-bottom: 1px solid #2D291A;
		display: inline-block;
		color: inherit;
	}

	.scrollable-menu {
		height: auto;
		max-height: 400px;
		overflow-x: hidden;
	}

	a.btnCollapse3 {
		text-decoration: none;
		color: inherit;
		display: inline-block;
		width: 100%;
	}

	a.btnCollapse3:before {
		font-family: FontAwesome;
		content: "\f068";
		float: right;
	}

	a.btnCollapse3.collapsed:before{
		font-family: FontAwesome;
		content: "\f067";
		float: right;
	}

	.modal-get-offer .modal-content {
		background: #000;
		color:#d1c57c;
		border: 1px solid #AC9A63;
	}

	.modal-get-offer .modal-content .modal-header {
		text-align:center;
		border: none;
	}

	.close {
		color: white;
	}

	.btnsubmit {
		color: #000;
		background: url(../images/tab_active.jpg) repeat-x;
	}

	.Negative {}

.Hd9 {
}

/* Announcement */
#divAnnouncement {
	position: absolute;
	z-index: 80;
	top: 65px;
	width: 356px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #F2F3F4;
	border-radius: 12px;
}

.SwipeAnnouncement img {
	width: 100%;
	border-radius: 12px;
}

#divAnnouncement >.SwipeAnnouncement:not(:last-child) {
	padding-bottom: 5px;
}

.CloseButton {
	background-image: url(../../closebutton.png);
	background-size: contain;
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: -40px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 80;
}

.CloseButton2 {
    background-image: url(../../closebutton.png);
    background-size: contain;
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 80;
}

#divMiniBanner {
	position: fixed;
	right: 1vh;
	bottom: 12vh;
	width: 15vh;
	height: 16vh;
	z-index: 75;
}

#MB_CloseButton {
	position: absolute;
	right: 1vh;
	bottom: 12vh;
	width: 3vh;
	height: 4vh;
	display: block;
	z-index: 75;
}
		
.left {
	display: inline-block;
}

.right {
	display: inline-block;
	float: right;
}

.stakeDetail {
    background-color: #D1C57D;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    color: black;
}

.ddlbtm {
    border: 1px solid #2D291A;
}