﻿* {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

html {
    position: absolute;
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-image: url('Images/STR8VIEWbackground.jpg');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 0% 0%;
    background-size: 100vw 100%;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

.uploadsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.uploadsForm {
    background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%, transparent 25%, transparent 50%, rgba(0,0,0,.03)50%, rgba(0,0,0,.03)75%, transparent 75%, transparent) !important;
    background-color: #FAFCFD !important;
    background-size: 24px 24px !important;
    width: 100% !important;
    height: 100% !important;
    border: 2px dashed #ccc !important;
    border-radius: 8px !important;
    /*padding-top: 50px !important;
    padding-bottom: 50px !important;*/
}

    .uploadsForm:hover {
        border: 2px dashed #000 !important;
    }

.dragOver {
    background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%, transparent 25%, transparent 50%, rgba(0,0,0,.03)50%, rgba(0,0,0,.03)75%, transparent 75%, transparent) !important;
    background-color: #FFA50050 !important;
    background-size: 24px 24px !important;
    width: 100% !important;
    height: 100% !important;
    border: 2px dashed #FFA500 !important;
    border-radius: 8px !important;
}

.menuButton {
    width: fit-content;
    height: 28px;
    padding: 8px 22px 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    right: 20.5%;
    top: 5%;
    cursor: pointer;
    z-index: 9999;
    transition: all 1s ease;
}

.menuButtonShowContent {
    height: 100px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* LABELS, BUTTONS, AND INPUTS */
.mainLabel {
    width: 10%;
    text-align: center;
    margin-left: 32%;
}

.pwLabel {
    padding-right: 7px;
    margin-bottom: 0;
}

input[type=text] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    min-width: 14vw;
}

    input[type=text]:focus, input[type=text]:active {
        outline: none;
        border: 1.5px solid #bbb;
    }

    input[type=text]:disabled {
        background-color: #ddd;
        pointer-events: none;
    }

.mainInput {
    width: 15%;
    padding: 3px;
}

.pwInput {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    min-width: 14vw;
}

    .pwInput:focus, .pwInput:active {
        outline: none;
        border: 1.5px solid #bbb;
    }

.searchInput {
    width: 80%;
    padding: 5px 70px 7px 15px !important;
    margin-left: 10%;
    border: 2px solid #ccc !important;
    border-radius: 50px !important;
}

    .searchInput:focus {
        outline: none;
        border: 2px solid rgba(0,0,0,0.4);
    }

.loginButton {
    width: 10%;
    height: 35px;
    font-weight: 700;
    font-size: 18px;
    margin-left: 45%;
    background-color: #B9DFEE;
    border-radius: 5px 5px;
}

.pwButton {
    /*width: 33%;
    height: 35px;
    font-weight: 400;*/
    /*font-size: 18px;*/
    /*margin-left: 33%;*/
    background-color: #B9DFEE;
    /*border-radius: 5px 5px;*/
}

.magIcon {
    width: 28px;
    position: relative;
    right: 68px;
    border-radius: 14px;
    cursor: pointer;
}

.optionsIcon {
    width: 28px;
    position: relative;
    right: 68px;
    border-radius: 14px;
    cursor: pointer;
}

.optionsIcon2 {
    width: 28px;
    right: 68px;
    border-radius: 14px;
}

.options-menu-close {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0;
    text-decoration: none;
    color: #ff0000;
    font-size: 19px;
    width: 16px;
    height: 16px;
}

.gridIcon {
    width: 40px;
}

.k-grid .k-header {
    display: none;
}

