﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* navbar */
.bg-navbar {
    background-color: #5E0000;
    border-color: #BCBCBC;
    border-bottom: 0px solid;
    box-shadow: 0 1px 10px 5px #000;
}

.shadowbox {
    box-shadow: 0px -15px 20px 20px #000, 0px -10px 10px -10px #888 inset;
}

ul.navbar-nav > li.nav-item > a.nav-link {
    color: #fff;
    font-size: 1.3rem;
}

    ul.navbar-nav > li.nav-item > a.nav-link:hover {
        color: #eaeaea;
        background-color: #850000;
    }

    ul.navbar-nav > li.nav-item > a.nav-link:visited {
        color: #fff;
    }

    ul.navbar-nav > li.nav-item > a.nav-link:link {
        color: #fff;
    }

.navbar-nav > li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-decoration: none;
    color: white;
}

@media (min-width: 992px) {
    .navbar-brand-logo {
        position: relative;
        float: left;
        max-height: 8rem;
    } 


    .navbar-brand-div {
        position: absolute;
        display: block;
        transform: translateY(68px);
    }

    .socialmedia_logo_right {
        display: block;
    }

    .border-login {
        border-right: groove;
    }
}

.socialmedia_logo_right {
    display: inherit;
}

@media (max-width: 1380px) {
    .navbar-brand-hiddenable {
        display: none;
    }
}

.navbar-brand-shadow {
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
}

.img-down {
    position: relative;
    z-index: 1;
}

.bottom-left {
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 80px;
}

.pic-text-bg {
    background-color: rgba(76, 76, 76, 1);
    color: white;
    display: inline-block;
    padding: 00px 40px;
    font-size: 1.85rem !important;
    box-shadow: 5px 5px 20px #000;
}

