body.public {
    /*background-color: #113b65;*/
    background: #113b65;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #113b65, #182848);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #113b65, #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body.restricted {
    background: #ECE9E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

body.public nav {
    display: none;
}

body #footer {
    text-align: right;
    padding-right: 20px;
}

body.public #footer {
    text-align: center;
    padding: 0;
}

body.public #footer p {
    color: #83a4d4;
}

.fixed-table-pagination {
    margin-bottom: 10px;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }


/* Login */
#login.panel-default .panel-heading {
    background: #F8B321 url(/graphics/basic/my.globalguest_logo.jpg) 0 0 no-repeat;
}

#login h1 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

#login h1 span {
    display: none;
}

#login h1 span.login {
    display: block;
    text-align: right;
}

#login h2 {
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
}

body.public h1,
body.public h2,
body.public h3,
body.public h4,
.panel.panel-primary h4 {
    color: #fff;
}

.text-white {
    color: #fff;
}

.informationBox p,
.informationBox ul li {
    color: #7faddb;
}

.stopper {
    position: relative;
    left: 0;
    top: -30px;
}

ul.featureslist {
    padding-left: 25px;
}

ul.featureslist li {
    margin-left: 3px;
}

ul.featureslist li span,
ul.featureslist li i {
    margin-left: -18px;
    position: relative;
    right: 5px;
}

ul.featureslist li.lead {
    margin-left: 5px;
}

ul.featureslist li.lead span,
ul.featureslist li.lead i {
    margin-left: -27px;
    position: relative;
    right: 0;
}

#settings .list-group-item-text {
    margin-bottom: 20px;
}
/* Header */

body.restricted .navbar-inverse {
    background-color: #F8B321;
}
body.restricted .navbar-header .navbar-brand {
    background: #F8B321 url(/graphics/basic/my.globalguest_logo.jpg) 0 -5px no-repeat;

    width: 16.66666667%;
    min-width: 250px;
}
body.restricted .navbar-header .navbar-brand:hover {
    background-color: #F8B321;
}

body.restricted .navbar-header .navbar-brand span.logoname {
    display: none;
    text-indent: -9999px;
    width: 257px;
}

body.restricted .navbar-header .navbar-brand span.subtitle {
    color: #325d88;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: initial;
    padding-top: 10px;
    display: block;
}

#right-content {
    margin-top: 15px;
}

#right-content .panel-wrapper > div.row > div > div.panel.panel-default,
#right-content .panel-wrapper > div.panel.panel-default {
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
}

/* Sidebar */
.sidebar {
    /*box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2)*/
}
#sidebar-collapse {
    /*background-color: #fafafa; */
    /*background-color: #113b65;*/
    /* background: #113b65;  /* fallback for old browsers */
    background: #f9f9f9;

}
#sidebar-collapse .panel { margin: 10px;}

.sidebar ul.nav a {
    color: #113b65;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:focus,
.sidebar ul.nav li.parent a.active:focus {
    background-color: #f9f9f9;
    color: #30a5ff;
    font-weight: 700;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover,
.sidebar ul.nav .active > a:hover,
.sidebar ul.nav li.parent a.active:hover {
    background-color: none;
    color: #113b65;
}

.breadcrumb {
    box-shadow: none;
    font-size: 10px;
    line-height: 20px;
    margin: 0!important;
    padding: 0!important;
    background: transparent;
}

/* Tables */
th.list-img,
td.list-img {
    width: 100px;
}


/* Navs */
.nav-pills {
    padding: 0;
}

/* Forms
div.checkbox,
div.radio {
    margin-left: 20px;
} */

.dropdown-filter {
    width: 250px;
}

.form-inline input,
.form-inline label { margin-right: 5px; }

.input-checkbox-vertical input {
    margin-right: 10px;
}

.helpblock {
    display: block;
}

.bigfont {
    font-size: 18px;
}

.avail_number {
    background-color: #fff !important;
    border: 0 none !important;
    color: rgb(246, 147, 31) !important;
    font-weight: bold  !important;
    width: 100%  !important;
    font-size: 18px  !important;
    text-align: center  !important;
}
.avail_number2 {
    border: 1 none !important;
    color: rgb(246, 147, 31) !important;
    font-weight: bold  !important;
    width: 100%  !important;
    font-size: 18px  !important;
    text-align: center  !important;
}

.ui-slider {
    margin: 10px;
}
.ui-slider-handle  {
    height: 20px!important;
}

.main_content .fixed-table-toolbar .navbar-brand {
    padding: 7px 15px 7px 7px;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bbb;
}

.main_content > .clearfix.public {
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.scorecard-bar .panel {
    border-width: 2px!important;
}

.scorecard-bar .panel-body {
    padding: 5px;
}

.scorecard-bar .large {
    line-height: 100%;
}

.scorecard-bar .label {
    width: 100%;
    display: block;
    padding-top: .4em;
    padding-bottom: .4em;
    margin-top: .4em;
    margin-bottom: .4em;
}

/* Modules */

#offers.containerbox .picture-frame,
#modulehosteventsregular.containerbox .picture-frame {
    width: 120px;
}


/* custom label colors */
.label.label-waiting {
    background-color: #CF825B;
}

.label.label-new {
    background-color: #CB5BCF;
}

.label.label-postponed {
    background-color: #6C5BCF;
}

.label.label-noshow {
    background-color: #333333;
}

.label.label-waiting {
    background-color: #ED37D5;
}

.alert.alert-primary {
    color: #428bca;
    background-color: #d1e2ef;
    border-color: #c6d6e9;
}

/* Language flags */
ul#LangTab li a.flag {
    text-indent: 30px;
    background-repeat: no-repeat;
    background-position: 17px 50%;
}

ul#LangTab li a.flag.deu, ul#LangTab li a.flag.de {
    background-image: url(/graphics/flags/de.png);
    border: initial;
}

