body {
    background: #e5e5e5
}

* {
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #616161;
}

#siteContainer {
    width: 1120px;
    padding: 0 20px 20px;
    border-bottom: 2px solid #d5d5d5;
    border-right: 2px solid #d5d5d5;
    background: #fff;
    float: left; /*min-height: 1000px;*/
    position: relative;
}

p {
    padding: 5px;
    font-size: 0.9em
}

.clear {
    clear: both;
}
/* Site Menu */
.logo {
    float: left;
    margin-left: 10px;
    padding: 10px 0;
}

.siteHeader {
    width: 1160px;
    clear: both;
    float: left;
    margin-bottom: 20px;
    margin-left: -20px;
    background-color: #F15A4D;
}

    .siteHeader.staging {
        background-color: rgba(124,188,10,1);
    }

ul#siteMenu {
    display: block;
    list-style-type: none;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

    ul#siteMenu > li {
        display: block;
        float: left;
        margin-left: 5px;
        background: none;
    }

        ul#siteMenu > li:hover {
            background-color: #265252;
        }

            ul#siteMenu > li:hover > a, ul#siteMenu > li > ul > li:hover a {
                color: #fff
            }

            ul#siteMenu > li:hover > ul {
                display: block;
            }

    ul#siteMenu a {
        display: block;
        color: #fff;
        padding: 10px;
        text-decoration: none;
        text-align: left;
        font-weight: bold;
    }

    ul#siteMenu > li > ul {
        list-style-type: none;
        position: absolute;
        display: none;
        z-index: 100;
    }

        ul#siteMenu > li > ul > li {
            background-color: #fff;
            border: 1px solid #e5e5e5;
            text-align: left
        }

            ul#siteMenu > li > ul > li:first-child {
                border-bottom: none;
            }

            ul#siteMenu > li > ul > li a {
                color: #666;
            }

            ul#siteMenu > li > ul > li:hover {
                background: #265252;
            }

/* widths */

/* Validation */
.sectionContainer.errorContainer {
    background-color: Red;
}

.validationSummary {
    float: left;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
    color: #616161 !important;
    font-size: 0.9em
}

    .validationSummary ul li {
        list-style-type: disc;
        padding-left: 5px;
        margin-left: 30px;
        margin-top: 5px
    }

.errorLabel {
    font-size: 0.9em
}

.validation-error {
    color: red;
}

.validation-line {
    padding: 5px;
    clear: both;
    width: 100%;
    float: left;
}

/*Page Title Section*/
#titleContainer, #footerContainer, .titleContainer {
    float: left;
    margin: 5px 0; /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
    width: 1124px; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-9 */
    ; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-9 */
    ; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-9 */
    ; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-9 */
    ;
    background: #265252;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .titleContainer.overlay {
        width: 95%
    }

#footerContainer {
    padding: 0;
    margin-top: 10px;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    float: left;
    color: #fff;
    line-height: 47px;
    text-transform: uppercase;
    margin-top: 1px;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 5px;
    float: left;
    color: #333C73
}

h3 {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0;
    color: #666;
    text-transform: uppercase;
}
/*#titleContainer.maintainPageHeading h1,.titleContainer.maintainPageHeading h1 {background-color:#8BC900; width:115px;color:#fff;min-height:45px}*/
.buttonsContainer {
    float: right;
    padding: 10px;
}

    .buttonsContainer.grid {
    }

    .buttonsContainer input, .buttonsContainer a, .applicationButton, .fieldContainer .buttonsContainer input {
        border-collapse: collapse;
        padding: 10px 18px;
        min-width: 100px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: bold;
        border-radius: 50px;
        border: none;
        background: #F15A4D;
    }
    input[type="button"]:hover {
        cursor: pointer;
    }

    .buttonsContainer a {
        display: block;
        text-align: center
    }

        .buttonsContainer a small {
            color: #fff;
        }

.buttonsContainer input.deleteButton {
    background: #51110B;
}

.deleteButton {
    margin-right: 0px
}

