﻿*
{
    margin: 0;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}


html, body
{
    font-family: 'PT Sans', Arial;
    font-size: 14px;
    overflow-x: hidden;
}

body {
    padding-right: 0px!important;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}

/* Page header */
.header-container {
	background-color: #293c5b;
	height: 140px;
	margin-bottom: 20px;
	width: 100%;
}

.header-content {
	background-color: #50abe0;
	color: #ffffff;
	display: table;
	height: 86%;
	text-align: center;
	width: 100%;
}

.header-content h1 {
	display: table-cell;
	vertical-align: middle;
}

.filter-button-container {
	/*display: none;*/
    display: block;
    height: 14%;
}

.searchoptions-button-container {
    display: none;
}

.settings-button-container {
    height: 100%;
    float: left;
    position: relative;
}

.settings-menu {
    position: absolute;
    background-color: #293c5b;
    width: 180px;
    top: -webkit-calc(100% + 1px);
    top: calc(100% + 1px);
    z-index: 100;
    box-shadow: 4px 4px 2px rgba(255,255,255,0.6);
}

.settings-menu-hidden {
    display: none;
}

.settings-menu .menu-item {
    color: #ffffff;
    padding: 10px;
}

.settings-menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    font-weight: normal;
}

.settings-menu .menu-item a:hover {
    font-weight: bold;
}

#settings-button {
    box-sizing: border-box;
    background-image: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/settings-white.png);
    background-size: 25px 25px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #293c5b;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    height: 100%;
    outline: none;
    width: 35px;
}


/* Filter-controls */
.controlscontainer {
	background-color: #50abe0;
	float: left;
	height: 100%;
	min-width: 200px;
	width: 25%;
}

.controlscontainer-visibility {
    display: block;
}

.single-control-container {
	background-color: #50abe0;
	display: table;
	float: left;
	height: 90px;
	width: 100%;
}

.single-control-container.activitylist-container-hidden {
    display: none;
}

.single-control-container:hover {
	background-color: #a9d0ef;
}

.single-control-container:hover input, .single-control-container:hover select {
	background-color: #edf8fc;
}

.single-control-container input, .single-control-container select {
	background-color: #a0ddf9;
}

.control-icon {
	display: table-cell;
	height: 100%;
	min-width: 52px;
	width: 23%;
}

.control-icon-activity {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/activityfilter-white.png) center center no-repeat;
}

.control-icon-date {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/datefilter-white.png) center center no-repeat;
}

.control-icon-persons {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/persons-white.png) center center no-repeat;
}

.control-icon-timespan {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/timespanfilter-white.png) center center no-repeat;
}

.control-icon-time {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/timefilter-white.png) center center no-repeat;
}

.control-icon-customdefault {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/customfilter-default-white-1.png) center center no-repeat;
}

.control-icon-objectgroup {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-white.png) center center no-repeat;
}

.control-icon-recurring-booking {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/recurring-booking-white1_25x25.png) center center no-repeat;
}

.control-wrapper {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 76%;
}

.control-content {
	border-left: 1px solid #ffffff;
    width: 100%;
}

.control,
.control-label {
	font-size: 14px;
	margin: 6px 23px;
}

.control-label {
	color: #ffffff;
}

.control .textfieldlabel {
    width: 100%!important;
}

.control select {
	border: 0px;
	height: 24px;
}

.control-single-select select {
    width: 100%;
}

.control input[type="text"] {
    border: 0px;
    height: 24px;
    padding-left: 5px;
    box-sizing: border-box;
}

.single-control-container .datepicker {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/datefilter-black.png) -webkit-calc(100% - 5px) center no-repeat;
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/datefilter-black.png) calc(100% - 5px) center no-repeat;
    background-size: 20px 20px;
    background-color: #a0ddf9;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar input[type=button]:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar select:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar input[type=button],
