﻿.pac-container {
    background-color: #FFF;
    z-index: 2000;
    position: fixed;
    display: inline-block;
    float: left;
}

.profile-bar-season-container {
    display: table;
    width: 100%;
}

.season-selector-container {
    height: 60px;
    width: 70%;
    display: table-cell;
    vertical-align: middle;
}

    .season-selector-container select {
        margin: 0;
        box-shadow: inset 0px 1px 0px 0px #ffffff;
        background-color: #ffffff;
        border-radius: 15px;
        border: 1px solid #d2d2d2;
        cursor: pointer;
        color: #72848c;
        font-size: 1rem;
        font-weight: 500;
        padding: 6px 10px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #ffffff;
    }

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .season-selector-container select {
        border-radius: 0;
        color: #07a7e3;
        border: 1px solid #07a7e3;
    }
}

@-moz-document url-prefix() {
    /* CSS specific to firefox */
    .season-selector-container select {
        border-radius: 0;
        background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .season-selector-container select {
        background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .season-selector-container select {
        background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    }
}

@supports (-ms-ime-align: auto) {
    /* CSS specific to Edge */
    .season-selector-container select {
        background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    }
}

#slt-season {
    margin-left: 10px;
}

.season-progress-container {
    height: 60px;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.season-progress-outer {
    height: 7px;
    width: 100%;
    border: 1px solid #ddd;
}

.season-progress-inner {
    height: 100%;
    background: #07a7e3;
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2,GradientType=1 );
}

.season-edit-button-container {
    height: 60px;
    display: table-column;
    vertical-align: middle;
    text-align: right;
}

    .season-edit-button-container i {
        cursor: pointer;
        font-size: 1.2rem;
        font-weight: 200;
        color: #07a7e3;
    }

.profile-bar-season-container.can-edit .season-progress-container {
    width: 15%;
}

.profile-bar-season-container.can-edit .season-edit-button-container {
    width: 5%;
}

#btn-update-competition-settings {
    display: block;
    margin-top: 15px;
}

#btn-update-registration-settings {
    display: block;
    margin-top: 10px;
}

.map-border {
    border: 1px solid rgba(0,0,0,0.05);
    background: #FFF;
    transition: all 0.25s ease;
    padding: 8px;
}

@media only screen and (max-width: 767px) {
    /*.season-selector-container {
        overflow: hidden;
        margin-bottom: 20px;
        text-align: center;
    }

    #slt-division {
        float: none;
        width: 100%;
    }

    #slt-season {
        float: none;
        width: 100%;
        margin-top: 10px;
    }*/
}

#competition-users-error-container p {
    color: #bd362f;
    margin-top: 20px;
}

.registration-link-container {
    width: 100%;
    display: block;
}

    .registration-link-container input {
        width: 85%;
        display: inline;
    }

    .registration-link-container button {
        display: inline;
        margin-left: 5px;
        width: 50px;
        padding: 6px 20px;
    }

#txt-edit-comp-settings-registration-link {
}

#btn-add-season-team {
    margin-bottom: 15px;
}

#btn-remove-division {
    display: block;
    margin-top: 15px;
}

.competition-scroll-nav .nav-link {
    color: #72848c;
    padding: .2rem 1rem .2rem 16px;
    margin: .25rem 0;
    border-radius: 0;
}

    .competition-scroll-nav .nav-link:hover {
        padding-left: 15px;
        border-left: 1px solid #07a7e3;
    }

    .competition-scroll-nav .nav-link.indent:hover {
        padding-left: 27px;
        border-left: 1px solid #07a7e3;
    }

    .competition-scroll-nav .nav-link.active {
        color: #72848c;
        background-color: initial;
        padding-left: 14px;
        font-weight: bold;
        border-left: 2px solid #07a7e3;
    }

    .competition-scroll-nav .nav-link.indent {
        padding-left: 28px;
    }

    .competition-scroll-nav .nav-link.active.indent {
        padding-left: 26px;
    }

    .competition-scroll-nav .nav-link.active.indent:hover {
        padding-left: 26px;
        border-left: 2px solid #07a7e3;
    }


#fixture-content-div {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#fixture-content-div-edit {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#btn-print-fixtures {
    color: #07a7e3;
    position: absolute;
    right: 40px;
    font-size: 1.3rem;
}

    #btn-print-fixtures:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    #btn-print-fixtures {
        display: none;
    }
}

.season-title-competition {
    text-align: center;
    padding-bottom: 7px;
}

    .season-title-competition a {
        color: #000 !important;
        font-size: 1.7rem;
    }

.season-title-season {
    text-align: center;
    padding-bottom: 5px;
}

    .season-title-season a {
        color: #000 !important;
        font-size: 16px;
    }

