body {
    background-image: url(../img/sitebg.png);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    height: 100%;
}

/****************************************************************
 COLORS
*****************************************************************/
.primary-color {
    color: #1E387B;
}

.bg-black {
    background-color: black;
}

.bg-dark-gray {
    background-color: #222;
}

.bg-light-gray {
    background-color: #ccc;
}

.hof-red {
    background-color: #ff5722;
    color: white;
}

.hof-green {
    background-color: #8bc34a;
}

.hof-orange {
    background-color: #ffc107;
}

.hof-blue {
    background-color: #2196f3;
}

/****************************************************************
 MISC
*****************************************************************/
.navbar-header {
    height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-footer {
    height: 40px;
}

.nav-title-text {
    font-size: 2em;
}

.breadcrumb-background {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    z-index: 10;
}

.breadcrumb-area {
    padding: 0 20px;
}

.breadcrumb-nav {
    background-color: transparent;
}

    .breadcrumb-nav ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item {
    font-size: 0.75em;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

    .breadcrumb-item a {
        color: #fff;
        font-weight: normal;
    }

        .breadcrumb-item a:hover {
            text-decoration: none;
        }

.breadcrumb .active {
    color: #ddd;
}


.nav-item {
    font-size: 10pt;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.footer {
    font-size: 10pt;
    width: 100%;
}

.brand-image {
    height: 50px;
    margin-right: 20px
}

.login-logo {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.content-body {
    background-color: rgb(245, 244, 240);
    padding: 20px;
    height: calc(100vh - 120px);
    overflow-y: scroll;
}

.dropdown-item {
    font-size: 10pt;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.validation-section {
    color: #aa0000;
    padding-top: 15px;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
    float: none;
}

.validation-error {
    margin: 10px 10px 0 10px;
    color: #b00;
    font-size: 0.8em;
}


.help-text {
    font-size: 10pt;
    font-style: italic;
    margin: 5px 10px;
}

.page-title {
    font-weight: bold;
    font-size: 1.5em;
    color: #1E387B;
}

.page-subtitle {
    font-size: 1.17em;
    font-weight: normal;
    font-style: italic;
}

.page-controls {
    margin: 20px 0;
}

.nomination-expired-text {
    font-style: italic;
    color: #a00;
    font-weight: bold;
}

.state-select {
    position: absolute;
    top: 32px;
    left: 0;
}

.photo-container {
    height: 300px;
    width: 100%;
    margin: 10px;
    background-color: #ddd;
    display: flex;
    align-items: center;
}

.photo-container-review {
    height: 200px;
    width: 100%;
    margin: 10px;
    display: flex;
    align-items: center;
}

.photo-container-image {
    max-height: 90%;
    max-width: 90%;
}

.max-photo-alert {
    margin-top: 20px;
}

.photo-delete-button {
    position: absolute;
    top: 15px;
    right: 0px;
}

.photo-upload-control {
    margin-top: 20px;
}

.photo-empty {
    color: #AAA;
    margin: 0 10px;
}

.photo-empty-required {
    opacity: 0.5;
    margin: 0 10px;
}

.photo-empty-text {
    font-style: italic;
    font-size: .8em;
}

.photo-required-text {
    font-style: normal;
    font-size: 1em;
}

.control-button {
    min-width: 80px;
}

.table-control-btn {
    color: #1E387B;
    margin-left: 20px;
    font-size: 1.2em;
    width: 40px;
}

.table-control-btn-light {
    color: white;
    margin-left: 20px;
    font-size: 1.2em;
    width: 40px
}

.table-control-btn:hover {
    color: #30A64A;
}

.table-control-btn-light:hover {
    color: #1E387B;
}

.form-table {
    margin-left: 20px;
    margin-right: 20px;
}

.modal-detail-text {
    font-family: 'Oswald', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #777777;
}

.modal-header-text {
    color: #000044;
}

.menu-icon-text {
    margin-left: 10px;
}

.hof-alert {
    padding: 20px;
    text-align: center;
}

.hof-ballot-card {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hof-ballot-card-header {
    background-color: #000;
    padding: 5px;
}

.hof-ballot-card-title {
    font-weight: bold;
    color: #fff;
}

.hof-ballot-card-subtitle {
    font-size: 1.5vmin;
    color: #fff;
}

.hof-ballot-card-image-container {
    height: 300px;
    width: 100%;
    background-color: #333;
    display: flex;
    align-items: center;
}

.hof-ballot-card-button {
    width: 50%;
}

.hof-ballot-card-nomination-button {
    position: absolute;
    top: 8px;
    right: 23px;
    color: #fff;
    z-index: 99;
}

a.hof-ballot-card-nomination-button:hover {
    color: #ccc;
}

.vote-result-container {
    font-size: 6.2vmin;
    color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    align-items: center;
}

.vote-result {
    font-size: 6.2vmin;
    color: white;
}

.stat-cell {
    padding: 10px;
}

.stat-cell-value {
    font-size: 3em;
    font-weight: bold;
}

.stat-cell-title {
    font-size: 1.5em;
    font-weight: bold;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -15px;
    right: 0px;
    font-size: 3.5rem;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