#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar select,
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar input[type=button]:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar select:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar input[type=button],
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar select {
    height: 19px;
    box-sizing: border-box;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 0px;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar input[type=button]:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar input[type=button],
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar input[type=button]:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar input[type=button] {
    background-color: #c6eafb!important;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar select:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar select,
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar select:hover,
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar select {
    background-color: #ffffff!important;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer .datepicker-calendar input[type=button],
#ctl00_ContentPlaceHolder1_SearchFilter1_DateControlContainer .datepicker-calendar input[type=button] {
    cursor: pointer;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_StartDate_dpinput {
    min-width: 97px;
    width: 100%!important;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_DatePeriod_DateChooserStart_dpinput,
#ctl00_ContentPlaceHolder1_SearchFilter1_DatePeriod_DateChooserEnd_dpinput {
    margin-bottom: 2px;
    min-width: 97px;
    width: 100%!important;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer table {
    float: none!important;
    width: 100%;
    border-collapse: collapse;
}

/* Filter search-button */
.button-control-container {
	/*background-color: #ffffff;*/
	float: left;
	height: 60px;
	width: 100%;
}

.button-control-container > div {
	background-color: #ffffff;
    float: left;
	width: 100%;
	height: 100%;
}

.button-control-container input {
	background-color: #f2ab75;
	border: 0px;
    float: left;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	height: 50px;
	margin-top: 10px;
	width: 100%;
}

/* Facilities */
.facilitypictures {
	overflow: hidden;
}

.facilities-wrapper {
	float: left;
	width: 100%;
}

.no-facilities-message-wrapper {
    float: left;
    width: 100%;
    min-height: 100px;
}

.no-facilities-message {
    display: table;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #c6eafb;
    height: 100%;
    min-height: 100px;
}

.no-facilities-message-icon {
    display: table-cell;
    min-width: 30px;
    width: 10%;
    box-sizing: border-box;
    border-right: 1px solid #000000;
    height: 100%;
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/information-black.png) center 10px no-repeat;
    background-color: #c6eafb;
}

.no-facilities-message-content {
    width: 90%;
    margin-bottom: 17px;
    background-color: #c6eafb;
    color: #000000;
    display: table-cell;
    box-sizing: border-box;
    padding: 10px 10px 10px 5px;
    height: 100%;
}

.facility {
	float: left;
	height: 265px;
	margin-bottom: 17px;
	/*min-width: 237px;*/
    min-width: 180px;
	width: 33%;
}

.facility-content {
	float: left;
	height: 100%;
	margin-left: 20px;
	width: 92%;
    position: relative;
}

.facility-info-button {
    /*display: none;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 30px;
    height: 30px;
    background-color: #c6eafb;
    cursor: pointer;
}

.facility-information-icon-hidden {
    background-image: none!important;
}

.facility-hideinfo-button {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/photo-white_25x25.png) center center no-repeat;
    background-color: #293c5b !important;
}

.facility-showinfo-button {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/information-black.png) center center no-repeat;
    background-color: #c6eafb;
}

.facility-picture-wrapper-hover {
    background-color: #263143!important;
}

.facility-description-wrapper-hover {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/plus-white_25x25.png) 97% center no-repeat !important;
    background-color: #293c5b !important;
    color: #ffffff !important;
}

.facility-description-filler-hover {
    background-color: #293c5b!important;
}

.facility-picture-hover {
    display: none!important;
}

.facility-information-hover {
    display: block!important;
}

body.notmobile .facility-picture-wrapper:hover ~ .facility-description-filler .facility-description-wrapper,
body.notmobile .facility-info-button:hover ~ .facility-description-filler .facility-description-wrapper,
body.notmobile .facility-description-wrapper:hover {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/plus-white_25x25.png) 97% center no-repeat;
    background-color: #293c5b;
    color: #ffffff;
}

body.notmobile .facility-description-filler:hover,
body.notmobile .facility-picture-wrapper:hover ~ .facility-description-filler {
    background-color: #293c5b;
}

.facility-icon-hover {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-white.png) center center no-repeat !important;
}

.facility-selected-description-wrapper {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/plus-white_25x25.png) 97% center no-repeat !important;
    background-color: #293c5b !important;
    color: #ffffff !important;
}

body.notmobile .facility-picture-wrapper:hover ~ .facility-description-filler .facility-description-wrapper .facility-icon,
body.notmobile .facility-info-button:hover ~ .facility-description-filler .facility-description-wrapper .facility-icon,
body.notmobile .facility-description-wrapper:hover .facility-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-white.png) center center no-repeat;
}

.facility-selected-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-white.png) center center no-repeat !important;
}

.facility-picture-wrapper {
    background-color: #7f8e95;
	float: left;
	height: 200px;
	width: 100%;
}

body.notmobile .facility-picture-wrapper:hover {
	/*background-color: #263143;*/
}

.facility-picture {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.facility-picture > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.facility-picture-hidden {
	display: none;
}

/* ONDERSTAANDE 2 UIT IVM KLIKBAAR SWITCH-ICOON OP DESKTOPS */
body.notmobile .facility-picture-wrapper:hover > .facility-picture {
    /*display: none;*/
}

body.notmobile .facility-picture-wrapper:hover > .facility-information-hidden {
    /*display: block;*/
}

.facility-picture img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    /*width: 100%;*/
}

.facility-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-black.png) center center no-repeat;
    display: table-cell;
    height: 100%;
    width: 20%;
}

.facility-description-filler {
    float: left;
    width: 100%;
    background-color: #c6eafb;
}

.facility-description-wrapper {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/plus-black_25x25.png) 97% center no-repeat;
    background-color: #c6eafb;
    color: #000000;
    display: table;
    float: left;
    height: 65px;
    width: 100%;
}