.page-size {
    width: 96%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-cards {
    background-color: #F2F2F2 !important;
}

.mainH1 {
    background-color: #fff;
    font-size: 3rem;
    text-align: center;
    position: relative;
    z-index: 0;
    font-weight: bold;
    padding-top: 15px !important;
}

.smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.navbar-collapse {
    max-height: calc(100vh - 70px);
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.navbar-collapse::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.scrolled-down {
    transform: translateY(-300%);
    transition: all 1s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    background-color: #ff6464;
}

.btn-success {
    color: #fff !important;
}

.page-link {
    background-color: #d9ffe2;
}

.page-item.disabled {
    background-color: #e1e1e1;
}

.input-group-text {
    background-color: #aeaeae;
}

.own-container {
    background-color: #e4e4e4;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 10px 10px #4f4f4f;
    top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.news-div {
    position: relative;
    width: 90%;
    margin: auto;
}

.news-img {
    width: 100%;
    max-width: 400px;
    float: right;
}

.container-fluid.px-0 {
    margin-bottom: 80px;
}

.navbar-toggler {
    background-color: #fff
}

hr {
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.datas {
    font-size: 1.25rem;
}

.author {
    position: relative;
    float: right;
}

.dropdown-menu {
    background-color: #864e4e;
    display: block;
}

.dropdown-item {
    color: #fff
}

.btn-primary:hover {
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
    border-color: #06007A;
}

    .btn-primary:focus {
        background-color: #150079 !important;
    }

.form-signin {
    margin: auto;
    width: 90%;
    max-width: 500px;
}

.login-img {
    width: 80%;
    max-width: 300px;
}

.modal-content {
    padding-bottom: 10px;
    text-align: center;
}

.business-card {
    border: 1px solid #cccccc;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.champs-card {
    border: 1px solid #cccccc;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.profile-img {
    max-height: 120px;
    margin-right: 10px;
    background: white;
    max-width: 120px;
}

.club-main-div {
    padding-top: 0;
}

.profile-pic {
    width: 130px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .profile-pic:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }

    .profile-pic > img {
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX( -50%);
        top: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        opacity: 0;
        transition: opacity .4s;
    }

        .profile-pic > img.tallAndNarrow {
            width: 100%;
            top: 50%;
            transform: translateX(0) translateY( -50%);
            left: 0;
            height: auto;
        }

        .profile-pic > img.loaded {
            opacity: 1;
        }

.news-shadow {
    box-shadow: 0 0 15px #000;
}

.profile-img-champ {
    height: 220px;
    margin-right: 10px;
    background: white;
}

h2.media-heading {
    font-size: 1.5rem;
}

.job {
    color: #666666;
    font-size: 17px;
}

.club {
    color: #666666;
    font-size: 17px;
}

.club-main {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.mail {
    font-size: 16px;
}

.tel {
    font-size: 16px;
}

.desc {
    font-size: 16px;
}

.birth {
    color: #666666;
    font-size: 17px;
}

.res {
    font-size: 17px;
}

#contact .card:hover i, #contact .card:hover h4 {
    color: #87d37c;
}

.text-decoration-none {
    color: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        overflow-x: hidden;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.card-img-top {
    max-height: 300px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

#holder {
    background-color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS */
    .navbar-brand-div {
        position: absolute;
        display: block;
        transform: translateY(-25px);
    }
}

.card-body {
    height: auto;
}

.search-icon {
    font-size: 1.7rem;
}

.footer-bg {
    background-color: #dbdbdb;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #407344;
    /*background-image: url("/images/bckgrnd4.png");
    background-repeat: repeat-x;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#ezmiez {
    background-image: linear-gradient(#ffffff, #407344);
    position: relative;
    z-index: 5;
    top: -50px;
    /*height: 680px;*/
}

.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
}

.calendar-table {
    margin: 0 auto;
    width: 100px * 7;
}

.selected {
    background-color: #eee;
}

.outside .date {
    color: #ccc;
}

.timetitle {
    white-space: nowrap;
    text-align: right;
}

.colors {
    @top: @color;
    @border: darken(@color, 15%);
    @bottom: darken(@color, 7.5%);
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-image: linear-gradient(to bottom, @top 0px, @bottom 100%);
    background-repeat: repeat-x;
    color: #fff;
    border-width: 1px;
    &.begin

{
    border-left: 1px solid red;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

&.end {
    border-right: 1px solid red;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

}

.event {
    .colors(#dff0d8, #3c763d);
    font-size: .75em;
    padding: 0 .75em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    &.all-day

{
    .colors(#d9edf7, #31708);
}

&.clear {
    background: none;
    border: 1px solid transparent;
}

}


.cell-styles(@ruleset) {
    & > thead > tr, & > tbody > tr, & > tfoot > tr

{
    & > th, & > td

{
    @ruleset();
}

}
}

.table-tight {
    .cell-styles({ padding-left: 0; padding-right: 0; });
}

.table-tight-vert {
    .cell-styles({ padding-top: 0; padding-bottom: 0; });
}

.search-form {
    background-color: #fff;
    border-radius: 4px;
}

.input-group-text > .fas {
    width: 45px;
}



.footer-hunshooting {
    bottom: auto;
    z-index: 10;
}





#content {
    margin-left: 5px;
}

#mapCanvas img {
    max-width: none;
}




.accordion-heading .accordion-toggle-small {
    display: block;
    padding: 10px 8px; /*8px 15px;*/
}

.accordion-inner-small {
    padding: 4px 8px; /*9px 15px;*/
    border-top: 100px solid #e5e5e5;
}

.no-sidebar {
    margin-left: 0 !important;
}

#sidebarfb {
    position: fixed;
    top: 10px;
    right: -250px;
    z-index: 20;
}

#sidebaryt {
    position: fixed;
    top: 10px;
    right: -250px;
    z-index: 17;
}

#sidebarinsta {
    position: fixed;
    top: 10px;
    right: -250px;
    z-index: 15;
}

#facebook > img {
    max-height: 63px;
}

#youtube > img {
    max-height: 63px;
}

#insta > img {
    max-height: 63px;
}

#sidebar-content {
    width: 80%;
    float: right;
    background-color: white;
}

#facebook {
    float: right;
    max-height: 63px;
    margin-top: 100px;
}

