.profile-pic
{
	margin-bottom: 20px;
	max-width: 100%;
	max-height: 100%;
}

.tx-login
{
	width: 320px;
	margin: auto;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
	border: 4px solid #B9B9C8;
	border-top: 0;
	padding-top: 20px;
}

.tx-login-fullbg
{
	/*background-image: url('../tx-img/bg-full.jpg');
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;*/
}

.tx-login-inputs
{
	padding: 10px 20px 10px 20px;
}

.tx-login-inputs .input-group
{
	margin-bottom: 20px;
}

.tx-login [type=submit]
{
	margin-top: 10px;
	width: 100%;
	padding: 14px;
}

.tx-login-top
{
	width: 400px;
	margin: 20px auto 0 auto;
	background-color: #a1d5e5;
	font-size: 24px;

	padding: 10px;

	/*
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px; 
	border: 0px solid #800000;
	*/

	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 0px solid #000000;
}

body[data-tx-action=login]
{
	/*background-color: #f0eff0;*/
	background-image: url(../tx-img/bg-noise.png);
}

.tx-login .logo
{
	text-align: center;
	margin: 0 auto 0px auto;
	margin-bottom: 32px;
}

.tx-login-bottom
{
	font-size: 11px;
	text-align: center;
}

.tx-dashboard-item
{
	margin:0 0 0 10px;
	min-width: 180px;
	display: block;
}

.tx-dashboard-icon
{
	background-color: #0099ff;

	width:72px;
	height:72px;
	color:#fff;

	text-align: center;
	line-height: 72px;

	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tx-dashboard-icon:hover
{
	color: #fff;
	background-color:#333;
}

.tx-dashboard-icon-green
{
	background-color: #65AE4D;
}

.tx-dashboard-icon-green:hover
{
	color: #fff;
	background-color:#238C00;
}

.tx-dashboard-icon i
{
	color: #fff !important;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
}

.tx-dashboard-details
{
	display: inline-block;
	padding-top: 10px;
}

.row + .row
{
	margin-top: 10px;
}

.col-sm-3 + .col-sm-3
{
	margin-top: 10px;
}

@media screen and (min-width: 480px)
{
	.col-sm-3 + .col-sm-3
	{
		margin-top: 0px;
	}
}