@font-face {
  font-family: 'Clicker Script';
  font-style: normal;
  font-weight: 400;
  src: local('Clicker Script'), local('ClickerScript-Regular'), url(Zupmk8XwADjufGxWB9KThLDH3ri20rYH10B2w3wbVeU.woff) format('woff');
}

ol, ul {
	list-style: none;
}

body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	color: 666;
	background: #F7F7F7;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px;
	font-style: normal; 
	font-weight: normal; 
	color: #585858; 
}

a {
	color: #b00000;
}

a:vistited {
	color: #b00000;
}

body > div {
	width: 1002px; 
	text-align: left;
	margin: 0 auto;
}

body{
	font-family: georgia,palatino,"palatino linotype",times,"times new roman",serif;
}

.administration-tools {
	display: none;
}

.2overlapping-left {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent #580000 #580000 transparent;
	display: inline-block;
	position: absolute;
}

.navigation-div {
	text-align: center;
	background: #b00000 url(/icon/design/restaurant-marienhof/pattern8.png);
	border: 1px solid black;
	margin-left: 0px;
	position: relative;
	z-index: 500;
	font-size: 16px;
}

.navigation-div a{
	text-decoration: none;
	font-size: 12px;
}

.navigation-div > div {
	border: 1px solid #bc2626;
}

ul.navigation {
	display: inline-block;
}

