﻿/*START General Page CSS*/
html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
   
}

.esri-popup__content a[href],
a {
    color: #004C8F;
    text-decoration: underline;
}

.esri-popup__button {
    color: black;
}

#titleDiv {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #f8f8f8;
    background: #464646;
    z-index: 1;
}

#title {
    margin: 15px;
    font-size: 20px;
    overflow: hidden;
}
/*END General Page CSS*/

/*START Popup CSS*/
.btn-confirm {
    width: 100%
}
/*END popup CSS*/

/*START Search widget CSS*/
.esri-search {
    width: 400px;

    top: 20px;
    left: 80px;
}
/*END Search widget CSS*/



/*START Right hand Menu CSS*/
#calfresh-offices {
   width: 300px;
   max-height: 500px;
   background-color: white;
   padding: 20px;
   overflow-y: auto;
}

.calfresh-office-expanded {
    overflow: auto;
    background-color: white;
    padding: 20px;
}

.calfresh-office-collapsed {
    overflow: auto;
    background-color: white;
    padding: 20px;
}

.calfresh_office {
    padding: 10px;
    color:black;
}

/*.calfresh_office:hover, .calfresh_office:active {
    border:2px dotted #00b2f6;
}

.calfresh_office:hover {
    background-color: #00b2f6;
}*/

.fixedHeightScroll {
    width:100%;
    height:100%;
    overflow-y:scroll;
    padding-right: 40px;
    padding-top:30px;
    box-sizing: content-box;
}

#information-wrapper {
    padding: 25px 25px 25px 25px;
    visibility: visible;
 
    position: fixed;
    top:0;
    left:0;
    display: inline-block;
    
    
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    
    width: 100vw !important;
    height: 100vh !important;
    overflow: scroll !important;

   
    
}

#information-confirm-btn {
    margin-bottom: 30px;
}

#show-information {
    color: white;
}

 ol > li > ol {
    list-style:lower-alpha;
}

.screenReader {
    visibility:hidden;
}

.infoButtonStyles {

}

.infoButtonStyles:active   {
    /*border: 2px solid #00b2f6;*/
    padding:1px;
}

.infoButtonStyles:hover {
    cursor:pointer;
}


.officeListWrapper {
    background:white;
    color: black;
    max-height: 560px;
}
.listTitle {
    padding: 25px 15px 0 0px;
    margin-bottom:25px;
    
}


@media only screen and (max-width: 540px) {
    .esri-search{
        width:200px;
    }

    .navbar-brand {
        font-size:1em;
    }
}

/*END Right hand Menu CSS*/


