@import url("poll.css");
@import url("list.css");
@import url("tags.css");
@import url("news.css");
@import url("objectmenu.css");
body {
	font: normal 10pt Arial, Helvetica, sans-serif;
	background-color: white;
	color: #b0b5c2;
	text-align: left;
	margin: 0;
	padding: 0;
	scroll: no;
}
a, a:visited {
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}
img {
	border: 0;
	padding: 0;
}
nav img {
	border: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: 5px;
}
h2 {
	margin: 20px 0 0px 25px;
	font-size: 1.4em;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
.page {
}
/* ---------------------------------------------- */
.page .headermenu {
	position: fixed;
	right: 10px;
	top: 0px;
	color: #ccc;
	z-index: 10;
	font-size: 1.0em;
}
.page .headermenu img {
	border-radius: 5px;
	padding: 2px 0 0 0;
	height: 26px;
}
.page .headermenu a {
	color: #ccc;
	text-decoration: none;
}
/* ---------------------------------------------- */
.page .tabmenu-out {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 8;
	height: 73px;
	color: #FFF;
	background-image: url(/images/base/top_header.png);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
.page .tabmenu-inner {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	background-color: #1585c4;
}
.page .tabmenu-inner a {
	text-decoration: none;
	padding: 10px;
	color: #FFF;
}
.links .selected {
	border-bottom: 5px solid #0b557e;
}
/* ---------------------------------------------- */
.page .main {
	padding: 10px 10px;
	border: 0;
	margin: 0;
	font-size: 1.2em;
}
.page .content-out {
	padding: 12px 12px 12px 12px;
}
.algo-info-panel {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}
.algo-info-panel .info-card {
	flex: 1;
	min-width: 220px;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 14px 16px;
}
.algo-info-panel .info-card .info-title {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 14px;
}
.algo-info-panel .info-card .info-title i {
	margin-right: 6px;
	opacity: 0.7;
}
.algo-info-panel .info-card .info-line {
	font-size: 13px;
	line-height: 1.6;
}
.algo-info-panel .info-card .info-line b {
	display: inline-block;
	min-width: 60px;
}
/* ---------------------------------------------- */
.page .footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #ccc;
	color: #333;
}
.page .footer p {
	padding: 0px;
	margin: 0px;
}
/* ---------------------------------------------- */
.main-left-box {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}
.main-left-title {
	border-left: solid;
	border-left-width: 5px;
	border-left-color: #084567;
	padding: 8px;
	background-color: rgba(21, 133, 196, 0.1);
	font-weight: bold;
	color: #000;
	alignment-baseline: }
	.main-left-inner {
	padding: 5px;
}
.main-left-inner ul {
	padding: 0px;
	margin: 5px 0 0 0;
}
.main-left-inner li {
	padding: 5px;
	list-style: none;
	font-size: 1.0em;
}
.main-text-input {
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}
.main-submit-button {
	width: 80px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}
/* ---------------------------------------------- */
.red {
	color: red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
/* Appearance */
.links {
	z-index: 10;
	background-color: #1585c4;
	background-image: linear-gradient(to bottom, #0003, transparent);
	border-bottom: 1px solid #0003;
	box-shadow: 0 0 32px #0003;
	font-size: 1.2em;
	font-weight: 300;
}
.links > a {
	/*text-transform: uppercase;*/
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}
.links > a:hover {
	background: #ffffff06;
	color: #adf;
}
.links > a:hover.nohover {
	background-color: #1585c4;
	background-image: linear-gradient(to bottom, #0003, transparent);
	color: #adf;
}
.links > .line {
	background: #68a;
	height: 1px;
	pointer-events: none;
}
/* The Magic */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.links {
	z-index: 10;
	display: grid;
	grid-template-columns: repeat(var(--items), 1fr);
	position: relative;
}
.links > .line {
	background-color: #084567;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	bottom: 0;
	height: 5px;
	left: var(--left, calc(100% / var(--items) * (var(--index) - 1)) );
	width: var(--width, calc(100% / var(--items)));
	--index: 0;
}
.links > a:hover ~
.line {
	opacity: 1;
}
.links > a:nth-of-type(1):hover ~
.line {
	--index: 1;
}
.links > a:nth-of-type(2):hover ~
.line {
	--index: 2;
}
.links > a:nth-of-type(3):hover ~
.line {
	--index: 3;
}
.links > a:nth-of-type(4):hover ~
.line {
	--index: 4;
}
.links > a:nth-of-type(5):hover ~
.line {
	--index: 5;
}
.links > a:nth-of-type(6):hover ~
.line {
	--index: 6;
}
.links > a:nth-of-type(7):hover ~
.line {
	--index: 7;
}
.links > a:nth-of-type(8):hover ~
.line {
	--index: 8;
}
.links > a:nth-of-type(9):hover ~
.line {
	--index: 9;
}
.links > a:nth-of-type(10):hover ~
.line {
	--index: 10;
}
.links > a:nth-of-type(11):hover ~
.line {
	--index: 11;
}
.links > a:nth-of-type(12):hover ~
.line {
	--index: 12;
}
.links > a:nth-of-type(13):hover ~
.line {
	--index: 13;
}
.links > a:nth-of-type(14):hover ~
.line {
	--index: 14;
}
.links > a:last-of-type:hover ~
.line {
	--index: var(--items);
}

/**************************************************/
/*          NAVBAR             */
/************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo {
	padding: 15px;
	color: #fff;
}
.navbar-mainbg {
	background-color: #1585c4;
	padding: 0px;
}
#navbarSupportedContent {
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul {
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i {
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 20px 20px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
}
#navbarSupportedContent > ul > li.active > a {
	color: #5161ce;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active > a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector {
	display: inline-block;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #f5f5f5;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right, .hori-selector .left {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #f5f5f5;
	bottom: 10px;
}
.hori-selector .right {
	right: -25px;
}
.hori-selector .left {
	left: -25px;
}
.hori-selector .right:before, .hori-selector .left:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1585c4;
}
.hori-selector .right:before {
	bottom: 0;
	right: -25px;
}
.hori-selector .left:before {
	bottom: 0;
	left: -25px;
}

@media (max-width: 991px) {
	.scroll-x {
		  overflow-x: auto;
  			white-space: nowrap;
	}
	
.alert-info:not(.alert-outline) {
	display: none!important;
}
	h5 {
		font-size: 9px !important;
	}
	.blocksImg {
		width: 15px;
		height: auto;
		margin-top: 5px;
		margin-left: 5px;
	}
	#navbarSupportedContent ul li a {
		padding: 12px 30px;
	}
	.hori-selector {
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left, .hori-selector .right {
		right: 10px;
	}
	.hori-selector .left {
		top: -25px;
		left: auto;
	}
	.hori-selector .right {
		bottom: -25px;
	}
	.hori-selector .left:before {
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before {
		bottom: -25px;
		left: -25px;
	}
}

/*********END NAVBAR**************/
@media all and (min-width: 992px) {/* screen size until 1200px */
	.blocksImg {
		width: 30px;
		height: auto;
		margin-top: 5px;
		margin-left: 5px;
	}
}

@media all and (max-width: 1920px) {/* screen size until 1200px */

	.text-responsive {
		font-size: 1em; /* 1.5x default size */
	}
	.page .content-inner {
		padding-top: 10px;
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media all and (max-width: 1000px) {/* screen size until 1000px */
	.text-responsive {
		font-size: 1em; /* 1.2x default size */
	}
	.minpadding {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	.page .content-inner {
		padding-top: 10px;
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media all and (max-width: 500px) {/* screen size until 500px */
	.text-responsive {
		font-size: 0.8em; /* 0.8x default size */
	}
	.minpadding {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	.page .content-inner {
		padding-top: 10px;
		padding-left: 1%;
		padding-right: 1%;
	}
}

#home-users {
	display: none;
	position: absolute;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	background-color: aqua;
	transform: translate(-50%,-50%);
}
#hover-users:hover + #home-users {
	display: block;
}

.open-button {
	background-color: #555;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 35px;
	right: 28px;
	width: 100px;
}

/* The popup chat - hidden by default */
.chat-popup {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
}

/* Add styles to the form container */
.form-container {
	max-width: 370px;
	padding: 10px;
	background-color: white;
}

/* Full-width textarea */
.form-container #chatLog {
	width: 100%;
	height:350px;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	resize: none;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* When the textarea gets focus, do something */
.form-container #chatLog:focus {
	background-color: #ddd;
	outline: none;
}

.form-container input {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	resize: none;
}

.form-container input:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
	background-color: #4CAF50;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}

.chart {
	width: 100%;
	color: #999999;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
 .jqplot-yaxis {
 	left: -5px!important;
 }

.homeCoins {
	cursor:pointer;
}