ul#LangTab li a.flag.eng, ul#LangTab li a.flag.en {
    background-image: url(/graphics/flags/gb.png);
    border: initial;
}

/* Adaptation */
.nav-tabs { padding: 10px 10px 0px 10px; }

a {
   outline: 0;
    }

:-moz-any-link:focus {
  outline: none;
    }

#list.compact-list .panel .media {
    height: 200px;
}
#list .panel-heading {
    font-size: 14px;
    line-height: 125%;
}

#list.compact-list .picture-frame {
    height: 115px;
    overflow: hidden;
}

.panel-default,
.panel-success,
.panel-danger,
.panel-warning,
.panel-info,
.panel-postponed {
    border-width: 1px!important;
    border-style: solid;
}
.panel-default {
    border-color: #ddd !important;
}
.panel-success {
    border-color: #d6e9c6 !important;
}
.panel-warning {
    border-color: #faebcc !important;
}
.panel-danger {
    border-color: #ebccd1 !important;
}
.panel-info {
    border-color: #bce8f1 !important;
}
.panel-postponed {
    border-color: #CAC6E1!important;
}

.panel-heading {
    height: 70px;
}

.panel .panel-heading h2 {
    margin: 10px 0;
}

.panel .panel-heading .glyphicon.glyphicon-chevron-left {
    margin: 0;
}

.panel-body input[type="checkbox"]:checked + label {
    text-decoration: initial;
    }

/*
.pagination > li > a, .pagination > li > span.current {
    background-color: #428bca;
    color: #fff;
}*/

.pagination  li.prev a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.checkbox-inline {
    display: inline-block;
    margin: 0 5px 0 0 !important;
    vertical-align: middle;
    }

.input-radio-inline {
    display: inline-block;
    margin: 0 5px 0 0 !important;
    vertical-align: middle;
    }

.form-group.inline {
    display: block;
    float: left;
    width: 100%;
}
.form-group.inline .checkbox-inline {
    float: left;
    display: block;
}

.form-group.inline label {
    float: left;
    display: block;
    width: 90%;
}

div.input-group {
    display: inherit;
    padding-bottom: 32px;
}
.input-group input {
    border-radius: 3px !important;
}
/* .input-group input {
    border: 1px solid #eee;
} */

/* Icons */
.src_internet,
.src_whitelabel,
.src_widget_host,
.src_widget_facebook,
.src_widget_partner,
.src_globalguest,
.src_my_own,
.src_agentur,
.src_agentur_whitelabel {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.src_internet {
    background-image: url('/graphics/sources/globe.svg');
}

.src_whitelabel {
    background-image: url('/graphics/sources/widget.svg');
}

.src_widget_host {
    background-image: url('/graphics/sources/widget.svg');
}

.src_widget_facebook {
    background-image: url('/graphics/sources/facebook.svg');
}
.src_widget_partner {
    background-image: url('/graphics/sources/partner.svg');
}

.src_my_own {
    background-image: url('/graphics/sources/shop.svg');
}

.src_globalguest {
    background-image: url('/graphics/sources/gg_icon_24.png');
}

.src_agentur {
    background-image: url('/graphics/sources/partners.svg');
}

.src_agentur_whitelabel {
    background-image: url('/graphics/sources/partners_widget.png');
}

div.source_show_labels > span  {
    text-indent: 28px;
    width: auto;
}

.btn > .src_icon,
h2 .src_icon {
    display: inline-block;
    vertical-align: bottom;
}

h2 .src_icon {
    width: 25px;
    background-size: 100%;
    height: 25px;
}

#legend span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.info-icon {
    background: url('/graphics/information.png') 0 0 no-repeat;
    height: 18px;
    display: block;
    width: 18px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
}

/* Basics */

.position_absolute {
    height: 1px;
    position: absolute;
}

.position_absolute .orientation-right {
    position: absolute;
    right: -15px;
    top: -10px;
}
.placeholderbox {
    margin: 100px auto;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #CCC;
    vertical-align: middle;
}

.scrollable {
    height: 300px;
    display: block;
    overflow-y: auto;
}

table.scrollable {
    display: table;
    height: auto;
    overflow: auto;
}

table.scrollable tbody {
        float: left;
        width: 100%;
        height: 300px;
        overflow-y: auto;
    }

table.scrollable tr {
        width: 100%;
        display: table;
        text-align: left;
    }

table.scrollable td.source {
    width: 40px;
}

