body {
    font-family:BentonSansRegular;
    color:#4e4946;
    font-size:13px;
    line-height:30px;
    overflow-x:hidden;
}

#iActivity {
 padding: 20px 10px 10px 10px;
background: #777;
margin-bottom: 10px;
color: white;
margin: -20px -20px 10px -20px;
text-align: center;
}

#branding-bar .wrapper,
#footer .wrapper {
     max-width: 1564px !important; 
}


.modal {
    z-index:3000;
}

   .activityInfo:hover {
    color:#00594c;
}

.modal-body > div {
    padding-left:5px
}
.modal-body > div:hover {
    background-color:#eee;
    cursor: pointer;
}

#shareBody {
    height: 200px;
}

.legItem {
    text-indent: -23px;
    padding-left: 23px;
    line-height: 15px;
}

.legBubble {
    padding-left: 2px;
    line-height: 15px;
}

select {
    height: 30px;
    width: 100%;
}

.icon{
text-align: center;
padding-right: 5px;
}



#legendIndContent {
    line-height: 15px; margin-top: 15px; margin-bottom: 5px;
}  
#selIndDispLabel {
    margin-top: 10px;
    font-size: 10px;
}

#filterInformation {
    display: none;
    font-size: 12px;
    color: #5ba995;
    line-height: 12px;
    margin-bottom: 5px;
}


#mappingHeader {
    background:white;
    height:90px;
    z-index:1000;
    position: relative;
    width: 100%;
    left:0;
    bottom: 100%;
    top: 0;
}
button {
    text-align: left;
}


div .selected {
    background-color: lightgray;
}

.mapHeaderCell {
    height:70px;
    margin:5px 0;
    border-right:2px solid #eee;
}

#shareTitle {
    font-family: BentonSansRegular;
    color: #838383;
    font-size: medium;
}

.shareButton {
    background-color: #B0B0B0;
    border: 0px!important;
    color: white;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

#cUrl {
    color: rgb(138,202,177);
    background-color: transparent;
    display: inline-flex;
    border-color: #B0B0B0 !important;
    border-width: 1px!important;
    border-style:solid!important;
    padding: 2px;
    float: right;
}

.mapHeaderCell select, .mapHeaderCell button {
    border-color:#ddd;
    border-style:solid;
    background-color:white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:0px 7px;
    width:200px;
    box-shadow:0 3px 8px #ddd;
    cursor:pointer;
}

#embedUrlButton {
    position: absolute;
    top:200px;
}

#faLabel {
    float:left;
    color:#007a6a;
    cursor:pointer;
}

#faLabel div {
    float:left;
}

#embedUrlText {
    width: 70%;
    display: inline-flex;
}

#vulnRelated {
    display: none;
}

#vulnTitle {
    width: 50%;
}

.mapButton {
    background-color: white;
    z-index: 500;
    border-radius:4px;
    width: 100px;
    right: 20px;
    outline: none;
    border: 0;
    box-shadow: 0 0 16px #999;
    width: 200px;
    text-align: center;
}

#filtersPresent {
    position: absolute;
    top:240px;
}

#mapAndRightPanel {
    position:relative;
    left:0;
    width:100%;
    height:100%;
}

#rightPanel {
    position: absolute;
    width: 200px;
    right: 20px;
    margin-top: 70px;
    padding: 20px;
    z-index: 500;
    background: white;
    box-shadow: 0 0 16px #999;
    max-height: calc(75% - 200px);
    overflow-y:  auto;
}


#cbListFilter {
    width: 375px;
    height: 200px;
    overflow-y: scroll;
    display: none;
}

.modal-dialog{
    width: 400px;
    height: 250px;
}

#faFilterChoice {
    display: none;
    padding-top: 10px;
}


#faDates {
    display: none;
}
#faDateButton {
    display: none;
    margin-top:20px;
}

#filterSelectButton, #filterClearButton {
    display: none;
    margin-top:20px;
}

.idTitle {
    color: black;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Bentonsansbold;
}

.idTitle :not(div:first-of-type) {
    margin-top: 20px;
}

.idHeader {
    margin: 10px 0px 2px;
    text-decoration: none;
}

.activityInfo {
    color: #007a6a;
}

.leaflet-popup-content-wrapper {
    max-height: 300px;
    overflow-y: auto;
    opacity: .90;
}

#searchFilter {
    display: none;
}
#searchFilter:hover {
    background-color: white;
}
#cbListFilter:hover {
    background-color: white;
}

#clearSearchText {
    font-weight: 700;
    padding-left: 5px;
    cursor: pointer;
}




#pullDownSelectionWrapper {
    background:white;
    width:50px;
    height:50px;
    border-radius:25px;
    cursor: pointer;
    text-align:center;
    margin-left:2%;
    margin-top: 150px;
    box-shadow:0 0 16px rgba(0,0,0,.2);
    display:none;
    background-image: url(../img/Down-Arrow.png);
    background-position:center;
    background-repeat:no-repeat;
    transition:all .5s ease-out;
}

@media (min-width: 992px) { 
    #mappingHeader {
        top:0!important;
    }
    #rightPanel {
        top: 110px;
    }
    #vMD {
        display: block;
    }
}

@media (max-width: 991.98px) {
    #embedUrlButton {
    position: static;
}

    .leaflet-left {
        display: none;
    }

    #vMD {
        display: none;
    }


    #filtersPresent {
    position: static;
}

    #mappingHeader {
        top:-600px;
        z-index: 1001;
        background-color: white;
        width:30%;
       transition:all .5s ease-out;
    }
    #mapHeaderRow {
        background-color:white;
    }
    .mapHeaderCell {
        border-right:none;
        border-bottom:2px dotted #ddd;
        background-color: white;
        margin:0px;
        padding-top:5px;
        padding-bottom: 80px;
    }

     #mappingHeader {
       width: auto;
      z-index: 2000;
      bottom: 110%;
       position: relative;
    }


    #mapAndRightPanel {
        top:0;
    }
    #embedUrlButton {
        top:10px;
        padding:10px;
    }
    #filtersPresent {
        top:10px;
        padding:10px;
    }
    #rightPanel {
        top: 0px;
        right: 0px;
        z-index:900;
        max-height: 90px;
        cursor: pointer;
        padding: 10px;
        position: absolute;
         margin-top:0
    }

    
    #pullDownSelectionWrapper {
        display:block;
        z-index:5000;
    }

    #pullDownSelectionWrapper.rotate {
        transform:rotate(180deg);
    }

    .mapButton {
        width: 100%;
    }

    .mapHeaderCell {
    padding-bottom: 80px;
}

       .modal-dialog {
    width: 95%;
    height: 250px;
    z-index: 50000!important;
}
        .modal-content {
        z-index: 50000!important;
    }
    
}
@media (max-width: 480px) {
    #mappingHeader {
        top:-600px;
        z-index: 1001;
        background-color: white;
        width:100%;
       transition:all .5s ease-out;
    }

      #pullDownSelectionWrapper {
        display:block;
        z-index:5000!important;
    }

      .modal-dialog {
    width: 95%;
    height: 250px;
    z-index: 50000!important;
}

    .modal-content {
        z-index: 50000!important;
    }
}
