@charset "utf-8";
/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/


body {
	/*background-color:#EDDCBD;*/
	background-color:#E3E2DC;
}
.button-wrapper {
	display:inline-block;

}

.edit {
    color: #888;
    font-size: 16px;
    text-align: center;
}

.edit span {
	cursor:pointer;
}

.add-button {
    display: inline;
    margin-top: 0;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display:none;
    z-index: 200;
}

#popup {
	display:none;
	width:300px;
    background-color: #fff;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 400;
    padding:15px;
}

.save {
    float: right;
}

.button-wrapper > button {
	padding:12px 24px;
}

.edit button {
    float: left;
    padding: 5px 10px;
}

.delete {
    float: left;
    margin-left: 55px;
}
.cancel {
	float:left;

}

.edit-submit, .duplicate-submit, .submit-button {
	float:right;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	background-color: red;
    border-color: #dbdbdb;
    color: #fff;
    text-shadow: none;
    background-position:0 0;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active {
    background-color: red;
    border-color: #dbdbdb;
    color: #fff;
    text-shadow: none;
    background-position:0 0;
}

.btn-default:hover {
    color: #000;
    text-shadow: none;

}

#popup-load {
    background-color: #e3e2dc;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display:none;
}

.loading {
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100px;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.spinner {
	-webkit-animation: spin 1s linear infinite; /* Safari 4+ */
    animation: 1s linear 0s normal none infinite running spin;
    border-color: red;
    border-image: none;
    border-radius: 50%;
    border-style: solid solid none none;
    border-width: 2px 2px medium medium;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

#sidebar {
	padding-top:50px;
}

.panel-sidebar, #sidebar {
	border-left:1px solid #ddd;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 10px;
}

label.block {
	display:block;
}

.inputs .checkbox {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

#product-add {
	width:100%;
}

#newproduct {
	margin-top:50px;
}
input.manuell {
	display:none;
}

label.block {
    font-size: 20px;
    font-weight: normal;
}

.panel-heading {
	position:relative;
}

.collapse-button {
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;
}

.collapse-button a {
    color: #444;
    padding: 14px;
    cursor:pointer;
}

.checkbox-right label {
	float:right;
}
.done-button {
	width:100%;
}

.fixedHeading {
	top:0;
	position:fixed;
	z-index:100;
}

.produkte-add .add-button {
    padding: 16px 12px;
    width: 100%;
}
#content {
	padding-bottom:150px;
}

.delete-button-wrap {
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 1px;
}

.select-popup {
    background-color: #EDDCBD;
    position: absolute;
    top: 0px;
    z-index: 1000;
	padding-top:35px;
	display:none;
}

.close-button {
    background-color: red;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
}

.back-button {
	background-color: orange;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    top: 0;
    cursor:pointer;
}

.select-popup a {
	cursor:pointer;
}
@media (max-width:767px) {
	.select-popup {
		width:100%;
	}
}
@media (min-width:768px){
	.select-popup {
		top: 10px;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
}

.select-popup h2 {
    text-align: center;
}

.select-popup ul {
    list-style: outside none none;
}

.select-popup ul li a {
    border: 2px solid #444;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 5px auto;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width:768px){
	.select-popup ul li a {
	    border: 2px solid #444;
	    border-radius: 4px;
	    color: #fff;
	    font-size: 15px;
	    font-weight: 400;
	    margin: 20px auto;
	    padding: 50px 0;
	    text-align: center;
	    text-transform: uppercase;
	}
}

@media (max-width:767px){
	.productpanel .delete-button {
	   display:none;
	}
}

a .overlay {
    display: block;
    padding: 70px 0 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay > span {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 5px 0;
    width: 100%;
    overflow:hidden;
}

a .background {
	background-size:cover;
	background-position:center center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}

#Outdoor-button {
	background-image:url(../img/bgs/outdoor.jpg);
}

#Radio-button {
	background-image:url(../img/bgs/radio.jpg);
}

#Messe-button {
	background-image:url(../img/bgs/messe.jpg);
}

#Print-button {
	background-image:url(../img/bgs/print.jpg);
}

#Web-button {
	background-image:url(../img/bgs/web.jpg);
}

#Logo-button {
	background-image:url(../img/bgs/logo.jpg);
}

#Video-button {
	background-image:url(../img/bgs/video.jpg);
}

#Visitenkarten-button {
	background-image:url(../img/bgs/visitenkarten.jpg);
}

#Broschüre-button {
	background-image:url(../img/bgs/broschueren.jpg);
}

#Aufkleber-button {
	background-image:url(../img/bgs/aufkleber.jpg);
}

#Zeitung-button {
	background-image:url(../img/bgs/zeitung.jpg);
}

#Fahrzeugbeschriftung-button {
	background-image:url(../img/bgs/fahrzeugbeschriftung.jpg);
}

#Merchandising-button {
	background-image:url(../img/bgs/merchandising.jpg);
}

#Textil-button {
	background-image:url(../img/bgs/textil.jpg);
}

#Flyer-button {
	background-image:url(../img/bgs/flyer.jpg);
}