.buttonsContainer.gridDelete a {
    background-color: red;
    padding: 5px;
    min-width: 10px
}

.buttonsContainer.filter input {
    width:100%;
}

.buttonsContainer.filter {
    margin-top: 5px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.buttonsContainer.helperButtons {
    float: left;
    margin-left: 5px
}

    .buttonsContainer.helperButtons a {
        margin-right: 10px;
        float: left;
        font-size: 0.9em
    }

        .buttonsContainer.helperButtons a:hover {
            cursor: pointer
        }

div.sectionContainer {
    float: left;
    clear: both;
    background: none; /*padding-right:20px;margin-left:5px;*/
    margin-top: 3px;
    clear: both
}

div#errorContainer {
}

div.headingColumn {
    float: left;
    width: 1113px;
    text-align: left;
    border: none;
    padding: 5px;
    background: #265252;
}

    div.headingColumn .sectionDisplayControl {
        display: inline-block;
        float: right;
        padding: 5px
    }

        div.headingColumn .sectionDisplayControl:hover {
            cursor: pointer
        }

    div.headingColumn h2 {
        color: #fff;
        font-size: 0.9em;
        font-weight: bold;
        float: none;
        text-transform: uppercase;
    }

div.fieldColumn {
    float: left;
    background-color: #fff;
    width: 1081px;
    padding: 0 20px;
    border: 1px solid #d5d5d5;
    border-top: none;
}

.field textarea {
    padding: 2px 4px
}

.field input[type=text] {
    padding-left: 2px
}

.field.mediumTextArea textarea {
    width: 600px;
    height: 160px
}

.field.smallTextArea textarea {
    width: 600px;
    height: 65px
}

.field textarea, .field input[type=text] {
    border-color: #e1e1e1;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid
}

    .field textarea:focus, .field input:focus {
        border-color: orange;
    }

.field.smallTextArea, .field.mediumTextArea {
    min-height: 50px
}

.subsection {
    clear: both;
}

    .subsection .smallTextArea input {
        width: 800px;
    }

.wysiwyg {
    width: 800px;
}

/* Property specific styling */
.fieldContainer {
    clear: both;
    height: 100%;
    float: left;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

    .fieldContainer label {
        text-align: left;
        padding: 5px 10px 5px 0px; /*font-style:italic*/ /*line-height:29px*/
        font-size: 0.9em
    }

    .fieldContainer span.charCount {
        float: right;
        padding: 5px 10px 5px 0px;
        font-size: 0.8em;
        font-style: italic
    }

    .fieldContainer input {
        padding: 4px
    }

    .fieldContainer .field {
        padding: 9px 0px;
        padding: 0px; /*min-height:50px*/
        ;
        display: inline-block;
    }

    .fieldContainer .label {
        width: 200px;
        float: left;
        padding: 9px 0px;
        padding-left: 10px;
        max-width: 600px;
        text-align: right;
    }

        .fieldContainer .label label {
            clear: both;
            display: block;
            padding-bottom: 0px;
            padding-top: 0px
        }

    .fieldContainer .field {
        padding-top: 5px;
        padding-bottom: 5px
    }

        .fieldContainer .field.view span {
            display: block;
            word-break: normal;
            font-size: 0.9em
        }

    .fieldContainer label {
        padding: 5px;
    }

div.sectionContainer.view .field {
    padding: 5px 0px;
    display: inline-block;
    max-width: 820px;
}

.propertyFeaturesContainer table {
    margin-left: 30px;
    width: 600px
}

    .propertyFeaturesContainer table label {
        padding-left: 5px
    }

ul.features {
    padding-left: 20px;
    font-size: 0.9em
}

div.message {
    margin: 10px;
    float: left;
    clear: both
}

div.field.GridContainer {
    width: 100%;
}

div.trumbowyg-box, div.trumbowyg-editor {
    min-height: 150px;
}

div.trumbowyg-box {
    margin: 0;
}
/* Grids */
div#GridContainer, div.gridContainer, div.GridContainer {
    float: left;
    clear: both;
    margin-top: 10px; /*margin-left:5px;*/
    width: 77%;
    font-size: 0.9em;
    margin-bottom: 20px
}

    div.GridContainer.overlay {
        width: 95%
    }

    div#GridContainer table, .GridContainer table, .gridContainer table {
        border-collapse: collapse;
        width: 100%
    }

        div#GridContainer table th, .GridContainer table th, .gridContainer table th {
            font-weight: bold;
            border: 1px solid #265252;
            padding: 5px;
            font-size: 0.9em;
            color: #fff;
            text-align: left; 
            background: #265252;
        }

        div#GridContainer table .headerSpacer td, .GridContainer table .headerSpacer td, .gridContainer table .headerSpacer td {
            border: none;
            padding: 1px
        }

        div#GridContainer table td, .GridContainer table td, .gridContainer table td {
            border: 1px solid #E4E4E4;
            padding: 5px;
            font-size: 0.9em
        }

    div#GridContainer td, div.gridContainer td, div.GridContainer td {
        word-break: break-all;
    }

