﻿:root {
    --lipstick: #da1b4c;
    --light-pink: #fff6f8;
    --warm-pink: #fff6f8;
    --black-three: #333333;
    --very-light-purple: #fad9e2;
    --very-light-purple-two: #fbe5eb;
    --white-two: #f8f8f8;
    --easter-purple: #a064ff;
    --seafoam-blue: #60bfc4
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 100;
    src: local('Isidora Sans Thin'), local('Isidora-Sans-Thin'), url('/lib/fonts/Isidora-Sans-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 200;
    src: local('Isidora Sans Light'), local('Isidora-Sans-Light'), url('/lib/fonts/Isidora-Sans-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 300;
    src: local('Isidora Sans Regular'), local('Isidora-Sans-Regular'), url('/lib/fonts/Isidora-Sans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 400;
    src: local('Isidora Sans Medium'), local('Isidora-Sans-Medium'), url('/lib/fonts/Isidora-Sans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 500;
    src: local('Isidora Sans SemiBold'), local('Isidora-Sans-SemiBold'), url('/lib/fonts/Isidora-Sans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 600;
    src: local('Isidora Sans Bold'), local('Isidora-Sans-Bold'), url('/lib/fonts/Isidora-Sans-Bold.woff2') format('woff2');
}


@font-face {
    font-family: 'IsidoraSansAlt';
    font-style: normal;
    font-weight: 200;
    src: local('Isidora Sans Alt Light'), local('Isidora-Sans-Alt-Light'), url('/lib/fonts/Isidora-Sans-Alt-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSansAlt';
    font-style: normal;
    font-weight: 400;
    src: local('Isidora Sans Alt Medium'), local('Isidora-Sans-Alt-Medium'), url('/lib/fonts/Isidora-Sans-Alt-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'IsidoraSansAlt';
    font-style: normal;
    font-weight: 500;
    src: local('Isidora Sans Alt SemiBold'), local('Isidora-Sans-Alt-SemiBold'), url('/lib/fonts/Isidora-Sans-Alt-SemiBold.woff2') format('woff2');
}

html {
    font-size: 16px;
    font-family: 'IsidoraSans';
    font-weight: 300;    
}

html.simulate .page__content::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

body {
    background-color: #FAF5F6;
    color: #030303;
    margin-left: calc(100vw - 100%);
}

body.pageanimation * {
    overflow: visible !important;
}

/*body.openmenu * {
    overflow:hidden !important;
}*/

a {
    color: var(--lipstick);
    text-decoration:none;
}

a:hover {
    color: #243270;
    text-decoration:underline;
}

.page {
    font-family: 'IsidoraSans';
    font-size: 16px;
    font-weight:300;
    line-height: 1.15;
    color: #333333;
}

#page-home .toolbar + .page__background + .page__content {
    padding-top:0px;
}

body #main-navigator {
    -webkit-transition: all 1s ease-in-out;
    -webkit-transform: scaleZ(1);
    opacity: 0;
}

body.loaded #main-navigator {
    opacity: 1;
}

.mobile {
    display:none;
}

#main-navigator >div {
    background-color:transparent!important;
}

.toolbar {
    background-color: white;
    background-image: none;
}

.openmenu .toolbar {
    background-color: transparent;    
}

.toolbar-button {
    color: var(--lipstick);
}

.back-button {
    padding-left: 18px;
}

.back-button__icon svg {
    height: 1.25rem;
}

.back-button__icon {
    fill: var(--lipstick);
}

ons-back-button.home .back-button__icon {
    background-image: url(/lib/images/icons/home.svg);
    width: 1.3rem;
    height: 44px;
    background-size: contain;
    z-index: 1000;
    overflow: visible;
    background-repeat: no-repeat;
    background-position-y: center;
}

ons-back-button.home svg {
    display: none;
}

/*.button {
    font-family: RobotoSlab;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

/*ons-back-button.home .back-button__icon {
    background-image: url(/lib/images/icons/home.png);
    width: 1.3rem;
    height: 44px;
    background-size: contain;
    z-index: 1000;
    overflow: visible;
    background-repeat: no-repeat;
    background-position-y: center;
}

ons-back-button.home svg {
    display: none;
}*/

.page, .page__background, .page__content {
    background-color: transparent;
}

.page {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.pagetitle{
    font-size: 34px !important;
}

ons-row {
    flex-wrap:nowrap;
}

/*.button {
    background-color: #306da2;
    font-size: 1rem;
    font-family: 'Roboto Slab';
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-overflow: initial;
    transition: all .2s ease-in-out;
}*/

.button {
    background-color: var(--lipstick);
    color: white;
    font-size: 1rem;
    /*line-height: 2.25rem;*/
    font-family: "IsidoraSansAlt";
    font-weight: 500;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-overflow: initial;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.button--danger {
    background-color: var(--black-three);
    color: white;
    font-size: 1rem;
    line-height: 2.25rem;
    font-family: "IsidoraSansAlt";
    font-weight: 500;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-overflow: initial;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}


.button.white {
    background-color: white;
    color: var(--lipstick);
}

.button:hover {
    background-color: white;
    color: var(--lipstick);
    text-decoration: underline;
}

.button--outline {
    background-color: transparent;
}

/*.button--outline:hover {
    background-color: rgba(0,0,0,0.3);
}*/

.button--outline.negative {
    border: 1px solid white;
    color: white;
    transition: all .2s ease-in-out;
}

.button--outline.negative:hover {
    border-color: #FF663E;
}

/*.button--danger:hover {
    background-color: darkred!important;
}

.button:hover {
    background-color: #152F72;
}

.button--outline {
    background-color: transparent;
}

.button--outline:hover {
    background-color:rgba(0,0,0,0.3);        
}

.button--outline.negative {
    border: 1px solid white;
    color: white;
    transition: all .2s ease-in-out;
}

.button--outline.negative:hover {
    border-color: #FF663E;
}*/

.layout {
    position: relative;
    flex: 1;
    display: flex;
    flex-flow: row wrap;
}

.layout .header {
    width: 100%;
    font-size: 0.9375rem;
}

.layout .header .logo {
    margin-top:2rem;
    width: 100px;
    cursor:pointer;
}

.layout .body {    
    float: left;
    width: 100%;    
    min-height: 60vh;    
    box-sizing: border-box;
    flex:2;
    overflow:auto;
    overflow-x:hidden;
}

.body .section {
    margin-bottom:30px;
    padding:30px;
    background-color:white;
}

/*.body .section:last-child {
    margin-bottom:0px;
}*/

.body ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
    margin-bottom: 2rem;
}

.body ol > li {
    margin: 0;
    padding: 0 0 0 1.25rem;
    text-indent: -2rem;
    list-style-type: none;
    counter-increment: item;
    margin-bottom:1rem;
}

.body ol > li:before {
    display: inline-block;
    width: 1.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.layout .menu {    
    margin-left:30px;
    max-width: 300px;    
    float: right;
    box-sizing: border-box;
    flex:1;    
}


.layout .menu .list-item {
    background-image: none;
    background-color: transparent;
    padding-left: 0px;
    color: var(--lipstick);
    cursor:pointer;
}

.layout .menu .list-item .inner {
    display:inline-block;    
}

.layout .menu .list-item__center {
    padding: 0px;
    min-height: 3.25rem;
    line-height: 1rem;    
    padding-left: 1.875rem;
}

    .layout .menu .list {
        background-color: white;
        padding-top: 1.25rem;
        padding-bottom: 1rem;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
        border-radius: 5px;
    }

.menulist .list-item.active, .menulist .list-item.active:hover {
    background-color: var(--lipstick);
    color: white;
}

.layout .menu .logo {    
    width: 80px;
    display: none;
}

#app .list {
    background-image:none;
}

.menulist {
    font-size: 1.125rem;
    font-family: "IsidoraSans";
    font-weight: 500;
}

.menulist .text {
    width:100%;
}

/*.menulist .line {
    height: 2px;
    width: 40px;
    margin-top:2px;
    border-bottom: solid 2px #ff663e;
    opacity: 0;           
}*/

.menulist .active .line, .menulist .list-item:hover .line {
    animation: show 0.5s ease-out forwards;
}

@keyframes show {
    0% {
        opacity: 0;        
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}


@media (min-width: 576px) {
    .toolbar {
        display: none;
    }

    .page__content {
        top: 0px !important;
    }

    body {
        position: relative!important;
        overflow: auto!important;
    } 

    #app ons-navigator {
        position: relative!important;
        overflow: auto!important;
        min-height:100vh;
    }

    #app .page, #app .page__background, #app .page__content {
        position:relative;
        overflow-y:auto;
    }
}


.header {
    padding-left: 30px;    
}

.header .search {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    max-width: 300px;
    display: inline-block;
}

.header .search .ons-icon {
    position: absolute;
    left: 1rem;
    top: 0px;
    line-height: 3.125rem;
    height: 3.125rem;
}

    .header .search input {
        font-family: "IsidoraSans";
        border: none;
        background-color: white;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
        width: 100%;
        border-radius: 5px;
        -webkit-appearance: none;
        outline: 0;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
        padding: 1rem;
        box-sizing: border-box;
    }

h1, h2, h3, h4, h5 {
    color: black;
}

#app h1, #app h2, #app h3, #app h4, #app h5 {
    font-family: 'IsidoraSans', serif;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 1.25rem;
    white-space: nowrap;
}

#app .box h4, #app .page-teasers h3 {
    margin-bottom: 0.625rem;    
}

#app h5 {
    font-weight:400;
    text-transform:uppercase;
    color:#333;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.63;
    margin-top: 0;
    margin-bottom: 1rem;
}

