﻿body {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #696969;
    font-size: 12px;
}

#map {
    overflow: hidden;
}

.headerLogo {   
    display: flex;
    float: left;
    flex-direction: row;
    justify-content: flex-start;
    height:30px;
}

.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;
}

.censusAttr{
   font-size:11px;
   font-style:italic;
}

.h1{
    font-size:14px;
    padding-top:5px;
}

.search{
    width:350px;
    margin:3px
}

.rightContent{
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
}

.legendDiv {
    display: flex;
}

.legend-swatch {
    margin-right: 5px;
}

.legendItem {
    font-size: smaller;
}

.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: 2px 0 0 3px;
}

.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;
}

