html {
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    height: 100%;
}

    body.camera-open {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


/* Make disabled button text more readable */
.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], [disabled].btn-large, [disabled].btn-small, .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
    color: #777 !important;
}

h6 #submission_result {
    font-size: 20px;
}

.row .card.col {
    border-radius: 15px;
}

dt {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Raleway;
}

dd {
    font-size: 16px;
    white-space: pre-wrap;
}

.row .card.col {
    padding: 0;
}

.card .card-content {
    padding: 1px 16px;
    margin: 16px;
    border-radius: 10px;
}

#btnVinScan .material-icons {
    vertical-align: text-bottom;
}

.vin {
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#vin_search_icon, .search-icon {
    position: absolute;
    right: 14px;
    top: 13px;
    cursor: pointer;
}

#vin_search_txt {
    /*    margin-left: 3rem;*/
    /*    width: calc(100% - 3rem);*/
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0,0,0,0.54);
}

.select-wrapper input.select-dropdown {
    z-index: 0;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    position: relative;
    padding-left: 25px;
}

/*Styles for Shop Search*/

.col.search-result {
    padding: 4px 4px 8px;
}

.search-result {
    border-bottom: 1px solid #e0e0e0;
    font-size: 10px;
    overflow: auto;
}

    .search-result h6.select-item {
        color: #039be5;
        cursor: pointer;
        text-decoration: underline;
        font-size: 1rem;
    }

    .search-result b {
        font-weight: bold;
    }

    .search-result.selected {
        background: #ffe8b0;
    }

    .search-result.preferred {
        background: #ffff88;
    }

        .search-result.preferred.selected {
            background: #ffe880;
        }


#ulCurrentlySelected .search-result {
    background: #e0ffe0;
}

#listShopResults .search-result p {
    margin: 1px 0 4px;
    font-size: 12.5px;
}

/*END styles for Shop Search*/

p .material-icons, .static-label .material-icons {
    padding: 0 0 0 3px;
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 -9px 0 0; /* guarantees the icons will stay on the same line */
}

.inactive-page-cover {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    padding: 80px 40px;
    width: 100%;
    z-index: 1001;
    background-color: #222222e5;
    text-shadow: 0 0 10px #000;
    text-align: center;
}

    .inactive-page-cover h3 {
        color: white;
        margin: 0;
    }

    .inactive-page-cover h6 {
        color: white;
        padding: 0;
    }

#camera_frame {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: ease-in-out;
    border-width: 0;
    text-align: center;
}

.photo-container {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 90%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}

    .photo-container .photo-button {
        display: unset;
        background: linear-gradient(to bottom right, rgba(44,44,44,0.5), rgba(44,44,44,0.2));
        /*background: rgba(144,144,144,0.5);*/
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        /* equivalent to class z-depth-2 */
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    }

        .photo-container .photo-button h6 {
            position: absolute;
            bottom: 0;
            margin-bottom: 0;
            padding: 2px 0 3px 5px;
            width: 100%;
            color: white;
            background-color: rgba(33,33,33,.5);
            text-shadow: 0 0 10px #000000;
            border-radius: 10px;
        }

#add.photo-button {
    background: unset;
    border-radius: 20px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

    #add.photo-button h6 {
        position: relative;
        color: white;
        background-color: unset;
        font-size: 22px;
        padding-left: 13px;
        padding: unset;
        text-align: center;
        margin: unset;
    }

.photo-button img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.photo-button .thumbnail-icon {
    position: absolute;
    color: rgb(64,255,64);
    color: rgba(64,255,64,0.8);
    top: 2px;
    right: 5px;
    width: unset;
    height: unset;
    font-size: 30px;
    text-shadow: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, .9);
}

#upload_button .material-icons {
    vertical-align: inherit;
    margin-right: 10px;
    font-size: 30px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .9);
}

#upload_button {
    border-radius: 10px;
}
/*#upload_button {
    position: fixed;
    bottom: 10px;
    right:0px;
    left:0px; 
}

#upload_button.disabled {
    position: unset; 
}*/
.collapsible-body.col {
    padding-left: 0;
    padding-right: 0;
}
