/*
                  Copyright 2019 HLRBO LLC

  Modification or usage of this software without the explicit 
  permission of HLRBO LLC is prohibited. Please visit
  www.hlrbo.com/permission/ for more information.

  Custom CSS file for the HLRBO Project.

*/

/*body {
    font-family: Verdana, Arial, sans-serif;*/
    /*font-size: 12px;*/
    /*line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    padding-top: 63px;
    padding-bottom: 30px;
}*/

@font-face {
    font-family: autoSignatureFont;
    src: url(../../fonts/AAutoSignature-1GD9j.ttf);
}

a:hover {
    text-decoration: none;
    color: #6E883F;
}

.blackLink > a.blackLink:hover {
    text-decoration: none !important;
    color: #000000 !important;
}

.listInfoFont {
    font-size: 16px;
}

.margin-left-tenPx {
    margin-left: 10px !important;
}

.navbar-collapse {
    width: auto !important;
    border-top: 0 !important;
    box-shadow: none !important;
    /*min-width: 922px !important;*/
}

.margin-top-tenPx {
    margin-top: 10px !important;
}

.standardHeader {
    font-size: 21px;
    margin-top: 7px;
}

.well {
    background-color: white !important;
}

.row-grey > .row > .col-md-10 {
    padding-left: 0px;
    padding-top: 4px;
}

.row-grey > .row > .col-md-1 {
    padding-right: 0px;
}

.row-grey > .row > .col-md-11 {
    padding-left: 0px;
}

.no-margin-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.standardPage {
    padding-top: 40px;
    padding-bottom: 50px;
}

.footerCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchPageCountryErrorContainer {
    display: none;
}

#searchPageStateErrorContainer{
    display:none;
}

#searchPageProvinceErrorContainer{
    display:none;
}

#homePageCountryErrorContainer {
    display: none;
}

#homePageStateErrorContainer{
    display:none;
}

#homePageProvinceErrorContainer{
    display:none;
}

#accountProfileContainer {
    margin-top: 30px;
}

.profileStandardPage {
    padding-top: 20px;
    padding-bottom: 50px;
}

#provinceLabel{
    display:none;
}

#provinceDropDownList{
    display:none;
}

.whiteSpace {
    white-space: pre-wrap;
}

.rightPaddingTen {
    padding-right: 10px;
}

.rightPaddingFive {
    padding-right: 5px;
}

.noRightPadding {
    padding-right: 0px !important;
}

.navbar-btn {
    margin-top: 16px;
    margin-bottom: 16px;
}

.navbar-text {
    margin-top: 23px;
    margin-bottom: 23px;
}

.navbar-default {
    background-color: #6E883F;
    border-color: transparent;
}

    .navbar-default .navbar-logo {
        /*float: left;*/
        margin-top: 5px;
        padding-left: 10px;
    }

    .navbar-default .navbar-brand-custom {
        /*font-size: 30px;*/
        /*font-weight: bold;*/
        color: #ffffff;
    }

    .navbar-default .navbar-brandname {
        /*font-size: 8px;*/
        /*font-weight: bold;*/
        color: #ffffff;
        /*float: left;*/
        margin-top: 20px;
        padding-left: 10px;
        padding-top: 2px;
    }

    .navbar-default label {
        color: #ffffff;
    }

    .navbar-default a {
        color: #ffffff;
    }

    .navbar-default .dropdown-menu label {
        color: black;
        font-weight: normal;
    }

    .navbar-default input {
        -moz-border-radius: 5px; /* FF1+ */
        -webkit-border-radius: 5px; /* Saf3-4 */
        border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
        margin-bottom: 3px;
    }

.navbar-fixed-bottom {
    min-height: 30px;
    border: 1px solid transparent;
    background-color: #e9e9e9;
}

    .navbar-fixed-bottom .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 16px;
        margin-bottom: 16px;
        color: black;
    }

        .navbar-fixed-bottom .navbar-nav > li > a:hover {
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 16px;
            margin-bottom: 16px;
            color: black;
            background-color: #e9e9e9 !important;
        }

.dropdown-menu > li > a {
    font-size: 16px;
}

.controlError {
    border-color: #a94442;
}

.signedInPadding {
    padding-top: 23px;
}

.navbar-padding-right {
    padding-right: 15px;
}

.menuPadding {
    padding-left: 10px;
    padding-right: 10px;
}

.errorDivPadding {
    margin-left: 10px;
}

.white {
    color: white !important;
}

.darkGray {
    color: dimgray;
}

.hlrboModalCloseButton {
    color: white !important;
    opacity: 1.0 !important;
}

.dropdown-menu {
    z-index: 99999 !important;
}

    .dropdown-menu > label, .phone > label {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .dropdown-menu > input, .phone > input {
        margin-bottom: 5px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .dropdown-menu > button, .phone > button {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 5px;
    }

    .dropdown-menu > a, .phone > a {
        color: #252323;
        margin-right: 5px;
    }

#LoginForm {
    margin-right: 10px;
}

.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

.row-grey {
    /*background-color: #e9e9e9;
    border: 1px solid;
    border-radius: 5px;
    border-color: darkgrey;
    margin-top: 35px;*/
}

    .row-grey h3 {
        margin-top: 7px;
    }

    .row-grey h4 {
        margin-top: 8px;
        font-size: 18px;
    }

h4 img {
    padding-top: 0;
    padding-bottom: 0;
}

.contactUsPage {
    margin-top: 2em;
}

.left-nav {
    margin-top: 4em;
}

.hlrboGreen {
    color: #6E883F;
}

.whiteFont {
    color: white;
}

.hlrboGreenBackground {
    background-color: #6E883F;
}

.paddingLeftFive {
    padding-left: 5px;
}

.logoGreen {
    color: #6E883F;
    font-weight: bold;
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.nav > li > a {
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
}

.mainPageImage {
    padding: 5px;
}

p.h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}

.linkSection a {
    color: black;
}

.xs-footer {
    margin-top: 23px;
    margin-bottom: 23px;
}

    .xs-footer a {
        font-weight: bold;
        color: black;
    }

.listingWizardNumberFont {
    font-size: 20px;
    color: #6E883F;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.listingWizardNumberFontNotActive {
    font-size: 20px;
    color: #e9e9e9;
    font-weight: bold;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.grayLink {
    color: #e9e9e9;
}

.errorDiv {
    color: #a94442;
    border-color: #a94442;
    border: 1px;
    border-style: solid;
    padding: 5px;
    padding-left: 10px;
    border-radius: 4px;
}

.successDiv {
    color: #6E883F;
    border: 1px;
    border-style: solid;
    padding: 5px;
    padding-left: 10px;
    border-radius: 4px;
}

    .successDiv > h3 {
        text-align: center;
    }

.errorDivWhite {
    color: #ffffff;
    border-color: #ffffff;
    border: 1px;
    border-style: solid;
    padding: 5px;
    padding-left: 10px;
    border-radius: 4px;
}

#newAccountDialog {
    display: none;
}

#forgotPasswordDialog {
    display: none;
}

/*a.ui-datepicker-next
{
    display: none;  
}
a.ui-datepicker-prev
{
    display:none;
}*/

td.availableHuntingDay, table.ui-datepicker-calendar tbody td.availableHuntingDay a {
    background: none !important;
    background-color: #ffffff !important;
    color: #000000;
}

td.selectedHuntingSeasonDay, table.ui-datepicker-calendar tbody td.selectedHuntingSeasonDay a {
    background: none !important;
    background-color: #6E883F !important;
    color: #ffffff;
}

td.selectedHuntingSeasonUnselectedDay, table.ui-datepicker-calendar tbody td.selectedHuntingSeasonUnselectedDay a {
    background: none !important;
}

.tableCellPadding {
    padding-right: 1.0em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    color: #ffffff;
    background-color: #6E883F;
    border-color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #6E883F;
        border-color: #ffffff;
    }

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-hlrbo-primary {
    color: #ffffff;
    background-color: #6E883F;
    border-color: #6E883F;
}

.listingImagePreview {
    width: 100%;
}

#messageHeaderNotification {
    position: relative;
    float: right;
    padding: 1.5px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#messageHeaderBadgeContainer {
    position: absolute;
    top: 0px;
    left: 45px;
}

.headerLogoPadding {
    margin-top: 7px;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
    background-color: #ffffff;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #A1A1A1;
    }

.navbar-header {
    padding-top: 5px;
}

    .navbar-header h1 a {
        text-decoration: none;
    }

.modal-header {
    background-color: #6E883F;
    color: white;
}

.map {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 637px;*/
}

.listingMap {
    position: relative;
    height: 400px;
    width: 100% !important;
    min-width: 100% !important;
}

.listingMap canvas,
.listingMap .atlas-map {
    width: 100% !important;
    height: 100% !important;
}

#map {
    width: 100% !important;
    height: 400px !important;
}

#fullScreenMapContainer {
    display: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
}

#mapSectionDropDown {
    /*padding-right: 25px;*/
}

.listingSearchButton {
}

#listingSearchButton {
    color: #FFFFFF;
    background-color: #A25364;
}

#searchBarSM {
    height: 130px;
    position: absolute;
    left: 56%;
    top: 125px;
    background-color: rgba(102,151,78,.7);
    margin-top: 100px;
    margin-left: -350px;
    width: 600px;
}

    #searchBarSM > label {
        padding-top: 15px;
        color: white;
        font-weight: bold;
        font-size: 25px;
    }

#searchBar {
    /*height: 130px; 
    position: absolute; 
    left: 50%; 
    top: 150px; 
    background-color: rgba(102, 151, 78, .7); 
    margin-top: 100px; 
    margin-left:-350px; 
    width: 700px;*/
    height: 130px;
    position: absolute;
    left: 35%;
    top: 125px;
    background-color: rgba(102,151,78,.7);
    margin-top: 100px;
    margin-left: -350px;
    width: 600px;
}


    #searchBar > label {
        padding-top: 15px;
        color: white;
        font-weight: bold;
        font-size: 25px;
    }

#contestbarSub {
    height: 150px;
    position: absolute;
    right: 10%;
    top: 70px;
    background-color: rgba(30, 51, 121, .7);
    margin-top: 10px;
    /*margin-right:50px;*/
    width: 350px;
}

    #contestbarSub > label {
        color: white;
        font-weight: bold;
        font-size: 22px;
        padding-left: 20px;
    }

    #contestbarSub > .contestInfo {
        /*margin-left: 12px;
    padding-left: 12px;*/
        color: white;
    }

    #contestbarSub > a {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        font-size: 25px;
        text-decoration: underline;
        padding-left: 20%;
    }

    #contestbarSub > #termsAndConditionsLink {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        color: white !important;
        font-size: 12px !important;
        text-decoration: underline !important;
        padding-left: 65px !important;
        float: right;
        padding-top: 10px;
    }

#contestminibarSub {
    height: 150px;
    top: 70px;
    padding: 15px;
    background-color: rgba(30, 51, 121, .7);
    width: 100%;
    text-align: center;
}

    #contestminibarSub > label {
        color: white;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    #contestminibarSub > .contestInfo {
        text-align: center;
        color: white;
        width: 100%;
    }

    #contestminibarSub > a {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
        font-size: 25px;
        text-decoration: underline;
        width: 100%;
        text-align: center;
    }

    #contestminibarSub > #termsAndConditionsLink {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        color: white !important;
        font-size: 12px !important;
        text-decoration: underline !important;
        width: 100%;
        float: right;
        text-align: right;
    }

#huntingTypeMenu {
    height: 300px;
    overflow-y: scroll;
}

.searchBar-ul-noMargin {
    margin-bottom: 0px !important;
}

.searchBar-border {
    border-left-color: darkgray;
    border-left-style: solid;
    border-left-width: 1px;
    height: 60px;
    padding-left: 15px !important;
}

.fortyPercentWide {
    width: 40% !important;
}

.fifteenPercentWide {
    width: 15% !important;
}

.tenPercentWide {
    width: 10% !important;
}

.twelvePercentWide {
    width: 12% !important;
}

.ninetyEightPercentWide {
    width: 98% !important;
}

.searchBarDropDownList {
    padding-top: 20px !important;
    list-style-type: none;
    padding-right: 15px;
}

#huntingTypePhoneMenu {
    height: 350px;
    overflow-y: scroll;
}

.phoneMenuModalDialog {
    height: 768px;
}

.searchBarPadding {
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
}

.searchBarPaddingTopAndBottom {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.searchBarRightPadding {
    padding-right: 15px !important;
}

.searchBarLink {
    color: black !important;
    font-weight: bold;
}

.searchBarHeight {
    height: 40px;
    padding-top: 10px;
}

.searchBar {
    background-color: #e9e9e9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    border-top-style: solid;
    border-top-color: #353c31;
    border-top-width: 2px;
}

    .searchBar .searchContent {
        padding-top: 15px;
        padding-left: 0px;
    }

.searchBar-container {
    margin: 0 auto;
    max-width: 98%
}

.listingResultNoHover {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8D8D8;
    padding-bottom: 10px;
    padding-top: 10px;
}

.listingResult {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor:pointer;
}

.listingResultNonHover {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
}

.listingResultFeatured {
    padding-bottom: 30px;
    padding-top: 15px;
}

#leaseFinderHintsContainer {
    display: none;
}

.leaseFinderHintFeatured {
    padding-bottom: 15px;
    padding-top: 15px;
}

#leaseFinderResultsDetailsContainer {
    display: none;
}

.listingFeaturedContainer {
    margin-top: 15px;
    margin-bottom: 50px;
    background-color: whitesmoke;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}


.listingResultNonHover:hover {
    /*background: #6E883F;
    color: white;*/
}

    .listingResultNonHover:hover a {
        /*color: white;*/
    }

    .listingResultNonHover:hover span {
        /*color: white;*/
    }

.listingResult:hover {
    background: #6E883F;
    color: white;
}

    .listingResult:hover a {
        color: white;
    }

    .listingResult:hover span {
        color: white;
    }

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel .item {
    height: 500px;
    background-color: #555;
}


.carousel img {
    /*min-height: 500px;*/
}

.carousel .carousel-control {
    height: 500px;
}

/* This stuff is old and needs to be update to conform with bootstrap*/
.popupBox {
    display: none;
    position: fixed;
    width: 40%;
    left: 30%;
    top: 15%;
    margin: 0px auto;
    z-index: 2000;
    border-radius: 8px;
    padding: 10px;
}

    .popupBox > .boxheader {
        background: #6E883F;
        border: #3B5998 1px solid;
        border-bottom: none;
        padding: 6px;
        color: #FFF;
        font-weight: bold;
        height: 40px;
    }

    .popupBox > .boxbody {
        background: #FFF;
        border: #666 1px solid;
        border-top: none;
        border-bottom: none;
        padding: 10px;
        color: #000;
        font-size: 12px;
        height: 150px;
    }

    .popupBox > .boxfooter {
        background: #F2F2F2;
        border: #666 1px solid;
        border-top: #CCC 1px solid;
        padding: 6px;
        color: #333;
        font-size: 12px;
        text-align: right;
    }

.popupboxState {
    margin-left: 175px;
}

.popupboxStateMap {
    margin-left: 50px;
    width: 100px;
    height: 150px;
    position: absolute;
}

.controlPanelRowPadding {
    padding-left: 30px !important;
}

.creditCardDatePadding {
    padding-top: 8px;
}

.creditCardLogoWidth {
    width: 250px;
    padding-left: 0px !important;
}

.pleaseWaitImage {
    padding-top: 15px;
}

/*---------------------------------------------------------------------------
    Listing Index Page Bad Ass CSS Hacks
----------------------------------------------------------------------------*/

