#wp-admin-bar-wp-logo,
#wp-admin-bar-sportspress,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-edit {
    display: none;
}

.page-template-gab_account-sub-page #calendar table{
    background: #fff;
}
.page-template-gab_account-sub-page #calendar table table {
    margin-bottom: 0;
}

.page-template-gab_account-sub-page #calendar table a{
    color: #000;
}

.page-template-gab_account-sub-page #calendar table .fc-daygrid-day-events{
    padding: 0 4px;
    text-align: right;
    margin-bottom: 0;
}

.page-template-gab_account-sub-page #calendar table .fc-daygrid-day.day-available{
    background-color: #25962b;
}

.notice{
    padding: 5px 10px;
    margin-bottom: 30px;
}
.notice p{
    margin: 0;
}
.notice.notice-success{
    color: #25962b;
    border: 2px solid #25962b;
    background-color: #c0e4c9;
    padding: 5px 10px;
}

.calendar-mentions {
    color: gray;
    font-style: italic;
    text-align: center;
}

#availability .acf-input textarea {
    min-height: 100px;
}

.popin-official-replace {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: rgba(36, 41, 129, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.25s;
}
.popin-official-replace.-open {
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.popin-official-replace__close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: transparent;
}
.popin-official-replace__close .dashicons {
    width: 40px;
    height: 40px;
    font-size: 40px;
}

.popin-official-replace__form {
    margin: 0 auto;
    width: 50%;
    min-width: 300px;
    max-width: 640px;
    background: #fff;
    padding: 20px 40px;
}

.popin-official-replace__form span{
    color: #f27900;
}

.popin-official-replace__form select{
    margin-bottom: 20px;
}

.officials-notify-message{
    border: 2px solid #25962b;
    background-color: #c0e4c9;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.officials-notify-message.-error{
    border: 2px solid #b42323;
    background-color: #f7c0c0;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.page-template-gab_resume .site-content {
    width: 100%;
    padding: 25px;
    margin: 25px 0 50px;
}

.gab-officials-resume {
    width: 100%;
    max-height: 90vh;
    overflow: auto;
}
.gab-officials-resume-table {
    white-space: nowrap;
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    /*table-layout: fixed;*/
    border: none;
    color: #242981;
}
.gab-officials-resume-table td,
.gab-officials-resume-table th {
  border: none;
  padding: 0;
}
.gab-officials-resume-table thead th {
  padding: 5px;
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 14px;
  background: #242981;
  text-align: center;
}
.gab-officials-resume-table th:first-child {
    padding-left: 10px;
    text-align: left;
}
.gab-officials-resume-table th:last-child {
    padding-right: 10px;
}
.gab-officials-resume-table td {
  padding: 5px;
}
.gab-officials-resume-table td:last-child {
    padding-right: 10px;
}

.gab-officials-resume-table tbody th {
  text-align: left;
  position: relative;
}
.gab-officials-resume-table tbody tr:nth-child(odd) {
    background: #fff;
}
.gab-officials-resume-table tbody tr:nth-child(odd) th{
    background: #fff;
}
.gab-officials-resume-table tbody tr:nth-child(even) {
    background: #e8e9ff;
}
.gab-officials-resume-table tbody tr:nth-child(even) th {
    background: #e8e9ff;
}
.gab-officials-resume-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.gab-officials-resume-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}
.gab-officials-resume-table tbody td {
    text-align: center;
}
.gab-officials-resume-table tbody th,
.gab-officials-resume-table tbody td {
    font-size: 16px;
}
.gab-officials-resume-table tbody tr:first-child td,
.gab-officials-resume-table tbody tr:last-child td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gab-officials-resume-table caption {
  text-align: left;
  padding: 10px;
}

.arbitres .tooltip:hover,
.visionneur .tooltip:hover {
    border-color: #f27900;
}
.arbitres .tooltip .name,
.visionneur .tooltip .name {
    cursor: pointer;
}
.arbitres .tooltip i,
.visionneur .tooltip i{
    width: 12px;
    height: 12px;
    font-size: 12px;
    vertical-align: middle;
}
.arbitres .tooltip:hover i,
.visionneur .tooltip:hover i{
    color: #f27900;
}

.account-table tbody tr.venue-separator {
    background: white;
}
.account-table tbody tr.venue-separator td {
    color: #242981;
    font-size: 14px;
}

.repport-form .repport-end {
    color: #242981;
    font-size: 18px;
}
.repport-form .repport-warning {
    color: #f27900;
}
.repport-form .repport-mention {
    display: block;
    margin-top: -10px;
    font-size: 12px;
}
.repport-form .checkbox-container  {
    font-size: 14px;
}
.repport-form .checkbox-container .label {
    display: block;
    font-size: 16px;
}
.repport-form .checkbox-container input[type="checkbox"]:first-of-type {
    margin-left: 0;
}
.repport-form .checkbox-container input[type="checkbox"] {
    margin-left: 15px;
}
.repport-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 240px;
    min-height: 240px;
}
.repport-sended {
    border: 2px solid #25962b;
    background-color: #c0e4c9;
    padding: 5px 10px;
}

.officials-header {
    display: flex;
}

.officials-header .entry-header__left {
    width: 300px;
}

.officials-header .entry-header__right {
    width: calc(100% - 300px);
}

.officials-header-formations {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.officials-header-formations .officials-header-formation {
    display: flex;
    width: calc(33% - 20px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid;
    color: black;
    margin: 0 0 10px 10px;
    padding: 10px;
}

.officials-header-formations .officials-header-formation h4 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    opacity: 0.75;
}
.officials-header-formations .officials-header-formation .officials-header-formation-date {
    font-weight: bold;
    opacity: 0.75;
}
.officials-header-formations .officials-header-formation .officials-header-formation-hour {
    opacity: 0.75;
}
.officials-header-formations .officials-header-formation p {
    text-align: center;
    margin: 0.5em 0 0;
    opacity: 0.6;
    line-height: 1;
}

.content-players .players-table {
    background: #f4f4f4;
    color: #242981;
    border: 1px solid #242981;
}

.content-players .players-table tr th {
    background: #242981;
    color: #f27900;
    padding: 10px;
}

.content-players .players-table tr td {
    border-bottom: 1px solid #242981;
    vertical-align: middle;
    padding: 10px;
}

.content-players .players-table tr td img {
    display: block;
    width: 100px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .officials-header {
        flex-direction: column;
    }
    
    .officials-header .entry-header__left,
    .officials-header .entry-header__right {
        width: 100%;
    }

    .officials-header-formations {
        flex-direction: column;
    }

    .officials-header-formations .officials-header-formation {
        width: 100%;
        margin: 20px 0;
    }
}

.official-subscribe {
    background: #fff;
    margin-bottom: 30px;
    padding: 1em;
}

.official-subscribe-form .is-hidden {
    display: none;
}