body.notmobile .facility-description-wrapper:hover {
    cursor: pointer;
}

.facility-description {
    box-sizing: border-box;
	display: table-cell;
	height: 100%;
	width: 80%;
	vertical-align: middle;
}

.facility-description > div {
    box-sizing: border-box;
	font-size: 14px;
	margin-left: 5px;
    width: 100%;
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    padding-right: 40px;
    padding-right: -webkit-calc(3% + 30px);
    padding-right: calc(3% + 30px);
}

.facility-description h3 {
	font-size: 14px;
}

.facility-information {
	background-color: #c6eafb;
	color: #000000;
	display: none;
	float: left;
	height: 150px;
	width: 100%;
}

.facility-information-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/information-black.png) center 20px no-repeat;
    float: left;
    height: 100%;
    width: 20%;
}

.facility-information-content {
	height: 100%;
	vertical-align: top;
	overflow: hidden;
	width: 80%;
	float: left;
}

.facility-information-content-text {
    box-sizing: border-box;
	height: 140px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right:18px;
    width: -webkit-calc(100% - 18px);
	width: calc(100% + 18px);
	word-wrap: break-word;
}

.facility-information-hidden {
	display: none;
}

.facility-information-scrollbar-up {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/scrollup-grey.png) center 0 no-repeat;
}

.facility-information-scrollbar-down {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/scrolldown-grey.png) center 0 no-repeat;
}

.facility-information-scrollbar-up, 
.facility-information-scrollbar-down {
	background-color: #c6eafb;
	float: left;
	height: 20px;
	width: 100%;
}

/* Availability rules */
.summary-container {
    overflow: hidden;
}

.summary-wrapper {
    background-color: #293c5b;
    color: #ffffff;
    float: left;
    font-family: 'PT Sans', Arial;
    margin-left: 20px;
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.summary-searchsettings-state {
    display: none;
}

.summary-searchsettings {
    display: table;
    margin: 10px 10px 0px 10px;
    float: left;
    width: 100%;
}

.summary-searchsettings > div {
    /*display: table-cell;*/
    float: left;
    margin-bottom: 10px;
    width: 195px;
}

.summary-searchsettings > div.summary-default-visible {
    display: table-cell!important;
}

.summary-searchsettings > div.summary-default-invisible {
    display: table-cell;
}

.recurring-booking-selected-facilities-container {
    width: 20%;
    min-width: 195px;
}

.recurring-booking-selected-facility-hidden {
    display: none;
}

.recurring-booking-selected-facilities-collapser
{
    cursor: pointer;
}

.recurring-booking-selected-facilities-container .show-more-hidden,
.recurring-booking-selected-facilities-container .show-less-hidden {
    display: none;
}

#ctl00_ContentPlaceHolder1_Summary1_PropertySummaryBlock {
    width: 195px;
    max-width: 300px;
}

#ctl00_ContentPlaceHolder1_SearchFilter1_PeriodControlContainer {
    max-width: 400px;
}

.summary-footeractions {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.summary-footeractions > input {
    background-color: #50abe0;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    width: 150px;
}

.availabilitycontainer
{
    margin-top: 20px;
    overflow: hidden;
}

.availability-wrapper {
    background-color: #c6eafb;
    float: left;
    margin-left: 20px;
    position: relative;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.availability-button-wrapper {
    z-index: 3;
    width: 100%;
    height: 40px;
    position: absolute;
}

.availability-button-wrapper > input {
    background-color: #50abe0;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    /*font-weight: bold;*/
    height: 100%;
    margin-left: 10px;
    width: 250px;
}

.availabilitytooltip
{
    cursor: pointer;
    float: left;
    position: relative;
}

.availabilitytooltip > span
{
    cursor: pointer;
    display: none;
}

.availabilitytooltip:hover > span
{
    background: #ffffff;
    border: solid 1px #666666;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    max-height: 100px;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    width: 200px;
}

.available-objects-container, .unavailable-objects-container {
    display: table;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.available-objects-icon, .unavailable-objects-icon {
    border-right: 1px solid #000000;
    display: table-cell;
    height: 100%;
    width: 70px;
}

.available-objects-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-black.png) center 10px no-repeat;
}

.unavailable-objects-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/object-grey.png) center 10px no-repeat;
}

.available-objects-wrapper, .unavailable-objects-wrapper {
    display: table-cell;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}

.innerheader
{
    color: #000000;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.available-objects-list, .unavailable-objects-list {
    float: left;
    margin-left: 10px;
    width: 100%;
}

.available-objects-list > div, 
.unavailable-objects-list > div {
    float: left;
    /*height: 25px;*/
    margin-bottom: 5px;
    width: 100%;
}