#listingPriceEstimateCheckBoxDiv {
    height: 200px;
    overflow-y: auto;
}

.boldLabel {
    font-weight: bold;
}

.infoBoxListingLabel {
    font-weight: bold;
    margin-right: 5px;
}

.countyInfo {
    width: 125px;
    height: 70px;
    position: absolute;
    z-index: 99999;
    background-color: whitesmoke;
    border-radius: 10px;
    border: solid 1px black;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

.infoBoxListingTitleTagClass {
    font-size: 14px;
    color: #6E883F;
}

.infoBoxListingPriceTagClass {
    font-size: 12px;
    color: #6E883F;
    font-weight: bold;
}

.infoBoxListingSubLinkTagClass {
    font-size: 12px;
    color: #6E883F;
}

/*.infoBoxListingClass{
    content: '';
    width: 375px;
    height: 135px;
    border-color: #6E883F transparent transparent #6E883F;
    position: relative;
    padding-left:10px; 
    padding-top:5px;
    background: #fff;
    border: 2px solid #6E883F;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    font-family: Verdana, Arial, sans-serif;
    font-size:small;
}*/

.infoBoxListingClass {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    line-height: 150%;
    color: black;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 15px #999;
    border: 2px solid #6E883F;
    /*border: 2px solid rgba(0, 0, 0, 0.5);*/
    border-radius: 5px;
    position: absolute;
    width: 475px;
    height: 275px;
    left: 50%;
    margin-left: -187px;
    padding-left: 10px;
    padding-top: 5px;
    bottom: 100%;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    z-index: 10;
}

    .infoBoxListingClass:before, .infoBoxListingClass:after {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }

    .infoBoxListingClass:before {
        border-top: 10px solid #6E883F;
        /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
        margin-top: 2px;
    }

    .infoBoxListingClass:after {
        border-top: 10px solid #fff;
        margin-top: -2px;
        z-index: 1;
    }

.infoBoxListingContent {
    padding-left: 90px;
}

.scrollableDiv {
    overflow-y: scroll;
}

#listingSearchResultsLoading {
    padding-top: 45%;
    padding-left: 30%;
}

    #listingSearchResultsLoading img {
        width: 150px;
        padding-left: 15%;
    }


#dateTimePickerContainer {
    width: 100%;
}

.noRowPadding {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.noRowPaddingLeft {
    margin-left: 0px !important;
}

.listingDescription {
    white-space: pre-line;
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 12px;
    line-height: 1.42857143;
    /* word-break: break-all; */
    /* word-wrap: break-word; */
    background-color: #ffffff !important;
    border-width: 0px !important;
    border-style: none !important;
    border-radius: 0px !important;
    word-break: keep-all;
}

/*--------------------------------------------------------------------------------
                            Listing Calendar Dialog
---------------------------------------------------------------------------------*/

.doubleRowLeftMargin {
    margin-left: -30px;
}

.listingCalendarDialogWidth {
    width: 800px !important;
}

.listingPhotoDialogWidth {
    width: 80% !important;
    height: 80% !important;
}

td.listingCalendarColor11, table.ui-datepicker-calendar tbody td.listingCalendarColor11 a {
    background: none !important;
    background-color: #FFC0CB !important;
    color: #FFFFFF;
}

.listingCalendarColor11 {
    color: #FFC0CB !important;
}

td.listingCalendarColor12, table.ui-datepicker-calendar tbody td.listingCalendarColor12 a {
    background: none !important;
    background-color: #FF1493 !important;
    color: #FFFFFF;
}

.listingCalendarColor12 {
    color: #FF1493 !important;
}

td.listingCalendarColor3, table.ui-datepicker-calendar tbody td.listingCalendarColor3 a {
    background: none !important;
    background-color: #FF69B4 !important;
    color: #FFFFFF;
}

.listingCalendarColor3 {
    color: #FF69B4 !important;
}

td.listingCalendarColor14, table.ui-datepicker-calendar tbody td.listingCalendarColor14 a {
    background: none !important;
    background-color: #C71585 !important;
    color: #FFFFFF;
}

.listingCalendarColor14 {
    color: #C71585 !important;
}

td.listingCalendarColor5, table.ui-datepicker-calendar tbody td.listingCalendarColor5 a {
    background: none !important;
    background-color: #FA8072 !important;
    color: #FFFFFF;
}

.listingCalendarColor5 {
    color: #FA8072 !important;
}

td.listingCalendarColor16, table.ui-datepicker-calendar tbody td.listingCalendarColor16 a {
    background: none !important;
    background-color: #DC143C !important;
    color: #FFFFFF;
}

.listingCalendarColor16 {
    color: #DC143C !important;
}

td.listingCalendarColor7, table.ui-datepicker-calendar tbody td.listingCalendarColor7 a {
    background: none !important;
    background-color: #CD5C5C !important;
    color: #FFFFFF;
}

.listingCalendarColor7 {
    color: #CD5C5C !important;
}

td.listingCalendarColor18, table.ui-datepicker-calendar tbody td.listingCalendarColor18 a {
    background: none !important;
    background-color: #8B0000 !important;
    color: #FFFFFF;
}

.listingCalendarColor18 {
    color: #8B0000 !important;
}

td.listingCalendarColor9, table.ui-datepicker-calendar tbody td.listingCalendarColor9 a {
    background: none !important;
    background-color: #FF0000 !important;
    color: #FFFFFF;
}

.listingCalendarColor9 {
    color: #FF0000 !important;
}

td.listingCalendarColor10, table.ui-datepicker-calendar tbody td.listingCalendarColor10 a {
    background: none !important;
    background-color: #FF6347 !important;
    color: #FFFFFF;
}

.listingCalendarColor10 {
    color: #FF6347 !important;
}

td.listingCalendarColor31, table.ui-datepicker-calendar tbody td.listingCalendarColor31 a {
    background: none !important;
    background-color: #FF7F50 !important;
    color: #FFFFFF;
}

.listingCalendarColor31 {
    color: #FF7F50 !important;
}

td.listingCalendarColor2, table.ui-datepicker-calendar tbody td.listingCalendarColor2 a {
    background: none !important;
    background-color: #FFA500 !important;
    color: #FFFFFF;
}

.listingCalendarColor2 {
    color: #FFA500 !important;
}

td.listingCalendarColor13, table.ui-datepicker-calendar tbody td.listingCalendarColor13 a {
    background: none !important;
    background-color: #FFFF00 !important;
    color: #FFFFFF;
}

.listingCalendarColor13 {
    color: #FFFF00 !important;
}

td.listingCalendarColor4, table.ui-datepicker-calendar tbody td.listingCalendarColor4 a {
    background: none !important;
    background-color: #FFFACD !important;
    color: #FFFFFF;
}

.listingCalendarColor4 {
    color: #FFFACD !important;
}

td.listingCalendarColor15, table.ui-datepicker-calendar tbody td.listingCalendarColor15 a {
    background: none !important;
    background-color: #FFDAB9 !important;
    color: #FFFFFF;
}

.listingCalendarColor15 {
    color: #FFDAB9 !important;
}

td.listingCalendarColor6, table.ui-datepicker-calendar tbody td.listingCalendarColor6 a {
    background: none !important;
    background-color: #F0E68C !important;
    color: #FFFFFF;
}

.listingCalendarColor6 {
    color: #F0E68C !important;
}

td.listingCalendarColor17, table.ui-datepicker-calendar tbody td.listingCalendarColor17 a {
    background: none !important;
    background-color: #FFD700 !important;
    color: #FFFFFF;
}

.listingCalendarColor17 {
    color: #FFD700 !important;
}

td.listingCalendarColor8, table.ui-datepicker-calendar tbody td.listingCalendarColor8 a {
    background: none !important;
    background-color: #FFE4C4 !important;
    color: #FFFFFF;
}

.listingCalendarColor8 {
    color: #FFE4C4 !important;
}

td.listingCalendarColor19, table.ui-datepicker-calendar tbody td.listingCalendarColor19 a {
    background: none !important;
    background-color: #BC8F8F !important;
    color: #FFFFFF;
}

.listingCalendarColor19 {
    color: #BC8F8F !important;
}

td.listingCalendarColor30, table.ui-datepicker-calendar tbody td.listingCalendarColor30 a {
    background: none !important;
    background-color: #DEB887 !important;
    color: #FFFFFF;
}

.listingCalendarColor30 {
    color: #DEB887 !important;
}

td.listingCalendarColor21, table.ui-datepicker-calendar tbody td.listingCalendarColor21 a {
    background: none !important;
    background-color: #F4A460 !important;
    color: #FFFFFF;
}

.listingCalendarColor21 {
    color: #F4A460 !important;
}

td.listingCalendarColor32, table.ui-datepicker-calendar tbody td.listingCalendarColor32 a {
    background: none !important;
    background-color: #D2691E !important;
    color: #FFFFFF;
}

.listingCalendarColor32 {
    color: #D2691E !important;
}

td.listingCalendarColor23, table.ui-datepicker-calendar tbody td.listingCalendarColor23 a {
    background: none !important;
    background-color: #8B4513 !important;
    color: #FFFFFF;
}

.listingCalendarColor23 {
    color: #8B4513 !important;
}

td.listingCalendarColor34, table.ui-datepicker-calendar tbody td.listingCalendarColor34 a {
    background: none !important;
    background-color: #A0522D !important;
    color: #FFFFFF;
}

.listingCalendarColor34 {
    color: #A0522D !important;
}

td.listingCalendarColor25, table.ui-datepicker-calendar tbody td.listingCalendarColor25 a {
    background: none !important;
    background-color: #800000 !important;
    color: #FFFFFF;
}

.listingCalendarColor25 {
    color: #800000 !important;
}

td.listingCalendarColor36, table.ui-datepicker-calendar tbody td.listingCalendarColor36 a {
    background: none !important;
    background-color: #556B2F !important;
    color: #FFFFFF;
}

.listingCalendarColor36 {
    color: #556B2F !important;
}

td.listingCalendarColor27, table.ui-datepicker-calendar tbody td.listingCalendarColor27 a {
    background: none !important;
    background-color: #32CD32 !important;
    color: #FFFFFF;
}

.listingCalendarColor27 {
    color: #32CD32 !important;
}

td.listingCalendarColor38, table.ui-datepicker-calendar tbody td.listingCalendarColor38 a {
    background: none !important;
    background-color: #7CFC00 !important;
    color: #FFFFFF;
}

.listingCalendarColor38 {
    color: #7CFC00 !important;
}

td.listingCalendarColor29, table.ui-datepicker-calendar tbody td.listingCalendarColor29 a {
    background: none !important;
    background-color: #8FBC8F !important;
    color: #FFFFFF;
}

.listingCalendarColor29 {
    color: #8FBC8F !important;
}

td.listingCalendarColor20, table.ui-datepicker-calendar tbody td.listingCalendarColor20 a {
    background: none !important;
    background-color: #3CB371 !important;
    color: #FFFFFF;
}

.listingCalendarColor20 {
    color: #3CB371 !important;
}

td.listingCalendarColor1, table.ui-datepicker-calendar tbody td.listingCalendarColor1 a {
    background: none !important;
    background-color: #228B22 !important;
    color: #FFFFFF;
}

.listingCalendarColor1 {
    color: #228B22 !important;
}

td.listingCalendarColor22, table.ui-datepicker-calendar tbody td.listingCalendarColor22 a {
    background: none !important;
    background-color: #00FFFF !important;
    color: #FFFFFF;
}

.listingCalendarColor22 {
    color: #00FFFF !important;
}

td.listingCalendarColor33, table.ui-datepicker-calendar tbody td.listingCalendarColor33 a {
    background: none !important;
    background-color: #7FFFD4 !important;
    color: #FFFFFF;
}

.listingCalendarColor33 {
    color: #7FFFD4 !important;
}

td.listingCalendarColor24, table.ui-datepicker-calendar tbody td.listingCalendarColor24 a {
    background: none !important;
    background-color: #48D1CC !important;
    color: #FFFFFF;
}

.listingCalendarColor24 {
    color: #48D1CC !important;
}

td.listingCalendarColor35, table.ui-datepicker-calendar tbody td.listingCalendarColor35 a {
    background: none !important;
    background-color: #20B2AA !important;
    color: #FFFFFF;
}

.listingCalendarColor35 {
    color: #20B2AA !important;
}

td.listingCalendarColor26, table.ui-datepicker-calendar tbody td.listingCalendarColor26 a {
    background: none !important;
    background-color: #5F9EA0 !important;
    color: #FFFFFF;
}

.listingCalendarColor26 {
    color: #5F9EA0 !important;
}

td.listingCalendarColor37, table.ui-datepicker-calendar tbody td.listingCalendarColor37 a {
    background: none !important;
    background-color: #008080 !important;
    color: #FFFFFF;
}

.listingCalendarColor37 {
    background-color: #008080 !important;
}

td.listingCalendarColor28, table.ui-datepicker-calendar tbody td.listingCalendarColor28 a {
    background: none !important;
    background-color: #B0C4DE !important;
    color: #FFFFFF;
}

.listingCalendarColor28 {
    color: #B0C4DE !important;
}

td.listingCalendarColor39, table.ui-datepicker-calendar tbody td.listingCalendarColor39 a {
    background: none !important;
    background-color: #87CEFA !important;
    color: #FFFFFF;
}

.listingCalendarColor39 {
    color: #87CEFA !important;
}

td.listingCalendarColor50, table.ui-datepicker-calendar tbody td.listingCalendarColor50 a {
    background: none !important;
    background-color: #00BFFF !important;
    color: #FFFFFF;
}

.listingCalendarColor50 {
    color: #00BFFF !important;
}

td.listingCalendarColor41, table.ui-datepicker-calendar tbody td.listingCalendarColor41 a {
    background: none !important;
    background-color: #1E90FF !important;
    color: #FFFFFF;
}

.listingCalendarColor41 {
    color: #1E90FF !important;
}

td.listingCalendarColor52, table.ui-datepicker-calendar tbody td.listingCalendarColor52 a {
    background: none !important;
    background-color: #0000FF !important;
    color: #FFFFFF;
}

.listingCalendarColor52 {
    color: #0000FF !important;
}

td.listingCalendarColor43, table.ui-datepicker-calendar tbody td.listingCalendarColor43 a {
    background: none !important;
    background-color: #00008B !important;
    color: #FFFFFF;
}

.listingCalendarColor43 {
    color: #00008B !important;
}

td.listingCalendarColor54, table.ui-datepicker-calendar tbody td.listingCalendarColor54 a {
    background: none !important;
    background-color: #EE82EE !important;
    color: #FFFFFF;
}

.listingCalendarColor54 {
    color: #EE82EE !important;
}

td.listingCalendarColor45, table.ui-datepicker-calendar tbody td.listingCalendarColor45 a {
    background: none !important;
    background-color: #BA55D3 !important;
    color: #FFFFFF;
}

.listingCalendarColor45 {
    color: #BA55D3 !important;
}

td.listingCalendarColor56, table.ui-datepicker-calendar tbody td.listingCalendarColor56 a {
    background: none !important;
    background-color: #FF00FF !important;
    color: #FFFFFF;
}

.listingCalendarColor56 {
    color: #FF00FF !important;
}

td.listingCalendarColor47, table.ui-datepicker-calendar tbody td.listingCalendarColor47 a {
    background: none !important;
    background-color: #D8BFD8 !important;
    color: #FFFFFF;
}

.listingCalendarColor47 {
    color: #D8BFD8 !important;
}

td.listingCalendarColor58, table.ui-datepicker-calendar tbody td.listingCalendarColor58 a {
    background: none !important;
    background-color: #9400D3 !important;
    color: #FFFFFF;
}

.listingCalendarColor58 {
    color: #9400D3 !important;
}

td.listingCalendarColor49, table.ui-datepicker-calendar tbody td.listingCalendarColor49 a {
    background: none !important;
    background-color: #4B0082 !important;
    color: #FFFFFF;
}

.listingCalendarColor49 {
    color: #4B0082 !important;
}

td.listingCalendarColor40, table.ui-datepicker-calendar tbody td.listingCalendarColor40 a {
    background: none !important;
    background-color: #483D8B !important;
    color: #FFFFFF;
}

.listingCalendarColor40 {
    color: #483D8B !important;
}

td.listingCalendarColor51, table.ui-datepicker-calendar tbody td.listingCalendarColor51 a {
    background: none !important;
    background-color: #483D8B !important;
    color: #FFFFFF;
}

.listingCalendarColor51 {
    color: #483D8B !important;
}

td.listingCalendarColor42, table.ui-datepicker-calendar tbody td.listingCalendarColor42 a {
    background: none !important;
    background-color: #6A5ACD !important;
    color: #FFFFFF;
}

.listingCalendarColor42 {
    color: #6A5ACD !important;
}

td.listingCalendarColor53, table.ui-datepicker-calendar tbody td.listingCalendarColor53 a {
    background: none !important;
    background-color: #708090 !important;
    color: #FFFFFF;
}

.listingCalendarColor53 {
    color: #708090 !important;
}

td.listingCalendarColor44, table.ui-datepicker-calendar tbody td.listingCalendarColor44 a {
    background: none !important;
    background-color: #000000 !important;
    color: #FFFFFF;
}

.listingCalendarColor44 {
    color: #000000 !important;
}

td.listingCalendarColor55, table.ui-datepicker-calendar tbody td.listingCalendarColor55 a {
    background: none !important;
    background-color: #F5F5DC !important;
    color: #FFFFFF;
}

.listingCalendarColor55 {
    color: #F5F5DC !important;
}

td.listingCalendarColor46, table.ui-datepicker-calendar tbody td.listingCalendarColor46 a {
    background: none !important;
    background-color: #FAEBD7 !important;
    color: #FFFFFF;
}

.listingCalendarColor46 {
    color: #FAEBD7 !important;
}

td.listingCalendarColor57, table.ui-datepicker-calendar tbody td.listingCalendarColor57 a {
    background: none !important;
    background-color: #FFE4E1 !important;
    color: #FFFFFF;
}

.listingCalendarColor57 {
    color: #FFE4E1 !important;
}

td.listingCalendarColor48, table.ui-datepicker-calendar tbody td.listingCalendarColor48 a {
    background: none !important;
    background-color: #DCDCDC !important;
    color: #FFFFFF;
}

.listingCalendarColor48 {
    color: #DCDCDC !important;
}

td.listingCalendarColor59, table.ui-datepicker-calendar tbody td.listingCalendarColor59 a {
    background: none !important;
    background-color: #2F4F4F !important;
    color: #FFFFFF;
}

.listingCalendarColor59 {
    color: #2F4F4F !important;
}

td.listingCalendarColor60, table.ui-datepicker-calendar tbody td.listingCalendarColor60 a {
    background: none !important;
    background-color: #B0E0E6 !important;
    color: #FFFFFF;
}

.listingCalendarColor60 {
    color: #B0E0E6 !important;
}

td.listingCalendarColor61, table.ui-datepicker-calendar tbody td.listingCalendarColor61 a {
    background: none !important;
    background-color: #CD853F !important;
    color: #FFFFFF;
}

.listingCalendarColor61 {
    color: #CD853F !important;
}

td.listingCalendarColor62, table.ui-datepicker-calendar tbody td.listingCalendarColor62 a {
    background: none !important;
    background-color: #E6E6FA !important;
    color: #FFFFFF;
}

.listingCalendarColor62 {
    color: #E6E6FA !important;
}

td.listingCalendarColor63, table.ui-datepicker-calendar tbody td.listingCalendarColor63 a {
    background: none !important;
    background-color: #9370DB !important;
    color: #FFFFFF;
}

.listingCalendarColor63 {
    color: #9370DB !important;
}

td.listingCalendarColor64, table.ui-datepicker-calendar tbody td.listingCalendarColor64 a {
    background: none !important;
    background-color: #6B8E23 !important;
    color: #FFFFFF;
}

.listingCalendarColor64 {
    color: #6B8E23 !important;
}

td.listingCalendarColor65, table.ui-datepicker-calendar tbody td.listingCalendarColor65 a {
    background: none !important;
    background-color: #C0C0C0 !important;
    color: #FFFFFF;
}

.listingCalendarColor65 {
    color: #C0C0C0 !important;
}

td.listingCalendarColor66, table.ui-datepicker-calendar tbody td.listingCalendarColor66 a {
    background: none !important;
    background-color: #4682B4 !important;
    color: #FFFFFF;
}

.listingCalendarColor66 {
    color: #4682B4 !important;
}

td.listingCalendarColor67, table.ui-datepicker-calendar tbody td.listingCalendarColor67 a {
    background: none !important;
    background-color: #6E883F !important;
    color: #FFFFFF;
}

.listingCalendarColor67 {
    color: #6E883F !important;
}

td.listingCalendarColor68, table.ui-datepicker-calendar tbody td.listingCalendarColor68 a {
    background: none !important;
    background-color: #FFFFFF !important;
    color: #000000;
}

.listingCalendarColor68 {
    color: #DAA520 !important;
}

td.listingCalendarColor69, table.ui-datepicker-calendar tbody td.listingCalendarColor69 a {
    background: none !important;
    background-color: #e9e9e9 !important;
    color: #000000;
}

.listingCalendarColor69 {
    color: #e9e9e9 !important;
}

.rowBorderBottom {
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}

.largeHLRBOHeader {
    font-size: 18px;
}

.mediumHLRBOHeader {
    font-size: 14px;
}

.oneHundredPercentWidth {
    width: 100% !important;
}

.popover.top {
    margin-top: -30px !important;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: black;
}

.publicLandLabel {
    color: #A25364;
    font-weight: bold;
}

.hlrboBlueLabel {
    color: #1E3379;
    font-weight: bold;
}

.popover-content {
    padding: 9px 14px;
    color: black;
}

.hlrboRedLabel {
    color: #691b2a !important;
    font-weight: bold;
    font-size: 12px;
}

.hlrboBadge {
    background-color: dimgray;
    color: white;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}

.hlrboMessageBadge {
    background-color: #6E883F;
    color: #FFFFFF;
}

.deletedLabel {
    color: #691b2a !important;
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
}

.hlrboGrayDisabledBadge {
    background-color: dimgray !important;
    border-color: #fff !important;
    border-width: 1px;
    border-style: solid;
    color: white !important;
}

.hlrboRedMessageBadge {
    /*background-color: #B22222 !important;*/
    background-color: #691b2a !important;
    border-color: white !important;
    border-width: 1px;
    border-style: solid;
}

.hlrboGreenMessageBadge {
    background-color: #6E883F !important;
    border-color: white !important;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 12px;
}

.hlrboGrayBadge {
    background-color: dimgray !important;
    color: white !important;
    font-size: 18px;
}

.hlrboGray {
    color: dimgray !important;
}

.dimGray {
    color: dimgray;
}

.gray {
    color: gray;
}

.noTopBorder {
    border-top: 0px;
}

.messagePopover {
    max-width: 700px !important;
}

.messageArrow {
    margin-left: 130px !important;
}

.messageContainer {
    overflow-y: scroll;
}

#popoverContentDiv {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 425px;
}

