﻿body {
    background: #f2f2f2 url("https://smartwebengine.blob.core.windows.net/common/page-bg-x.png") repeat-x 0 0;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    line-height: 150%;
}

p {
    font-size: 12px;
    line-height: 20px;
}

/** Header **/

#header {
    height: 119px;
    overflow: hidden;
}

#header .container {
    position: relative;
    height: 119px;
}

.header-logo-container {
    position: absolute;
    height: 65px;
    width: 260px;
    top: 0;
    left: 0;

    background: #f2f2f2;
    border: 1px solid #FFF;
    border-top: none;

    -webkit-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;

    -webkit-box-shadow:  0px 2px 3px 2px rgba(0, 0, 0, 0.85);
    box-shadow:  0px 2px 3px 2px rgba(0, 0, 0, 0.85);
}

.header-logo {
    margin: 5px auto;
    display: block;
}

.header-banner-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 365px;
    height: 119px;

    background: url("https://smartwebengine.blob.core.windows.net/common/header-banner-bg.png") no-repeat 0 0;
}

.header-banner-image {
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    margin: 7px 0 0 21px;
}

/** Bread crumbs **/
#breadcrumbs-nav {
    height: 52px;
    overflow: hidden;
}
.menu-container,
.menu-container li {
    margin: 0;
    padding: 0;
    list-style: none,
}

.menu-container {
    margin-top: 10px;
}

.menu-container li {
    float: left;
    margin-left: 0 !important;
    width: 16.60% !important;
}

.menu-container li a {
    color: white;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    margin-right: 12px;
    padding: 6px 0 6px 12px;
    position: relative;
    display: block;
    text-shadow: 0px 1px 1px #21506e;
    white-space:nowrap;
}

.menu-container li.menu-item-2 {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -32px no-repeat;
}

.menu-container li.menu-item-2 a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -32px no-repeat;
}

.menu-container li.menu-item-3 {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -64px no-repeat;
}

.menu-container li.menu-item-3 a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -64px no-repeat;
}

.menu-container li.menu-item-4 {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -96px no-repeat;
}

.menu-container li.menu-item-4 a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -96px no-repeat;
}

.menu-container li.menu-item-5 {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -128px no-repeat;
}

.menu-container li.menu-item-5 a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -128px no-repeat;
}

.menu-container li.menu-item-6 {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -160px no-repeat;
}

.menu-container li.menu-item-6 a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -160px no-repeat;
}


.menu-container li.complete,
.menu-container li.menu-item-1 {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% 0 no-repeat;
}

.menu-container li.complete a,
.menu-container li.menu-item-1 a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 0 no-repeat;
}

.menu-container li.menu-item-2.complete,
.menu-container li.menu-item-3.complete,
.menu-container li.menu-item-4.complete,
.menu-container li.menu-item-5.complete {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -224px no-repeat;
}

.menu-container li.menu-item-2.complete a,
.menu-container li.menu-item-3.complete a,
.menu-container li.menu-item-4.complete a,
.menu-container li.menu-item-5.complete a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -224px no-repeat;
}

.menu-container li.menu-item-6.complete {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 100% -192px no-repeat;
}

.menu-container li.menu-item-6.complete a {
    background: url("https://smartwebengine.blob.core.windows.net/6887/menu-sprite.png") 0 -192px no-repeat;
}

/** Breadcrumb phone **/
#breadcrumbs-nav .breadcrumb {
    background: none;
    border: none;
    margin: 2px 0 0 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#breadcrumbs-nav .breadcrumb li {
    font-size: 12px;
    text-shadow: 0 1px 0 #ccc;
}

#breadcrumbs-nav .breadcrumb li a {
    color: #000;
}

#breadcrumbs-nav .breadcrumb li a.complete {
    color: #08C;
}

/** Content wrapper **/

#content-wrapper {
    margin-top: 15px;
}

/** Sidebar **/


