.fullscreen-icon {
    background-image: url(../icon-fullscreen.svg);
    background-size: 26px 52px;
}

* {
    font-family: 'Quicksand', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html {
    font-size: 15px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html, body {
    height: 100%;
    margin: 0;
}

.bg-main-highlight {
    background-color: #eee;
}

.main-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.title-header {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10000;
}

.title-header-container {
    display: flex;
    justify-content: space-between;
    min-height: 1.5em;
}

.title-header-link {
    text-decoration: none;
    color: black;
    border: none;
}

.title-header-link:hover {
    color: #aaa;
}

.title-bread-crumb {
    margin-left: 20px;
}

.scroll-container {
    scroll-snap-type: mandatory;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scrollbar-width: none;
}

.scroll-child {
    scroll-snap-align: start;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

nav {
    height: 100px;
    background-color: #1E1E1E;
    color: white;
    position: relative;
}

.body-container {
    width: 100vw;
    max-width: 100%;
    min-height: calc(100vh - 150px);
}

#side-bar {
    width: 200px;
    position: relative;
    min-height: calc(100vh - 150px);
    padding-top: 10px;
}

#sidebar-child {
    top: 10px;
    position: -webkit-sticky;
    position: sticky;
}

#sidebar-button-container {
    padding-left: 130px;
}

#sidebar-open-button, #sidebar-close-button {
    position: absolute;
    margin-top: 100px;
}

#sidebar-open-button {
    display: none;
}

.sidebar-link {
    text-decoration: none;
    color: black;
    margin-left: 10px;
}

.sidebar-link:hover {
    color: #888;
}

.sidebar-icon {
    width: 2em;
    height: 2em;
}

.sidebar-item {
    margin-bottom: 20px;
}

.small-div {
    display: inline-block;
    min-width: 220px;
}

.small-div select {
    min-width: 220px;
}

.sign-out {
    display: inline-block;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.sign-out-btn {
    color: white;
}

.sign-out-btn:hover {
    color: #aaa;
}

.flag {
    font-size: .5em;
}

#culture-options {
    font-size: 12px;
    display: inline-block;
    width: 70px;
    background-color: #1E1E1E;
    color: white;
    border: none;
}

#culture-switcher {
    display: inline-block;
}

.culture-container {
    display: inline;
    width: 20px;
}

.landing-page * {
    font-size: 20px;
}

.logo {
    height: 95px;
    width: 95px;
}

.logo-text {
    display: none;
}

footer {
    position: relative;
    height: 50px;
    background-color: #121212;
}

.footer-img {
    height: 30px;
    width: 150px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.push {
    height: 50px;
}

.main-btn {
    background-color: #ED7D31;
    color: white;
    padding: 10px;
}

.second-main-btn {
    background-color: #ED7D31;
    color: white;
}

.main-btn:hover, .second-main-btn:hover {
    color: white;
}

.green-btn {
    background-color: #1ab353;
    color: white;
}

.secondary-btn {
    background-color: #54433a;
    margin-top: 10px;
    width: 150px;
}

.sign-in-btn {
    background-color: #1ab353;
    margin-top: 100px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#map {
    height: 400px;
    width: 90%;
}

/******************************/
/*         Open Cases         */
/******************************/
.open-cases-delete-icon {
    width: 1em;
    height: 1em;
}

.search-container {
    position: relative;
    margin-bottom: 5em;
}

.search-btn {
    margin-left: 650px;
}

#search-input {
    width: 600px;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: .2em;
    border: 1px solid #222;
}

.table-link {
    text-decoration: none;
    color: black;
}

.table-link:hover {
    color: #111;
}

.table-row-link {
    cursor: pointer;
}

.table-row-link:hover td {
    background-color: #fbfbfb;
}

/******************************/
/*         View Case          */
/******************************/
#decisionModal, #caseHandlerModal {
    z-index: 10001;
}

#decision-modal-content, #caseHandler-modal-content {
    background-color: #FFF5EA;
}

#decision-modal-footer {
    text-align: center;
}

.decision-icon {
    width: 5em;
    height: 5em;
}

input[type='checkbox'], input[type='radio'] {
    accent-color: red;
}