.messageContainerAnchor {
    color: black !important;
}

#MessageReplyTextBox {
    width: 100%;
}

.noTopMargin {
    margin-top: 0px !important;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.largeFont {
    font-size: large;
}

.xLargeFont {
    font-size: x-large;
}

/*--------------------------------------------------------------------------------
                         Listing Schedule Calendar Styles
---------------------------------------------------------------------------------*/

.listingScheduleCalendar {
    font-size: 333%;
    background-color: white;
}

#scheduleDatePicker div {
    border: none !important;
}

    #scheduleDatePicker div .ui-widget-header {
        background-color: white !important;
        background: none !important;
        font-weight: normal;
    }

#scheduleDatePicker table thead tr th {
    font-weight: normal !important;
}

#scheduleDatePicker .ui-datepicker-header {
    border-bottom: #d3d3d3 1px solid !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.listingBookingNotConfirmed {
    background-color: #F8F8F8;
}

.listingBookingConfirmed {
    background-color: #e9e9e9;
}

.listingUpcomingBooking {
    color: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.message {
    color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #6E883F;
}

.messageAlternate {
    color: black;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #e9e9e9;
}

.listingBookingWidgetRowPadding {
    margin-right: 15px;
}

.greenFont {
    color: #6E883F;
    font-weight: bold;
}

.redFont {
    color: #C00000;
    font-weight: bold;
}

.hlrboRedFont {
    color: #974e66 !important;
    font-weight: bold;
}

.closeButtonModalHeader {
    margin-top: -20px !important;
}

#upcomingBookingsDiv {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    padding-bottom: 15px;
}

#searchBookingsDiv {
    padding-right: 15px;
    padding-bottom: 15px;
}

#currentListingScheduleDiv {
    padding-right: 15px;
    padding-bottom: 15px;
}

#unconfirmedBookingsDiv {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    padding-bottom: 15px;
}

#listingBookingContractUploadDiv {
    padding-left: 15px;
    padding-right: 15px;
}

/*--------------------------------------------------------------------------------
                         Message Viewer 
---------------------------------------------------------------------------------*/

#conversationMessagesDiv {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.messageRowPadding {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 4px;
}

.messageLinkPadding {
    padding-bottom: 5px !important;
    padding-right: 25px !important;
}

.messageLinkNoRightPadding {
    padding-bottom: 5px !important;
}

.messageRowDivider {
    margin-top: 17px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

/*--------------------------------------------------------------------------------
                         CSS Message Bubbles
---------------------------------------------------------------------------------*/

.message {
    position: relative;
    width: 350px;
    height: 100%;
    padding-top: 5px;
    background: #6E883F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
}

    .message:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 25px 20px 0;
        border-color: transparent #6E883F;
        display: block;
        width: 0;
        z-index: 1;
        left: -25px;
        top: 40px;
    }

.messageAlternate {
    position: relative;
    width: 350px;
    height: 100%;
    padding-top: 5px;
    background: #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .messageAlternate:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 0 20px 25px;
        border-color: transparent #e9e9e9;
        display: block;
        width: 0;
        z-index: 1;
        right: -25px;
        top: 40px;
    }

#USAmapSingleAffiliate {
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 500px;
}

    #USAmapSingleAffiliate path {
        -o-transition: .6s fill;
        -moz-transition: .6s fill;
        -webkit-transition: .6s fill;
        transition: .6s fill;
    }

        #USAmapSingleAffiliate path:hover {
            fill: #6E883F;
        }

    #USAmapSingleAffiliate text {
        cursor: default;
    }

#USAmap {
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 500px;
}

    #USAmap path {
        -o-transition: .6s fill;
        -moz-transition: .6s fill;
        -webkit-transition: .6s fill;
        transition: .6s fill;
        fill: #D3D3D3;
    }

        #USAmap path:hover {
            fill: #6E883F;
        }

    #USAmap text {
        cursor: default;
    }

#NorthAmericaMap {
    height: 1200px;
}

#CanadamapSingle {
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 950px;
}

    #CanadamapSingle path {
        -o-transition: .6s fill;
        -moz-transition: .6s fill;
        -webkit-transition: .6s fill;
        transition: .6s fill;
        fill: #D3D3D3;
    }

        #CanadamapSingle path:hover {
            fill: #6E883F;
        }

    #CanadamapSingle text {
        cursor: default;
    }

#USAmapSingle {
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 500px;
}

    #USAmapSingle path {
        -o-transition: .6s fill;
        -moz-transition: .6s fill;
        -webkit-transition: .6s fill;
        transition: .6s fill;
        fill: #D3D3D3;
    }

        #USAmapSingle path:hover {
            fill: #6E883F;
        }

    #USAmapSingle text {
        cursor: default;
    }

#Canadamap {
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 950px;
    margin-top: 200px;
    margin-left: 45px;
}

    #Canadamap path {
        -o-transition: .6s fill;
        -moz-transition: .6s fill;
        -webkit-transition: .6s fill;
        transition: .6s fill;
        fill: #D3D3D3;
    }

        #Canadamap path:hover {
            fill: #6E883F;
        }

    #Canadamap text {
        cursor: default;
    }

#CanadamapSingle {
    display: none;
}

#USAmapSingle {
    display: none;
}

#provinceSearchContainer {
    display: none;
}

.listingCalendarLinkButtonViewer {
    margin-top: 20px;
}

.listingCalendarLinkButtonsDiv {
    padding-left: 40px;
}

/*--------------------------------------------------------------------------------
                         Listing Pricing Admin
---------------------------------------------------------------------------------*/

#pricingSearchButton {
    margin-top: 17px;
}

#pricingCreateButton {
    margin-top: 17px;
}

#pricingSaveButton {
    margin-top: 17px;
}

#createSeasonButton {
    margin-top: 17px;
}

#seasonSearchButton {
    margin-top: 17px;
}

#seasonSaveButton {
    margin-top: 17px;
}

#listingApprovalButton {
    margin-top: 17px;
}

#listingSearchButton {
    width: 132px;
}

.reviewApprovalButton {
    margin-top: 17px;
}

.adminButtonPaddding {
    margin-top: 17px;
}

#adminListingPricingLoading {
    padding-left: 40%;
    padding-top: 100px;
}

    #adminListingPricingLoading img {
        width: 150px;
        padding-left: 50px;
    }

#adminHuntingSeasonLoading {
    padding-left: 40%;
    padding-top: 100px;
}

    #adminHuntingSeasonLoading img {
        width: 150px;
        padding-left: 50px;
    }

#adminHuntingTypeLoading img {
    width: 150px;
    padding-left: 50px;
}

#adminListingPricingDeleting img {
    width: 150px;
    padding-left: 50px;
}

#adminListingApprovePricingLoading {
    padding-left: 40%;
    padding-top: 100px;
}

    #adminListingApprovePricingLoading img {
        width: 150px;
        padding-left: 50px;
    }

#listingOwnerTextBox {
    width: 325px !important;
}

.listingAccountPhotoDialogWidth {
    width: 560px;
}

.row-grey svg {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    height: 30px;
    width: 50px;
    float: left;
}

.listingPricingPadding {
    padding-top: 7px;
    padding-left: 15px;
}

.listingPricingBadge {
    font-size: 18px;
    background-color: #6E883F;
}

.listingPricingBadgeDarkGray {
    font-size: 12px;
    background-color: dimgray;
}



.progress-bar-success {
    background-color: #6E883F;
    color: white;
}
/*--------------------------------------------------------------------------------
                         Search Results  
---------------------------------------------------------------------------------*/
#searchResultsContainer {
    /*position:fixed; */
}

.searchResultsPager {
    padding-left: 0px;
}

.searchResultPagerMobile {
    padding-left: 15px;
}

#searchResultsPagerContainer {
    text-align: left;
}

.activeSearchPageLink {
    display: inline-block;
    padding: 5px 14px;
    background-color: #6E883F !important;
    color: white !important;
    border: 1px solid #ddd;
    border-radius: 15px;
}

#searchFiltersMenuMobile {
    display: none;
}

/*--------------------------------------------------------------------------------
                         Listing Scheduling Calendar
---------------------------------------------------------------------------------*/
.dhx_cal_tab.active {
    background-color: #6E883F !important;
    color: #ffffff !important;
}