#app .header h1 {
    font-size: 3rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.21em;
    margin-top: 2.1875rem;
    margin-bottom: 1.875rem;
    display: block;
}

.header .logo {
    width: 100px;
    display: block;
}


#app h3 {
    font-size: 1.25rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
}

#app h3 > a {
    font-weight: normal;
    color: #306da2;
    padding-right: 2rem;
    display: inline-block;
    white-space: nowrap;    
    text-decoration: none;
}

#app h3 a:after {
    content: " ";
    white-space: pre;
    width: 2rem;
    background-image: url(/lib/images/icons/arrow-short.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size:1.5rem;
    -webkit-transition: all 0.2s ease-out;
    display: inline-block;
}

#app h3 > a:hover {
    color:#243270;
}

#app h3 > a:hover:after {
    -webkit-transform: scale(1.1) translateX(0.25rem);
    text-decoration:none;
}

#app .alert-dialog {
    top:40%;
    border-radius: 0px;
    background-color: white;
    box-shadow: 10px 10px 60px rgba(0,0,0,0.3);
}

#app .alert-dialog-button {
    color: #da1b4c;
    font-family: 'IsidoraSans';
}

#app .alert-dialog-title {
    font-family: 'IsidoraSans';
    font-weight: 300;
    font-size: 1.25rem;
}

