body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 98%;
    width: 98%;
    margin-top: 10px;
    margin-right: 15px; 
    margin-left: 15px;
}

.panel, .section {
    background-color: #eee;
}

.btn-custom-right {
    float: right;
}

.form-group>label {
    font-weight: bold;
    font-style: italic;
}

.display-time {
    width: 100px;
    font-size: 24px;
    font-weight: bold;
}

.game-status {
    font-size: 18px;
    font-weight: bold;
}

.margin-team-css {
    margin: 0px;
}

.padding-team-css {
    padding: 1px !important;
}

.vertical-text {
    vertical-align: middle;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
}

/* GENERAL CSS */

.btn {
    min-width: 4rem;
    font-size: 1.2rem;
}

.btn-primary2 {
    background-color: #cc8d66;
    border-color: #cc8d66;
}

.btn-primary2:hover {
    background-color: #9b6b4d;
    border-color: #9b6b4d;
}

.btn-success2 {
    background-color: white;
    border-color: rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.2);
}

.btn-success2:hover {
    background-color: rgba(200,200,200,0.4);;
    border-color: rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.2);
}

.btn-dark {
    background-color: #0000004f;
    border-color: #0000004f;
    color: rgb(255, 255, 255);
}

.btn-dark:hover {
    background-color: #9b6b4d;
    border-color: #9b6b4d;
}

.form-center {
    text-align: center; 
}

.img-fixed-height {
    height: 40px;
}

.img-fixed-height2 {
    height: 70px;
}

.img-fixed-height3 {
    height: 100px;
}

.table-card {
    border-bottom-width: 0 !important;
}

.input-disabled {
    border: 1px solid rgb(50, 50, 50);
}

#team-view-padding {
    padding: 0px;
}

/* LineUp tablazat oszlopok megjelenites es rejtes. */
@media (max-width: 500px) {
    /* Ez a rész csak 992px vagy kisebb képernyőn jelenik meg */
    .col-view-a, .col-view-b {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 501px) and (max-width: 992px) {
    /* Ez a rész csak 992px vagy kisebb képernyőn jelenik meg */
    .col-view-a {
        display: table-cell;
        visibility: visible;
    }
    .col-view-b {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 993px) and (max-width: 1600px) {
    /* Stílusok a 993 és 1600 pixel közötti képernyőméret esetén */
    .col-view-a, .col-view-b {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 1601px) {
    /* Ez a rész csak 1601px vagy nagyobb képernyőn jelenik meg */
    .col-view-a, .col-view-b {
        display: table-cell;
        visibility: visible;
    }
}

.table-hidden {
    display: none;
}


/* NAVIGATION */

#nav {
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    margin-bottom: 2px;
}

.logo-img {
    max-height: 2.5rem;
}

.nav > li > a {
    font-size: 1.4rem;
}

#navbarCollapse > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.navbar-inverse {
    background-color: #eee;
    color: rgb(0, 0, 0);
    border-color: #337ab7;
    -webkit-box-shadow: 0 5px 3px -3px #777;
    -moz-box-shadow: 0 5px 3px -3px #777;
    box-shadow: 0px 3px 3px -3px #777;
  }
  
  .navbar-inverse .navbar-nav>li>a {
    color: #337ab7;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    color: black;
  }

  .player-card1 {
    padding: 3px;
  }

  .player-card2 {
    padding: 3px;
  }

/* Radio Button */
.btn-status-referee1, 
.btn-status-referee2,
.btn-status-linesman1,
.btn-status-linesman2,
.btn-status-supervisor,
.btn-status-scorekeeper,
.btn-status-timekeeper,
.btn-status-announcer,
.btn-status-statistic,
.btn-status-penaltie-time-attendant-a,
.btn-status-penaltie-time-attendant-b,
.btn-status-goal-judge-a,
.btn-status-goal-judge-b,
.btn-status-video-recorder,
.btn-status-game-supervisor,
.btn-status-referee-supervisor {
    opacity: 0.3; /* Inaktív gombok halványabbak */
    color: black; /* Inaktív gombok szövegszíne fekete */
    transition: opacity 0.3s ease, color 0.3s ease; /* Átmenet a színre is */
}

.btn-status-referee1.active, 
.btn-status-referee2.active,
.btn-status-linesman1.active, 
.btn-status-linesman2.active,
.btn-status-supervisor.active,
.btn-status-scorekeeper.active,
.btn-status-timekeeper.active,
.btn-status-announcer.active,
.btn-status-statistic.active,
.btn-status-penaltie-time-attendant-a.active,
.btn-status-penaltie-time-attendant-b.active,
.btn-status-goal-judge-a.active,
.btn-status-goal-judge-b.active,
.btn-status-video-recorder.active,
.btn-status-game-supervisor.active,
.btn-status-referee-supervisor.active {
    opacity: 1; /* Aktív gomb teljesen látható */
    color: white; /* Aktív gombok szövegszíne fehér */
    font-weight: bold; /* Aktív gombok betűsúlya vastag */
}

.btn-status-referee1:hover, 
.btn-status-referee2:hover, 
.btn-status-linesman1:hover, 
.btn-status-linesman2:hover,
.btn-status-supervisor:hover,
.btn-status-scorekeeper:hover,
.btn-status-timekeeper:hover,
.btn-status-announcer:hover,
.btn-status-statistic:hover,
.btn-status-penaltie-time-attendant-a:hover,
.btn-status-penaltie-time-attendant-b:hover,
.btn-status-goal-judge-a:hover,
.btn-status-goal-judge-b:hover,
.btn-status-video-recorder:hover,
.btn-status-game-supervisor:hover,
.btn-status-referee-supervisor:hover {
    opacity: 0.8; /* Gomb kiemelése egérrel */
    color: white;
}

.tooltip-inner {
    background-color: brown !important; /* Piros háttér */
    color: white !important; /* Fehér szöveg */
}

.tooltip-arrow {
    display: none !important; /* Elrejti az eredeti nyilat */
}