.dhx_cal_tab {
    color: #000000 !important;
}

.dhx_cal_today_button {
    color: #000000 !important;
}

.dhx_cal_prev_button {
    color: #000000 !important;
}

.dhx_cal_next_button {
    color: #000000 !important;
}

.dhx_month_head {
    color: #000000 !important;
}

.dhx_scale_bar {
    color: #000000 !important;
}

.dhx_cal_event_line {
    background-color: #6E883F !important;
}

.dhx_cal_event_clear {
    color: #000000 !important;
}

.thirtyThreePercent {
    width: 33%;
}

.searchButtonClass {
    color: #FFFFFF;
    background-color: dimgray;
}

    .searchButtonClass a {
        color: #FFFFFF;
        font-weight: bold;
    }

.searchBarBottomPadding {
    padding-bottom: 8px;
}

.rightBorder {
    border-right: solid 1px darkgray;
}

.leftBorder {
    border-left: solid 1px darkgray;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.black {
    color: black;
}

#savedSearchSuccessDiv {
    padding-bottom: 5px;
    color: #6E883F;
    font-weight: bold;
}

.borderless td, .borderless th {
    border: none !important;
}

.padding-left-zero {
    padding-left: 0px !important;
}

.padding-right-zero {
    padding-right: 0px !important;
}

.guideListingsPicture {
    height: 75px;
}

.guideListingsViewColumn {
    padding-top: 3% !important;
}

.guideServiceViewImage {
    height: 75px;
}

.contactGuideServiceFormPadding {
    padding-left: 15px;
    padding-right: 15px;
}

.guideDatePicker {
    z-index: 100000 !important;
}

.adminListingPicture {
    width: 100px !important;
}

#landLocationsSearchButton {
    width: 100px;
    float: right;
}

.landLocationControlPadding {
    padding-right: 25px;
}

#landLocationNameTextBox {
    width: 300px !important;
}

#adminLandLocationsLoading {
    width: 300px !important;
}

.userDialogNameSearchPadding {
    padding-left: 30px;
    padding-right: 30px;
}

.paddingRightThirtyPixels {
    padding-right: 30px !important;
}

#dnrPdfLink {
    padding-right: 50px;
    padding-top: 3px;
}

.listingOptionPadding {
    padding-top: 5px;
    padding-bottom: 5px;
}


#getStartedBtn {
    background-color: #6E883F !important;
    color: white !important;
    font-weight: bold;
}

#createListingBtn {
    background-color: #974e66 !important;
    color: white !important;
    /*font-weight:bold;*/
    width: 175px !important;
    font-weight: bold;
}

.signUpLeaseFinderBtn {
    width: 150px !important;
}

.leaseFinderIcon {
    font-size: 38px;
    font-weight: bold;
    padding-left: 45%;
    color: #6E883F;
}

#rejectLeaseBtn {
    background-color: #974e66 !important;
    color: white !important;
    font-weight: bold;
}

#acceptLeaseBtn {
    background-color: #6E883F !important;
    color: white !important;
    font-weight: bold;
}

.hlrboAdminForm form > .form-group {
    margin-right: 10px !important;
}

.leaseFinderFontSize {
    font-size: 14px !important;
}

.leaseFinderColumnPadding {
    padding-bottom: 50px !important;
}

#acceptTermsBtn {
    width: 150px;
    background-color: whitesmoke !important;
    color: black !important;
    font-weight: bold;
}

.emailTelemarketingSpinner {
    width: 16px !important;
}


#advertisementBar {
    position: absolute;
    height: 50px;
    background-color: rgba(102, 151, 78, .95);
    /*top: 453px;*/
    border: 0;
    border-radius: 0;
    padding-top: 10px;
}

#advertisementBarSM > div > i {
    font-size: 24px;
    padding-right: 20px;
    padding-top: 2px;
}

#advertisementBarSM > div > span {
    font-size: 18px;
}

#card-element {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner:before,
    .spinner:after {
        position: absolute;
        content: "";
    }

    .spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #5469d4;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }

    .spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #5469d4;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }

#advertisementBarSM > div > a {
    background-color: #691B2A !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

#duckImage {
    height: 30px;
    padding-right: 20px;
}

#getStartedHomeBtn {
    background-color: white;
    color: #6E883F;
    font-weight: bold;
}

#advertisementBar > div > i {
    font-size: 24px;
    padding-right: 20px;
    padding-top: 2px;
}

#advertisementBar > div > span {
    font-size: 18px;
}

#advertisementBar > div > a {
    background-color: #691B2A !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.redButton {
    background-color: #974e66 !important;
    color: white !important;
    font-weight: bold;
}

.actualRedButton {
    background-color: #691b2a !important;
    color: white !important;
}

.greenButton {
    background-color: #6E883F;
    color: white;
}

.standardHLRBOBlueButton {
    background-color: #4e7e97 !important;
    color: white !important;
    font-weight: normal !important;
}

.standardHLRBORedButton {
    background-color: #974e66 !important;
    color: white !important;
    font-weight: normal !important;
}

.standardHLRBOBrownButton {
    background-color: #97664e !important;
    color: white !important;
    font-weight: normal !important;
}

.darkGrayButton {
    background-color: gray !important;
    color: white !important;
}

#saveSearchButton {
    background-color: #e9e9e9;
    color: #000000;
    border: none;
    font-weight: bold;
}

.rowBottomPadding {
    padding-bottom: 15px;
}

.hlrboGrayButton {
    background-color: whitesmoke !important;
    color: black !important;
    font-weight: bold;
    border-color: #adadad;
}

.hlrboGreenButton {
    background-color: #6E883F !important;
    color: white !important;
    font-weight: bold;
    border-color: #adadad;
}

.hlrboDarkGrayButton {
    background-color: #dcdcdc !important;
    color: black !important;
    font-weight: bold;
}

.hlrboWhiteButton {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
    border-color: #adadad;
}

#searchResultsMobileContainer {
    background-color: #e9e9e9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

    #searchResultsMobileContainer div.row {
        background-color: #e9e9e9;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
        margin-left: 0px;
        margin-right: 0px;
    }

#searchResultsMapContainerMobile div.row {
    margin-left: 0px;
    margin-right: 0px;
}

.m-dd-search {
    padding-top: 10px;
}

.m-bot-search {
    padding-right: 10px;
    padding-left: 10px;
}

.padleft15px {
    margin-left: 15px;
}

.padright15px {
    margin-right: 15px;
}

#searchListingsSearchTextBox {
    padding-right: 0px !important;
    padding-left: 3px !important;
}

#searchResultsDesktopContainer {
    background-color: #e9e9e9;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

    #searchResultsDesktopContainer div.row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

#searchResultsMapContainer div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.negativeMarginLeft {
    margin-left: -15px !important;
}

.negativeMarginRight {
    margin-right: -15px !important;
}

.searchBar-border-left {
    border-left-color: darkgray;
    border-left-style: solid;
    border-left-width: 1px;
    margin-top: 3px;
}

.searchBar-border-right {
    border-right-color: darkgray;
    border-right-style: solid;
    border-right-width: 1px;
    margin-top: 3px;
}

.searchBarButton {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.listingTypePublicIcon {
    background: #2c4aa5;
    border-radius: 50%;
    content: "";
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

.listingTypePrivateIcon {
    background: #a52c4a;
    border-radius: 50%;
    content: "";
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

.listingTypeHuntingPackageIcon {
    background: #E4CC4F;
    border-radius: 50%;
    content: "";
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

.listingTypeGameFarmIcon {
    background: #279142;
    border-radius: 50%;
    content: "";
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

.listingTypeHuntingGuideIcon {
    background: #745f4b;
    border-radius: 50%;
    content: "";
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

#listingTypesDropDown ul {
    padding-left: 5px;
    min-width: 150px !important;
}

#huntingTypesDropDown ul {
    padding-left: 8px;
}

#acresDropDown ul {
    padding-left: 8px;
}

.searchButtonClassNoHighlight {
    height: 47px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px !important;
    padding-bottom: 0px !important;
    font-weight: bold;
}

    .searchButtonClassNoHighlight a {
        color: #000000;
        font-weight: bold;
    }

.searchButtonClass {
    background-color: #696969;
    height: 51px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    margin-top: 0px;
}

    .searchButtonClass a {
        color: #FFFFFF;
        font-weight: bold;
    }

#question-addon {
    width: 5%;
}

#searchButtonControlContainer {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

    #searchButtonControlContainer .form-group {
        padding-top: 7px;
        padding-bottom: 7px;
    }

#searchButtonTextBoxContainer {
    margin-top: 3px;
}

#searchButtonTextBoxContainerMobile {
    margin-top: 15px;
}

#searchButtonTextBoxContainerMobileFilters {
    margin-top: 17px;
    padding-right: 0px;
}

#searchButtonTextBoxContainerMobile .form-group {
    margin-bottom: 10px;
}

#searchButtonTextBoxContainer .form-group {
    padding-top: 7px;
    padding-bottom: 5px;
}

.textCenter {
    text-align: center;
}

#homeSearchControl > span {
    width: 100% !important;
}

    #homeSearchControl > span > input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

#listingSearchMenu {
    width: 75px;
    z-index: 100;
    position: absolute;
    padding-right: 15px;
    display: none;
    background-color: #6E883F;
    color: white;
    border-top-color: white;
    border-top-style: solid;
}

#listingSearchMenuList {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#listContainer {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0px !important;
    padding-left: 0px !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#menuCollapseBtn{
    display:none;
}

.listingSearchMenuItem {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 15px;
    text-align: center;
}

#searchPanel {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0px !important;
    padding-left: 0px !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    width: 375px;
    z-index: 100;
    position: absolute;
    background-color: white;
    padding-right: 15px;
    display:none;
}

.listingSearchResults {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0px !important;
    padding-left: 0px !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    width: 375px;
    z-index: 100;
    position: absolute;
    background-color: white;
    /*padding-right: 15px;*/
}

    .listingSearchResults::-webkit-scrollbar {
        display: none;
    }

#listingSearchResultsContainerHeader {
    display: none;
}

.listingSearchResultsMobile {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-overflow-scrolling: touch;
    height: 100%; /*A value other than height:auto needs to be set*/
}

#listingSearchResultsMobile > #searchResultsListingContainer > div.row.listingResult {
    margin-left: 0px;
    margin-right: 0px;
}

#searchCriteriaContainer {
    /*margin-left: 15px !important;
    padding-left: 0px !important;*/
}

.infoboxZoomLink {
    float: right;
    padding-right: 15px;
    font-weight: bold;
    color: #6E883F;
}

.infoBoxListingClass {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 15px #999;
    border: 1px solid #6E883F;
    border-radius: 5px;
    position: absolute;
    width: 375px;
    height: 195px;
    left: 50%;
    margin-left: -237px;
    padding-left: 10px;
    padding-top: 5px;
    bottom: 100%;
    margin-bottom: 15px;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    z-index: 10;
}

.infoBoxListingImgClass {
    width: 75px;
    height: 75px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.infoBoxListingContent {
    padding-left: 90px
}

.infoBoxListingLabel {
    font-weight: bold;
    margin-right: 5px;
}

/* multi-select controls for HLRBO */
.hlrboMultiSelect > .ui-multiselect {
    width: 100% !important;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}

    .hlrboMultiSelect > .ui-multiselect .ui-multiselect-label {
        font-weight: normal;
        font-size: 14px;
    }

    .hlrboMultiSelect > .ui-multiselect .ui-multiselect-trigger {
        color: white;
        background-color: #6E883F;
    }

    .hlrboMultiSelect > .ui-multiselect > .ui-multiselect-panel {
        width: 100% !important;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: normal !important;
    }

        .hlrboMultiSelect > .ui-multiselect > .ui-multiselect-panel .ui-multiselect-item label {
            font-weight: normal;
            font-size: 16px;
        }


    .hlrboMultiSelect > .ui-multiselect .ui-multiselect-trigger .fa {
        margin-top: .7em !important;
    }

    .hlrboMultiSelect > .ui-multiselect > .ui-multiselect-panel > .ui-multiselect-header {
        display: none;
    }

.huntingTypesDropDownMenuContainer {
    width: 330px;
    overflow-y: scroll;
}

.huntingTypesDropDownMenuMobileContainer {
    width: 250px;
    overflow-y: scroll;
}

.normalFontWeight {
    font-weight: normal !important;
}

.featuretteHeader {
    padding-bottom: 15px;
}

.featuredListingLink {
    color: black;
}

    .featuredListingLink:hover {
        color: black;
    }

#messagesLnkBtn {
    padding-top: 19px;
    padding-right: 15px;
}

#listingShowingBtn {
    padding-top: 17px;
    padding-right: 15px;
}

#propertyVisitBtn {
    padding-top: 20px;
    padding-right: 15px;
}

#messsageBadgeContainer {
    position: absolute;
    top: 15px;
    left: 23px;
}

#suggestedPriceContainer {
    margin-bottom: 25px;
}

#howMuchToChargeHelpIcon {
    padding-right: 5px;
}

.sixteenPointFont {
    font-size: 16px;
}


#transitionContainer {
    margin-top: 15%;
}

#transitionContainer2 {
    margin-top: 15%;
}

#titleLabel {
    font-size: 32px;
}

#circleG {
    width: 52px;
    margin: auto;
}

.circleSilver {
    width: 45px;
    height: 45px;
    background-color: #C0C0C0;
    border-radius: 50%;
    border-color: #7A7A7A;
    border-width: 4px;
    border-style: solid;
}

.circleGold {
    width: 45px;
    height: 45px;
    background-color: #FFD700;
    border-radius: 50%;
    border-color: #DAA520;
    border-width: 4px;
    border-style: solid;
}


.circlePlatinum {
    width: 45px;
    height: 45px;
    background-color: #E5E4E2;
    border-radius: 50%;
    border-color: #929290;
    border-width: 4px;
    border-style: solid;
}

.circleGreen {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-color: #6E883F;
    border-width: 4px;
}

.circleGray {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-color: dimgray;
    border-width: 4px;
}

.circleG {
    background-color: rgba(231,231,231,0.95);
    float: left;
    height: 11px;
    margin-left: 6px;
    width: 11px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 1.7575s;
    -o-animation-duration: 1.7575s;
    -ms-animation-duration: 1.7575s;
    -webkit-animation-duration: 1.7575s;
    -moz-animation-duration: 1.7575s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

#circleG_1 {
    animation-delay: 0.3495s;
    -o-animation-delay: 0.3495s;
    -ms-animation-delay: 0.3495s;
    -webkit-animation-delay: 0.3495s;
    -moz-animation-delay: 0.3495s;
}

#circleG_2 {
    animation-delay: 0.8155s;
    -o-animation-delay: 0.8155s;
    -ms-animation-delay: 0.8155s;
    -webkit-animation-delay: 0.8155s;
    -moz-animation-delay: 0.8155s;
}

#circleG_3 {
    animation-delay: 1.0485s;
    -o-animation-delay: 1.0485s;
    -ms-animation-delay: 1.0485s;
    -webkit-animation-delay: 1.0485s;
    -moz-animation-delay: 1.0485s;
}



@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(102,151,78);
    }

    100% {
    }
}

@-o-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(102,151,78);
    }

    100% {
    }
}

@-ms-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(102,151,78);
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(102,151,78);
    }

    100% {
    }
}

@-moz-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(102,151,78);
    }

    100% {
    }
}

#listingSearchButtonHome {
    width: 150px !important;
}

#contactSubmitButton {
    width: 150px !important;
}

