﻿.RemoveUppcase {
  text-transform: none;
}

.Disabled {
  z-index: 1000;
  opacity: 0.5;
  pointer-events: none;
}

.AlignLeft {
  text-align: left;
}

.VerticalMiddle {
  vertical-align: middle;
}

.HeightInherit {
  height: inherit;
}

.FloatNone {
  float: none;
}

.TopBorder {
  border-top: 1px solid #000000;
}

.BottomBorder {
  border-bottom: 1px solid #000000;
}

.BlackBorder-1x {
  border: 1px solid #000000;
}

.BlackBorderRound-1x {
  border: 1px solid #000000;
  border-radius: 7px;
}

.RedBorderRound-2x {
  border: 2px solid #ed1c24;
  border-radius: 7px;
}

.BackgroundLightRed {
  background-color: rgb(237, 28, 36);
  background-color: rgba(237, 28, 36, 0.1);
}

.ControlFocus:active,
.ControlFocus:focus {
  border: 1px solid #ed1c24;
  color: #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 7px #ed1c24;
}

.BlackText {
  color: #000000;
}

.RedText {
  color: #ed1c24;
}

.Padding-0x {
  padding: 0;
}

.Padding-1x {
  padding: 1px;
}

.Padding-3x {
  padding: 3px;
}

.Padding-5x {
  padding: 5px;
}

.PaddingTop-0x {
  padding-top: 0;
}

.PaddingTop-1x {
  padding-top: 1px;
}

.PaddingTop-5x {
  padding-top: 5px;
}

.PaddingTop-7x {
  padding-top: 7px;
}

.PaddingTop-10x {
  padding-top: 10px;
}

.PaddingBottom-0x {
  padding-bottom: 0;
}

.PaddingBottom-1x {
  padding-bottom: 1px;
}

.PaddingBottom-5x {
  padding-bottom: 5px;
}

.PaddingBottom-7x {
  padding-bottom: 7px;
}

.PaddingBottom-10x {
  padding-bottom: 10px;
}

.PaddingLeft-0x {
  padding-left: 0;
}

.PaddingLeft-1x {
  padding-left: 1px;
}

.PaddingLeft-5x {
  padding-left: 5px;
}

.PaddingLeft-7x {
  padding-left: 7px;
}

.PaddingLeft-10x {
  padding-left: 10px;
}

.PaddingLeft-40x {
  padding-left: 40px;
}

.PaddingRight-0x {
  padding-right: 0;
}

.PaddingRight-1x {
  padding-right: 1px;
}

.PaddingRight-5x {
  padding-right: 5px;
}

.PaddingRight-7x {
  padding-right: 7px;
}

.PaddingRight-10x {
  padding-right: 10px;
}

.PaddingRight-40x {
  padding-right: 40px;
}

.ZeroMargin {
  margin: 0;
}

.MarginTop-0x {
  margin-top: 0;
}

.MarginTop-5x {
  margin-top: 5px;
}

.MarginTop-10x {
  margin-top: 10px;
}

.MarginTop-20x {
  margin-top: 20px;
}

.MarginBottom-0x {
  margin-bottom: 0;
}

.MarginBottom-5x {
  margin-bottom: 5px;
}

.MarginBottom-10x {
  margin-bottom: 10px;
}

.MarginBottom-20x {
  margin-bottom: 20px;
}

.MarginLeft-0x {
  margin-left: 0;
}

.MarginLeft-5x {
  margin-left: 5px;
}

.MarginLeft-10x {
  margin-left: 10px;
}

.MarginLeft-20x {
  margin-left: 20px;
}

.MarginRight-0x {
  margin-right: 0;
}

.MarginRight-5x {
  margin-right: 5px;
}

.MarginRight-10x {
  margin-right: 10px;
}

.MarginRight-20x {
  margin-right: 20px;
}

.FontBold {
  font-weight: bold;
}

.FontSize-8x {
  font-size: 8px;
}

.FontSize-10x {
  font-size: 10px;
}

.FontSize-12x {
  font-size: 12px;
}

.FontSize-14x {
  font-size: 14px;
}

.FontSize-16x {
  font-size: 16px;
}

.FontSize-18x {
  font-size: 18px;
}

.DisplayNone {
  display: none;
}

.DisplayInline {
  display: inline;
}

.DisplayBlock {
  display: block;
}

.DisplayInlineBlock {
  display: inline-block;
}

.RadioMembership {
  margin-top: 0;
}

.RadioMembership .btn,
.RadioMembership-inline .btn {
  min-width: 100%;
}

