#calculator-wrapper{

    font-size: 30px;
    font-weight: bold;
}
#calculator-header{

    margin-bottom: 23px;

}

#brxe-lzfwmr{
    cursor: default;
}
.site-title{
    height: 100%;
}

#qr-code-grid{
    background-color: #1e3763;
    padding: 20px;
}
#qr-code-grid .wpt-qrcode{
    width: 100%;
}

#qr-code-container{
    display: none;
    text-align: right;
}
#qr-code{

    height: auto;
}
#qr-code-text{
    text-align: center;
    padding: 30px 15px;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
}

#calculator-wrapper.fullwidth-table{

}

#calculator-wrapper.fullwidth-table #qr-code-container{
    display: none!important;
}

#form-wrapper.fullwidth-table{
    display: none;
}

.tooltip-new {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
}

#handicap-form{
    width: 100%;
    background-color: #1e3763;
    padding: 20px;
}

#handicap-form input.calculator-screen{
    width: 100%;
    padding: 8px;
    max-height: 70px;
    border: 1px solid #fff;
    background: #1e3763;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;

}

#handicap-form .fields-wrapper{

    margin-bottom: 25px;

}


#handicap-form select{
    font-size: 24px;
    max-height:70px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    background: #fff;
    text-align: left;
    color: #1e3763;
}


.select-wrapper {
    position: relative;
    outline: none;
}

.select-wrapper select:active{
    outline: none;
}

.select-wrapper select::-ms-expand {
    display: none;
}
.select-wrapper:after {
    content: '\25BC';
    font-size: 20px;
    color: #1e3763;

    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
    top: calc(50% - 13px);
    right: 11px;
    position: absolute;
    pointer-events: none;
}


#handicap-form .radio-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
}

#handicap-form .radio-wrapper input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

#handicap-form .radio-wrapper label {
    color: #1e3763;
    display: inline-block;
    background-color: #E4EBCC;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 30px;
    border: 0px solid #000000;
    border-radius: 0px;
    height: 100%;
    line-height: 50px;
    margin-bottom: 0px;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    position: relative;
}

#handicap-form .radio-wrapper input[type="radio"]:checked + label {
    background-color: #7a9a01;
}

#handicap-form .radio-wrapper input[type="radio"]:disabled + label {
    background-color: #c5c5c5;
    color: #a1a1a1;
}

#handicap-form .radio-wrapper input[type="radio"]:not(:disabled) + label:hover {
    transition-duration: 0.1s;
    background-color: #7a9a01;
}

#handicap-form .radio-wrapper input[type="radio"]:not(:disabled) + label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 10px white;
}

#handicap-form .radio-wrapper input[type="radio"]:not(:disabled) + label:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    left: 0;
    top:0;
    opacity: 1;
    transition: 0s;
}

#handicap-form .radio-wrapper input[type="radio"]:not(:disabled) + label:active {
    top: 1px;
}





#handicap-form label{
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

#keyboard-wrapper {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 23px;
    background-color: #1e3763;
    color: #444;
}

.key {
    color: #fff;
    text-align: center;
}

.key input[type=button]{
    width: 100%;
    height: 100%;
    background-color: #4075d2;
    color: #fff;
    padding: 10px;
    border: none;
    outline: none;
}

.key{
    position: relative;
    background-color: #4075d2;
    color: white;
    cursor:pointer;
    user-select:none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
}

.key:hover {
    transition-duration: 0.1s;
    background-color: #4075d2;
}

.key:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 10px white;
}

.key:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    left: 0;
    top:0;
    opacity: 1;
    transition: 0s;
}

.key:active {
    top: 1px;
}

#bottom-row{
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 23px;
    margin-top: 23px;
}

#handicap-form .delete-btn input{
    padding: 20px;
}

#handicap-form .enter-btn{
    position: relative;
    grid-column: span 2;
}
#handicap-form button#calculate-handicap{
    position:relative;
    text-align: center;
    width: 100%;
    background-color: #4075d2;
    color: #fff;
    padding: 20px;
    line-height: 40px;
    border: none;
    outline: none;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
}



#handicap-form button#calculate-handicap:hover {
    transition-duration: 0.1s;
    background-color: #4075d2;
}

#handicap-form button#calculate-handicap:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 10px white;
}

#handicap-form button#calculate-handicap:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    left: 0;
    top:0;
    opacity: 1;
    transition: 0s;
}

#handicap-form button#calculate-handicap:active {
    top: 1px;
}

#results-wrapper{
    position:relative;
}


#results-wrapper,#handicap-result{
    position: relative;

}

#table-wrapper{

}

#calculator-wrapper.fullwidth-table #table-wrapper{

}

table.handicap-table {
    border: 1px solid #7a9a01;
    background-color: #FFFFFF;

    border-collapse: collapse;
    table-layout: fixed;
}

table.handicap-table.handicap-switchover{
    table-layout: auto;
}

table.handicap-table td, table.hadicap-table th {
    border: 1px solid #7a9a01;
    border-bottom: 0px;
    border-top: 0px;

}
table.handicap-table th:nth-of-type(3) {
    display: none;
}
table.handicap-table.handicap-switchover th:nth-of-type(2) {
    padding: 0 10px;

}
table.handicap-table.handicap-switchover th:nth-of-type(3) {
    display: table-cell;

}
table.handicap-table tbody td {
    width: 25%;
    font-size: 22px;
    font-weight: bold;
    color: #1E3763;
    text-align: center;
}