.sidebar-add {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

/** Sidebar für den IE 9 und Kleiner **/
.sidebar-add-image-ie
{
    border: 1px solid #d6d6d6;
	width: 140px;	
}

.sidebar-add-image {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-add-text {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 700;
    color: #004b8d;
    text-shadow: 0 1px 1px #FFF;
}

.sidebar-add-arrow {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url("https://smartwebengine.blob.core.windows.net/common/sprite.png") no-repeat 0 0;
}

/** Für IE 9 und kleiner **/
.language-menuIE {
    font-size: 12px;
    margin-bottom: 12px;
    width:140px;
    background: #791622;
}


.language-menu {
    font-size: 12px;
    margin-bottom: 12px;
}

.language-menu > li,
.language-menuIE > li
{
    width: 100%;
    float: none;

}

.language-menu .dropdown-menu, 
.language-menuIE .dropdown-menu {
    width: 100%;
    min-width: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.language-menu a.dropdown-toggle, 
.language-menuIE a.dropdown-toggle 
{
    color: #FFF;
    background-color: #357AA7;
    border-color: #357AA7;
}

.language-menu a.dropdown-toggle:hover,
.language-menuIE a.dropdown-toggle:hover
{
    color: #FFF;
    background-color: #357AA7;
    border-color: #357AA7;
}

.language-menu .dropdown-toggle .caret,
.language-menuIE .dropdown-toggle .caret 
{
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    margin-top: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .sidebar-add-text {
        font-size: 14px;
        line-height: 20px;
    }

    .sidebar-add-arrow {
        bottom: 5px;
    }
}

/** Main content **/

h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #FFF;
}

h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    margin-bottom: 15px
}

.modal h3 {
    font-size: 16px;
    margin-bottom: 0;
}

span.text-gray {
    color: #7d7d7d;
}

.black-box-title {
    background: #515252; /* Old browsers */
    background: -moz-linear-gradient(top, #515252 0%, #242424 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515252), color-stop(100%,#242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #515252 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #515252 0%,#242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #515252 0%,#242424 100%); /* IE10+ */
    background: linear-gradient(to bottom, #515252 0%,#242424 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515252', endColorstr='#242424',GradientType=0 ); /* IE6-9 */

    border: 1px solid #0e0e0e;

    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);

    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 1px 0 #000;
    margin-bottom: 2px;
}

.black-box-title > strong {
    float: right;
}

strong {
  color: #357AA7;
}

#content-wrapper .row-fluid {
    margin-bottom: 10px;
}

.btn.btn-block {
    display: block;
}

.gradient-box {
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 50%, #cbcbcb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d6d6d6), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6d6d6 50%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6d6d6 50%,#cbcbcb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6d6d6 50%,#cbcbcb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d6d6d6 50%,#cbcbcb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
    border: 1px solid  #bebebe;
    padding: 10px;

    position: relative;
}

.gradient-box.bottom-margin {
    margin-bottom: 2px;
}

.blue-box,
.white-box,
.gray-box {
    padding: 10px;
    margin-bottom: 2px;
}

.blue-box {
    background: #e1e9ee;
}

.white-box {
    background: #FFF;
}

.gray-box {
    background: #ebebeb;
    position: relative;
}

.blue-box p,
.white-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.gray-box h2 {
    color: #2c6c95;
    font-weight: 700;
    text-shadow: none;
}

#datepicker-check-in,
#datepicker-check-out {
    margin: 10px auto 0 auto;
    width: 268px;
}

