body {
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
}

.bg-white-transparent {
    background: rgba(255, 255, 255, 0.9);
}

#filters-type span {
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    margin-bottom: 5px;
}

#filters-month span {
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    margin-bottom: 5px;
}

#filters-participant span {
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    margin-bottom: 5px;
}

/* sign in FORM */
#logreg-forms {
    width: 412px;
    margin: 10vh auto;
    background-color: #f3f3f3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}

#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

#logreg-forms .form-control:focus {
    z-index: 2;
}

#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 14px;
}

#logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 190px;
    font-size: 0.9rem;
}

#logreg-forms a {
    display: block;
    padding-top: 10px;
    color: lightseagreen;
}

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}


#logreg-forms button[type="submit"] {
    margin-top: 10px;
}

#logreg-forms .facebook-btn {
    background-color: #3C589C;
}

#logreg-forms .google-btn {
    background-color: #DF4B3B;
}

#logreg-forms .form-signup .social-btn {
    width: 210px;
}

#logreg-forms .form-signup input {
    margin-bottom: 2px;
}

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width: 500px) {
    #logreg-forms {
        width: 300px;
    }

    #logreg-forms .social-login {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #logreg-forms .social-btn {
        font-size: 1.3rem;
        font-weight: 100;
        color: white;
        width: 200px;
        height: 56px;

    }

    #logreg-forms .social-btn:nth-child(1) {
        margin-bottom: 5px;
    }

    #logreg-forms .social-btn span {
        display: none;
    }

    #logreg-forms .facebook-btn:after {
        content: 'Facebook';
    }

    #logreg-forms .google-btn:after {
        content: 'Google+';
    }

}

.user-list-competition-formula {
    font-size: 10px;
}

.user-start-label-1 {
    background-color: rgb(255 254 0 / 20%);
}

.user-start-label-2 {
    background-color: rgb(3 179 3 / 19%);
}

.user-start-label-3 {
    background-color: rgb(24 132 255 / 19%);
}

.user-start-span-1 {
    color: rgb(236 251 0);
}

.user-start-span-2 {
    color: rgb(63 255 0);
}

.user-start-span-3 {
    color: rgb(74 180 255);
}

.user-start-span-1,
.user-start-span-2,
.user-start-span-3 {
    font-weight: bold;
}

.tr-choice-border {
    border-top: black solid;
}

#competition-modal-address {

}

#map {
    height: 250px;
}

#mapAddEvent {
    height: 250px;
}

.alert img {
    height: 30px;
}

/* turbacz */

.text-black {
    color: black;
}

#rozklad h3 {
    color: #02c902;
    text-shadow: 4px 2px #000000;
    font-weight: bold;
}

#rozklad li {

}

/* turbacz */

.date-range {
    margin: auto;
    text-align: center;
}

.date-range > div {
    display: inline-block;
    margin: 10px;
}

.is-selected {
    background-color: #286090;
    color: white;
}

.is-selected:hover {
    background-color: #204d74 !important;
}

.is-between {
    border-radius: 0 !important;
    background-color: #5599d4;
    color: white;
}

.is-between:hover {
    background-color: #204d74 !important;
}

.checkin-picker .active,
.checkout-picker .is-selected {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-picker .active,
.checkin-picker .is-selected {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.disabled {
    color: #d8d8d8 !important;
}

fieldset {
    border: 2px solid #19660a;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#competitionOrganizerLogoPreview {
    width: 32px;
    height: 32px;
    margin-top: -5px;
}

.invalid-feedback {
    display: block;
}

#account-filter-formulas,
#account-filter-states,
#account-filter-co {
    display: block;
}

#account-filter-formulas button,
#account-filter-states button,
#account-filter-co button {
    margin: 5px;
}

.instruction img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 4px;
}

.instruction-img-4 {
    max-width: 400px;
}

.instruction-img-6 {
    max-width: 350px;
}

.instruction-img-3 {
    max-width: 300px;
}

.instruction-img-10 {
    max-width: 400px;
}

.instruction-img-9 {
    max-width: 300px;
}

.instruction-img-5 {
    max-width: 400px;
}

.instruction-img-11 {
    max-width: 450px;
}

.instruction-img-8 {
    max-width: 450px;
}

.instruction-img-1 {
    max-width: 450px;
}

.instruction-img-2,
.instruction-img-7 {
    max-width: 900px;
}

#team-users .badge-light,
#discount-code-list .badge-light {
    cursor: pointer;
}

#subtitles-img {
    background-color: black;
    max-width: 100%
}

#competitionsMap {
    width: 100%;
    height: 500px;
}