.RadioMembership label,
.RadioMembership-inline .label {
  text-align: left;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.Horizontal-List-Group .list-group-item {
  display: inline-block;
  vertical-align: top;
}

.Horizontal-List-Group .list-group-item {
  margin: 5px 0 10px 0;
}

.Horizontal-List-Group .list-group-item {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ed1c24;
}

/* Remove border radius on first element in a list group in a panel */
.panel > * > .list-group > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.MarketImage {
  width: 100%;
  height: 200px;
  margin-top: -30px;
  overflow: hidden;
  background-color: #000000;
  position: relative;
  padding: 0;
}

/*.MarketImage img { }*/

.MarketImage h3 {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.HotelDetailsImage {
  /*width: 100%;
    height: 200;
    margin-top: -30;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    padding: 0;*/
  /*width: 100;*/
  margin: auto;
  padding: 0;
  /*height: 175px;*/
  height: inherit;
  /*text-align: center;*/
  /*vertical-align: middle;*/
  /*background-color: transparent;*/
  /*align-items: center;*/
  /*align-content: center;*/
  /*align-self: center;*/
  /*position: relative;*/
}

.CustomPanel,
.white-panel .CustomPanel {
  background-color: transparent;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.white-panel .CustomPanel .row {
  margin-left: -15px;
  margin-right: -15px;
}

.CustomPanel .CustomPanelHeading,
.white-panel .CustomPanel .CustomPanelHeading {
  background-color: #ed1c24;
  border-color: #000000;
  border-width: 0;
  border-style: solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.white-panel .CustomPanel .CustomPanelHeading {
  padding: 10px 15px;
}

.CustomPanel .CustomPanelBody,
.white-panel .CustomPanel .CustomPanelBody {
  background-color: #000000;
  border-color: #000000;
  border-width: 0;
  border-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.ParticipatingHotels {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: auto auto 0;
  /*margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;*/
  /*height: 416px;*/ /*      Uncomment this line to set the height of the list item and apply a scroll bar.  */
  /*overflow-y: auto;*/ /*      Uncomment this line to set the height of the list item and apply a scroll bar.  */
  /*overflow-x: hidden;*/ /*      Uncomment this line to set the height of the list item and apply a scroll bar.  */
  border-color: #000000;
  border-width: 0;
  border-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ParticipatingHotels li {
  /*height: 200;*/
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  /*cursor: pointer;*/
  border-color: #000000;
  border-width: 0;
  border-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
}

.HighlightRow {
  background-image: -moz-linear-gradient(to bottom, #ffb7bf 0%, #ffb7bf 100%);
  background-image: -webkit-linear-gradient(top, #ffb7bf 0%, #ffb7bf 100%);
  background-image: -o-linear-gradient(top, #ffb7bf 0%, #ffb7bf 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffb7bf),
    to(#ffb7bf)
  );
  background-image: linear-gradient(to bottom, #ffb7bf 0%, #ffb7bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB7BF', endColorstr='#FFB7BF', GradientType=0);
  background-repeat: repeat-x;
}

.CustomPanelHeading .row > .col-checkbox {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.CustomPanelHeading .row > .col-checkbox > label .text {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}
/*.CustomPanelHeading .row > .col-checkbox {
    padding-left: 20;
}

@media (min-width: 992px) {
    .CustomPanelHeading .row > .col-checkbox {
        padding-left: 30;
    }
}*/
.HotelItem {
  text-align: left;
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
}

.HotelItem > .row {
  display: flex;
}

.HotelItem .row .col-checkbox {
  display: none;
}

.HotelItem .row .col-checkbox input[type="checkbox"] {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.HotelItem .row .col-checkbox input[type=checkbox] + label::before,
        .HotelItem .row .col-checkbox input[type=checkbox] + input[type="hidden"] + label::before /* MVC Tweak */ {
  content: "\e157";
  font-family: "Glyphicons Halflings";
  font-size: inherit;
  display: inline;
  color: #000;
  background: transparent;
}

.HotelItem .row .col-checkbox input[type=checkbox]:checked + label::before,
        .HotelItem .row .col-checkbox input[type=checkbox]:checked + input[type="hidden"] + label::before /* MVC Tweak */ {
  content: "\e067";
  font-family: "Glyphicons Halflings";
}

.hotel-checkbox {
  float: left;
  margin-top: 25%;
  padding-left: 1rem;
}

.hotel-carousel {
  width: 90%;
  float: right;
}

@media (min-width: 768px) {
  .HotelItem .row .col-checkbox {
    display: block;
  }
}
