:root {
    --lbs-deep-blue: #001E62;
    --lbs-off-white: #EBE8E5;
    --lbs-warm-grey: #D7D2CB;
    --lbs-rich-red: #C8103E;
    --lbs-interactive-navy: #7F8EB0;
    --lbs-hover-on-dark: #1A2B53;
}

@font-face {
    font-family: 'gt-sectra-fine-bold';
    src: url('../lib/gt-sectra-fine-bold/web/gt-sectra-fine-bold.ttf') format('truetype');
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: var(--lbs-deep-blue);
}

#calendar a {
    color: gray;
    /*background-color: gray;*/
    
}

.fc-daygrid-event {
	white-space: wrap;
}

/* .fc-event { */
    /* padding: 0 1px; */
    /* white-space: wrap;     */
    /* border: 1px solid black !important; */
    /* line-height: 1px; */
    /* margin-bottom: 2px; */
    /* padding-left: 1px; */
/* } */

#lbs .ui-content {
    padding: 10px;
}

.login-area {
    width: 15%;
    height: 20px;
    position: relative;
    text-align: right;
    float: right;
    margin-top: 45px;
    margin-right: 8px;
    display: none;
}

#lbs .ui-link {
    color: #383636;
    text-shadow: unset;
    /*font-weight: normal;*/
    text-decoration: none;
}

#lbs .header {
    width: 100%;
    min-height: 70px;
    background-size: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    display: block;
    max-width: 876px;
    max-height: 89px;
    width: auto;
    height: auto;
    /*background-color: white;*/
}

#lbs .header-main {
    background-image: url('../images/mainheaderbanner.png');
}

.lbslogo {
    float: left;
    width: 65px;
    height: 65px;
    background-image: url('../images/lbslogo.png');
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: 2px;
}

html {
    font-size: 8px;
}

#lbs .legendtext {
    font-size: 0.8em;
    text-align: center;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 18px;
    }
}

#lbs h1 {
    margin-top: 9px;
    margin-left: 15px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #00559f;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

#lbs .user-details {
	text-align: right;
	color: white;
	background-color: #001E62;
	float: right;
	font-size: .75em;
	font-family: Montserrat,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding-top: 4%;
	margin-right: 3px;
}

#lbs .btn-primary {
    background-image: linear-gradient(#CAD8E3, #C9DDED 40%, #9DC1DE);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    /*margin-right: 5px;*/
    /*box-shadow: 0 5px 15px rgba(25, 118, 210, .5);*/
    /*border-color: #0D47A1;*/
    color: #333;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
    /*font-weight: normal;*/
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#lbs .btn-primary:hover {
    background-image: linear-gradient(#DEE9F2, #D9E8F6 40%, #A4BACC);
    background-repeat: no-repeat;
    /*box-shadow: 0 0 0 rgba(227, 242, 253, .5);*/
    /*border-color: #0E4BAB;*/
}

#lbs .btn-right {
    float: right;
}

#lbs .cancelbooking {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    color: #fff;
    background-color: #d9534f;
}

#lbs .button-container {
    padding-top: 30px;
    text-align: center;
    margin-top: 10px;
    min-height: 48.25px;
}

#lbs .ui-block-c {
    text-align: center;
}

#userCalendarHeader {
    margin-left: 15px;
}

#lbs .lbs-full-width {
    width: 100%;
}

#lbs .ul-page {
    zoom: 3;
    -moz-transform: scale(3);
    -moz-transform-origin: 0 0;
    /*background-color: white; */
}

@media screen and (max-width: 991px) {

    /* start of large tablet styles */
    #lbs .fc-toolbar {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {

    /* start of medium tablet styles */
    #lbs .fc-toolbar {
        font-size: 12px
    }
}

@media screen and (max-width: 479px) {

    /* start of phone styles */
    #lbs .fc-toolbar {
        font-size: 10px
    }

    #lbs .header-calendar {
        min-height: 75px;
    }

    #lbs #calendarSubscribe {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {

    /* start of phone styles */
    #lbs .fc-toolbar {
        font-size: 8px
    }

    #lbs .header-calendar {
        min-height: 89px;
    }

    #lbs #calendarSubscribe {
        width: 100%;
        margin-bottom: 10px;
    }

    #lbs .header-main {
        background-image: url('../images/mainheaderbanner_xs.png');
    }
}

#calendarFilterOptions {
    margin-top: 1px;
    margin-bottom: 1px;
}

#lbs .filter-by {
    clear: both;
}

#lbs .lbs-ui-title {
    font-family: GT-Sectra-Fine-Bold, serif;
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--lbs-deep-blue);
    vertical-align: middle;
    margin-left: 10px;
    background: white;
}