.propertyPricing {
    width: 850px
}

    .propertyPricing input {
        width: 90px;
        padding: 2px;
        border-color: #e1e1e1;
        border-collapse: collapse;
        border-width: 1px;
        border-style: solid;
        margin-left: 3px
    }

        .propertyPricing input:focus {
            border-color: orange;
        }

div#GridContainer table td.buttonCell, div.GridContainer table td.buttonCell {
    width: 50px;
    padding: 0px;
    text-align: center;
    background: #C0DFE1;
}

    div#GridContainer table td.buttonCell.delete, div.GridContainer table td.buttonCell.delete {
        background: #51110B;
    }
    div#GridContainer table td.buttonCell.delete a, div.GridContainer table td.buttonCell.delete a {
        color:#fff;
    }

    div#GridContainer table td.buttonCell a, div.GridContainer table td.buttonCell a {
        display: block;
        text-decoration: none
    }

div#GridContainer.fullFieldWidth, div.GridContainer.fullFieldWidth {
    width: 100%;
}

.buttonCell .buttonsContainer {
    padding: 0px;
    width: 100%;
    text-align: center
}

.gridSummary {
    margin-left: 10px;
    font-size: 0.9em;
    float: left;
    clear: both;
    margin-top: 20px;
}

.grid-title {
    color: #265252;
    font-size: 1.2rem;
    font-weight: bold;
}

span.gridCount {
    display: block;
    padding: 20px 0 10px;
    float: left;
    clear: both;
    font-size: 0.9em;
    font-style: italic;
}

span.gridDescription {
    display: block;
    padding: 0px 0 20px;
    float: left;
    clear: both;
    font-size: 0.9em;
    font-style: italic;
}

tr.dataRow:hover td {
    background-color: #f1f1f1
}

tr.dataRow td.simpleData {
    text-align: left;
}

div#GridContainer, div.field.gridContainer, div.field.GridContainer {
    border: 0px
}

ul.seasonDates {
    list-style-type: none
}

    ul.seasonDates li {
        margin: 3px 0px
    }

.active {
    color: green;
}

.future {
}

.passed {
    text-decoration: line-through;
}

/* Messages */
.pageMessge {
    border: 1px #8bc900 solid;
    float: left;
    width: 100%;
    margin: 10px 0;
    background-color: #ECFFE5
}

    .pageMessge span {
        display: block;
        padding: 10px;
        color: #7BAF00
    }

/* Filters */
div#FilterPropertiesContainer, div.filterContainer {
    float: right;
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
    border: 1px solid #E4E4E4;
}

div#FilterHeader {
    background-color: #265252;
    color: #fff;
    padding: 5px;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}

