@import url(reset.css);
@import url(fonts.css);

.ibelsa-body {
    overflow-y: scroll;
}
.ibelsa-body.large {
    background-color: transparent;
    padding: 0;
}
.ibelsa-content {
    background-color: #FFFFFF;
}
.ibelsa-body.large .web-booking-wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 70%;
}
.ibelsa-body, .ibelsa-select, .ibelsa-input, .ibelsa-textarea {
    color: #494A4A;
    }
.ibelsa-h3 {
    margin: 1em 0;
    font-size: 100%;
}
.ibelsa-h2 {
    margin: 1em 0;
    font-size: 100%;
}
.ibelsa-hr {
    margin: 1em 0 0;
}
.ibelsa-input[type="text"] {
    width: 3em;
}
/* DATE Calendar*/
.date {
    overflow: hidden;
    float: right;
}
.filter .date > p {
/*    padding: 3px 3px 0 0;*/
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
}
div.filter div.date p {
     margin: 5px 10px;
}
div.filter div.date input {
     width: 100px;
     height: 18px;
     border-radius: 0px;
     margin: 5px 10px;
     border: 1px solid #ccc;
     box-shadow: none;
}
.calendar-icon {
    margin-left: -32px;
    margin-top: 8px;
    color: #5C9BB4;
    font-size: 120%;
    position: absolute;
}
.filter .date img {
    vertical-align: middle;
    cursor: pointer;
}
.filter .date-from-locale,
.filter .date-to-locale {
    text-align: left;
    width: 6em;
}
.filter .date-from-icon {
    margin-right: 10px;
}
form {
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
.color-1,
.color-2,
.color-3,
.color-4
.color-5 {
}
.color-3 {
    background-color: #408799;
}
input[type="checkbox"] {
    margin-left: 3px;
}
.hidden-inputs input {
    width:8em;
}
.hidden-inputs {
    display:none;
}
label.error {
    margin-left: 12px;
    cursor: auto;
    color: #99401B !important;
}
.ko-link {
    padding: 8px;
    border: 1px solid #5C9BB4;
    text-decoration: none;
    cursor: pointer;
    color: #5C9BB4;
    font-size: 14px;
    font-weight: normal;
}
span.ko-link i.icon-vergroessern {
    font-size: 14px;
}
.step-1 {
    position: relative;
}
.step-4 .link-back {
    display:none;
}
.large .step-4 .close {
    display:none;
}
.large .step-4 .link-back {
}
.step-2,
.step-3,
.step-4 {
    position: relative;
    display:none;
}
.step-previous,
.step-next,
.post {
    background-color: #5C9BB4;
    border-color: #5C9BB4;
    border-radius: 0;
    color: #FFFFFF;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.33;
    padding: 10px 16px;
}
.step-1 .top-wrapper,
.step-2 .top-wrapper,
.step-3 .top-wrapper,
.step-4 .top-wrapper {
    height: 35px;
    position: relative;
}
.step-buttons {
    padding: 10px;
    position: relative;
    text-align: right;
}
.step-buttons .post {
    display:none;
}
.step-buttons p {
    margin: 1em 0;
}
.step-buttons .ajax-loader-small {
    margin: 5px;
    position: absolute;
    display:none;
    bottom: 0;
}
.head-choice {
    width: 100%;
    height: 30px;
    margin-bottom: 2%;
    padding-top: 12px;
    background-color: #5C9BB4;
}
.hidden {
    display:none;
}
#error-dialog {
    display:none;
}
.ui-datepicker {
    z-index:  350 !important;
}
.header {
    position: relative;
    margin-bottom: 20px;
    background-color:  #5C9BB4;
    color: #FFFFFF;
}
.header h2 {
    margin: 0;
}
.header h3 {
    margin: 0;
    font-size: 18px;
}
.web-booking-wrapper {
}
.web-booking {
    padding: 16px;
    background-color: #5C9BB4;
}
.book-selected-rooms {
    margin: 10px 0 0;
}
.header .left {
    float:left;
}
.header .right {
    float: right;
    z-index: 100;
}
.header .logo {
    display: block;
    margin-right: 20px;
    float: left;
}
.header .right input {
    float:right;
}
.right h1 {
    font-size: 2em;
}
.languages {
    float: right;
}
.top {
    position: absolute;
    width: 100%;
    background-color: #5C9BB4;
    display:block;
    overflow:auto;
}
.top .filter-top {
    left: 0;
    width: 50%;
}
.top .navigator {
    float: left;
    right: 0;
    bottom: 0;
}
.top .navigator .step {
    float: left;
    padding: 10px;
    background-color: #5C9BB4;
    color: #000000;
    font-size: 12px;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin-right: 3px;
}
.ibelsa-rooms .active {
    background-color: #FFFFFF !important;
}
/*
.ibelsa-rooms .top .navigator .step.inactive,
.ibelsa-rooms .top .navigator .step.clickable {
    color: #FFFFFF;
}
*/
.ibelsa-rooms .top .navigator .step.active > span {
    color: black;
}
.top .navigator .step.clickable {
    cursor: pointer;
}
input[type="button"][disabled]:active,
input[type="button"][disabled] {
    color:#888;
}
.tabs {
    padding: 10px 10px 10px 10px;
    z-index: 1;
    background-color: #FFFFFF;
    height: auto;
}
.tabs .add-room .ko-link {
    margin-left: 6px;
}
.tabs .room-wrapper {
}
.tabs .rooms {
    height: auto;
    width: 80%;
}
.tabs .add-room {
    line-height: 90px;
    overflow: hidden;
    position: relative;
    width: auto;
}
.tabs .room-wrapper {
    position: relative;
    background-color: #FFFFFF;
    width: 148px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}
