
body{
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;	
}

ul.navbar-nav{
	background:#fff;
}
ul.navbar-nav li a{
	padding:10px 15px !important;
}
.dropdown-menu{
	font-size:14px;
}

.main-page-header{
	padding:6em 3em;
	color:#fff;
}
.bg-gradient{
	background-color: #0061f2;
    background-image: linear-gradient(135deg, #0061f2 0%, rgba(0, 199, 190, 0.8) 100%);
}
.page-header-subtitle{
	font-size:14px;
    margin-top: 0.25rem;
	color:rgba(255, 255, 255, 0.5);
}
.user_login_img{
	background:#fff;
	margin:-3em auto 0;
	padding:6px;
	border-radius:50%;
	width:30%;
	height:30%;
	max-width:165px;
	box-shadow:0 3px 5px rgba(0,0,0,.15);
}
.user_login_img img{
	max-width:100%;
}
.login_box{
	margin:auto;
	margin-top:-3em;
	margin-bottom:3em;
	max-width:450px;
}
.login_box input.form-control{
	border:none;
	background:#e8f1f5;
}
.login_box input#_submit{
	width:100%;
	background:#006fc7;
	border:none;
	padding:10px;
	margin-bottom:6px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	transition:all ease .3s;
}
.login_box input#_submit:hover{
	background:#00c7be;
}
.foot_box{
	word-break:break-word;
}
/*** ResetPassword.php *****/
.resetpassword_box{
	margin:auto;
	margin-top:-3em;
	margin-bottom:3em;
	max-width:450px;
}
.resetpassword_box input#_submit{
	width:100%;
	background:#006fc7;
	border:none;
	padding:10px;
	margin-bottom:6px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	transition:all ease .3s;
}
.resetpassword_box input#_submit:hover{
	background:#00c7be;
}
/*** Tac.php *****/
.whiteBox{
	margin:auto;
	margin-top:-3em;
	margin-bottom:3em;
	max-width:450px;	
}
.whiteBox input#_submit{
	width:100%;
	background:#006fc7;
	border:none;
	padding:10px;
	margin-bottom:6px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	transition:all ease .3s;
}
.whiteBox input#_submit:hover{
	background:#00c7be;
}
/*** default *****/
.container-fluid  .card-header{
	color:#0061f2;
	font-weight:500;
	font-size:14pt;
}
.card-view-more input[type='button']{
	font-size:12px;
	border:none;
	padding:5px 15px;
	border-radius:15px;
}
.show_search{
	background:#efefef;
	border-radius:6px;
	padding:10px 20px;
	color:#000;
	transition:all ease .3s;
}
.show_search:hover{
	background:#ccc;
	text-decoration:none;
}
ul.tab_custom li a.nav-link{
	color:#ea6227;
}
ul.tab_custom li a.nav-link.active{
	background-color:#005082;
	color:#fff;
}
/*** market/summary ***/
.view-window {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.screen {
	position: relative;
	width: 100vw;
	height:auto;
	border: 0;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #212121;
	color: #fafafa;
	overflow: hidden;
}

svg {
	display: block;
	width: 100%;
    height: 100%;
}

canvas{
	background:#212121;
	width: 100% !important;
	max-height: 100% !important;
}