/*

memberarea.css
Styles that are relevant to the member area of the site

*/
/*
Decrease the width of the accordion
Increase the width of the content
*/
body.member-area-template.sidebar-content aside.sidebar-primary {
	width:235px;
}

body.member-area-template.sidebar-content main.content {
	padding:0;
	width:815px;
}

body.member-area-template.sidebar-content .site-inner {
	padding:30px;
}

#menu-member-area-menu li {
	background:#386899;
}

#menu-member-area-menu a {
	color:#fff;
}

/*
Tabs
*/
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float:left;
	padding:5px 10px;
	text-decoration:none;
}

.ui-tabs {
	position:relative;
	padding:0;
}

.ui-widget-content {
	border:none;
	background:none;
	color:#222;
}

.ui-widget-content article br:first-child {
	display:none;
}

.ui-widget-content,.ui-widget-content * {
	border-radius:0;
}

.ui-tabs .ui-tabs-panel {
	display:block;
	border:1px solid #3c6898;
	padding:10px!important;
	background:none;
}

.ui-widget-header {
	border:none;
	background:#3c6898;
	color:#222;
	font-weight:700;
}

.ui-tabs .ui-tabs-nav {
	margin:0;
	padding:1px 0 0 1px;
}

.ui-tabs .ui-tabs-nav li {
	list-style:none;
	float:left;
	position:relative;
	top:0;
	margin:0 1px 0 0;
	border-bottom-width:0;
	white-space:nowrap;
}

/*
The look of the active tab
*/
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
	border:none;
	background:rgba(255,255,255,0.1);
	font-weight:400;
	outline:none!important;
}

/*
The look of the link text in the tabs that can be activated
*/
.ui-widget-header .ui-state-default a {
	color:rgba(255,255,255,0.8)!important;
	cursor:pointer;
	-webkit-transition:none;
}

/*
The look of the active tab
*/
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
	border:none;
	background:#fff;
	font-weight:400;
	color:#212121;
	outline:none!important;
}

/*
The look of the link text in the currently active tab
*/
.ui-widget-header .ui-state-active a {
	color:#000!important;
	cursor:default!important;
}

.ui-widget-header .ui-state-active a:focus {
	outline:none;
}

/*
Table Styles
*/

table {
	border-radius: 5px 5px 0 0;
	font-size: 14px;
}
table tr {
	background:#dde6f0;
	border-bottom:#036 solid 1px;
	-webkit-transition:all .5s;
}

table > thead > tr:first-child {
	background:#036;
	color:#fff;
}

table tr th {
	color:#fff;
	background:#036;
	padding: 5px 0 5px 0;
}

table tr:nth-child(2n) {
	background:#b1cae0;
}

table td {
	padding:5px;
	border-collapse: collapse;
	border-right:1px solid #036;
}
table td:last-child {
	border-right: none;

}
table.cleanTable,table.cleanTable > * > tr {
	background:none;
	padding:none;
	border-bottom:none;
}

table.cleanTable > * > * > td {
	padding:0 15px 0 0;
	border-right:none;
}
	/* Cell Colors */
	.redCell,.blueCell span {
		background: #d71c1c;
		color: #fff;
	}
	.blueCell,.blueCell span {
		background:#1c77d7;
		color:#fff;
	}

	.greenCell,.greenCell span {
		background:#1cd751;
		color:#fff;
	}

	.normalCell,.normalCell span {
		background:none;
		color:#333;
	}

.vedit tr,.vedit th {
	background: none !important;
	color:#000;

}


.timingTable {
	border: 1px solid #000;
}/*
.timingTable tr {
	border-bottom:1px solid #fff;
}
.timingTable tr td {
	border-right: 1px solid #fff;
	background: #fff;
}
.timingTable tr:nth-child(even) td {
	background: #fff;
}
.timingTable tr td:nth-child(even) {
	background: rgba(250, 250, 250, 1);
}

.timingTable tr:nth-child(odd) td {
	background: #eee;
}*/
#embed-footer, .tradingview-button, .chart-actions-float { display:none !important; }