#npContainer {
    width: 100%;
    max-width: 1400px;
    /*-webkit-transform: translateZ(0);*/
    /* #159292031 - have turned this fix off for now as it causes the manage players screen to cut off on a 2 round event */
}

#npBody.moduleMatchPlay {
    width: 98% !important;
    max-resolution: 1% !important;
}

#npHeader {
    width: 100% !important;
}

#npMenu {
    width: 100% !important;
}

.moduleMatchPlay .ui-panelgrid .ui-panelgrid-header
.no-wrap {
    white-space: nowrap;
}

.margin-top {
    margin-top: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

connection {
    border: 3px solid #ccc;
    border-radius: 8px;
    z-index: 0;
}

.badgeP1 {
    position: relative;

}

#matchplayRound {
    text-shadow: none;
}

.matchP1 {
    height: 50%;
    width: 80%;
    border-right: 1px solid #000;
}

.matchResult {
    width: 20%;
    height: 100%;
    float: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.badgeP1.winner {
    border-top-left-radius: 3px;
}

.badgeP2.winner {
    border-bottom-left-radius: 3px;
}

.match-row {
    display: none;
}
.results-container .match-row {display: block;font-weight: bold;margin: 5px 0;}

.match {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 70px;
    background: #fff;
    width: auto;
    min-width: 290px;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
}
.match .fa {font-size: 13px; display: inline;}

.match.matchPairs {
    height: 80px;
}

.matchResult.winner {
    background: #DBE9F1;
    display: flex;
    justify-content: center;
   align-items: center;
}


.editBtn, .scoreBtn {
    height: 25px;
    width: 25px;

}

.mpTeeTime {
    font-size: 12px;
    font-weight: bold;
}

.mpTeeTime a {
    border: 1px solid #0099FF;
    border-radius: 2px;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.mpTeeTime a:hover {
    background: #0099FF;
    color: #fff;
}

.startingTee {
    font-size: 11px;
    display: block;
    margin-top: 3px;
    font-weight: normal;
}

.matchResult .ui-commandlink {
    float: none !important;
}

.editDrawBtn {
    height: 33px;
}

.inliner {
    display: inline-block;
}

.ui-button.ui-state-default.btn-primary .ui-icon, button.ui-state-hover .ui-icon {
    background-image: none !important;
}

.badgeP1[data-seed1]:after {
    content: attr(data-seed1);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    background: #AFD6E9;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 23px;
    height: 35px;

}

.match.matchPairs .badgeP1[data-seed1]:after {
    height: 40px;
}

.match.matchPairs .badgeP2[data-seed2]:after {
    height: 38.9px;
}

.matchP2 {
    height: 48.5%;
    width: 80%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.badgeP2 {
    position: relative;

}

.badgeP2[data-seed2]:after {
    content: attr(data-seed2);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    background: #f2f2f2;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 23px;
    line-height: 33px;
}

.winner {
    color: #000;
    background: #DBE9F1;
}

.leader {
    color: #000;
    background: #DBE9F1;
}

.winner a, .winner a span {
    color: #000;
    font-weight: bold;
}

.winner .fa-certificate, .winner .fa-trophy {
    margin: 0 3px;
}

.leader a, .leader a span, .leader span.playerTwo {
    color: #000;
    font-weight: bold;
}

#bookForm .ui-autocomplete-input.ui-inputfield {
}

.loser a span.playerOne, .loser a span,.loser .playerTwo {
    color: #777;
    font-weight: normal;
}

.playerOne-hc, .playerTwo-hc, .teamOne-hc, .teamTwo-hc {margin: 0 0px 0 5px;}

.loser {
    background: #f5f5f5;
}

.runningResult {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.holeResult {
    background: #4AB5F1;
    color: #fff;
    padding: 2px 7px;
    width: auto;
    text-align: center;
}

.holeResults .holeResult.scoreNotEntered {
    background: #f5f5f5;
    color: #f5f5f5;
}

.holeResult.scoreNotEntered {
    background: #fff;
    padding: 0;
}

.seSeed {
    background: #ccc;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-right: 4px;
    width: 24px;
}

 span.result {
    font-weight: bold;
    font-size: 14px;



}
a.resultLink span.result { font-size: 14px;display: block; width: 48px; color: #069;}
.visitorPanel {
    border: 1px solid #333;
    border-radius: 5px;
}

.matchP1 a, .matchP2 a, .matchP1 a.ui-widget, .matchP2 a.ui-widget {
    margin: 0;
    display: inline-block;

}

.playerBlock, .playerBlock2 {font-size: 12px!important;
    display: flex;
    align-items: center;
    padding-left: 4px;
}
.playerBlock {padding-top: 2px;}

.ui-panelgrid.ui-widget td {
    border: none;
}

.text-right {
    text-align: right;
}

.text-info p {
    margin: 0;
}

.text-info {
    padding: 10px 5px;
    display: block;
    background-color: #f5f5f5;
    width: 98%;
    margin: 20px auto;
    font-size: 15px;
    border-radius: 4px;
}

.text-info ul {
    list-style-type: disc;
    font-size: 15px;
}

.text-info ul li {
    margin-left: 30px;
    line-height: 24px;
}

.text-right button.btn {
    margin-left: 5px !important;
    margin-bottom: 5px;
}

button.ui-state-default .ui-icon.fa {
    color: #069;
}

.ui-state-hover .ui-button-icon-left.ui-icon.fa {
    color: #fff;
}

button.btn-primary .ui-button-icon-left.ui-icon.fa {
    color: #fff;
}

.iconCol {
    width: 180px;
}

.hovered {
    background: #E4C562;
}

.hovered a {
    color: #000 !important;
}

#npBody.moduleMatchPlay .ui-datepicker-title {
    font-size: 1em;
}
.editRules .ui-panel.ui-widget-content.ui-hidden-container {border: 1px solid #ccc;}
.editRules  .ui-panelgrid.ui-widget {border: none;}


.ui-button.ui-widget.iconBtn {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    display: inline-block;
    vertical-align: top;
}

.ui-button-icon-only.iconBtn.ui-state-hover .fa-phone {
    color: #000;
}

.ui-button-icon-only.iconBtn.ui-icon {
    position: relative;
    top: 0;
    left: 0;
}

.ui-button.ui-widget.iconBtn .ui-icon.fa {
    padding: 0;
    margin: 0;
    position: inherit;
    left: 0;
}

.ui-button.ui-widget.iconBtn .ui-icon.fa.fa-phone {
    margin: 3px;
}

.ui-button-icon-only.ui-icon.iconBtn {
    left: 0;
    top: 0;
}

.ui-button-icon-only.iconBtn {
    width: auto;
}

.ui-button.iconBtn .ui-button-text {
    display: none;
}

.subHeadingTxt {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    line-height: 20px;
}

.subHeading {
    font-size: 15px;
    margin: 10px 0;
    line-height: 20px;
    display: block;
}

.align-right {
    text-align: right;
}

#npBody.moduleMatchPlay h1 {
    font-family: 'robotothin', arial, helvetica, verdana, sans-serif !important;
    color: #333;
    font-size: 28px;
    margin: 20px 0;
}

#npBody.moduleMatchPlay .ui-panelgrid.ui-widget.editPanel {
    padding: 0;
}

.fourCol .col1, .fourCol .col3 {
    width: 15%;
}

.fourCol .col2, .fourCol .col4 {
    width: 35%;
}

.editPanel .ui-grid-row {
    margin: 8px 0;
}

.editPanel .ui-inputfield, .editPanel .ui-selectonemenu {
    width: 90% !important;
}

.editPanel .ui-inputfield.input-quart {
    width: 25% !important;
}

.editPanel .adminBtns .ui-inputfield {
    width: 150px !important;
    font-size: 14px;
}

.adminBtns {
    display: inline-block;
}

.editPanel .hasDatepicker {
    width: auto !important;
}

.ui-accordion-content .ui-panelgrid.ui-widget.editPanel {
    border: none;
    padding: 0;
}

.moduleMatchPlay .ui-panelgrid .ui-panelgrid-header, .ui-panelgrid .ui-panelgrid-header {
    text-align: left;
    padding: 17px;
    background: #f5f5f5;
}

.moduleMatchPlay .ui-panelgrid.seHoleByHole .ui-panelgrid-header, form.mpScoreEntry .ui-panelgrid .ui-panelgrid-header {
    background: #fff;
}

.strong {
    font-weight: bold;
}

.ui-panelgrid.seHoleByHole .ui-panelgrid-cell {
    text-align: center;
}

.italics {
    font-style: italic;
}

.ui-inputfield.ui-widget.input-padded {
    margin: 0px 5px 0 0;
}

.ui-panelgrid-cell .holeRow {
    text-align: center;
    font-weight: bold;
}

.eventNotes button {
    margin: 10px 5px 0 0;
}

.eventNotes {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.bookingButtons {
    margin-bottom: 10px;
    text-align: right;
}

.pageEventRegistration h2, .eventTitle h2 {
    font-size: 19px;
}

span.playerCount {
    font-weight: normal;
    font-size: .8em;
    margin-left: 5px;
}

.ui-panelgrid.ui-widget.eventPlayers {
    border: none;
}

.ui-panelgrid.ui-widget.editPanel {
    border: 1px solid #ccc;
}

.eventPlayers .ui-widget-header {
    background: #f5f5f5;
    text-align: left;
    padding: 8px 5px;
}

.moduleMatchPlay .ui-widget-header .ui-button.btn {
    margin: 0;
}

.ui-panelgrid.eventPlayers .ui-grid-responsive .ui-panelgrid-cell {
    border-bottom: 1px solid #CBCBCB;
}

.eventPlayers .ui-panelgrid-cell:first-child {
    width: 5%;
    min-width: 30px;
    vertical-align: top;
}

.eventPlayers .ui-panelgrid-cell:last-child {
    width: 10%;
    min-width: 30px;
    text-align: right;
}

.eventPlayers .ui-panelgrid-cell:nth-child(2) {
    width: 50%;
}

.eventPlayers .ui-panelgrid-cell:nth-child(3) {
    width: 35%;
}

.full-col {
    width: 99%;
}

.full-col.flex {
    width: 99%;
    display: flex;
    justify-content: flex-end;
}

.moduleMatchPlay .col-half, form.moduleMP .col-half, .mpDraw .col-half, .mpScoreEntry .col-half, .mpResults .col-half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
#matchplayRoundCont .col-half {
    width: 49%;
    display: inline-block; vertical-align: middle;}

.mpScoreEntry .ui-button-text-icon-left .ui-button-text {
    padding: .3em .2em .3em 1.3em;
    font-size: 13px;
}

.mpScoreEntry .ui-selectonemenu {
    box-sizing: content-box;
}

.moduleMatchPlay .ui-button.btn {
    margin: 8px 0;
}

.moduleMatchPlay .ui-button.btn.xmargin {
    margin: 10px 15px;
}

.moduleMatchPlay .btn-compact {
    margin: 4px 0;
    font-size: 12px;
    padding: 0;
}

.ui-widget button.small-btn {font-size: 14px;}
.ui-button.ui-widget.small-btn {padding:5px 6px 4px 27px;}
.ui-button-text-icon-left.small-btn .ui-button-text {padding:0;}
.text-right button.btn.small-btn {margin-bottom: 0;}

.moduleMatchPlay .ui-button.btn-compact {
    margin-left: 5px;
}

.restrictions.data-tables, .advancedSettings {
    margin-top: 10px;
}

.advancedSettings.ui-accordion.ui-widget .ui-accordion-header, .advancedSettings.ui-accordion.ui-widget .ui-accordion-content {
    border: 1px solid #b8ced9;
}

.advancedSettings.ui-accordion.ui-widget .ui-accordion-content {
    padding: 10px;
}

.action-buttons {
    text-align: right;
}

.action-buttons .btn {
    vertical-align: top;
}

.player1, .player2 {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.inplaceEditLink {
    color: #000;
}

.headerInput input.ui-column-filter {
    margin: 0 10px;
    display: inline-block;
    width: 130px;
}



.playerOne, .playerTwo {
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;

}

.playerHC, a span.playerHC {
    display: inline-block;
    margin-left: 4px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
}


.roundTitle h3 {
    margin: 4px 0;
}

.roundDates {
    margin: 5px 0;
    display: block;
}

a span.playerOne, a span.playerTwo {
    color: #000;
}

.entrantsPairing {
    display: inline-block;
    white-space: nowrap;
}

.entrantsPairing .ui-commandlink {
    float: none;
}

.entrantName, .entrantFee {
    display: inline-block;
    margin-right: 5px;
}

.roundTitle span.ui-menubutton {
    width: 100%;
}

.roundOptions button {
    width: 100%;
    background: #069;
    color: #fff;
}

.roundOptions.roundDraft button {
    background: #ccc;
    border-color: #ccc;
}

.roundOptions.roundCompleted button {
    background: #043E62;
    border-color: #043E62;
}

.roundOptions .ui-button-text {
    color: #fff;
}

.roundOptions .ui-button-text-icon-left .ui-button-text {
    padding: 2px 0 0 12px;
    font-size: 12px;
}

.roundOptions .ui-button.ui-state-default .ui-icon {
    background-image: none !important;
}

.roundOptions .ui-icon {
    text-indent: 0;
}

.ui-menubutton.roundOptions .ui-button {
    color: #fff;
}

.roundOptions .ui-button.ui-widget.ui-state-default .ui-icon.ui-icon-triangle-1-s:before {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    background-image: none !important;
}

.ui-spinner-button.ui-button.ui-widget {
    padding: 0;
}

.ui-state-hover a, .ui-state-hover a:hover, #npBody .ui-widget-content.ui-state-hover a:hover {
    color: #000;
}

.ui-panelgrid.contactInfo {
    margin-bottom: 10px;
    width: 600px;
    position: relative;
}

.contactInfo .ui-dialog {
    top: 66px !important;
}

.ui-panelgrid.contactInfo .ui-panelgrid-header {
    padding-left: 55px;
    font-size: 16px;
}

.profilePic {
    height: 40px;
    width:40px;
    display: inline-block;
    clip-path: circle(20px at center);
    position: absolute;
    top: 5px;
    left: 5px;
}
/*rego*/
td.playerIcons, th.ui-state-default.playerIcons {width: 20px;}
td.playerHandicap, th.ui-state-default.playerHandicap {width: 80px;}
td.playerGolflinkNo, th.ui-state-default.playerGolflinkNo {width: 180px;}
td.playerSeed, th.ui-state-default.playerSeed {width: 50px;background: #eee;font-weight: bold;}
td.playerName, th.ui-state-default.playerName {font-weight: bold;}


/*score entry*/
.ui-panelgrid.ui-widget.seHoleByHole {
    border: 1px solid #ccc;
}

.sePlayerName1 {display: block;}
 .sePlayerName2 {display: inline-block;margin-top: 8px;}

.sePlayerBlock {
    margin-top: 10px;
    text-transform: uppercase;
    background: #f5f5f5;
    height: 70px;
    display: block;
}

.ui-panelgrid.ui-widget.seResults {
    border: none;
}

.sePlayer1, .sePlayer2 {
    font-size: 16px;
    padding: 5px;
    float: left;
    display: inline-block;
}

.selectScore {
    width:30%;
    float:right;
    padding: 5px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.selected.mpBtn {
    background: #337ab7;
    color: #fff;
}

.seResults {
    margin-top: 10px;
}

.scPlayer {
    font-weight: bold;
    text-transform: uppercase;
}

.seHoleByHole.gross .ui-grid .ui-grid-row:first-child, .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(1), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(7), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(25), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(33) {
    background: #f5f5f5;
    font-weight: bold;
}

.seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(4), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(5), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(10), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(11), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(16), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(17), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(30), .seHoleByHole.gross .ui-grid .ui-grid-row:nth-child(31) {
    background: #DBE9F1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 2px 0;
}

.seHoleByHole.nettMixed .ui-grid .ui-grid-row:first-child, .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(9), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(17), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(25), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(33) {
    background: #f5f5f5;
    font-weight: bold;
}

.seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(6), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(7), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(14), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(15), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(22), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(23), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(30), .seHoleByHole.nettMixed .ui-grid .ui-grid-row:nth-child(31) {
    background: #DBE9F1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 2px 0;
}

.seHoleByHole.nett .ui-grid .ui-grid-row:first-child, .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(8), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(15), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(22) {
    background: #f5f5f5;
    font-weight: bold;
}

.seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(5), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(6), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(12), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(13), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(19), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(20), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(26), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(27) {
    background: #DBE9F1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 2px 0;
}

.seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(5) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(6) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(12) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(13) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(19) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(20) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(26) .ui-panelgrid-cell:nth-child(1), .seHoleByHole.nett .ui-grid .ui-grid-row:nth-child(27) .ui-panelgrid-cell:nth-child(1) {
    text-align: left;
}

.seHoleByHole .ui-grid-row {
    border-bottom: 1px solid #f5f5f5;
}

.seHoleByHole .ui-grid-row {
    border-bottom: 1px solid #f5f5f5;
}

.ui-grid-col-1:nth-child(2) {
    width: 5px;
}

.ui-grid-col-1:nth-child(1) {
    width: 280px;
}

.winIcon {
    display: inline;
    margin-top: 5px;



}

.winIcon label.fa {
    margin-right: 5px;
}

.player-names .fa {margin: 0 5px;}

.miclub-icon-orange {
    color: #ff4500;
}
.miclub-icon-blue {
    color: #0033FF;
}

/*matchplay results ladder*/

.results-container {
    width: 96%;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
    text-shadow: none;
}

.results-container .row .matchPlayTitleSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.results-container .row .matchPlayTitleSection .prevBtn, .results-container .row .matchPlayTitleSection .matchPlayTitle, .results-container .row .matchPlayTitleSection .nextBtn {
    flex: 1;
}

.results-container .row .matchPlayTitleSection .prevBtn {
    text-align: left;
}

.results-container .row .matchPlayTitleSection .matchPlayTitle {
    text-align: center;
}

.results-container .row .matchPlayTitleSection .nextBtn {
    text-align: right;
}

.results-container .row .matchPlayTitleSection .prevBtn a, .results-container .row .matchPlayTitleSection .nextBtn a {
    text-decoration: none !important;
}

.backToRoundsBtn {
    display: none;
}

.player-row {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}

.point-right {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    background: #6BBFF9;
    height: 45px;
    width: 20px;
    display: inline-block;
}

.point-left {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(100% 0%, 0 50%, 100% 100%);
    clip-path: polygon(100% 0%, 0 50%, 100% 100%);
    background: #6BBFF9;
    height: 45px;
    width: 20px;
    display: inline-block;
}

.score {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 14%;
    min-width: 60px;
    margin: 0;
    height: 45px;
    text-align: center;
    background: #6BBFF9;
    color: #fff;

}

.score a {
    color: #fff;
}

.match-score {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.match-score a.ui-link {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.match-score a:after {
    font-family: 'Glyphicons Halflings'!important;
    content: "\e114";
    margin: 0;
    font-size: 16px;
    line-height: .8em;
    display: block;
}

.mobileTitle .btn.ui-link {
    color: #2489ce;
}

.player-container {
    display: flex;
    align-content: stretch;
    background: #E5E5E5;
    margin: 0;
    height: 45px;
    position: relative;
}

.player-right {
    align-items: center;
    justify-content: flex-end;
    width: 43%;
    text-transform: uppercase;
    text-align: right;
}

.player-left {
    align-items: center;
    width: 43%;
}

.player-name {
    margin: 0 5px;
    text-transform: uppercase;
    width: 100%;

}
.mpResults .player-name {width: 180px;}
.team-player-2-acc {display: block;}

.player-names {
    margin: 0 5px;
    text-transform: uppercase;

}

.player-handicap {
    display: block;
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    font-size: 14px;
}

.player-rank {

    width: 48px;
    height: 100%;
    background: #AFD6E9;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
}

.lost .player-rank {
    background: #ccc;
}

.rank-label {
    font-size: 11px;
    text-transform: uppercase;
}

.win {
    background: #fff;
    font-weight: bold;
}

.leading {
    background: #fff;
    font-weight: bold;
}


.wrapper {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: 1fr, repeat(18, 40px);
    margin-bottom: 5px;
    color: #444;
    width: 100%;
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 5px;
}

.holes {
    display: flex;
    justify-content: space-evenly;
}

.holes div {
    width: 36px;
    text-align: center;
    margin: 2px;
    align-self: center;
    padding: 3px 0;
    height: auto;
}

.score-first-9 div, .score-second-9 div {
    background: #fff;
    border: 1px #9E9E9F solid;
}

.birdie-color {
    background: #87CEF9 !important;
}

.bogey-color {
    background: #FDCF92 !important;
}

.double-bogey-color {
    background: #FC9494 !important;
}

.player-name {
    grid-column: 1/2;
    grid-row: 2/4;

}

.wrapper.player-2 .player-name {
    grid-row: 1/3;
}

.first-9 {
    grid-column: 2/10;
    grid-row: 1/2;
    background: #444;
    color: #fff;
}

.second-9 {
    grid-column: 10 / 18;
    grid-row: 1/2;
    background: #444;
    color: #fff;
}

.wrapper.player-2 .second-9, .wrapper.player-2 .first-9 {
    grid-row: 3/4;
    display: none;
}

.mp-score-first-9 {
    grid-column: 2 / 10;
    grid-row: 2/3;
    font-weight: bold;
}

.wrapper.player-2 .mp-score-first-9 {
    grid-row: 2/3;
}

.mp-score-second-9 {
    grid-column: 10 / 18;
    grid-row: 2/3;
    font-weight: bold;
}

.score-first-9 {
    grid-column: 2 / 10;
    grid-row: 3/4;
}

.score-second-9 {
    grid-column: 10 / 18;
    grid-row: 3/4;
}

.wrapper.player-2 .score-second-9, .wrapper.player-2 .score-first-9 {
    grid-row: 1/2;
}

.drawTitle {
    font-size: 1.5em;
    font-weight: bold;
}

.team-player-1, .team-player-2 {
    width: 100%;
    display: block;
}


@media screen and (max-width: 1100px) {

    .point-right,.point-left {display:none;}

    .wrapper {
        display: grid;
        grid-gap: 4px;
        grid-template-columns: 9fr;
    }

    .holes div {
        width: 30px;
    }

    .player-name {
        grid-column: 1/9;
        grid-row: 1/2;
    }

    .wrapper.player-2 .player-name {
        grid-row: 1/2;
    }

    .first-9, .wrapper.player-2 .first-9 {
        grid-column: 1/9;
        grid-row: 2/3;
    }

    .wrapper.player-2 .first-9, .wrapper.player-2 .second-9 {
        display: flex;
    }

    .second-9, .wrapper.player-2 .second-9 {
        grid-column: 1/9;
        grid-row: 5/6;
    }

    .mp-score-first-9, .wrapper.player-2 .mp-score-first-9 {
        grid-column: 1 / 9;
        grid-row: 3/4;
    }

    .mp-score-second-9, .wrapper.player-2 .mp-score-second-9 {
        grid-column: 1 / 9;
        grid-row: 6/7;
    }

    .score-first-9, .wrapper.player-2 .score-first-9 {
        grid-column: 1 / 9;
        grid-row: 4/5;
    }

    .score-second-9, .wrapper.player-2 .score-second-9 {
        grid-column: 1 / 9;
        grid-row: 7/8;
    }

    .moduleMatchPlay .col-half, .pageMatchplayResults .col-half, .mpDraw .col-half, .mpResults .col-half, .form.moduleMP .col-half {
        width: 96%;
    }

    form.moduleMP .col-half, .sePlayer1, .sePlayer2, .selectScore, .mpScoreEntry .col-half {
        width: 98%;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .full-col.flex {
        display: block;
    }

    .ui-button.ui-widget.ui-button-text-only .ui-button-text {
        font-size: .9em;
    }

    #lc_chat_layout.lc-collapsed #lc_chat_header {
        display: none;
    }

    .sePlayerBlock {
        height: 88px;
    }

    .sePlayerName1 {display: inline;}

    #supporthero-button {
        display: none !important;
    }

    #npBody.moduleMatchPlay h1 {
        font-size: 16px;
    }

    .subHeading {
        font-size: 13px;
    }

    .winIcon {
        display: inline-block;
    }

    .ui-panelgrid.ui-widget.seHoleByHole {
        overflow: scroll
    }

    .seHoleByHole .ui-grid-responsive .ui-grid-row {
        display: inline-block;
    }

    .seHoleByHole .ui-grid-responsive .ui-grid-col-1 {
        width: 8.33333%;
        float: left;
    }

    .seHoleByHole .ui-grid-row {
        width: 900px;
    }

    .seHoleByHole .ui-grid-responsive .ui-grid-col-1 .scPlayer {
        width: 200px;
        white-space: nowrap;
        font-size: 12px;
    }

    .seHoleByHole.nettMixed .ui-grid-row:nth-child(2), .seHoleByHole.nettMixed.ui-grid-row:nth-child(3), .seHoleByHole.nettMixed .ui-grid-row:nth-child(4), .seHoleByHole.nettMixed .ui-grid-row:nth-child(10), .seHoleByHole.nettMixed .ui-grid-row:nth-child(11), .seHoleByHole.nettMixed .ui-grid-row:nth-child(12) {
        display: none;
    }

}

@media only screen and (max-width: 700px) {

    .ui-datatable-reflow.regoTable tr.ui-widget-content {border-top: 2px solid #ccc;}
    td.playerName span.ui-column-title {font-weight: bold;}

    .ui-datatable-reflow.regoTable thead th, .ui-datatable-reflow tfoot td {
        display: none;
    }

    .ui-datatable.ui-widget.regoTable.ui-datatable-reflow td {
        text-align: left;
        display: block;
        border: 0px none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;

    }

    .ui-datatable.ui-widget.regoTable .ui-datatable-data td {border: none;}

    .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
    }

   td.playerSeed span {width:60px; font-weight: bold; display: inline!important; margin-right: 0!important;}
}


@media screen and (max-width: 560px) {
    .ui-panelgrid.contactInfo {
        max-width: 360px;
    }

    .ui-grid-responsive .contactInfoLabel.ui-grid-col-6 {
        width: 100%;
        float: none;
        display: block;
    }

    .ui-panelgrid .ui-grid-responsive .ui-grid-row {
        border-top: 1px solid;
        border-top-color: inherit;
        border-color: #ccc;
    }
}

@media screen and (max-width: 376px) {
    .ui-panelgrid.contactInfo {
        width: 320px;
    }

    .sePlayerBlock {height: 100px;}
    .sePlayer1, .sePlayer2 {padding: 0 5px;}
}


@media screen and (max-width: 1200px) {

    .player-row {
        display: block !important;
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }

    .score, .player-left, .player-right {
        width: 100%;
    }


    .player-right {text-align: left;justify-content: flex-start;}
    .player-rank {order: 1;}
    .player-name, .player-names {order:2;}

    .win {
        background: #fff;
    }

    .leading {
        background: #fff;
    }

    .results-container {
        font-size: 15px;
    }


    .team-player-2 {display: block;}

    .match-row {
        display: flex;
        width: 100%;
        background: #444d56;
        border: 1px solid #444d56;
        padding: 3px;
        box-sizing: border-box;
        font-size: 12px;
        color: #fff;
    }

    .fourCol .col1, .fourCol .col3 {
        width: 60%;
    }

    .fourCol .col2, .fourCol .col4 {
        width: 40%;
    }

    .text-right.mpStatus {
        text-align: left;
    }

}

@media only screen
and (max-device-width: 667px)
and (orientation: landscape) {
    .team-player-1, .team-player-2 {
        font-size: 12px;
    }

    .match-score {
        font-size: 14px;
    }
}





@media screen and (max-width: 490px) {
    .wrapper {
        font-size: 12px;
    }
}

.hide {
    display: none;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.draw-container {
    transform-origin: top left;
}
.print-tools {
    background: #eee;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    padding: 0 10px;
}
.print-tools .print-scaler,
.print-tools .print-top-margin {
    text-align: left;
}
.print-tools a {
    padding: 4px 8px;
    border-radius: 3px;
}
.print-tools a.print-tools-selected {
    background: #069;
    color: #fff;
}
.matchplay-print-logo {
    position: fixed;
    top: 10px;
    right: 10px;
    max-height: 40px;
    opacity: 0;
}
.print-tools-toggle:hover {
    background-color: #3D94DD;
    color: #ffffff;
}
.print-tools-toggle:hover .ui-icon.fa {
    color: #ffffff;
}

.print-tools-drawer {
    display: none;
}

#print-scaler-33,
#print-scaler-50,
#print-scaler-66,
#print-scaler-75,
#print-scaler-100,
#print-top-margin-10,
#print-top-margin-20,
#print-top-margin-30,
#print-top-margin-40,
#print-top-margin-50,
#print-top-margin-0 {
    cursor: pointer;
}

.ui-menuitem .ui-state-hover .ui-menuitem-text{
    color: #0408fd;
}
