/**
 *  Author: Andreas Jonderko, Christian Jaentsch
 */

/***********************************************
FLOATINGS & CLEARINGS
***********************************************/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.cboth {
    clear: both;
}

/* CLEARFIX */
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    font-size: 1px;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('../fonts/SourceSans/SourceSans3-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3Bold';
    src: url('../fonts/SourceSans/SourceSans3-VariableFont_wght.ttf');
    font-weight: bold;
    font-style: normal;
}

/***********************************************
  generelle Einstellungen
***********************************************/
* {
    margin: 0;
    padding: 0;
}

iframe {
    border: 0;
}

body {
    margin: 0;
    background-color: #fff;
}

html {
    font-size: 1em;
}

h1 {
    margin-bottom: 0.7em;
    font-size: 2.5em;
    line-height: 1.1em;
}

.section > h1 {
    text-align: center;
}

h2 {
    margin-bottom: 0.5em;
    font-size: 1.8em;
    line-height: 1.1em;
}

h3 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    line-height: 1.1em;
}

/***********************************************
  Links
***********************************************/
a:link,
a:visited,
a:focus,
a:active {
    color: #333;
}

a:hover {
    color: #777;
    text-decoration: underline;
}

/***********************************************
  Textformatierung
***********************************************/
body {
    font-size: 1em;
    font-family: 'SourceSans3', serif;
    color: #333;
}

.section > h1,
.button,
.section.register
{
    font-family: "SourceSans3Bold", serif;
}


form {
    color: white;
}

/***********************************************
FORMS
***********************************************/

.formular_content .description {
    margin-bottom: 20px;
    margin-top: 0;
}

.form-errors {
    display: none;
}

.form-errors li {
    list-style-type: none;
    padding-bottom: 1em;
}

.formular ul,
.formular li {
    list-style: none;
}

.formular dl {
    max-width: 100%;
}

.formular dl dt {
    margin-bottom: 6px;
}

.formular dl dd {
    margin-bottom: 12px;
    width: auto;
    text-align: left;
}

.formular dl dd#grecaptcharesponse-element {
    text-align: center;
}

.formular dl dd#grecaptcharesponse-element > div {
    display: inline-block;
}

.formular .errors li {
    color: #c00;
    font-size: 0.8em;
    padding-top: 0.4em;
}

.formular dd p.description {
    font-size: 0.8em;
}

.formular input,
.formular textarea,
.formular select,
.formular button {
    max-width: 100%;
    padding: 5px;
    background: #fff;
    font-size: 1.1em;
    border: 1px solid #8e8171;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-family: "SourceSans3", serif;
}

.formular #role_id-element input[type="radio"] {
    width: auto;
    margin-right: 0.5em;
}

.formular input:disabled,
.formular textarea:disabled,
.formular select:disabled,
.formular button:disabled {
    opacity: 0.7;
}

.formular select {
    width: 352px;
    max-width: 100%;
    height: 2em;
    padding: 0 1px;
}

.formular input[type="checkbox"] {
    width: auto;
}

.formular #version-label,
.formular #version-element {
    display: none;
}

.formular input.button,
.formular button {
    width: auto;
    background: #00201e;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}

.formular input.button:disabled,
.formular input.button.disabled,
.formular button:disabled,
.formular button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.formular #top-company-company_Booking-element input[type="radio"],
.formular #top-company-company_AdditionalBookings-element input[type="checkbox"] {
    width: auto !important;
    margin-right: 1em;
    height: 50px;
}

#top-company-company_Booking-element br,
#top-company-company_AdditionalBookings-element br {
    display: none;
}

#top-company-company_Booking-element label,
#top-company-company_AdditionalBookings-element label {
    float: left;
    text-align: center;
    width: 83px;
    margin-bottom: 6px;
}

#top-company-company_Booking-element input,
#top-company-company_AdditionalBookings-element input {
    height: auto !important;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-right: 8px !important;
}