div.room-wrapper div.room {
    background-color: #5C9BB4;
}
.tabs .room-wrapper-2 {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    background-color: #628DB6;
}
.tabs .room-wrapper.active {
    background-color: #5C9BB4;
}
.tabs .room-wrapper.active,
.categories-wrapper {
    background-color: #FFFFFF;
    opacity: 1;
}
.tabs .room-disabler {
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.browser-ie.version-8 .tabs .room-disabler {
    background-color: #111111;
    opacity: 0.1;
    filter: alpha(opacity=1);
}
.tabs {
    border-top-color: #8A9DB8;
    border-left-color: #8A9DB8;
    border-right-color: #8A9DB8;
}
.tabs .room {
    padding: 10px;
    margin-bottom: 5px;
    z-index: 10;
    background-color: #5C9BB4;
    color: #FFFFFF;
}
.tabs .room .view-locked {
    margin-top: 1em;
}
.browser-ie.version-8 .tabs .room .view-locked {
    margin-top: 0;
}
.tabs .room .view-unlocked {
    margin-top: 1em;
    height: 2em;
    line-height: 2em;
    position: relative;
}
.tabs .room.debug .view-locked,
.tabs .room.debug .view-unlocked {
    margin-top: 0;
}
.tabs .room .view-unlocked .hint {
    background-image: url("../gfx/icon-information.png");
    background-repeat: no-repeat;
    cursor: help;
    display: block;
    height: 24px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 24px;
    z-index: 100;
}
.tabs .room .view-unlocked .hint .tooltip {
    background-color: #FFFFFF !important;
    border: 1px solid #888888;
    cursor: text;
    line-height: 1.5em;
    padding: 2px 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 250;
    display: none;
    width: 11em;
}
.tabs .room .person-count-select,
.tabs .room .person-count-label-singular,
.tabs .room .person-count-label-plural{
}
.tabs .icon-delete {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 20;
    border: 1px solid transparent;
}
.tabs .icon-delete:hover {
    border:1px solid #444;
}
.tabs span.icon-cancel-circle {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 20;
    color: white;
}
.tabs .icon-cancel-circle:hover {
    cursor: pointer;
}
.room-type .label {
    display: inline-block;
    width: 3em;
}
.clear {
    clear:both;
}
.categories-wrapper {
    margin-top: -1px;
    padding: 10px;
    z-index: 0;
}
.categories-wrapper .messages-container {
    height: 110px;
    margin: 0 auto;
    padding: 70px 0 30px;
    text-align: center;
    top: 250px;
    width: 440px;
    z-index: 150;
    min-height: 120px;
}
.categories-wrapper .messages-container .message-ajax,
.categories-wrapper .messages-container .message-knockout {
    display:none;
}
.categories-wrapper .messages-container p {
    background-color: #F5F5F5;
    border: 1px solid #888888;
    padding: 8px;
}
.categories-wrapper .messages-container p.large {
    margin-top: -40px;
}
.categories-wrapper .messages-container .loader {
    background-image: url("../gfx/ajax-loader-3.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
}
.categories-wrapper .messages-container .message-ajax {
}
.message-ajax {
    width: 50%;
}
.categories {
    display: none;
}
.category {
    background-color: #FFFFFF;
    margin-top: 10px;
    padding: 8px;
    position: relative;
}
.category:first-child {
    margin-top: 0;
}
.category .footer {
    position: relative;
}
.category .footer hr {
    margin-bottom: 1em;
}
.category .name {
    color: #FFFFFF;
}
.category .header {
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
}
.person-count-label-plural,
.person-count-label-singular {
    color: #FFFFFF;
}
.category .name .person-count-label,
.category .name .person-count-value,
.category .name .person-count-label-singular,
.category .name .person-count-label-plural {
    display: none;
}
.category .name .person-count-label {
    text-transform: lowercase;
}
.category .name .value {
    font-weight: bold;
}
.category .price-base {
    float:right;
}
.category .description {
    width: 50%;
    float: right;
}
.category .description p {
    margin: 1em 0;
}
.category .pricing {
    float: left;
}
.category .pictures {
    float: right;
    margin: 1em 0;
    position: relative;
    overflow: hidden;
}
.category .pictures ul {
    list-style: none outside none;
}
.category .picture {
    float: left;
}
.category .ppy-placeholder {
    height: 102px !important;
    margin: 4px 0 8px 8px !important;
    width: 140px !important;
    float: right !important;
}
.category .ppy-stagewrap {
    border: 1px solid #888888;
    background-color: #DDDDDD;
}
.category .ppy-expanded .ppy-stage{
}
.category .ppy-stage {
    cursor: pointer;
    min-height: 100px;
    min-width: 138px;
}
.category .ppy-nav {
    height: 22px;
    position: absolute;
    z-index: 150;
}
.category .ppy-nav-wrap span {
    cursor: pointer;
    float: left;
    height: 22px;
    width: 22px;
    background-color: #8B8B8B;
    background-position: center center;
    background-repeat: no-repeat;
}
.category .ppy-nav-wrap span:hover {
    background-color:#5C5C5C !important;
}
.category .ppy-prev {
    background-image: url("../gfx/prev4.png");
}
.category .ppy-next {
    background-image: url("../gfx/next4.png");
}
.products > div {
    margin: 1em 0;
}
.products .optional .free {
}
.products .inclusive ul,
.products .optional ul {
    margin-left: 0;
    list-style: none outside none;
}
.products .inclusive {
}
.products .inclusive li {
    list-style: disc inside none;
    padding-left: 8px;
}
.products .optional li {
    margin-left: 8px;
}
.products li {
    margin-bottom: 1px;
}
.products .prod-table {
    width: 100%;
}
.products .prod-table  td {
    padding-left: 3px;
}
.products .prod-table td.prod-name {
    width: 140px;
}
.products .prod-table td.prod-price{
    text-align: right;
    font-weight: bold;
}
.products .prod-table td.prod-hints{
    width: 125px;
}
.pricing .price-total {
    font-weight: bold;
    font-size: 14px;
    margin: 0.5em 0 1em 0;
}
.category .prices {
    text-align: right;
}
.category .prices .price-for-period .count {
    float: left;
    margin-right: 0.5em;
}
.category .prices .value,
.category .price-base .value {
    float: right;
    margin-right: 130px;
    text-align: right;
}
.category .prices .label,
.category .price-base .label {
    float:left;
}
.category .buttons {
    text-align: right;
}
.category .buttons > input:nth-child(2) {
    margin-left: 10px;
}
.ibelsa-ui-spinner {
    float: left;
}
.add-rooms {
    line-height: 5em;
}
.icon-minus {
    opacity: 0.8;
}
.persons-label {
    margin-left:6px;
}
.result-text {
    margin:14px 0;
}
.summary {
    width: auto;
    margin: 0% 5%;
}
label.header {
    background-color: #FFFFFF;
    color: #5C9BB4;
}
.summary .ibelsa-h4 {
    margin-bottom: 0.5em;
}
.summary .column {
    float:left;
}
.summary .rooms {
    float: right;
}
.browser-ie.version-8  .summary .rooms {
    text-align:right;
}
.summary .dates {
    padding-right: 0;
}
.summary .rooms td.values-rooms {
    padding-right: 6px;
    text-align: left;
}
.summary .rooms td.values-prices {
    text-align: right;
    min-width: 100px;
}
.summary .rooms .header-rooms {
    text-align: left;
    padding-bottom: 0.5em;
}
.summary .rooms .header-prices {
    text-align: right;
    padding-bottom: 0.5em;
}
.summary .price-total {
    margin-top: 1em;
}
.summary .price-total td {
    padding-top: 1em;
}
.summary .price-total,
.summary .rooms table {
}
.summary .price-total .value {
    float:right;
}
.newsletter,
.conditions,
.guest-data,
.booking-type,
.contact-data {
    margin: 5%;
    position: relative;
}
.contact-data .required-hint {
    margin: 1em 0;
}
.contact-data .row,
.guest-data .row,
.booking-type .cc .row {
    height: 2em;
}
.step-3 .contact-data .row {
    height: 1.2em;
}
.step-3 .guest-data .row {
    height: auto;
}
.contact-data .row .label,
.guest-data .row .label,
.booking-type .cc .label {
    line-height: 2em;
    position:absolute;
}
.guest-data .row.room .label,
.guest .row.room .label {
    left: 0;
}
.step-3 .contact-data .row .label,
.step-3 .guest-data .row .label {
    line-height: inherit;
}
.contact-data .row .value,
.guest-data .row .value,
.booking-type .cc .value {
    width: 40%;
    margin-left: 30%;
}
.guest-data .row.editable .value {
    width: auto;
}
.contact-data .row input[type="checkbox"].value,
.guest-data .row input[type="checkbox"].value {
    width: auto;
    margin-top: 6px;
}
.contact-data .row select.value,
.guest-data .row select.value {
    width: auto;
}
.contact-data .row.email {
}
.contact-data .row.title select,
.guest-data .row.title select {
    width: 100px;
}
.contact-data .row.street .street-number {
    margin-left: 20px;
    width: 40px;
}
.contact-data .row.zipcode-city .zipcode {
    width: 60px;
}
.contact-data .row.zipcode-city .city {
    margin-left: 20px;
    width: 158px;
}
.guest-data {
}
.guest-data .guests {
}
.guest-data .guest {
    margin-top: 24px;
}
.guest-data .guest:first-child {
    margin-top: 0;
}
.guest-data .row.room span {
    font-weight:bold;
}
.guest-data .row.room .value {
    line-height:2em;
}
.guest-data .row.title .label {
    left:0;
}
.guest-data .row.title .value {
    float:left;
}
.guest-data .row.editable {
    margin-left: 2px;
}
.guest-data .row.editable .value {
}
.guest-data .row.editable .label {
    margin-left: 4px;
}
.guest-data .row.comment {
    height: 9em;
}
.step-3 .guest-data .row.comment {
    height: auto;
}
.booking-type {
}
.booking-type ul {
    margin-left: 0;
}
.booking-type li {
    list-style: none outside none;
    margin-bottom: 1em;
}
.booking-type .default.no-radio label,
.booking-type .default.no-radio p {
    cursor: text;
    margin-left: 0;
}
.booking-type .cc .expiry .input-text {
    width: 10em;
}
.booking-type .guaranteed .cc {
    margin-top: 1em;
}
.booking-type .guaranteed .cc .label {
    height: 2em;
    line-height: 2em;
}
.booking-type li .input-radio,
.newsletter input {
    position: absolute;
}
.conditions .additional-conditions {
    margin-top: 1em;
}
.conditions .general-conditions input,
.conditions .additional-conditions input {
    position: absolute;
}
.booking-type li .header,
.booking-type li .text,
.booking-type .guaranteed .cc .label,
.conditions .text,
.conditions label.error,
.newsletter .text {
    margin-left: 24px;
    margin-top: 0;
}
.booking-type li .header {
    font-weight: bold;
}
.conditions .general-conditions {
}
.conditions div {
    position: relative;
    width: 470px;
}
.conditions label.error {
}
.success {
    padding: 5%;
}
.success h1 {
    font-size: 20px;
    margin: 16px 0;
}
/** Gallery **/
.slider-wrapper {
    width: 50%;
    height: auto;
}
.theme-light.slider-wrapper {
    padding: 0;
    position: relative;
}
.nivoSlider {
    position:relative;
    overflow: hidden;
}
.nivoSlider a {
    border:0;
    display:block;
}
.theme-light .nivoSlider img {
    width: 100%;
    height: auto;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img  {
    width: 48px;
    height: 48px;
}
.theme-light .nivo-controlNav a {
    margin: 0 1px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a  {
    margin-bottom: -1px;
}
.has-pictures {
    height: auto;
    position: relative;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled,
.theme-light .nivo-thumbs-enabled {
    position: relative;
    width: auto;
    height: auto;
}
.nivo-directionNav {
    position: absolute;
    top: 113px;
    right: 3px;
}
.theme-light .nivo-thumbs-enabled .nivo-control {
    border: 1px solid #FFFFFF;
}
.theme-light .nivo-thumbs-enabled .active {
    border: 1px solid #000000;
}
.theme-light .nivoSlider {
    margin: 0;
    padding: 0;
    border: 1px solid #000000;
    width: 100%;
}
.nivo-directionNav {
}
.category .description .has-pictures .huge-image .icon,
.category .description .has-pictures .slider-wrapper .icon {
    background: transparent url('../gfx/click-plus-minus.png') scroll no-repeat 0 -24px;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 500;
}
.category .description .has-pictures .slider-wrapper .icon {
    background-position: 0 0;
    top: 6px;
    left: 6px;
}
input[type=text] {
    background-color: #FFFFFF;
    border:solid 1px #5F9CB5;
    color: #979797;
}
.languages,
.people {
    border: 1px solid #ccc;
    width: 60px;
    border-radius: 0px;
    overflow: hidden;
    background: #fafafa url("../gfx/arrowdown.gif") no-repeat 90% 50%;
}
.languages select,
.people select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.languages select:focus,
.people select:focus {
    outline: none;
}
.people {
    width: 30px;
    margin-right: 5px;
    float: left;
}
.people select {
    padding: 0px 0px;
}
/*div.head-choice div.name input {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    margin: 0 6px;
}*/
div.room-disabler {
    width: 138px;
    height: 48px;
    display: block;
}