﻿
        .abm-hidden { display:none; }
        .abm-hidden-symbol { opacity:0; }

        .table .table { background-color:transparent; }


.loyalty {
    padding-left:5px;
}

.loyalty-notset {
    border-left:5px solid #777;
}

.loyalty-frequenter {
    border-left:5px solid #5cb85c;
}

.loyalty-onetimebooker {
    border-left:5px solid #0bacd3;
}

.loyalty-severaltimesrequester {
    border-left:5px solid #d9534f;
}

.loyalty-firsttimerequester {
    border-left:5px solid #777;
}

.loyalty-unknown {
    border-left:5px solid #777;
}


.abm-div-clickable {
    cursor:pointer;
}

.cc-logo-area img {
    height:70px;
}

.cursor-pointer {
    cursor:pointer;
}


.btn-action {
    padding:10px;
    position:relative;
}

.btn-action i {
    display:table-cell; 
    /*vertical-align:middle;*/
}

.btn-action span {
    display:table-cell; 
    vertical-align:middle;
    padding-left:10px;
    text-align:left;
    text-transform:uppercase;
    font-size:1.05em;
}

.btn-action .badge {
    position:absolute;
    top:35px;
    left:25px;
    background-color:#db5565;
    padding:4px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-size:0.55em;
}


/* RR Übersteuerung gelbe Highlight Zellen... */

.highlight {
  background: #e8e8e8;
}
.highlight td {
  background: #e8e8e8;
}
.highlight:hover {
  background: #cccccc !important;
}

/* RR: Verstecken der Statusausgabe von SELECT2 */
.select2-hidden-accessible {
    display:none;
}


.carousel .glyphicon {
    top:45% !important;
}


.status-profile-override.status-offline::before {
    background-color: #db5565;
}

.status-profile-override.status-online-noactivity::before {
    background-color: #f8f661;
}
.status-profile-override.status-online::before {
    background-color: #51bf87;
}

.status-profile-override::before {
    border-radius: 50%;
    content: " ";
    float: left;
    height: 8px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    width: 8px;
}

.status-profile-override {
    display: block;
    font-size: 13px;
    width: 100%;
    text-align:left;
    /* margin-left:65px;*/
}


/* RR: Korrektur bzgl. panel-Ränder in media-block */
.media .panel {
    margin:1px;
}

/* RR: Abgeschwächter Text */
.text-transparent { 
    opacity: 0.6; 
    filter: alpha(opacity=60); 
}


/* RR: AGB-Bestätigungsbutton */
input.inactive { opacity: 0.7; filter: alpha(opacity=70); }


/* RR: Anpassung Mauszeiger als Link */
.command-table tbody td {
    height:39px;
    cursor:pointer;
}

/* RR: Verstecken von Befehlen, wenn Zelle nicht aktiv */
.command-table tbody tr button.btn-command-hideable {
    display:none;
}

/* RR: Anzeigen von Befehlen, wenn Zelle aktiv */
.command-table tbody tr.active button.btn-command-hideable {
    display:block;
}

/* RR: Workaround damit Datepicker in Modals im Vordergrund angezeigt wird */
.datepicker{z-index:9999 !important}
.timepicker{z-index:9999 !important}


/* RR: Suchfeld über Tabellen */
.table-search-field {
    position:absolute; 
    right:23px;
    top:36px;
}

.panel-info .fa-ul {
    margin-left: 0px !important;
}


/* RR: Suchfeld über Tabellen (mit Badges, wie Regionen, etc.) */
.table-search-field2 {
    position:absolute; 
    right:62px;
    top:36px;
}


/* RR: Workaround um Dropdowns auch in Media-Auflistungen darstellen zu können */
.media  {
    overflow: visible !important;
}

/* RR: Workaround um Dropdowns darstellen zu können */
.page-content-wrapper  {
    overflow: visible !important;
}


/* Schnellerfassung  - Cart*/


.command-hover-table ul {
    margin-bottom:0px !important;
}
.command-hover-table button {
    z-index:1 !important;
}

