.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: #dbe1e5;
}
@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: #212121;
}
.above-top-bar-item {
	margin-left: 20px;
}
.above-top-bar-item a {
	color: white;
	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: #435a65;
	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');
}

/* Offer Preview */
.preview-modal {
	padding:0 !important;
	height: 100vh !important;
	width: 48.4vh !important;
}
.preview-container-wrapper {
	background: url("/app/global/img/iphone_background.png") no-repeat center center;
	background-size: contain;
	height: 100%;
	width:100%;
	padding: 38.1% 8.4% 29.8% 8.5%;
}
.preview-offer-container {
	height: 100%;
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
}
@media only screen and (max-width: 1025px), screen and (max-height: 700px){
	.preview-modal {
		width: 100vw !important;
	}
	.preview-container-wrapper {
		background: none;
		padding: 30px 0 0 0;
	}
}
.reveal-modal.preview-modal .close-reveal-modal {
	color: #333;
	top: -5px;
	right: 5px;
}
.preview-modal .preview-topbar{
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
}
.preview-modal .preview-topbar .preview-back{
	font-size: 30px;
	line-height: 25px;
	padding-bottom: 5px;
}
.preview-modal .preview-images-container {
	height: 100%;
}
.preview-modal .preview-images-container .preview-images {
	height: 100% !important;
	z-index: 1;
}
.preview-modal .preview-images-container .orbit-container {
	height: 100% !important;
}
.preview-modal .preview-images-container .orbit-container .preview-orbit-item {
	z-index: -1 !important;
	height: 100%;
}
.preview-modal .preview-images-container .orbit-container video {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.preview-modal .preview-images-container .orbit-container .orbit-bullets-container {
	margin-top:-80px;
	position: relative;
	z-index: 10;
}
.preview-modal .preview-images-container .preview-images li > div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;  
}
.preview-modal .preview-images-container .preview-image-bottom {
	margin-top: -50px;
	height: 50px;
	line-height: 19px;
	padding: 6px 0px 6px 8px;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1)); /* Standard syntax */
    z-index: 10;
	position: relative;
}
.preview-modal .preview-images-container .preview-image-bottom .preview-go-down {
	height: 40px;
	margin-right: -10px;
}
.preview-modal .preview-offer-descs {
	padding: 16px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.preview-modal .preview-offer-descs .longDesc{
	flex-grow: 1;
}


/* 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;
}