/******************************/
/*         Edit Case          */
/******************************/
#application-detail-button, #map-detail-button {
    background-color: #FFF5EA;
    position: fixed;
    right: 80px;
    top: 135px;
    padding: 5px;
    width: 800px;
}

#application-detail-dropdown, #map-detail-dropdown {
    background-color: #FFF5EA;
    position: fixed;
    right: 80px;
    top: 135px;
    padding: 5px;
    width: 800px;
    max-height: 600px;
    z-index: 2147483647;
    display: none;
    overflow: scroll;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ED7D31; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 200px auto auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.coverAll {
    z-index: 1000;
    background-color: #CCC;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 70%;
}

#route-sidebar {
    background-color: #FFF5EA;
    position: fixed;
    height: 600px;
    right: 0px;
    top: 190px;
    padding: 10px;
    z-index: 2147483647;
}

#route-sidebar-open {
    background-color: #FFF5EA;
    position: fixed;
    height: 600px;
    width: 80%;
    right: 0px;
    top: 190px;
    padding: 10px;
    z-index: 2147483647;
    display: none;
}

/******************************/
/*         Archiving          */
/******************************/
.archiving-pdf-icon {
    height: 1.5em;
    width: 1.5em;
}

/******************************/
/*           Chat             */
/******************************/
.grid-container {
    display: grid;
    margin-bottom: 50px;
    height: 80vh;
}

.grid-item-1 {
    grid-column: 1;
    margin: 0 10px;
}

.grid-item-2 {
    grid-column: 2;
}

.grid-item-3 {
    grid-column: 3;
    margin-left: 10px;
    margin-right: 15px;
}

.chat-case-list-container {
    height: 80vh;
    display: flex;
}

.chat-case-number-list, select-chat-case {
    display: inline-block;
}

.chat-case-number-list {
    margin: 0 10px;
    width: 105px;
}

.select-chat-case {
    margin: 0 10px;
    width: 80%;
    border: 1px solid #ddd;
}

.selected-chat-title {
    font-weight: bold;
}

.chat-window {
    border: 1px solid black;
    padding: 10px;
}

.select-chat-notify {
    text-align: center;
}

.chat-boxes {
    overflow-y: scroll;
    scrollbar-width: none;
    height: 93%;
}

.chat-boxes::-webkit-scrollbar {
    display: none;
}

.my-chat-message-box, .their-chat-message-box {
    margin-bottom: 10px;
    border: 1px solid black;
}

.my-chat-message-box {
    background-color: #1ab353;
    width: 80%;
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin-left: 20%;
}

.their-chat-message-box {
    background-color: #FFF5e9;
    width: 80%;
    border-radius: 5px;
    padding: 10px;
    margin-right: 20%;
}

.chat-input {
    text-align: center;
}

.chat-input-box {
    width: 80%;
}

.send-chat-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.send-chat-icon {
    display: inline;
    height: 2em;
    width: 2em;
}

.chat-info-window {
    padding: 5px;
    border: 1px solid black;
}

.chat-case-link {
    color: black;
    font-weight: bold;
}

.chat-case-link:hover {
    color: #111;
}

/******************************/
/*         Settings           */
/******************************/
.settings-section-link {
    color: black;
    text-decoration: none;
}

.settings-section-link:hover {
    text-decoration: underline;
    color: #555;
}

.settings-table {
    width: 50%;
}

.decision-button {
    width: 1.5em;
    height: 1.5em;
}

.no-color-link {
    color: black;
}

.no-color-link:hover {
    color: #aaa;
}

.bold {
    font-weight: bold;
}

.no-style-submit {
    border: none;
}

.large-white-border {
    border: 5px solid white;
}

.large-white-border td, .large-white-border th {
    border: 5px solid white;
}

.large-white-border * {
    border-color: white !important;
}

.clear-border {
    border: 0;
    outline: 0;
}

.clear-border:focus {
    outline: none !important;
}

.same_line {
    display: inline !important;
}

@media (min-width: 768px) {
    .logo-text {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
    }

    .sign-in-btn {
        margin-top: 150px;
    }

    #map {
        width: 80%;
    }
}