body .dashboard {
  max-width: 1320px;
  width: auto;
  padding: 0 30px;
  margin: 20px auto 0;
  min-height: calc(100vh - 113px - 100px);
}
@media screen and (max-width: 768px) {
    body.oneGolf .dashboard {
        padding: 0 10px !important;
    }
}
body .dashboard .title-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 15px 0;
}
@media (max-width: 768px) {
  body .dashboard .title-container {
    flex-direction: column;
    align-items: flex-start;
  }
  body .dashboard .title-container .tabs-section {
    margin: 20px -5px 0;
  }
}

body .dashboard.members-home .title-container{
  margin: 15px 0 0;
  align-items: flex-start;
}
body .dashboard.members-home .title-container .top-apps-section{
/*     background: rgba(30, 30, 30, 0.9); */
    padding: 0 0 10px;
/*     border-radius: 4px; */
    display: flex;
    align-items: center;
}
body .dashboard.members-home .title-container .top-apps-section strong{
    line-height: 1;
    margin: 0 5px 0 0;
    text-align: center;
}
body .dashboard.members-home .title-container .top-apps-section img{
    border-radius: 5px;
    width: 75px;
    height: auto;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
}
body .dashboard.members-home .title-container .top-apps-section a:hover img{
    opacity: 0.3;
    border: 1px solid var(--bright-blue);
}
@media (max-width: 768px){
  body .dashboard.members-home .title-container .top-apps-section{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  body .dashboard.members-home .title-container .top-apps-section strong{
/*       width: 100%; */
      margin: 10px;
  }
  body .dashboard.members-home .title-container .top-apps-section img{
    margin: 0 10px;
  }
}

body .dashboard .title-container .title {
  margin: 0;
}
body .dashboard .title-container .subtitle {
  margin: 0;
}
body .dashboard .title-container .tabs-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .dashboard .title-container .tabs-section .btn {
  margin: 0 5px;
  text-align: center;
}
body.oneGolf .dashboard .btn {
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  border-radius: 30px;
  color: var(--white);
  padding: 6px 12px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font-size);
  transition: all 0.3s ease;
}
body .dashboard .btn.btn-primary{
    background-color: var(--dark-blue) !important;
}
@media (max-width: 992px) {
  body .dashboard .btn {
    font-size: 13px;
    padding: 6px 10px;
  }
}
body .dashboard .btn:hover {
  background-color: var(--mid-blue) !important;
  border-color: var(--mid-blue) !important;
  color: var(--white) !important;
}
body .errorBtn .btn.btn-primary{
  background-color: var(--dark-blue) !important;
  border: 1px solid var(--dark-blue) !important;
  border-radius: 30px;
  color: var(--white) !important;
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
body .errorBtn .btn.btn-primary:hover{
    background-color: var(--mid-blue) !important;
    border-color: var(--mid-blue) !important;
}
body .errorBtn .btn.btn-default{
   background-color: transparent !important;
  border: 1px solid var(--dark-blue) !important;
  border-radius: 30px;
  color: var(--dark-blue) !important;
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
body .errorBtn .btn.btn-default:hover{
  background-color: var(--dark-blue) !important;
  color: var(--white) !important;
}

body.oneGolf .dashboard a{
    color: var(--mid-blue);
    font-weight: 600;
}
body.oneGolf .dashboard a:hover{
    color: var(--bright-blue);
}
body .dashboard .boxes-container .box a{
  font-weight: 600;
}
body .dashboard .boxes-container .box a>small{
  font-weight: 400;
}
body .dashboard .boxes-container, body .dashboard .news-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .dashboard .boxes-container .box, body .dashboard .news-container .box {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  margin: 10px 10px;
  background-color: var(--light-silver);
  padding: 40px 30px;
  border-radius: 3px;
  min-height: 250px;
}
@media (max-width: 576px) {
  body .dashboard .boxes-container .box, body .dashboard .news-container .box{
    padding: 20px 15px;
    min-height: 180px;
  }
}

body .dashboard .boxes-container .box table, body .dashboard .boxes-container .box table td{
    font-family: var(--font);
    font-size: 14px;
}
body .dashboard .boxes-container .box table{
    width: 100%;
}
body .dashboard .boxes-container .box table tr td{
    padding: 5px 0;
}
body .dashboard .boxes-container .box table td div[align="center"]{
    text-align: left;
}

/* Hiding Portal Include links */
body .dashboard .boxes-container .box .prize .portalLink, body .dashboard .boxes-container .box .booking table tbody tr:first-child, body .dashboard .boxes-container .box .result table tbody tr:first-child, body .dashboard .boxes-container .box .result table tbody tr:last-child, body .dashboard .boxes-container .box .account table tbody tr:first-child, body .dashboard .boxes-container .box .teenet .portalLink, body .dashboard .boxes-container .box .leaderboards table tbody tr:nth-last-child(2), body .dashboard .boxes-container .box .leaderboards table tbody tr:last-child, body .dashboard .boxes-container .box .mistats .portalLink, body .dashboard .boxes-container .box .matchplay .portalLink, body .dashboard .boxes-container .box .my-points .portalLink{
    display: none;
}
body .dashboard .boxes-container .box .go-to-button{
  display: none;
}
/* MIM My Account Box */
body .dashboard .boxes-container .box .mim #balances-root .text-end.col-12{
  display: flex;
  padding: 0;
}
body .dashboard .boxes-container .box .mim #balances-root table.table th{
  font-family: var(--font);
}
body .dashboard .boxes-container .box .mim #balances-root .portalLink a{
    cursor: pointer;
    display: inline-block;
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    margin: 5px 0 0;
    text-decoration: none;
    font-weight: 500;
}
body .dashboard .boxes-container .box .mim #balances-root .portalLink a:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
    color: var(--white);
}
body .dashboard .boxes-container .box .mim, body .dashboard .boxes-container .box .mim #balances-root, body .dashboard .boxes-container .box .mim #balances-root .App, body .dashboard .boxes-container .box .mim #balances-root .App>div, body .dashboard .boxes-container .box .mim #balances-root .App>div .container-fluid, body .dashboard .boxes-container .box .mim #balances-root .App>div .container-fluid{
  height: 100%;
}
body .dashboard .boxes-container .box .mim #balances-root .App>div .container-fluid{
  display: flex;
  flex-direction: column;
}
body .dashboard .boxes-container .box .mim #balances-root .App>div .container-fluid .row:last-child{
    flex-grow: 1;
    align-items: flex-end;
}

/* My Bookings Box */
body .dashboard .boxes-container .box .booking .booking-item{
  margin-bottom: 10px;
}

/* My Results Box */
body .dashboard .boxes-container .box .result .result-item{
  margin-bottom: 10px;
}

/* Teenet Box */
body .dashboard .boxes-container .box .teenet>svg{
    height: 100%;
}
body .dashboard .boxes-container .box .teenet>svg .territory{
  cursor: pointer;
}

/* Matchplay Box */
body .dashboard .boxes-container .box .matchplay .portHL{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
body .dashboard .boxes-container .box .matchplay .portHL.portSub .portSubHeading{
    margin-left: 0;
}
body .dashboard .boxes-container .box .matchplay ul{
    list-style: none;
    padding: 0;
}

/* My Prizes Box */
body .dashboard .boxes-container .box .prize .prizePort{
    margin: 0;
}
body .dashboard .boxes-container .box .prize .prizePort .prizeDiv{
    border-bottom: none;
}
body .dashboard .boxes-container .box .prize .prizePort .prizeDiv:first-child{
    padding-top: 0;
    margin-top: 0;
}


/* MiStats Box */
body .dashboard .boxes-container .box.mistats-portal{
/*    width: calc(66.66% - 20px);*/
  overflow-x: hidden;
}
body .dashboard .boxes-container .box .mistats #miStats_body .pie-chart{
    margin-bottom: 0;
}
body .dashboard .boxes-container .box .mistats #miStats_body .pie-chart .pie-title{
    margin: 0;
    text-align: center;
}
body .dashboard .boxes-container .box .mistats #miStats_body .pie-chart .pie-title h4{
    margin-bottom: 0;
}
body .dashboard .boxes-container .box .mistats #miStats_body .pie-chart #chart-area1-div, body .dashboard .boxes-container .box .mistats #miStats_body .pie-chart #chart-area2-div, body .dashboard .boxes-container .box .mistats #miStats_body .pie-chart #chart-area3-div{
    height: 125px;
}

/* My Messages Box */
body .dashboard .boxes-container .box #messages .msgAreaIn{
    margin-bottom: 10px;
}
body .dashboard .boxes-container .box #messages .msgAreaIn:nth-child(n + 6){
    display: none;
}
body .dashboard .boxes-container .box #messages .msgAreaIn .portalLink{
    display: block;
}

/* MIM Account */
body .dashboard .boxes-container .box .mim #balances-root table.table{
    color: var(--dark-blue);
}
body .dashboard .boxes-container .box .mim #balances-root table.table th, body .dashboard .boxes-container .box .mim #balances-root table.table td{
    border: none;
    padding-left: 0;
    padding-right: 0;
}

/* Leaderboards Box */
body .dashboard .boxes-container .box .leaderboards table tbody tr td:first-child{
    width: 90px;
}
body .dashboard .boxes-container .box .leaderboards .leaderboard{
    margin-bottom: 10px;
}
body .dashboard .boxes-container .box .leaderboards .leaderboard p{
  margin: 0;
}