#app .alert-dialog-content {
    padding: 0.5rem 1rem 1rem 1rem;
    font-size:1rem;
}

#app .alert-dialog-mask {
    background-color:rgba(0,0,0,0.4);
}

h4 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #333333;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.63;
    line-height:1.5rem;
}

.align-right {
    text-align: right!important;
}

.align-center {
    text-align: center!important;
}

.logout {
    font-weight: 200;
    font-size: 0.9375rem;
}

.content {
    margin-top: 30px;
    padding: 30px;
    min-height: 50vh;
    background-color: white;
}

.box {
    padding: 40px;    
}

.bg-pale-grey {
    background-color: var(--white-two);
}

.bg-light-grey {
    background-color: #f6f6f6;
}



.person-info {
    white-space: nowrap;
    overflow: hidden;    
}

.person-info > div {
    float: left;
    margin-right: 0.625rem;
}

.person-info .info {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
    margin-left: 0.5rem;
}

.person-info .icon {
    border: 1px solid #333333;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
}

.person-info .icon .ion-person {
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.page-teasers {
    /*margin-top:1.5rem;*/
}

.message-box {
    margin-bottom:2rem;
}

.page-teasers ons-col {
    margin-top: 1.5rem;
    margin-right: 40px;
}

.page-teasers ons-col:last-child {
    margin-right: 110px;
}


.page-teaser {
    cursor:pointer;
}

.banner-container {
    float:right;    
}

.banner-container {
    /*position: absolute;
    bottom: 30px;
    right: 30px;
    float:none;*/   
    
    box-sizing:border-box;
}

/*.banner {
    width: 300px;
    height: 88px;
    background-color: #306da2;
    color: white;
    font-size: 1.25rem;
    border-radius: 2px;
    cursor: pointer;
    display: block;
}*/

.banner {
    width: 190px;
    background-color: var(--lipstick);
    color: white;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    margin: 5px;
    margin-top: 0px;
    padding: 10px;
}

.banner:hover {
    background-color: white;
    color: var(--lipstick)!important;
    transform: scale3d(0.95,0.95,0.95);
}

.banner ons-row {
    height: 88px;
}


.flex {
    display: flex;
}

.flex > div {
    flex: 1;
    align-self: center
}

.flex > .min {
    flex: 0 0 auto;
}

.meetingrooms .flex {
    flex-wrap: wrap;
}

.meetingrooms.negativerightmargin {
    margin-right: -20px;
}

.meetingrooms .flex .col {
    margin-right: 0px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
    align-self: flex-start;
}

.meetingrooms .flex .col .available {
    max-width: initial;
}

@media (max-width: 1024px) {
    .meetingrooms .flex .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.meetingrooms .reservation {
    font-size: 1rem;
    line-height: 1.25;
    padding: 1.375rem;
    background-color: #f4f8fa;
    margin-bottom: 1.25rem;
}

.meetingrooms .reservation.blank {
    background-color: transparent;
    line-height: 3.5rem;
}

.meetingrooms.mobile .reservation {
    font-size: 1.1666rem;
}

.meetingrooms .reservation .flex .date {
    margin-left: 5px;
    margin-right: 1.5625rem;
}

.meetingrooms .reservation .day {
    font-size: 1.25rem;
    line-height: 1.45;
}

.meetingrooms .reservation .flex .center {
    border-left: 1px solid #c0e0ec;
    padding-left: 1.5625rem;
}

.meetingrooms .reservation .description {
    font-family: 'IsidoraSans';
    font-size: 1.25rem;
    line-height: 1.3;
}

.meetingrooms.mobile .reservation .description {
    font-weight: normal;
    font-size: 1.1666rem;
}

.meetingrooms .reservation .button {
    min-width: 165px;
    text-align: center;
}

.meetingrooms.mobile .reservation .button {
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    padding: 0px;
    border-radius: 50%;
    position: relative;
    line-height: 22px !important;
}

.meetingrooms.mobile .reservation .button ons-icon {
    font-size: 1.25rem;
}

.meetingrooms.mobile .reservation .button span {
    display: none;
}

.meetingrooms.desktop .reservation .button ons-icon {
    display: none;
}

.meetingrooms.mobile {
    margin-left: -20px;
    margin-right: -20px;
}

.meetingrooms.mobile .reservation {
    margin-left: 20px;
    margin-right: -10px;
}

/*.meetingrooms.mobile .reservation {
    margin-right:60px;
    transform:translateX(-50px);
    margin-left:20px;
}

.meetingrooms.mobile ons-carousel-item:first-child .reservation {
    transform:translateX(0px);
}*/

.meetingrooms.mobile ons-carousel-item  {
    /*padding-left: 20px;*/
}

.meetingrooms.mobile ons-carousel-item:last-child .reservation {
    margin-right: 20px;
}


.dots {
    font-size: 2rem;
    line-height: 1.2rem;
    margin-bottom: 1.25rem;
    color: #306da2;
}

.dots .dot {
    width:10px;
    height:10px;
    border-radius:50%;
    border:1px solid #306da2;
    display:inline-block;
    margin-left:10px;
    line-height:1.2;
    vertical-align:middle;
}

.dots .dot.active {
    background-color:#306da2;
}


.meetingroom-reserve {
    background-color: #333333;
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 50px;
}

meetingroom-reserve .button {
    display: inline-block;
}

.meetingroom-reserve .flex > div {
    margin-right: 15px;
}

.meetingroom-reserve .flex > div:last-child {
    margin-right: 0px;
}

.select-wrapper {
    border-color: #fff;
    color: var(--lipstick);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .625rem;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url('/lib/images/icons/select-arrow.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

    .select-wrapper select, .select-wrapper input {
        background-color: transparent;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        font-family: 'IsidoraSans';
        outline: 0;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        line-height: 2.6rem;
        height: 2.6rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 100%;
        border-radius: 5px;
        color: var(--lipstick) !important;
        border-bottom: none !important;
    }

/*.select-wrapper .select {
    background-color: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: Roboto,sans-serif;
    border: 1px solid #306da2;
    font-size: 1rem;
    line-height: 2.6rem;
    height: 2.6rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    border-radius: 0;
    color: black;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/

.select-wrapper .hiddeninput {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%
}

.select-wrapper select option {
    color: #333;
}

.select-wrapper select:focus option:checked {
    background: #eee;
}

.select-wrapper select option:hover {
    background-color: #eee;
}

/*.dark-wrapper {
     border-color: #fff!important; 
     color: #fff; 
     background-color: #333333; 
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.dark-wrapper select {
    background-color: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: Roboto,sans-serif;
    outline: 0;
    border: 1px solid white;
    font-size: 1rem;
    line-height: 2.6rem;
    height: 2.6rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    border-radius: 0;
    color: white!important;
    border-color: white!important;
}*/

#app .meetingroom-reserve h3 {
    color: white;
}

.meetingrooms .available {
    background-color: #f4f8fa;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 24%;
    align-self: flex-start;
    overflow:hidden;
}


.meetingrooms .available.blank {
    background-color: transparent;
    line-height: 3.5rem;
}

.meetingrooms .available:last-child {
    margin-right: 0px;
}

    .meetingrooms .available h4 {
        font-family: 'IsidoraSans';
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.42;
        margin-bottom: 0px !important;
    }

.meetingrooms .available .capacity {
    font-style: italic;
    margin-bottom: 19px;
}

.meetingrooms .available .availableText {
    font-weight: normal;
}

.meetingrooms .available .button {
    border: solid 1px #306da2;
    background-color: white;
    color: #306da2;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.meetingrooms .available .booking {
    display:none;    
}

.meetingrooms .available .booking.open {
    display: block;    
}

.meetingrooms.mobile .available {
    margin-left: 20px;
    margin-right: -10px;
}

.meetingrooms .available .booking .select-wrapper:first-child {
    margin-top: 15px;
}

.meetingrooms .available .booking .select-wrapper {
    margin-bottom: 0px;
    margin-top: 5px;
}

.meetingrooms .available .booking .select-wrapper select {
    border-color: black;
    color: black;
    background: white;
}

.meetingrooms .available .booking .button {
    border: solid 1px #306da2;
    background-color: #306da2;
    color: white;    
    margin-top: 10px;    
}

.box {
    padding: 40px;
    background-color: var(--white-two);
}

.form {
    padding: 40px;
    background-color: var(--white-two);
}

.form .element, .box .element{
    margin: 0 0 1.5rem 0;
    overflow:hidden;
}

.form .element h2, .box .element h2 {
    margin-bottom: 0!important;
}

.form .element p {
    margin-top:1rem;
    margin-bottom:0rem;
}

.form >.element:last-child {
    margin-bottom:0px;
}

    .form label, .box label {
        font-family: 'IsidoraSans',serif;
        display: block;
        margin-bottom: 10px;
    }

.form input:focus {
    border-bottom-color: #152F72;
    box-shadow: 0 1px 0 0 #152F72;
}

    .form input, .form .value {
        border: none;
        border-bottom: 2px solid #333333;
        background-color: transparent;
        font-size: 1.25rem;
        font-weight: 400;
        /*padding: .3125rem 0;*/
        width: 100%;
        border-radius: 0;
        -webkit-appearance: none;
        font-family: 'IsidoraSans',sans-serif;
        outline: 0;
    }

/*.form input{padding: 0;}*/

#page-member-profile .box{
    margin-bottom: 10px;
}

#page-member-profile .employee-container .box{
    padding: 20px!important;
    cursor: pointer;
}


#page-member-profile .employee-container .box .left{
   flex-basis: 80%;
}