#referralSubmitButton {
    width: 150px !important;
}

#contactLinksNavigationContainer > h4 > a:hover {
    color: #6E883F !important;
    text-decoration: none;
}

#contactLinksNavigationContainer > h4 > a:focus {
    color: #6E883F !important;
    text-decoration: none;
}


#leaseFinderBtn {
    display: none;
}

#listingBtn {
    display: none;
}

#notificationsBtn {
    display: none;
}

#leaseFinderHintProfileContainer {
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
}

/*----------------------------------------------------------------------*/
/*           Success and Error Message Notifications                    */
/*----------------------------------------------------------------------*/

#errorContainer {
    display: none;
}

#successContainer {
    display: none;
}

#transitionContainer {
    display: none;
}

#transitionContainer2 {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                  Contact Us Form CSS Items                           */
/*----------------------------------------------------------------------*/
#contactNameValidationContainer {
    display: none;
}

#contactEmailValidationContainer {
    display: none;
}

#contactSubjectValidationContainer {
    display: none;
}

#contactMessageValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                  Referral Form CSS Items                             */
/*----------------------------------------------------------------------*/

#referralNameValidationContainer {
    display: none;
}

#referralPhoneValidationContainer {
    display: none;
}

#referralEmailValidationContainer {
    display: none;
}

#referralAddressValidationContainer {
    display: none;
}

#referralNameTwoValidationContainer {
    display: none;
}

#referralAddressTwoValidationContainer {
    display: none;
}

#referralEmailTwoValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                  Blog Form CSS Items                                 */
/*----------------------------------------------------------------------*/
#blogUrlValidationContainer {
    display: none;
}

#blogEmailValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                  Job Form CSS Items                                  */
/*----------------------------------------------------------------------*/

#jobNameValidationContainer {
    display: none;
}

#jobPhoneValidationContainer {
    display: none;
}

#jobEmailValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                      Sign Up CSS Items                               */
/*----------------------------------------------------------------------*/

#signUpFirstNameValidationContainer {
    display: none;
}

#signUpLastNameValidationContainer {
    display: none;
}

#signUpEmailValidationContainer {
    display: none;
}

#signUpPasswordValidationContainer {
    display: none;
}

#signUpConfirmPasswordValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                      Sign In CSS Items                               */
/*----------------------------------------------------------------------*/

#authenticationEmailValidationContainer {
    display: none;
}

#authenticationPasswordValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                  Forgot Password In CSS Items                        */
/*----------------------------------------------------------------------*/

#forgotPasswordEmailValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                     Lease Finder In CSS Items                        */
/*----------------------------------------------------------------------*/

#billingCountryErrorContainer{
    display:none;
}

#billingProvinceErrorContainer{
    display:none;
}

#billingStreetAddressErrorContainer {
    display: none;
}

#billingCityErrorContainer {
    display: none;
}

#billingStateErrorContainer {
    display: none;
}

#billingZipcodeContainer {
    display: none;
}

.leaseFinderTeaserSubcontentHeaderTitle {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 2.2rem;
    font-family: industry,sans-serif !important;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 0;
}

.leaseFinderTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 500px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 60%;
}

.leaseFinderTeaserAnnouncementSM {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 500px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 60%;
}

#leaseFinderCoverImg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 610px;
}

.leaseFinderSubcontentHeaderContent {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #FFF;
}

#leaseFinderTagLine {
    z-index: 4;
    position: absolute;
    bottom: 515px;
    color: #fff;
    margin-left: 50px;
    width: 520px;
}

    #leaseFinderTagLine > h1 {
        font-weight: bold;
        font-size: 36px;
    }

#leaseFinderFirstNameValidationContainer {
    display: none;
}

#leaseFinderLastNameValidationContainer {
    display: none;
}

#leaseFinderEmailValidationContainer {
    display: none;
}

#leaseFinderPasswordValidationContainer {
    display: none;
}

#leaseFinderStateValidationContainer {
    display: none;
}

#leaseFinderYearValidationContainer {
    display: none;
}

#leaseFinderPriceRangeValidationContainer {
    display: none;
}

#leaseFinderTypeOfHuntingValidationContainer {
    display: none;
}

#leaseFinderPhoneNumberValidationContainer {
    display: none;
}

#leaseFinderBestTimeValidationContainer {
    display: none;
}

#leaseFinderHuntingTypesContainer {
    padding-left: 5px;
    padding-top: 5px;
}

#leaseFinderHuntingTypesCheckAll {
    padding-left: 175px;
}

.potentialLeaseResult {
    padding-top: 30px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #eee;*/
}

.potentialLeaseLink {
    font-size: 16px;
    color: #6E883F;
    text-decoration: none;
}

#leaseFinderFilterPanel {
    background-color: #f5f5f5 !important;
    background-color: white;
    padding-top: 5px !important;
    padding-bottom: 0px;
}

#leaseFinderShowAllFilterDiv {
    padding-top: 8px;
    padding-left: 5px;
}

#acceptLeaseFinderButton {
    display: none;
}

#leaseFinderHintsReferralContainer {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#countyMapBtn {
    display: none;
}

#leaseFinderHintRequestStartDateValidationContainer {
    display: none;
}

#leaseFinderHintRequestPaymentTextBoxValidationContainer {
    display: none;
}

#leaseFinderHintRequestPaymentDropDownListValidationContainer {
    display: none;
}

#leaseFinderHintRequestInsuranceRadioValidationContainer {
    display: none;
}

#leaseFinderDataHintTerms {
    height: 225px;
    overflow-y: scroll;
}

#propertyMapContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                     Listing UI in CSS Items                          */
/*----------------------------------------------------------------------*/
#listingAdvancedPricingErrorContainer {
    display: none;
}

#listingPricingInfoContainer {
    display: none;
}

#advancedPricingContainer {
    display: none;
}

#listingFirstNameErrorContainer {
    display: none;
}

#listingLastNameErrorContainer {
    display: none;
}

#listingEmailAddressErrorContainer {
    display: none;
}

#listingPasswordErrorContainer {
    display: none;
}

#listingPhoneErrorContainer {
    display: none;
}

#listingCountryErrorContainer {
    display: none;
}

#listingProvinceErrorContainer {
    display: none;
}

#provinceControlDiv {
    display: none;
}


#listingStreetAddressErrorContainer {
    display: none;
}

#listingCityErrorContainer {
    display: none;
}

#listingStateErrorContainer {
    display: none;
}

#listingCountyErrorContainer {
    display: none;
}

#listingProvinceErrorContainer{
    display:none;
}

#listingPostalCodeErrorContainer{
    display:none;
}

#listingZipcodeErrorContainer {
    display: none;
}

#listingAcresErrorContainer {
    display: none;
}

#listingLandTypeErrorContainer {
    display: none;
}

#listingHuntingGroupSizeErrorContainer {
    display: none;
}

#listingHuntingTypesErrorContainer {
    display: none;
}

#listingDescriptionErrorContainer {
    display: none;
}

#listingPriceErrorContainer {
    display: none;
}

#listingPriceTypeErrorContainer {
    display: none;
}

#showPasswordCheckBoxContainer {
    padding-left: 25px;
}

.customListingRow {
    /*margin-left:0px;
    margin-right:0px;*/
}

/*----------------------------------------------------------------------*/
/*                Notifications UI in CSS Items                         */
/*----------------------------------------------------------------------*/
#notificationFirstNameErrorContainer {
    display: none;
}

#notificationLastNameErrorContainer {
    display: none;
}

#notificationEmailErrorContainer {
    display: none;
}

#notificationPasswordErrorContainer {
    display: none;
}

#notificationStateErrorContainer {
    display: none;
}

#notificationPriceRangeErrorContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                Account Profile UI in CSS Items                       */
/*----------------------------------------------------------------------*/

#allListingsContainer {
    display: none;
}

#availableListingsContainer {
    display: none;
}

#pendingListingsContainer {
    display: none;
}

#leasedListingsContainer {
    display: none;
}


#createListingLnk {
    display: none;
}

#createPaymentLnk {
    display: none;
}

.hlrboOrangeMessageBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #DC7001;
    border-radius: 10px;
}

.hlrboLightGreenMessageBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #6E883F;
    border-radius: 10px;
}


.hlrboDarkGrayMessageBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: dimgray;
    border-radius: 10px;
}

#profileListingsContainer {
    display: none;
}


#dashboardProfileContainer div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#dashboardProfileMenu {
    width: 95px;
    z-index: 100;
    position: absolute;
    padding-right: 15px;
    display: none;
    background-color: #6E883F;
    color: #fff;
    border-top-color: #fff;
    border-top-style: solid;
}

#dashboardContainer {
    display: none;
}

#accountDashboardContainer{
    display:none;
}

#affiliateDashboardContainer{
    display:none;
}

#paymentDashboardContainer{
    display:none;
}

#schedulingDashboardContainer{
    display:none;
}

#listingsDashboardContainer{
    display:none;
}

#leaseFinderDashboardContainer{
    display:none;
}

#reviewDashboardContainer{
    display:none;
}

#documentsDashboardContainer{
    display:none;
}

#listingProfileContainer {
    display: none;
}

#accountProfileContainer {
    display: none;
}

#promoteListingDiv {
    background-color: #6E883F;
    color: white;
    border-radius: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80%;
    margin-left: 10%;
}

#messagingContainer {
    display: none;
}

#paymentsContainer {
    display: none;
}

#schedulingContainer {
    display: none;
}

#reportsContainer {
    display: none;
}

.profileListingImage {
    width: 100%;
    height: 200px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.profileListingContainer {
    border-style: solid;
    border-color: #f5f5f5;
    border-width: 1px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

#promoteListingDiv {
    background-color: #6E883F;
    color: white;
    border-radius: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80%;
    margin-left: 10%;
}

.promoteListingDivHeader {
    font-size: 25px;
}

#defaultProfilePic {
    width: 250px;
    margin-bottom: 15px;
}

.profileButton {
    background-color: #F0F0F0 !important;
    color: black !important;
    margin-bottom: 20px;
}

.bottonProfileMargin {
    margin-bottom: 30px;
}

.marginFifteenPixelBotton {
    margin-bottom: 15px;
}

.marginFifteenPixelLeft {
    margin-left: 15px;
}

#profileNameLbl {
    margin-top: 0px;
}

.rightBorder {
    border-right: solid;
    border-color: gray;
    border-width: 3px;
}

.profileContainer {
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
    padding: 10px;
    margin-bottom: 30px;
}

#profileProgressContainer {
    width: 100%;
}

    #profileProgressContainer > tbody > tr > td {
        padding: 5px;
    }

#profileUserPhotoContainer {
    text-align: center;
    padding-bottom: 85px;
}

.profileMessageContainer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
/*    border-bottom-style: solid;*/
    border-color: #f5f5f5;
    border-width: 1px;
}

.profileMatchHuntersContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: whitesmoke;
    padding-left: 15px;
    border-radius: 4px;
}

.profileMessageContainerMobile {
    float: right;
    padding-bottom: 30px;
}

#profileTabContainer {
    padding: 15px;
}

#weaponSubTypeContainer {
    display: none;
}

#weaponCaliberContainer {
    display: none;
}

#weaponManufacturerContainer {
    display: none;
}

#interestedInVehicleRentalContainer {
    display: none;
}

#yourListingPanel {
    display: none;
}

#yourReviewsPanel {
    display: none;
}

#yourLeaseFinderPanel {
    display: none;
}

#yourNotificationsPanel {
    display: none;
}

#hlrboDocumentsPanel {
    display: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #6E883F;
    color: #ffffff;
}

#transitionTitleLabel {
    font-size: 16px !important;
}

.profileButtonTopBorder {
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
}

.profileButtonBorder {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
}

.profileButtonBottomBorder {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

#profileLeasesLnkMobileUp {
    display: none;
}

#profileListingLnkMobileUp {
    display: none;
}

#profileLeaseFinderLnkMobileUp {
    display: none;
}

#profileNotificationLnkMobileUp {
    display: none;
}

#profileReviewLnkMobileUp {
    display: none;
}

#profileDocumentLnkMobileUp {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                Hunting Profile UI in CSS Items                       */
/*----------------------------------------------------------------------*/
#huntingProfileStateValidationContainer {
    display: none;
}

#huntingProfilePriceRangeValidationContainer {
    display: none;
}

#huntingProfileTypeOfHuntingValidationContainer {
    display: none;
}

#huntingProfileHuntingPartySizeValidationContainer {
    display: none;
}

#huntingProfileAcreageValidationContainer {
    display: none;
}

#huntingProfileNumberOfYearsHuntingValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                Contact Owner UI in CSS Items                         */
/*----------------------------------------------------------------------*/

#listingInquiryErrorContainerMessage{
    display:none;
}

#listingInquiryMessageErrorContainer{
    display:none;
}

#listingInquirySuccessContainer {
    display: none;
}

#unlistedPropertyEmailContainer {
    display: none;
}

.contactOwnerSubscription {
    margin-top: 30px;
    background-color: whitesmoke;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

#contactOwnerLeaseTermErrorContainer {
    display: none;
}

#contactOwnerNumberOfHuntersErrorContainer {
    display: none;
}

#contactOwnerNameErrorContainer {
    display: none;
}

#contactOwnerPhoneErrorContainer {
    display: none;
}

#contactOwnerEmailErrorContainer {
    display: none;
}

#contactOwnerDateErrorContainer {
    display: none;
}

#contactOwnerMessageErrorContainer {
    display: none;
}

#contactOwnerErrorContainer {
    display: none;
}

#requestBookingMessageErrorContainer {
    display: none;
}

#contactOwnerSuccessContainer {
    display: none;
}

#waitlistMessageErrorContainer {
    display: none;
}

#waitlistNumberOfHuntersErrorContainer {
    display: none;
}

#waitlistLeaseTermErrorContainer {
    display: none;
}

#waitlistErrorContainer {
    display: none;
}

#waitlistSuccessContainer {
    display: none;
}

#transitionContainer3 {
    display: none;
}

#transitionContainer4 {
    display: none;
}

#unlistedPropertyPhoneTextContainer {
    display:none;
}

/*----------------------------------------------------------------------*/
/*                Listing Update UI in CSS Items                        */
/*----------------------------------------------------------------------*/
#listingPricingTransitionContainer {
    display: none;
}

#listingContactTransitionContainer {
    display: none;
}

#listingInformationTransitionContainer {
    display: none;
}

#listingLocationTransitionContainer {
    display: none;
}

#listingUpdatePhoneErrorContainer {
    display: none;
}

#listingUpdateEmailErrorContainer {
    display: none;
}

#titleErrorContainer {
    display: none;
}

#listingLocationDivEdit {
    display: none;
}

#listingContactDivEdit {
    display: none;
}

#listingInformationDivEdit {
    display: none;
}

#listingPricingDivEdit {
    display: none;
}

#listingPricingDivEdit {
    background-color: whitesmoke;
    border-radius: 4px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
}

#listingPricingDivEditInner {
    padding: 10px;
}

#listingLocationDivEdit {
    background-color: whitesmoke;
    border-radius: 4px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
}

#listingLocationDivEditInner {
    padding: 10px;
}

#listingContactDivEdit {
    background-color: whitesmoke;
    border-radius: 4px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
}

#listingContainerEditInner {
    padding: 10px;
}

#listingInformationDivEdit {
    background-color: whitesmoke;
    border-radius: 4px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
}

#listingInformationDivEditInner {
    padding: 10px;
}

#listingLocationErrorContainer {
    display: none;
}

#listingInquiryGroupSizeErrorContainer{
    display:none;
}

