html,
body {
    margin: 0px;
    overflow: hidden;
}

.claro .dijitDialogTitleBar {
    background-color: #a0a1a2;
}

#mapView {
    height: 100%;
    width: calc(100% - 225px);
    margin: 0;
    padding: 0;
    /* height: 300px; */
    /* width: 800px; */
    /* right: 0px; */
    /* left: 0px; */
    position: absolute;
    right: 0px;
}

.navbar {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 57px;
}

.navbarContent {
    letter-spacing: 4px;
    color: #7a2426 !important;
    background-color: #edf2f6 !important;
    padding: 0px 16px 2pt !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    overflow: hidden;
    height: 46px;
}

.subtitle {
    font-size: 8pt;
    font-style: italic;
    /* float: right; */
    /* margin-right: 25px; */
    padding: 0px 16px;
    color: #545454;
    letter-spacing: 1pt;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

*/ .navbarContent:before,
.navbarContent:after {
    content: "";
    display: table;
    clear: both;
}

.navbarButton {
    padding: 10px 16px 3pt;
    font-size: 17pt;
    /* float: left; */
    width: auto;
    border: none;
    outline: none;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    display: inline-block;
    outline: 0;
    /* padding: 8px 16px 2px; */
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #7a2426 !important;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    /* white-space: nowrap;
    letter-spacing: 4pt;font-size: 18pt; */
}

#content {
    top: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#leftPanel {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 225px;
    float: left;
    background-color: lightgray;
    /* color: ; */
}

#lowerRight {
    background-color: white;
    height: 200px;
    /* width: 250px; */
    position: absolute;
    bottom: 16px;
    right: 0px;
    opacity: .9;
    cursor: pointer;
}

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

#BuildingPicker {
    position: absolute;
    top: 28px;
    right: 19px;
    z-index: 999;
    width: 175px;
    display: none;
}

#BasemapPicker {
    position: absolute;
    top: 25px;
    right: 19px;
    z-index: 999;
}

#DistancePicker {
    position: absolute;
    top: 17px;
    left: 57px;
}

.floorsContainer {
    position: absolute;
    top: 50px;
    right: 20px;
}

.titleButton.maximize {
    display: none;
}

.floorSelector,
.distanceOption {
    cursor: pointer;
    text-align: center;
    border: 1px solid #57585A;
    background-color: #FFF;
    color: #6e6e6e;
    width: 30px;
    height: 30px;
    /* border-bottom-width: 0; */
    line-height: 30px;
    font-size: 17px;
    font-family: verdana, helvetica;
    margin-top: -1px;
}

.distanceOption {
    width: 85px;
    color: #6e6e6e;
    border: 1px solid #d3d3d3;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.distanceOption:hover,
.floorSelector:hover {
    background-color: #eee;
}

.distanceOption.active,
.floorSelector.active {
    background-color: #cec2c2;
    font-weight: bold;
}

.basement {
    border-bottom-width: 1px;
}

.loading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* display: none; */
    z-index: 9999999;
    height: 30px;
}

.legendPanel {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: white;
    width: 200px
}

#topBar {
    position: absolute;
    top: 16px;
    left: 150px;
}

.action-button {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #6e6e6e;
    height: 28px;
    width: 32px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    background: white;
}

.action-button:hover,
.action-button:focus {
    background: #0079c1;
    color: #e4e4e4;
}

#listContainer {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: .25px ridge lightgrey;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #ccc;
}


/* Style the accordion panel. Note: hidden by default */

.groupContainer {
    padding: 0 5px 0 10px;
    /* background-color: white; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.listItem {
    width: 100%;
    padding: 3px 0px 3px 3px;
    border-bottom: 1px solid white;
    font-size: 10pt;
    cursor: pointer;
}

.listItem:hover {
    background-color: #ccc;
}

.floorHeader {
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    cursor: default;
    font-style: italic;
    border-bottom: 0px;
    background-color: #b5b5b5;
}

.floorHeader:hover {
    background-color: inherit !important;
}

.listItem img {
    height: 14px;
    float: right;
    margin: 0px 2px;
}

.esri-popup__action-text {

    text-overflow: unset;

}

@media only screen and (max-width: 768px) {
    .subtitle {
        font-size: 7pt;
    }


    .navbarButton {
        font-size: 14pt;
    }
}

@media only screen and (max-width: 600px) {
    .subtitle {
        font-size: 7pt;
    }

    .navbarButton {
        font-size: 14pt;
    }
}