#page-member-profile .employee-container .box .left p{
   margin: 0;
}

    #page-member-profile .employee-container .box .right {
        flex-basis: 15%;
        color: #306da2;
        font-weight: normal;
    }
    
    #page-member-profile .employee-container .box .right h4{
        color: var(--lipstick);
        font-weight: normal;
    }

#page-member-profile .row{
    display: flex;
    flex-direction: row;
}

#page-member-profile .box, #page-member-profile .form, #page-member-profile .employee-container{
    margin-bottom: 50px;
}

#page-member-profile .employee-container .box{
    margin-bottom: 10px;
}

#page-member-profile .form {
    max-width: 610px;
    }

#page-member-profile .delete-member {
    width: 95%;
    margin: auto;
    text-align: center;
    background-color: var(--black-three);
    border: none;
    color: #ffffff!important;
}

#page-member-profile .delete-member:hover {
    background-color: rgb(139, 0, 0) !important;
}

#page-member-profile .resend-invite {
    width: 95%;
    margin: auto;
    text-align: center;
}

.box h2 {
    font-size: 1.25rem;
    font-weight: 400 !important;
    font-family: 'IsidoraSans',sans-serif !important;
    color: black;
    border: none;
    padding: .3125rem 0;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
}

.form .value {
    border-bottom: none;
}