#listingInquiryLeaseTermErrorContainer{
    display:none;
}

#listingInquiryArrivalDateErrorContainer{
    display:none;
}

#listingInquiryPriceErrorContainer{
    display:none;
}

#transitionContainerListingInquiry{
    display:none;
}

/*----------------------------------------------------------------------*/
/*                Admin Newsletter UI in CSS Items                      */
/*----------------------------------------------------------------------*/
#newsletterheadLineValidationContainer {
    display: none;
}

#newsletterUrlValidationContainer {
    display: none;
}

#newsletterDateValidationContainer {
    display: none;
}

#newsletterSummaryValidationContainer {
    display: none;
}


/*----------------------------------------------------------------------*/
/*                      Admin News UI in CSS Items                      */
/*----------------------------------------------------------------------*/
#headLineValidationContainer {
    display: none;
}

#articleUrlValidationContainer {
    display: none;
}

#articleDateValidationContainer {
    display: none;
}

#articlePublisherValidationContainer {
    display: none;
}

#articleSummaryValidationContainer {
    display: none;
}

#articleImageValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                Admin Polls UI in CSS Items                           */
/*----------------------------------------------------------------------*/
#pollNameValidationContainer {
    display: none;
}

#startDateValidationContainer {
    display: none;
}

#endDateValidationContainer {
    display: none;
}

#pollQuestionValidationContainer {
    display: none;
}

#pollResponseValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                      Saved Search UI in CSS Items                    */
/*----------------------------------------------------------------------*/
.savedSearchBottomRow {
    padding-bottom: 30px;
}

#firstNameSavedSearchValidationContainer {
    display: none;
}

#lastNameSavedSearchValidationContainer {
    display: none;
}

#emailAddressSavedSearchValidationContainer {
    display: none;
}

#passwordSavedSearchValidationContainer {
    display: none;
}

#savedSearchValidationContainer {
    display: none;
}
/*----------------------------------------------------------------------*/
/*                      Favorite UI in CSS Items                        */
/*----------------------------------------------------------------------*/
.favoriteRow {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 30px;
}

.favoriteDeletePaddingLeft {
    padding-left: 12px;
}

.favoriteSearchPaddingLeft {
    padding-left: 5px;
}

.favoriteColumnPadding {
    padding-top: 20px !important;
}

.favoriteViewPadding {
    padding-top: 25px !important;
}


/*----------------------------------------------------------------------*/
/*             Notification View UI in CSS Items                        */
/*----------------------------------------------------------------------*/

.notificationColumnPadding {
    padding-top: 15px !important;
}

.notificationViewLnk {
    padding-top: 8px !important;
}

/*----------------------------------------------------------------------*/
/*                    Guide View UI in CSS Items                        */
/*----------------------------------------------------------------------*/

.guideDeleteColumn {
    padding-top: 15px;
}

.guideDeleteLink {
    float: right;
}

.guideDeleteIcon {
    margin-left: 15px;
}

.guidePricingRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*----------------------------------------------------------------------*/
/*                    HLRBO News UI in CSS Items                        */
/*----------------------------------------------------------------------*/

.newsBorder {
    border-right-style: solid;
    border-color: lightgray;
    border-right-width: 1px;
}

.topHeaderPadding {
    padding-top: 25px;
}

.rightHandAdContainer {
    padding-left: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.newsFeedAdContainer {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 30px;
}

/*----------------------------------------------------------------------*/
/*                    HLRBO Photo UI in CSS Items                       */
/*----------------------------------------------------------------------*/

#photoDiv {
    border-color: lightGray;
    border-style: dashed;
    border-radius: 8px;
    height: 400px;
    width: 90%;
    margin-left: 5%;
}

.dropzone {
    border: none !important;
}

.photoDivMessage {
    padding-top: 5%;
}

.photoDivLogo {
    padding-top: 10%;
}

#photoDeleteTransitionContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                    HLRBO Message UI in CSS Items                     */
/*----------------------------------------------------------------------*/
.negativeTenMargin {
    margin-left: -10px;
    margin-right: -10px;
}

#sentMessageErrorContainer {
    display: none;
}

#sentMessageSuccessContainer{
    display:none;
}

#allMessageErrorContainer {
    display: none;
}

#allMessageSuccessContainer {
    display: none;
}

#unreadMessageErrorContainer {
    display: none;
}

#unreadMessageSuccessContainer {
    display: none;
}

#replyMessageTextAreaErrorContainer {
    display: none;
}

#messageReplyErrorContainer {
    display: none;
}

#messageReplySuccessContainer {
    display: none;
}

#messageContainer {
    display: none;
}

#notificationContainer {
    display: none;
}

#photoMessageContainer {
    padding: 5px;
}

#photoMessageContainerAddressLabel {
    padding-left: 5px;
}

#photoMessageContainerPriceLabel {
    padding-left: 5px;
}

#photoMessageDescriptionContainer {
    padding-left: 5px;
}


#messagesContainerHeaderRow {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    /*border: 1px solid #e3e3e3;*/
}

.photoMessageThumbnailCol {
    text-align: center;
}

.photoMessageThumbnailContainer {
    margin-bottom: 15px;
}

#photoMessageContainerMessages {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding-bottom: 34px;
}

#allMessageContainerMessages {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding-bottom: 34px;
    border-radius: 4px;
}

#unreadMessageContainerMessages {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding-bottom: 34px;
    border-radius: 4px;
}

#sentMessageContainerMessages {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding-bottom: 34px;
    border-radius: 4px;
}


#messageContainer {
    /*margin-right:0px;*/
}

#notificationInformationContainer {
    background-color: white;
}

#notificationContainerHeaderRow {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

#notificationContainerMessages {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding-bottom: 34px;
}

#notificationMessageDescriptionContainer {
    padding-left: 5px;
}

#notificationContainerSettingsLabel {
    padding-left: 15px;
}

.notificationLinksSpacing {
    margin-bottom: 15px;
}

#contactHLRBOButton {
    margin-right: 5px;
    width: 150px;
}

#notificationSettingsHLRBOButton {
    margin-right: 5px;
    width: 150px;
}

.notificationDeleteIcon {
    padding-right: 3px;
}

.bubbleTextArea {
    width: 99%;
    height: 98%;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bubble {
    position: relative;
    width: 250px;
    height: 120px;
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e3e3e3 solid 3px;
    width: 100%;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent #FFFFFF;
        display: block;
        width: 0;
        z-index: 1;
        right: -20px;
        top: 18px;
    }

    .bubble:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 22px 0 22px 22px;
        border-color: transparent #e3e3e3;
        display: block;
        width: 0;
        z-index: 0;
        right: -25px;
        top: 16px;
    }

.bubbleLeft {
    position: relative;
    height: 100%;
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e3e3e3 solid 3px;
    width: 95%;
    float: left;
}

    .bubbleLeft:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 20px 20px 0;
        border-color: transparent #FFFFFF;
        display: block;
        width: 0;
        z-index: 1;
        left: -20px;
        top: 18px;
    }

    .bubbleLeft:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 22px 22px 22px 0;
        border-color: transparent #e3e3e3;
        display: block;
        width: 0;
        z-index: 0;
        left: -25px;
        top: 16px;
    }

.bubbleRight {
    position: relative;
    height: 100%;
    padding: 0px;
    background: whitesmoke;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e3e3e3 solid 3px;
    width: 95%;
    float: right;
}

    .bubbleRight:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent whitesmoke;
        display: block;
        width: 0;
        z-index: 1;
        right: -20px;
        top: 18px;
    }

    .bubbleRight:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 22px 0 22px 22px;
        border-color: transparent #e3e3e3;
        display: block;
        width: 0;
        z-index: 0;
        right: -25px;
        top: 16px;
    }

.bubbleMargin {
    margin-bottom: 25px;
    margin-top: 25px;
}

.messageBoxFormat {
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 11px;
    line-height: 1.42857143;
    color: #333;
    background-color: #FFFFFF;
    border: none !important;
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.messageBoxFormatGray {
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 11px;
    line-height: 1.42857143;
    color: #333;
    background-color: whitesmoke;
    border: none !important;
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}



/*--------------------------------------------------------------------------------------*/
/*                            Welcome to HLRBO Modal                                    */
/*--------------------------------------------------------------------------------------*/

#welcomeModalTitle {
    font-size: 16px;
}

#welcomeModalCloseBtn {
    margin-top: -20px;
    color: white;
    opacity: 1;
}

#welcomeModalLeftIcon {
    border-right: solid;
    border-right-width: 1px;
    border-right-color: lightgray;
    height: 350px;
}

#welcomeModalSearchBtn {
    font-weight: normal;
}

#welcomeModalProfileBtn {
    font-weight: normal;
}

#welcomeModalFooterCloseButton {
    width: 135px;
}


/*--------------------------------------------------------------------------------------*/
/*                            How Much Calculator Page                                  */
/*--------------------------------------------------------------------------------------*/

#calculateButton {
    width: 150px !important;
}

#calculatorCriteria {
    display: none;
}

#pricingDiv {
    display: none;
}

#getStartedButton {
    display: none;
}

.numberPadding {
    margin-right: 15px;
}

/*--------------------------------------------------------------------------------------*/
/*                    HLRBO Listing Lease Request UI in CSS Items                       */
/*--------------------------------------------------------------------------------------*/
#propertyLeaseTermsErrorContainer {
    display: none;
}

#propertyLeasePriceErrorContainer {
    display: none;
}

#propertyLeasePriceTermsErrorContainer {
    display: none;
}

#propertyLeaseStartDateErrorContainer {
    display: none;
}

#propertyLeaseEndDateErrorContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                    HLRBO Listing Showing UI in CSS Items             */
/*----------------------------------------------------------------------*/
#rejectionReasonDiv {
    display: none;
}

#rejectionReasonButtonsDiv {
    display: none;
}

#showingStartDateErrorContainer {
    display: none;
}

#showingEndDateErrorContainer {
    display: none;
}

#propertyVisitErrorContainer {
    display: none;
}

#listingShowingFilterPanel {
    background-color: #f5f5f5 !important;
    padding-top: 5px !important;
    padding-bottom: 0px;
}

.visitRow {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.showingRow {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    background-color: whitesmoke;
    border-radius: 10px;
    padding-top: 15px;
    font-size: 12px;
}

.favoriteDeletePaddingLeft {
    padding-left: 12px;
}

.favoriteSearchPaddingLeft {
    padding-left: 5px;
}

.favoriteColumnPadding {
    padding-top: 20px !important;
}

.favoriteViewPadding {
    padding-top: 25px !important;
}

#propertyVisitAgreementContainer {
    background-color: whitesmoke;
    padding: 25px;
    border-radius: 5px;
}

/*----------------------------------------------------------------------*/
/*                  HLRBO Opportunities View                            */
/*----------------------------------------------------------------------*/

.opportunityTabContainer {
    background-color: whitesmoke;
    border-radius: 4px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: darkgray;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #adadad;
    color: #000000;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #ffffff;
    background-color: #fff;
}

#propertyVisitContainer {
    display: none;
}

#propertyLeaseContainer {
    display: none;
}

.menuHeader {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 5px;
}

.menuItemHeader > div {
    margin-left: 0px;
    margin-right: 0px;
}

/*.menuItemHeader > div > div {
    text-decoration: none;
    color: black;
    background-color: white;
    padding-bottom: 3px;
    padding-top: 3px;
}*/

.menuItemActive {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.menuItemInactive {
    text-decoration: none;
    color: #262626;
    background-color: #FFFFFF;
}

.menuItemPadding {
    padding-bottom: 3px;
    padding-top: 3px;
}

.subscriptionRow {
    padding-bottom: 15px;
}

.subscriptionRowLarge {
    padding-bottom: 30px;
}

#subscriptionEmailAddressContainer {
    display: none;
    /*padding-left:30px;*/
}

#subscriptionEmailAddressErrorContainer {
    display: none;
}

#subscriptionCellPhoneNumberContainer {
    display: none;
    /*padding-left:30px;*/
}

#subscriptionCellPhoneNumberErrorContainer {
    display: none;
}

#subscriptionPhoneNumberContainer {
    display: none;
    /*padding-left:30px;*/
}

#subscriptionPhoneNumberErrorContainer {
    display: none;
}

.subscriptionTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: auto;
    color: #fff;
    width: 25%;
    max-width: 400px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 73%;
}

#subscriptionTagLine {
    z-index: 4;
    position: absolute;
    bottom: 260px;
    color: #fff;
    margin-left: 50px;
    width: 520px;
}

    #subscriptionTagLine > h1 {
        font-weight: bold;
        font-size: 36px;
    }

.subscriptionTeaserSubcontentHeaderTitle {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 2.2rem;
    font-family: industry,sans-serif !important;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 0;
}


.subscriptionTeaserAnnouncementSM {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 500px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 60%;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background-color: #6E883F;
    color: white;
}

.pillButtonBorder {
    border: solid;
    border-radius: 5px;
    border-color: lightgray;
}

.pillButtonLabel {
    /*padding-left:15px;*/
}


.pillButtonMargin {
    margin-top: 15px;
    padding-right: 45px;
}

.notificationLabel {
    color: #6E883F;
    padding-left: 15px;
    padding-top: 5px;
}

#newsletterEmailNotificationLabel {
    display: none;
}

#leaseFinderNotificationLabel {
    display: none;
}

#newListingNotificationLabel {
    display: none;
}

#listingContactPhoneCallLabel {
    display: none;
}

#listingContactSMSLabel {
    display: none;
}

#listingContactEmailLabel {
    display: none;
}

#newLeaseOfferTab {
    color: black;
}

#acceptLeaseOfferTab {
    color: black;
}

#rejectedLeaseOfferTab {
    color: black;
}

#newPropertyVisitTab {
    color: black;
}

#acceptedPropertyVisitTab {
    color: black;
}

#rejectedPropertyVisitTab {
    color: black;
}

/*----------------------------------------------------------------------*/
/*                  HLRBO Sign/View Lease Section                       */
/*----------------------------------------------------------------------*/
#nameOnCardErrorContainer {
    display: none;
}

#cardNumberErrorContainer {
    display: none;
}

#cardExpirationErrorContainer {
    display: none;
}

#cardSecurityCodeErrorContainer {
    display: none;
}

#propertyLeaseErrorContainer {
    display: none;
}

#propertyListItem > a:hover {
    background-color: whitesmoke !important;
}

#hunterListItem > a:hover {
    background-color: whitesmoke !important;
}

.howItWorksHuntersButtonContainer {
    background-color: whitesmoke;
    border-radius: 5px;
    padding-left: 12px;
    border-color: darkgray;
    border-width: 1px;
    border-style: solid;
    padding-right: 10px;
}

.howItWorksLandOwnerButtonContainer {
    background-color: whitesmoke;
    border-radius: 5px;
    padding-left: 12px;
    border-color: darkgray;
    border-width: 1px;
    border-style: solid;
}

#howItWorksLandOwnersContainer {
    display: none;
    margin-right: -15px;
}

#howItWorksHuntersContainer {
    display: none;
    margin-right: -15px;
}

#howMuchCountryErrorContainer {
    display: none;
}

#howMuchStateErrorContainer {
    display: none;
}

#howMuchCountyErrorContainer {
    display: none;
}

#howMuchAcresErrorContainer {
    display: none;
}

#howMuchFirstNameContainer {
    display: none;
}

#howMuchLastNameContainer {
    display: none;
}

#howMuchEmailAddressContainer {
    display: none;
}

#howMuchPasswordContainer {
    display: none;
}

#howMuchConfirmPasswordContainer {
    display: none;
}

#howItWorksCreateAccountErrorContainer {
    display: none;
}

#howItWorksCreateAccountSuccessContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        HLRBO Home Page                               */
/*----------------------------------------------------------------------*/

#searchTextBoxContainer {
    padding-top: 30px;
}

.menuItemFormatting {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: white;
    color: black;
    box-sizing: unset;
    list-style-image: none !important;
}

li.menuItemFormatting:hover {
    background-color: #6E883F;
    color: white;
}



.menuItemLinkFormatting {
    box-sizing: unset;
}

    .menuItemLinkFormatting.ui-state-active {
        border: none;
        background: #6E883F !important;
        font-weight: normal;
        color: white !important;
    }

    .menuItemLinkFormatting:hover .ui-state-active {
        border: none;
        background-color: #6E883F !important;
        color: white;
    }


    .menuItemLinkFormatting:hover {
        border: none;
        background-color: #6E883F;
        color: white;
        box-sizing: unset;
        list-style-image: none !important;
    }

#profileDetailsStateValidationContainer {
    display: none;
}

#profileDetailsCountyValidationContainer {
    display: none;
}

#profileDetailsCityValidationContainer {
    display: none;
}

#profileDetailsNumberOfYearsHuntingValidationContainer {
    display: none;
}

.indentedRow {
    padding-left: 15px;
    padding-right: 15px;
}

#hunterInformationContainer {
    display: none;
}

#leaseAdviceErrorContainer {
    display: none;
}

#previews {
    display: none;
}

#saveListingPhotosButtonTop {
    display: none;
}

.hlrboMessageIndent {
    padding-left: 10px;
}

/*----------------------------------------------------------------------*/
/*                        Listing Review Form                           */
/*----------------------------------------------------------------------*/

.reviewButton {
    width: 75px;
}

    .reviewButton:hover {
        color: #ffffff !important;
        background-color: #6E883F !important;
        border-color: #adadad;
    }

#ratingReviewTextValidationContainer {
    display: none;
}

#ratingReviewValidationContainer {
    display: none;
}

#passwordReviewValidationContainer {
    display: none;
}

#emailAddressReviewValidationContainer {
    display: none;
}

#lastNameReviewValidationContainer {
    display: none;
}

#firstNameReviewValidationContainer {
    display: none;
}

#reviewTable {
    margin: 0 auto;
    font-size: 20px;
    background: #fff;
}

    #reviewTable th,
    #reviewTable tr:nth-child(2n+2) {
        background: #e7e7e7;
    }

    #reviewTable th,
    #reviewTable td {
        /*padding: 5px 5px;*/
    }

    #reviewTable th {
        border-bottom: 1px solid #d4d4d4;
    }

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
}

    .stars-outer::before {
        content: "\f006 \f006 \f006 \f006 \f006";
    }

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

    .stars-inner::before {
        content: "\f005 \f005 \f005 \f005 \f005";
        color: #6E883F;
    }

#socialMediaDiv > a {
    color: gray;
    padding-right: 5px;
}

#socialMediaDiv2 {
    padding-top: 10px;
}

/*----------------------------------------------------------------------*/
/*                        Email Listing Form                            */
/*----------------------------------------------------------------------*/

#emailListingToEmailErrorContainer {
    display: none;
}

#emailListingFirstNameErrorContainer {
    display: none;
}

#emailListingMesssgeErrorContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        News Section Containers                       */
/*----------------------------------------------------------------------*/

.newsContainer {
    border-radius: 8px;
    border-color: #eeeeee !important;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin-bottom: 25px;
}

#newsArticleFullContainer {
    line-height: 2.0em;
}

.newsImage {
    border-radius: 4px;
}

.pollContainer {
    border-radius: 8px;
    border-color: #eeeeee !important;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin-bottom: 25px;
}

.newsletterItemContainer {
    margin-bottom: 15px;
    margin-top: 15px;
}

.newsContainerFeatured {
    border-radius: 8px;
    border-color: #eeeeee !important;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin-bottom: 25px;
    background-color: #f8fafc;
}

#emailNewsArticleToEmailErrorContainer {
    display: none;
}

#emailNewsArticleFirstNameErrorContainer {
    display: none;
}

#emailNewsArticleMesssgeErrorContainer {
    display: none;
}

.newsletterViewerFrame {
    width: 100%;
    border: 0px;
    height: 750px;
}

/*----------------------------------------------------------------------*/
/*                        Poll Section Containers                       */
/*----------------------------------------------------------------------*/
.adminPollContainer {
    border-radius: 8px;
    border-color: #eeeeee !important;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin-bottom: 25px;
}

.adminPollActiveContainer {
    border-radius: 8px;
    border-color: #eeeeee !important;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    margin-bottom: 25px;
    background-color: whitesmoke;
}

#questionResponseDiv {
    display: none;
}

#questionResultDiv {
    display: none;
    margin-left: 15px;
    margin-right: 15px;
}

/*----------------------------------------------------------------------*/
/*                        Hunting Lease Sectiom                         */
/*----------------------------------------------------------------------*/

.leaseReportContainer {
    padding-left: 15px;
    padding-bottom: 15px;
}

#huntingLeaseFirstNameValidationContainer {
    display: none;
}

#huntingLeaseLastNameValidationContainer {
    display: none;
}

#huntingLeaseEmailValidationContainer {
    display: none;
}

#huntingLeaseAcresValidationContainer {
    display: none;
}

#huntingLeaseAddressValidationContainer {
    display: none;
}

#hunterErrorContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        Leased Section                                */
/*----------------------------------------------------------------------*/
#responseMessageErrorContainer {
    display: none;
}

#nextAvailableDateError {
    display: none;
}

#paymentAmountErrorContainer {
    display: none;
}

#paymentStartDateErrorContainer {
    display: none;
}

#paymentEndDateErrorContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        Payment Section                                */
/*----------------------------------------------------------------------*/
#paymentRoutingCheckingNumber {
    display: none;
}

#paymentAccountDateOfBirthErrorContainer {
    display: none;
}

#paymentAccountNumberErrorContainer {
    display: none;
}

#paymentAccountRoutingNumberErrorContainer {
    display: none;
}

#paymentAccountLastFourSSNErrorContainer {
    display: none;
}

#paymentStreetAddressErrorContainer {
    display: none;
}

#paymentCityErrorContainer {
    display: none;
}

#paymentStateErrorContainer {
    display: none;
}

#paymentZipcodeErrorContainer {
    display: none;
}

#paymentPhoneNumberErrorContainer {
    display: none;
}

#paymentAgreementCheckedErrorContainer {
    display: none;
}

.paymentDetailsPanel {
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-left: 15px;
}

.paymentInformation {
    background-color: whitesmoke;
    border-color: lightgray;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    padding: 8px;
}

/*----------------------------------------------------------------------*/
/*                        Category Section                              */
/*----------------------------------------------------------------------*/
#categoryNameValidationContainer {
    display: none;
}

#categoryDescriptionValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        Product Section                               */
/*----------------------------------------------------------------------*/

#productCategoryListValidationContainer {
    display: none;
}

#productManufacturerValidationContainer {
    display: none;
}

#productPriceValidationContainer {
    display: none;
}

#productNumberValidationContainer {
    display: none;
}

#productNameValidationContainer {
    display: none;
}

#productDescriptionValidationContainer {
    display: none;
}

#maxProductQtyValidationContainer {
    display: none;
}

#productUrlValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        Offer Section                                 */
/*----------------------------------------------------------------------*/
#offerNameValidationContainer {
    display: none;
}

#offerDescriptionValidationContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                        Cart Section                                  */
/*----------------------------------------------------------------------*/

#receiptContainer {
    margin: 15px;
}

#cartHeaderNotification {
    position: relative;
    float: left;
    padding: 1.5px 10px;
    padding-top: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#cartMessageHeaderBadgeContainer {
    position: absolute;
    top: 13px;
    left: 35px;
}

.productContainerDetails {
    background-color: white;
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#listingCartErrorContainer {
    display: none;
}

#productOptionErrorContainer {
    display: none;
}

.cartItemContainer {
    border-radius: 8px;
    border-width: 1px;
    border-color: whitesmoke;
    border-style: solid;
    padding-bottom: 15px;
    padding-top: 15px;
}

#checkoutFirstNameErrorContainer {
    display: none;
}

#checkoutLastNameErrorContainer {
    display: none;
}

#checkoutEmailAddressErrorContainer {
    display: none;
}

#checkoutPasswordErrorContainer {
    display: none;
}

#checkoutNameOnCardErrorContainer {
    display: none;
}

#checkoutCreditCardNumberErrorContainer {
    display: none;
}

#checkoutCreditCardExpirationErrorContainer {
    display: none;
}

#checkoutCreditCardSecurityNumberErrorContainer {
    display: none;
}

#checkoutStreetAddressErrorContainer {
    display: none;
}

#checkoutCityErrorContainer {
    display: none;
}

#checkoutStateErrorContainer {
    display: none;
}

#checkoutCountyErrorContainer {
    display: none;
}

#checkoutZipcodeErrorContainer {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                       Land Owner Contact                             */
/*----------------------------------------------------------------------*/

.landownerContactPanel {
    border-radius: 4px;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}

/*----------------------------------------------------------------------*/
/*                           BRP - CanAm                                */
/*----------------------------------------------------------------------*/

#canAmAnnouncementTagLine {
    z-index: 4;
    position: absolute;
    bottom: 25px;
    color: #fff;
    margin-left: 60%;
    font-size: 32px;
    width: 500px;
}

.canAmTeaserAnnouncement {
    background-color: #fff;
    position: absolute;
    bottom: 250px;
    left: 0;
    right: auto;
    color: #000;
    width: 26%;
    max-width: 400px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 30px;
}

.canAmHeadlineContainerSM {
    z-index: 10;
    width: 500px;
    padding-left: 30px;
    top: 25px;
    position: absolute;
}

.canAmHeadlineContainer {
    z-index: 10;
    width: 525px;
    padding-left: 5%;
    top: 25px;
    position: absolute;
}

.canAmHeadline {
    color: #fff;
    font-family: industry,sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.canAmMainImage {
    object-fit: cover;
    object-position: center;
    width: 100%;
    min-height: 500px;
}


.canAmYouTubeSmall {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    z-index: 2;
    position: absolute;
    top: 20%;
    background: rgba(0,0,0,.5);
    color: #fff;
    cursor: pointer;
}

    .canAmYouTubeSmall:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%,-50%);
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 20px 0 20px 28px;
    }

.canAmYouTube {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    z-index: 2;
    position: absolute;
    top: 50%;
    background: rgba(0,0,0,.5);
    color: #fff;
    cursor: pointer;
}

    .canAmYouTube:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%,-50%);
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        border-width: 20px 0 20px 28px;
    }

.canAmCenterContainer {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

#canAmInOurNatureTeaserCenter {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    background: transparent;
    color: #000;
    position: static;
    margin-bottom: 50px;
}

.canAmTeaserHeaderCenter {
    color: #000;
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-family: industry,sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

#canAmInOurNatureImgCenter {
    overflow: hidden;
    max-height: 100%;
    align-self: center;
    justify-content: center;
    position: static;
    max-width: 100%;
    margin: 1.5rem 0;
    padding-top: 2%;
    max-width: 66.66%;
    text-align: center;
}

.canAmTeaserHeaderRight {
    text-shadow: 0 0 5px #000;
    margin-bottom: 12px;
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-family: industry,sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    color: white;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

    .canAmTeaserHeaderRight:before {
        right: 1.8rem;
        left: auto;
        content: "";
        width: 220px;
        top: 0;
        height: 10px;
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
    }

    .canAmTeaserHeaderRight:after {
        background-image: radial-gradient(ellipse at 0 170px,rgba(0,0,0,.5),transparent 70%);
        left: -18px;
        right: auto;
        height: 345px;
        width: 460px;
        top: -62px;
        z-index: -1;
        content: "";
        height: 250px;
        width: 252px;
        position: absolute;
        top: -37px;
    }

.canAmTeaserSubcontentRight {
    background-color: #ffffff;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: auto;
    color: #000;
    width: 33.33%;
    max-width: 400px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
}

    .canAmTeaserSubcontentRight:before {
        left: 0;
        top: -50px;
        width: 75%;
        height: 50px;
        content: "";
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
        right: 1.8rem;
    }


#canAmInOurNatureTeaserRight {
    position: absolute;
    margin-top: 100px;
    left: auto;
    right: 0;
}

    #canAmInOurNatureTeaserRight:before {
        right: 1.8rem;
        left: auto;
        width: 220px;
        top: 0;
        height: 10px;
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
    }

    #canAmInOurNatureTeaserRight:after {
        left: auto;
        right: 0;
        content: "";
        bottom: -30px;
        height: 30px;
        width: 100px;
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
    }

.canAmTeaserActionContainer {
    margin-top: 25px;
    margin-bottom: 0;
    color: #000;
    align-items: center;
    text-align: center;
}

.canAmTeaserActionLink {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-bottom: 1.4rem;
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: center;
    z-index: 1;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-width: 24.5rem;
    max-width: 30rem;
    font-family: industry,sans-serif !important;
    padding: 1.5rem 4rem 1.45rem;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0;
}

.canAmTeaserSubcontentHeaderTitle {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: industry,sans-serif !important;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    font-weight: bold;
}

.canAmTeaserSubcontent {
    background-color: #ffffff;
    position: absolute;
    bottom: 40px;
    right: 0;
    color: #000;
    width: 33.33%;
    max-width: 400px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
}

    .canAmTeaserSubcontent:before {
        left: auto;
        right: 0;
        top: -50px;
        width: 75%;
        height: 50px;
        content: "";
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
    }

.canAmTeaserSubcontentHeaderContent {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-family: neue-haas-unica,sans-serif !important;
    font-weight: 400;
    color: #000;
}

.canAmTeaserHeader {
    text-shadow: 0 0 5px #000;
    margin-bottom: 12px;
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-family: industry,sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    color: white;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

    .canAmTeaserHeader:before {
        left: 1.8rem;
        right: auto;
        content: "";
        width: 220px;
        top: 0;
        height: 10px;
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
    }

    .canAmTeaserHeader:after {
        background-image: radial-gradient(ellipse at 0 170px,rgba(0,0,0,.5),transparent 70%);
        left: -18px;
        right: auto;
        height: 345px;
        width: 460px;
        top: -62px;
        z-index: -1;
        content: "";
        height: 250px;
        width: 252px;
        position: absolute;
        top: -37px;
    }

#canAmInOurNatureTeaser {
    position: absolute;
    margin-top: 100px;
}

    #canAmInOurNatureTeaser:after {
        left: 0;
        right: auto;
        box-shadow: none;
        content: "";
        bottom: -30px;
        left: -20px;
        height: 30px;
        width: 100px;
        display: block;
        background: #ffc72c;
        position: absolute;
        z-index: 1;
    }

.canAmRow {
    margin-left: 0px;
    margin-right: 0px;
}

.canAmCol {
    padding-left: 0px;
    padding-right: 0px;
}

#canamInOurNatureContainer {
}

#canAmInOurNatureImg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 610px;
}

#canAmHuntingEssentials {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 610px;
}

#canAmInAnnouncementOne {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 310px;
}

/*----------------------------------------------------------------------*/
/*                           Landing Pages                               */
/*----------------------------------------------------------------------*/
#huntingLeaseLandingPageDiv {
    background-image: url('../Images/34870408_xl7.jpg');
    background-repeat: no-repeat;
    height: 575px;
    background-position: center top;
}

#huntingLeaseFinancialsLandingPageDiv {
    background-color: whitesmoke;
    background-repeat: no-repeat;
    height: 575px;
    background-position: center top;
}