table.handicap-table tbody td:nth-of-type(2) {
    width: 1%;
    white-space: nowrap;
}

table.handicap-table tr:nth-child(even) {
    background: #E4EBCC;
}
table.handicap-table thead {
    background: #7a9a01;
    border-bottom: 2px solid #7a9a01;
}
table.handicap-table thead th {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 1px solid #7a9a01;
}
table.handicap-table thead th:first-child {
    border-left: none;
}

#brxe-atizuj.gclose i:before
{
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #7a9a01;
    border-radius: 100px;
    line-height: 40px;
    height: 40px;
    width: 40px;
}
#brxe-atizuj.gclose
{
    top: 0px;
    right: 20px;
    margin: 20px;
    color: #fff;
}

.tooltip-new {
    position: relative;
    display: none;
    text-align:left;
    width: 100%;
}

.tooltip-new h3 {margin:12px 0;}

.tooltip-new .bottom {
    width:100%;
    bottom: -76px;
    left:50%;
    transform:translate(-50%, 0);
    padding:20px;
    color:#666666;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;

}

.tooltip-new .bottom.select {
    bottom: -107px;
}

.tooltip-new.invalid{
    display: block;
}
.tooltip-new.invalid .bottom {
    display:block;
}

.tooltip-new .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip-new .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.loading-data{
    background: rgba(255, 255,255, 0.8);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.lds-spinner {
    color: #7a9a01;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 40px);
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #7a9a01;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.tee-details-wrapper{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 0;
}

.color-circle{
    box-shadow: 0 0 0 1px #000;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: block;
    margin-top: 3px;
    margin-right: 5px;
}

.tee-title{
    text-align: left;
    font-size: 20px;
    display: block;
}

.tee-ratings{
    text-align: left;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}

.align-self-center{
    align-self: center;
    margin: 0 auto;
}


#allowances-wrapper{
    align-self: end;
}

#allowances-wrapper h3{
    font-size: 30px;
    margin-bottom: 0px;
    color: #1e3763;
}

#allowances-wrapper h3.before-switchover{
    margin-bottom: 10px;
}

#allowances-wrapper h4.allowances-info{
    margin-bottom: 10px;
    font-size: 19px;
    color: #1e3763;
    font-style: italic;
}



table#allowances-table {
    border: 1px solid #7a9a01;
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
table#allowances-table td, table.hadicap-table th {
    border: 1px solid #7a9a01;
    border-bottom: 0px;
    border-top: 0px;

}
table#allowances-table tbody td {
    padding: 20px 10px ;
    font-size: 18px;
    font-weight: bold;
    color: #1E3763;
    text-align: center;
}


table#allowances-table tr:nth-child(even) {
    background: #E4EBCC;
}

table#allowances-table thead {
    background: #7a9a01;
    border-bottom: 2px solid #7a9a01;
}

table#allowances-table thead th {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 1px solid #7a9a01;
}

table#allowances-table thead th:first-child {
    border-left: none;
}



#table-row-template{
    display: none;
}

#refresh-page{
    text-align: center;
    display: none;
    max-width: 615px;
    margin: 0 auto;
    margin-top: 30px;
}

#refresh-page p{
    text-align: center;
}


.refresh-button {
    color: #fff;
    text-align: center;
}

.refresh-button{
    width: 100%;
    height: 100%;
    background-color: #4075d2;
    color: #fff;
    padding: 10px;
    border: none;
    outline: none;
}

.refresh-button{
    position: relative;
    background-color: #4075d2;
    color: white;
    cursor:pointer;
    user-select:none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
}

.refresh-button:hover {
    transition-duration: 0.1s;
    background-color: #4075d2;
}

.refresh-button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 10px white;
}

.refresh-button:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    left: 0;
    top:0;
    opacity: 1;
    transition: 0s;
}

.refresh-button:active {
    top: 1px;
}
@media only screen and (max-width: 1400px) {
    table#allowances-table thead th{
        font-size: 16px;
    }

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


    #calculator-wrapper #qr-code-container{
        display: none!important;
    }

    /* Force table to not be like tables anymore */
    #results-wrapper table,
    #results-wrapper thead,
    #results-wrapper tbody,
    #results-wrapper th,
    #results-wrapper td,
    #results-wrapper tr {
        display: block;
    }

    #results-wrapper table{
        border: none;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #results-wrapper thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }



    #results-wrapper tr {
        margin-bottom: 20px;
        border: 1px solid #7a9a01;
    }

    #results-wrapper td {
         /* Behave  like a "row" */
         border: none;
         border-bottom: 1px solid #eee;
         position: relative;
         width: 100%;
         white-space: normal;
         text-align: center;

     }

    #results-wrapper td > span {
        display: block;
        padding: 10px;

    }

    .tee-details-wrapper{
        padding: 10px;
    }

    #results-wrapper td:before {
        background: #7a9a01;
        border-bottom: 2px solid #7a9a01;
        color: #fff;
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:center;
        font-weight: bold;

    }

    .tee-parent-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .tee-details-wrapper {
        display: grid;
        grid-template-columns: 40px 3fr;
        grid-gap: 0;
        width: auto;
        justify-self: center;
    }

    /*
    Label the data
    */
    #results-wrapper td:before {
        display: block;
        padding: 10px;
        content: '' attr(data-title)'';
    }
    table#allowances-table tbody td{
        padding: 0;
    }

    #allowances-table td > div{
        padding: 10px;
    }
}
@media only screen and (min-width: 1400px) {
    #results-wrapper td {

        text-align: center;

    }
}

