﻿a {
    color:navy;
}

h5 {
    font-size:1.1em;
}

#jt {
    font-size:1.2em;
    line-height:1.5;
    width:100%;
    padding:5px 10px 10px 20px;

}

#wrapper {
    min-height:887px;
}

#radioDiv {
    min-width:550px;
}


.controlLabel  {
     font-size:1.4em;     
     font-weight:bold;
     padding:5px 10px 0 10px;
     white-space:nowrap;
}


.reportType {    
    font-size:1.1em;
    font-weight:bold;
    line-height:1;
    margin:0 0 0 0;
    display:block;
    white-space:nowrap;
}

#sector {
    font-size:1.2em;
}

#cluster {
    font-size:1.2em;
}

#fldReportType {
    line-height:1.2;
}

#grid {
    padding:0 0 0 0;
    margin-bottom:0;   
}

#sliderDiv {
    padding:10px 0 20px 15px;
}

.k-grouping-header {
    width:100%;
}

#explanationLink {
    display: none; 
    color: navy;
    font-size:1.1em;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

#explanationDiv {
       display: none;
       padding:15px 0 0 0;
}

#SectorDropDown,
#RegionDropDown,
#BaseDropDown,
#EndDropDown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 0.75em center/1em;
    padding-right: 2.5em;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 120px;
    cursor: pointer;
}

