body {
    background-color: #f3f3f3; /*#f1f4f5; */
    width: 100vw;
    height: 100%;
}


/* body { font-size: 16px; } */




#topbar {
    -webkit-box-shadow: 0px 5px 10px -4px rgba(171,171,171,1);
    box-shadow: 0px 5px 10px -4px rgba(171,171,171,1);
    height: 46px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 5px;
    margin-bottom: 15px;
    position: fixed;
    top: 0;
    z-index: 1000;
}


#sidebar {
    height: 100%;
    width: 175px;
    position: fixed;
    top: 46px;
    left: -175px;
    background-color: #FFF;
    overflow-x: hidden;
    color: #3f3e3e;
    padding-top: 20px;
    z-index: 1000;
    padding-bottom: 100px;
}

#nav a.parent {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: #3f3e3e;
    display: block;
    font-size: 1.1em;
}

#nav a i {
    margin-right: 10px;
}

#nav a:hover {
    color: #3f3e3e;
    background-color: #e8e8e8;
    transition: background-color 0.3s ease-out;
}

#nav .sub {
    display: none;
}

#nav .sub a {
    display: block;
    padding: 8px 10px 8px 20px;
    text-decoration: none;
    color: #3f3e3e;
    font-size: 1.0em;
    background-color: #e8e8e8;
}

#nav .sub a:hover {
    color: #3f3e3e;
    background-color: #FFF;
    transition: background-color 0.3s ease-out;
}

#container {
    margin: 0;
    padding: 55px 10px 0 10px;
    width: 100vw;
    height: 100%;
    overflow: auto;
}

/*
@media screen and (max-width: 800px) {

    .ui.dropdown.item.print {
        display: none;
    }

    .bar.icon.settings {
        display: none;
    }

    .bar.icon.viewData {
        display: none;
    }

    .bar.icon.find {
        display: none;
    }

    .ui.dropdown.item.more {
        display: inline-block;
    }
}

@media screen and (min-width: 801px) {


}
*/

.ui.dropdown.item.more {
    display: none;
}

@media (max-width: 800px) {
    .ui.search.dropdown.locationID .menu {
        max-height: 220px;
    }
}


#content {

}

.borderless {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;


    -webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
}


.ui.borderless {
    width: 30px;
    cursor:pointer;
    display:inline-block;
    min-height:1em;
    outline:0;
    border:none;
    vertical-align:baseline;
    background-color: transparent;
    color:rgba(0,0,0,.6);
    font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px;
    text-transform:none;
    text-shadow:none;
    font-weight:700;
    line-height:1em;
    font-style:normal;
    text-align:center;
    text-decoration:none;
    border-radius:.28571429rem;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color:transparent
}

.ui.borderless:hover {

    color: #000000;

}

.ui.button.empty {
    background-color: transparent;
    color: #CCCCCC;
}

.ui.button.empty:hover {
    color: #333333;
}

.ui.button.legend, .ui.button.legend:hover {
    cursor: default;
}

/* COPYRIGHT */
#copyright {
    padding: 20px 0 20px 0;
    font-size: .8em;
    text-align: center;
}

.ui.search>.results {
    max-height: 300px;
    overflow: auto;
}

.ui.search > .results .result {
    padding: 10px 12px 5px 10px;
}

.ui.button.dpblue {
    background-color: #004a87;
    color: #FFF;
}

.ui.button.dpblue:hover {
    background-color: #005ead;
    cursor: pointer;
}

.ui.button.dpblue button:hover, .ui.button.dpblue label:hover {
    cursor: pointer;
}

.ui.button.delete {
    background-color: #912d2b;
    color: #FFF;
}

.ui.button.delete:hover {
    background-color: #9f4341;
    cursor: pointer;
}

.ui.button.delete button:hover, .ui.button.delete label:hover {
    cursor: pointer;
}

.checkboxes div {
    padding: 5px;
    margin: 5px;
    float: left;
    display: inline-block;
    width: 65px;
}

.checkboxes.wide div {
    width: 95px;
}

.checkboxes div div {
    margin-left: 12px;
}

.checkboxes.wide div div {
    margin-left: 32px;
}

.checkboxes span {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

/* MAP NAV BAR */
.menu-container {
    z-index: 1000;
    background-color: #004a87;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.menu.bar {
    height: 50px;
    background-color: #004a87;
    border-radius: 3px;
    color: #FFFFFF;
}

.bar.icon, .bar.dropdown {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    padding: 8px;
    text-align: center;
}

.bar.icon, .bar.dropdown {
    border-radius: 3px;
}

.bar.icon:hover, .bar.dropdown:hover {
    background-color: #005ead;
}

.bar.icon p, .bar.dropdown p {
    font-size: .8em;
    padding: 0;
    margin: 0;
}

.bar.icon i {
    padding-top: 5px;
}

.topbar.icon {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    padding: 8px;
    text-align: center;
}

.topbar.icon {
    border-radius: 3px;
}

.topbar.icon:hover {
    /* background-color: #CCC; */
}

.topbar.icon p {
    font-size: .8em;
    padding: 0;
    margin: 0;
}

.topbar.icon i {
    padding-top: 5px;
}

.checkerboard {
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #FFFFFF;
    background-image: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.map-edit-slider {
    background-color: #e0e1e2;
    border-radius: .28571429rem;
}

.map-edit-slider .inner {
    right: 2px;
}

.verticalInfo {
    position: absolute;
    padding-top: 55px;
    z-index: 999;
    top: 0;
    right: 0;
    width: 25%;
    min-width: 300px;
    max-width: 400px;
    height: 100%;
    margin: 0;
    background-color: rgb(255, 255, 255);
    border-left: 1px solid #dedede;
    overflow-y: auto;
}

.horizontalInfo {
    position: fixed; /* issue with chrome address bar... was absolute, this seems to be the trick but need to figure out new height calcs? */
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #FFF;
}

.verticalInfo .device-header {
    border-radius: 3px;
}

.horizontalInfo .device-header {
    border-radius: 3px;
}

.horizontalInfo .device-header div {
    float: right;
}

.verticalInfo .device-header div {
    float: right;
}

.marker {
    opacity: .85;
}

.marker span {
    display: inline-block;
    border-radius: 2px;
    font-size: .9em;
    padding: 3px;
    width: auto;
    height: 21px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
}

/* autocomplete modify for mobile */
.ui.modal .content > .description {
    padding: 0 !important;
}
