

	/* ---------------------------------------------------
		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;
		font-size: 13px;
		color: black;
	}

	.m_left {
		float: left;
	}

	.m_right {
		float: right;
	}

.nav-item {
    background: linear-gradient(to bottom, #82dad7, #225b56 59%, #60d0ce);
    color: #fff;
    font-weight: bold;
}
.nav-pills .nav-item.active {
    background: linear-gradient(to bottom, #82dad7, #225b56 59%, #60d0ce);
    color: #fff;
    font-weight: bold;
}
.nav-pills .nav-link {
    border-radius: 0px;
    color: #fff;
    padding: 3px 10px;
}

	.flex {
		display: flex;
		justify-content: center;
		padding-top: 10px;
	}

	.flex-item + .flex-item {
		margin-left: 10px;
	}

.flex-item {
    background: linear-gradient(to bottom, #ffffff, #f0f3ff);
    color: #4856a7;
    border: 1px solid rgba(0,0,0,.125);
    padding: 0px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    width: 40%;
}

    .flex-item.active {
        background: linear-gradient(to bottom, #ffffff, #f0f3ff);
        color: #4856a7;
    }

.row_header {
    background: linear-gradient(to bottom, #82dad7, #225b56 59%, #60d0ce);
    color: #fff;
}

.container > .row > .col {
    padding: 1px 0px;
    border: 1px solid rgba(0,0,0,.125);
}


		.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: black;
		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 rgba(0,0,0,.125);
}

	.Accepted, .Pending {
		color: green;
        font-weight: bold;
	}

.Error {
    color: red;
    font-weight: bold;
}

	.form-control, .form-control:hover, .form-control:active, .form-control:link, .form-control:valid {
		background-color: #fff;
		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: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.125);
}

	.modal-get-offer .modal-content .modal-header {
		text-align:center;
		border: none;
	}

	.close {
		color: white;
	}

.btnsubmit, .btnsubmit:hover {
    background: linear-gradient(to bottom, #82dad7 9%, #225b56 63%, #60d0ce);
    color: #fff;
}

	.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;
	top: -8px;
	right: -12px;
	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 {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    color: black;
    border: 1px solid rgba(0,0,0,.125);
}

.fc{
	color: white;
}

.ddlbtm{
	border-bottom: 1px solid #fff;
}