.dashboardContent {
	width: 74%;
	float: left;
	margin-right: 2%;
}

.dashboardStatsReport {
	float: right;
	margin: 1px 2.3% 20px 20px;
}

.dashboardStatsReport .containerYourInfo {
	width: 100%;
	margin: 10px 1.66%; 	
}

.changeDatesBox {
	margin: 20px;
}

.containerYourInfo {
	width: 30%;
	float: left;
	margin: 10px 1%; 	
}

.containerYourInfo:last-child {
	margin-right: 0;	
}

.dashBoardYourInfoHeader {
	font-size:			12px;
	font-weight:		bold;
	padding:			5px;
	text-align:			left;
	border:				1px solid #d8d5d5;
	background:			#ebf6ff url('/images/studio-v2/special_heading_1_bg.jpg') repeat-x;
	text-transform:		capitalize;
}

.dashBoardYourInfoContent {
	padding:			10px;
	border-right:		1px solid #CCCCCC;
	border-bottom:		1px solid #CCCCCC;
	border-left:		1px solid #CCCCCC;
}

.containerDashYourInfo {
	width: 180px;	
	margin: 0 auto;
}

.dashboardStatsReport .containerChangeDates {
	width: 485px;
	margin: 0 auto;	
}

.dashboardStatsReport .ui-datepicker table {
	font-size: 1.3em;
}

.buttonViewReport {
	width: 	310px;
	margin: 0 auto;
}

.textCommissionRate {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.textColorGreen {
	color: #4e9809;
}

.textColorRed {
	color: #da4e2a;	
}

.dashModelStats {
	float: left;
	width: 21%;
	padding: 15px 2%;
	min-height: 265px;	
}

.modelRecordIcon {
	width: 175px;
	height: 153px;
	margin: 0 auto 15px auto;
}

.modelRecordIcon.statsMedal {
	width: 162px;
	height: 180px;
}

.modelRecordIcon.statsContest {
	width: 123px;
	height: 158px;
}

.statsMedalText {
	text-align: center;
	margin-top: -15px;	
}

.statsContestText {
	text-align: center;
	margin-top: -55px;
}

.responsive #stats-table A:link, #stats-table A:active, #stats-table A:visited {
  text-decoration: underline;
}

.statsContestText .amount {
	font-weight: bold;
	font-size: 25px;
	margin-top: 45px;
}

.modelRecordIcon img {
	width: 100%;
	height: auto;	
}

.dashModelStats a.button {
	padding:			3px 8px;
	background-color:	#da4e2a;
	color:				#ffffff;
	text-decoration:	none;
	font-size:			12px;
}

.dashModelStats a.button:hover {
	background-color:	#bd3e21;
}

.statsModelLogin .dashboardStatsReport {
	margin-top: 0;	
}

.modelPowerScoreModel {
	width: 62%;
	float: left;
	margin-right: 20px;	
}

.modelPowerScoreModel img {
	width: 420px;
	max-width: 500px;
	height: auto;
	float: left;
	margin-right: 18px;
}

.modelPowerScoreInfo {
	width: 60%;
	float: left;	
}

.payoutsTable {
	text-align: right;
	padding-right: 15px;	
} 

.studioStatsOverview .dashboardStatsReport {
	float: none;
	margin: 40px 0 20px 0;
}

.studioStatsOverview .dashboardStatsReport .containerChangeDates {
 	width: 500px;
}

.studioStatsOverview .dashboardStatsReport {
	margin-top: 0;
}

.overviewStatsChart img {
	height: auto;
	width: 1360px;
	margin: 20px auto;
	display: block;
} 

.dashBoardYourInfoHeader.statsGraphsBreakdown, .dashBoardYourInfoHeader.statsGraphsPerHour {
	padding: 0 10px 0 0;
}

.containerBreakdown .containerYourInfo {
	width: 23.5%;
	margin: 10px 0;
}

.studioStatsOverview TH {
	font-size: 12px;
}

.containerPerHour .containerYourInfo {
	width: 75.3%;
}

.containerBreakdown img {
	width: 325px;
	height: auto; 
	margin: 0 auto;
	display: block;
}

.containerPerHour img {
	width: 100%;
	max-width: 1125px;
	height: auto;
}

.statsOverviewTotals {
	width: 100%;	
	margin: 10px 0;
}