.command-hover-table tbody td {
    height:39px;
    cursor:pointer;
}

.command-hover-table tbody tr button.btn-command-hideable {
    display:none;
}

.command-hover-table tbody tr div.open button.btn-command-hideable,
.command-hover-table tbody tr:hover button.btn-command-hideable {
    display:block;
}



.command-table ul {
    margin-bottom:0px !important;
}
.command-table button {
    z-index:1 !important;
}



/*Verfügbarkeitskalender */


.calendar-selected-day {
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.3);
    border-radius:5px;
}


/* Kalender Elemente in Schnellerfassung */


.wlCalendar-table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

.wlCalendar-table th {
    padding:5px;
}

.wlCalendar-table td {
    text-align:right;
    padding:5px;
}

th.wlCalendar-heading-month {
    background:#f5f5f5;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

th.wlCalendar-heading-day {
    text-align: right;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wlCalendar-day-spacer {
    padding:5px;
}


.wlCalendar-day-inside {
    cursor:pointer;
}

.wlCalendar-day-outside {
    color:#aaa;
}

.wlCalendar-day-past {
    color:darkgray;
}

.wlCalendar-table td.active {
    /*background:#f5f5f5; */
}

.wlCalendar-table td.wlCalendar-day-inside:hover {
    /*background:#f5f5f5; */
}


.wlCalendar-table td.wlCalendar-day-today {
    font-weight:bold;
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.3);
    border-radius:5px;
}

.wlCalendar-table td.wlCalendar-selected {
    color:#fff;
    font-weight:bold;
}

.wlCalendar-table td.wlCalendar-available {
    background: #dff0d8;
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-available {
    background: #94C11F;
}

/*.wlCalendar-table td.wlCalendar-selected.wlCalendar-available {
    background: linear-gradient(to bottom,#dff0d8 0%, #369112 2%, #369112 98%, #dff0d8 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-available {
    background: radial-gradient(farthest-side at 100% 50%, #369112 0%,#369112 95%, #dff0d8 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-departure.wlCalendar-available {
    background: radial-gradient(farthest-side at 0% 50%, #369112 0%, #369112 95%, #dff0d8 100%);
}

.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-departure.wlCalendar-available {
    background: radial-gradient(farthest-side at 50% 50%, #369112 0%, #369112 95%, #dff0d8 100%) !important;
}*/

.wlCalendar-table td.wlCalendar-available:hover {
    background: #94C11F;
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-available:hover {
    background: #94C11F;
}

/*.wlCalendar-table td.wlCalendar-selected.wlCalendar-available:hover {
    background: linear-gradient(to bottom,#d0e9c6 0%, #26660c 2%, #26660c 98%, #d0e9c6 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-available:hover {
    background: radial-gradient(farthest-side at 100% 50%, #26660c 0%, #26660c 95%, #d0e9c6 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-departure.wlCalendar-available:hover {
    background: radial-gradient(farthest-side at 0% 50%, #26660c 0%, #26660c 95%, #d0e9c6 100%);
}

.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-departure.wlCalendar-available:hover {
    background: radial-gradient(farthest-side at 50% 50%, #26660c 0%, #26660c 95%, #d0e9c6 100%) !important;
}*/

.wlCalendar-table td.wlCalendar-unavailable {
    background: #c9c9c9;
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-unavailable {
    background: #c9c9c9;
}

/*.wlCalendar-table td.wlCalendar-selected.wlCalendar-unavailable {
    background: linear-gradient(to bottom,#f2dede 0%, #911111 2%, #911111 98%, #f2dede 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-unavailable {
    background: radial-gradient(farthest-side at 100% 50%, #911111 0%, #911111 95%, #f2dede 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-departure.wlCalendar-unavailable {
    background: radial-gradient(farthest-side at 0% 50%, #911111 0%, #911111 95%, #f2dede 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-departure.wlCalendar-unavailable {
    background: radial-gradient(farthest-side at 50% 50%, #911111 0%, #911111 95%, #f2dede 100%) !important;
}*/

.wlCalendar-table td.wlCalendar-unavailable:hover {
    background: #ebcccc;
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-unavailable:hover {
    background: #660c0c;
}

/*.wlCalendar-table td.wlCalendar-selected.wlCalendar-unavailable:hover {
    background: linear-gradient(to bottom,#ebcccc 0%, #660c0c 2%, #660c0c 98%, #ebcccc 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-unavailable:hover {
    background: radial-gradient(farthest-side at 100% 50%, #660c0c 0%, #660c0c 95%, #ebcccc 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-departure.wlCalendar-unavailable:hover {
    background: radial-gradient(farthest-side at 0% 50%, #660c0c 0%, #660c0c 95%, #ebcccc 100%);
}
.wlCalendar-table td.wlCalendar-selected.wlCalendar-arrival.wlCalendar-departure.wlCalendar-unavailable:hover {
    background: radial-gradient(farthest-side at 50% 50%, #660c0c 0%, #660c0c 95%, #ebcccc 100%) !important;
}*/




/* Multi-Column-Dropdown */

.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown {
	list-style: none;
    padding-left:0;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.websline-contextmenu {
    position:absolute; 
    display:none;
}

.websline-contextmenu ul {
    display:block;
}


/*RR Bessere Visualisierung des Link-Einfüge-Modal*/
.modal .modal-content {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3) !important;
}
















.abm-calendar table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

.abm-calendar th {
    padding:5px;
}

.abm-calendar-row-month th {
    background:#f5f5f5;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.abm-calendar-row-dayofweek th {
    text-align: right;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.abm-calendar td {
    text-align:right;
    padding:5px;
}


.abm-calendar-day-inside {
    cursor:pointer;
}

.abm-calendar-day-outside {
    /*color:#aaa;*/
    opacity:0.5;
    cursor:pointer;
    /*background: none !important;*/
}

.abm-calendar-day-past {
    color:darkgray;
}

.abm-calendar-day-today {
    font-weight:bold;
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.3);
    border-radius:5px;
    background-color: white !important;
}




.abm-calendar table td.abm-calendar-available {
    background: #dbf1a1;
}
.abm-calendar table td.abm-calendar-selected.abm-calendar-available {
    background: #94C11F;
}


.abm-calendar table td.abm-calendar-available:hover {
    background: #94C11F;
}
.abm-calendar table td.abm-calendar-selected.abm-calendar-available:hover {
    background: #94C11F;
}


.abm-calendar table td.abm-calendar-unavailable {
    background: #c9c9c9;
}
.abm-calendar table td.abm-calendar-selected.abm-calendar-unavailable {
    background: #919191;
}


.abm-calendar table td.abm-calendar-unavailable:hover {
    background: #ebebeb;
}
.abm-calendar table td.abm-calendar-selected.abm-calendar-unavailable:hover {
    background: #666666;
}

.abm-calendar-legend {
    text-align:left !important;
}

 .abm-calendar-day-outside.abm-calendar-available.abm-calendar-selected {
background-color:none !important;

}

 .abm-calendar-day-outside.abm-calendar-available.abm-calendar-selected:hover {
background-color:none !important;

}





.dropdown-submenu > ul.dropdown-menu::before, .dropdown-submenu > ul.dropdown-menu::after {
    border:none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Fix für Tooltipbreite-Bootstrap */
div.tooltip-inner {
    max-width: 200px;
}

@media only screen and (max-width: 1360px) {
    .navbar-nav .navigation-button {
        display: none;
    }
}


.cms-design-preview {
    width: 80px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.cms-division-preview {
    width: 80px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.cms-preview-container {
    display: flex;
}

.cms-preview-item {
    align-self:center;
}

.cms-preview-item-image {
}

.cms-preview-item-image img {
    width: 60px !important;
}

.cms-preview-item-image-big img {
    width: 100px !important;
}

.cms-preview-item-caption {
    padding-left:10px;
}

.badge-ajax {
    padding-left:0 !important;
}


.btn-dark {
    background-color: #000000;
    color: #ffffff;
}

.btn-dark:hover {
    background-color: #222222;
    color: #ffffff;
}