#top-company-company_copy-element p.description,
#top-company-company_legal-element p.description,
#top-company-company_copy-element ul.errors,
#top-company-company_legal-element ul.errors {
    margin-left: 30px;
    margin-top: -20px;
}

#remember-element p.description {
    margin-left: 30px;
    margin-top: -21px;
}

#top-company-company_copy-element ul.errors,
#top-company-company_legal-element ul.errors {
    margin-bottom: 20px;
}

.formular legend {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

#form.columns dl.zend_form {
    display: table;
}

#form.columns dl.zend_form > dt,
#form.columns dl.zend_form > dd > fieldset > dl > dt {
    display: none;
}

#form.columns dl.zend_form > dd {
    -webkit-margin-start: 0;
}

#form.columns dl.zend_form > dd > fieldset > dl {
    display: table-row;
}

#form.columns dl.zend_form > dd > fieldset > dl > dd {
    display: table-cell;
    -webkit-margin-start: 0;
}

#form.columns dd#user-element,
#form.columns dd#notice-element {
    padding-right: 44px;
}

#form div.element_wrapper {
    display: table;
    width: 100%;
}

#form div.element_wrapper > div.element_column {
    display: table-cell;
    padding-right: 18px;
    vertical-align: top;
}

#form div.element_wrapper > div.element_column.right {
    padding-right: 0;
}

#form div.element_wrapper > div.element_column input,
#form div.element_wrapper > div.element_column textarea {
    width: 100%;
}

#form div.element_wrapper > div.element_column select {
    width: 167px;
}

#send-element,
#login-element {
    text-align: center;
}

iframe {
    max-width: 100%;
}

.formular fieldset ul,
.formular li {
    list-style: none;
}

.formular fieldset dl {
    width: 352px;
    max-width: 100%;
}

.formular fieldset dl dt {
    margin-bottom: 3px;
}

.formular fieldset dl dd {
    margin-bottom: 10px;
    width: auto;
    text-align: left;
}

.formular .errors li {
    color: #ff0000;
    font-size: 1em;
    padding-top: 0.4em;
}

.formular fieldset dd p.description {
    font-size: 0.8em;
    padding-top: 0.4em;
}

.formular fieldset input,
.formular fieldset select {
    border: 1px solid #8e8171;
    background: #fff;
    font-size: 1.1em;
}

#form {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #003E3C;
    border-radius: 4px;
    border-width: 0;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}

#form.plain {
    color: #333;
    background: none;
    box-shadow: none;
    border: 0;
}

#form.plain form {
    color: #333;
}

fieldset {
    border: 0;
    -webkit-margin: 0;
    -webkit-padding: 0;
}

.passwordStrength {
    font-size: 0.8em;
    background: #b1aeab;
    color: white;
    padding: 0.2em;
}

.passwordStrength.weak {
    background: #ea1f1f;
}

.passwordStrength.middle {
    background: #dcc800;
}

.passwordStrength.strong {
    background: #99cc00;
}

.passwordStrength.loading {
    opacity: 0.5;
}

/***********************************************
  Content
***********************************************/

#header_wrapper {
    margin: 30px auto 0 auto;
    height: 120px;
    width: 120px;
    background: url(../data/Default/gastronovi/Logo_office_2025_big.png) no-repeat 50% 50%;
    background-size: contain;
}

#footer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 0.8em;
}

#content_wrapper {
    padding: 0;
    font-size: 0.9em;
}

.message,
#form.plain,
h1 {
    max-width: 100%;
    width: 560px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#form.plain {
    width: 400px;
}

#form.plain.wide {
    width: 560px;
}

#form.plain.columns {
    width: 750px;
}

.section {
    padding: 20px;
}

.section.arrow {
    background: url(../images/login_arrow_white.png) no-repeat 50% 0;
    padding: 0;
    height: 30px;
}

