﻿/* Overwrite Global Styles
--------------------------------------*/
.logoLocation {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 123px;
  height: 80px;
}

.logoLocation a {
  display: block;
  width: 123px;
  height: 80px;
  background: url(Assets/logoLocations.png) no-repeat 0px 0px;
}

.logoLocation h1 {
  position: absolute;
  top: -300px;
  left: -1000px;
}

.navLocation {
  width: 700px;
  position: absolute;
  bottom: 23px;
  left: 20px;
}

.navLocation li {
  float: left;
  padding: 0px 0px 0px 14px;
}

.navLocation li.endNav {
  float: left;
}

.navLocation li:first-child {
  padding-left: 0px;
}

.navLocation li a {
  font-weight: 400;
  font-size: 1.077em;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  display: block;
  padding: 4px 12px 6px 12px;
}

.navLocation li a span {
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(Assets/Elements/navArrow.png) no-repeat 0px 0px;
}

.navLocation li a:hover,
.navLocation li a.lnkOn {
  background: #ffffff;
  color: #4e2b5f;
  text-shadow: none;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
}

.navLocation li a:hover span,
.navLocation li a.lnkOn span {
  background-position: 0px -11px;
}

.mapKey {
  position: absolute;
  top: 85px;
  right: 15px;
}

.mapKey li {
  float: right;
  color: #ffffff;
}

.mapKey li.keyValue {
  padding: 2px 20px 0px 7px;
}

.mapKey li:first-child {
  padding-right: 0px;
}

/* Layout
-------------------------------*/

#locWrapper {
  height: 100vh;
}

#locSearchPanel {
  overflow: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 50;
}


#locPropertyPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 40;
}

.map-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  #locSearchPanel {
    -ms-flex-preferred-size:  60%;
        flex-basis:  60%;
  }
  #locPropertyPanel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .map-container {
    visibility: visible;
  }
}


/* Location Search Panel
------------------------------------------*/

.sPanelHead {
  width: 270px;
  padding: 5px 10px 10px 10px;
  background: #fff;
  border-bottom: none;
}

.sPanelHeadInput {
  position: relative;
  width: 268px;
  height: 30px;
  margin: 15px 0px 0px 0px;
  background: url(Assets/Inputs/searchPanelInput.png) no-repeat 0px 0px;
}

.sPanelHeadInput input[type="text"] {
  border: none;
  background: none;
  font-size: 13px;
  font-style: italic;
  color: #666;
  width: 248px;
  height: 30px;
  padding: 0px 10px 0px 10px;
}

.sPanelContent {
  width: 270px;
  padding: 0px 10px 0px 10px;
}

.sPanelContent h3 {
  font-size: 1.538em;
  padding: 15px 0px 5px 0px;
}

.sPanelTabs li {
  float: left;
  padding: 0px 0px 0px 10px;
}

.sPanelTabs li a {
  display: block;
  padding: 7px 15px 7px 15px;
  text-align: center;
  color: #ffffff;
  background-color: #b8a3bc;
  font-weight: bold;
  line-height: 125%; /*text-shadow: 1px 1px 1px #666;*/
  border: solid 1px #b8a3bc;
  border-bottom: none;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
}

.sPanelTabs li a.STon {
  color: #4e2b5f;
  background-color: #ffffff;
  border: solid 1px #bdbdbd;
  border-bottom: none;
}

.sPanelSTContent {
  /* width: 290px; */
  background: #ffffff;
}

.sPanelTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sPanelTable {
  /* width: 270px; */
  margin: 0px 10px 0px 10px;
}

.sPanelTable td {
  padding: 2px 0px 2px 0px;
}

.sPanelTable tr.tdTitles td {
  font-size: 0.923em;
  font-weight: bold;
  padding: 7px 0px 0px 0px;
}

.sPanelOpenFullBtn {
  padding: 10px 10px 0px 10px;
}

/* Search Options
------------------------------------*/
.meetingroom-search-container {
  margin-top: 0px;
  padding: 0 5px;
  background-color: #E5E5E5;
  /* -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); */
}

@media screen and (min-width: 400px) {
  .meetingroom-search-container {
    padding: 15px 5px;
  }
}

@media screen and (min-width: 1024px) {
  .meetingroom-search-container {
    margin-top: 40px;
  }
}

.meetingroom-search-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.meetingroom-search-container ul li {
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 400px) {
  .meetingroom-search-container ul li {
    padding: 10px;
  }
}

.meetingroom-search-container ul li .k-select span {
  margin-top: 5px;
}