.object-availability-cell {
    float: left;
    height: 20px;
    /*width: 320px;*/
    width: 100%;
    max-width: 600px;
}

.object-availability-cell-wide {
    float: left;
    height: 20px;
    min-width: 320px;
}

.object-availability-timebar {
    height: 50px!important;
}

.object-availability-timebar-cell {
    height: 50px;
}

.object-selector-cell {
    float: left;
    text-align: left;
    width: 30px;
}

.object-selector-cell input {
    margin-top: 2px;
}

.object-selector-cell .selection {
    visibility: hidden;
}

.recurring-booking-checkbox {
    width: 15px;
    height: 16px;
    float: left;
}

.recurring-booking-checkbox-unchecked {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/checkbox-empty-white-bold_13x13.png) left center no-repeat;
}

.recurring-booking-checkbox-checked {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/checkbox-checked-white-bold_13x13.png) left center no-repeat;
}

.recurring-booking-checkbox .selection input[type="checkbox"] {
    visibility: hidden;
}

.custom-radiobutton {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/tick-empty-black_13x13.png) left center no-repeat;
}

.custom-radiobutton-checked {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/tick-black_13x13.png) left center no-repeat;
}

.custom-checkbox {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/checkbox-empty-black_13x13.png) left center no-repeat;
}

.custom-checkbox-checked {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/checkbox-checked-black_13x13.png) left center no-repeat;
}

.bookinginformation-wrapper #ctl00_ContentPlaceHolder1_TypeOfMeetingList td {
    padding-left: 20px;
}

.bookinginformation-wrapper #ctl00_ContentPlaceHolder1_TypeOfMeetingList td input[type="radio"] {
    visibility: hidden;
    position: absolute;
    z-index: -2;
}

.bookinginformation-wrapper #ctl00_ContentPlaceHolder1_SelectScreenContainer input[type="checkbox"] {
    visibility: hidden;
}

.facilityname {
    color: #000000;
    float: left;
    font-size: 14px;
    min-width: 120px;
    width: 35%;
}

.facilityname label,
.facilityname div.facility-information-icon {
    float: left;
}

    .facilityname div.facility-information-icon {
        background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/information-black_15x15.png) center center no-repeat;
        width: 30px;
        margin-left: 10px;
    }

#FacilityPictureModal .modal-facility-picture {
    min-width: 150px;
    width: 90%;
    max-width: 400px;
}

.facilityname .popover,
.facilityinformation-popover
{
    min-width: 200px;
    width: 90%;
    max-width: 400px;
    height: 218px;
    /*min-height: 152px;
    max-height: 202px;*/
}

.facilityinformation-popover .close {
    padding: 6px 5px 6px 0px;
}

.facilityname .popover img,
.facilityinformation-popover img
{
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.facilityname .popover-title,
.facilityname .popover-content,
.facilityinformation-popover .popover-title,
.facilityinformation-popover .popover-content
{
    background-color: #ffffff;
}

.facilityname .popover-content,
.facilityinformation-popover .popover-content {
    height: -webkit-calc(100% - 52px);
    height: calc(100% - 52px);
    text-align: center;
}

.facilityinformation-popover .popover-content .popover-facility-description {
    margin-top: 10px;
    text-align: left;
    width: 100%;
    height:-webkit-calc(100% - 10px);
    height:calc(100% - 10px);
    overflow: hidden;
    overflow-y: auto;
}

/*#elemFacilityPicture {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}*/

.page-buttons-wrapper {
    float: left;
	margin-left: 20px;
	margin-top: 20px;
	/*text-align: right;*/
    width: 100%;
    width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}

.page-buttons-wrapper-top {
    margin-top: 0px;
    /*display: none;*/
}

.page-buttons-wrapper > input[type=submit] {
    background-color: #50abe0;
	/*background-color: #0e6939;*/
	border: 0px;
	color: #ffffff;
    cursor: pointer;
	/*font-size: 28px;*/
    font-size: 16px;
	font-weight: normal;
    height: 40px;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: normal;
    width: 250px;
}

.page-button-left {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/arrow-left-white.png) 3% center no-repeat;
    float: left;
    /*margin-left: 20px;*/
    padding-left: 30px;
    padding-left: -webkit-calc(3% + 20px);
    padding-left: calc(3% + 20px);
    padding-right: 20px;
}

.page-button-right {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/arrow-right-white.png) 97% center no-repeat;
    float: right;
    /*margin-right: 20px;*/
    padding-right: 30px;
    padding-right: -webkit-calc(3% + 20px);
    padding-right: calc(3% + 20px);
    padding-left: 20px;
}


/* Save-page rules */
.savecontainer {
    margin-top: 20px;
    overflow: hidden;
}

