﻿body {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #696969;
    font-size: 12px;
}

.rightPanel {
    margin-top:10px;
    padding-left:5px;
}

.moreInfoLink{
    margin:3px;
}

.attrColTD {
    width:120px;
    vertical-align:text-top;
    font-weight:600;
}


#headerDiv {
    width: 100%;
    height: 52px;
    background-color: #751800;
    color: #ffffff;
}

.headerSubTitle{
    margin-top:3px;
    margin-left: 10px;
}

#mapTitle{
    font-size:1.4em;
    font-weight:600;
    margin-left:10px;
    padding-top:10px;
}
#search {
   position: absolute;
    top: 20px;
    left: 20px;
    z-index: 51;
}

#mapToolDiv {
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 50;
    padding-right: 30px;
    float: left;
    cursor: pointer;
}

#navToolBar {
    position: absolute;
    padding-bottom: 30px;
    width: 30px;
   /* top: 115px;*/
    top: 70px;
    left: 20px;
    z-index: 50;
    cursor: pointer;
}

#legendDiv {
    position: absolute;
    height: 180px;
    width: 180px;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    background-color: #f8f8ff;
    opacity: .9;
    outline-style: solid;
    outline-color: #696969;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    flex-direction: column;
    font-size: 1.2em;
}
.legendTitle{
    width:100%;
    text-align:center;
    margin-top:10px;
    opacity:1;
    font-size:1.4em;
    margin-bottom:20px;
}

.headerLogo {
    display: flex;
    float: left;
    flex-direction: row;
    justify-content: flex-start;
}

.socialIcons {
    display: flex;
    float: right;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.icon{
    padding:3px;
}

/*.navTools {
    position: absolute;
    padding-bottom: 30px;
    width: 30px;
    top: 10px;
    left: 10px;
    z-index: 99;
    cursor: pointer;
}*/

.h1{
    font-size:14px;
    padding-top:5px;
}

.search{
    width:350px;
    margin:3px
}

.rightContent{
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
}

.censusAttr {
    font-size: 11px;
    font-style: italic;
}

.options-link {
    width: 16px;
    height: 16px;
    background: transparent url("../../images/three-dots.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin: 2px 0 0 3px;
}

.info-link {
    width: 16px;
    height: 16px;
    background: transparent url("../../images/question-16_16.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin-left:3px;
    margin-right:4px;
}

.disclaimer-link {
    width: 16px;
    height: 16px;
    background: transparent url("../../images/info-16_16.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 4px;
}

.k-treeview .k-in.k-state-hover,
.k-treeview .k-in.k-state-focused,
.k-treeview .k-in.k-state-selected {
    border-color: transparent;
    background-color: transparent;
}

#BasemapToggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 90;
}

/*.playerDivFullScreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 9999;
    font-size: 60px;
    text-align: center;
    padding-top: calc((100vh / 2) - 145px);
    color: #fff;
}

.h2 {
    margin-left: 3px;
    margin-top: 10px;
    text-decoration:underline;
    font-weight: 600;
    display: block;
    font-size: 13px;
}

.h3 {
    font-style: italic;
    margin-left:3px;
    margin-top:5px;
    margin-bottom:6px;
    display: block;
}

.h4 {
    margin-left: 3px;
    margin-top: 10px;
    display: block;
}

.link1 {
    margin-left: 3px;
    color: #007cc0;
    display: block;
    cursor: pointer;
    font-weight: 600;
}

.close {
    position:absolute;
    top:5px;
    right:5px;
    width: 24px;
    cursor:pointer;   
}

.insTxt{
    font-style:italic;
    font-size:11px;
}

.dijitDialog {
    background-color: white;
}

.fieldlist {    
    padding: 0;
    margin-top:10px;
    margin-left:10px;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: .7em;
    }

.toolHeading{
    font-size:1.5em;
    margin:5px;
}

#resultsGrid{
    font-size:0.9em;
}

.resultBtnsDiv {
    margin-top: 5px;
    float: right;
}

.attrInput{
    margin-top:5px;
}

.recNum {
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 30px;
    color: #ffffff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 14px;
   /* background-color: #4f4380;*/
}

.legendIcon {
    float: left;
    margin-left:10px;
    margin-right:10px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 9px;
 opacity:1;
}

.recHeaderInfo {
    float: left;
    margin: 10px 0 10px 0;
    width: calc(100% - 110px);
    min-width: 190px;
    height: 39px;
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recProximity {
    float: left;
    width: 100%;
    height: auto;
    min-height: 59px;
    border-bottom: 1px solid #afafaf;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    line-height: 20px;
    color: #6e6e6e;
    background-image: url('../images/more.png');
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.recOpened {
    background: none;
    background-position: right center;
    background-color: #e6e6e6;
}

.recHeader {
    float: left;
    width: 100%;
    height: 59px;
    cursor: pointer;
}

.recBody {
    float: left;
    width: 100%;
    overflow: visible;
    background-color: white;
}

.recDetails {
    float: left;
    width: 100%;
}

.headerLeft {
    display: flex;
    float: left;
    flex-direction: row;
    justify-content: flex-start;
}

.headerRight {
    display: flex;
    float: right;
    flex-direction: row;
    justify-content: flex-end;
    padding:2px;
}

#legendItems{
    opacity:1;
    flex-direction:column;
}

.filterHeading {
    width: 390px;
    border-bottom: 1px solid black;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 10px;
}

.filterTitleRight {
    display: flex;
    float: right;
    flex-direction: row;
    /*justify-content: flex-end;*/
    align-items: center;
    font-size: .85em;
}

.filterClearLinkBtn {
    cursor: pointer;
    color: cornflowerblue;
    font-size: .9em;
    margin-right:5px;
}

.filterCheckbox {
    display: flex;
    justify-content: flex-start;
    height: 20px;
    margin: 2px;
}

.checkboxLabel {
    margin-left: 3px;
    margin-top: 3px;
}

.panel-icon{
    cursor:pointer;
}

#infoContent {
    overflow-y: scroll;
}

.relatedProj {
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
    color: -webkit-link;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress {
    width: 100%;
    background-color: #ddd;
}

.completion {
    height: 30px;
    background-color: #751800;
    text-align: center;
}

.completionLabel {
    display: inline-block;
  margin-top:5px;
    color: #ffffff;
}

