﻿/*
 * Base structure
 */
/*html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #272727 url('images/recall/dr-cover.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 100%;
}
*/
body {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background: transparent;
    min-height: 75rem;
    padding-top: 4.5rem;
}


.cover-container {
    max-width: 82em;
}
main > .container {
    padding: 60px 15px 0;
}

#pageloaded {
    display: none;
}

/*
 * Header
 */
header {
    background: #272727 url('images/recall/dr-cover.webp') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 100%;
    margin: 0;
}

/*
 * Footer
 */
footer ul.nav a.active {
    color: white;
}
/*.nav-masthead .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
        border-bottom-color: rgba(255, 255, 255, .25);
    }

    .nav-masthead .nav-link + .nav-link {
        margin-left: 1rem;
    }

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}
*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}


.pageTitle {
    font-size: 50px;
    line-height: 54px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    text-transform: none;
    font-family: PT Sans Narrow, sans-serif;
    border-bottom-color: lightblue;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#pageloader {
    display: inline-block;
    width: 80px;
    height: 80px;
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: visible;
}

    #pageloader:before {
        content: " ";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }
legend, dt {
    border-bottom: solid 1px rgb(13,110,253);
    padding: 0.20em;
    margin-bottom: 1.0em;
    color: rgb(13,110,253);
}

label {
    display: flex;
    margin-bottom: .5rem;
}

    label::after {
        content: "\A";
        white-space: pre;
    }


#drawer-content li {
    font-size: 1.2em;
    padding-left: .89em;
    background: 0 0;
    border-radius: 0;
    border-width: 0 0 1px;
    border-color: rgba(33, 37, 41, 0.125);
    border-style: solid;
    line-height: 1.5em;
    padding: 1.09em .84em 1.23em .84em;
}

    #drawer-content li:last-child {
        border: 0;
    }

.jumbotron {
    /*background: rgb(0 0 0 / 0.80);*/
    /*background: rgb(0 0 0);*/
    background: rgba(205,127,50,0.85) /*rgba(179, 179, 179, 0.30)*/;
    border-radius: 10px;
    border-width: 1px;
    border-color: rgba(33, 37, 41, 0.125);
    border-style: solid;
    line-height: 1.5em;
    padding: 1.23em .84em 1.23em .84em;
    color: black;
}

/*Uploader*/
.input-file {
    padding: 30px;
    width: 300px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0);
}
.upload-img {
    border-radius: 100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: 50% 50%;
    border: 1px solid #007bff;
    margin-right: 15px;
    vertical-align: middle;
    display: none;
}
.input-file-upload {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
    .input-file-upload input[type="file"] {
        opacity: 0;
        padding: 10px 0;
        height: 36px;
        width: 150px;
    }
.upload-label {
    width: 150px;
    height: 36px;
    background: #3b70f1;
    text-align: center;
    color: #ffffff;
    display: block;
    padding: 8px 0;
    position: absolute;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.input-file-upload:hover .upload-label {
    background: #eaf5fe;
    color: #3b70f1;
}

/*List Group*/
.list-group-item-blue {
    background-color: #007bff;
    color: #ffffff;
}
.list-group-item-indigo {
    background-color: #6610f2;
    color: #ffffff;
}
.list-group-item-purple {
    background-color: #6f42c1;
    color: #ffffff;
}
.list-group-item-pink {
    background-color: #e83e8c;
    color: #000000;
}
.list-group-item-red {
    background-color: #dc3545;
    color: #000000;
}
.list-group-item-orange {
    background-color: #fd7e14;
    color: #000000;
}
.list-group-item-yellow {
    background-color: #ffc107;
    color: #000000;
}
.list-group-item-green {
    background-color: #28a745;
    color: #ffffff;
}
.list-group-item-teal {
    background-color: #20c997;
    color: #ffffff;
}
.list-group-item-cyan {
    background-color: #17a2b8;
    color: #ffffff;
}
.list-group-item-white {
    background-color: #fff;
    color: #000000;
}
.list-group-item-silver {
    background-color: #C0C0C0;
    color: #000000;
}
.list-group-item-gray {
    background-color: #6c757d;
    color: #ffffff;
}
.list-group-item-gray-dark {
    background-color: #343a40;
    color: #ffffff;
}
.list-group-item-transparent {
    background: transparent;
    color: #ffffff;
}

/*Background Colors*/
.bg-blue {
    background-color: #007bff;
    color: #ffffff;
}
.bg-indigo {
    background-color: #6610f2;
    color: #ffffff;
}
.bg-purple {
    background-color: #6f42c1;
    color: #ffffff;
}
.bg-pink {
    background-color: #e83e8c;
    color: #000000;
}
.bg-red {
    background-color: #dc3545;
    color: #000000;
}
.bg-orange {
    background-color: #fd7e14;
    color: #000000;
}
.bg-yellow {
    background-color: #ffc107;
    color: #000000;
}
.bg-green {
    background-color: #28a745;
    color: #ffffff;
}
.bg-teal {
    background-color: #20c997;
    color: #ffffff;
}
.bg-cyan {
    background-color: #17a2b8;
    color: #ffffff;
}
.bg-brown {
    background-color: #806517;
    color: #ffffff;
}
.bg-white {
    background-color: #fff;
    color: #000000;
}
.bg-platinum {
    background-color: #E5E4E2;
    color: #000000;
}
.bg-silver {
    background-color: #C0C0C0;
    color: #000000;
}
.bg-gold {
    background-color: #FFD700;
    color: #000000;
}
.bg-gray {
    background-color: #6c757d;
    color: #ffffff;
}
.bg-gray-dark {
    background-color: #343a40;
    color: #ffffff;
}
.bg-transparent {
    background: transparent;
    color: #ffffff;
}


.sponsor-card-img {
    height: 125px;
}
.pointer {
    cursor: pointer;
}


.hidden {
    display: none;
}
.row {
    margin-bottom: 0.6rem;
}
.note {
    font-style: italic;
    color: #055160;
}
.img-small {
    width: 200px;
    height: auto;
}
.img-large {
    width: 400px;
    height: auto;
}
.form-group {
    margin-bottom: 20px;
}
input.form-control {
    width: 100%;
}
.k-toolbar .k-icon {
    font-size: 18px;
}
.k-label, .k-window-title {
    font-weight: 700;
    color: #0d6efd;
}
.k-checkbox {
    border-color: #424242 !important;
}