.form .ons-icon {
    vertical-align: text-top;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}


/*.form input:focus::placeholder {
    color: rgba(0,0,0,0);
}*/

.form input::placeholder {
    color:rgba(0,0,0,0.2);
}

.form .select-wrapper {
    margin-bottom:1rem;
}

.form .select-wrapper select {
    margin-top: 0.5rem;
    color: black;
}

.form .select-wrapper:first-child {
    margin-right:2rem;
}

.form .flex >ons-button {
    width:100%;
    text-align:center;
}

.form .flex > ons-button:first-child, .form .flex > .element:first-child {
    margin-right: 2rem;
}

.form .float {
    overflow: hidden;
    clear:both;
}

.form .float > a {
    float: left;
    display: inline-block;    
    margin-right:1rem;
}

.form .float > ons-button {    
    text-align: center;
    float: left;    
    margin-bottom: 1rem;
}

#page-admin .form .element .button {
    margin-top:0px;
}

.form .float > ons-button:first-child {
    margin-right: 2rem;
}

.form .button--outline {
    border-color:#333;
    color:#333;
    background-color:white;
}

.form table {
    width:100%;
    border-spacing: 0px;
    border-collapse: separate;
}


.form table th, .form table td {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-align: left;
    line-height:1.63;
}

    .form table th {
        font-family: 'IsidoraSans';
        font-weight: 300;
    }

.form table td {    
    font-weight: normal;    
}

.form table tr td, .form table tr th {
    border-bottom: solid 2px #306DA2;
}


.twocolumns {
    columns: 2;
    column-gap: 1rem;    
}

.twocolumns .location img {
    width:100%;
    display:block;
}

.twocolumns .location .box {    
    background-color: #f4f8fa;
    margin-bottom:20px;
    min-height:9rem;
}

.twocolumns .location .box p {    
    font-weight: normal;
    margin-bottom:0.5rem;
    line-height:1.25rem;
}

