﻿.side-nav.hidden {
    display: inherit !important;
}

.page .main {
    display: block !important;
    /*overflow-y: scroll !important;*/
    overflow: hidden;
}

.page {
    padding-bottom: 36px;
}

.thumlinkblock {
    color: white;
}

#page-header {
    display: flex;
    flex-direction: column;
}

.timeline-panels {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.region-container, .project-container {
    width: 100%;
    margin-bottom: 15px;
    background-color: white;
    border-radius: 5px;
    padding: 7.5px;
}

    .region-container:last-child, .project-container:last-child {
        margin-bottom: 0px;
    }

.region-title {
    color: rgb(0,150,136);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(0,150,136);
    margin: 0px;
}

.mdl-card__title-text {
    color: white;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.mdl-card__title {
    padding: 0px !important;
}

.proj-card-square.mdl-card {
    width: 240px;
    height: 135px;
    min-height: 0px;
    border-radius: 5px;
}

.cam-card {
    width: 320px;
    height: 180px;
    min-height: 0px;
    border-radius: 5px;
}

.card {
    margin: 7.5px;
    cursor: pointer;
    position: relative;
}

.card-container {
    display: flex;
    flex-flow: row wrap;
}

.input-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
}

    .input-controls button {
        bottom: 5px;
    }

.chip-list {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
}

.chip {
    padding: 6px;
}

.mdl-chip {
    color: white;
}

.material-icons {
    color: white;
    opacity: .54;
}

    .material-icons:hover {
        /*color: white;
        opacity: 1 !important;*/
    }

.container {
    display: flex;
    flex-direction: column;
    width: 565px;
    position: absolute;
    padding: 20px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    max-width: 1060px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container {
        height: 96%
    }
}

.top-container {
    background-color: white;
    border-radius: 5px;
    padding: 15px;
    max-width: 535px;
    margin-bottom: 7.5px;
}

.card a {
    text-decoration: none;
}

.info-window {
    color: #19af8c;
}

#page-container {
    margin: 0 auto;
    height: 100%;
    position: relative;
    pointer-events: none;
}
#page-container * {
    pointer-events: auto;
}

#panel-body {
    direction: ltr;
}

.subtitle-text {
    font-size: 12px;
}

.name-text {
    font-size: 24px;
    font-weight: 400;
}

.mdl-textfield {
    padding: 0 !important;
}

.mdl-textfield__label {
    top: 4px !important;
}

    .mdl-textfield__label:after {
        bottom: 0 !important;
    }

#filterField {
    width: 375px;
}

h1 {
    font-size: 40px;
}

h4 {
    font-size: 18px;
}

h1, h2, h3, h4 {
    font-weight: 300;
    line-height: 1;
}

h3 {
    padding: 7.5px;
}

.top-container h4 {
    margin-top: 15px;
}


.page-body {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    height: 100%;
    margin: 7.5px 0px;
}

    .page-body::-webkit-scrollbar {
        display: none;
    }

.bottom-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.scroll-container {
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    margin: 7.5px 0px;
    border-radius: 5px;
    cursor: pointer;
}

    .scroll-container:hover i {
        opacity: 1 !important;
    }

#scrolldown-container {
    margin-bottom: 0px;
}

/*Hides google map stuff*/

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gm-style-cc a {
    display: none !important;
}

/*.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}*/

.cam-controls > i {
    color: gray;
    cursor: pointer;
    margin: 7.5px;
}

    .cam-controls > i:hover {
        color: black;
    }

.project-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-selected {
    color: black !important;
}

    .is-selected:hover {
        color: black !important;
    }
.grayscale {
    filter: grayscale(100%);
}

#camSm {
    font-size: 18px;
}

#camMd {
    font-size: 24px;
}

#camLg {
    font-size: 32px;
}

.chip-tag {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 5px;
    border-radius: 0px 4px 0px 0px;
    line-height: 15px;
    background-color: red;
}

.chip-tag > .mdl-chip__text {
    font-size: 12px
}

.chip-tag > .mdl-chip {
    height: 25px;
    line-height: 25px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
}

.live {
    background-color: rgb(0,150,136) !important;
}

.type-text {
    font-size: 12px;
    color: white;
}