table.scrollable td.booking {
    width: 120px;
}

table.scrollable td.pax {
    width: 40px;
}

table.scrollable td.booking_datetime {
    width: 120px;
}

table.scrollable td.status {
    width: 100px;
}

#today-reservation-module table td.time {
    width: 50px;
}


a.desc {
    background: url('/graphics/sorting_desc.png') 0 0 no-repeat;
    display: inline-block;
    height: 16px;
    float: left;
    text-indent: 20px;
    background-size: 16px;
}
a.asc {
    background: url('/graphics/sorting_asc.png') 0 0 no-repeat;
    display: inline-block;
    height: 16px;
    float: left;
    text-indent: 20px;
    background-size: 16px;
}

a.asc.btn,
a.desc.btn {
    background-color: inherit;
    height: auto;
    float: none;
    background-position: 10% 50%;
}

div.error-message, div.invalid-feedback {
    color: #c20000;
    display: block;
    clear: both;
    margin-top: 1px;
    margin-bottom: 10px;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 2px;
    background-color: #f2dede;
    /* border-color: #ebccd1; */
    border-color: #b33b4f;
}



pre.cake-error {
    clear: both;
    position: relative;
    z-index: 9999;
    margin-left: 20%;
    margin-top: 20px;
}

.onlyprint {display: none;}

@media (min-width: 768px) {
    #right-content {
        padding-left: 70px;
    }

    #sidebar-collapse {
        width: 60px;
        padding-top: 15px;
        background-color: #f9f9f9;
        -webkit-transition: width 0.1s; /* For Safari 3.1 to 6.0 */
        transition: width 0.1s;
    }

    #sidebar-collapse:hover {
        background-color: #fbfbfb;
        width: 200px;
        border-right: 2px #fff solid;
        box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
    }

    #sidebar-collapse svg {
        width: 26px;
        height: 26px;
        -webkit-transition: width 0.2s; /* For Safari 3.1 to 6.0 */
        -webkit-transition: height 0.2s; /* For Safari 3.1 to 6.0 */
        transition: width 0.2s ease-out;
        transition: height 0.2s ease-out;
    }

    #sidebar-collapse:hover svg {
        width: 26px;
        height: 26px;
    }

    #sidebar-collapse span.menutext{
        display: inline-block;
        padding-top: 4px;
        visibility: hidden;
        position: fixed;
        width: 0;
        opacity: 0;
        -webkit-transition: visibility 0s, width 0.3s, opacity 1s ease-in-out;
        -moz-transition: visibility 0s, width 0.3s, opacity 1s ease-in-out;
        -ms-transition: visibility 0s, width 0.3s, opacity 1s ease-in-out;
        -o-transition: visibility 0s, width 0.3s, opacity 1s ease-in-out;
        transition: visibility 0s, width 0.3s, opacity 1s ease-in-out;
        -moz-animation-delay: .5s;
        -webkit-animation-delay: .5s;
        -o-animation-delay: .5s;
        animation-delay: .5s;
    }

    #sidebar-collapse:hover span.menutext{
        visibility: visible;
        width: auto;
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .panel-heading {
        height: auto;
    }
}

.not-bold {
    font-weight: normal;
}


@media print{

    .onlyprint {display: block;}

    .btn, .no-print, .no-print * {
        display: none !important;
    }

    body div {
        /*border: 1px red dashed;*/
    }

    body {
        margin:0;
        padding: 0!important;
        font-size: 10pt;
        width: 100%;
    }

    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    input,
    select,
    button,
    #sidebar-collapse,
    #uservoice-feedback {
        display: none!important;
    }

    .container-fluid {
        padding: 0!important;
        margin: 0!important;
        width: auto;
    }

    #right-content {
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        float: none!important;
    }

    #content > div.main_content {
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        float: none!important;
    }

    .col-lg* {
        width: 100%!important;
        padding: 0!important;
    }

    .src_internet {
        background-image: url('/graphics/sources/globe.svg');
        content: url('/graphics/sources/globe.svg');
        -webkit-print-color-adjust: exact;
        text-indent: 0;
    }

    .src_whitelabel {
        background-image: url('/graphics/sources/widget.svg');
        content: url('/graphics/sources/widget.svg');
        -webkit-print-color-adjust: exact;
        text-indent: 0;
    }

    .src_my_own {
        background-image: url('/graphics/sources/shop.svg');
        content: url('/graphics/sources/shop.svg');
        -webkit-print-color-adjust: exact;
        text-indent: 0;
    }

    .src_globalguest {
        background-image: url('/graphics/sources/gg.png');
        content: url('/graphics/sources/gg.png');
        -webkit-print-color-adjust: exact;
        text-indent: 0;
    }

    .src_agentur {
        background-image: url('/graphics/sources/partners.svg');
        content: url('/graphics/sources/partners.svg');
        -webkit-print-color-adjust: exact;
        text-indent: 0;
    }

    .src_agentur_whitelabel {
        background-image: url('/graphics/sources/partners_widget.png');
        content: url('/graphics/sources/partners_widget.png');
        -webkit-print-color-adjust: exact;
        text-indent: 0;
    }
}