.tableInfo {
	width: 7.01%;
	padding: 10px 0 0 0;
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.tableInfo:last-child {
	border-right: 1px solid #fff;
}

.tableInfo p {
	font-size: 15px;
}

.tableInfo .tableInfoNumbers {
	text-align: center;	
}

.tableBackGreen {
	background: #d1ea9a;	
}

.tableBackBlue {
	background: #95d3ff;	
}

.tableBackPurple {
	background: #e895ff;	
}

/* Payment Settings */

.paymentSettings .paymentType {
	width: 60%;	
	float: left;
	margin: 30px 3% 30px 0;
}

.paymentSettings .paymentInfo {
	width: 35%;	
	float: left;
	margin: 20px 0;
}

.paymentSettings TABLE.styleOne {
  font-size: 13px;
  width: 100%;
  border: 1px solid #d8d5d5;
  padding: 5px;
  margin: 0 0 15px 0;
  color: #353434;
}

.paymentSettings TABLE.styleOne TH {
  font-size: 15px;
  padding: 5px;
  text-align: left;
  border: 1px solid #d8d5d5;
  background: #ebf6ff url('/images/studio-v2/special_heading_1_bg.jpg') repeat-x;
}

.paymentSettings TABLE.styleOne TD {
  border: 1px solid #d8d5d5;
  padding: 5px;
  height: 20px;
}

.paymentSettings INPUT, TEXTAREA, SELECT {
  margin: 0 3px 0 0;
  padding: 2px;
}

.paymentInfo INPUT, .paymentInfo TEXTAREA, .paymentInfo SELECT {
	width: 100%;
}

.fieldTitles {
	width: 160px;	
} 

img.overviewImageHeader {
	width: 100%;
	max-width: 1780px;
	height: auto;
}

.containerModelComm {
	width: 300px;
	float: right;
	border: 1px solid #d8d5d5;
	background: #ebf6ff url('/images/studio-v2/special_heading_1_bg.jpg') repeat-x;
	background-color: #ffffff;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.containerCalDates {
	float: left;
}

.dashboardStatsReport table {
	margin: 0;	
}

.containerModelComm img {
	width: 80px;
	height: 60px;
	margin:0px 10px 0px 0px;
	float: left;
}

.powerScoreInfoTotals {
	display: none;	
}

.statsModelLogin #stats_page #power_score.model_record .powerscore_bar {
  width: 440px;
}

.statsModelLogin #stats_page #power_score.model_record {
  width: 100%;
}

.statsModelLogin img.modelPowerScore {
	width: 454px;
	height: 61px;
}

.tableModelDetails {
	float: right;
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	margin: 2px 2px 0 0;
	padding: 5px;
}

table.titleBoxNoSpace {
	margin-bottom: 0;	
}

@media all and (min-width: 2280px) {

	.dashboardContent {
		width: 63%;
	}
	
}

@media all and (max-width: 2280px) {

	.dashboardContent {
		width: 63%;
	}
	
}

@media all and (max-width: 1915px) {

	.dashboardContent {
		width: 57%;
	}
	
}

@media all and (max-width: 1900px) {

	.tableInfo {
		width: 24.75%;
	}
	
	.modelPowerScoreModel img {
		width: 36%;
		max-width: 500px;
		height: auto;
		float: left;
		margin-right: 18px;
	}
	
	.modelPowerScoreModel {
		width: 53%;
	}
	
}


@media all and (max-width: 1700px) {

	.containerBreakdown img {
		width: 99.7%;
	}
	
}

@media all and (max-width: 1650px) {

	.dashboardContent {
		width: 49%;
	}
	
}

@media all and (max-width: 1520px) {

	.overviewStatsChart img {
		width: 98%;
		margin: 20px auto;
		display: block;
	} 
	
	.modelPowerScoreInfo {
		width: 62%;
	}
	
	.modelPowerScoreModel img {
		width: 428px;
	}
	
	.modelPowerScoreModel {
		width: 38%;
	}
	
}

@media all and (max-width: 1380px) {

	.dashboardContent {
		width: 48%;
	}
	
}

@media all and (max-width: 1260px) {

	.dashboardContent {
		width: 43%;
	}
	
}

@media all and (max-width: 1150px) {

	.modelPowerScoreInfo {
		width: 50%;
	}
	
	.modelPowerScoreModel {
	 	width: 100%;
	}
		
	.modelPowerScoreModel img {
		width: 35%;
	}
	
	.statsModelLogin .dashboardStatsReport {
		clear: both;
		float: none;
		margin: 0 auto;
		padding-top: 25px;
	}

}

@media all and (max-width: 1140px) {

	.dashboardContent {
		width: 38%;
	}
	
	.statsModelLogin .dashboardStatsReport .containerYourInfo {
		width: 96.6%;
	}
	
	.modelPowerScore {
		width: 450px;
		float: none;
		margin: 0 auto;
	}
	
	.modelPowerScore img {
		width: 100%;
	}
	
	.paymentSettings .paymentType {
		width: 48%;	
	}
	
	.paymentSettings .paymentInfo {
		width: 48%;	
	}
	
}