.twocolumns .item {
    break-inside: avoid;
}

#app .twocolumns h3 {
    white-space:normal;
}

#app .twocolumns h5 {
    margin-bottom: 5px;
}

.faq strong {
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    line-height: 1.25rem;
}

.faq p {
    /*line-height: 1.25;*/    
}

.meetingroom-reserve-search-results {
    margin-top: -15px;
    color: white;
}

.meetingroom {
    margin-bottom: 30px;
}

.meetingroom img {
    width: 100%;
    display: block;
}

.meetingroom .box {
    background-color: #333333;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

#app .meetingroom h5 {
    margin: 0px;
    color: white;
    font-weight: 300;
    font-size: 1.25rem;
    text-transform: none;
    margin-bottom: 4px;
}

.meetingroom .box .button {
    border: 1px solid white;
    color: var(--lipstick);
    min-width: 165px;
    text-align: center;
}

.meetingroom .box .capacity {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.43;
}

.meetingroom .box .capacity ons-icon {
    font-size: 1.25rem;
}

.meetingroom .booking .form {
    background-color: transparent;
    color: white;
    padding: 0px;
    margin-bottom: 30px;
}

.meetingroom .booking .form .element {
    margin: 0px;
    margin-top: 1rem;
}

    .meetingroom .booking .form textarea {
        width: 100%;
        height: 6vh;
        padding: 1rem;
        box-sizing: border-box;
        font-size: 1rem;
        margin-top: 0.5rem;
        font-family: 'IsidoraSans';
        font-weight: 300;
    }

.meetingroom .booking .value {
    font-size: 1.5rem;
    font-weight: normal;
}

.meetingroom .booking .label {
    font-size: 1rem;
    line-height: 1.75;
}

.meetingroom .booking.box {
    display: none;
    transform: scaleY(0) scaleZ(1);        
}

#page-booking-information .meetingroom .booking.box {
    display: block;
    transform: scaleY(1) scaleZ(1);
    text-align: left;
    font-family: 'IsidoraSans';
}

.form{
    font-family: 'IsidoraSans';
}

#page-booking-information .layout .body {
    background-color: white;
    float: left;
    width: 100%;
    min-height: 60vh;
    padding: 30px;
    box-sizing: border-box;
    flex: 2;
    overflow: auto;
    overflow-x: hidden;
}

.meetingroom .booking.box.open {
    display: block;
    transform-origin: top;
    animation: slideHeight 0.5s ease-in-out forwards;
}

#page-booking .meetingroom .booking.box {    
    display: block;
    transform:initial;
}

#page-booking .meetingroom {
    margin-top: 1.25rem;    
}

#page-booking-information .meetingroom .booking.box {
    display: block;
    transform: initial;
}

#page-booking-information .meetingroom {
     padding-top: 0; 
    font-weight: normal;
    /*font-size: 20px;*/
     height: auto; 
     margin-bottom: 0px; 
     /*background-color: #f4f8fa; 
     border: none;*/ 
}

#page-booking-information .meetingroom {
    margin-top: 1.25rem;
}




@keyframes slideHeight {
    0% {
        display: none;        
    }

    1% {
        display: block;
        transform: scaleY(0) scaleZ(1);
    }

    100% {
        display: block;
        transform: scaleY(1) scaleZ(1);
    }
}



.meetingroom .booking.box .button {
    margin-bottom: 1rem;
}

.meetingroom .booking.box .flex.buttons > div:first-child {
    padding-right: 0.625rem;
}

.meetingroom .booking.box .flex.buttons > div:last-child {
    padding-left: 0.625rem;
}

#app .toast {
    background-color: white;
    border-radius: 0px;
    left: 0px;
    right: 0px;
    line-height: 1.5rem;
    border-bottom: 4px solid #FF663E;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.2);
    margin: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
}

    #app .toast .toast__message {
        color: #243270;
        font-family: 'IsidoraSans';
        font-size: 1.15rem;
        white-space: normal;
    }

#page-admin .member {
    padding: 20px;
    background-color: #f4f8fa;
    margin-bottom: 20px;
    font-weight: 300;
    line-height:1.63;
}

#page-admin .member.open {
    padding:40px;
}

    #page-admin .member h4 {
        font-family: 'IsidoraSans';
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

#page-admin .button {
    margin-top:1rem;
}

.button--outline {
    color: var(--lipstick);
    border-color: var(--lipstick);
    transition: all .2s ease-in-out;
    background-color:white;
    text-align: center;
}
    .button--outline:hover {
        border-color: var(--lipstick)!important;
        opacity: 0.4;
    }

#page-admin .member .ons-icon {
    color: var(--lipstick);
    margin-bottom: 5px;
    font-size: 2rem;
    align-self: flex-end;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#page-admin .member .ons-icon:hover {
    color:#FF663E;
}