#lbs .sharing-icon {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('../images/sharing.png');
    margin-right: 5px;
}

#lbs .checkedin-icon {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('../images/checkedin.png');
    margin-right: 5px;
}


#lbs .weekheader {
    background-image: linear-gradient(#4d88ff, #1a66ff 40%, #003cb3);
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}

#bookingsList {
    margin: 0;
}

#roombookingslist {
    margin: 0;
}

/*---- legend section --------------------*/
#legend-section {
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
}

#legend-section-mobile {
    width: 100%;
    margin-bottom: 20px;
}

#lbs .legend-span-mobile {
    width: 100%;
    text-align: center;
    height: 30px;
}

#lbs .legend-image {
    vertical-align: middle;
}

#lbs .legend-text {
    vertical-align: middle;
    color: var(--lbs-interactive-navy);
}

#lbs .legend-text-mobile {
    vertical-align: middle;
    color: var(--lbs-interactive-navy);
    width: 70%;
    float: right;
    text-align: left;
    padding-bottom: 5px;
}

#lbs .legend-image-span {
    width: 30%;
    float: left;
    text-align: right;
    padding-bottom: 5px;
}

@media only screen and (max-device-width: 480px) {
    .show-in-mobile {
        display: block;
    }

    .hide-in-mobile {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) {
    .show-in-mobile {
        display: none;
    }

    .hide-in-mobile {
        display: block;
    }
}

#lbs .lbs-btn-default {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 5px 20px;
    background-color: var(--lbs-deep-blue);
    color: white;
    border: solid 1px var(--lbs-deep-blue);
    border-radius: 0;
    width: auto;
    display: inline;
    box-shadow: unset;
}

#lbs .lbs-btn-default:hover {
    cursor: pointer;
    background-color: white;
    color: var(--lbs-deep-blue);
    border: solid 1px var(--lbs-deep-blue);
}

#lbs .lbs-btn-default:disabled {
    font-size: 0.875rem;
    font-weight: 400;
    background-color: var(--lbs-interactive-navy);
    color: white;
    padding: 5px 20px;
    border: solid 1px var(--lbs-interactive-navy);
    cursor: default;
}

#lbs .lbs-btn-secondary {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 5px 20px;
    background-color: white;
    color: var(--lbs-deep-blue);
    border: solid 1px var(--lbs-deep-blue);
    border-radius: 0;
    width: auto;
    display: inline;
    box-shadow: unset;
}

#lbs .lbs-btn-secondary:hover {
    cursor: pointer;
    background-color: var(--lbs-deep-blue);
    color: white;
    border: solid 1px var(--lbs-deep-blue);
    text-decoration: none;
}

#lbs .lbs-btn-secondary:disabled {
    font-size: 0.875rem;
    font-weight: 400;
    background-color: var(--lbs-interactive-navy);
    color: white;
    padding: 5px 20px;
    border: solid 1px var(--lbs-interactive-navy);
    cursor: default;
}

#lbs .lbs-btn-fullwidth {
    display: block;
}

#lbs .center {
    margin-left: auto;
    margin-right: auto;
}

#lbs .ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
    color: var(--lbs-deep-blue);
    font-family: 'Montserrat', sans-serif;
}

#lbs .ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head+body .ui-btn.ui-btn-a:hover {
    font-family: 'Montserrat', sans-serif;
}

#lbs body,
input,
select,
textarea,
button,
.ui-btn {
    color: var(--lbs-deep-blue);
    font-family: 'Montserrat', sans-serif;
}

#lbs .ui-select .ui-btn select {
    background-color: white;
    border-color: var(--lbs-deep-blue);
    color: var(--lbs-deep-blue);
    text-shadow: unset;
}

#lbs .ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background-color: white;
    border: 1px solid var(--lbs-deep-blue);
}

#lbs .lbs-btn-link {
    margin-right: 10px;
    padding-bottom: 9px;
}

#lbs .form-control:focus {
    box-shadow: unset;
}

#lbs .form-control:active {
    box-shadow: unset;
}

#lbs .form-control:hover {
    box-shadow: unset;
}

#lbs .ui-focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
   }

#lbs .ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-btn-a.ui-focus, html head + body .ui-body-a.ui-focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
   }

 #lbs  .ui-checkbox-on:after {
    background-color: var(--lbs-deep-blue) !important;
  }
  
.eventPopupDialog {
    opacity: 1;
    height: auto;
}

.eventPopupText {
    color: black;
    padding: 5px;
    opacity: 1;
}

#lbs .calendartz-note {
  float: center;
  border: 1px solid red;  
  color: var(--lbs-deep-blue);
  text-align: center;
}