.tableInfo {
	width: 7.01%;
	padding: 10px 0 0 0;
	float: left;
	border-left: 1px solid #111;
	border-bottom: 1px solid #111;
	color: #fff;
}

.tableInfo:last-child {
	border-right: 1px solid #111;
}

.tableInfo p {
	font-size: 15px;
}

.tableInfo .tableInfoNumbers {
	text-align: center;	
}
.tableInfo .tableInfoNumbers p {
	display: block;
	margin: 0;
}

.tableBackGreen {
	background: #bdeaa1;	
}

.tableBackBlue {
	background: #afd5ff;	
}

.tableBackPurple {
	background: #d1aaff;	
}


.flirtBluePanel .amcharts-export-menu li a, 
.flirtBluePanel .amcharts-export-menu li.active > a {
	color: #000;
}

.pie-chart-breakdown {
	border-top: 1px solid rgba(100,100,100,.4);
	margin-top: -20px;
	padding-top: 10px;
}

.chart-breakdown {
	border-top: 1px solid rgba(100,100,100,.4);
	margin-top: 10px;
	padding-top: 10px;
}

.pie-chart-breakdown > div,
.chart-breakdown > div {
	display: inline-block;
	float: left;
	padding: 3px;
	width: 33%;
	box-sizing: border-box;
	font-size: 10px;
	color: #fff;
}

.chart-breakdown > div {
	width: auto;
}

.pie-chart-breakdown span,
.chart-breakdown span {
	display: inline-block;
	float: left;
	padding: 3px;
	margin: 2px;
}

.pie-chart-breakdown span.color-block,
.chart-breakdown span.color-block{
	height: 20px;
	width: 20px;
}

.no-swatch {
	opacity: .5;
}




/* Stats Index */
.calc-element {
	margin: 4px 0px 4px 0px;
}

.calc-element label {
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(150,150,150,.5);
	background-color: rgba(150,150,150,.2);
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}

.calc-element input {
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(150,150,150,.5);
	border-left: 0;
	width:66.6%;
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	font-weight: bold;
	background-color: #eee;
}


.calc-element input:focus {
	background-color: transparent;
}

.calc-element input:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.calc-form {
	width: 100%;
	max-width: 420px;
	display: inline-block;
}

.power-bar {
	display: inline-block;
	width: 75%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(50,50,50,.8);
	border-radius: 10px;
	border: 1px solid rgba(250,250,250,.2);
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	position: relative;
	overflow: hidden;
}

.power-bar .bar {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3cb878;
}

.power-bar span {
	position: relative;
	z-index: 2;
}

.to-do {
	text-align: left;
	color: #b642b3;
	font-size: 13px;
	height: 120px;
}

.to-do > div {
	padding: 14px 0px 4px 30px;
}


.panel-footer-link {
    padding: 16px 0 16px 0;
    background-color: transparent;
    border-top: 1px solid rgba(150,150,150,.2);
	text-align: center;
}

.mid-row-height {
	height: 410px;
}

.mid-row-height-taller {
	height: 490px;
}

.stats-table {
	width: 100%;
}

.stats-table td,
.stats-table th {
	padding: 6px;
	font-weight: 400;
}

.stats-table th {
	opacity: .8;
}

.stats-table tr:nth-child(even) {
	background-color: rgba(5,168,233,.03);
}

#rankings_list_2 {
	height: 350px;
}

.box-set {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 200px;
}

.box-set > div {
	background-color: rgba(5,168,233,.2);
	flex: 1;
	text-align: center;
	margin: 2px;
	position: relative;
	box-sizing: border-box;
}

.box-set h1 {
	font-size: calc(20px + .5vw);
	font-weight: 400;
	color: #222;
	margin: 70px 0px 0px 0px;
	
}

.box-set.half-circle-design-single h1,
.box-set.half-circle-design-single span,
.box-set.half-circle-design h1,
.box-set.half-circle-design span {
	color: #fff;
}


.box-set span {
	font-size: 15px;
	font-weight: 400;
	color: #222;
	display: block;
	margin: 0px 0px 10px 0px;
}

.half-circle-design i {
	display: block;
	position: absolute;
	left:50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
    height: 50px; 
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-bottom: 0;
    box-sizing: border-box;
}

.reg-design {
	height: 320px;
}

.reg-design i {
	font-size: calc(18px + 3vw);
	margin-top: 27%;
}

.reg-design h3 {
	font-size: calc(15px + 1vw);
    color: #fff;
    margin: 0;
}

.box-set.half-circle-design h1 {
	font-size: calc(20px + .6vw);
	color: #fff;
}

