.full-width {
	width: 100%;
}
.center {
	text-align: center;
}
.margin-top {
	margin-top: 20px;
}
.error {
	background: #fbe3e4;
	color: #8a1f11;
	border: 1px solid #fbc2c4;
}
div.error {
	margin: 10px 0;
	padding: 5px;
}

.small-inputs input {
	width: auto;
}
.small-inputs select {
	width: auto;
	padding-right: 25px;
	margin-right: 10px;
}


/* Login */

.login {
	padding-top: 8%;
}
.login .login-image {
	text-align: center;
	margin-bottom: 10px;
}
.login .login-box {
	padding: 20px;
	background-color: #f2f2f2;
}
.login .login-header {
	background-color: #f49900;
}
@media only screen and (min-width: 641px) {
	.login .login-header p{
		color: white;
		text-align: center;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 640px) {
	.login .login-header p{
		color: white;
		text-align: center;
		font-size: 1.2rem;
	}
}
.login p {
	margin-bottom: 10px;
}
.login .login-submit .button {
	width: 100%;
}
.login .error p {
	color:#aa2222;
}
.login p.login-subtext {
	margin-bottom: 0;
	font-size: 0.9rem;
}



/* Top Bar */

.above-top-bar {
	background-color: #f49900;
}
.above-top-bar-item {
	margin-left: 20px;
}
.above-top-bar-item a {
	color: black;
	font-size: 14px;
}

@media only screen and (min-width: 1025px) {
	nav.top-bar {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	#wrapper .top-bar {
		height: 90px;
	}
	.top-bar-section .right .main-nav.has-dropdown.notlast .dropdown {
		left: 0;
		right: auto;
	}
}

.top-bar-icon {
	text-align: center;
	padding-top: 10px;
	
}
.top-bar-icon i {
	color: white;
	font-size: 35px;
}


/* Footer */

.footer {
	background-color: #333333;
	margin-top: 20px;
}


/* Colors */

.yellow {
	background-color: #f9d435;
}
.turquoise {
	background-color: #68cac9;
}
.green {
	background-color: #a8da65;
}
.blue {
	background-color: #51c7f4;
}


/* Content */

#content {
	margin-top: 20px;
}

#content .button.small, #content .button.tiny {
	margin-bottom: 0;
}

/* Dashboard */

.campaign-box {
	text-align: center;
}
.campaign-box p {
	font-size: 14px;
	margin: 10px 0;
}

.dashboard-box {
	height: 150px;
	padding: 10px;
	margin-bottom: 20px;
}
.dashboard-box .icon {
	position: absolute;
	top: 10px;
	right: 25px;
	height: 50px;
	width: 50px;
	-webkit-transition: width 300ms, height 300ms; /* For Safari 3.1 to 6.0 */
    transition: width 300ms, height 300ms;
    background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.dashboard-box:hover .icon {
    width: 80px;
    height: 80px;
}
.dashboard-box .value p {
	text-align: center;
	font-size: 40px;
	margin: 20px 0 0 0;
}
.dashboard-box .desc p {
	text-align: center;
	font-size: 14px;
}

.dashboard-box .icon.activeuserstore{
	background-image: url('/app/global/img/dashboard/activeuserstore.png');
}
.dashboard-box .icon.verweildauer{
	background-image: url('/app/global/img/dashboard/verweildauer.png');
}
.dashboard-box .icon.returncustomer{
	background-image: url('/app/global/img/dashboard/returncustomer.png');
}
.dashboard-box .icon.userwoche{
	background-image: url('/app/global/img/dashboard/userwoche.png');
}
.dashboard-box .icon.kampagnenaufrufe{
	background-image: url('/app/global/img/dashboard/kampagnenaufrufe.png');
}
.dashboard-box .icon.kontostand{
	background-image: url('/app/global/img/dashboard/kontostand.png');
}
.dashboard-box .icon.eingeloestecoupons{
	background-image: url('/app/global/img/dashboard/eingeloestecoupons.png');
}
.dashboard-box .icon.couponwert{
	background-image: url('/app/global/img/dashboard/couponwert.png');
}
.dashboard-box .icon.empfehlungen{
	background-image: url('/app/global/img/dashboard/empfehlungen.png');
}


/* Images */
.image-thumb {
	position: relative;
	margin-bottom: 5px;
}
.image-thumb img {
	width:100%;
}
.image-thumb .image-thumb-del-btn {
	position:absolute;
	top:0;
	right:0;
}


/* Switch */

#content .switch input:checked + label {
	background: #f49900;
}


/* Progress Bar */

#content .ui-progressbar, #content .ui-progressbar-value {
	height: 35px;
}


/* Select Brand */
.brandselect {
	margin-bottom: 20px;
}
.brandselect .brandselect-item {
	background-color: whitesmoke;
	margin: 5px 0;
}
.brandselect .brandselect-item p {
	margin: 0;
	padding: 5px;
}
.brandselect .brandselect-item span.brandselect-item-dellink a {
	margin-top: 2px;
}