#datepicker-nights,
.total-price-box {
    background: #515252; /* Old browsers */
    background: -moz-linear-gradient(top, #515252 0%, #242424 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515252), color-stop(100%,#242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #515252 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #515252 0%,#242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #515252 0%,#242424 100%); /* IE10+ */
    background: linear-gradient(to bottom, #515252 0%,#242424 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515252', endColorstr='#242424',GradientType=0 ); /* IE6-9 */

    position: absolute;
    width: 44px;
    height: 44px;
    overflow: hidden;
    top: -1px;
    right: -1px;
    text-align: center;
    color: #FFF;
    line-height: 46px;
    font-weight: 700;
    border: 1px solid #0e0e0e;

    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}

.total-price-box {
    width: auto;
    padding: 0 20px;
}

/** Rooms page **/

.rooms-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rooms-list-item {
    margin: 0 0 1px 0;
    padding: 0;
    list-style: none;
}

.rooms-list-item-table {
    width: 100%;
}

.room-select {
    width: 40px;
    text-align: center;
    vertical-align:top;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 50%, #b4b4b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#cccccc), color-stop(100%,#b4b4b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 50%,#b4b4b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 50%,#b4b4b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccccc 50%,#b4b4b4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccccc 50%,#b4b4b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#b4b4b4',GradientType=0 ); /* IE6-9 */
}

.room-select input 
{
    margin-top:13px;
}

.room-info {
    padding: 10px;
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 50%, #cbcbcb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d6d6d6), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6d6d6 50%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6d6d6 50%,#cbcbcb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6d6d6 50%,#cbcbcb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d6d6d6 50%,#cbcbcb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}

.room-photo {
    border: 3px solid #ebebeb;
}

.room-info-row:first-child {
    margin-bottom: 10px
}

.room-info-row .pull-left{
    margin-right: 10px;
}

.room-info-row .room-info-text {
    margin: 0 90px 0 155px;
    font-size: 12px;
}

.room-info-price {
    color: #2c6c95;
    text-shadow: 0px 1px 0px #efefef;
}

.room-info-extra {
    margin: 5px 0 0 0;
    font-size: 12px;
}

.room-info-extra.large-font td,
.room-info-extra.large-font th {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

.room-info-extra tbody td, .room-info-extra tbody th {
    padding: 5px 8px;
}

.room-info-extra tbody tr:nth-child(odd) td, .room-info-extra tbody tr:nth-child(odd) th {
    background-color: #f5f5f5;
}

.room-info-extra tbody tr:nth-child(even) td, .room-info-extra tbody tr:nth-child(even) th {
    background-color: #bcbbbb;
}

.modal .room-info-extra tbody tr:nth-child(even) td, .modal .room-info-extra tbody tr:nth-child(even) th {
    background-color: transparent;
}

.room-info-alert {
    font-size: 14px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 1px 0;
    padding: 8px 35px 8px 10px;
}

.btn > .icon-plus-sign {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn.collapse-button > .icon-plus-sign {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.room-info-extra-action {
    width: 20px;
}

.room-info-extra-price {
    width: 100px;
    color: #357AA7;
    text-shadow: 0px 1px 0px #efefef;
    font-weight: 700;
    font-size: 14px;
    text-align: right !important;
}

.room-selection-actions {
    margin: 10px 0;
}

.room-selection-actions > .btn {
    margin-left: 15px;
}

.navigation {
    margin: 1px 0;
    padding: 10px;
    background: #efefef;
}

.navigation-button {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px 5px 10px;
    background: #357AA7;
    border: 1px solid #2c6c95;
    position: relative;
    display: block;
    text-shadow: 0px 1px 1px #21506e;
}

.navigation-button:hover {
    color: #FFF;
    background: #357AA7;
    text-decoration: none;
}

.navigation-button.next {
    margin-right: 15px;
}

.navigation-button.next::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #357AA7;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.navigation-button.next::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #357AA7;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 100%;
    z-index: 2;
}

.navigation-button.prev {
    margin-left: 15px;
}

.navigation-button.prev::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #357AA7;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-right: 1px;
    left: -17px;
    z-index: 1;
}

.navigation-button.prev::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #357AA7;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -15px;
    z-index: 2;
}

/** Footer **/
#footer {
    background: #d6d6d6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    margin-top: 15px;
}

.btn-primary {
    background: #357AA7;
}

.btn-primary:active
{
     background-color: #357AA7;
}


.btn-primary:hover{
    background-color: #357AA7;
    background-position: 0 0;
}

.carousel-control {
    top: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.well {
    padding: 10px;
}

textarea.input-full-width {
    width: 100%;
    resize: none;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover
{
  color: #ffffff;
  background-color: #357AA7;
}

hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}
hr.space {
    background: #F2F2F2;
    color: #F2F2F2;
}
.gradient-box hr {
    background: #efefef;
    color: #efefef;
}

div.datepicker td.datepickerSelected a
{
  background-color: #357AA7;
}

div.datepicker a:hover, div.datepicker a:hover
{
  color: #357AA7 ;
}

 background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}
hr.space {
    background: #F2F2F2;
    color: #F2F2F2;
}
.gradient-box hr {
    background: #efefef;
    color: #efefef;
}

}