.expand {
    display: none;
    transform: scaleY(0) scaleZ(1);
}

.open .expand {
    display: block;
    transform-origin: top;
    animation: slideHeight 0.3s ease-in-out forwards;
}

ons-alert-dialog {
    position:fixed;
    height:100vh;
}

.notice {
    font-size: 0.77rem;
    border: 1px solid var(--lipstick);
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 0.5rem;
    color: var(--lipstick);
    line-height: 1.5rem;
}

#app .article h4:first-child {
    margin-top: 0px;
}

#app .article h4 {
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-family: 'IsidoraSans';
    font-weight: normal;
    font-size: 1rem;
}

.article p {
    margin-top: 0px;
    margin-bottom: 1rem;
    /*line-height: 1.25rem;*/
}

#printqueue li {
    margin-bottom: 1rem;
    list-style: none;
}

#printqueue li:last-child {
    margin-bottom: 0rem;
}

#page-print .printcode {
    padding: 1rem;
    border: 1px solid #306da2;
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'IsidoraSans';
    font-weight: bold;
    letter-spacing: 0.5rem;
    color: #306da2;
}

#app .intelecomchatoverlay__footer {
    display: none;
}

#app .intelecomcaptcha {
    background: white;
}

#app .intelecomchatdialog {
    border: none;
    box-shadow: 10px 10px 60px rgba(0,0,0,0.3);
    background:white;
}

#app .intelecomchatheader {
    background-color: #306da2;
}

#app .intelecomchat__button {
    background: #306da2;
}

#app .intelecomchatdialog {
    height: 450px;
}

#app .intelecomStarterRight {
    right: -5px;
}

/*Iben Changes*/
.member-list {
    display: flex;
    flex-direction: column;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);*/
    background-color: white;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}

.member-list *{
    font-weight:normal;
}

.member-list-header {
    height: 54px;
    background-color: white;
    display: flex;
    flex-direction: row;
    padding-left: 45px;
}

.member-list-header .line {
    height: 2px;
    width: 40px;
    margin-top: 2px;
    border-bottom: solid 2px var(--easter-purple);
    opacity: 0;
}

.member-list-header .active .line, .member-list-header p:hover .line {
    animation: show 0.5s ease-out forwards;
}

.member-list-header .member-list-header-item{
    display:flex;
    flex-direction:column;
    padding-top: 15px;
}

.member-list .left {
    width: 45%;
    color: var(--lipstick);
    cursor:pointer;
    text-decoration:none;
}

.member-list-header .member-list-header-item *{
    margin: 0;
    font-family: 'IsidoraSans';
    color: var(--lipstick);
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
}

.member-list-header .active *{
    font-weight: 600;
}

.member-list .arrow {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid var(--lipstick);
    border-bottom: 3px solid transparent;
    padding-top: 0 !important;
    margin-right: 5px;
    margin-bottom: 3px !important;
    /*transform: rotate(90deg);*/
    cursor: pointer;
}

.member-list .extend{
    transform: rotate(90deg);

}

.member-list .no-arrow {
    width: 5px;
    margin-right: 5px;
}


.member-list-item .employee-list{
    display: flex!important;
    flex-direction: column!important;
}

#page-members .member-list-item {
    min-height: 48px;
    padding-left: 31px;
}

#page-members .member-list-item .company-container *{
    display: inline-block;
}

#page-members .member-list-item .company-container{
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page-members .even {
    background-color: var( --light-pink);
}


.member-list-item .employee-list .employee-list-item, .member-list-item .employee-list .long-line {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    list-style: none;
    cursor: pointer;
    padding-top: 0!important;
    padding-left: 15px !important;
}

.member-list-item .employee-list
{
    display: flex!important;
}
.member-list-item .employee-list .employee-list-item * {
    padding-top: 0 !important;
}

    .member-list-item .employee-list .long-line {
        width: 105%;
        height: 2px;
        border-bottom: solid 2px var(--lipstick);
        margin-left: -31px;
        margin-bottom: 10px !important;
    }

#page-members .layout .section{
    padding: 0;
}

/*#page-members .button--outline, #page-member-profile .button--outline {
    color: #306da2;
    background-color: #ffffff;
    border-color: #306da2;
    transition: all .2s ease-in-out;
    text-align: center;
}

    #page-members .button--outline:hover, #page-member-profile .button--outline:hover {
        border-color: #FF663E;
        ;
    }*/

.member-page-menu-div {
    display: flex;
    margin-left: 30px;
    flex-direction: column;
}

.member-page-menu-div .menu, .member-page-menu-div .button{
    margin-bottom: 12px!important;
}

#page-members .layout .member-page-menu-div .menu {
    margin: 0;
    flex: 0;
}