/* DIVS */
.spacedCenterRow {
    padding-top: 15px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.center {
    display: flex;
    justify-content: center;
}

.timeOutButton {
    /*background: linear-gradient(0.5turn, #CE090E80, #CE090EFF, #CE090EAA);*/
    background: #eee;
    color: #000;
    padding: 3px 7px 3px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.margin-left-15 {
    margin-left: 15px;
}

.sliderRow {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top: 5%;
}

.spacedContentRow {
    padding-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 75%;
}

.spacedCenterRowTab {
    /*padding-bottom:20px;*/
    width: 100%;
    /*margin-left: 10%;*/
    padding-top: 20px;
    padding-left: 20px;
}

/*.spacedCenterRowTab {
    padding-top:3px;
    width: 80%;
    margin-left:10%;
}*/

.contentDiv {
    /*width: 82%;
    margin-left: 9%;*/
    padding-top: 3px;
}


/* TAB STYLING */
/* Style the tab */
div.tab {
    overflow: hidden;
    /*background-color: white;*/
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
}

    /* Style the links inside the tab */
    div.tab a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        transition: 0.1s;
        font-size: 17px;
        width: 15%;
        /*margin-right:10px;*/
        border-radius: 10px 10px 0 0;
    }

.spacerLabelTab {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    width: 70%;
}

/* Change background color of links on hover */
div.tab a:hover {
    background-color: #F9F9F9 !important;
    /*border: 1px solid black;*/
    color: black !important;
}

/* Create an active/current tablink class */
div.tab a:focus, .active {
    background-color: #F9F9F9 !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}

.tabColorBarResults {
    /*width: 82%;*/
    height: 24px;
    background: linear-gradient(0.5turn, #71C2FA80, #71C2FAFF, #71C2FAAA);
    border-radius: 10px 10px 0 0;
    /*margin-left: 9%;*/
}

.tabColorBarHistory {
    /*width: 82%;*/
    height: 24px;
    background: linear-gradient(0.5turn, #4B008180, #480081FF, #4B0081AA);
    border-radius: 10px 10px 0 0;
    /*margin-left: 9%;*/
}

.tabColorBarRequest {
    /*width: 82%;*/
    height: 24px;
    background: linear-gradient(0.5turn, #CE090E80, #CE090EFF, #CE090EAA);
    border-radius: 10px 10px 0 0;
    /*margin-left: 9%;*/
}

.tabColorBarDownloads {
    /*width: 82%;*/
    height: 24px;
    background: linear-gradient(0.5turn, #1DA31880, #1DA318FF, #1DA318AA);
    border-radius: 10px 10px 0 0;
    /*margin-left: 9%;*/
}

.tabColorBarUploads {
    /*width: 82%;*/
    height: 24px;
    background: linear-gradient(0.5turn, #FFA50080, #FFA500FF, #FFA500AA);
    border-radius: 10px 10px 0 0;
    /*margin-left: 9%;*/
}

/* ADMIN TAB STYLING */
/* Style the tab */
div.admintab {
    overflow: hidden;
    /*background-color: white;*/
}

    /* Style the links inside the tab */
    div.admintab a {
        float: left;
        display: block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        transition: 0.3s;
        font-weight: 400 !important;
        font-size: 1.2em !important;
        width: 20%;
        /*margin-right: 10px;*/
        border-radius: 10px 10px 0 0;
    }

.spacerAdminLabelTab {
    /*float: left;*/
    display: block;
    color: black;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    width: 40%;
}

/* Change background color of links on hover */
div.admintab a:hover {
    /*background-color: #F9F9F9;
    border: 1px solid black;*/
    color: black !important;
}

/* Create an active/current tablink class */
.active {
    /*background-color: #F9F9F9 !important;
    border: 1px solid #ccc;*/
    /*color: black !important;*/
    position: relative;
    z-index: 9999;
    transform: scale(1.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

div.admintab a:focus {
    /*color: black !important;*/
}

/* Style the tab content */
.admintabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.tablinks {
    font-weight: 400 !important;
    font-size: 1.2em !important;
}

.requestRecordTab {
    width: 20% !important;
}

@media (max-width: 1000px) {
    .tablinks {
        font-weight: 600 !important;
        font-size: 0.8em !important;
    }

    .menuButton {
        width: fit-content;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 20px;
        background-color: #fff;
        position: absolute;
        right: 5%;
        top: 20px;
        cursor: pointer;
    }

    .requestRecordTab {
        width: 24% !important;
    }

    .accrow {
        right: 4% !important;
        top: 2.5% !important;
    }
}

/* SNACKBAR START */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    /*margin-left: -125px;*/
    display: flex;
    align-self: center;
    background-color: #333;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    border-radius: 2px;
    padding: 20px;
    z-index: 1;
    bottom: 30px;
    font-size: 17px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 7.5s;
        animation: fadein 0.5s, fadeout 0.5s 7.5s;
    }

#passwordSuccess {
    visibility: hidden;
    min-width: 250px;
    /*margin-left: -125px;*/
    display: flex;
    align-self: center;
    border: 1px solid #147c00;
    background-color: #d8ffb9;
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    z-index: 1;
    bottom: 30px;
    font-size: 17px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

    #passwordSuccess.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 7.5s;
        animation: fadein 0.5s, fadeout 0.5s 7.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* SNACKBAR END */

/* TOAST START */
#toast {
    visibility: hidden;
    min-width: 250px;
    display: flex;
    align-self: center;
    background-color: #333;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    border-radius: 2px;
    padding: 20px;
    z-index: 1;
    bottom: 30px;
    font-size: 17px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

    #toast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

#timedoutToast {
    visibility: hidden;
    min-width: 250px;
    display: flex;
    align-self: center;
    background-color: #333;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    border-radius: 2px;
    padding: 20px;
    z-index: 1;
    bottom: 30px;
    font-size: 17px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

    #timedoutToast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

.auth-row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: row;
}

.options-menu {
    position: absolute;
    z-index: 10000;
    top: 12px;
    right: 0px;
    display: flex;
    flex-direction: column;
    padding: 7px;
    width: 220px;
    height: fit-content;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}


/*MENU STYLES*/
@charset "UTF-8";

.accinput {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accrow {
    position: absolute;
    display: flex;
    width: fit-content;
    right: calc((100vw - 1920px) / 2 + 391px);
    top: 40px;
    z-index: 10001;
}

    .accrow .acccol {
        flex: 1;
    }

        .accrow .acccol:last-child {
            margin-left: 1em;
        }

/* Accordion styles */
.acctabs {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.acctab {
    width: 100%;
    color: #000;
    overflow: hidden;
}

.acctab-label {
    display: flex;
    justify-content: center;
    padding: 0.4em 1.7em 0.4em 1.7em;
    /*background: #2c3e50;*/
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    background-color: #fff;
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    /* Icon */
}

    .acctab-label:hover {
        background: #1a252f;
        background-color: #fff;
    }

    .acctab-label::after {
        position: absolute;
        right: 10px;
        content: "❯";
        height: 1.3em;
        text-align: end;
        transition: all 0.35s;
    }

.acctab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    position: relative;
    z-index: 10001;
}

.acctab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .acctab-close:hover {
        background: #1a252f;
    }

.accinput:checked + .acctab-label {
    background-color: #fff;
}

    .accinput:checked + .acctab-label::after {
        transform: rotate(90deg);
    }

.accinput:checked ~ .acctab-content {
    max-height: 100vh;
    padding: 1em;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-fit-content {
    width: fit-content;
    padding: 15px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10005;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: 35%;
    /*margin: 0.5rem;*/
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

/*@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}*/

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }


.cog-form__container {
    max-width: var(--form__width);
    background-color: rgba(0,0,0,0);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: var(--form__margins--responsive);
}

.searchValue {
    min-width: 80%;
    min-height: 14px;
}

input[type=button] {
    border: 0;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    transition: all 150ms ease;
}

    input[type=button]:focus, input[type=button]:hover {
    }

/* dropzone customization */
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,.6);
    background: #fff;
    padding: 10px 10px !important;
}

.dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: .75em .75em !important;
    text-align: center;
    color: rgba(0,0,0,.9);
    line-height: 150%;
}

.dz-size {
    margin-bottom: 1em !important;
    font-size: 13px !important;
}

.dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 180px !important;
    height: 75px !important;
    position: relative;
    display: block;
    z-index: 10;
}

.dz-image-complete {
    border-radius: 20px;
    background: #00ff0010;
    background: linear-gradient(to bottom, #00ff0040, #00ff0010);
    border: 1px solid #00ff00;
}

.dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 10px !important;
    left: 50%;
    top: 50%;
    margin-top: -20px !important;
    width: 160px !important;
    margin-left: -80px !important;
    background: rgba(255,255,255,.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dz-upload {
    background: #00dd00;
    background: linear-gradient(to bottom, #FFA50025, #FFA500) !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dz-success-mark, .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 38% !important;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