.FilterPropertiesField {
    padding: 5px
}

    .FilterPropertiesField select {
        max-width: 95%;
    }

    .FilterPropertiesField label {
        display: block; /*width:110px;*/
        font-size: 0.9em;
        padding-bottom: 3px
    }

    .FilterPropertiesField .FilterOptions label {
        display: inline;
        padding-left: 5px
    }

    .FilterPropertiesField .FilterOptions {
        padding-left: 5px
    }

div#FilterPropertiesContainer .buttonsContainer {
    padding: 10px
}

.radioInput {
    display: block
}

/* Seasons Grid */
.seasonActive {
    display: block;
    background-color: Green;
}

.seasonInactive {
    display: block;
    background-color: Red
}

.addSeasonPeriod {
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 10px;
    width: 1060px;
    border: 1px solid #d5d5d5;
}

    .addSeasonPeriod .field {
        border: none;
    }

.content {
    margin: 10px;
    float: left;
    clear: both;
    width: 100%
}

.fileUpload {
    min-width: 400px
}

.fancybox-inner {
    overflow-x: hidden !important
}

div.fancybox-skin {
    background-color: #fff
}

/* Bul Update Panel */
.bulkPriceUpdateContainer {
    background-color: #fff;
    float: left;
    width: 900px;
    margin-top: 10px;
    border: 1px #e5e5e5 solid
}

    .bulkPriceUpdateContainer label {
        margin-right: 5px;
        font-size: 0.9em
    }

    .bulkPriceUpdateContainer input[type=text] {
        width: 100px
    }
    /*.bulkPriceUpdateContainer > div {float:left;margin-left:10px;margin-top:17px;margin-right:20px}*/
    .bulkPriceUpdateContainer .buttonsContainer {
        margin-top: 0px;
        margin-right: 0px
    }

.bulkPriceUpdateHeaderContainer {
    float: left;
    width: 890px;
    border-bottom: 1px #e5e5e5 solid;
    padding: 5px;
    background: #e5e5e5;
}

    .bulkPriceUpdateHeaderContainer:hover {
        cursor: pointer;
    }

    .bulkPriceUpdateHeaderContainer h3 {
        float: left;
        line-height: 30px;
    }

    .bulkPriceUpdateHeaderContainer img {
        float: right;
        margin-right: 10px;
        margin-top: 8px
    }

.bulkPriceUpdateFieldContainer {
    display: none;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
    width: 890px
}

    .bulkPriceUpdateFieldContainer div {
        float: left;
        margin-bottom: 10px
    }

        .bulkPriceUpdateFieldContainer div label {
            width: 100px;
            display: inline-block
        }

        .bulkPriceUpdateFieldContainer div.buttonsContainer {
            text-align: right;
            padding: 0px
        }

.updatedProperty {
    background-color: #F0E5FF
}

.bulkField {
    width: 100px;
    padding-right: 10px;
    padding-left: 10px;
}

.bulkFieldQuality {
    width: 175px;
    padding-right: 10px;
}

.bulkFieldBedroom {
    width: 70px;
}

.bulkFieldOverrideCheckbox {
    width: 125px;
    padding-left: 10px;
}

/* Calendar styles */
.ui-datepicker-trigger {
    vertical-align: middle;
}

.children-list {
    margin-top: 10px;
    font-size: 0.9em;
}

    .children-list ul {
        list-style: none;
    }


/*
.calpicker
{
	background-color: #FFFFFF;
	border: 1px #CBCBCB solid;
	border-right: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
	height: 14px;
	background-image: url( '/images/wp_input_bg.jpg' );
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 65px;
}
.calendar td
{
	font-size: 11px;
	font-weight: bold;
	font-family: "arial" ,monospace;
}
.calendartitle
{
	font-weight: bold;
	background-image: url( '/images/calendar_header_bg.jpg' );
}
.calendartitle td
{
	color: #FFFFFF !important;
	font-size: 12px;
}
.calendarday
{
	background-color: #FFFFFF;
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #E4E4E4;
	border-style: solid;
}
.calendardayhover
{
	background-color: #FFFFFF;
	width: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #E4E4E4;
	border-style: solid;
}
.calendardayheader
{
	width: 25px;
	text-align: center;
	border: none;
	font-weight: bold;
	background-color: transparent;
}
.calendarothermonthday
{
	visibility: hidden;
}
.calendarselectedday
{
	width: 25px;
	background-color: #9FD961;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #76B735 !important;
	border-style: solid;
	font-weight: bold;
}
.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: #76B735;
	border-collapse: collapse;
	cursor: default;
	background-color: #FFFFFF;
	background-image: url( '/images/calendar_bg.jpg' );
	background-repeat: repeat-x;
	background-position: center bottom;
}
.calendarmonth
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #413E45;
}
.calendarnextprev
{
	cursor: pointer;
	height: 25px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}*/