.save-wrapper {
    background-color: #c6eafb;
    float: left;
    margin-left: 20px;
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.extras-container, .bookinginformation-container, .contacts-container {
    display: table;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.extras-icon, .bookinginformation-icon, .contacts-icon {
    border-right: 1px solid #000000;
    display: table-cell;
    height: 100%;
    width: 70px;
}

.extras-wrapper, .bookinginformation-wrapper, .contacts-wrapper {
    display: table-cell;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}

    .extras-wrapper .extra-information-icon {
        background-image: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/information-black.png);
        background-size: 17px 17px;
        background-position: left 1px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

.extras-wrapper .extra-information-icon-hidden {
    display: none;
}

/* Save-page -- extras rules */
.savecontainer .facility-extras-header {
    width: 100%;
    padding-left: 81px;
    font-weight: bold;
    background-color: #50ABE0;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.savecontainer .facility-extras-header:first-child {
    margin-top: 0px;
}

.facility-extras-header svg {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.facility-extras-header:not(.collapsed) svg {
    transform: rotate(90deg);
}

.facility-extras-header svg path {
    fill: #ffffff;
}

.facility-extras-wrapper.collapsed {
    height: 0;
    overflow: hidden;
}


.savecontainer .extras-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/customfilter-default-black-1.png) center 3px no-repeat;
}

.extras-wrapper > .overview {
    display: table;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    max-width: 535px;
}

.extras-wrapper > .overview > div {
    display: table-row
}

.extras-wrapper > .overview > div > div {
    display: table-cell;
}

.extras-wrapper .quantitydisp {
    width: 150px;
}

.extras-wrapper .name {
    overflow: hidden;
    min-width: 120px;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    /*width: 58%;*/
}

.extras-wrapper .actions {
    width: 100px;
}

.extras-wrapper .actions a {
    margin-left: 10px;
}

.extras-wrapper > .controls {
    clear: left;
    display: table;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    max-width: 535px;
}

.extras-wrapper > .controls > div {
    display: table-cell;
}

.extras-wrapper .controls input {
    width: 20px;
}

.extras-wrapper .controls select {
    box-sizing: border-box;
    min-width: 100px;
    width: 90%;
}

.extras-wrapper .controls select.extras-group-select {
    width: 250px;
}

/* Save-page -- bookinginformation rules */
.savecontainer .bookinginformation-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/bookinginformation-black.png) center 10px no-repeat;
}

.bookinginformation-item {
    clear: left;
    display: table;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    max-width: 435px;
}

.bookinginformation-item > div {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}

.bookinginformation-item > span {
    float: left;
    width: 150px;
}

.bookinginformation-item > div > input[type=text], .bookinginformation-item > div > textarea {
    box-sizing: border-box;
    width: 90%;
}

.bookinginformation-item > div > input[type=text].out,
.bookinginformation-item > div > textarea.out {
    display: none;
}

.bookinginformation-item .extrainfo-custom-dropdown {
    box-sizing: border-box;
    min-width: 100px;
    width: 90%;
}

/* Save-page -- contacts rules */
.savecontainer .contacts-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/contact-black.png) center 10px no-repeat;
    min-height: 45px;
}

.contact-item {
    clear: left;
    display: table;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    max-width: 435px;
}

.contact-item span {
    float: left;
    width: 150px;
}

.contact-item div {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}

.contact-item div > input[type=text], .contact-item div > select {
    box-sizing: border-box;
    width: 90%;
}

/* Save-page -- result rules */
.save-result-summarycontainer {
    float: none;
    margin: 0 auto;
    width: 75%;
}

.save-result-savecontainer {
    float: none;
    margin: 20px auto 0px auto;
    width: 75%;
}



/* Other rules */
.error_box
{
    border: solid 1px #FF0000;
    background: #FF6666;
    color: #FFFFFF;
    cursor: pointer;
}

.error_box,
.info_box {
    font-size: 16px;
    height: 25px;
    box-sizing: border-box;
    padding: 1px;
    /*font-weight: bold;*/
    text-align: center;
    margin-bottom: 5px;
}

.info_box
{
    /*border: solid 1px #3333FF;
    background: #3399FF;*/
    border: 1px solid #50abe0;
    background: #50abe0;
    color: #FFFFFF;
}

.errormessage-wrapper {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 95%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.errormessage-wrapper .info_box,
.errormessage-wrapper .error_box {
    height: auto;
}

.errormessage-wrapper .info_box a,
.errormessage-wrapper .error_box a {
    color: #ffffff;
}

.modal-warning {
    box-sizing: border-box;
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/warning.png) 5px 5px no-repeat;
    padding-left: 45px !important;
}

.modal-warning #modalMessageContent {
    font-size: 14px;
}

.modal-header h4 {
    font-size: 16px;
}


/* Bookings rules */
.bookingoverview-summary-container, .bookingoverview-container {
    overflow: hidden;
    float: left;
    width: 100%;
}

