h1,h2,h3,h4,h5,h6 {font-family: "Oswald"}
body {font-family: "Open Sans"}

label {
    font-weight: bold;
}

#username, #password, #id_email, #id_new_password1, #id_new_password2 {
    width: 100%;
}

#profile-form input, select {
    width: 100%;
    background-color: #c9c9c9;
    border: none;
    margin-bottom: 10px;
}

#profile-form input[type=submit] {
    width: 100%;
    padding: 15px;
    background-color: #7E0000;
    color: #FFFFFF;
}

#profile-form input[type=button] {
    background-color: #7E0000;
    color: #FFFFFF;
}

#profile-form input[type=confirm], #profile-form input[type=cancel] {
    width: 25%;
    padding: 15px;
    background-color: #7E0000;
    color: #FFFFFF;
}

#profile-form input[type=upload] {
    width: 45%;
    padding: 15px;
}

#profile-form select {
    width: 100%;
    height: 35px;
    margin-bottom: 7px;
    background-color: #c9c9c9;
    color: #555;
}

#profile-form h4 {
    font-size: 20px;
    color: #041435;
    font-weight: bold;
    margin-bottom: 25px;
}

#profile-form label {
    font-size: 14px;
}

#profile-form a {
    text-decoration: none;
}

#profile-form h6 {
    font-size: 11px;
    font-weight: bold;
}

.profile-page .social-icons img {
    max-height: 50px;
}

.errorlist li {
    font-size: 1rem;
    color: red;
}

.submission-thumb {
    height: 130px !important;
    width: auto;
}

.phone-label {
    padding: 0;
    display: inline;
}

.phone-input {
    width: 60px !important;
    display: inline-block;
}

.avatar {
    width: 30px;
    height: 30px !important;
    margin: 6px 20px 6px 30px;
}

.avatar-modal {
    float: unset !important;
}

a[role=button] {
    cursor: pointer;
}

#image_preview_thumb {
    max-width: 100%;
    height: auto;
}

#id_image_file {
    display: none;
}

label[for="id_image_file"]
{
    display:none;
}

.filter-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(602%) hue-rotate(75deg) brightness(109%) contrast(103%);
}

.medium {
    width: 150px;
    height: 150px !important;
    border: 2px solid black;
}

.no-border {
    border: none;
}

.height-auto {
    height: auto !important;
}

.small {
    width: 80px;
}

.small-margin {
    margin: 20px 0px 20px 55px;
}

.height-small {
    height: 80px !important;
}

.full {
    width: 98%;
}

.overflow-auto {
    overflow: auto !important;
    display: flex;
}

.bar-item-selected {
    border-bottom: 2px solid #041435 !important;
}

.flex-btn-padding {
    padding: 5px 10px 5px 10px !important;
    overflow: unset !important;
}

#edit_button {
    position: relative;
    top: -65px;
    right: 10px;
}

#edit_button_sponsor {
    position: absolute;
}

.margin-right-large {
    margin-right: 30px;
}

.top-menu {
    right: -100px;
}

label {
    display: block;
}

.btn {
    cursor: pointer;
    color: #FFFFFF !important;
    caret-color: transparent;
}

.error {
    font-size: 15px;
    font-weight: bolder;
    color: red;
}

.modal-title {
    float: left;
    font-size: 20px;
    font-weight: bolder;
}

::placeholder { color: #000000; opacity: 1; /* Firefox */ } /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder { color: #000000; } /* Internet Explorer 10-11 */
::-ms-input-placeholder { color: #000000; } /* Microsoft Edge */

.lfl-dark-blue { background-color: #041435!important; }
.lfl-red { background-color: #7E0000 !important; }
.lfl-grey { background-color: #E6E8EE !important; }

.lfl-button { text-transform:uppercase; }

.lfl-submission .date { margin-bottom: 0px !important; }
.lfl-submission .length { margin-bottom: 0px !important; font-weight:bold; }
.lfl-submission .location { margin-top: 0px !important;  font-weight:bold; }
.lfl-submission .user { font-weight:bold; }
.lfl-submission .league-item { margin-bottom: 0 !important; }
.lfl-submission .league { font-weight:bold; }

.lfl-submission .user > a { text-decoration: none !important; }
.lfl-submission .league > a { text-decoration: none !important; }

.lfl-page { margin: 0 !important; }


.leaderboard-overall-page.w3-content {
    max-width:1600px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.leaderboard-overall-page .leagues-list {
    -moz-columns: 40em;
    -webkit-columns: 40em;
    columns: 40em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.leaderboard-overall-page .leagues-list .w3-card {
    margin-bottom: 10px;
}

.flex-container .leagues-list div.w3-col {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    margin: 1em 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.leaderboard-overall-page .leagues-list img {
    max-width: 70px;
    max-height: 50px;
    margin-right: 10px;
}

.leaderboard-overall-page .leagues-list h4 {
    font-weight: bold;
}

.leaderboard-overall-page .leagues-list .w3-ul li:first-of-type {
    border-top: 1px solid #ddd;
}

.leaderboard-overall-page .leagues-list .w3-ul li.w3-bar {
    padding-left: 0;
}

.league-leaderboard-page {
    font-weight: bold;
}

.league-leaderboard-page .league_logo {
    max-height: 400px;
}

.league-leaderboard-page .show-top-fishes {
    cursor: pointer;
}

.league-leaderboard-page .w3-bar-item.active {
    border-bottom: 2px solid black;
}

.league-leaderboard-page .prev-slider,
.league-leaderboard-page .next-slider {
    position: absolute;
    top: -8px;
}

.league-leaderboard-page .prev-slider {
    left: 25%;
}


.league-leaderboard-page .next-slider {
    right: 25%;
}

.league-leaderboard-page .sponsored-by {
    max-width: 200px;
}

.league-leaderboard-page .carousel-item {
    display: none;
}

.league-leaderboard-page td.extend {
    position: relative;
}

.league-leaderboard-page td.extend button {
    position: absolute;
    top: 0;
    right: 0;
}

.league-leaderboard-page .w3-bar .w3-bar-item {
    padding: 15px 0 15px 0;
}

.league-leaderboard-page .text-normal {
    font-weight: normal;
}

.home-page .filters-modal .checkbox {
    margin-top: 0;
}

.home-page .filters-modal .formColumn:first-of-type {
    margin-right: 10px;
}

.home-page .filters-modal legend {
    font-weight: bold;
}

.home-page .pointer {
    cursor: pointer;
}

.expired {
    color: #FFFFFF;
    background-color: #7E0000;
    font-size: 20px;
}