#artwork_basic_upload, #studio_upload
{
	background-image: url("/images/brushstrokes/2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 100%;
}

#artwork-uploaded-images li
{
	cursor: pointer;
}

span.artwork_starred
{
	display:none;
}

#artwork-uploaded-images li:first-child span.artwork_starred
{
	display:block !important;
}

#dashboard_onboard_nav span
{
	cursor: pointer;
}

#dashboard_onboard_nav span:hover {
    color: #dae0e5!important;
}

div.rotatable_container
{
	position: relative;
}

div.rotatable_container .rotatable_trigger
{
	cursor: pointer;
	left:5px;
	bottom:5px;
	position: absolute;
}

#subscription_select_nav a 
{
	color:#aaa;
	cursor: default;
}

#subscription_select_nav>svg>path
{
	fill:#aaa;
}

#subscription_select_nav a svg
{
}

#subscription_select_nav a.active
{
	color:#346260;
    font-family: 'Futura LT W01 Medium';
}

div.subscription_pane
{
	display:none;
}

div.subscription_pane strong
{
    font-family: 'Futura LT W01 Bold';
}

div.subscription_pane p
{
	/*line-height: 1.2;*/
}

div.subscription_pane ul
{
	height:325px;
}

@media (max-width: 991px) {

	div.subscription_pane ul
	{
		height:auto;
	}

}

div.subscription_pane div.list-group a.active
{
	background-color:#346260;

}

div.subscription_pane div.list-group a.active *
{
	color:white !important;
}

#dashboard_account_container
{
	min-height:750px;
}

.cv_placeholder
{
}

#dashboard_menu a[href="/dashboard/account/sales"]
{
    font-family: 'Futura LT W01 Bold' !important;
}