body {font-family: Arial;}
.header-inner.menu-sticky.stuck.sticky, .header-inner.menu-sticky.stuck, .menu-area .navbar ul li ul.sub-menu li a , .menu-sticky{
    z-index: 9999;
}
.tab {
    overflow: hidden;
    border: 1px solid #cccccc14;
    background-color: #f1f1f1;
    border-radius: 8px 8px 0px 0px;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
button.tabLinks {
    width: 33.33%;
    padding: 1%;
    color: #d11b0a;
}
.tab button.active {
    background-color: #000;
    font-weight: bold;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 38px 40px;
    border: 1px solid #cccccc3b;
    border-top: none;
}
.tabMetric {
    overflow: hidden;
    border: 1px solid #cccccc14;
}
.tabMetric button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
button.tabLinkMetric {
    width: 20%;
    padding: 1%;
    color: #000;
}
.tabMetric button:hover {
    border-bottom: 2px solid red;
}
.tabMetric button.active {
    font-weight: bold;
    border-bottom: 2px solid red;
}
.tabContentMetric {
    display: none; 
}
.tabContentBox {
    padding: 20px 40px;
    margin-top: 40px;
    border-top: none;
    box-shadow: #ddd 0px 3px 8px;;
    border-radius: 8px;
    /* height: 28em; */
}
select#metroselectone {
    height: calc(2.25rem + 11px);
    outline: none;
    font: inherit;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
}
select#metroselectone option {
    background: #fff !important;
    text-align: left;
    font-size: 14px
}
select#metroselectone option:hover, select#metroselectone option:active,select#metroselectone option:focus{
    background: #fff !important;
    color: #000;
    /* line-height: .5em; */
}
.dropdown-menu > .active > a{background:#fff; color: #000}
button.multiselect.dropdown-toggle.btn.btn-default {
    width: calc(30.25rem + 10px);
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}
ul.multiselect-container.dropdown-menu.show {
    min-width: 94%;
    max-height: 30em; 
    overflow-y: auto;
}
.clearfix.row{
    margin-bottom: 20px;
}
.dropdown-toggle::after {
    display: none;
}
.content-section {
    width: 100%;
    min-height: 20em;
    display: block;
    position: relative;
}
#metro-loader-sec, #salesVolume-loader-sec, #salesPrice-loader-sec, #pricePerSqft-loader-sec, #monthSupply-loader-sec, #inventorySale-loader-sec, #compare-loader-sec{
    width: 100%;
    z-index: 999;
    background: #ffffffbd;
    height: 100%;
    position: absolute;
}.panel {
    border-color: #dee2e6 !important;
}
.panel-heading {
    color: #565758 !important;
    background-color: #dee2e6 !important;
    border-color: #dee2e6 !important;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #cf2027;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 99;
    top: 50%;
    position: absolute;
    right: 50%  ;
}   
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}   
/* Month Slider Range */

input[type="text"].range-label {
    border: none;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    padding: 7px;
}
div.range-slider {
    border-radius: 5px;
    height: 10px;
    margin-top: 20px;
}div#metro-range {
    margin-top: 2px;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50px;
    background: #cf2027;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #cf2027;
}
.checkbox-inline {
    padding-left: 22px;
    margin-bottom: 0.8em;
    margin-left: 10px;
    min-width: 144px;
    font-size: 14px;
}
input.detail {
    width: 24%;
    margin: 0px;
    font-size: 12px;
    padding: 7px;
    height: 26px;
}
.cmpContentBox{
    visibility:hidden;
    height: 0;
    padding: 0;
    margin-top: 0;
}
.cmpContentBox.activeCmp{
    visibility: visible;
    height: auto;
    padding: 20px 40px;
    margin-top: 40px;
    border-top: none;
    box-shadow: #ddd 0px 3px 8px;
    border-radius: 8px;
}
#salesVolume-graphSec, #salesPrice-graphSec, #pricePerSqft-graphSec, #monthSupply-graphSec , #inventorySale-graphSec, .activeCmp#SoldCountLatestMonth-section, .activeCmp#MedianSoldPrice-section, .activeCmp#MedianSoldPricePerSqft-section, .activeCmp#MonthsOfSupply-section, .activeCmp#ForSaleCount-section {
    max-height: 28em;
}

#salesVolume-lineChart, #salesPrice-lineChart, #pricePerSqft-lineChart, #monthSupply-lineChart , #inventorySale-lineChart,.activeCmp #SoldCountLatestMonth-lineChart, .activeCmp #MedianSoldPrice-lineChart, .activeCmp #MedianSoldPricePerSqft-lineChart, .activeCmp #MonthsOfSupply-lineChart, .activeCmp #ForSaleCount-lineChart {
    max-height: 20em;
}
#MedianSoldPrice-barChart,#SoldCountLatestMonth-barChart,#MedianSoldPricePerSqft-barChart,#MonthsOfSupply-barChart, #ForSaleCount-barChart{
    max-height: 22em;
}
/* For Desktop View */
@media screen and (min-width: 1224px) {
   
}
 
/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1224px) {
    .btn-group,button.multiselect.dropdown-toggle.btn.btn-default {
        width: 100%;
    }
    ul.multiselect-container.dropdown-menu.show {
        min-width: 100%;
    }
    .checkbox-inline{
        font-size: 12px;
    }
    button.tabLinkMetric{
        font-size: 14px;
    }button.tabLinks{
        font-size: 15px;
    }
}
 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .btn-group {
        width: 100%;
    }
    button.multiselect.dropdown-toggle.btn.btn-default {
        width: calc(100%);
    }
    ul.multiselect-container.dropdown-menu.show {
        min-width: 100%;
    }
    button.tabLinkMetric {
        width: 100%;
        font-size: 14px;
    }
    .tabcontent {
        padding: 2%;
    }
    input[type="text"].range-label {
        font-size: 10px;
        padding: 0px;
    }
    label.checkbox-inline {
        padding: 0% 9%;
        margin-bottom: 0;
        font-size: 12px;
        float: left;
        width: 46%;
    }
    .tabContentBox, .cmpContentBox.activeCmp {
        padding: 0;
        margin: 2% 0;
    }
    /* .tabContentBox {height: 24em;} */
    .activeCmp #SoldCountLatestMonth-lineChart, .activeCmp #MedianSoldPrice-lineChart, .activeCmp #MedianSoldPricePerSqft-lineChart, .activeCmp #MonthsOfSupply-lineChart, .activeCmp #ForSaleCount-lineChart {
        max-height: 18em;
    }
    
    h3 {
        font-size: 14px;
        padding: 4px;
        margin: 2px;
    }
    @keyframes chartfix {
        
        0% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
        50% {
            transform: scale(1.01);
            -webkit-transform: scale(1.01);
        }
        100% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
    }

    #SoldCountLatestMonth-barChart, #salesVolume-lineChart {
        animation-delay: 3s;
        -webkit-animation-delay: 3s;
        animation: chartfix 5s;
        -webkit-animation: chartfix 5s;
    }
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    button.multiselect.dropdown-toggle.btn.btn-default {
        width: calc(26.25rem);
    }
    
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    
}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    
}
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    
}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px)  and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
   
};
  
@media (max-width: 1199.98px){
    ul.multiselect-container.dropdown-menu.show{
        max-height: 275px !important;
        overflow-y: auto;
    }
}