/* COLORS */

/* parknerBlue: '#1340A6', lightGrey: '#F1F1F2' */

html, body {
    height: 100%;
}

.user-name {
    font-size: 18px;
    font-weight: bold;
}

.link-header { font-size: 1.71428571rem; font-weight: bold; text-decoration: underline; }

.main-body {height: 100%;}
.sidebar {margin-top: 50px}

.json-viewer { padding: 20px 0px;}
.json-content { background-color: lightgrey; font-weight: bold}

.main-container {
    padding-top: 80px;
    padding-bottom: 20px;
    min-height: 100vh;
}

.header-container {
    height: 80px;
    margin-bottom: 60px;
}

.header-menu-container {
    height: 80px;
    border-radius: 0;
}

.data-table-mobile-filter {
    margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
    .data-table-mobile-filter { display: none;}
}


/* Layouts */

@media only screen and (min-width: 640px) {
    .center-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }
}

@media only screen and (max-width: 639px) {
    .center-container {
        margin-top: 40px
    }
}

.list-wrapper {margin: 20px 0px;}

/* Card */
.card-extra { color: black;}
.card-time {font-size: 0.8em;}
.card-table { border-spacing: 0px; margin-left: -1px; }
.card-table td { padding-right: 5px; padding-bottom: 5px;}
.card-table-title { font-weight: bold; }
.inactive { color: red; }

/* User */
@media only screen and (min-width: 640px) {
    .user-info {width: 33%;}
}

.user-info {
    margin-bottom: 20px;
}

.editable-field {text-decoration: underline;}
.update-error {text-align: center; color: red; padding:20px;}
.list .header {font-size: 1.2em; padding-bottom: 5px;}


/* Login */

.login-container { max-width: 420px; padding: 20px;}
.login-container .connection-btns {margin-top: 20px;}

@media only screen and (min-width: 640px) {
    .login-container {
        width: 420px;
    }
}

/* Misc */
.remove-img-btn { margin-top: 20px;}
.add-parking-btn { margin-bottom: 20px;}
.bold-underlined { font-weight: bold; text-decoration: underline; padding-bottom: 5px;}

/* Open Times */
.timepicker {min-width: 45px !important;}
.day-container {margin-bottom: 20px;}

/* Autocomplete Map */
.suggestion {padding: 10px; border-bottom: 1px solid black; cursor: pointer;}
.add-address {margin: 20px 0px;}


@media only screen and (min-width: 640px) {
    .day-container { width: 420px;}
}

.ui.modal {
    top: 40px;
}

.image-uploader {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* BUTTONS */

.ui.primary.button {
    background-color: #1340A6 !important
}

.ui.primary.basic.button {
    background-color: white !important;
    color: #1340A6 !important;
    border-color: #1340A6 !important;
}

.ui.primary.button:hover {
    background-color: #2452b3 !important
}

.btn-space-add { margin-top: 23px !important; height: 37px;}
@media only screen and (max-width: 639px) {
    .btn-space-add {margin-top: 20px !important;}
}

/* Sidebar */

.menu-divider { background-color: #2452b3 !important; color: white !important; }

/* TIMELINE */

.timeline {
    position: relative;
    max-width: 95%;
    list-style: none;
}

.timeline-container {
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.timeline-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.timeline:before {
    background-color: #1340A6;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline .event {
    position: relative
}

.timeline .icon {
    background-color: #1340A6;
    outline: 9px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-body {
    padding: 2em 2em 0 2em;
    position: relative;
    top: -1.875em;
    left: 2em;
    width: 95%;
}

.timeline .date {
    color: white;
    background-color: #1340A6;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
}

/* EXTRAS */
.icon-center {text-align: center;}

/* INLINE - ROW */
.inline-row { display: flex; flex-direction: row; justify-content: space-between;}

/* BUTTON SPACING*/

.btn-space {margin-bottom: 20px;}

/* EXCEL TABLE */
.data-grid-container .data-grid  {
    width: 100%;
}