.bookingoverview-summary-wrapper {
    background-color: #293c5b;
    color: #ffffff;
    float: left;
    font-family: 'PT Sans', Arial;

    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.bookingoverview-summary {
    display: table;
    margin: 10px 10px 0px 10px;
    float: left;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.bookingoverview-summary > div {
    display: table-cell;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    min-width: 237px;
    width: 25%;
}

.bookingoverview-summary > div > h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.bookingoverview-actions {
    float: right;
    margin: 10px 10px 10px 0px;
}

.bookingoverview-actions > input {
    background-color: #50abe0;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    width: 150px;
}

.bookingoverview-container {
    margin-top: 20px;
}

.bookingoverview {
    float: left;
    font-family: 'PT Sans', Arial;

    width: 80%;
    margin-left: 10%;
    margin-right: 10%;

    background-color: #c6eafb;
}

.bookingoverview-periodcontrol-container {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: table;
}

.bookingoverview-periodcontrol {
    padding: 4px 0px 4px 0px;
    box-sizing: border-box;
    display: table-cell;
}

    .bookingoverview-periodcontrol .datepicker {
        background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/datefilter-white.png) -webkit-calc(100% - 5px) center no-repeat;
        background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/datefilter-white.png) calc(100% - 5px) center no-repeat;
        background-size: 20px 20px;
    }

.bookingoverview-periodcontrol .datepicker-calendar-prevmonth,
.bookingoverview-periodcontrol .datepicker-calendar-nextmonth {
    background-color: #c6eafb;
    border: 1px solid rgb(169, 169, 169);
    height: 19px;
    box-sizing: border-box;
}

.bookingoverview-periodcontrol .form-control-feedback {
    height: 24px!important;
    line-height: 24px!important;
    color: #ffffff;
}

.bookingoverview-periodcontrol-container input[type=text] {
    border: 0px;
    box-sizing: border-box;
    height: 24px;
    padding-left: 5px;
    background-color: #50abe0;
    color: white;
}

.bookingoverview-periodcontrol-container button {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/arrow-right-white.png) -webkit-calc(100% - 5px) center no-repeat;
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/arrow-right-white.png) calc(100% - 5px) center no-repeat;
    background-size: auto 14px;
    background-color: #50abe0;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    height: 24px;
    box-sizing: border-box;
    /*margin-left: 10px;*/
    margin-top: 4px;
    font-weight: bold;
}

.bookingoverview-periodcontrol-container button .glyphicon-menu-right {
    float: right;
}

.bookingoverview-periodcontrol-container table {
    border-collapse: collapse;
    margin-right: 5px;
    margin-top: 4px;
}

.bookingoverview-periodcontrol-container table:nth-child(2n+1) {
    margin-right: 15px;
}

/*.bookingoverview-periodcontrol-container button*/
.bookingoverview-periodcontrol-container .bookingoverview-periodcontrol table + div,
.bookingoverview-periodcontrol-container table/*,
.bookingoverview-periodcontrol-container table input[type=text]*/ {
    width: 45%!important;
    max-width: 150px;
}

.bookingoverview-periodcontrol-container button,
.bookingoverview-periodcontrol-container table input[type=text] {
    width: 100%!important;
}

.bookingoverview-periodcontrol-container td {
    padding: 0px;
}

.bookingoverview-periodcontrol-container .periodcontrol-label {
    width: 80px;
    font-weight: bold;
    margin-right: 10px;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 8px;
    box-sizing: border-box;
}

.bookingoverview-periodcontrol-container .periodcontrol-label div {
    box-sizing: border-box;
    line-height: 24px;
}

.bookingoverview-periodcontrol-container .textfieldlabel {
    display: none;
}

.bookingoverview-periodcontrol > div {
    float: left;
}

.bookingoverview .bookingoverview-active-items,
.bookingoverview .bookingoverview-cancelled-items
{
    float: left;
    width: 100%;
}

.bookingoverview .bookingoverview-cancelled-items-topspacing {
    margin-top: 20px;
}

.bookingoverview .innerheader {
    font-weight: bold;
}

.bookingoverviewitem {
    display: table;
    float: left;

    width: 100%;
    margin-bottom: 10px;
}

.bookingoverviewitem-selected {
    background-color: #50abe0;
    color: #ffffff;
    border: 0px;
}

.bookingoverviewitem-icon,
.bookingoverviewcancelleditem-icon,
.bookingoverviewitem-viewonly-icon {
    border-right: 1px solid #000000;
    display: table-cell;
    height: 100%;
    width: 70px;
}

.bookingoverviewitem-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/tick-empty-black.png) center 10px no-repeat;
}

.bookingoverviewitem-selected-icon {
    background: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/tick-black-2.png) center 10px no-repeat !important;
}