/* One Golf/MiScore App Box */
body .dashboard .boxes-container .box.app-box{
/*     width: calc(33.33% - 20px); */
    padding: 0;
    background-color: transparent;
    display: none;
}
@media (max-width: 992px){
    body .dashboard .boxes-container .box.app-box{
        display: flex;
        width: calc(50% - 20px);
    }
}
@media (max-width: 576px){
  body .dashboard .boxes-container .box.app-box{
        width: calc(100% - 20px);
    }
}
body .dashboard .boxes-container .box.app-box .app-box-container{
    padding: 40px 30px;
    background-color: var(--light-silver);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    flex: 1;
}
body .dashboard .boxes-container .box.app-box .app-box-container:first-child{
    margin-bottom: 20px;
}
body .dashboard .boxes-container .box.app-box .app-box-container:first-child img.app-logo{
  filter: brightness(1.3);
}
body .dashboard .boxes-container .box.app-box .app-box-container img.app-logo{
    max-width: 100%;
    width: 65px;
    height: auto;
    border-radius: 5px;
}
body .dashboard .boxes-container .box .app-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
body .dashboard .boxes-container .box .app-container a{
  width: calc(50% - 10px);
  margin: 5px;
}
body .dashboard .boxes-container .box .app-container img{
    max-width: 100%;
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 992px) {
  body .dashboard .boxes-container .box, body .dashboard .news-container .box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  body .dashboard .boxes-container .box, body .dashboard .news-container .box {
    width: calc(100% - 20px);
  }
}
body .dashboard .boxes-container .box .fb_iframe_widget, body .dashboard .news-container .box .fb_iframe_widget{
    text-align: center;
    max-width: 100%;
}
body .dashboard .boxes-container .box .fb_iframe_widget, body .dashboard .news-container .box .fb_iframe_widget>span, body .dashboard .boxes-container .box .fb_iframe_widget, body .dashboard .news-container .box .fb_iframe_widget iframe{
    max-width: 100%;
}
body .dashboard .boxes-container .box.two-third-col, body .dashboard .news-container .box.two-third-col {
  width: calc(66.66% - 20px);
  max-height: 553px;
  overflow-x: auto;
}
body .dashboard .boxes-container .box.two-third-col, body .dashboard .news-container .box iframe{
    max-width: 100%;
}
body .dashboard .news-container .box.two-third-col::-webkit-scrollbar{
    background: var(--mid-silver);
    border-radius: 4px 4px 0 0;
    width: 8px;
}
body .dashboard .news-container .box.two-third-col::-webkit-scrollbar-thumb{
    background: var(--silver);
    border-radius: 30px;
}
body .dashboard .boxes-container .box.two-third-col, body .dashboard .news-container .box{
    min-height: 553px !important;
}
body .dashboard .news-container .box.two-third-col h2, 
body .dashboard .news-container .box.two-third-col h2 span, 
body .dashboard .boxes-container .box.two-third-col h3, 
body .dashboard .boxes-container .box.two-third-col h4, 
body .dashboard .boxes-container .box.two-third-col h5, 
body .dashboard .boxes-container .box.two-third-col h6, 
body .dashboard .boxes-container .box.two-third-col p, 
body .dashboard .boxes-container .box.two-third-col span{
    color: var(--dark-blue) !important;
    font-family: var(--font) !important;
}
@media (max-width: 992px) {
  body .dashboard .boxes-container .box.two-third-col, body .dashboard .news-container .box.two-third-col {
    width: calc(100% - 20px);
  }
}
body .dashboard .boxes-container .box.full-width, body .dashboard .news-container .box.full-width {
  width: calc(100% - 20px);
}
body .dashboard .boxes-container .box h2, body .dashboard .news-container .box h2 {
  margin: 0 0 20px;
}
body .dashboard .boxes-container .box p, body .dashboard .news-container .box p {
  margin: 0 0 10px;
}
body .dashboard .boxes-container .box .btn, body .dashboard .news-container .box .btn {
  color: var(--white);
}
body .dashboard .boxes-container .box .btn:hover, body .dashboard .news-container .box .btn:hover {
  color: var(--white);
}
body .dashboard .boxes-container .box .booking, body .dashboard .news-container .box .result, body .dashboard .news-container .box .booking {
  margin-bottom: 10px;
}
body .dashboard .boxes-container .box .result p, body .dashboard .boxes-container .box .booking p, body .dashboard .news-container .box .result p, body .dashboard .news-container .box .booking p {
  margin: 0;
}
body .dashboard .boxes-container .box .result a, body .dashboard .boxes-container .box .booking a, body .dashboard .news-container .box .result a, body .dashboard .news-container .box .booking a {
  text-decoration: none;
}
body .dashboard .boxes-container .box .btn-container, body .dashboard .news-container .box .btn-container {
  margin: 25px -5px 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 576px){
  body .dashboard .boxes-container .box .btn-container, body .dashboard .news-container .box .btn-container {
    margin: 10px -5px 0;
  }
}
body .dashboard .boxes-container .box .btn-container .btns, body .dashboard .news-container .box .btn-container .btns {
  display: flex;
  flex-wrap: wrap;
}
body .dashboard .boxes-container .box .btn-container a, body .dashboard .news-container .box .btn-container a {
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  border-radius: 30px;
  color: var(--white);
  padding: 6px 12px;
  display: block;
  margin: 5px 5px 0;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
body .dashboard .boxes-container .box .btn-container a:hover, body .dashboard .news-container .box .btn-container a:hover {
  background-color: var(--mid-blue);
  border-color: var(--mid-blue);
}
@media (max-width: 992px) {
  body .dashboard .boxes-container .box .btn-container .btns, body .dashboard .news-container .box .btn-container .btns {
    flex-direction: column;
  }
  body .dashboard .boxes-container .box .btn-container .btns a, body .dashboard .news-container .box .btn-container .btns a {
    min-width: 144px;
    text-align: center;
    font-size: 13px;
    padding: 6px 10px;
  }
}
@media (max-width: 576px) {
  body .dashboard .boxes-container .box .btn-container .btns, body .dashboard .news-container .box .btn-container .btns {
    flex-direction: row;
  }
  body .dashboard .boxes-container .box .btn-container .btns a, body .dashboard .news-container .box .btn-container .btns a {
    min-width: calc(50% - 10px);
    font-size: 16px;
    padding: 10px;
  }
}
body .dashboard .news-container {
  align-items: flex-start;
}
body .dashboard .news-container .box {
  min-height: auto;
}
@media (max-width: 992px) {
  body .dashboard .news-container .box {
    width: calc(100% - 20px);
  }
}
body .dashboard .news-container .box .updateButton{
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  border-radius: 30px;
  color: var(--white);
  padding: 6px 12px;
  display: block;
  margin: 0px 5px 20px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
body .dashboard .news-container .box .updateButton:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
}
body .dashboard .news-container .box .wysiwygDiv:last-child .updateButton{
  margin: 20px 5px 0;
}
body .dashboard .news-container .box.two-third-col p, body .dashboard .news-container .box.two-third-col span{
  font-family: var(--font) !important;
  color: var(--dark-blue) !important;
  background-color: transparent !important;
}
body .dashboard .news-container .box.two-third-col a{
  font-family: var(--font) !important;
  color: var(--mid-blue) !important;
  background-color: transparent !important;
}
body .dashboard .news-container .box.two-third-col a:hover{
  color: var(--bright-blue) !important;
}
body .dashboard .news-container .box a {
  color: var(--mid-blue);
  text-decoration: none;
}
body .dashboard .news-container .box a:hover {
  color: var(--bright-blue);
}
body .dashboard .news-container .box .text-image {
  display: flex;
}
body .dashboard .news-container .box .text-image img {
  margin-left: 10px;
}
@media (max-width: 992px) {
  body .dashboard .news-container .box .text-image {
    flex-direction: column;
  }
  body .dashboard .news-container .box .text-image img {
    margin: 10px 0 0;
  }
}
body .dashboard .accordion {
  margin: 20px 0;
}
body .dashboard .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
body .dashboard .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  color: var(--white);
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--white);
  cursor: pointer;
  border-bottom: none;
  width: 100%;
  font-size: 18px;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
body .dashboard .accordion .accordion-item .accordion-header .accordion-button.collapsed svg {
  transform: rotate(0deg);
}
body .dashboard .accordion .accordion-item .accordion-header .accordion-button svg {
  fill: var(--white);
  width: 20px;
  transform: rotate(180deg);
  padding-left: 10px;
  transition: all 0.15s;
}
body .dashboard .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1rem 1.25rem;
}
body .dashboard .accordion .accordion-item:first-child .accordion-header .accordion-button {
  border-top: none;
}
body .about {
  max-width: 1080px;
  padding: 0 15px;
  margin: 20px auto 0;
  min-height: calc(100vh - 113px - 100px);
}
body .about ul {
  padding-left: 20px;
  margin-top: 0;
  list-style-image: url(/images/tick.png);
}

/* Contact Page */
body .contact form {
  font-family: var(--font);
}
body .contact form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .contact form .form-row .form-group {
  padding: 0 10px;
}
body .contact form .form-row .form-group.col-50 {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  body .contact form .form-row .form-group.col-50 {
    width: 100%;
  }
}
body .contact form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
body .contact form .form-group label {
  font-weight: 600;
}
body .contact form .form-group select, body .contact form .form-group textarea {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid var(--dark-blue);
  background-color: transparent;
  font-size: 16px;
  box-shadow: none;
  color: var(--dark-blue);
  font-family: var(--font);
  font-weight: 500;
}
body .contact form .form-group select option{
    background-color: var(--white);
    color: var(--dark-blue);
}
body .contact form .form-group select:focus, body .contact form .form-group select:focus-within, body .contact form .form-group textarea:focus, body .contact form .form-group textarea:focus-within {
  outline: var(--bright-blue) solid 1px;
}
body .contact form .form-group input[type=text], body .contact form .form-group input[type=email], body .contact form .form-group input[type=tel], body .contact form .form-group input[type=number] {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid var(--dark-blue);
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 16px;
  color: var(--dark-blue);
  font-family: var(--font);
  font-weight: 500;
}
body .contact form .form-group input[type=number]::-webkit-outer-spin-button, body .contact form .form-group input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
body .contact form .form-group input:focus, body .contact form .form-group input:focus-within {
  outline: var(--bright-blue) solid 1px;
}
body .contact form .form-group input::-moz-placeholder {
  font-family: var(--font);
  font-weight: 500;
}
body .contact form .form-group input::placeholder {
  font-family: var(--font);
  font-weight: 500;
}
body .contact form .form-group .form-check{
    display: flex;
    align-items: center;
}
body .contact form .form-group .form-check .form-check-label{
    font-size: 16px;
    margin-left: 2px;
    padding: 5px 0;
    line-height: 1;
}
body .contact form .form-group .form-check .form-check-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--dark-blue);
    outline: none;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .contact form .form-group .form-check .form-check-input:checked:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--bright-blue);
    border-radius: 30px;
}
body .contact form #formSubmit{
    display: flex;
    flex-wrap: wrap;
}
body .contact form input[type=submit], body .contact form input[type=reset], body .contact form button[type=submit] {
  font-size: 16px;
  padding: 12px 24px;
  cursor: pointer;
  font-family: var(--font);
  font-weight: 500;
}
body .contact form input[type=reset]{
    margin-left: 10px;
    background-color: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}
body .contact form input[type=reset]:hover{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue);
    color: var(--white);
}