.box-set.half-circle-design span,
.box-set.reg-design span {
	color: #fff;	
	font-size: calc(14px + .2vw);
}

.box-set.half-circle-design > div,
.box-set.reg-design > div {
	color: #fff;
}

.box-set.half-circle-design > .green,
.box-set.reg-design > .green {
	border-top: 14px solid #99ee00;
	background-color: #b1f23b;
}

.box-set.half-circle-design > .blue,
.box-set.reg-design > .blue {
	border-top: 14px solid #00c1ff;
	background-color: #3bcfff;
}

.box-set.half-circle-design > .orange,
.box-set.reg-design > .orange {
	border-top: 14px solid #ffa036;
	background-color: #ffb665;
}

.box-set.half-circle-design > .purple,
.box-set.reg-design > .purple {
	border-top: 14px solid #c5009d;
	background-color: #d23bb4;
}

.half-circle-design-single > .green,
.half-circle-design-single > .green {
	border-top: 14px solid #3ac12e;
	background-color: #43d337;
	color: #fff;
}

.half-circle-design-single { 
	height: 190px;
}

.half-circle-design-single i {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    margin-top: -70px;
    width: 170px;
    height: 80px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border: 3px solid rgba(255,255,255,.3);
    border-bottom: 0;
    box-sizing: border-box;
}

.table>thead.tbl-less-padding>tr>th,
table.dataTable thead.tbl-less-padding>tr>th.sorting_asc, 
table.dataTable thead.tbl-less-padding>tr>th.sorting_desc, 
table.dataTable thead.tbl-less-padding>tr>th.sorting, 
table.dataTable thead.tbl-less-padding>tr>td.sorting_asc, 
table.dataTable thead.tbl-less-padding>tr>td.sorting_desc, 
table.dataTable thead.tbl-less-padding>tr>td.sorting {
	padding-left: 3px;
	padding-right: 3px;
}

.panel-heading-btns a.tool-tip {
	text-transform: none;
	font-size: calc(11px + .1vw);
	font-weight: normal;
	margin-top: 10px;
    display: inline-block;
}

.stock-type-chart {
	border-bottom: 1px solid rgba(150,150,150,.3);
}

.stock-type-chart > div{
	border-right: 1px solid rgba(150,150,150,.3);
	text-align: center;
	padding: 0 10px 0px 10px;
	margin-bottom: 12px;
}

.stock-type-chart > div:last-child {
	border-right: 0;

}

.stock-type-chart .num-amount {
	font-size: calc(22px + .2vw);
	font-weight: 400;
}

.stock-type-chart .desc {
	font-size: calc(11px + .1vw);
	font-weight: 400;
}

.stock-type-chart .num-amount .arrow {
		width: 16px;
		height: 4px;
		background-color: rgba(150,150,150,0);
		display: inline-block;
}

.stock-type-chart .num-amount .smaller-percent {
	font-size: 10px;
	display: inline-block;
	text-align: center;
}

.stock-type-chart .num-amount .smaller-percent  div {
	margin-top: -3px;
}

.stock-type-chart .up {
	color: #39b54a;
}

.stock-type-chart .up .num-amount .arrow {
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #39b54a;
	border-left: 6px solid transparent;	
	display: inline-block;
}

.stock-type-chart .down {
	color: #f76e74;
}

.stock-type-chart .down .num-amount .arrow {
	background-color: transparent;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid #f76e74;
	border-left: 6px solid transparent;	
	display: inline-block;
}

.lifetime-earnings {
	margin: 70px 0px 0px 0px;
}

.show-type-list {
	display:inline-flex;
	flex-direction: column-reverse;
}

.show-type-list .show-type-item > div {
	display: inline-block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}

.show-type-list .show-type-item .swatch {
	width: 16px;
	margin-right: 6px;
	background-color: #555;
}

.show-type-list .swatch.private {
	background-color: rgb(103, 183, 220);
}

.show-type-list .swatch.group {
	background-color: rgb(253, 212, 0);
}

.show-type-list .swatch.multi-user {
	background-color: rgb(204, 71, 72);
}

.show-type-list .swatch.voyeur {
	background-color: rgb(132, 183, 97);
}

.show-type-list .swatch.member {
	background-color: rgb(128,128,128);
}

.show-type-list .swatch.feature {
	background-color: rgb(47, 64, 116);
}

.show-type-list .swatch.fanclub {
	background-color: rgb(47, 64, 116);
}

.show-type-list .swatch.vod {
	background-color: rgb(147,112,219);
}

.show-type-list .swatch.gift {
	background-color: rgb(68, 142, 77);
}