.season-title-displaying {
    text-align: center;
    padding-bottom: 10px;
}

    .season-title-displaying a {
        color: #000 !important;
        font-size: 16px;
    }

.fixture-div-no-games {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.fixture-div-day {
    text-align: center;
    padding: 9px 0 0 0;
    height: 35px !important;
    margin-top: 25px;
    margin-bottom: 10px;
}

    .fixture-div-day a {
        color: #000 !important;
        font-size: 1.3rem;
    }

.fixture-table-day {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px !important;
}

.fixture-table-day-tr-outer {
    width: 38%;
    padding: 0px;
}

.fixture-table-left {
    margin-left: auto;
    cursor: pointer;
}

    .fixture-table-left tr {
        height: 60px;
    }

.fixture-time {
    text-align: right;
    padding-left: 10px;
    padding-right: 20px;
}

    .fixture-time a {
        color: #000 !important;
        font-size: 1rem;
    }

.fixture-team-left {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

    .fixture-team-left a {
        color: #000 !important;
        font-size: 1rem;
    }

.fixture-table-day-tr-center {
    width: 24%;
    padding: 0px;
}

.fixture-table-center {
    width: 100%;
    cursor: pointer;
}

.fixture-team-image {
    width: 25%;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

    .fixture-team-image img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;
    }

.fixture-scores {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

    .fixture-scores table {
        width: 100%;
    }

    .fixture-scores a {
        color: #000 !important;
        font-size: 1.7rem;
    }

.fixture-score-left {
    width: 35%;
    text-align: right;
}

.fixture-score-center {
    width: 30%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.fixture-score-right {
    width: 35%;
    text-align: left;
}

.fixture-center-multiplier {
    position: absolute;
    margin: -10px 0 0 7px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #08c;
}

.fixture-table-right {
    margin-right: auto;
    cursor: pointer;
}

    .fixture-table-right tr {
        height: 60px;
    }

.fixture-team-right {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

    .fixture-team-right a {
        color: #000 !important;
        font-size: 1rem;
    }

.fixture-venue {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

    .fixture-venue a {
        color: #000 !important;
        font-size: 11px;
    }

.fixture-table-left-edit {
    margin-left: auto;
    cursor: default;
}

    .fixture-table-left-edit tr {
        height: 60px;
    }

.fixture-table-center-edit {
    width: 100%;
    cursor: default;
}

.fixture-table-right-edit {
    margin-right: auto;
    cursor: default;
}

    .fixture-table-right-edit tr {
        height: 60px;
    }

.fixture-edit {
    padding-left: 10px;
    padding-right: 10px;
}

    .fixture-edit i.edit {
        color: #000000;
        cursor: pointer;
    }

    .fixture-edit i.remove {
        color: #bd362f;
        cursor: pointer;
    }

    .fixture-edit i:hover {
        font-size: 20px;
    }

.season-venue-name {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 7px;
}

    .season-venue-name a {
        color: #000 !important;
        font-size: 1.7rem;
    }

.season-venue-court-name {
    text-align: center;
    padding-bottom: 5px;
}

    .season-venue-court-name a {
        color: #000 !important;
        font-size: 16px;
    }

select.fixtures-quick-edit {
    width: auto;
}

.final-group-container {
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
}

.fixtures-group-header {
    margin-top: 20px;
    text-align: center;
}

    .fixtures-group-header a {
        color: black !important;
        font-size: 16px;
    }

.season-final-game {
    margin: auto;
    margin-bottom: 20px;
    max-width: 220px;
}

.season-final-game-team {
    padding: 5px;
    margin-bottom: 1px;
    font-size: 8pt;
    text-align: left;
    border-radius: 2rem;
}

    .season-final-game-team.gold {
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffffff;
        border: 1px solid #deca73;
        background: -moz-linear-gradient( -72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100 );
        background: -webkit-linear-gradient( -72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100 );
        background: -o-linear-gradient( -72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100 );
        background: linear-gradient( -72deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #452100 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100 );
    }

        .season-final-game-team.gold a {
            color: rgba(0, 0, 0, 0.72);
        }

    .season-final-game-team.silver {
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #ffffff;
        border: 1px solid #dedede;
        background: -moz-linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1 );
        background: -webkit-linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1 );
        background: -o-linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1 );
        background: linear-gradient( -72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1 );
    }

        .season-final-game-team.silver a {
            color: rgba(0, 0, 0, 0.5);
        }

    .season-final-game-team.bronze {
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 0 #dea173;
        border: 1px solid #dea173;
        background: -moz-linear-gradient( -72deg, #ca7345, #ffdeca 16%, #ca7345 21%, #ffdeca 24%, #a14521 27%, #ca7345 36%, #ffdeca 45%, #ffdeca 60%, #ca7345 72%, #ffdeca 80%, #ca7345 84%, #732100 );
        background: -webkit-linear-gradient( -72deg, #ca7345, #ffdeca 16%, #ca7345 21%, #ffdeca 24%, #a14521 27%, #ca7345 36%, #ffdeca 45%, #ffdeca 60%, #ca7345 72%, #ffdeca 80%, #ca7345 84%, #732100 );
        background: -o-linear-gradient( -72deg, #ca7345, #ffdeca 16%, #ca7345 21%, #ffdeca 24%, #a14521 27%, #ca7345 36%, #ffdeca 45%, #ffdeca 60%, #ca7345 72%, #ffdeca 80%, #ca7345 84%, #732100 );
        background: linear-gradient( -72deg, #ca7345, #ffdeca 16%, #ca7345 21%, #ffdeca 24%, #a14521 27%, #ca7345 36%, #ffdeca 45%, #ffdeca 60%, #ca7345 72%, #ffdeca 80%, #ca7345 84%, #732100 );
    }

        .season-final-game-team.bronze a {
            color: rgba(45, 00, 0, 0.55);
        }



#panel-fixtures button {
    margin-right: 5px;
}

#modal-auto-gen-fixtures .modal-dialog {
    max-width: 800px;
}

#auto-gen-fixtures-excluded-dates-container input {
    width: 200px;
    display: inline;
    margin-bottom: 10px;
    margin-right: 8px;
}

#auto-gen-fixtures-excluded-dates-container i {
    display: inline;
    color: #bd362f;
    cursor: pointer;
}

#auto-gen-fixtures-excluded-dates-container label {
    display: none !important;
    position: absolute;
    visibility: hidden;
}

#auto-gen-fixtures-excluded-dates-container input.error, #auto-gen-fixtures-excluded-dates-container select.error {
    border-color: #bd362f;
}

#auto-gen-fixtures-time-slots-container select {
    width: auto;
    display: inline;
    margin-bottom: 10px;
    margin-right: 3px;
    max-width: 180px;
}

#auto-gen-fixtures-time-slots-container label {
    display: none !important;
    position: absolute;
    visibility: hidden;
}

