body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #f2f2f2;
	color: #000;
	/* font-family: "Source Sans Pro", sans-serif; */
	font-size: 1rem;
	line-height: 1.5;
}


/**
 * Tabs Container
 */
.tabs-wrapper{
	width: 275px;
    position: fixed;
    right: 0;
top: 60px;}
.tabs-container {
	padding: 0rem;
width: 100%;float: left;}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
width: 100%;float: left;}

/**
 * Tabs
 */
.tabs-wrapper .tabs {
	display: flex;
width: 100%;float: left;}

.tabs-wrapper .tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 40px;
float: left;margin-top: -20px;}

.tabs-wrapper .tabs > ul li {
	display: block;
	margin: 0.2em 0;
	position: relative;
	}

.tabs-wrapper .tabs > ul li:not(:last-child) {
	border-bottom: 1px solid #262626;
}

.tabs-wrapper .tabs > ul li a,
.tabs-wrapper .tabs > ul li a:visited {
	display: flex;
	border-bottom: none;
	text-decoration: none;
	background-color: #02326e;
	color: #fff;
	padding: 0.6rem 0.6rem;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
}

.tabs-wrapper .tabs > ul li a:hover,
.tabs-wrapper .tabs > ul li a:focus,
.tabs-wrapper .tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs-wrapper .tabs > ul li a.active {
	background-color: #30549e;
	color: #fff;
}

.tabs-wrapper .tabs > ul li a:hover:not(.active) {
	color: #8fc8f6;
	background: #0a2b71;
}
.right-sidebar-nav ul li a i{
	font-size: 1.2rem;
width: auto;}
.tabs-wrapper .tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs-wrapper .tabs > ul li a > span.tab-label {
	display: none;
}

.tabs-wrapper .tabs section {
	width: calc(100% - 42px);
	float: left;
	background-color: #313a4c;
	background-color: #30549e;
	padding: 0rem;
	display: none;
	word-wrap: break-word;
	border-bottom: 1px solid #02326e;
	box-shadow: -15px 0 15px -15px #2c3e50;
	height: 100%;
	position: absolute;
	left: 42px;
	top: -60px;
	height: calc(100vh - 91px);
	}

.tabs-wrapper .tabs section > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.2s, transform 0.2s;
}

.tabs-wrapper .tabs section > *:nth-child(1) {
	transition-delay: 0.2s;
}

.tabs-wrapper .tabs section > *:nth-child(2) {
	transition-delay: 0.3s;
}

.tabs-wrapper .tabs section > *:nth-child(3) {
	transition-delay: 0.4s;
}

.tabs-wrapper .tabs section > *:nth-child(4) {
	transition-delay: 0.5s;
}

.tabs-wrapper .tabs section > *:nth-child(5) {
	transition-delay: 0.6s;
}

.tabs-wrapper .tabs section > *:nth-child(6) {
	transition-delay: 0.7s;
}

.tabs-wrapper .tabs section > *:nth-child(7) {
	transition-delay: 0.8s;
}

.tabs-wrapper .tabs section > *:nth-child(8) {
	transition-delay: 0.9s;
}

.tabs-wrapper .tabs section > *:nth-child(9) {
	transition-delay: 1s;
}

.tabs-wrapper .tabs section > *:nth-child(10) {
	transition-delay: 1.1s;
}

.tabs-wrapper .tabs section > *:nth-child(11) {
	transition-delay: 1.2s;
}

.tabs-wrapper .tabs section > *:nth-child(12) {
	transition-delay: 1.3s;
}

.tabs-wrapper .tabs section > *:nth-child(13) {
	transition-delay: 1.4s;
}

.tabs-wrapper .tabs section > *:nth-child(14) {
	transition-delay: 1.5s;
}

.tabs-wrapper .tabs section > *:nth-child(15) {
	transition-delay: 1.6s;
}

.tabs-wrapper .tabs section > *:nth-child(16) {
	transition-delay: 1.7s;
}

.tabs-wrapper .tabs section > *:nth-child(17) {
	transition-delay: 1.8s;
}

.tabs-wrapper .tabs section > *:nth-child(18) {
	transition-delay: 1.9s;
}

.tabs-wrapper .tabs section > *:nth-child(19) {
	transition-delay: 2s;
}

.tabs-wrapper .tabs section > *:nth-child(20) {
	transition-delay: 2.1s;
}

.tabs-wrapper .tabs section.active {
	display: block;
}

.tabs-wrapper .tabs section.active-content > * {
	opacity: 1;
	transform: translateY(0);
/* background-color: #fff; */
}

#right_sidebar_btn .on, #right_sidebar_btn.open_state .off {
    display: block;
font-size: 1.0rem;}
.right-sidebar-nav{
	top: 51px;
background: transparent;box-shadow: none;width: 275px;}
#right_sidebar_btn{
	right: 0px;
    top: 5px;transform: translatex(0px);
    z-index: 3;
background: none !important;box-shadow: none;
/* width: 230px; *//* text-align: right; *//* padding: 0px 15px 0px 0px; */}
.right-sidebar-nav.open_nav{
	transform: translatex(350px);
	overflow: hidden;
}
.right_div_main_card{
	
width: 100%;float: left;}

.listingInfo {
    padding-top: 42px;
    max-height: calc(100vh - 90px) !important;
}

.tabs-wrapper .sidebarmenu1{
	max-height: calc(100vh - 75px);
}
.tabs-wrapper .sidebarmenu1 .test_dropdown .dropdown a{
	border-bottom: 0.12em solid #013b40;
	/*  box-shadow: inset 0 0 1px #1e2636; */
}
.tabs-wrapper .fa.fa-angle-right, .tabs-wrapper .fa.fa-angle-double-right {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    font-size: 1rem;
    line-height: 24px;
    color: #fff;
}
.tabs-wrapper #legend {
    width: 100%;
    float: left;
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
}