.versus {
	position: absolute;
	height: 24px;
	width: 24px;
	border-radius: 24px;
	background: rgba(150,150,150,.6);
	color: #fff;
	font-size: 13px;
	top: 16px;
	right: -14px;
	line-height: 24px;
	font-weight: 400;
}

.gender-earned .type {
	font-size: calc(17px + .3vw);
	font-weight: 400;
}

.gender-earned .amount {
	font-size: calc(20px + .4vw);
	font-weight: 400;
}

.gender-earned .percentage {
	font-size: calc(17px + .15vw);
	color: rgba(150,150,150,.6);
	font-weight: 400;
}

.line.girls {
	height: 4px;
	margin: 5px 0px 5px 0px;
	background-color: #f5cff6;
}

.line.guys {
	height: 4px;
	margin: 5px 0px 5px 0px;
	background-color: #80bff5;
}

.line.trans {
	height: 4px;
	margin: 5px 0px 5px 0px;
	background-color: #ded4f9;
}

.panel-heading-right select {
	margin-top: -5px;
	padding: 5px;
	font-weight: 400;
	background-color: #111;
	color: #ccc;
	border: 1px solid rgba(150,150,150,.3);
}
.panel-heading-right select:focus {
	outline: none;
}


#cur_stats_period_display {
	color: #fff;
	line-height: 18px;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.6);
	padding-left: 0;
}

#cur_stats_period_display:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
}

.border-right-dashed {
	border-right:1px dashed rgba(150,150,150,.5);
}

.dashboard #cur_stats_period_display {
	margin-right: 30px;
    font-size: 11px;
}

.stats-table #stats_table_wrapper #stats_table tbody .title.sorting_1 {
	position: sticky;
	left: 0;
	z-index: 1;
}

.stats-table th {
	font-size: 12px !important;
	font-weight: bold !important;
	padding-right: 0 !important;
	text-align: center !important;
}

.stats-table td {
	text-align: center!important;
}

.modelsTotals {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.modelsTotals .tableBackGreen,
.modelsTotals .tableBackBlue,
.modelsTotals .tableBackPurple {
	padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.modelsTotals .text-center p:last-child {
	margin-bottom: 0;
}

@media all and (max-width: 1650px) {
	
	.box-set.reg-design > div {
		height: 150px;
		width: 100%;
		flex: none;
	}
	
	.reg-design i {
		margin-top: 2%;
		font-size: calc(12px + 3vw);
	}
	
	#cur_stats_period_display {
		font-size: 12px;
	}
	
	.to-do {
		height: 100px;
	}
	

}

@media all and (max-width: 1500px) {

	.to-do > div {
		padding: 6px 0px 4px 30px;
	}
	
	.to-do {
		height: 90px;
	}

}

@media all and (max-width: 1400px) {

	.to-do {
		font-size: 12px;
		padding: 3px 0px 4px 15px;
	}

}


@media all and (max-width: 1250px) {
	
	.currentStat .fiths .current-stat-format {
		min-height: 0;
	}
	
	.lifetime-earnings {
		margin: -50px 0px 0px 0px;
	}
	
}

@media all and (max-width: 1024px) {
	
	.stock-type-chart > div{
		border-bottom: 1px solid #ddd;
		border-right: 0;
	}
	
	.stock-type-chart > div:last-child {
		border-bottom: 0;
	}
	
	.border-right-dashed {
		border-right: 0;
	}
	
}

@media all and (max-width: 990px) {

	.to-do > div {
		font-size: 14px;
	}

}

@media all and (max-width: 767px) {
	
	.pie-chart-breakdown > div {
		width: 50%;
	}
	
	.box-set {
		display: block;
		height: auto;
	}
	
	.box-set > div {
		flex: auto;	
	}
	
	.mid-row-height,
	.mid-row-height-taller{
		height: auto;
	}
	
	.box-set h1 {
		margin: 5px 0px 0px 0px;
		padding: 20px 0px 0px 0px;

	}
	
	.box-set span {
		padding: 0px 0px 20px 0px;
	}
	
	.box-set.half-circle-design > div {
		padding: 25px 0 20px 0px;
	}
	
	.to-do {
		font-size: 11px;
	}

	.to-do > div {
		padding: 14px 0px 4px 10px;
	}
	
	
	.stock-type-chart .desc {
		margin-bottom: 20px;
	}
	
	.versus {
		position: static;
		display: inline-block;
		margin: 10px 0px 20px 0px;
	}

}

@media all and (max-width: 390px) {
	
	.pie-chart-breakdown > div {
		width: 100%;
	}

}