/* Search Club Page */
body.oneGolf .dashboard.search-page .subtitle{
  font-weight: 400;
  margin-top: 10px;
}
body.oneGolf #seachBox.bookings{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}
body.oneGolf #seachBox.bookings label.search-label{
    font-size: 24px;
}
body.oneGolf #seachBox.bookings #tags{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 24px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
    width: 360px;
    margin: 10px;
}
body.oneGolf #seachBox.bookings .button-container{
  display: flex;
}
body.oneGolf #seachBox.bookings #goBtn{
    font-size: 16px;
    padding: 12px 24px;
    cursor: pointer;
    font-family: var(--font);
    font-weight: 500;
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    font-weight: 500;
    width: 100px;
    text-align: center;
}
body.oneGolf #seachBox.bookings #goBtn:hover{
  background-color: var(--mid-blue);
  border-color: var(--mid-blue);
  color: var(--white);
}
.ui-autocomplete.ui-menu{
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: calc(100% - 95px);
}
.ui-autocomplete.ui-menu .ui-menu-item a{
  color: var(--dark-blue);
  padding: 3px 15px;
}
.ui-autocomplete.ui-menu .ui-menu-item a:hover, .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover{
  color: var(--white);
  background: var(--dark-blue);
}

.ui-state-active, .ui-widget-content .ui-state-active {
    color: var(--white);
    background: var(--dark-blue);
}