#youtube {
    float: right;
    max-height: 63px;
    margin-top: 163px;
}


#insta {
    float: right;
    max-height: 63px;
    margin-top: 226px;
}

.card-bottom-text {
    word-wrap: initial;
}

.sponsor {
    max-width: 60px;
    opacity: 0.4;
}

.input-checkbox {
    max-width: 20px;
}

h2.media-heading {
    color: #000;
}

a.btn-danger {
    color: #fff !important;
}

div.rz-event {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

h3.login {
    color: #407344;
    font-weight: bold;
}

input.background-color-bg {
    background-color: #407344;
}

.spinner {
    margin: 100px auto;
    min-width: 250px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@media (min-width: 1200px) {
    .mt-header {
        margin-top: 3rem !important;
    }
}

@media (max-width: 1200px) {
    .mt-header {
        margin-top: 2.9rem !important;
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.rz-tabview-nav {
    flex-wrap: wrap;
}

li.d-block > a {
    display: block !important;
}

.rz-datepicker-title {
    height: 55px !important;
}


.col-lg-3.col-md-6.col-12 > .disabled.form-control.btn.btn-primary {
    background-color: grey;
    border-color: grey;
}

.rz-event-content {
    font-size: 1rem !important;
}

.bg-color-paros {
    background-color: #EEEEEE;
}

.bg-color-paratlan {
    background-color: #CFCFCF;
}

.navbar-brand{
    display: none;
}

@media (min-width: 992px) {
    .navbar-brand {
        width: 0;
        height: 190px;
        display: inherit;
    }
}

.bg-competitionevent {
    background-color: #e6e5e5;
}

button.rz-spinner-button.rz-spinner-down.rz-button {
    display: none;
}

button.rz-spinner-button.rz-spinner-up.rz-button {
    display: none;
}

.btn-dark {
    color: #fff !important;
}

button.rz-button.rz-button-md.btn-primary {
    background-color: #c82333;
    border-color: #c82333;
}

.text-prewrap {
    white-space: pre-wrap;
}

rz-link-text {
    text-decoration: none !important;
}

:root {
    --rz-fieldset-border: var(--rz-border-base-500) !important;
    --rz-fieldset-legend-font-size: 1.2rem !important;
    --rz-accordion-item-font-size: 1.4rem !important; /* Állítsd be az új értéket */
    --rz-accordion-item-background-color: #EEEEEE !important; /* Állítsd be az új értéket */
    --rz-menu-top-item-background-color: rgba(0,0,0,0) !important;
    --rz-profile-menu-top-item-background-color: rgba(0,0,0,0) !important;
    --rz-profile-menu-padding-block: 0px !important;
    --rz-gravatar-width: 1.9rem !important;
    --rz-gravatar-height: 1.9rem !important;
    --rz-dialog-title-background-color: #407344 !important;
    --rz-dialog-title-font-weight: 500 !important;
    --rz-dialog-title-color: white !important;
    --rz-dialog-title-padding-block: 0.75rem 0.75rem !important;
    --rz-secondary: #959595 !important;
}

.rz-grid-table thead th .rz-column-title-content {
    font-size: 1.1rem !important;
    font-weight: bold !important;
}

.rz-navigation-item-text {
    font-size: 1.2rem !important;
}

button.rz-menu-toggle {
    background-color: white;
    padding: 1px 10px;
    color: gray;
    border-radius: 5px;
}

.rz-navigation-menu:last-of-type {
    position: absolute;
    right: 0;
    left: auto; /* Megakadályozza a bal oldalra nyúlást */
    z-index: 1000;
}

.rz-fileupload-files {
    display: none !important;
}

.rz-week {
    flex: unset !important;
}

.rz-dialog-wrapper {
    z-index: 1002 !important;
}

aside.rz-dialog-side{
    top:0;
}

.card-darker {
    background-color: #d7d7d7 !important;
}

.custom-link {
    color: black;
    text-decoration: none;
}

    .custom-link:hover {
        text-decoration: underline;
        color: black;
    }