.bookingoverviewitem-content {
    display: table-cell;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}

.bookingoverviewitem-content-part {
    margin-left: 10px;
    margin-top: 10px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    min-width: 345px;
    float: left;
}

.bookingoverviewitem .label
{
    float: left;
    font-weight: bold;
    width: 40%;
    font-size: 14px;
}

.bookingoverviewitem .control
{
    float: left;
    width : 60%;
    margin: 0px;
}


.bookingoverviewitem .selector
{
    visibility: hidden;
}

.bookingoverviewitem .selector > input
{
    /*margin-top: 53px;*/
}

.bookingoverviewitem:hover
{
    /*background: #E7EFF9;*/
    background-color: #50abe0;
    /*border: solid 1px #dddddd;*/
    cursor: pointer;
    color: #ffffff;
}

.bookingoverview-cancelled-items .bookingoverviewitem:hover {
    cursor: default!important;
}

/*#ctl00_ContentPlaceHolder1_ExtraInfoContainer span,
#ctl00_ContentPlaceHolder1_CommentsContainer span,
#ctl00_ContentPlaceHolder1_TypeOfMeetingContainer span,
#ctl00_ContentPlaceHolder1_SelectScreenContainer span
{
    width: 150px;
}

#ctl00_ContentPlaceHolder1_ExtraInfoContainer > *, 
#ctl00_ContentPlaceHolder1_CommentsContainer > *, 
#ctl00_ContentPlaceHolder1_TypeOfMeetingContainer > *,
#ctl00_ContentPlaceHolder1_SelectScreenContainer > *
{
    float: left;
}*/

/* New contact form stuff */
.newcontactform-iframe {
    border: 0px;
    /*float: left;*/
    overflow-y: hidden;
    width: 100%;
    /*height: 320px;*/
    height: 100%;
    box-sizing: border-box;
}

.popup-form
{
    float: left;
    height: 100%;
}

.popup-form-main-content {
    float: left;
    height: 98%;
}

#NewContactFormModal .modal-dialog {
    /*height: 320px;*/
    /*height: 75%;*/
}

#NewContactFormModal .modal-content {
    height: 100%;
}

#NewContactFormModal .modal-body {
    height: -webkit-calc(100% - 51px);
    height: calc(100% - 51px);
}

#NewContactFormModal .modal-dialog,
#NewContactFormModal .modal-content,
#NewContactFormModal .modal-header,
#NewContactFormModal .modal-body
{
    box-sizing: border-box;
}

#NewContactFormModal #default-modal-button-container {
    display: none;
}

.newcontactform-wrapper {
    /*float: left;*/
    height: 100%;
}

.newcontactform-wrapper .controlscontainer {
    background-color: #ffffff;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    /*width: 95%;*/
    height: 34px;
    margin-top: 10px;
    float: none!important;
}

.newcontactform-wrapper .controlscontainer .footeractions {
    height: 100%;
    box-sizing: border-box;
    padding-right: 30px;
}

.newcontactform .innerheader {
    margin-left: 0px;
}


.newcontactform .innerheader,
.newcontactform > div {
    width: 100%;
    float: left;
}


.newcontactform-wrapper input[type="button"] {
    color: #333333;
    background-color: #ffffff;
    /*border-color: #cccccc;*/
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
}

.newcontactform
{
    /*margin-top: 20px;
    padding: 10px;
    clear: both;
    position: absolute;
    top: 65px;
    left: 17px;
    right: 17px;
    bottom: 20px;
    border: solid 1px #cccccc;*/
    /*float: left;*/
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow-y: scroll;
    height: -webkit-calc(100% - 34px);
    height: calc(100% - 44px);
    width: 100%;
}

.newcontactform > div > span
{
    display: block;
    width: 150px;
    overflow: hidden;
}

.newcontactform > div > *
{
    float: left;
}

.newcontactform > div > input,
.newcontactform > div > select
{
    box-sizing: border-box;
    width: 250px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    border: solid 1px #AACCEE;
    margin-bottom: 5px;
}

.newcontactform > div
{
    clear: both;
    box-sizing: border-box;
    padding-right: 10px;
}

.poweredbysection
{
    float: left;
    background-color: #ffffff;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding-top: 10px;
    text-align: center;
}

.poweredbysection > a
{
    color: #c5c5c5;
    text-decoration: none;
    font-size: 14px;
}

.poweredbysection > a:hover
{
    text-decoration: underline;   
}

.offsetcontainer
{
    margin-left : 30px;
}

@media screen and (min-width: 481px) and (max-width: 724px) {
    .availability-button-wrapper {
        position: relative;
        height: 30px;
    }

    .available-objects-container {
        margin-top: 0px;
    }
}

