﻿body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: normal;   /* Somehow vertical scroll is visible if this is set to 1 as default (offcanvas) */
}

.flag-bg {
    background-color: #1c1c1c;
    padding: 0 !important;
    height: 50px;
    line-height: 50px;
}

.menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-top: 20px;

  width: 100%;
  height: 9.6rem;

  background-color: #f3f7f2;

  .logo {
    width: auto;
    height: 120%;

    img {
      width: 100%;
      height: 100%;
    }
}
}

#CDSWIDCOE {
    width: auto !important;
}

.mainContent {
  background-color: #fff;
}

.maincolumn {
  padding: 1.5rem 0;
}

.flexContainer {
    display: flex; /* or inline-flex */
    flex-wrap: wrap;
    align-items: flex-end; /* bottom */
}

.lrlpanel,
.bookingpanel {
    border: solid 2px #a79e9e;
    color: white;
    padding: 0 !important;
}

.lrlpanel header,
.bookingpanel header {
    background-color: #660000;
    padding: 10px;
    height: 100px;
}

.lrlpanel header h2,
.lrlpanel header h3,
.lrlpanel header h5,
.lrlpanel header h6,
.bookingpanel header h2,
.bookingpanel header h3,
.bookingpanel header h5,
.bookingpanel header h6 {
    color: white;
}

.lrlpanel section {
    background-color: #dfd8d8;
    color: black;
}

.bookingpanel section {
    background-color: #dfd8d8;
    color: black;
    padding: 10px 10px 1px;
}

.lrlpanel section img,
.bookingpanel section img {
    width: 100%;
}

.lrlpanel footer {
    background-color: #dfd8d8;
    padding: 10px;
    color: black;
}

.bookingpanel footer {
    background-color: #dfd8d8;
    color: black;
}

.bookbutton {
    margin: 0;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
}

.frontpagebox header {
    padding-bottom: 0.5rem;
    min-height: 85px;
}

.frontpagebox h6,
.frontpagebox h2 {
    margin: 0;
}

.frontpagebox footer {
    margin: 0;
    padding: 5px 0 0 0;
}

.imageFrame {
	padding: 3px;
	border: solid 1px #ccc;
	background-color: #fff;
	
	-moz-box-shadow: 1px 1px 5px #333333;
	-webkit-box-shadow: 1px 1px 5px #333333;
	box-shadow: 1px 1px 5px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#333333');
}

.flag_imageFrame {
	border: solid 1px #666666;
	
	-moz-box-shadow: 1px 1px 5px #333333;
	-webkit-box-shadow: 1px 1px 5px #333333;
	box-shadow: 1px 1px 5px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#333333');
}

.flag-block {
    display:inline-block; 
    vertical-align: top; 
    width: 300px; 
    padding-bottom: 5px; 
    font-size: 12px;
}

@media (min-width: 40.063em) {
  .login-top-padding {
        padding-top: 5rem;
    }

  .login-bottom-padding {
        padding-bottom: 5.5rem;
    }
}

@media (max-width: 40.063em) {
  .login-bottom-padding {
        padding-bottom: 0.5rem;
    }

    /* Make scrollbar visible for mobile devices */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    /* end */
}

.klart_widget {
    width: 100% !important;
}

/* login */
#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

            fieldset ol li input {
                margin: 0;
                padding: 0;
            }

label.checkbox {
    display: inline;
}

.input-validation-error {
    background-color: #f7e7e7;
}

/* Blog */

.blog_post .blog_title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
  letter-spacing: -0.5px;
	color: #000000;
	font-size: 1.3rem !important;
}

.blog_post .blog_title a {
	color: #660000;
	border: none;
}

.blog_post .blog_meta {
	margin-bottom: 30px;
	padding: 15px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: url(/Content/images/line.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog_post .blog_meta .blog_date {
	float: left;
}

.blog_post .blog_meta .blog_posted {
	float: right;
}

.blog_post .blog_meta a {
}

.blog_post .blog_entry {
	text-align: justify;
}

.blog_links {
	font-size: 12px;
	font-weight: bold;
    float: left;
}

.blog_links_all {
    font-size: 12px;
    font-weight: bold;
    float: right;
}

.blog-latest:hover {
    color: #8d8d8d;
}

/* End News */
/* Style date picker */
td a.ui-state-hover {
    border: black solid 1px !important;
}

td.booking-available a {
    background: #BFD3A9      !important;
}

td.booking-unavailable a {
    background: #ECB084        !important;
    color: black                        !important;
}

td.booking-full a {
    background: #ED9A99        !important;
    color: black                        !important;
}

td.ui-datepicker-current-day {
    background-color: black !important;
}

td.ui-datepicker-current-day a {
    border: black solid 1px !important;
    color: black !important;
}

/* Override from foundation.css */
a {
    color: #660000;
}

a:hover,
a:focus {
        color: #660000;
    }

button,
.button {
    background-color: #333333;
    border-color: #a79e9e;
  border-radius: 10px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
        background-color: #8d8d8d;
    }

.button-red {
    background-color: #660000;
    border-color: #a79e9e;
}

.button-red:hover,
.button-red:focus {
        background-color: #8e7070;
    }

.button-green {
    background-color: #296600;
    border-color: #a79e9e;
}

.button-green:hover,
.button-green:focus {
        background-color: #7c8e70;
    }

label {
    font-weight: bold;
    margin-bottom: 0.25rem;
    cursor: default;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial,
    sans-serif;
}

select {
    padding: 0.25rem;
  border-radius: 10px;
}

.panel.radius {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.row {
    /*max-width: 971px;*/
  /*max-width: 63rem;*/
}

/*.row .row {*/
/*  margin-left: -0.6rem;*/
/*  margin-right: -0.6rem;*/
/*}*/

.column,
.columns {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

/*p,*/
/*ul,*/
/*ol,*/
/*dl,*/
/*.row {*/
/*  font-size: 0.875rem;*/
/*}*/

h1 {
  font-size: 2.075rem;
}

h2 {
  font-size: 1.6375rem;
}

h3 {
  font-size: 1.325rem;
}

h4 {
  font-size: 1.095rem;
}

h5 {
  font-size: 1.075rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #330000;
}

.top-bar-section ul li > a {
    font-size: 0.8525rem;
}

.top-bar-section ul li.active > a {
    background: #660000;
  color: white;
}

    .top-bar-section ul li.active > a:hover {
  background: #8e7070;
}

.top-bar-section li a:not(.button):hover {
  background: #8e7070;
}

.off-canvas-wrap {
}

/* End Override */

/* Override from DayPilot Themes */
.navigator_green_main,
.navigator_white_main {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
}

.navigator_green_main div,
.navigator_white_main div {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.calendar_default_selected .calendar_default_event_inner {
    background-color: #e8e8e8 !important;
}

/* End Override */
/* Override from JQuery UI Custom */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #d8dcdf;
  background: #eeeeee
    url(/Scripts/jquery-ui-1.10.3.custom/css/lrl-theme/images/ui-bg_highlight-hard_100_eeeeee_1x100.png)
    50% 50% repeat-x;
    font-weight: bold;
    color: #004276;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #004276;
	text-decoration: none;
}

/* End Override */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mfp-figure { 
  -webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}

/* Override datatables */
.dataTables_length select {
    width: 50px;
    background-position-x: 90%;
}

.dataTables_filter input {
    width: 70%;
    display: inline;
}

div.dataTables_wrapper div.dataTables_processing {
    padding-top: 12px;
}

div.dataTables_processing {
    z-index: 1000 !important;
}

/* end override */