.content{
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 10px;
}
.content.content-no-padding{
	padding: 0;
	border: none;
}
header > h2{
	margin-top: 10px;
	font-weight: 400;
	margin-left: 10px;
}
.smart-style-1 header > h2, .smart-style-2 header > h2, .smart-style-3 header > h2{ color: #FFF; }
#main{ padding-top: 40px; }
.item-locked{
	background-color: red!important;
}
tr.parent-item{
	background-color: #EEE;
}
.content-table{
	font-size: 14px;
}
.inputs-margin .input{
	margin-bottom: 10px;
}
.multi{
	border: 1px solid #CCC;
	padding: 5px;
}
.multi input[type=checkbox]{
	margin-left: 0;
}
.multi .checkbox{ margin: 0; }
.multi .submulti{ margin-left: 15px; padding-bottom: 0;}
.multi .submulti:not(:empty){ padding-bottom: 10px; }

/* menues/edit */
tbody.sort:before{ content:""; display:table-row; margin: 0; height: 20px; }
tbody.sort:empty{
	background-color: red;
}
tbody.sort{ 
	border-bottom: 1px solid #CCC;
}
.sort td{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding-bottom: 0;
	padding-right: 0;
	border-bottom: 1px solid #CCC;
}
.ui-placeholder{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 25px;
	border: 1px solid #CCC;
	background-color: #EEE;
	display: inline-block;
}

/* bookings/lists */
.list-filter{ width: 100%; text-align: center; }
.list-filter, .list-filter .input.radio{
	display: inline-block;
}
.list-filter .input.radio{
	margin-top: 0;
	padding-left: 20px;
}
.list-filter .input.radio input{
	display: none;
}
.list-filter .input.radio label{
	position: relative;
	margin-right: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.list-filter .input.radio label:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "";
	left: -20px;
	margin-top: 2px;
	font-size: 18px;
	position: absolute;
	color: #000;
}
.list-filter .input.radio input:checked + label:before{
	content: "";
}

/* extras list */
.extra_count{
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 2px;
}
.extra_count > input{ width: 30px; text-align: center;}
.extra_count > .fa{ cursor: pointer; }
.multi > .extra{
	position: relative;
	border: 1px solid transparent;
	height: 30px;
	padding-top: 5px;
}
.multi > .extra:hover{
	background-color: #EEE;
	border-color: #CCC;
}

.input-group.small{ max-width: 130px; }
.input-group.small > input, .input-group.small > .input-group-addon{
	padding:8px 5px;
}
.input-group.small > input{ text-align: right; min-width: 75% }

.bill-caption{ text-align: center; width: 100%; }

select.form-control.gender{ padding-left: 5px; padding-right: 0; }

.ui-autocomplete{ max-height: 500px; overflow-x: hidden; overflow-y: auto; z-index: 9999!important;}


/*************************************************
	.row Erweiterungen
	
	.no-gap: kein abstand zwischen den Elementen
	.centered: text in den Elementen Zentriert
	.border: Rahmen um die Elemente
	.bold
*************************************************/
.row.centered > div[class^="col"]{
	text-align: center;
}
.row.no-gap > div[class^="col"]:not(:first-child){
	padding-left: 0;
}
.row.no-gap > div[class^="col"]:not(:last-child){
	padding-right: 0;
}
.row.border > div[class^="col"]{
	border-right: 1px solid #CCC;
}
.row.bold > div[class^="col"]{
	font-weight: bold;
	color: #555;
}
.row.dbl-height > div[class^="col"]{
	height: 36px;
}


.input-group.small > input{ padding: 0 2px; width: 50px; }
.input-group.small > [class^="input-group-"]{ padding: 0 4px; }
.input-group.small.width-80 > input{ width: 80px; }

.positionRelative{ position: relative; }


/* elements/backend/guest_select */
#guest-search-results-wrapper{
	width: 100%;
	border: 1px solid #CCC;
	margin-top: 10px;
	height: 336px;
	background-color: #EFEFEF;
	overflow: hidden;
}
#guest-search-head{
	border-bottom: 1px solid #CCC;
	padding-left: 5px;
	padding-right: 20px;
	background-color: #EDEDED;
}
#guest-search-head > .row > div:last-child{ border: none; }

#guest-search-head .form-control{
	background-color: transparent;
	text-align: center;
	border-color: transparent;
}

#guest-search-results{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 315px;
}
#guest-search-results > .guest-search-loading{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.guest-search-result{
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.guest-search-result > .row > div:not(:first-child){
	padding-left: 5px!important;
}
.guest-search-result > .row > div:not(:last-child){
	padding-right: 5px!important;
}
.guest-search-result:hover, .guest-search-result.active{
	background-color: #EEE;
}
.btn > input[type="checkbox"]{
	margin: 0;
	margin-right: 5px;
	vertical-align: middle;
}
.btn > label{ margin: 0; }

#guest-search-details-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 13px 10px 0px;
	z-index: 10;
}
#guest-search-details{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	box-shadow: 0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	-moz-box-shadow: 0px 0px 5px 0px #000;
	-ms-box-shadow: 0px 0px 5px 0px #000;
	-o-box-shadow: 0px 0px 5px 0px #000;
}
#guest-search-details .close{ font-size: 32px; }