ul.navigation li {
	float: left;
	padding: 5px;
	margin-right: 5px;
	line-height: 20px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.navigation li:hover {
	background: white;
	color: #b00000;
}

ul.navigation li a{
	color: inherit;
	text-decoration: none;
	font-size: 19px;
}

ul.navigation li:hover{
	
}

ul.navigation {
	overflow: auto;
}

ul.sortable img {
	
	float: right;
}

ul.sortable div:hover{
	cursor: move;	
}

ul.sortable li {
	margin-left: 20px;
}

ul.sortable > li {
	margin-left: 0px;
}

.main-body-div {
	border: 1px solid #CCC;
	margin-top: -41px;
	margin-left: -5px;
	margin-right: -5px;
}

form {
	background: white;
	padding: 5px;
	border: 1px solid #ccc;
}

form label{
	display: block;
	width: 150px;
	padding-top: 5px;
	vertical-align: top;
}

form label.label-break-after {
	float: none;
}

form textarea{
	width: 400px;
	height: 100px;
	clear: both;
	border-radius: 3px;
	border: 1px solid grey;
}

form input[type="text"], form select {
	height: 20px;
	width: 400px;
	border-radius: 3px;
	border: 1px solid grey;
}

form > div:last-child {
	padding-left: 150px;
}

form input[type="submit"] {
	text-align: center;
	background: #b00000 url(/icon/design/restaurant-marienhof/pattern8.png);
	border: 1px solid black;
	line-height: 25px;
	margin-top: 10px;
	display: inline-block; 
	padding: 2px 10px 2px 10px; 
	color: white;
	cursor: pointer;
	margin-left: 2px;
	text-decoration: none;
	width: 250px;
}

form .CodeMirror{
	clear: both;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

form > div {
	margin-bottom: 2px;
}

.ui-tabs{
	width: 100%;
}

.ui-tabs > div {
	border: 1px solid grey;
	border-radius: 5px;
}

.ui-tabs > ul {
	margin-left: 10px;	
}

.ui-tabs > ul li{
	line-height: 30px;
	float: left;
	border: 1px solid grey;
}

.ui-tabs > ul li a{
	line-height: 20px;
	padding: 2px;
}

.ui-tabs > div {
	clear: both;
}

#editor { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.form-error-div {
	background-color: #FA8072;
	border: 1px dotted black;
	padding: 3px;
}

.admin-toolbar {
	font-size: 12px;
	background: #7b1c1a;
	position: fixed;
	left: 0px;
	top: 2px;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 15px 5px 15px 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.admin-toolbar a {	
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.template-footer > div {
	margin-top: 10px;
	float: left;
	margin-right: 3px;
}

table {
	width: 100%;
}

/* table tr td{ */
/* 	background: #eef4f9;; */
/* 	color: 333; */
/* 	padding: 5px; */
/* } */

/* table tr:FIRST-CHILD td{ */
/* 	background: #1a4265; */
/* 	color: white; */
/* 	font-weight: bold; */
/* 	padding: 5px; */
/* } */

.button {
	background: #1a4265;
	color: white;
	text-decoration: none;
	border-radius: 2px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #1a4265;
	display: inline-block;
	margin-right: 2px;
}

.button:hover {
	background: #eef4f9;;
	color: 333;
	cursor: pointer;
}

.user-type-attribute-body > div{
	float: left;
}

.user-type-attribute-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.unassigned-part-div {
	border: 1px solid black;
	padding: 5px 0px 5px 0px; 
	border-radius: 5px;
	width: 300px;
}

.unassigned-part-div .button{
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	border: 0px;
	border-top: 1px solid #1a4265;
	border-bottom: 1px solid #1a4265;
	border-radius: 0px;
}

.unassigned-part-div li{
	display: block;
	border-bottom: 1px solid 333;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.unassigned-part-div li:last-child{
	border-bottom: 0px;
}

.unassigned-part-div form{
	border-top: 1px solid 333;
}

.unassigned-part-div li:hover{
	background-color: #eef4f9;
	cursor: pointer; 
}

.unassigned-part-div li a{
	float: right; 
	padding-left: 5px;
}

.unassigned-part-div label {
	width: 100px;
	padding-left: 5px;
}

.unassigned-part-div input, .unassigned-part-div select {
	width: 190px;
}

.unassigned-part-div .option-div label {
	padding-left: 20px;
	width: 85px;
}

.unassigned-part-div .option-div input {
	width: 93px;
	margin-right: 3px;
}

.assigned-part-div {
	border: 1px solid black;
	padding: 5px 0px 5px 0px; 
	border-radius: 5px;
	width: 690px;
	margin-left: 5px;
}

.assigned-part-div .button{
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	border: 0px;
	border-top: 1px solid #1a4265;
	border-bottom: 1px solid #1a4265;
	border-radius: 0px;
}

.assigned-part-div div.attribute-group-div{
	border-bottom: 1px solid 333;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.assigned-part-div div.attribute-group-div:last-child{
	border-bottom: 0px;
}

.assigned-part-div div.attribute-group-div a{
	float: right; 
	padding-left: 5px;
}

.assigned-part-div div.attribute-group-div:hover{
	background-color: #eef4f9;
	cursor: pointer; 
}

.assigned-part-div div.assigned-attributes-div {
	border-bottom: 1px solid 333;
	line-height: 25px;
	
}

.assigned-part-div div.assigned-attributes-div ul{
	min-height: 20px;
}

.assigned-part-div div.assigned-attributes-div a{
	float: right;
	margin-left: 5px;
}

.assigned-part-div div.assigned-attributes-div li {
	padding-left: 25px;
	padding-right: 5px;
}

.assigned-part-div div.assigned-attributes-div li:hover{
	background-color: #eef4f9;
	cursor: pointer; 
}

.assigned-part-div form{
	border-top: 1px solid 333;
}

.assigned-part-div label {
	width: 150px;
	padding-left: 5px;
}

.assigned-part-div input, .assigned-part-div select {
	width: 500px;
}

.clear {
	clear: both;
}

.ui-state-active {
	background: #346587;
}

.ui-state-hover {
	background: #EEE;
}

.sortable-placeholder {
	display: block;
	background: #08c;
	height: 25px; 
}

.attribute-option-sortable label {
	cursor: move;
}

.user-attribute-group {
	border: 1px solid #333;
	margin-bottom: 5px;
	border-radius: 5px;
	width: 330px;
	float:left;
	margin-right: 2px;
}

.user-attribute-group > div {
	padding-left: 5px;
}

.user-attribute-group > div {
	padding-left: 5px;
	background: 
}

.user-attribute-group > div:nth-child(even){
	background: #eef4f9;;
	color: 333;
	
}

.user-attribute-group > div:LAST-CHILD {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.user-attribute-group > div.header-div {
	border-bottom: 1px solid #333;
	padding: 5px;
	background: #1a4265;
	color: white;
	font-weight: bold; 
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#PDT_AUTOCOMPLETER {
	background: white;
	position: absolute;
	z-index: 99999;
	padding: 5px;
	border: 1px solid grey;
	border-top: 0px solid grey;
}

#PDT_AUTOCOMPLETER li{
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}

#PDT_AUTOCOMPLETER li:hover{
	background: #eef4f9;
	cursor: pointer;
}

#PDT_AUTOCOMPLETER li.selected-element{
	background: #1a4265;
	color: white;
}

#PDT_AUTOCOMPLETER .no-result-div {
	font-style: italic;
	color: #999;
}

.autcompleter-list {
	display: inline-block;
	margin-left: 10px;
}

.autocomplete-seletected-element {
	background: #1a4265;
	color: white;
	display: inline-block;
	padding: 3px;
	margin-right: 2px;
}

.tag-close {
	margin-left: 3px;
	background: grey;
	color: white;
	text-decoration: none;
	font-size: 10px;
	padding: 0px 3px 1px 3px;
	border-radius: 10px;
}

.tag-close:hover {
	background: #666;
}

/**
PERMISSION-ADMIN
*/

div.permission-modlet {
	margin-top: 5px;
}

div.permission-name {
	padding: 5px;
	border: 1px solid grey;
	font-weight: bold;
}

div.permission-name:hover {
	cursor: pointer;
}

table.permission-group-table tr:FIRST-CHILD > td {
	text-align: center;
} 

table tr.permission-table-row-outer >td:FIRST-CHILD {
	width: 50px;
}

table.permission-table td{
	width: auto;
	white-space: nowrap;
}
	
table tr td.permission-value{
	background: white;
	height: 25px;
	border: 1px solid grey;
}

/**
uis
*/

.permission-granted {
	background: #99FF00 !important;
}

.permission-revoked {
	background: #FF6633 !important;
}

/**
MEDIA-POOL
*/

.media-pool-div .navigation-div {
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#E2E1E1));
	height: 40px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #A7A7A7;
	border-radius: 3px 3px 0px 0px;
	padding: 3px;
}

.media-pool-div .navigation-div .action-icon {
	display: inline-block;
	margin-top: 20px;
}

.media-pool-div .navigation-div .action-icon img {
	height: 16px;
}

.media-pool-div .favourites-div {
	background: #D7DDE4;
	padding: 5px;
	height: 100%;
}

.media-pool-div .content-div {
	height: 450px;
	
}

.media-pool-div .content-div > div{
	float:left;
}

.media-pool-div .content-div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.media-pool-div .content-div > div:not(.favourites-div) {
	border-right: 1px solid #D4D4D4;
	width: 150px;
	padding-top: 1px;
	height: 100%;
}

.file-item {
	padding: 2px 2px 2px 5px;
}

.file-item {
	cursor: default;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.file-item-selected {
	color: white;
	background: #3C77D4;
}

.file-icon {
	height: 16px;
	vertical-align:middle;
	margin-right: 2px;
}

.file-upload-progress {
	margin-left: 20px;
	width: 100px;
	background: #B9B9B9;
	border-radius: 5px;
	height: 10px;
}
.file-upload-progress-inner{
	display: inline-block;
	background: white;
	border-radius: 5px;
	height: 8px;
	padding: 1px;
}

.previewImageDiv {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}

.previewImageDiv img {
	width: 135px;	
}

.file-detail-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.file-detail-row > div {
	float:left;
	font-size: 10px;
}

.file-detail-row > div.file-detail-label {
	width: 35%;
	color: #888;
	padding-left: 5px;
}

.cms-element {
	display: inline;
}

.paddingTop50 {
	padding-top: 50px;
}

.paddingBottom20 {
	padding-bottom: 20px;
}

.paddingLeft20 {
	padding-left: 20px;
} 

.paddingRight20 {
	padding-right: 20px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.centerContent {
	width: 1012px;
	text-align: center;
	margin-top: 10px;
}

.ornament {
	background: url('/icon/design/restaurant-marienhof/ornament.png') no-repeat;
	height: 20px;
	width: 157px;
	margin: 0 auto; 
	text-align: left;
}

.body-content-div {
	margin-top: 30px;
}

.body-content-div h1 {
	margin-bottom: 20px;
	color: #b00000; 
	font-size: 24px;
}

.body-content-div .imageWrapper {
	text-align: center;; 
}

/**
MENU
**/

#booklet {
	overflow:hidden;
    overflow-y:hidden;
	white-space: nowrap;
}

.menu-page {
	position: static;
	height: 500px;
	width: 461px;
	margin-left: 10px; 
	display: inline-block;
	vertical-align:top;
	padding-right: 10px;
} 

#booklet:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sliderArrowLeft {
	padding: 10px; 
	background: #b00000; 
	display: inline-block;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: absolute;
	margin-left: -53px;
	margin-top: 150px;
}

.sliderArrowRight {
	padding: 10px; 
	background: #b00000; 
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	margin-left: 991px;
	margin-top: 150px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.gallery a {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
}

.galleryPreview {
	margin-right: 7px;
}

.galleryPreview > div:last-child{
	border-top: 1px solid #AAA;
}

.galleryPreview  a{
	color: #b00000;
	text-decoration: none;
}

.galleryPreviewList {
	
}

.galleryPreviewList div.cms-item {
	display: inline-block;
}

.modlet-move-placeholder {
	background: #CCCCCC;
}

.bookmark {
	margin-top: -60px;
	margin-bottom: 20px;
	text-align: center;
}

.bookmark .navigation-div {
	color: white;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}


.modlet-instance-action-bar {
	text-align: right;
}

.modlet-instance-action-bar a {
	display: inline-block;
}

.modlet-add-handle {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -408px -97px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.modlet-delete-handle {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -456px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none
}

.modlet-configuration-handle {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -432px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none
}

.modlet-move-handle {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -456px -144px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none
}

.add-icon {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -408px -97px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.edit-icon {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: 0px -72px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.icon-time {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -48px -24px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.icon-calendar {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -192px -120px;;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.icon-chevron-up {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -288px -120px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.icon-chevron-down {
	background-image: url("/icon/design/restaurant-marienhof/glyphicons-halflings.png");
    background-position: -313px -119px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: text-top;
    width: 14px;
    text-decoration: none;
}

.pdt-tooltip {
	border: 1px solid #333;
	background: #b00000;
	border-radius: 3px;
	border-bottom-left-radius: 0px;
	color: white;
	padding: 5px;
	position: absolute;
	display: inline-block;
	width: auto;
	display: none;
	z-index:999;
}

.form-field-tooltip {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 350px;
	font-size: 12px;
	
	line-height: 18px;
	border-radius: 3px;
	border: 0px solid #333;
	color: inherit;
	background: transparent;
}

.message-display-div {
	display: none;
	position: fixed;
	z-index: 999;
	background: #69A625;
	color: white;
	font-weight: bold;
	text-align: center;
	max-width: none;
	width: 100%;
}

.live-edit-active {
	outline: 1px dashed black;
}

.float-boxes {
	text-shadow: #000 1px 1px 1px;
}

.dropdown-menu	{
	display: none;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);
	   -moz-box-shadow:0 0 10px rgba(0,0,0,.15);
	        box-shadow:0 0 10px rgba(0,0,0,.15);
	position:absolute;
	padding:9px;
	z-index:8040;
}

.bootstrap-datetimepicker-widget .dow,
.bootstrap-datetimepicker-widget .day	{
	padding:8px 4px 7px;
	width:14.285%;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td.active.active:hover,
.bootstrap-datetimepicker-widget td span.active:active, 
.bootstrap-datetimepicker-widget td span.active.active	{
	background:#E60005;
}
.bootstrap-datetimepicker-widget .picker-switch	{
	padding:8px 0 7px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget .picker-switch:hover {
	background: #EEE;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget td.separator	{
	vertical-align:middle;
}
.bootstrap-datetimepicker-widget.has-date .datepicker	{
	padding:5px 0;
}
.bootstrap-datetimepicker-widget.has-time .timepicker	{
	padding:15px 0 5px;
}

.timepicker-picker	{
	padding-bottom:10px;
}

.btn {
  background-color:#eee;
	background-image:-webkit-linear-gradient(top,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image:   -moz-linear-gradient(top,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image:    -ms-linear-gradient(top,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image:     -o-linear-gradient(top,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image:        linear-gradient(to bottom,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
  border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
  cursor: pointer;
  color:#666;
  display:inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom:0;
	outline:none;
  overflow:hidden;
  padding:4px 9px;
  position:relative;
  text-align: center;
  text-decoration:none;
  vertical-align: middle;
  visibility:visible;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus,
.btn:hover,
.btn.active	{
	background-color:#ddd;
	background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background-image:   -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background-image:    -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background-image:     -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background-image:        linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	border-color:#999;
	color:#666;
  text-decoration:none;
}

.formFieldActionFields {
	display: none;
}

.formFieldActionFieldsExtended {
	display: block;
	position: absolute;
	width: 500px;
	height: 30px;
	left: -999px;    
	border: 1px solid #000;
	background-color: #fff;
}