a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	overflow-x: hidden;
}
img {
	border: 0px;
}
#container {
	max-width: 1550px;
	height: auto;
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	text-align: center;
	padding-top: 25px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow-x: hidden;
}
#logo {
	font-size: 47px;
	font-weight: bold;
	display: block;
}
#logoimg {
    cursor: pointer;
}
#login {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
}
#loginwrapper {
	width: 320px;
	text-align: left;
	padding-bottom: 20px;
	margin: 0 auto;
}
#username,
#password {
	width: 92%;
	font-size: 22px;
	border: 2px solid #c3c3c3;
	height: 28px;
	color: #919191;
	padding: 5px;
	padding-left: 10px;
	margin: 0px;
	border-radius: 5px;
	display: block;
}
#username:focus,
#password:focus {
	border: 2px solid #000000;
}
#loginbutton {
	width: 100px;
    background: url("../img/lockopen.png") no-repeat -9999px -9999px;
	text-align: left;
	margin-top: 20px;
	cursor: pointer;
}
#loginmessage {
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
#header {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}
#indicator {
	max-width: 90%;
	text-align: center;
    vertical-align: top;
    margin: 0 auto;
    display: inline-block;
    float: right;
}
#menu {
	text-align: center;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 13px;
    display: inline-block;
}
.menuitem {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	display: inline-block;
}
#darkmode {
    background: url("../img/light.png") no-repeat -9999px -9999px;
}
#menuedit {
	display: none;
}
#notifications {
    font-size: 18px;
    display: inline-block;
}
.notification {
	text-align: left;
	margin: 0 auto;
    padding-left: 10px;
	vertical-align: top;
	display: inline-block;
    cursor: pointer;
}
#loadingindicator {
    display: inherit;
}
#indicatorwrapper {
    display: none;
}
#indicatorbutton {
    display: none;
    cursor: pointer;
}
.indicator {
	text-align: left;
    vertical-align: top;
    margin-bottom: 10px;
	display: inline-block;
}
.indicatorsector {
    color: #ababab;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.indicatorscore {
    width: 70px;
    height: 12px;
    text-align: left;
    border: 1px solid #000000;
    display: none;
}
.scorebarbull {
    width: 0%;
    height: 12px;
    background-color: #3fe900;
    float: left;
}
.scorebarbear {
    width: 0%;
    height: 12px;
    background-color: #ff0000;
    float: left;
}
#reload,
#edit,
#darkmode,
.logout {
	cursor: pointer;
}
#overview {
    margin-bottom: 18px;
	display: block;
}
#simulationmessage {
	margin-bottom: 20px;
	display: none;
}
#newlineaddsimulation {
	display: none;
}
.indexintraday {
    width: 350px;
    height: 160px;
}
.index, .fullindex {
	width: 350px;
	height: 170px;
}
#currencies {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.currency {
	text-align: left;
	margin-right: 50px;
    vertical-align: top;
    margin-bottom: 10px;
	display: inline-block;
}
.currencypair {
    color: #c3c3c3;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.currencyrate {
	font-size: 30px;
	font-weight: bold;
}
.currencyrating {
	font-size: 15px;
	font-weight: bold;
}
#newlineaddcurrency {
	display: none;
}
#positions {
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.position {
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}
.asset {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #c3c3c3;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.assetbuyprice {
	font-size: 15px;
	color: #000000;
}
.assetstopprice {
	color: #c7c7c7;
	font-size: 15px;
}
.metal {
	width: 306px;
	height: 170px;
}
#news {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	display: none;
}
.newscategory {
	width: 650px;
	color: #c3c3c3;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	margin-top: 20px;
	display: inline-block;
}
.newsheadline {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
.chartwrapper {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	padding-top: 15px;
	vertical-align: top;
	display: inline-block;
}
.tv-lightweight-charts {
    margin: 0 auto;
    pointer-events: none;
}
.stockimg,
.stockimgterminal {
	width: 700px;
	height: 264px;
	margin-top: 10px;
	cursor: pointer;
}
.stocknews {
	width: 650px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	margin: 0 auto;
	vertical-align: top;
	display: none;
}
.fundamentalswrapper {
	width: 350px;
	margin: 0 auto;
	display: block;
}
.stockfundamentals {
	width: 240px;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	margin: 0 auto;
	margin-top: 15px;
	vertical-align: top;
	display: none;
}
.showstock {
	text-align: center;
	margin: 0 auto;
	margin-top: 35px;
	cursor: pointer;
	display: none;
}
.prices {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	vertical-align: top;
	display: inline-block;
}
.chartname {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.stockdetails {
    color: #1478c3;
    font-size: 15px;
    padding-right: 10px;
    cursor: pointer;
}
.stopprice, .stoploss {
	color: #c7c7c7;
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
}
.buyprice {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.showtechchart {
    color: #1478c3 !important;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}
.newlinetechchart {
    display: none;
}
.share {
    color: #1478c3 !important;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}
.shared {
    padding-left: 10px;
    display: none;
}
.userlistwrapper {
    padding-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.userlist {
    font-size: 15px;
    display: none;
}
.scrollasset {
    width: 18px;
    height: 25px;
    color: #c7c7c7;
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
    display: inline-block;
    cursor: pointer;
}
.growth {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
#shownews {
    margin-top: 30px;
}
#showpositionschart {
    margin-top: 32px;
    margin-bottom: 20px;
}
#positionschart {
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
}
#watchlist {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
#macro {
	margin-top: 50px;
	display: none;
}
#showportfolio {
	margin-top: 20px;
	margin-bottom: 20px;
}
#showwatchlist,
#showmarco {
	margin-bottom: 20px;
}
#portfolio {
	width: 925px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 10px;
	display: none;
}
#portfolioperformance {
	width: 860px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	display: none;
}
#portfoliodate {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pclass {
	width: 100%;
	background-color: #f3f3f3;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-left: 15px;
}
.passets {
	width: 80px;
	font-size: 15px;
	text-align: right;
	padding-left: 20px;
	display: inline-block;
}
.passetswrapper {
	cursor: pointer;
}
.passetswrapper:hover {
	background-color: #f3f3f3;
}
.showalltradeswrapper {
    cursor: pointer;
}
.showalltrades {
    font-size: 17px;
    color: #1478c3;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 0 auto;
}
.hiddentrades {
    display: none;
}
#printsaveportfolio {
	width: 100%;
	text-align: right;
}
#saveportfolio {
	margin-left: 20px;
	cursor: pointer;
}
#tiltdeviceportfolio {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: none;
}
.button {
	width: 120px;
	color: #000000;
	background-color: #e7e7e7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	border-radius: 25px;
	cursor: pointer;
}
#terminal {
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 10px;
}
#terminalinput {
	width: 50%;
	margin-bottom: 10px !important;
}
#terminalresult {
	width: 100%;
	text-align: center;
	margin: 0 auto;
    cursor: pointer;
	display: none;
}
#terminalcommands {
	width: 460px;
    color: #919191;
    font-size: 18px;
	text-align: center;
	margin: 0 auto;
}
#terminalnews {
	width: 650px;
	margin: 0 auto;
}
.editsections {
	color: #c3c3c3;
	font-size: 25px;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 15px;
	display: block;
}
#editsectionkeywords {
    margin-top: 30px;
}
input[type="text"] {
	height: 28px;
	color: #919191;
    font-size: 22px;
    border: 2px solid #c3c3c3;
	padding: 5px;
	padding-left: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
}
input[type="text"]:focus {
	border: 2px solid #000000;
}
#addkeywords {
    width: 500px !important;
    display: inline-block;
}
select,
input[type="submit"] {
	font-size: 18px;
}
.ui-datepicker .ui-datepicker-prev span {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 16px solid #c7c7c7;
	border-bottom: 8px solid transparent;
}
.ui-datepicker .ui-datepicker-next span {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 16px solid #c7c7c7;
	border-bottom: 8px solid transparent;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: none !important;
}
.label {
	display: none;
}
.delete {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9999 !important;
}
.alert {
	position: absolute;
	z-index: 9999 !important;
}
.add {
	margin-top: 15px;
	margin-bottom: 25px;
	display: none;
}
.update {
	text-align: center;
	margin-bottom: 30px;
	display: none;
}
.addticker {
	width: 200px !important;
}
.updatevalue {
	width: 85px !important;
	font-size: 16px !important;
	text-align: left !important;
	padding: 3px !important;
	padding-left: 7px !important;
	margin-right: 3px !important;
}
#updatemessage {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	display: none;
}
.newlineupdateportfolio {
	display: none;
}
.searchresults {
	margin: 0 auto;
	margin-bottom: 5px;
	display: none;
}
#policy {
	width: 40%;
	color: #c7c7c7;
	font-size: 15px;
	text-align: left;
	margin: 0 auto;
	margin-top: 40px;
}
#scrollbuttonwrapper {
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 10px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
}
.scrollbutton {
    width: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    float: right;
    z-index: 9999 !important;
}
.loading {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	display: none;
}
.loadingspinner {
	width: 14px;
	height: 14px;
	border: 7px solid #c3c3c3;
	border-top: 7px solid #5a5a5a;
	border-radius: 50%;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}