.meetingroom-search-container .search-button {
  display: block;
  -ms-flex-item-align: bottom;
      align-self: bottom;
  margin-top: 22px;
  height: 30px;
  line-height: 30px;
  min-width: 150px;
}

.sPanelOpenOptions {
  font-weight: bold;
  color: #e6008c;
  margin: 15px 10px 0px 10px;
  padding: 3px 0px 0px 23px;
  width: 246px;
  height: 15px;
  background: url(Assets/Elements/moreInfo.png) no-repeat 0px 0px;
  cursor: pointer;
  line-height: 100%;
}

.sPanelOpenOptions:hover {
  color: #4e2b5f;
}

.openAcdOn {
  background-position: 0px -20px;
}

.sPanelOptionsContent {
  width: 270px;
  padding: 0px 0px 0px 0px;
}

.sPanelButton {
  width: 270px;
  padding: 20px 10px 0px 10px;
}

/* Results
----------------------------------*/

.sPanelRTContent {
  position: relative;
  /* width: 290px; */
  overflow: auto;
  outline: none;
}

.sPanelResults {
  padding: 30px 0px 0px 0px;
}

.sPanelResults-header {
  margin-left: 15px;
  font-weight: bold;
  color: #333333;
}

.rptProp {
  font-weight: 600;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1275px) {
  .rptProp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.rptPropAlternative {
  background: #efefef;
}

.rptPropImage {
  position: relative;
}

.rptPropImage img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1275px) {
  .rptPropImage img {
    width: 150px;
  }
}

.rptPropImage a.smallLink {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  padding: 5px 0px 0px 0px;
}

.rptPropImage div.venueNoBadge {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  background: #472e64;
  color: #fff;
  font-size: 14px;
}

.rptPropInfo {
 text-align: left;
 padding: 15px;
 -webkit-box-flex: 1;
     -ms-flex-positive: 1;
         flex-grow: 1;
}

.rptPropInfo > div {
  margin-top: 20px;
}

.rptPropInfoFull {
  width: 159px;
  margin-right: 0px;
}

.rptPropInfo h4 {
  padding: 0px;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.rptPropInfo h4 a {
  color: #333333;
}


.rptPropInfo p {
  padding: 5px 0px 0px 0px;
  line-height: 165%;
  font-size: 12px;
}

.rptPropInfo p span {
  font-weight: bold;
  color: #e6008c;
}

.rptProp p.ptyUnavailableText {
  padding: 5px 0px 0px 0px;
  color: #ff0000;
}

.rptPropOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: -5px;
}

.rptPropOptions span {
  margin-right: 25px;
}

.rptProp .rptPropButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 15px 15px 15px;  
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rptProp .rptPropButton a {
  height: 30px;
  line-height: 30px;
  min-width: 150px;
  max-width: 180px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .rptProp .rptPropButton a {
    margin-right: 0;
    margin-left: auto;  
  }
}

.rptProp .rptPropButton strong {
  font-size: 18px;
}