#auto-gen-fixtures-time-slots-container input.error, #auto-gen-fixtures-time-slots-container select.error {
    border-color: #bd362f;
}

#auto-gen-fixtures-time-slots-container div select:last-of-type {
    margin-right: 8px;
}

#auto-gen-fixtures-time-slots-container i {
    display: inline;
    color: #bd362f;
    cursor: pointer;
}

#auto-gen-fixtures-error-container p {
    color: #bd362f;
}


@media only screen and (max-width: 767px) { /*md*/
}



@media print {
    .fixture-div-day {
        margin-bottom: 10px;
        margin-bottom: 0px;
    }

        .fixture-div-day a {
            font-size: 4px;
        }

    fixture-table-day-tr-outer {
        width: 40%;
    }

    .fixture-table-day-tr-center {
        width: 20%;
    }

    .fixture-table-left tr {
        height: 40px;
    }

    .fixture-table-right tr {
        height: 40px;
    }

    .fixture-team-image {
        height: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 980px), print {
    .fixture-time {
        padding-left: 5px;
        padding-right: 5px;
    }

        .fixture-time a {
            font-size: 11px;
        }

    .fixture-team-left {
        padding-left: 5px;
        padding-right: 5px;
    }

        .fixture-team-left a {
            font-size: 11px;
        }

    .fixture-scores {
        padding-left: 5px;
        padding-right: 5px;
    }

        .fixture-scores a {
            font-size: 16px;
        }

    .fixture-team-right {
        padding-left: 5px;
        padding-right: 5px;
    }

        .fixture-team-right a {
            font-size: 11px;
        }

    .fixture-venue {
        padding-left: 5px;
        padding-right: 5px;
    }

        .fixture-venue a {
            font-size: 10px;
        }

    select.fixtures-quick-edit {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px), print {
    .fixture-team-image > img {
        display: none;
    }

    .fixture-team-image {
        width: 0%;
    }

    .fixture-scores {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {
    .fixture-table-center-edit .fixture-team-image > img {
        display: none;
    }

    fixture-table-center-edit .fixture-team-image {
        width: 0%;
    }

    fixture-table-center-edit .fixture-scores {
        width: 100%;
    }
    
    @media only screen and (min-width: 481px) and (max-width: 767px) { /*md*/
  .player-awaiting
  {
      font-size: 6px;
  }
  .hidden-md
{
    display:none;
}
  
}

@media only screen and (max-width: 480px) {
.hidden-xs
{
    display:none;
}
    
    .player-awaiting
    {
        font-size: 5px;
    }
}
.player-awaiting
  {
      font-size: 8px;
  }