
/***********************************************************
MY ACCOUNT / CLIENT SECTION
***********************************************************/

.account-button
{
	display: inline-block;
	height: 42px;
	padding-left: 21px;
	padding-right: 21px;
	background-color: #404040;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	text-decoration: none;
}
.account-button:hover, .account-button:active
{
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}


#my-account-nav
{
	clear: both;
	display: block;
	border-bottom: 1px solid #333333;
	height: auto;
	line-height: 25px;
	font-size: 13px;
}
#my-account-nav a
{
	display: inline-block !important;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: 800;
}
#my-account-nav a:hover
{
	color: #999999;
	text-decoration: none;
}

#my-account-identity
{
	display: table;
	float: right;
	height: 80px;
	margin-top: -25px;
}

#my-account-identity-text
{
	display: table-cell;
	height: 80px;
	padding: 10px;
	vertical-align: middle;
	white-space: nowrap;
}

#my-account-identity-company
{
	font-weight: 800;
}

#my-account-identity-logo
{
	display: table-cell;
	width: 80px;
	height: 80px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#my-account-identity-logo img
{
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
}

#myaccount-dashboard
{
	display: inline-grid;
	grid-gap: 20px;
	border-spacing: 20px;
	text-align: left;
	grid-template-columns: 280px 280px 280px 280px;
}

.myaccount-dashboard-col
{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 80px;
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.myaccount-dashboard-col h3
{
	margin-top: 0px;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.myaccount-dashboard-col h3 a, .myaccount-dashboard-col h3 a:hover
{
	text-decoration: none;
	color: #000000 none;
}

.myaccount-dashboard-bottom
{
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
	text-align: center;
}

.support-message-client
{
	padding: 12px !important;
	background-color: #ffffdd !important;
}

.support-message-admin
{
	padding: 12px !important;
	background-color: #eeffee !important;
}

.support-download
{
	display: inline-block;
	white-space: nowrap;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.support-download:hover
{
	background-color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 780px)
{
	#my-account-nav
	{
		height: auto;
		line-height: 32px;
		font-size: 13px;
	}
	#my-account-nav a
	{
		display: block !important;
		float: left;
		padding-left: 0%;
		padding-right: 1%;
		width: 32%;
	}

	#my-account-identity
	{
		float: none;
		margin-top: -30px;
		width: 100%;
	}
	#my-account-identity-text
	{
		font-size: 13px;
		line-height: 17px;
	}

	#myaccount-dashboard
	{
		display: block;
		border-spacing: 0px;
	}

	.myaccount-dashboard-col
	{
		display: block;
		width: auto;
		padding: 20px;
		vertical-align: top;
		margin-bottom: 20px;
	}

	.myaccount-dashboard-bottom
	{
		position: relative;
		width: auto;
		bottom: auto;
		left: auto;
	}
}