.rptCta {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.rptCta .newRoom {
  color: rgb(60, 134, 139);
  outline: rgb(60, 134, 139) solid 1px;
  margin-right: auto;
  margin-left: 0;
  padding: 3px 7px;
  max-width: 85px;
  text-align: center;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  .rptCta .newRoom {
    margin-left: auto;
    margin-right: 0;
  }
}

.rptCta .rptPropPrice {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .rptCta .rptPropPrice {
    text-align: right;
  }
}

.sPanelDragBar {
  width: 265px;
  height: 24px;
  padding: 3px 15px 0px 10px;
  background: #4e2b5f url(Assets/Elements/dragArrow.png) no-repeat right 6px;
  color: #fff;
  font-size: 0.923em;
  text-align: left;
}

.dragBarHide {
  background: #ffffff;
}

/* With Scroll Bar
-------------------------------*/

.jspScrollable .sPanelRTContent {
  padding: 0px 0px 0px 0px;
}

.jspScrollable .rptPropInfo {
  width: 100%;
}

.jspScrollable .rptPropInfoFull {
  width: 100%;
}

.jspScrollable .rptProp ul.rptPropButtons li {
  padding: 0px 0px 0px 5px;
}

/* Property Details
-------------------------------------*/

.sPropDetails {
  float: left;
  width: 240px;
  margin: 0px 10px 0px 0px;
}

.sPropOptions {
  float: left;
  width: 20px;
  margin: 10px 0px 0px 0px;
}

.sPropOptions li {
  padding: 0px 0px 3px 0px;
}

.sPropFeatures {
  padding: 0px 0px 10px 0px;
}

.sPropFeatures h3 {
  font-size: 1.154em;
  padding: 15px 0px 10px 0px;
}

.sPropFeatures li {
  padding: 5px 0px 5px 23px;
  border-bottom: solid 1px #ddd;
  background-position: 0px 6px;
}

.sPropFeatures li:first-child {
  border-top: solid 1px #ddd;
}

/*Map Labels
-----------------------------------------

.labels {
    color: #FFF;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80px;
    height: 54px;
    padding: 10px 11px 10px 11px;
    background: url(Assets/Map/labelBg.png) no-repeat 0px 0px;
}

    .labels ul {
        margin: 0 auto;
    }

    .labels li {
        float: left;
        padding: 0px 0px 0px 4px;
    }

        .labels li:first-child {
            padding: 0px;
        }

    .labels h3 {
        padding: 5px 0px 0px 0px;
        *padding: 0px 0px 0px 0px;
        *line-height: 100%;
        text-align: left;
        color: #FFF;
        text-shadow: 1px 1px 1px #333;

        display: block;
        width: 60px;
        float: left;
    }

.labels div.spaceType {
    float: right;
    display: block;
    height: 10px;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    border: solid 1px;
    border-radius: 2px;
    padding: 1px 1px 0px 1px;
    margin: 1px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    }

.labels div.spaceType.singleType {
    margin-top: 9px;
}


.labelsOff {
    color: #999;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 90px;
    height: 64px;
    padding: 0px 6px 10px 6px;
    background: url(Assets/Map/labelOffBg.png) no-repeat 0px 0px;
}

    .labelsOff ul {
        margin: 10px 5px 0px 5px;
    }

    .labelsOff li {
        float: left;
        padding: 0px 0px 0px 4px;
    }

        .labelsOff li:first-child {
            padding: 0px;
        }

    .labelsOff h3 {
        padding: 5px 0px 0px 0px;
        *padding: 0px 0px 0px 0px;
        *line-height: 100%;
        text-align: center;
        color: #999;
        text-shadow: none;
    }


    .labelsOff .badgeBtn {
        background-color: #999;
    }



.labeltext {
    padding-top: 0px;
    font-size: 15px;
    line-height: 120%;
}

.labeltextsmall {
    padding-top: 0px;
    font-size: 15px;
}

    */

/* New Styles */

.label {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  position: relative;
}

.MR {
  width: 77px;
  height: 42px;
  padding: 3px 4px 0px 4px;
  background: url(Assets/Map/labelMR.png) no-repeat 0px 0px;
}

.MS {
  width: 57px;
  height: 42px;
  padding: 0px;
  padding: 3px 4px 0px 4px;
  background: url(Assets/Map/labelMS.png) no-repeat 0px 0px;
}

.MR-MS {
  width: 77px;
  height: 65px;
  padding: 0px;
  padding: 3px 4px 0px 4px;
  background: url(Assets/Map/labelMR-MS.png) no-repeat 0px 0px;
}

.labelOff {
  width: 77px;
  height: 42px;
  padding: 3px 4px 0px 4px;
  background: url(Assets/Map/labelOff.png) no-repeat 0px 0px;
}

.label h3 {
  font-size: 13px;
  padding-left: 3px;
  line-height: 15px;
  padding-top: 4px;
  text-shadow: 1px 1px 1px #333;
  color: #fff;
}

.label div.itemType {
  float: left;
  width: 33px;
  height: 24px;
  line-height: 20px;
  font-size: 12px;
  text-shadow: none;
  font-family: 'PremierInn', Arial;
}

.label div.itemEmpty {
  float: left;
  width: 77px;
  height: 24px;
  font-size: 10px;
  text-shadow: none;
  text-align: center;
  color: #333;
}

.label div.itemUnavailable {
  float: left;
  width: 77px;
  height: 24px;
  text-align: center;
}

.label div.itemUnavailable h3 {
  font-size: 13px;
  color: #666;
  text-shadow: none;
}

.label div.itemPrice {
  float: left;
  width: 44px;
  height: 24px;
}

.label.MS div.itemPrice {
  width: 24px;
}

.label div.itemNum {
  color: #f9c940;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  padding: 1px 1px 0 0;
}

.label.labelOff div.itemNum {
  color: #333;
}

.rptPropInfo p span.errorText {
  color: #ff0000;
  font-weight: normal;
}

.closeButtonBreak {
  width: 60px;
  height: 35px;
}

.closeBtnBox {
  display: block;
  width: 70px;
  height: 20px;
  padding-top: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