@media all and (max-width: 1024px) {

	.dashboardContent {
		width: 98%;
	}
	
	.dashboardStatsReport {
		clear: both;
		float: none;
		margin: 0 auto;
		padding-top: 25px;
	}
	
	.dashboardStatsReport .containerYourInfo {
		width: 96.6%;
	}
	
	.dashboardStatsReport .ui-datepicker table {
		font-size: 1.7em;
	}
	
	.dashboardStatsReport .containerChangeDates {
		width: 570px;	
	}

	.dashModelStats {
		width: 29%;
	}
	
	.payoutsTableDrop select {
		font-size: 18px;
	}
	
	.payoutsTableDrop input {
		font-size: 15px;
	}
	
	.studioStatsOverview .dashboardStatsReport .containerChangeDates {
		width: 583px;
	}

}

@media all and (max-width: 959px) {

	.containerModelComm {
		width: 98%;
		float: left;
	}
	
}

@media all and (max-width: 800px) {

	.containerBreakdown .containerYourInfo {
		width: 400px;
		margin: 10px auto 20px auto;
		float: none;
	}
	
	.containerPerHour .containerYourInfo {
		width: 100%;
		margin: 0;
	}
	
	.containerBreakdown img {
		width: 100%;
		max-width: none;
	}
	
	.containerYourInfo {
		width: 46%;
	}
	
	.dashModelStats {
		width: 46%;
	}
	
	.modelPowerScoreModel, .modelPowerScoreInfo {
		width: 450px;
		float: none;
		margin: 0 auto 15px auto;	
	}
	
	.modelPowerScoreModel img {
		width: 100%;
	}
	
}

@media all and (max-width: 760px) {

	.paymentSettings .paymentType {
		width: 98%;	
		margin-bottom: 0;
	}
	
	.paymentSettings .paymentInfo {
		width: 98%;	
		margin-top: 0;
	}
	
	.fieldTitles {
		width: 40%;	
	} 
	
}

@media all and (max-width: 690px) {

	.dashboardStatsReport .containerChangeDates {
		width: 290px;
	}
	
	.studioStatsOverview .dashboardStatsReport .containerChangeDates {
		width: 290px;
	}
	
	.tableInfo {
		width: 49.7%;
	}
	
}

@media all and (max-width: 600px) {
	
	.dashModelStats {
		width: 99%;
	}
}

@media all and (max-width: 580px) {
	
	.modelPowerScoreModel, .modelPowerScoreInfo {
		width: 100%;
		margin: 0 auto 15px auto;	
	}

}

@media all and (max-width: 540px) {

	.payoutsTableDrop select {
		width: 100%;
		font-size: 13px;
	}
	
	.payoutsTableDrop input {
		font-size: 16px;
	}
	
	.payoutsTableDrop .payoutsTable {
		padding-right: 5px;
	}
	
	.studioStatsOverview H1 {
		font-size: 19px;
		text-align: center;
	}

}

@media all and (max-width: 520px) {

	.statsModelLogin #stats_page #power_score.model_record .powerscore_bar {
	  width: 350px;
	}
	
	.statsModelLogin img.modelPowerScore {
		width: 365px;
	}

	.tableInfo {
		width: 100%;
        padding: 10px 0 10px 0;	
	}

}


@media all and (max-width: 480px) {

	.containerYourInfo {
		width: 96%;
	}
	
	.containerBreakdown .containerYourInfo {
		width: 100%;
	}
	
	.tableInfo p {
		display: inline;	
	}
	
}

@media all and (max-width: 440px) {

	.statsModelLogin #stats_page #power_score.model_record .powerscore_bar {
	  width: 290px;
	}
	
	.statsModelLogin img.modelPowerScore {
		width: 305px;
	}

}

@media all and (max-width: 420px) {

	.changeDatesBox {
		margin: 0 0 20px 0;
	}
	
	.dashBoardYourInfoContent {
		padding: 0;
		margin-top: 20px;
		border: none;
	}
	
	.dashboardStatsReport .ui-datepicker table {
		font-size: 2.1em;
	}
	
	.dashboardStatsReport .ui-datepicker {
		padding: 0;	
	}
	
	.buttonViewReport {
		width: auto;
		margin-left: 2%;
	}
	
	.buttonViewReport SELECT {
		margin-bottom: 10px;
	}
	
	input.buttonBlue {
		width: 100%;
	}
	
}

@media all and (max-width: 380px) {

	.modelRecordIcon, .modelRecordIcon.statsMedal, .modelRecordIcon.statsContest {
		width: 80%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.studioStatsOverview H1 {
		font-size: 24px;
	}
	
}

@media all and (max-width: 360px) {

	.statsModelLogin #stats_page #power_score.model_record .powerscore_bar {
	  width: 250px;
	}
	
	.statsModelLogin img.modelPowerScore {
		width: 265px;
	}

}