/*
tr.group_heading
{
	cursor: pointer;
	font-size: 1.2em;
}

td.detail_row  textarea, td.detail_row  input
{
	width: 200px;
    text-align: left;

    float:left;
}

td.detail_row select
{
	text-align: left;
    float:left;
}

td.detail_row span
{
	text-align: left;
    float:left;
    padding-right:50px;
}

td.detail_row label
{
	text-align: left;
    float:left;
    padding-right:10px;
}

td.detail_row input[type="checkbox"]
{
	width: 20px;
    text-align: left;
    float:left;
    padding-left:50px;
}

.priceLabel
{
	margin-left:210px !important;	
}

.radioInput input[type="radio"]
{
	width: 20px !important;
	text-align: left!important;
	float: left!important;
	margin-left:210px !important;
}

.radioInput span
{
	text-align: left !important;
    float:left !important;
    padding-right:10px !important;
}

td.detail_row input[type="submit"]
{
	text-align: left;
    float:left;
    padding-right:10px;
    width:120px;
}

td.detail_row label
{
	width: 200px;
    float:left;
}

.priceAmt
{
	margin-left:200px;	
}

tr.collapsed
{
	
}
*/
.fieldContainer > label, .subsection .label label {
    width: 250px;
    display: inline-block;
    /*padding-right:50px;*/
    ;
    font-weight: bold;
    float: left;
}

.field.extended-field {
    width: 500px;
    float: left;
}

    .field.extended-field input, .field.extended-field textarea {
        width: 100%;
    }

svg {
    width: 24px;
    height: 24px;
    fill: #7e8c8d;
}

.hihh-feature-icon-top-loader:before {
    content: "\61";
}

.hihh-feature-icon-outdoor-spa-bath:before {
    content: "\62";
}

.hihh-feature-icon-iron:before {
    content: "\63";
}

.hihh-feature-icon-marina-views:before {
    content: "\64";
}

.hihh-feature-icon-ground-floor-apartment:before {
    content: "\65";
}

.hihh-feature-icon-bedding:before {
    content: "\66";
}

.hihh-feature-icon-cot:before {
    content: "\67";
}

.hihh-feature-icon-playstation:before {
    content: "\68";
}

.hihh-feature-icon-hair-dryer:before {
    content: "\69";
}

.hihh-feature-icon-bathtub:before {
    content: "\6a";
}

.hihh-feature-icon-gym:before {
    content: "\6b";
}

.hihh-feature-icon-outside-day-bed:before {
    content: "\6c";
}

.hihh-feature-icon-water-views:before {
    content: "\6d";
}

.hihh-feature-icon-armchair:before {
    content: "\6e";
}

.hihh-feature-icon-pay-tv:before {
    content: "\6f";
}

.hihh-feature-icon-sun-chairs:before {
    content: "\70";
}

.hihh-feature-icon-ground-floor-patio:before {
    content: "\71";
}

.hihh-feature-icon-gaming-console:before {
    content: "\72";
}

.hihh-feature-icon-bushland-views:before {
    content: "\73";
}

.hihh-feature-icon-ceiling-fans:before {
    content: "\74";
}

.hihh-feature-icon-kitchen-appliances:before {
    content: "\75";
}