@media screen and (min-width: 481px) and (max-width: 610px) {
    .available-objects-icon, .unavailable-objects-icon, .extras-icon, .bookinginformation-icon, .contacts-icon {
        display: none;
    }

    .availability-legend-spacer-cell {
        display: none;
    }

    .bookingoverviewitem-icon {
        /*display: none;*/
        width: 30px;
    }
}

@media screen and (min-width: 481px) and (max-width: 577px) {
    .facility {
        width: 100%;
    }
}

@media screen and (min-width: 578px) and (max-width: 756px) {
    .facility {
        width: 50%;
    }
}

@media screen and (min-width: 481px) and (max-width: 618px) {
    /*.bookingoverview-summary-wrapper, .bookingoverview {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }*/

    .bookingoverview-summary {
        margin: 10px 0px 0px 0px;
        width: 100%;
    }

    .bookingoverview-summary > div {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        min-width: 0;
        word-wrap: break-word;
    }

    .bookingoverview-summary > div > h3 {
        font-size: 16px;
        word-wrap: break-word;
    }

    .bookingoverview-actions {
        width: 100%;
        margin: 10px 0px;
        float: left;
    }

    .bookingoverview-actions > input {
        box-sizing: border-box;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 855px) {
    .availability-legend-spacer-cell {
        display: none;
    }
}

@media (max-width: 768px) {
    .extras-wrapper .controls select.extras-group-select {
        width : 140px;
    }
}

/* BOOTSTRAP TOOLTIP CUSTOMIZATION */
.tooltip.facility-info-button-tooltip .tooltip-inner {
    background-color: #50abe0;
    border: 1px solid #293c5b;
}

/* BOOTSTRAP MODAL CUSTOMIZATION */
.searchoptions-changed-modal {
    width: 600px!important;
    height: 250px;
    margin: 250px auto;
}

.searchoptions-alert {
    float: left;
    margin-left: 20px;
    width: 95%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-weight: bold;
    text-align: center;
    border-radius: 0px!important;
}

.recurring-booking-information {
    background-image: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/information-white-bold_25x25.png);
    background-position: center center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.recurring-booking-information-hidden {
    display: none;
}

/* CHANGEPASSWORD MODAL */
.changepassword-modal .modal-content {
    height: 295px;
}
.changepassword-modal .modal-body {
    height: 220px;
}



@media screen and (min-width: 480px) {
    .changepassword-modal .modal-content {
        height: 265px;
    }

    .changepassword-modal .modal-body {
        height: 210px;
    }
}

.changepassword-iframe {
    border: 0px;
}

.changepassword-form-row {
    margin-bottom: 5px;
}

.changepassword-form-row,
.changepassword_form_buttons {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .changepassword-form-row,
    .changepassword_form_buttons {
        width: 100%;
        text-align: left;
    }
}

.changepassword-form-row input {
    width: 100%;
    border: 1px solid #a9a9a9;
    padding-left: 2px;
    box-sizing: border-box;
}

.changepassword_form_buttons {
    margin-top: 20px;
    position: relative;
    min-height: 80px;
}

.changepassword_form_buttons a,
.changepassword_form_buttons a:link,
.changepassword_form_buttons a:visited,
.changepassword_form_buttons a:hover,
.changepassword_form_buttons a:active,
.changepassword_form_buttons a:focus {
    text-decoration: none;
    color: #ffffff;
}

.changepassword-error {
    border: 1px solid #ff0000;
    background: #ff6666;
    color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    /*margin-left: 5px;*/
    width: 100%;
}
.changepassword-info {
    border: 1px solid #bce8f1;
    background: #d9edf7;
    color: #000000;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    /*margin-left: 5px;*/
    width: 100%;
}

.changepassword-button,
.cancel-changepassword-button {
    background-color: #50abe0;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: normal;
    text-align: center;
    width: 100%;
    float: left;
}

.cancel-changepassword-button {
    margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
    .changepassword-button {
        float: right;
        width: 160px;
    }

    .cancel-changepassword-button {
        float: left;
        width: 160px;
        margin-bottom: 0px;
    }
}

.changepassword-button {
    background-image: url(https://reflexdatastore001.blob.core.windows.net/content/76e6d1db-00e9-42da-8c7c-55237529515d/conference2/images/arrow-right-white.png);
    background-size: 13px 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 3px) center;
}


/* HIDDEN ENDDATE SELECTOR */
.hide-enddate-selector .control-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.hide-enddate-selector .control-content .date-subcontrol {
    display: none;
}


/* DELIVERY ON SELECTOR */
.deliver-on-container {
    min-width: 90px;
    padding-left: 5px;
}

.extras-wrapper .controls select.deliver-on-selector {
    min-width: 40px;
    width: 40px;
}

.extras-wrapper .controls select.deliver-on-selector:last-child {
    margin-left: 5px;
}