/* MIM My Accounts Page */
body.oneGolf .dashboard .bookings #root .App .align-middle.row .text-end{
  display: flex;
  flex-wrap: wrap;
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs{
  border-bottom: 1px solid var(--silver);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link{
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  border: 1px solid var(--light-silver);
  border-bottom-color: var(--silver);
  padding: 10px 8px;
  color: var(--dark-blue);
  background-color: transparent;
  font-weight: 500;
  font-family: var(--font);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link.disabled{
/*     opacity: 0.1; */
  color: var(--mid-silver);
  border-color: var(--light-silver);
  border-bottom-color: var(--silver);
  background-color: var(--light-silver);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link .account-bal.credit{
  color: var(--green);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link:hover{
  border-color: var(--dark-blue);
  border-bottom-color: var(--silver);
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link.active{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) var(--dark-blue) var(--silver) !important;
    color: var(--white);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link.active .account-bal{
  color: var(--white);
}
body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link.active:hover, body.oneGolf .dashboard .bookings #root .App .nav.nav-tabs .nav-item a.nav-link.active:hover .account-bal{
  background-color: var(--dark-blue) !important;
  border-color: var(--dark-blue) var(--dark-blue) var(--light-silver) !important;
  color: var(--white);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content{
  background-color: var(--light-silver);
  border: none;
  padding: 10px 7px;
  border-radius: 4px;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .row .text-end, body.oneGolf .dashboard .bookings #root .App .card .card-body>div>.margin-top.text-end{
  display: flex;
  flex-wrap: wrap;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body a{
    cursor: pointer;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .btn{
  font-size: var(--font-size);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .inline label{
  font-weight: 500;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .inline .react-datepicker-wrapper input{
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid var(--silver);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: var(--font-size);
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
      outline: none;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .inline .react-datepicker-wrapper input.react-datepicker-ignore-onclickoutside{
  border: 2px solid var(--bright-blue);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .inline .react-datepicker-popper{
  font-weight: 400;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .text-end.margin-bottom{
  margin-bottom: 0;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table{
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table thead{
  background-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table thead tr th{
  font-weight: 700;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table th{
  font-family: var(--font);
  font-size: var(--font-size);
  padding: 10px;
  color: var(--white);
  border-right: none;
  border-left: none;
  text-align: left !important;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table td{
  font-family: var(--font);
  font-size: var(--font-size);
  padding: 10px;
  color: var(--dark-blue);
  border-right: none;
  border-left: none;
  text-align: left !important;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table tr td:nth-child(5), body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table tr td:nth-child(6){
  white-space: nowrap;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table tbody.accounts-table tr td:nth-child(5), body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table tbody.accounts-table tr td:nth-child(6){
    text-align: right !important;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table tbody tr:nth-child(odd){
  background-color: var(--table-striped);
  --bs-table-accent-bg: var(--table-striped);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table caption{
    display: flex;
    flex-wrap: wrap;
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table caption button[disabled]{
    opacity: 1;
    background-color: var(--silver);
    border-color: var(--silver);
    color: var(--mid-silver);
}
body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content .table-responsive table.table caption button:nth-child(2){
  border: none;
  background-color: transparent;
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .account-bal.debit{
    color: var(--red);
}
body.oneGolf .dashboard .bookings #root .App .account-bal.credit{
  color: var(--green);
}
body.oneGolf .dashboard .bookings #root .App .card{
  background-color: var(--light-silver);
  border: none;
  padding: 10px 7px;
  border-radius: 4px;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body{
  font-weight: 400;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body .invoice-meta{
  font-weight: 400;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table{
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table thead{
  background-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table thead th{
  color: var(--white);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table th, body.oneGolf .dashboard .bookings #root .App .card .card-body table.table td{
  border-right: none;
  border-left: none;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table th, body.oneGolf .dashboard .bookings #root .App .card .card-body table.table td{
  border-right: none;
  border-left: none;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table thead tr th{
  font-weight: 700;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table th, body.oneGolf .dashboard .bookings #root .App .card .card-body table.table td{
  font-family: var(--font);
  font-size: 14px;
  padding: 10px;
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body table.table tbody tr:nth-child(odd){
  background-color: var(--table-striped);
  --bs-table-accent-bg: var(--table-striped);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body .text-end .btn.btn-primary .fa.fa-download, body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content table.table .btn.btn-primary .fa.fa-download, body.oneGolf .dashboard .bookings #root .App .card .card-body .card .card-body .col-md-12.col-12 .btn.btn-primary .fa.fa-download{
  font-family: 'primeicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body .text-end .btn.btn-primary .fa.fa-download:before, body.oneGolf .dashboard .bookings #root .App .App-tab-border.tab-content table.table .btn.btn-primary .fa.fa-download:before, body.oneGolf .dashboard .bookings #root .App .card .card-body .card .card-body .col-md-12.col-12 .btn.btn-primary .fa.fa-download:before{
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "\e956";
}
body.oneGolf .dashboard .bookings #root .App .card .card-body .card .card-body .col-md-12.col-12 .btn.btn-primary{
    margin-bottom: 10px;
    margin-top: 10px;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body .card{
  background: transparent;
  padding: 0;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body .card .card-body, body.oneGolf .dashboard .bookings #root .App .card .card-body .card .card-body .container-fluid{
  padding: 0;
  font-weight: 400;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .form-label{
  font-weight: 700;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .input-group .input-group-text{
  padding: 8px 12px;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  color: var(--white);
  font-family: var(--font);
  font-weight: 500;
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .input-group input.form-control{
  padding: 8px 12px;
  border-radius: 0 4px 4px 0;
  border: 1px solid var(--dark-blue);
  border-left: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 16px;
  color: var(--dark-blue);
  font-family: var(--font);
  font-weight: 500;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .input-group .valid-feedback{
  font-weight: 700;
  color: var(--red);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .list-group .list-group-item{
  color: var(--dark-blue);
  background-color: transparent;
  border: none;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .list-group .list-group-item strong{
  margin-right: 5px;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .card{
  padding-left: 0;
  padding-right: 0;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .card .card-body{
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 18px;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .accordion .accordion-item{
  border: 1px solid var(--dark-blue);
  background-color: transparent;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .accordion .accordion-item .accordion-header{
  background: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .accordion .accordion-item .accordion-header .accordion-button{
  font-weight: 700;
  font-size: 14px;
  justify-content: flex-start;
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .accordion .accordion-item .accordion-header .accordion-button:after{
  filter: brightness(10) grayscale(1);
}
body.oneGolf .dashboard .bookings #root .App .card .card-body form .accordion .accordion-item .accordion-collapse .card-body{
    background-color: transparent;
}


/* Booking Page */
body.oneGolf .dashboard .bookings.golf-course-bookings #eventListForm .ui-grid-row .title h3{
  font-weight: bold;
}
body.oneGolf .dashboard .ui-widget{
    font-family: var(--font);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .title{
    margin: 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .title .eventHeader{
    font-size: 28px !important;
    line-height: 1.55 !important;
    font-family: var(--font) !important;
}

body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 600px) {
    body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav{
        flex-direction: row;
        
    }
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-button{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    font-family: var(--font);
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 12px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog .ui-dialog-content{
    padding: 16px;
    background-color: var(--light-silver);
    border-radius: 3px;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog .ui-dialog-content h3, body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog .ui-dialog-content h4, body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog .ui-dialog-content .ui-selectmanycheckbox{
  color: var(--dark-blue);
} 
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog .ui-dialog-content .ui-icon-check {
    background-position: -65px -145px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog .ui-dialog-content .ui-selectmanycheckbox{
    color: var(--dark-blue);;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-dialog.ui-hidden-container .ui-dialog-content .ui-selectmanycheckbox{
  color: var(--dark-blue);;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-overlaypanel{
    font-family: var(--font);
/*    margin-top: 5px;*/
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-overlaypanel .ui-overlaypanel-content{
    padding: 8px 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-overlaypanel .ui-overlaypanel-content .ui-widget{
    border: none;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-overlaypanel .ui-overlaypanel-content .ui-widget .ui-datagrid-row{
    display: flex;
    flex-direction: column;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-overlaypanel .ui-overlaypanel-content .ui-widget .ui-datagrid-column{
    padding: 4px 20px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .ui-button:hover{
    border-color: var(--mid-blue);
    background-color: var(--mid-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .buttons-container{
    margin-bottom: 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .buttons-container .event-editdays{
    display: inline !important;
    margin-right: 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .buttons-container .event-editdays a{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    font-family: var(--font);
    border-radius: 30px;
    padding: 6px 12px;
    margin: 5px;
    font-size: 12px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .buttons-container .event-editdays a:hover{
    border-color: var(--mid-blue);
    background-color: var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .bookOther .ui-button{
    margin: 5px;
    padding: 6px 12px 6px 25px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .bookOther .ui-button.ui-state-hover{
    padding: 6px 12px 6px 25px !important;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .event-nav .bookOther .ui-button .ui-button-text{
    padding: 0;
}

body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .eventNotice .ui-widget{
    font-family: var(--font);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row .eventNotice .ui-widget .noticeVerticalLine{
    background-color: var(--light-silver);
    padding: 10px 7px;
    border-radius: 3px;
    border-left-color: var(--bright-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row.eventList{
    margin-top: 10px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row.eventList .ui-grid-col-3 .ui-panelgrid-content{
  color: var(--dark-blue);
  background-color: transparent;
}

/* Booking Page - Book Me Comp */
body.oneGolf .dashboard .bookings #ts-header .nav-title>h2{
    font-size: 28px;
    font-weight: 400;
}
body.oneGolf .dashboard .bookings.golf-comp-book #ts-header .nav-title>h2, body.oneGolf .dashboard .bookings.golf-course-bookings #ts-header .nav-title>h2{
  font-weight: bold;
}
body.oneGolf .dashboard .bookings #ts-header .nav-title .top-nav{
    display: flex;
    flex-wrap: wrap;
}
body.oneGolf .dashboard .bookings #ts-header .nav-title .top-nav .btn-primary{
    display: flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings #ts-header .nav-title .top-nav .btn-back{
    margin: 0 10px;
}
@media (max-width: 768px){
    body.oneGolf .dashboard .bookings #ts-header .nav-title{
        display: flex;
        flex-direction: column-reverse;
    }
    body.oneGolf .dashboard .bookings #ts-header .nav-title .top-nav{
        margin-left: 0;
        margin-top: 20px;
    }
    body.oneGolf .dashboard .bookings #ts-header .nav-title .top-nav .btn-back{
        margin-left: 0;
    }
}
body.oneGolf .dashboard .bookings #ts-header .nav-title .font-btns{
    margin: 0;
    padding-top: 10px;
}
body.oneGolf .dashboard .bookings #ts-header .nav-title .font-btns .miclub-icon, body.oneGolf .dashboard .bookings #ts-header .nav-title .font-btns .glyphicon{
    font-size: 16px;
    margin: 0;
    text-align: center;
    width: 18px;
    cursor: pointer;
}
body.oneGolf .dashboard .bookings #ts-header .ts-filters{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
body.oneGolf .dashboard .bookings #ts-header .ts-filters label{
    display: flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings #ts-header .ts-filters label input{
    margin-top: 0;
}
body.oneGolf .dashboard .bookings #ts-header .ts-filters .showing-booking-qty{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    border-radius: 4px;
    padding: 5px 6px;
    font-weight: 500;
/*    margin-left: 10px;*/
}

body.oneGolf .dashboard .bookings.golf-comp-book .teetime-day-table{
    background-color: var(--light-silver);
/*     padding: 10px 7px; */
    border-radius: 4px;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper{
    width: 100%;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper #bookingResults:first-child .row-time .row-heading{
  border-radius: 4px 0 0 0;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper #evoTitleBt{
  margin: 25px 0 5px;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time{
    background-color: var(--dark-blue);
    border: none;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading{
    background-color: var(--dark-blue);
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    height: 100px;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner h3{
  margin-top: 0;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner h4{
  margin-bottom: 0;
  max-height: 49px;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner .row-information .fee-applied{
  background-color: var(--white);
  color: var(--dark-blue);
  border: 1px solid var(--white);
}
@media (max-width: 1024px){
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner .btn-book-group{
        padding: 6px 8px;
    }
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner .btn-book-group .btn-label{
        font-size: 12px;
    }
}
@media (max-width: 768px){
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading>.row{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner{
        width: 100%;
    }
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner .row-information{
        width: 100%;
    }
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading .row-heading-inner .btn-book-group{
        float: none;
    }
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .records-wrapper{
  background-color: var(--light-silver);
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .btn-book-group{
    text-transform: none;
    background-color: var(--white);
    color: var(--dark-blue);
    border-color: var(--white);
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .btn-book-group .btn-label{
  font-size: 14px;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell{
    background-color: transparent;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white);
    height: 100px;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell:last-child{
    border-right: none;
}
@media (max-width: 820px) {
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .row-heading{
        border: none;
        border-top: 1px solid var(--white);
    }
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell{
        border: none;
        border-top: 1px solid var(--white);
        border-left: 1px solid var(--white);
    }
    body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div:nth-last-child(2){
        border-bottom: 1px solid var(--white);
    }
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell #btn-book-group{
    margin-top: 6px;
    border-color: var(--dark-blue) !important;
    text-transform: capitalize;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell #btn-book-group .btn-label{
  font-size: 14px;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell #btn-book-group:hover{
    border-color: var(--mid-blue) !important;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell.cell-taken .cell-content .miclub-icon{
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell.cell-taken .cell-content .glyphicon-remove{
  color: var(--red);
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell.cell-taken .cell-content .miclub-icon-green{
  color: var(--green) !important;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell .cell-content, body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell p{
    font-size: inherit;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell .booking-name{
    color: var(--dark-blue) !important;
    font-size: inherit;
}
body.oneGolf .dashboard .bookings .teetime-day-table .row-wrapper>div .row-time .cell .miclub-icon.icon-equipment{
    color: var(--dark-blue);
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body .container{
    width: 100%;
    padding: 0;
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body .col-lg-6 h3{
    margin-top: 0;
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body .equip-message{
    margin-left: 0;
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body form .equipItem{
    border: none;
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body form .equipItem select{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-size: 16px;
    box-shadow: none;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
    width: auto;
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body form .equipItem select option{
    background-color: var(--white);
    color: var(--dark-blue);
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body form .row:last-child{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
body.modal-open #addEquipmentModal.modal .modal-dialog .modal-content .modal-body form .btn.btn-primary{
    margin-right: 5px;
}

/* Bookings Waiting List */
body.oneGolf .dashboard .bookings #waitListContainer #form{
    padding: 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .ui-commandlink{
    margin-top: 16px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td{
    display: inline-flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td:first-child{
    padding-left: 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td .ui-selectonemenu{
    border-radius: 4px;
    border: 1px solid var(--dark-blue) !important;
    background-color: transparent !important;
    font-weight: 500;
    color: var(--dark-blue);
    padding: 5px 6px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td .ui-selectonemenu .ui-selectonemenu-label{
    background-color: transparent !important;
    padding: 0;
    box-shadow: none;
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td .ui-selectonemenu .ui-selectonemenu-trigger{
    background-color: transparent !important;
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td .ui-selectonemenu .ui-selectonemenu-trigger:before{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: var(--dark-blue);
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: calc(50% - 4px);
    top: calc(50% - 2px);
}
body.oneGolf .dashboard .bookings #waitListContainer #form table.wlOptions tr td .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon.ui-icon-triangle-1-s{
    display: none;
}
body.oneGolf .dashboard .bookings #waitListContainer #form>hr.sectionBreak{
    display: none;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves.row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont{
    padding-right: 15px;
    padding-left: 15px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer{
    background-color: transparent !important;
    padding: 10px 7px;
    border: 1px solid var(--dark-blue) !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer .recordName, body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer .searchTxt{
    margin: 0;
    line-height: 1.55;
    font-size: 16px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer .ui-commandlink{
    margin: 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer .searchIcon{
    margin-right: 5px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer .ui-commandlink .glyphicon-remove{
  color: var(--red);
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer .searchIcon{
    width: 14px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .playerCont .reserveContainer.reserveContainerFocused .ui-inputfield{
    padding: 0 !important;
    background-color: transparent !important;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .btn.btn-success{
    color: var(--white);
}
body.oneGolf .dashboard .bookings #waitListContainer #form #reserves .warningPanel{
    background-color: var(--red);
    border-color: var(--red);
    border-radius: 4px;
}
/* My Bookings Waitlist tabs */
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs{
    background-color: var(--light-silver);
    padding: 15px 15px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-nav{
    border-bottom: 1px solid var(--silver);
    border-radius: 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-nav .ui-tabs-header{
    background-color: transparent !important;
    border: none !important;
    margin: 0;
    outline: none;
    top: 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-nav .ui-tabs-header a{
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--mid-silver);
    border-bottom-color: var(--silver);
    padding: 10px 8px;
    color: var(--dark-blue);
    background-color: transparent;
    font-weight: 500;
    font-family: var(--font);
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-nav .ui-tabs-header a:hover{
    background-color: transparent !important;
    border-color: var(--dark-blue) !important;
    border-bottom-color: var(--silver) !important;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-nav .ui-tabs-header.ui-state-active a{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) var(--dark-blue) var(--silver) !important;
    color: var(--white);
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .guestForm{
  margin: 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table{
    background-color: transparent;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table thead{
  background-color: var(--dark-blue);
  color: var(--white);
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table thead th{
  color: var(--white);
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table thead th:nth-child(5){
  width: 154px !important;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table thead th:nth-child(6){
  width: 145px !important;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table thead th:nth-child(7){
  width: 91px !important;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table td{
    text-align: left;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table tbody tr td:last-child .ui-button.ui-button-icon-only{
    display: inline-block;
    
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table tbody tr td:last-child .ui-button.ui-button-icon-only .ui-button-icon-left{
    left: 50%;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table td .ui-widget .ui-selectonemenu{
    border-radius: 4px;
    border: 1px solid var(--dark-blue) !important;
    background-color: transparent !important;
    font-weight: 500;
    color: var(--dark-blue);
    padding: 5px 6px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table td .ui-widget .ui-selectonemenu .ui-selectonemenu-label{
    background-color: transparent !important;
    padding: 0 15px 0 0;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table td .ui-widget .ui-selectonemenu .ui-selectonemenu-trigger{
    background-color: transparent !important;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table td .ui-widget .ui-selectonemenu .ui-selectonemenu-trigger:before{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: var(--dark-blue);
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: calc(50% - 4px);
    top: calc(50% - 2px);
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels table td .ui-widget .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon.ui-icon-triangle-1-s{
    display: none;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.select-partners{
    margin-top: 10px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.guestForm input{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.guestForm input.ui-state-hover{
    background-color: transparent !important;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.guestForm .btn.btn-default{
    color: var(--white) !important;
    margin-top: 9px;
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.guestForm .btn.btn-default:active, body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.guestForm .btn.btn-default:focus{
    background-color: var(--mid-blue) !important;
    border-color: var(--mid-blue) !important;
    box-shadow: none;
    
}
body.oneGolf .dashboard .bookings #waitListContainer #form .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel table.guestForm td{
    text-align: left;
}

/* Time select dropdown */
body.oneGolf .ui-selectonemenu-panel .ui-selectonemenu-items{
    padding: 0;
}
body.oneGolf .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item{
    background-color: transparent !important;
}
body.oneGolf .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item:hover, body.oneGolf .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight{
    background-color: var(--bright-blue) !important;
}

/* Bookings Module */
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer *{
    font-family: var(--font) !important;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .miclub-icon{
  font-family: icomoon !important;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .eventStatusClass a{
  font-weight: 700;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .eventStatusClass .eventStatusOpen{
  color: var(--green);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .eventStatusClass .eventStatusOpen:hover{
  color: var(--light-green);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .eventStatusClass .eventStatusResults{
  color: var(--mid-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .eventStatusClass .eventStatusResults:hover{
  color: var(--bright-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #npContainer .eventStatusClass .eventStatusLocked{
  color: var(--silver);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody{
    background-color: var(--light-silver) !important;
    width: 100% !important;
    padding: 10px 7px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody .full .event-details .event-title{
  font-size: var(--font-size);
}

/* Filters */
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .optionListContainer, body.oneGolf .dropdown-item {
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody #event-list-viewable-days #dropdown-basic, body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody #event-list-datepicker-input input, body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .search-wrapper{
    border-radius: 4px;
    border: 1px solid var(--dark-blue) !important;
    background-color: transparent !important;
    font-weight: 500;
    color: var(--dark-blue) !important;
    padding: 5px 6px;
    min-height: 34px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .search-wrapper .chip{
  background: var(--bright-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody .fixture-icons .miclub-icon.icon-calendar{
  color: var(--dark-blue);
}
/* Date Filter */
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody #event-list-datepicker-input{
    position: relative;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody #event-list-datepicker-input #event-list-calendar-icon{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 6px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: var(--dark-blue);
}
/* Display Amount */
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody #event-list-viewable-days{
    margin: 0 10px;
}
@media (max-width: 768px) {
    body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact #pfBody #event-list-viewable-days{
        margin: 10px 0;
    }
}
/* Dropdown Filter */
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .search-wrapper .searchBox{
    margin-top: 0;
    line-height: 1;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .search-wrapper .chip{
    margin-bottom: 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .search-wrapper:before{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 6px;
    top: 13px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .multiselect-container .search-wrapper .icon_down_dir{
    display: none;
}


/* Booking Listing */
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .event-list .sectionBreak{
    margin-top: 10px;
    margin-bottom: 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .event-list .full{
    padding: 10px 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .event-list .full .eventStatusClass{
    margin-bottom: 0;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .event-list .full .event-date .dateColumnClass{
  font-weight: 700;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .event-list .full .event-date .cellIsToday{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    border-radius: 4px;
    padding: 5px 6px;
    max-width: 96px;
}
body.oneGolf .dashboard .bookings #eventListForm .ui-grid-row #eventListReact .event-list .full .event-details .event-title{
    color: var(--dark-blue);
    margin-bottom: 0;
}

/* Booking listing Monthly Calendar View */
body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row.eventList .ui-panelgrid .ui-commandlink .arrow-nav{
/*     filter: brightness(5); */
}
body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row.eventList .ui-panelgrid .ui-commandlink .arrow-nav:hover{
    opacity: 0.4;
}

body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row.eventList .miclub-icon.icon-calendar {
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row.eventList .miclub-icon.icon-calendar:hover {
    color: var(--mid-blue);
}
body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row .ui-outputpanel .dayHeadingClass{
    color: var(--white) !important;
}
body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row .ui-outputpanel .monthlyCellClass{
    background: var(--white);
}
body.oneGolf .dashboard .bookings #eventListForm .eventListContain .ui-grid-row .ui-outputpanel .monthlyCellClass .cellIsToday{
    color: var(--white);
    background-color: var(--dark-blue);
}
/* Bookings Notes Page */
body.oneGolf .dashboard .bookings #portalCalendar .btn-primary.ballot{
    background-color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue) !important;
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
body.oneGolf .dashboard .bookings #portalCalendar .btn-primary.ballot:hover{
    background-color: var(--mid-blue) !important;
    border-color: var(--mid-blue) !important;
    color: var(--white);
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-today-button{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
/*    display: block;*/
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-today-button:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-button-group .fc-prev-button, body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-button-group .fc-next-button{
    background-color: transparent;
    border: none;
    padding: 2px;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-button-group .fc-prev-button .fc-icon, body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-button-group .fc-next-button .fc-icon{
    font-weight: 600;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-button-group .fc-prev-button:hover, body.oneGolf .dashboard .bookings #portalCalendar .fc-header-toolbar .fc-button-group .fc-next-button:hover{
    opacity: 0.4;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid{
    border: none;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid thead tr th{
    border-right: none;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid thead tr th.fc-col-header-cell{
    border-left: none;
    border-right: none;
    text-align: left;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid thead tr th.fc-col-header-cell a.fc-col-header-cell-cushion{
    color: var(--mid-blue);
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day{
    background-color: var(--white) !important;
    padding: .5%;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day .fc-daygrid-day-bg .fc-highlight{
    background-color: var(--bright-blue);
    opacity: 0.4;
}
body.oneGolf #popover-basic .bookingDetailsModal {
    background-color: var(--light-silver);
    border-radius: 4px;
}
body.oneGolf #popover-basic .bookingDetailsModal .popup-heading{
    font-size: 16px;
    margin-top: 0;
}
body.oneGolf #popover-basic .bookingDetailsModal .details-row{
    margin: 10px 0;
}
body.oneGolf #popover-basic .bookingDetailsModal .details-row .details-heading{
    margin-top: 0;
}
body.oneGolf #popover-basic .bookingDetailsModal .btn-primary.booking{
    background-color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
body.oneGolf #popover-basic .bookingDetailsModal .btn-primary.booking:hover{
    background-color: var(--mid-blue) !important;
    border-color: var(--mid-blue);
    color: var(--white);
}
body.oneGolf #popover-basic .btn-primary.ballot{
    background-color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
body.oneGolf #popover-basic .btn-primary.ballot:hover{
    background-color: var(--mid-blue) !important;
    border-color: var(--mid-blue) !important;
    color: var(--white) !important;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day .fc-daygrid-day-top{
    flex-direction: row;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day .fc-daygrid-day-number, body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day span{
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day.fc-day-today .fc-daygrid-day-number{
    color: var(--white);
    background-color: var(--dark-blue);
    padding: 4px;
    border-radius: 6px;
    width: 95px;
    text-align: center;
}
body.oneGolf .dashboard .bookings #portalCalendar .fc-dayGridMonth-view table.fc-scrollgrid tbody tr td.fc-daygrid-day.fc-day-today .fc-daygrid-day-number span{
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form .ui-inputfield.bookingNoteCont{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-size: 16px;
    box-shadow: none;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #form .recContainer #records .playerCont{
    margin: 10px 0;
}
body.oneGolf .dashboard .bookings #form .recContainer #records .playerCont .recordContainer .ui-inputfield{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #form .recContainer #records .playerCont .colHeader{
    font-weight: 600;
}
body.oneGolf .dashboard .bookings #form .bookingNoteBtn{
    display: flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings #form .bookingNoteBtn .ui-button{
    margin: 10px 10px 0 0;
    font-weight: 500 !important;
}
body.oneGolf .dashboard .bookings #form .bookingNoteBtn .ui-button:hover{
    padding: 6px 12px !important;
}
body.oneGolf .dashboard .bookings #form .bookingNoteBtn .ui-button.btn-default{
    background-color: transparent;
    border-color: var(--dark-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form .bookingNoteBtn .ui-button.btn-default:hover{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
    color: var(--white);
}

/* Members Directory */
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel{
    border: none;
    border-radius: 3px;
/*    padding: 40px 30px !important;*/
    background-color: var(--light-silver);
    color: var(--dark-blue);
    min-height: 175px;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-titlebar{
    color: var(--dark-blue);
    padding: 40px 30px 10px;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content{
    padding: 0 30px;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content:nth-child(2){
    padding-bottom: 40px;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content p{
    font-weight: 400;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #alphaList{
    padding: 0 0 40px;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #alphaList 
.ui-commandlink{
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #alphaList 
.ui-commandlink:hover, body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #alphaList 
.ui-commandlink:focus{
    background-color: var(--mid-blue);
    border: 1px solid var(--mid-blue);
}

body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-inputfield{
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-weight: 500;
    color: var(--dark-blue);
    padding: 5px 6px;
    box-shadow: none;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-button{
    margin: 0 2px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
    padding: 5px 8px;
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-button.ui-state-active{
    background-color: var(--bright-blue);
    border: 1px solid var(--bright-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-button:hover{
    background-color: var(--mid-blue);
    border: 1px solid var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-button.membSrchBt{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    font-family: var(--font);
    border-radius: 30px;
    padding: 6px 12px;
/*    margin: 5px;*/
/*    font-size: 12px;*/
}
body.oneGolf .dashboard .bookings #memberSearch #mainLayout .ui-panel .ui-panel-content #inputSearch .ui-button.membSrchBt:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
}




/* Portal Pagination */
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-paginator .ui-state-default{
    line-height: 1;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-paginator .ui-paginator-page:hover, body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-paginator .ui-state-default:hover{
    background-color: var(--mid-blue);
    border: 1px solid var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-paginator .ui-paginator-page.ui-state-active{
    background-color: var(--bright-blue);
    border: 1px solid var(--bright-blue);
    color: var(--white);
}


/* Portal Table */
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table{
    color: var(--dark-blue);
    background-color: var(--light-silver);
    margin-top: 10px;
    margin-bottom: 10px;
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-datatable-tablewrapper table thead{
  background-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-datatable-tablewrapper table thead .ui-state-default{
  color: var(--white);
  border-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-datatable-tablewrapper table thead th[aria-label=Credit]{
    width: 46px !important;
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable .ui-datatable-tablewrapper table thead th[aria-label=Balance]{
    width: 60px !important;
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table .ui-state-default, body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table .ui-widget-content{
    color: var(--dark-blue);
    background: transparent;
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table th, body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table td{
    border-color: var(--light-silver);
    padding: 10px !important;
    font-family: var(--font);
    outline: 0;
    font-size: var(--font-size);
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table .ui-datatable-even{
    background-color: var(--white);
}

body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table .ui-expanded-row-content .contactDetailsClass .ui-outputpanel{
    display: flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table .ui-expanded-row-content .contactDetailsClass .ui-outputpanel .glyphicons, body.oneGolf .dashboard .bookings #mainLayout .ui-datatable table .ui-expanded-row-content .contactDetailsClass .ui-outputpanel .glyphicon{
    margin-right: 5px;
}


/* Playing Partners */
body.oneGolf .dashboard .bookings #make-booking-cont #headerForm .timeout{
    padding-left: 15px;
    padding-right: 15px;
}

body.oneGolf .dashboard .bookings #make-booking-cont #bookForm{
    background-color: var(--light-silver);
    padding: 10px 7px;
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm hr.sectionBreak{
    display: none;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .ui-inputtextarea{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .ui-selectonebutton .ui-button{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    padding: 6px 12px;
    text-decoration: none;
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .ui-selectonebutton .ui-button:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .ui-selectonebutton .ui-button:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .ui-selectonebutton .ui-button:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .ui-selectonebutton .ui-button.ui-state-active{
    background-color: var(--bright-blue);
    border-color: var(--bright-blue);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .playerCont.rowSeparated{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .playerCont.rowSeparated .ui-button{
    margin: 0 5px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .playerCont.rowSeparated .ui-button.btn-success:hover{
    border-color: var(--mid-blue) !important;
    font-weight: 500;
}

body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs{
    background-color: transparent;
    padding: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-nav{
  border-bottom: 1px solid var(--silver);
  border-radius: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-header{
    margin: 0;
    padding: 0;
    border: none !important;
    background-color: transparent !important;
    line-height: 28px;
    font-size: 13px;
    outline: none;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-header a{
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--mid-silver);
    padding: 10px 8px;
    color: var(--dark-blue);
    background-color: transparent;
    font-weight: 500;
    font-family: var(--font);
    line-height: 1.3;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-header a:hover{
  border-color: var(--dark-blue) var(--dark-blue) var(--silver);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-header.ui-state-active a{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) var(--dark-blue) var(--silver) !important;
    color: var(--white);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel{
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-inputtext, body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-inputfield{
    padding: 5px 12px !important;
    border-radius: 4px !important;
    border: 1px solid var(--dark-blue) !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .guestForm .ui-commandlink{
  color: var(--white);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-selectonemenu{
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue) !important;
    background-color: transparent !important;
    font-size: 16px;
    box-shadow: none;
    color: var(--white);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-autocomplete{
    background: transparent !important;
    padding: 0;
/*    margin: 0;*/
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-selectonemenu .ui-selectonemenu-label{
    padding: 0 !important;
    box-shadow: none;
    background: transparent !important;
    color: var(--dark-blue);
    border: none !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-selectonemenu .ui-selectonemenu-trigger{
    background: transparent !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon{
    background-image: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.xhtml?ln=primefaces-miclub") !important;
    background-position: -64px -16px !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .ui-commandlink:hover{
    color: var(--white) !important;
    border-color: var(--mid-blue) !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .mb-tabs .ui-tabs .ui-tabs-panels .ui-tabs-panel .select-equipment .equipRow{
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-titlebar{
    background-color: var(--dark-blue);
    color: var(--white);
    font-family: var(--font);
    padding: 8px 12px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest{
  max-width: 100%;
  min-width: 400px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-titlebar .ui-dialog-title{
  margin: 0 10px 0 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-titlebar .ui-dialog-titlebar-icon.ui-state-hover{
  border: none;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-titlebar .ui-dialog-titlebar-icon{
      padding: 3px 0px;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-titlebar .ui-dialog-titlebar-icon.ui-state-hover .ui-icon{
  filter: brightness(10);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-content{
  background-color: var(--light-silver);
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm #bookForm\:addGenericGuest .ui-dialog-content select{
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid var(--dark-blue);
  background-color: transparent;
  font-size: 16px;
  box-shadow: none;
  color: var(--dark-blue);
  font-family: var(--font);
  font-weight: 500;
}
body.oneGolf .ui-selectonemenu-panel .ui-selectonemenu-items-wrapper .ui-selectonemenu-items{
    background-color: var(--white) !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont #bookForm .confirmBook .warningPanel{
    background-color: var(--red);
    border-color: var(--red);
    border-radius: 3px;
    padding: 10px 7px;
}

body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid{
    padding: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid>.row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid>.row .mbCancel .ui-commandlink{
    display: inline-block;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid>.sectionBreak{
    display: none;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records{
    margin-top: 20px;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .playerCont{
    padding: 0 15px;
    width: 25%;
}
@media (max-width: 768px) {
    body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .playerCont{
        width: 50%;
    }
}
@media (max-width: 576px) {
    body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .playerCont{
        width: 100%;
    }
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .playerCont>div img{
    padding-bottom: 0 !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .recordContainer{
    background-color: transparent;
/*    border: none;*/
    padding: 10px 7px;
    border: 1px solid var(--silver);
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .recordContainer.recordContainerFocused{
   border-color: var(--bright-blue);
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .recordContainer.recordContainerFocused .ui-inputfield{
    padding: 0 !important;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .recordContainer .searchTxt, body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid #records .recordContainer .searchPlayer{
    color: var(--dark-blue);
}

body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs{
    background-color: var(--light-silver);
    padding: 15px 15px;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs .ui-tabs-header{
    background-color: transparent !important;
    padding: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs .ui-tabs-header a{
    color: var(--dark-blue) !important;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs .ui-tabs-panel{
    color: var(--dark-blue);
    padding: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs .ui-tabs-panel>.row{
    margin: 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs .ui-tabs-panel>.row .instructions{
    margin: 10px 0;
}
body.oneGolf .dashboard .bookings #make-booking-cont .container-fluid .partnerList .ui-tabs .ui-tabs-panel>span.col-xs-6{
    float: none;
    padding: 0;
}

body.oneGolf .dashboard .bookings .mpScoreEntry .sePlayerBlock .selectScore{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 15px 0;
}
body.oneGolf .dashboard .bookings .mpScoreEntry .overAll .seMpScoring .mpResult{
  display: flex;
  flex-wrap: wrap;
}
body.oneGolf .dashboard .bookings .mpScoreEntry .overAll .seMpScoring .mpResult .mpBtn.selected{
    border-color: var(--mid-blue) !important;
    background-color: var(--mid-blue) !important;
    color: var(--white) !important;
}

/* My Prizes */
body.oneGolf .dashboard .bookings #prizeAccountForm>table{
    background-color: var(--light-silver);
    padding: 20px 30px;
    border-radius: 3px;
    width: 100% !important;
    max-width: 100%;
}
body.oneGolf .dashboard .bookings #prizeAccountForm>table tbody tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.oneGolf .dashboard .bookings #prizeAccountForm>table tbody tr td{
    padding: 10px 20px;
    font-family: var(--font);
}
body.oneGolf .dashboard .bookings #prizeAccountForm>table tbody tr td span{
    margin-left: 0 !important;
}
body.oneGolf .dashboard .bookings #prizeAccountForm>table tbody tr td td{
    padding: 0;
}
@media (max-width: 768px) {
    body.oneGolf .dashboard .bookings #prizeAccountForm>table tbody tr{
        flex-direction: column;
        align-items: flex-start;
    }
}
body.oneGolf .dashboard .bookings #prizeAccountForm>table select{
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-weight: 500;
    color: var(--dark-blue);
    padding: 5px 6px;
/*    min-height: 34px;*/
}
body.oneGolf .dashboard .bookings #prizeAccountForm>table select option{
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #prizeAccountForm #mainLayout .ui-datatable .ui-paginator-bottom{
    
}


/* My Account MIM */
body.oneGolf .dashboard .bookings #root .App .App-title{
    font-size: 28px;
    font-weight: 400;
}

/* Order of Merit */
body.oneGolf .dashboard .bookings #form table .ui-selectonemenu{
    background-color: transparent;
    border: none;
}
@media (max-width: 768px){
    body.oneGolf .dashboard .bookings #form[action="/views/members/orderOfMerit/oomLeaderboard.xhtml"]>table tr{
        display: flex;
        flex-direction: column;
    }
}
body.oneGolf .dashboard .bookings #form[action="/views/members/orderOfMerit/oomLeaderboard.xhtml"] .ui-panel .ui-panel-content{
    overflow-x: auto;
}
body.oneGolf .dashboard .bookings #form table .ui-selectonemenu .ui-selectonemenu-label{
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-weight: 500;
    color: var(--dark-blue);
    padding: 5px 10px 5px 6px;
    box-shadow: none;
}
body.oneGolf .dashboard .bookings #form table .ui-selectonemenu .ui-selectonemenu-trigger{
    background-color: transparent;
    border: none;
}

body.oneGolf .dashboard .bookings #form .ui-datatable-header{
    color: var(--dark-blue);
}

body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table{
    color: var(--dark-blue);
    background-color: var(--light-silver);
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead .ui-state-default, body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content{
    color: var(--dark-blue);
    background: transparent;
    border-left: none;
    border-right: none;
    text-align: left;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content.ui-state-highlight td{
  color: var(--dark-blue);
  background-color: transparent;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead tr, body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content td{
    border-left: none;
    border-right: none;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead tr, body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead th{
    border-top: none;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead th, body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content td{
    padding: 10px;
    vertical-align: middle;
  
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead th[aria-label=Name], body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content td[aria-label=Name]{
    width: 142px;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead th[aria-label="Total Rounds"], body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content td[aria-label="Total Rounds"]{
    width: 96px !important;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead th[aria-label="Total Points: activate to sort column ascending"], body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content td[aria-label="Total Points: activate to sort column ascending"]{
    width: 86px !important;
}
@media (max-width: 768px){
    body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead th:first-child, body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content td:first-child{
        display: none;
    }
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content tr:last-child td{
    border-bottom: none;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table thead tr th .ui-column-filter{
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-weight: 500;
    color: var(--dark-blue);
    padding: 5px 6px 5px 6px;
    box-shadow: none;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content tr td .ui-button{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
    font-family: var(--font);
    border-radius: 30px;
    padding: 4px 12px;
    margin: 5px;
    font-size: 12px;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content tr td .ui-button:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content tr td .ui-button .ui-button-icon-left{
    filter: brightness(10);
    left: 12px;
}
body.oneGolf .dashboard .bookings #form .ui-datatable-tablewrapper table .ui-widget-content tr td .ui-button .ui-button-text{
    padding: 0 0 0 20px;
}
body.oneGolf .dashboard .bookings #form .ui-datatable .ui-paginator-bottom .ui-state-default .ui-icon{
      background-position-y: -156px;
}


/* Profile Image page */
body.oneGolf .dashboard .bookings #form{
    padding: 10px 0 !important;
}
body.oneGolf .dashboard .bookings #form button.ui-button{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #form button.ui-button .ui-icon{
    filter: brightness(10);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form button.ui-button:hover, body.oneGolf .dashboard .bookings #form button.ui-button:focus, body.oneGolf .dashboard .bookings #form button.ui-button:active{
    border-color: var(--mid-blue) !important;
    background-color: var(--mid-blue) !important;
    color: var(--white) !important;
}
body.oneGolf .dashboard .bookings #form button.ui-button.ui-button-text-icon-left .ui-button-text{
    padding: 0 0 0 15px;
}

body.oneGolf .dashboard .bookings #form .ui-steps {
  margin-bottom: 0 !important;
}
body.oneGolf .dashboard .bookings #form .ui-steps ul[role=tablist]{
    display: flex;
    border-bottom: 1px solid var(--silver);
}
body.oneGolf .dashboard .bookings #form .ui-steps .ui-steps-item{
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--light-silver);
    border-bottom-color: var(--silver);
    padding: 5px 8px;
    background-color: transparent;
    color: var(--dark-blue);
/*    opacity: 1;*/
}
body.oneGolf .dashboard .bookings #form .ui-steps .ui-steps-item.ui-state-highlight{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue) var(--dark-blue) var(--silver);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form .ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link{
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form .ui-steps .ui-steps-item .ui-menuitem-link{
    padding: 0;
    color: var(--dark-blue);
    display: flex;
    align-items: baseline;
    font-weight: 400;
}
body.oneGolf .dashboard .bookings #form .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number{
    padding-right: 5px;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 16px;
}

body.oneGolf .dashboard .bookings #form .ui-panel{
    border-radius: 4px;
    background-color: var(--light-silver);
    padding: 10px 7px;
    margin-top: 0;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content, body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid, body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content{
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .ui-fileupload .ui-fileupload-buttonbar{
    padding: 0;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .ui-fileupload .ui-fileupload-buttonbar .ui-button{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 5px;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .ui-fileupload .ui-fileupload-buttonbar .ui-button .ui-icon{
    filter: brightness(10);
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-button-text-icon-left .ui-button-text{
    padding: 0 0 0 15px;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .ui-fileupload .ui-fileupload-buttonbar .ui-button:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .ui-fileupload .ui-fileupload-content{
    background-color: transparent;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .deleteButton{
    background-color: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
    margin-left: auto;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell .deleteButton:hover{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
    color: var(--white) !important;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panelgrid .ui-panelgrid-content .ui-panelgrid-cell h3{
    margin: 0 0 10px;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panel.ui-g-12{
    width: 654px;
    margin-left: -7px;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panel .ui-panel-content{
    text-align: left;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panel .ui-panel-content .ui-button{
    display: inline-block;
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panel .ui-panel-content .ui-button.button-light{
    background-color: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form .ui-panel .ui-panel-content .ui-panel .ui-panel-content .ui-button.button-light:hover{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
}


/* MatchPlay Single Page */
body.oneGolf .dashboard .bookings #form.mpDraw .full-col{
    width: 100%;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half{
    width: 50%;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .ui-autocomplete input.ui-autocomplete-input{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .ui-button .ui-icon{
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .ui-button:hover{
    color: var(--white) !important;
}

body.oneGolf .dashboard .bookings #form.mpDraw .draw-container{
    padding: 10px 7px;
    background-color: var(--light-silver);
    border-radius: 3px;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .roundTitle h3{
    line-height: 1.2;
    font-size: 1.5em;
    font-weight: 500;
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .playerBlock .ui-button.ui-button-icon-only{
    height: 22px;
    width: 22px;
    padding: 2px;
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .playerBlock .ui-button.ui-button-icon-only .ui-icon{
  margin: 0;
  top: 0;
}
body.oneGolf .dashboard .bookings .fa.fa-trophy.miclub-icon-blue{
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .playerBlock .playerOne, body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .playerBlock .playerTwo{
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP1.hovered, body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP2.hovered{
    background: var(--bright-blue);
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP1.hovered .playerOne, body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP2.hovered .playerTwo{
  color: var(--white);
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP1 .playerBlock .fa-trophy, body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP2 .playerBlock .fa-trophy{
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP1 .playerBlock .ui-button .ui-icon:before, body.oneGolf .dashboard .bookings #form.mpDraw .draw-container .match .matchP2 .playerBlock .ui-button .ui-icon:before{
    color: var(--dark-blue) !important;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .print-tools-container .print-tools{
    padding: 0;
    background-color: var(--light-silver);
    border-radius: 3px;
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .print-tools-container .print-tools .print-tools-drawer{
    padding: 10px 7px;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .print-tools-container .print-tools .print-tools-drawer .print-scaler{
    margin-top: 0;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .print-tools-container .print-tools .print-tools-drawer .print-top-margin{
    margin-bottom: 0;
}
body.oneGolf .dashboard .bookings #form.mpDraw .full-col .col-half .print-tools-container .print-tools .print-tools-drawer .print-tools-selected{
    color: var(--white);
    background-color: var(--dark-blue);
}

body.oneGolf .dashboard .bookings #form.mpResults .results-container{
    width: 100%;
}
body.oneGolf .dashboard .bookings #form.mpResults .results-container .player-row{
    border: none;
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings #form.mpResults .results-container .player-row .player-container{
    background-color: var(--light-silver);
}
body.oneGolf .dashboard .bookings #form.mpResults .results-container .player-row .player-container .player-rank{
    background-color: var(--dark-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings #form.mpResults .results-container .player-row .player-container .player-names .fa-trophy{
    color: var(--white);
}

body.oneGolf .dashboard .bookings #form.moduleMP .ui-outputpanel.col-half{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px 0;
}
body.oneGolf .dashboard .bookings #form.moduleMP .ui-panelgrid{
  border: none;
  background-color: var(--light-silver);
}
body.oneGolf .dashboard .bookings #form.moduleMP .ui-panelgrid .ui-panelgrid-header{
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 3px 3px 0 0;
}
body.oneGolf .dashboard .bookings #form.moduleMP .ui-panelgrid .ui-datatable-tablewrapper .ui-datatable-tablewrapper table tbody tr:nth-child(odd){
      background-color: var(--table-striped);
    --bs-table-accent-bg: var(--table-striped);
}

/* MiStats Page */
body.oneGolf .dashboard .bookings .page-content.miStats{
    display: inline-block;
    background-color: var(--light-silver);
    padding: 40px 30px;
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-12 h2{
    margin-top: 0;
    font-size: 28px;
    line-height: 1.55;
    font-weight: 400;
}
body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-12, body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-11, body.oneGolf .dashboard .bookings .page-content.miStats #golfCourse.col-xs-12, body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-6{
    padding-right: 0;
    padding-left: 0;
}
body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-12.pull-right .btn{
    display: inline-block;
    margin-top: 6px;
}
body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-12.pull-right .btn.btn-primary.active{
    background-color: var(--bright-blue) !important;
    border-color: var(--bright-blue);
}
body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-12.pull-right .btn.btn-default{
    background-color: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .page-content.miStats .col-xs-12.pull-right .btn.btn-default:hover{
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
    color: var(--white) !important;
}


body.oneGolf .dashboard .bookings .page-content.miStats .form-group #datetimepicker{
    margin-right: 60px;
}
@media (max-width: 768px) {
  body.oneGolf .dashboard .bookings .page-content.miStats .form-group #datetimepicker{
    margin-right: 0;
  }
}
body.oneGolf .dashboard .bookings .page-content.miStats .form-group .input-group.date input{
    padding: 10px 12px;
    border-radius: 4px 0 0 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
body.oneGolf .dashboard.editMember .bookings.changePassword table.portal tr td table{
    width: auto;
}
body.oneGolf .dashboard.editMember .bookings.changePassword table.portal tr td table td{
    padding: 0;
}
body.oneGolf .dashboard .bookings .page-content.miStats .form-group .input-group.date .input-group-addon{
    color: var(--white);
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}
body.oneGolf .dashboard .bookings .page-content.miStats .form-group .input-group.date .range-addon{
    width: auto;
    background-color: transparent;
    border: none;
    color: var(--dark-blue);
    padding: 6px 0;
    text-align: left;
    min-width: 33px;
}

body.oneGolf .dashboard .bookings .page-content.miStats #golfCourse #changeCourseButton:hover{
    border-color: var(--mid-blue) !important;
    color: var(--white) !important;
}

body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel{
    background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 3px solid var(--silver);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .score-box{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
    border-radius: 4px;
    padding: 5px 6px;
}
body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .highlight-green{
    color: var(--white);
    background-color: var(--green);
    border-color: var(--green) !important;
}
body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .highlight-red{
    color: var(--white);
    background-color: var(--red);
    border-color: var(--red) !important;
}
body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .driveCategory .glyphicons, body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .driveCategory .glyphicons-reg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .driveCategory .glyphicons:before, body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel .driveCategory .glyphicons-reg:before{
    padding-right: 1px;
}
body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel #lineGraphDiv{
    background-color: var(--white);
    padding: 15px 0;
}
@media (max-width: 768px) {
  body.oneGolf .dashboard .bookings .page-content.miStats .highlight-pannel #lineGraphDiv{
    margin-top: 20px;
  }
}

body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable, body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable{
    margin: 20px 0;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable thead, body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable thead, body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataMobile .score-data table thead{
    background-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable thead tr th, body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable thead tr th, body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataMobile .score-data table thead tr th{
    text-align: center;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable thead tr th:first-child, body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable thead tr th:first-child{
    text-align: left;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable tr th, body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable tr td, body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable tr th, body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable tr td{
    padding: 10px 7px;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreData .scoreDataTable tbody tr:nth-child(even), body.oneGolf .dashboard .bookings .page-content.miStats #drivesData .scoreDataTable tbody tr:nth-child(even), body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataMobile .score-data table tbody tr:nth-child(even){
    background-color: var(--table-striped);
}

body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #barChartTitle, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #drivesBarChartTitle{
    margin-top: 5px;
    margin-bottom: 20px;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #tableView:hover, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #drivesTableView:hover, body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #chartView:hover, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #drivesChartView:hover{
    color: var(--white) !important;
    border-color: var(--mid-blue) !important;
}

body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #barChartButtonsGroup .btn-default:hover, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #driveBarChartButtonsGroup .btn-default:hover{
    color: var(--white) !important;
    border-color: var(--mid-blue) !important;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #barChartButtonsGroup .btn-default.active, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #driveBarChartButtonsGroup .btn-default.active{
    color: var(--white) !important;
    background-color: var(--bright-blue) !important;
    border-color: var(--bright-blue) !important;
}
body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #barChartContainer, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #drivesBarChartContainer{
    background-color: var(--white);
    padding: 15px 0;
}
@media (max-width: 768px) {
  body.oneGolf .dashboard .bookings .page-content.miStats #scoreDataContainer #barChartContainer, body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer #drivesBarChartContainer{
    margin: 10px 0 20px 0;
  }
}
body.oneGolf .dashboard .bookings .page-content.miStats #charts{
    border-bottom: 3px solid var(--silver);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
body.oneGolf .dashboard .bookings .page-content.miStats #charts .pie-title, body.oneGolf .dashboard .bookings .page-content.miStats #drives-charts .pie-title{
    margin-left: 0;
}
body.oneGolf .dashboard .bookings .page-content.miStats #drivesDataContainer{
    margin-top: 0;
}

body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend .legend-entry{
    display: inline-flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend .paginationContainer .page-number{
    padding: 2px 6px;
    border: 1px solid var(--dark-blue);
    background: transparent;
    font-weight: bold;
    color: var(--dark-blue);
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend .paginationContainer .page-number:hover{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend .paginationContainer .page-number.active{
    background-color: var(--bright-blue);
    border: 1px solid var(--bright-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data{
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data thead{
    background: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data .greyCol{
   color: var(--white);
    background-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data .double, body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data .bogey, body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data .birdie, body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data .eagle{
    color: var(--dark-blue);

}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data span.glyphicons, body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data span.glyphicons-reg{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 15px;
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data span.highlight-green:before{
    color: var(--green);
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data span.highlight-red:before{
    color: var(--red);
}

body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data td.inputField .inputSelector{
    padding: 0;
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data td.inputField .dropdown-menu{
    min-width: 92px;
}
body.oneGolf .dashboard .bookings .page-content.miStats #chart-legend #scorecards .score-data td.inputField .inputNumber{
    color: var(--dark-blue);
}


/* Eclectic Leaderboards */
body.oneGolf .dashboard .bookings .ecc-Cont>h2{
    font-size: 28px;
    font-weight: 400;
}
body.oneGolf .dashboard .bookings .ecc-Cont table.table{
    color: var(--dark-blue);
    border-color: var(--mid-silver);
    border-top: none;
    background-color: var(--light-silver);
}
body.oneGolf .dashboard .bookings .ecc-Cont table.table thead th{
    border-color: var(--dark-blue);
    padding: 10px;
    color: var(--white);
    background: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .ecc-Cont table.table tbody{
    color: var(--dark-blue);
    background: transparent;
}
body.oneGolf .dashboard .bookings .ecc-Cont table.table tbody tr{
    background-color: transparent;
}
body.oneGolf .dashboard .bookings .ecc-Cont table.table tbody tr:nth-child(odd){
    background-color: var(--table-striped);
    --bs-table-accent-bg: var(--table-striped);
}
body.oneGolf .dashboard .bookings .ecc-Cont table.table tbody tr td{
    border-color: var(--mid-silver);
    padding: 10px;
    border-left: none;
    border-right: none;
}


/* Change Password */
body.oneGolf .dashboard .title-container #date{
    margin-bottom: 0;
}
body.oneGolf .dashboard .bookings.changePassword table.portal{
    width: 100%;
    margin-top: 10px;
    border: none;
    padding: 0;
    background-color: transparent;
}
body.oneGolf .dashboard .bookings.changePassword table.portal th{
    background-color: var(--dark-blue);
    color: var(--white);
    border-radius: 3px;
    padding: 10px 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
    height: auto;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr{
    background-color: transparent !important;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td table{
    width: 100%;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td table td{
    padding: 5px;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td table td input{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
    line-height: 1;
    width: 100%;
    max-width: 400px;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td table td>div{
    text-align: left;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td input[type=submit], body.oneGolf .dashboard .bookings.changePassword table.portal tr td input[type=button]{
    color: var(--white);
    font-family: var(--font);
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 5px 0;
    font-weight: 400;
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td input[type=submit]{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td input[type=submit]:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td input[type=button]{
    background-color: transparent;
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings.changePassword table.portal tr td input[type=button]:hover{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
}

/* Eclectic Leadersboards Single page */
body.oneGolf .dashboard .bookings table.portal{
    padding: 10px 7px;
    border: none;
    background-color: var(--light-silver);
    border-radius: 4px;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:first-child td:nth-child(n+2){
    display: inline-block;
    width: 24px;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:first-child td:first-child div{
    text-align: left;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:first-child td div a{
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    margin: 1px 0 0 1px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    float: left;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    background: var(--white);
    text-align: center;
    border-radius: 3px;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child{
    background-color: transparent !important ;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:first-child td div a:hover{
    background-color: var(--dark-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:last-child td .tab.tab_off{
    background-color: var(--white);
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
    border-radius: 4px;
    padding: 5px 6px;
    font-weight: 600;
    background-image: none;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:last-child td .tab.tab_off a{
    color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:last-child td .tab.tab_off:hover{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:last-child td .tab.tab_off:hover a{
    color: var(--white);
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:last-child td .tab{
    border: none;
    padding: 5px 6px;
}
body.oneGolf .dashboard .bookings table.portal tbody tr:first-child td table tr:last-child td .tab.tab_on{
    background-color: var(--bright-blue);
    border: 1px solid var(--bright-blue);
    color: var(--white);
    border-radius: 4px;
    padding: 5px 6px;
}
body.oneGolf .dashboard .bookings table.portal tbody tr th{
    height: auto;
    padding: 10px 7px;
    background-color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings table.portal>tbody>tr>td{
    padding: 10px 7px;
    text-align: left;
}
body.oneGolf .dashboard .bookings table.portal>tbody>tr:nth-child(odd){
    background-color: var(--table-striped);
    --bs-table-accent-bg: var(--table-striped);
}


/* Contact Details Pop up */
#MB_window{
    border-radius: 4px;
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    width: 700px !important;
    height: 590px !important;
}
#MB_window #MB_header{
    background-color: var(--dark-blue);
    color: var(--white);
    font-family: var(--font);
}
#MB_window #MB_header #MB_caption{
    color: var(--white);
    font-family: var(--font);
    font-weight: 500;
}
#MB_window #MB_header #MB_close{
    color: var(--white);
    line-height: 1;
}
#MB_window #MB_header #MB_close span{
    font-size: 24px;
}
#MB_window #MB_header #MB_close:hover{
    color: var(--mid-blue);
}
#MB_window #MB_content{
    background-color: var(--light-silver);
    padding: 10px 7px;
    border: none !important;
    
}
#MB_window #MB_content #shortButtonBarN{
    border-bottom: 1px solid var(--silver);
    display: flex;
    overflow: unset;
}
#MB_window #MB_content #shortButtonBarN a{
/*     margin: 0 2px; */
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--mid-silver);
    border-bottom-color: var(--silver);
    padding: 5px 8px;
    margin-bottom: -1px;
    background: var(--white);
    color: var(--dark-blue);
/*    line-height: 1.2em;*/
/*    height: auto;*/
}
#MB_window #MB_content #shortButtonBarN a.low:hover{
    border-color: var(--dark-blue);
    border-bottom-color: var(--silver);
    color: var(--dark-blue);
}
#MB_window #MB_content #shortButtonBarN a.high{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
}
#MB_window #MB_content #entryForm #shortGeneralDetails{
    border: none;
    background-color: transparent;
    width: 615px;
}
#MB_window #MB_content #entryForm #shortGeneralDetails table.portal{
    border: none;
    background-color: transparent;
    color: var(--dark-blue);
    width: 100%;
}
#MB_window #MB_content #entryForm #shortGeneralDetails table.portal input[type=text]{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
#MB_window #MB_content #entryForm #shortGeneralDetails table.portal select{
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--dark-blue);
    background-color: transparent;
    font-size: 16px;
    box-shadow: none;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}
#MB_window #MB_content #entryForm #shortGeneralDetails table.portal select option{
    background-color: var(--white);
    color: var(--dark-blue);
}
#MB_window #MB_content #entryForm center input[type=button]{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
#MB_window #MB_content #entryForm center input[type=button]:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
}

/* Edit Noticeboard */
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor{
  width: 100%;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child h1{
  margin: 0;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child p{
  margin: 0;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child>td>table{
  margin-top: 20px;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child>td>table table td{
  padding: 0;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child table .tab{
  border-radius: 4px 4px 0 0;
  border: 1px solid var(--light-silver);
  border-bottom-color: var(--silver);
  padding: 5px 12px;
  margin-bottom: -1px;
  background: transparent;
  color: var(--dark-blue);
  margin: 0;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child table .tab.tab_on{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue) var(--dark-blue) var(--silver);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child table .tab.tab_off:hover{
    border-color: var(--dark-blue);
    border-bottom-color: var(--silver);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child table .tab a{
  color: var(--dark-blue);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:first-child table .tab b{
  font-weight: 400;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child>td>table{
    background-color: var(--light-silver);
    padding: 10px 7px;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid var(--silver);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child>td>table table, body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child>td>table table tr{
  background-color: transparent;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[type=submit], body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Update], body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Save], body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=>>], body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=<<]{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[type=submit]:hover, body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Update]:hover, body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Save]:hover, body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=>>]:hover, body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=<<]:hover{
    background-color: var(--mid-blue);
    border-color: var(--mid-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Back], body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Cancel]{
    background-color: transparent;
    border-color: var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Back]:hover, body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child input[value=Cancel]:hover{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child #wysiwygForm .wysiwyg table.portal a{
  color: var(--mid-blue);
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  height: auto;
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child #wysiwygForm .wysiwyg table.portal a:hover{
  color: var(--bright-blue);
}
body.oneGolf .dashboard .bookings .noticeboard-wysiwgy-editor>tbody>tr:last-child #idTagSelBottomRowoEdit1{
  background-color: var(--white);
}

/* Public Portal My Bookings */
body.oneGolf .dashboard .bookings .page-content .panel.update-details{
  background-color: var(--light-silver);
  border: none;
}
body.oneGolf .dashboard .bookings .page-content .panel.update-details .panel-heading{
  color: var(--dark-blue);
  background-color: transparent;
  border: none;
}
body.oneGolf .dashboard .bookings .page-content .panel.update-details .panel-heading h3{
  margin-top: 0;
}
body.oneGolf .dashboard .bookings .page-content .panel.update-details .panel-heading a.btn.btn-default{
  color: var(--white);
  display: flex;
  align-items: center;
}
body.oneGolf .dashboard .bookings .page-content .panel.update-details .panel-heading a.btn.btn-default .glyphicon{
  margin-right: 5px;
}
body.oneGolf .dashboard .bookings .page-content .panel.update-details .panel-body .port-update-password a{
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
    border-radius: 30px;
    color: var(--white);
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
body.oneGolf .dashboard .bookings .page-content .panel.update-details .panel-body .port-update-password a:hover{
  background-color: var(--mid-blue);
  border: 1px solid var(--mid-blue);
  color: var(--white);
}
body.oneGolf .dashboard .bookings .page-content .container-fluid .col-lg-8 .panel.panel-default{
    background: transparent;
    border: none;
}
body.oneGolf .dashboard .bookings .page-content .container-fluid .col-lg-8 .panel.panel-default h3{
  margin-top: 0;
}