#page-members .member-buttons-mobile {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
}

@media (max-width: 576px){
    #page-members .body{
        padding-left: 20px;;
    }

    #page-members .member-buttons-mobile{
        display: block;
    }
}

#page-booking .layout .header .booking-page-menu-div {
    display: flex;
    flex-direction: row!important;
}

.booking-page-hamburger-menu {
    
}

#page-booking .layout .header .booking-page-menu-div .booking-page-hamburger-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 150px;
    right: 70px;
    background-color: white;
    float: right;
    height: 27px;
    cursor: pointer;
}

#page-booking .layout .header .booking-page-menu-div .menu{
    position: absolute;
    top: 177px;
    right: 70px;
    width: 300px;
    z-index: 100;
}

.meetingroom-day-mobile{
    display: none;
}

.meetingroom-day-mobile-select{

}

.hours{
    display: flex;
    flex-direction:column;
    padding-top: 53px;
}
/*.meetingroom-day{
    width: 33%;
}*/

.view{
    display: flex;
    flex-direction:row;
}

.meetingroom {
    padding-top: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #306da2;
    text-align: center;
    height: 40px;
    margin-bottom: -53px;
    background-color: var(--white-two);
    border: solid 1px #e3e3e3;
    font-family: 'IsidoraSans';
    font-weight: 400;
    color: var(--lipstick);
}

.grid {
    margin-top: 44px;
    border: solid 1px #e3e3e3;
    border-top: none;
}

@media (max-width: 576px) {
    #page-booking .layout .header .booking-page-menu-div .booking-page-hamburger-menu {
        display: none;
    }

    #page-booking .layout .header .booking-page-menu-div .menu {
        display: none;
    }

    .meetingroom-day {
        display: none;
    }

    .meetingroom-day-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #page-booking .layout .hours {
        padding-top: 32px;
    }

    #page-booking .layout .meetingroom-day-mobile .grid {
        margin-top: -23px;
    }

    #page-booking .layout .meetingroom{
        padding-top: 0;
        margin-top: 0;
    }
}

#page-new-tenant .body, #page-member-profile .body{
    display: flex;
    flex-direction: row;
}

#page-new-tenant .body .section, #page-member-profile .body .section{
   width: 610px;
}

#page-new-tenant .form-submit{
    display: flex;
    padding: 20px;
}

#page-new-tenant .form-submit *{
    flex-basis: 45%;
    margin: auto;
    text-align:center;

}

/*#page-employee .button--outline{
    background-color: #ffffff;
}*/

/*#page-employee .button--outline:hover {
    border-color: #FF663E;
    background-color: #ffffff;
}*/

#page-employee .activation{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
    #page-employee .activation h2 {
        margin-bottom: 10px;
        font-family: 'IsidoraSans' !important;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
    }

/*#page-employee .button--outline {
    color: #306da2;
    border-color: #306da2;
}*/

#page-employee .column {
    display: flex;
    flex-direction: column;
}

#page-employee .column * {
    display: block;
    margin-right: 40px;
    margin-bottom: 1rem;
    text-align: center;
    
}

.prev, .next {
    content: " ";
    white-space: pre;
    -webkit-transition: all 0.2s ease-out;
    display: inline-block;
    cursor: pointer;
}

.prev{
    transform: rotate(180deg);
}

.flex {
    justify-content: space-between;
}
.flex .flex-element{
    flex: 0;
    flex-basis: 48%;
    
}

.headerText {
    font-family: 'IsidoraSans', serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#page-create-booking .booking .form{
    text-align: left !important;
}

#page-create-booking .label {
    font-weight: 300;
    font-size: 16px;
}

#page-create-booking .value {
    padding-top: 0;
}

#page-create-booking .form input, #page-create-booking .form .value {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

#page-create-booking .meetingroom .booking.box {
    display: block;
    transform: initial;
}

#page-create-booking .meetingroom {
    padding-top: 0;
    font-weight: normal;
    /*font-size: 20px;*/
    height: auto;
    margin-bottom: 0px;
    /*background-color: #f4f8fa; 
     border: none;*/
}

#page-create-booking .meetingroom {
    margin-top: 1.25rem;
}

.column{
   
}

#print-label {
    background-color: var(--lipstick) !important;
    font-size: 1rem;
    font-family: 'IsidoraSans';
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-overflow: initial;
    transition: all .2s ease-in-out;
    color: #306da2;
    background-color: #ffffff;
    border-color: #306da2;
    transition: all .2s ease-in-out;
    text-align: center;
    padding: 20px;
    color: white;
    max-width: 220px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    font-weight: 500;
}

ons-icon{
    color: var(--lipstick);
}

/*#page-booking .layout .header .booking-page-menu-div .booking-page-hamburger-menu{
    width: 30px;
}*/


/*End Iben Changes*/