/* items/sort */
.itempos{ padding-top: 5px; }
.itempos > input{
	width: 30px;
	padding-left: 0;
	padding-right;
	text-align: center;
}

/* daily_deals */
.item_list-element{
	border: 1px solid transparent;
	cursor: pointer;
	padding: 2px;
}
.item_list-element:hover{
	border: 1px solid #CCC;
	background-color: #EEE;
}

/* companies/sort */
.no-row-3>.span4:nth-child(3n+1){
	margin-left: 0;
}
.item-detail{
	height: 75px; text-align: center;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 10px;
	cursor: -webkit-grab; cursor: -moz-grab;
	background-color: #FFF;
}
.item-detail:hover{
	-moz-box-shadow: inset 0 0 2px 2px #CCC;
	-webkit-box-shadow: inset 0 0 2px 2px #CCC;
	box-shadow: inset 0 0 2px 2px #CCC;
}
.item-detail.grabbed{
	position: absolute;	
}
.item-detail>img{max-height: calc(100% - 45px); max-width: 100%; margin: auto; margin-bottom: 5px;}
.company{
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
.company>h4{
	padding: 10px;
	background-color: #EEE;
	margin: 0;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	position: relative;
}
.company>h4:after{
	content: "\f13a";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	position: absolute;
	right: 10px;
}
.company.closed>h4:after{
	content: "\f138";
}

.company.closed>.company_itemlist{
	display: none;
}
.company_itemlist{
	padding: 10px;
	transition: display ease 2s;
}
.relative{ position: relative; }
#autoscroll.follow{
	position: absolute;
	top: 0;
}

.multi{
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.multi-200{ max-height: 200px; overflow: auto; }
input[type="text"] + .multi{
	border-top: none;
}
input[type="text"]:focus + .multi{
	border-color: #66afe9;
}
.list-item{ margin: 5px 0px; overflow: hidden;  }
.list-item > label{
	width: 100%;
	padding: 2px 12px;
	border: 1px solid transparent;
	background-color: #EEE;
	cursor: pointer;
	margin: 0;
}
.list-item > label.select-square:after{
	height: 100%; 
	border-left: 22px solid #0091d9;
}
.list-item:hover > label{
	background-color: #CCC;
}
.list-item:not(.show-input) > label > input{
	display: none;
}
.list-item.show-input > label > input{
	margin: 4px 10px 0 0;
}
.list-item.show-input > label > i{
	margin-right: 5px;	
}

.input-clear{ position: relative; }
.input-clear-btn{
	position: absolute;
	top: 3px;
	right: 5px;
	color: #555;
	font-size: 25px;
	line-height: 100%;
	cursor: pointer;
	opacity: 0.5;
}
.input-clear-btn:hover{
	opacity: 1;
}
.input-clear > input:invalid + .input-clear-btn{
	display: none;
}
.loading-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
}
.loading-text{
	width: 100%;
	margin-top: 20px;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
	text-align: center;
}
.loading-text > i{ margin-left: 20px; }

.minHeight100{ min-height: 100px; }

.fa-spin.fa-steps{
	-webkit-animation: spin 0.75s steps(8, end) infinite;
	-moz-animation: spin .75s steps(8, end) infinite;
	-o-animation: spin .75s steps(8, end) infinite;
	animation: spin .75s steps(8, end) infinite;
}

.fixed-bottom{
	width: 100%;
	height: 100%;
	text-align: right;
}
.fixed-bottom > div:not(.hold){
	position: fixed;
	bottom: 0;
	right: 10px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #CCC;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0px 0px 5px 0px #555;
	-moz-box-shadow: 0px 0px 5px 0px #555;
	-ms-box-shadow: 0px 0px 5px 0px #555;
	-o-box-shadow: 0px 0px 5px 0px #555;
	box-shadow: 0px 0px 5px 0px #555;
}

.nav-fixed-to-content{
	position: fixed;
	left: 225px;
	right: 5px;
	z-index: 10;
	padding-top: 10px;
	top: 88px;
}
.nav-fixed-to-content + .tab-content{
	padding-top: 55px!important;
}
.nav-fixed-to-content + .tab-content > .loading > .loading-text{
	margin-top: 50px;
}

/* Edit addItemAll */
.checkall{
	position: absolute;
	top: 0;
	left: 5px;
}
.noMargin{ margin: 0; }
.noPadding{ padding: 0; }
.noBorder{ border: none; }
.paddingTop50{ padding-top: 50px; }

/* Ratio-box */
.rbox{
	position: relative;
	width: 100%;
	display: inline-block;
}
.rbox:before{
	margin-top: 100%;
	content: '';
	display: block;
}
.rbox[data-ratio="2:1"]:before{ margin-top: 50%; }
.rbox[data-ratio="1:2"]:before{ margin-top: 200%; }
.rbox[data-ratio="4:3"]:before{ margin-top: 75%; }
.rbox[data-ratio="16:9"]:before{ margin-top: 56.25%; }

.rbox > div{
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	overflow: hidden;
}
.payment-options > i{
	cursor: pointer;
	color: #3276b1;
	margin-left: 10px;
}