.loadingsmall {
	width: 100%;
}
.loadingspinnersmall {
	width: 10px;
	height: 10px;
	border: 5px solid #c3c3c3;
	border-top: 5px solid #5a5a5a;
	border-radius: 50%;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}
.loadinglogin {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	display: none;
}
.loadingspinnerlogin {
	width: 14px;
	height: 14px;
	border: 7px solid #c3c3c3;
	border-top: 7px solid #5a5a5a;
	border-radius: 50%;
	animation: spin 2s linear infinite;
}
#loadingnews {
    padding-top: 35px;
    padding-bottom: 25px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media only screen and (max-width: 1403px) {
    #header {
        width: 75%;
    }
}
@media only screen and (max-width: 1395px) {
	#policy {
		width: 45%;
	}
}
@media only screen and (max-width: 1390px) {
	.chartwrapper {
		width: 90%;
		text-align: center;
	}
	.newswrapper {
		margin: 0 auto;
	}
	#terminalinput {
		width: 60%;
	}
}
@media only screen and (max-width: 1253px) {
    #header {
        width: 85%;
    }
}
@media only screen and (max-width: 1200px) {
	#policy {
		width: 50%;
	}
	#terminalinput {
		width: 70%;
	}
}
@media only screen and (max-width: 1111px) {
    #header {
        width: 95%;
    }
}
@media only screen and (max-width: 1053px) {
    #header {
        width: 100%;
    }
    #menu {
        margin-top: 0px;
        margin-bottom: 10px;
        display: block;
    }
    #indicator {
        margin-bottom: 10px;
        display: block;
        float: inherit;
    }
    #indicatorbutton {
        margin-top: 10px;
    }
    #notifications {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
    }
}
@media only screen and (max-width: 1000px) {
	#policy {
		width: 55%;
	}
}
@media only screen and (max-width: 980px) {
	#portfolio,
	#portfolioperformance {
		width: 635px;
		font-size: 10px;
	}
	#printsaveportfolio {
		margin-top: 35px;
	}
	.newlineupdateportfolio {
		display: block;
	}
	.passets {
		width: 50px;
		font-size: 10px !important;
	}
	.passetTOTALGROWTH {
		font-size: 18px !important;
	}
    .showalltrades {
        font-size: 14px;
    }
	input[type="text"] {
		width: 70%;
	}
	#terminalinput {
		width: 80%;
	}
	.searchresults {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 870px) {
	#news {
		width: 90%;
	}
}
@media only screen and (max-width: 800px) {
	#policy {
		width: 60%;
	}
	#terminalinput {
		width: 85%;
	}
}
@media only screen and (max-width: 760px) {
	.newscategory,
	.stocknews {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 740px) {
	.stockimg,
    .tv-lightweight-charts {
		width: 600px;
		height: 227px;
	}
	.prices {
		width: 580px;
	}
	#newlineaddcurrency {
		display: block;
	}
}
@media only screen and (max-width: 720px) {
	#terminalnews {
		width: 600px;
	}
}
@media only screen and (max-width: 690px) {
	#portfolio,
	#showportfolio,
	#portfolioperformance {
		display: none;
	}
	#tiltdeviceportfolio {
		display: block;
	}
	#showwatchlist {
		margin-top: 40px;
	}
	#addkeywords {
	    display: block;
	}
}
@media only screen and (max-width: 670px) {
    .newscategory,
	.stocknews {
		width: 320px;
	}
	.newsheadline {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 640px) {
	.stockimg,
    .tv-lightweight-charts {
		width: 500px;
		height: 189px;
	}
	.prices {
		width: 480px;
	}
	#policy {
		width: 80%;
	}
}
@media only screen and (max-width: 620px) {
	#terminalnews {
		width: 350px;
	}
}
@media only screen and (max-width: 550px) {
    #addkeywords {
	    width: 90% !important;
	}
}
@media only screen and (max-width: 540px) {
	.stockimg,
    .tv-lightweight-charts {
		width: 400px;
		height: 151px;
	}
	.prices {
		width: 380px;
		margin-bottom: 10px;
	}
	.newlinetechchart {
        display: block;
    }
    .showtechchart {
	    margin-left: 0px;
	}
	.userlistwrapper {
        padding-left: 10px;
        display: inline-block;
    }
    #terminalcommands {
        width: 385px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 450px) {
	#newlineaddsimulation {
		display: block;
	}
}
@media only screen and (max-width: 440px) {
	.stockimg,
    .tv-lightweight-charts {
		width: 370px;
		height: 140px;
	}
}
@media only screen and (max-width: 430px) {
	.fundamentalswrapper {
		width: 270px;
	}
	.showstock {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 425px) {
    .uschart {
        margin-bottom: 10px;
    }
    #terminalcommands {
        width: 230px;
    }
}
@media only screen and (max-width: 400px) {
	.menuitem {
		padding-left: 20px;
		padding-right: 20px;
	}
	#darkmode {
		width: 25px;
		height: 25px;
	}
}
@media only screen and (max-width: 400px) {
	#terminalnews {
		width: 90%;
	}
}
@media only screen and (max-width: 390px) {
    .stockimg,
    .tv-lightweight-charts {
		width: 320px;
		height: 121px;
	}
}
@media only screen and (max-width: 380px) {
	.newscategory,
	.stocknews {
		width: 100%;
	}
	.metal {
		width: 270px;
		height: 150px;
	}
}
@media only screen and (max-width: 370px) {
    .addbutton {
        margin: 0 auto !important;
        margin-top: 15px !important;
        display: block;
    }
    .scrollbutton {
        width: 35px;
    }
}
@media only screen and (max-width: 350px) {
	#menu {
		width: 100%;
	}
    .stockimg,
    .tv-lightweight-charts {
		width: 270px;
		height: 102px;
	}
    .prices {
		width: 250px;
	}
    .indexintraday {
		width: 270px;
		height: 131px;
	}
	.index, .fullindex {
		width: 270px;
		height: 141px;
	}
    #terminalcommands {
        width: 160px;
    }
}
@media only screen and (max-width: 340px) {
    #logo {
        font-size: 40px;
    }
    #logoimg {
        width: 77px;
        height: 80px;
    }
    #loginwrapper {
		width: 280px;
	}
	#scrollbuttonwrapper {
        display: none;
    }
}
@media print {
	#container {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	#newsalerts,
	#overview,
	#currencies,
    .tradingview-widget-container,
	#positions,
	#shownews,
	#news,
	.chartwrapper,
	.prices,
    .tv-lightweight-charts,
	.fundamentalswrapper,
	.stockfundamentals,
	.loading,
	#showportfolio,
    #showalltrades,
    #showpositionschart,
    #scrollbuttonwrapper,
	#printsaveportfolio,
	#performancechart,
	#terminal,
	#showwatchlist,
	#watchlist,
	#showmacro,
	#macro,
	#simulations,
	.fullindex,
	br,
	#policy,
    #indicator,
	#menu {
		display: none;
	}
	#portfolio {
		width: 100%;
	}
	#portfolioperformance {
		width: 100%;
		margin-top: 50px;
	}
	.passets {
		width: 50px;
		font-size: 12px;
	}
	.passetTOTALGROWTH {
		font-size: 18px;
	}
	.passetBENCHMARKGROWTH {
		font-size: 12px !important;
	}
	.button {
		clear: both;
	}
}
@media only screen and (max-height: 540px) {
    #login {
        margin-top: 20px;
    }
    #loginwrapper {
        padding-bottom: 5px;
    }
}
@media only screen and (max-height: 450px) {
    #container {
        margin-bottom: 0px;
    }
}