#huntingLeaseGetStartedLandingPageDiv {
    background-image: url('../Images/102617455_s.jpg');
    background-repeat: no-repeat;
    height: 375px;
    margin-top: 75px;
    background-position: left top;
}

.hlrboLandPageBadge {
    background-color: #6E883F !important;
    border-color: #fff !important;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: -30px;
    font-size: 24px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#referralTwoDiv {
    display: none;
}

#referralThreeDiv {
    display: none;
}

#referralTwoImage {
    display: none;
}

#referralThreeImage {
    display: none;
}

.questionsAnsweredDiv {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D8D8D8;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-right: 50px;
    height: 100px;
}

#howMuchHuntingLeaseOverviewDiv {
    background-color: #F8F8F8 !important;
    border-color: #B8B8B8;
}

#huntingLeaseStateValidationContainer {
    display: none;
}

#titleValidationContainer {
    display: none;
}

#notificationValidationContainer {
    display: none;
}

#huntingContentStateContainer {
    border-style: solid;
    border-color: #dddddd;
    border-width: 1px;
    border-radius: 4px;
}

.mapActiveTabs {
    background-color: #ddd !important;
    color: #000 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #A9A9A9 !important;
    border-bottom: none !important;
}

#stateInformationTable {
    display: none;
}

#hlrboListingInformationTable {
    display: none;
}

#hlrboHunterInformationTable {
    display: none;
}

#hlrboPublicLandTable {
    display: none;
}

/*----------------------------------------------------------------------*/
/*                       Admin Announcemnts                             */
/*----------------------------------------------------------------------*/

#announcementHeaderValidationContainer {
    display: none;
}

#paragraphOneTextBoxValidationContainer {
    display: none;
}

#paragraphTwoTextBoxValidationContainer {
    display: none;
}

#announcementLinkValidationContainer {
    display: none;
}

#announcementLinkUrlValidationContainer {
    display: none;
}



/*----------------------------------------------------------------------*/
/*           Matching Profile Container Announcemnts                    */
/*----------------------------------------------------------------------*/

.hlrboAnnouncementContainer {
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding: 8px;
    border-color: whitesmoke;
}

.matchingProfileContainer {
    padding: 15px;
    border-style: solid;
    border-radius: 8px;
    border-color: whitesmoke;
    margin-bottom: 30px;
}

.matchingProfilePercentageContainer {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}

.matchingProfileListingContainer {
    background-color: whitesmoke;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

#descendingMatchContainer {
    display: none;
}

#profileLeaseFinderHintContainer {
    display: none;
}

#profileLeaseAgreeementsContainer {
    padding-top: 15px;
}


.circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border-width: 6px;
    border-color: #6E883F;
    border-style: solid;
    opacity: .85;
}

/*----------------------------------------------------------------------*/
/*           County Information Container                               */
/*----------------------------------------------------------------------*/

.countyInformationTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: auto;
    color: #fff;
    width: 35%;
    max-width: 400px;
    padding: 20px 20px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 68%;
}

.countyInformationTeaserAnnouncementSM {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 400px;
    padding: 20px 20px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 68%;
}

/*----------------------------------------------------------------------*/
/*           Lease Contact information Container                        */
/*----------------------------------------------------------------------*/

.leaseFinderContactTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 125px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 450px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 60%;
}

/*----------------------------------------------------------------------*/
/*           Farm leasing information Container                         */
/*----------------------------------------------------------------------*/

#farmLeaseAcresValidationContainer {
    display: none;
}

#farmLeaseEmailValidationContainer {
    display: none;
}

#farmLeaseLastNameValidationContainer {
    display: none;
}

#farmLeaseFirstNameValidationContainer {
    display: none;
}

#farmLeaseFinderTagLine {
    z-index: 4;
    position: absolute;
    color: #fff;
    margin-left: 50px;
    width: 35%;
    top: 5%;
}

    #farmLeaseFinderTagLine > h1 {
        font-weight: bold;
        font-size: 36px;
    }

.farmLeaseFinderTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 450px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 60%;
}


#farmLeaseCoverImg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 650px;
}

/*----------------------------------------------------------------------*/
/*           Filming Locations information Container                    */
/*----------------------------------------------------------------------*/

#filmingAcresValidationContainer {
    display: none;
}

#filmingEmailValidationContainer {
    display: none;
}

#filmingLastNameValidationContainer {
    display: none;
}

#filmingFirstNameValidationContainer {
    display: none;
}

#filmingTagLine {
    z-index: 4;
    position: absolute;
    bottom: 545px;
    color: #fff;
    margin-left: 50px;
    width: 520px;
}

    #filmingTagLine > h1 {
        font-weight: bold;
        font-size: 36px;
    }

.filmingTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 450px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 65%;
}


#filmingCoverImg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 650px;
}

/*----------------------------------------------------------------------*/
/*                   Subscriptions Container                            */
/*----------------------------------------------------------------------*/


#subscriptionsFirstNameValidationContainer {
    display: none;
}

#subscriptionsLastNameValidationContainer {
    display: none;
}

#subscriptionsEmailValidationContainer {
    display: none;
}

#subscriptionsPasswordValidationContainer {
    display: none;
}

#subscriptionLeaseStateDropDownListErrorContainer {
    display: none;
}

#searchButtonTextBoxContainer {
    display: none;
}

#proxyPhoneContainer{
    display:none;
}

#currentPhoneNumberTextBox{
    display:none;
}

#currentPhoneNumberContainer{
    display:none;
}

#creditCardFormContainer{
    display:none;
}

#silverLevelLbl {
    color: white;
}

#goldLevelLbl {
    color: white;
}

#platinumLevelLbl {
    color: white;
}

/*----------------------------------------------------------------------*/
/*                   Advertising Page                                   */
/*----------------------------------------------------------------------*/
#advertiseTagLine {
    z-index: 4;
    position: absolute;
    color: #fff;
    width: 100%;
    top: 5%;
    padding-right: 50px;
    /*text-align:right;*/
    padding-top: 100px;
    padding-left: 50px;
}

.polaroid {
    padding: 10px 10px 20px 10px;
    border: 1px solid lightgray;
    background-color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
    border-radius:8px;
}

/*----------------------------------------------------------------------*/
/*                   Affiliate Page                                     */
/*----------------------------------------------------------------------*/

.affiliateDashboardContainer {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e9e9e9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e9e9e9;
    padding:0px;
}

.affiliateDashboardContainerRight {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e9e9e9;
}

.affiliateDashboardContainerTop {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e9e9e9;
}
 
#termsValidationContainer {
    display: none;
}

.affiliateContainer {
    border-style: solid;
    border-radius: 4px;
    padding: 15px;
    border-color: #e9e9e9;
    border-width: 1px;
}

.squareGray {
    height: 15px;
    width: 15px;
    background-color: #D3D3D3;
}

.squareGreen {
    height: 15px;
    width: 15px;
    background-color: #6E883F;
}

.dhx-dropable-area {
    background-color: white !important;
    padding-bottom:15px !important;
}

.dhx_button--view_flat.dhx_button--color_primary {
    background-color: #6E883F !important;
}

.affiliateTeaserAnnouncement {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 400px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 70%;
}

.affiliateTeaserAnnouncementSM {
    background-color: #6E883F !important;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: auto;
    color: #FFFFFF;
    width: 35%;
    max-width: 400px;
    padding: 40px 30px;
    margin-top: 0;
    z-index: 4;
    border-radius: 8px;
    margin-left: 70%;
}

.affiliateFont{
    font-size:22px;
}

#affiliateFirstNameErrorContainer{
    display:none;
}

#affiliateLastNameErrorContainer{
    display:none;
}

#affiliateEmailErrorContainer{
    display:none;
}

#affiliatePasswordErrorContainer{
    display:none;
}

#affiliateConfirmPasswordErrorContainer{
    display:none;
}

#affiliateCompanyErrorContainer{
    display:none;
}

#affiliateCompanyWebsiteErrorContainer{
    display:none;
}

#affiliateCompanyPhoneErrorContainer{
    display:none;
}

#affiliateCompanyLogoErrorContainer{
    display:none;
}

#affiliateStateErrorContainer{
    display:none;
}

/*----------------------------------------------------------------------*/
/*                   Landowner Page                                     */
/*----------------------------------------------------------------------*/

.landownerListingContainer{
    padding-bottom:15px;
    border-radius:4px;
    border-style:solid;
    border-color:#e9e9e9;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:15px;
}

/*----------------------------------------------------------------------*/
/*                       Lease Page                                     */
/*----------------------------------------------------------------------*/

#newHuntersContainer{
    display:none;
}

#newHunterFirstNameErrorContainer{
    display:none;
}

#newHunterLastNameErrorContainer{
    display:none;
}

#newHunterEmailAddressErrorContainer{
    display:none;
}

#newHunterPhoneNumberErrorContainer{
    display:none;
}

#newHunterAddressErrorContainer{
    display:none;
}

#newHunterStateErrorContainer{
    display:none;
}

#newHunterCityErrorContainer {
    display: none;
}

#newHunterZipcodeErrorContainer{
    display:none;
}

#leaseContractContainer {
    padding: 30px;
    border-style: solid;
    border-radius: 8px;
    border-color: #eeeeee;
}

.leaseSignatureBorderBox {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-style: solid;
    padding-top: 7px;
    padding-left: 10px;
    border-color: red;
    border-right-style: none;
    width:350px;
}

#transitionLandownerSignatureContainer{
    display:none;
}

#transitionPaymentRequestContainer{
    display:none;
}

#paymentReqeustDialog{
    display:none;
}

#paymentRequestSendErrorContainer{
    display:none;
}

#leasePriceErrorContainer{
    display:none;
    width:200px;
}

#leasePaymentDueDateErrorContainer{
    display:none;
    width:300px;
}

#huntingPartyMembersContainer{
    display:none;
}

#nameOnCardContainer{
    display:none;
}


/* --- Added responsive fixes for navbar --- */
.navbar .d-flex {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav .nav-item {
        width: 100%;
    }
    .navbar-nav .nav-link {
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    .dropdown-menu {
        position: static !important;
        float: none;
    }
    .brand-logo-header {
        width: 150px;
        height: auto;
    }
}

/* Favorite icon: light olive green circle, solid dark green heart (matches hot-action) */
.card-fav-icon {
    background: #E2E7D9 !important;
    color: #252323 !important;
    opacity: 1 !important;
}

/* Remove gray focus/active highlight from header nav dropdown toggles */
.hlrbo-header-main .nav-link:focus,
.hlrbo-header-main .nav-link:active {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: white !important;
}

/* Unfavorited heart: no fill, just outline (без кольору) */
.card-fav-icon .search-fav-outline,
.card-fav-icon .search-fav-outline path {
    fill: none !important;
    stroke: #9E9E9E !important;
    stroke-width: 1.5px !important;
    stroke-linejoin: round !important;
}

/* Filled favorite heart: solid dark green */
.card-fav-icon .search-fav-filled,
.card-fav-icon .search-fav-filled path {
    fill: #6E883F !important;
    fill-opacity: 1 !important;
    stroke: none !important;
}

/* Listing detail: unfavorited heart - no fill, just outline (без кольору) */
.hot-action #notMarkedAsFavorite path,
.hot-action [id^="notMarkedAsFavorite"] path {
    fill: none !important;
    stroke: #9E9E9E !important;
    stroke-width: 1.5px !important;
    stroke-linejoin: round !important;
}

/* Success/Info modal styling (e.g. "Your reservation has been cancelled successfully") */
#informationModal .modal-content,
#confirmModal .modal-content {
    border-radius: 8px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

#informationModal .modal-header,
#confirmModal .modal-header {
    background-color: #31420E !important;
    color: #ffffff !important;
    padding: 16px 20px !important;
    border-bottom: none !important;
}

#informationModal .modal-header .modal-title,
#confirmModal .modal-header .modal-title {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: #ffffff !important;
}

#informationModal .modal-header .btn-close,
#confirmModal .modal-header .btn-close {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

#informationModal .modal-body,
#confirmModal .modal-body {
    background-color: #F5F5F5 !important;
    color: #2C2C2C !important;
    padding: 20px !important;
}

#informationModal .modal-body .text-muted,
#informationModal .modal-body p,
#confirmModal .modal-body .text-muted,
#confirmModal .modal-body p {
    color: #2C2C2C !important;
}

#informationModal .modal-footer,
#confirmModal .modal-footer {
    background-color: #F5F5F5 !important;
    border-top: none !important;
    padding: 16px 20px !important;
}

#informationModal .modal-footer {
    justify-content: flex-end !important;
}

#informationModal .modal-footer .btn-primary,
#confirmModal .modal-footer .btn-primary {
    background-color: #31420E !important;
    border-color: #31420E !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 8px 24px !important;
    border-radius: 6px !important;
}

#informationModal .modal-footer .btn-primary:hover,
#confirmModal .modal-footer .btn-primary:hover {
    background-color: #3d5010 !important;
    border-color: #3d5010 !important;
    color: #ffffff !important;
}

#confirmModal .modal-footer .btn-secondary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
}

/* ═══════════════════════════════════════════════
   HLRBO Shared Modal (reusable across pages)
   ═══════════════════════════════════════════════ */
.hlrbo-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 10000 !important;
    background: rgba(0,0,0,0.45) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    animation: hlrboFadeIn 0.15s ease;
}

.hlrbo-modal-overlay.active {
    display: flex !important;
}

@keyframes hlrboFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.hlrbo-modal {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 36px 32px 32px !important;
    max-width: 420px !important;
    width: 90% !important;
    text-align: center !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2) !important;
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    animation: hlrboModalIn 0.2s ease;
    border: none !important;
    color: #252323 !important;
    overflow: hidden !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
}

@keyframes hlrboModalIn {
    from { opacity: 0; transform: scale(0.95) translateY(8px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

.hlrbo-modal-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.hlrbo-modal-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #252323 !important;
    margin: 0 0 10px !important;
    line-height: 1.3 !important;
}

.hlrbo-modal-text {
    font-size: 14px !important;
    color: #666666 !important;
    margin: 0 0 16px !important;
    line-height: 1.6 !important;
}

.hlrbo-modal-list {
    text-align: left !important;
    font-size: 14px !important;
    color: #1A1A1A !important;
    margin: 0 0 28px !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    line-height: 1.9 !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    list-style-position: outside !important;
}

/* Stacked buttons (single action) */
.hlrbo-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Side-by-side buttons (matches admin dialog pattern) */
.hlrbo-modal-actions-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 4px;
}

.btn-hlrbo-modal-primary {
    display: inline-block !important;
    padding: 12px 28px !important;
    background: #6E883F !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: inherit !important;
    transition: background 0.15s;
    line-height: 1.4 !important;
    min-width: 120px;
}

.btn-hlrbo-modal-primary:hover {
    background: #5c7433 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.btn-hlrbo-modal-secondary {
    display: inline-block !important;
    padding: 12px 28px !important;
    background: #F2F2EE !important;
    color: #252323 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-family: inherit !important;
    transition: background 0.15s, color 0.15s;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1.4 !important;
    min-width: 120px;
}

.btn-hlrbo-modal-secondary:hover {
    background: #E8E8E2 !important;
    color: #252323 !important;
}

/* Danger variant (for delete confirmations) */
.btn-hlrbo-modal-danger {
    display: inline-block !important;
    padding: 12px 28px !important;
    background: #A63D40 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    font-family: inherit !important;
    transition: background 0.15s;
    line-height: 1.4 !important;
    min-width: 120px;
}

.btn-hlrbo-modal-danger:hover {
    background: #8C3335 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
