.cross-browser-select {
    /* cross-browser friendly style for select*/
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    background-image: url('/images/icons/select-arrow.png') !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    outline: none !important;
    padding-left: 4px !important;
    cursor: pointer !important;
}

.affix-top {
    position: relative !important;
}

.search-controls {
    background-color: #e6e7e8;
    padding: 20px;
    margin: auto;
    /*width: 80% !important;*/
}

.container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.marketInsightComponent {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}

.demandCalculatorResults {
    position: relative;
    clear: both;
}

.marketInsightComponentSpacing {
    position: relative;
    clear: both;
    margin-top: -40px !important;
    margin-bottom: 40px;
}

.atAGlanceSection {
    height: 291px;
}

.graphSection {
    height: 521px;
}

.heatMapSection {
    height: 460px;
}

.signup {
    background-color: #ec008c;
    font-size: 30px;
    padding: 17px 15px;
    padding: 30px;
}

.txtWhiteHalf {
    color: #ffffff;
}

.txtPrplHalf {
    color: #401663;
}

.signupButton {
    background-color: #401663;
    color: #ffffff !important;
    font-weight: bold !important;
    display: inline-block;
    padding: 12px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.reviewDetailOuterContainer {
    padding-top: 30px;
}

.dropDownBoxes {
    padding-top: 10px;
}

.firstGlanceStatsSet {
    padding-top: 30px;
}

.atAGlanceDynamicItm {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}

.atAGlanceHeadings {
    font-weight: bold;
    /*text-align: center;*/
    width: 100%;
}

.atAGlanceText {
    /*text-align: center;*/
    width: 100%;
}

.dropDownBoxContainer {
    width: 100%;
    border: 2px solid #401663;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.atAGlanceSelectDropDown {
    border: none;
    outline: none !important;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: menulist;
    color: #401663;
}

.pinkColour {
    color: #ec008c;
}

.atAGlanceInfoIcon {
    float: right;
}

.greyFullWidthBg {
    background-color: #E6E7E8;
}

@media (max-width: 1200px) {
    .demandCalculatorResults {
        margin-top: 70px !important;
    }

    .marketInsightComponentSpacing {
        margin-top: -44px !important;
    }
}

@media (max-width: 993px) {
    .demandCalculatorResults {
        margin-top: 220px !important;
    }

    .marketInsightComponentSpacing {
        margin-top: -54px !important;
    }
}

@media (max-width: 992px) {
    .graphSection {
        background-color: transparent !important;
    }

    .search-controls {
        margin-top: 10px !important;
    }

    .alignmentSpacing {
        margin-left: 0px !important;
    }
}

@media (max-width: 991px) {
    .marketInsightComponentSpacing {
        margin-top: -40px !important;
    }

    .greyFullWidthBg {
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    .search-controls {
        margin-top: 25px !important;
    }
}

@media (max-height: 824px) and (max-width:415px) {
    .signup, .search-controls {
        /*margin-left: -15px !important;*/
        width: 415px;
    }
}

@media (max-height: 824px) and (max-width:414px) {
    .signup, .search-controls {
        width: 415px;
    }
}

@media (max-height: 824px) and (max-width:376px) {
    .signup, .search-controls {
        width: 377px;
    }
}

@media (max-height: 824px) and (max-width:361px) {
    .signup, .search-controls {
        width: 361px;
    }
}

@media (max-height: 824px) and (max-width:321px) {
    .signup, .search-controls {
        width: 322px;
    }
}