.section.arrow_invert {
    background: url(../images/login_arrow_white_invert.png) no-repeat 50% 100%;
    padding: 0;
    height: 30px;
}

.section.white {
    background-color: white;
}

.section.center {
    text-align: center;
}

img.tracking {
    height: 0;
    display: block;
}

.message {
    line-height: 1.2em;
    padding-bottom: 0.5em;
}

.message.info {
    font-style: normal;
}

.message.process {
    line-height: normal;
}

.table {
    display: table;
    width: 100%;
}

.table > .cell {
    display: table-cell;
    text-align: center;
    width: 25%;
    padding: 5px;
}

.table.process {
    width: 100%;
}

.table.process > .cell .circle {
    background: url(../images/circle_grey.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.table.process > .cell.done .circle {
    background-image: url(../images/circle_green.png);
}

.table.process > .cell .icon {
    background: url(../images/circle_icon_grey.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.table.process > .cell.done .icon {
    background-image: url(../images/circle_icon_green.png);
}

.table.process .number {
    font-size: 3em;
    color: #ab917b;
}

.download_items {
    margin-top: 10px;
}

.item.cell > .download_items {
    margin-top: 15px;
}

.devices img {
    max-width: 100%;
    height: 60px;
}

.download_items a img {
    height: 60px;
}

.devices.mobile img {
    max-width: 100%;
    height: auto;
}

.table > .cell.border {
    border-right: 1px solid #bbb;
}

.category {
    color: #bbb;
    font-size: 1.2em;
    padding-bottom: 0.2em;
}

.device {
    padding-top: 0.2em;
}

.mobile.devices {
    display: none;
}

#formMask {
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

#formWrap {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    z-index: 20000;
}

#formContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
}

#form h1 {
    line-height: 70px;
    font-size: 3em;
    font-family: "SourceSans3Bold", serif;
    text-align: center;
}

#form p.text {
    font-size: 0.8em;
    margin-bottom: 12px;
}

#form > ul.errors {
    display: none;
}

#form span.errors {
    color: #c00;
}

#form p.password,
#form p.password a {
    color: white;
    text-align: center;
}

#form p.password {
    padding: 1em 0;
}

#choiceTable {
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 750px;
}

#choiceWrap {
    display: table-row;
}

#back,
#front {
    display: table-cell;
    width: 50%;
}

#back {
    padding-right: 15px;
}

#front {
    padding-left: 15px;
}

#back .wrapper {
    background: url(../images/login/back-office.png) no-repeat 0 0;
    background-size: contain;
}

#front .wrapper {
    background: url(../images/login/front-office.png) no-repeat 0 0;
    background-size: contain;
}

#back .wrapper,
#front .wrapper {
    opacity: 0.1;
    filter: alpha(opacity=10);
    display: table;
    width: 100%;
}

#back.enabled .wrapper,
#front.enabled .wrapper {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.notcompatible {
    position: absolute;
    z-index: 9999;
    width: 100%;
    max-width: 330px;
    text-align: center;
    font-size: 25px;
    padding: 70px 0 0;
}

#back .notcompatible {
    padding-left: 15px;
}

#front .notcompatible {
    padding-left: 15px;
}

#back .notcompatible .button,
#front .notcompatible .button {
    margin: 0 auto;
    font-size: 0.8em;
    height: 50px;
    line-height: 50px;
    background: #64ac00;
    margin-top: 10px;
    display: inline-block;
}

#back .button,
#front .button {
    width: 100%;
    max-width: 350px;
    height: 70px;
    margin-top: 250px;
    margin-left: auto;
    margin-right: auto;
    background: #003E3C;
    text-align: center;
    line-height: 70px;
    font-size: 3em;
    color: white;
    border-radius: 4px;
}

#back .button {
    background: #003E3C;
}

#back .description,
#front .description {
    margin: 20px 0;
    text-align: center;
}

.mobileIcons {
    display: none;
}