.hihh-feature-icon-front-loader:before {
    content: "\76";
}

.hihh-feature-icon-dvd-player:before {
    content: "\77";
}

.hihh-feature-icon-microwave:before {
    content: "\78";
}

.hihh-feature-icon-balcony:before {
    content: "\79";
}

.hihh-feature-icon-wifi:before {
    content: "\7a";
}

.hihh-feature-icon-television:before {
    content: "\41";
}

.hihh-feature-icon-ipod-dock:before {
    content: "\42";
}

.hihh-feature-icon-plasma-tv:before {
    content: "\43";
}

.hihh-feature-icon-dvd-collection:before {
    content: "\44";
}

.hihh-feature-icon-guest-concierge:before {
    content: "\45";
}

.hihh-feature-icon-air-conditioning:before {
    content: "\46";
}

.hihh-feature-icon-partially-equipped-kitchen:before {
    content: "\47";
}

.hihh-feature-icon-stereo:before {
    content: "\48";
}

.hihh-feature-icon-rollaway:before {
    content: "\49";
}

.hihh-feature-icon-indoor-spa-bath:before {
    content: "\4a";
}

.hihh-feature-icon-bbq:before {
    content: "\4b";
}

.hihh-feature-icon-clothes-dryer:before {
    content: "\4c";
}

.hihh-feature-icon-board-games:before {
    content: "\4d";
}

.hihh-feature-icon-dishwasher:before {
    content: "\4e";
}

.hihh-feature-icon-buggy:before {
    content: "\4f";
}

.hihh-feature-icon-sleep:before {
    content: "\50";
}

.hihh-feature-icon-shower:before {
    content: "\51";
}

.hihh-feature-icon-person:before {
    content: "\52";
}

.hihh-feature-icon-swim:before {
    content: "\53";
}

.hihh-feature-icon-snorkel:before {
    content: "\54";
}

.hihh-feature-icon-standup-paddleboard:before {
    content: "\55";
}

.hihh-feature-icon-fork-and-knife:before {
    content: "\56";
}

.hihh-feature-icon-kayak:before {
    content: "\57";
}

.hihh-feature-icon-stove-pot:before {
    content: "\58";
}

.hihh-feature-icon-catamaran:before {
    content: "\59";
}

.hihh-feature-icon-coffee-machine:before {
    content: "\5a";
}

.hihh-feature-icon-bed:before {
    content: "\30";
}

.hihh-feature-icon-two-houses:before {
    content: "\31";
}

.hihh-feature-icon-sofa:before {
    content: "\32";
}

.hihh-feature-icon-price-tag:before {
    content: "\33";
}

.hihh-feature-icon-conversation:before {
    content: "\34";
}

.hihh-feature-icon-alarm-clock:before {
    content: "\35";
}

.hihh-feature-icon-windsurfing:before {
    content: "\36";
}

.hihh-feature-icon-airplane:before {
    content: "\37";
}

.hihh-feature-icon-coffee-maker:before {
    content: "\38";
}

/* Stop Sell */
.simpleData .stop-sell {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.stop-sell-alert {
    float: left;
    padding: 20px;
    color: #fff;
    background-color: #a94442;
}

    .stop-sell-alert a, .stop-sell-alert a:hover, .stop-sell-alert a:active, .stop-sell-alert a:visited {
        color: #fff;
    }

#FilterPropertiesContainer.seasons-legend {
    position: absolute;
    top: 200px;
    right: 20px;
    z-index: 1;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #fff;
}

a.version-button {
    background: #6691E5;
    display: inline-block;
}

.fieldContainer.version-data td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.info-alert {
    padding: 20px;
    float: left;
    clear: both;
    background-color: orange;
    width: 100%;
    box-sizing: border-box;
    color: white;
}


ul.features li p {
    padding: 0;
    font-size: 1em;
}

.propertyFeaturesContainer table tr td label p {
    display: contents;
    font-size: 1em;
}

.retired {
    /*text-decoration: line-through!important;*/
}