#Briefbögen-button {
	background-image:url(../img/bgs/briefbögen.jpg);
}

#Umschläge-button {
	background-image:url(../img/bgs/briefumschlaege.jpg);
}

#Bierdeckel-button {
	background-image:url(../img/bgs/bierdeckel.jpg);
}

.panel {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.panel-body {
	/*background-color:#EDDCBD;*/
	background-color:#F0EFEB;
}

.panel-default > .panel-heading {
    background-image:none;
 }

 /*.panel-default {
    border-color: #D2B886;
}*/

#choose-overlay {
    position: fixed;
    width: 100%;
}

#choose-overlay img {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	max-width:320px;
	cursor:pointer;
}

@media (max-width:767px) {
	#choose-overlay > .row > div {
		height:50vh;
		position:relative;
	}
}

@media (min-width:768px){
	#choose-overlay > .row > div {
		height:100vh;
		position:relative;
	}
}

#choose-overlay #cityboard {
	background-color:#fff;
}

#choose-overlay #cityhelden {
	background-color:#023045;
}

#choose-overlay #seiring {
    background-color: #464546;
}

#seiring img {
	margin-top:-15px;
	max-width:280px;
	}

.radio span {
    margin-right: 20px;
}

#flashMessage {
    position: fixed;
}

#header {
	position:fixed;
	background-color:#fff;
	padding: 5px 10px;
	width:180px;
	left:-180px;
	top:0;
	transition:left 0.5s ease;
	z-index:99999;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0 0 5px 0;
}

.daterangepicker.dropdown-menu {
	z-index: 999999!important;
}

.dropdown-menu {
	z-index: 999999!important;
}

#header.triggered {
	left:0;
}

#header button {
	display:block;
	width:100%;
	border-color:#999;
	margin:5px 0;
	-moz-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.467) inset;
	box-shadow: 0 3px 9px rgba(255, 255, 255, 0.467) inset;
}

#header button.chart-type {
	display:inline-block;
	width:48%;
}

#header button.active {
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.467) inset;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.467) inset;
	color:#fff;
}

#header #push {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px;
    border-right: 1px solid #000;
    cursor: pointer;
    font-size: 16pt;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 0;
    width: 50px;
}

#header hr {
	margin-top:10px;
	margin-bottom:10px;
}

#menu {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0 0 0 5px;
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    transition:all 0.5s ease;
    z-index:99999;
}

#menu li {
    border-bottom: 1px solid;
    padding: 5px 0;
}

#menu.triggered {
	right: 0px;
}

#menu ul {
    list-style: outside none none;
    padding: 0 10px;
}

#menu ul li a:active, #menu ul li a:visited {
	text-decoration:none;
}

#menu ul li a {
    color: #444;
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

#menu ul li a span {
	width:0px;
	overflow:hidden;
	transition:all 0.5s ease;
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
}

#menu ul li:hover a span, #menu ul li.active a span {
	width:20px;
	overflow:hidden;
	transform:translateX(0px);
	-webkit-transform:translateX(0px);
}

#menu ul li.active, #menu ul li:hover {
}

#menu ul li.active a, #menu ul li:hover a {

}

#menu-trigger {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0 0 0 5px;
    font-size: 19px;
    height: 50px;
    left: -50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
	cursor:pointer;
}

#mobile-heading {
    text-align: center;
}

#mobile-heading h1 {
	margin-top:5px;
	margin-bottom:45px;
	font-size:25px;
}

#heading {
	font-size:25px;
}


#mobile-heading h1 span, #heading span {
    font-size: 22px;
    cursor:pointer;
}

#content.chart {
	padding-bottom:0;
}

#firma-done {
    border-radius: 0 4px 4px 0;
    height: 32px;
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 13px;
}

#firma-area {
	position:relative;
}

#adress-popup table, #adress-popup tr, #adress-popup td {
    border: 1px solid #444;
}

#adress-popup td, #adress-popup th {
    padding: 4px 5px;
}

#adress-popup table {
	width:100%;
}

#adress-popup {
    padding-bottom: 40px;
}

.red {
	background-color:rgba(255,0,0,0.4);
}

.table .form-table tr td:first-child {
    width: 160px;
}

.table .form-table {
	width:100%;
}

.form-table td {
	padding:5px 0;
}

#flashMessage {
	    background-color: green;
	    border-radius: 0 0 5px 5px;
	    color: #fff;
	    font-size: 33px;
	    left: 50%;
	    padding: 10px 20px;
	    position: fixed;
	    top: 0;
	    transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%, 0);
	    z-index: 100000;
transition:all 0.5s ease 2.5s;
}
	#flashMessage.fade{
		transform: translate(-50%, -100%);
	    -webkit-transform: translate(-50%, -100%);

	}
#header .btn-default.active, #header .btn-default:active, #header .btn-default:focus, #header .btn-default:hover, .#header .btn-default:active{
	background-color:red;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-color:#000;
}

#chart-menu {
    background-color: #fff;
    border-bottom: 1px solid;
    height: 50px;
    padding: 0 50px;
    text-align: center;
    width: 100%;
}