#back .icons,
#front .icons,
.mobileIcons {
    text-align: center;
}

#back .icons img,
#front .icons img {
    height: 40px;
}

.mobileIcons img {
    height: 60px;
}

#back .button.active,
#back .button.over,
#front .button.active,
#front .button.over {
    background: #00201e;
    color: white;
}

.copyright {
    font-size: 0.7em;
    padding: 0 0 2em 0;
    color: #bbb;
    max-width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    #header_wrapper {
        height: 80px;
    }

    .mobileIcons {
        display: block;
    }

    .notcompatible {
        display: none !important;
    }

    #form.columns dl.zend_form > dd > fieldset > dl > dd {
        display: block;
    }

    #form.columns dl.zend_form {
        display: block;
    }

    #form.columns dd#user-element,
    #form.columns dd#notice-element {
        padding-right: 0;
    }

    .message,
    #form.plain,
    h1 {
        width: 352px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.3em;;
    }

    .formular fieldset dl {
        width: 100%;
    }

    #form.columns dl.zend_form > dd > fieldset > dl {
        display: block;
    }

    .table.devices {
        display: none;
    }

    .mobile.devices {
        display: block;
    }

    .table.process {
        display: block;
    }

    .table.process > .cell {
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .table.process > .cell .circle {
        width: 100%;
        height: auto;
        background-image: none !important;
    }

    .table.process > .cell .circle .process.number,
    .table.process > .cell .circle .process.title,
    .table.process > .cell .circle .process.icon {
        display: inline-block;
        height: 30px;
        vertical-align: middle;
        line-height: 30px;
        font-size: 1.2em;
    }

    .table.process > .cell .circle .process.title br {
        display: none;
    }

    .table.process > .cell .circle .process.icon {
        margin-left: 1em;
    }

    .table.process > .cell .circle .process.number {
        margin-right: 0.5em;
        font-size: 1.5em;
        border-radius: 50%;
        border: #838383 2px solid;
        width: 30px;
        text-align: center;
    }

    .table.process > .cell.done .circle .process.number {
        border-color: #64ac00;
    }

    #choiceTable {
        display: block;
        width: 100%;
        text-align: center;
    }

    #choiceWrap {
        display: block;
    }

    #back .wrapper,
    #front .wrapper {
        background: none;
    }

    #back,
    #front {
        display: block;
        width: 100%;
        padding: 0;
    }

    #back .button,
    #front .button {
        margin-top: 0;
        font-size: 2em;
    }

    #choiceWrap .icons {
        display: none;
    }
}

.introjs-helperLayer {
    background-color: rgba(255, 255, 255, 0.5);
}

.introjs-button,
.introjs-button:hover,
.introjs-button:focus,
.introjs-button:active {
    background: #999;
    color: white !important;
    text-shadow: none;
    font-weight: bold;
    border-radius: 0;
    border: 0;
    margin-left: 2px;
    font-size: 1em;
}

.introjs-button.introjs-skipbutton {
    background: #c53126;
}

.introjs-button.introjs-donebutton {
    background: #64ac00;
}

.introjs-button:hover {
    box-shadow: none;
    color: #333 !important;
}

.introjs-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.introjs-disableInteraction {
    z-index: 9999999 !important;
}

.introjs-bullets ul li {
    margin: 2px;
}

.introjs-tooltip {
    min-width: 300px;
    max-width: 400px;
}

.introjs-tooltiptext iframe {
    max-width: 380px;
    max-height: 202px;
}

.introjs-disable {
    padding: 0.3em;
    background: #eee;
    margin-top: 1em;
}

.introjs-disable input {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    float: left;
}

.introjs-disable span {
    display: block;
    font-size: 0.8em;
    padding-left: 2em;
}

.introjs-tooltiptext li {
    list-style: disc;
    margin-left: 1.5em;
}

.show-password-text {
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    justify-content: end;
}

.formular dl dd#password-element {
    margin-bottom: 0;
}
