
.div-main-title {
    font-size: 18px;
    font-weight: bold;
}

.div-logo {
    text-align: center;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-10 {
    margin-left: 20px;
}

.block-button {
    width: 100px;
    height: 75px;
    border: 1px solid #a7c953;
    margin-bottom: 5px;
    color: #3388CC;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.block-button-big {
    width: 290px;
    height: 60px;
    border: 1px solid #3388CC;
    margin-bottom: 5px;
    color: #3388CC;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.button-in {
    padding: 6px 6px 6px 6px;
}

.button-text {
    font-size: 12px;
    color: #4C4C4C;
    text-decoration: none;
    position: absolute;
    bottom: 4px;    
}

.button-icon {
    font-size: 16px;
    color: #004798;
}
.button-icon-blauw {
    font-size: 16px;
    color: #3388CC;
}

.button-wrapper {
    border: none;
    width: 315px;
    margin-left: calc(50% - (315px / 2));
    display: inline-block;
}

.block-button-activity {
    width: 100%;
    height: 60px;
    border: 1px solid #004798;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
    color: #004798;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.block-button-activity-title {
    font-size: 12px;
    color: #004798;
    text-decoration: none;
    position: absolute;
}

#div-title-activity {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.div-text-activity {
    font-size: 12px;
    color: #BABEC5;
}

.table-td-title {
    font-size: 14px;
    font-weight: bold;
}

.table-td-sub {
    font-size: 12px;
    color: #BABEC5;
}

.table-striped > tbody > tr:nth-child(even) > td, 
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}

.borderless.table>tbody>tr>td, 
.borderless.table>tbody>tr>th,
.borderless.table>tfoot>tr>td, 
.borderless.table>tfoot>tr>th,
.borderless.table>thead>tr>td, 
.borderless.table>thead>tr>th {
    border: none;
}

.p-margin-bottom-4 {
    margin: 0 0 0;
}

.button-teetime {
    width: calc((100% / 3) - 5px);
    height: 60px;
    border: 1px solid #007bff;
    margin: 0px 5px 5px 0px;
    padding: 6px;
    color: #3388CC;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 4px;
}

.button-teetime-left{
    float: left;
    width: 60%;  
    display: inline-block;
    position: relative;
}

.button-teetime-time {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.button-teetime-holes {
    float: left;
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: gray;
    font-weight: bold;
}

.button-teetime-players {
    float: right;
    width: 40%;
    display: inline-block;
    position: relative;
    text-align: right;
    color: lightgray;
}

.div-teetime-filter-wrapper {
    height: 215px;
    overflow: hidden;
    position: relative;
}

.div-teetime-starts-wrapper {
    height: 215px;
    overflow-y: scroll;
}

#navbar-footer {
    height: 40px;
    padding: 0px;
}

#navbar-footer .btn-group {
    padding: 0px;
}

#navbar-footer .btn-group .active {
    color: #ffffff;
    background: #004798;
}

.row-header {
    border-bottom: solid 1px lightgray;
    padding-bottom: 10px;
}

.corner-icon {
    color: #004798;
}

.btn-outline-primary {
    color: #004798;
    border-color: #004798;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #004798;
    border-color: #004798;
}

.btn-primary {
    color: #fff;
    background-color: #004798;
    border-color: #004798;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #004798;
    border-color: #004798;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004798;
    border-color: #004798;
}

.btn-primary:hover {
    color: #fff;
    background-color: #004798;
    border-color: #004798;
}

.fa {
    color: #004798;
}

#table-matchlist tbody tr td p {
    padding: 0px;
    margin: 0px;
}

.matchcard-buttontext {
    font-size: 12px; 
    color: #4C4C4C; 
    margin-top: 5px; 
    letter-spacing: 0.2    
}

.matchcard-chevron-color {
    color: #004798; 
    float: right; 
    margin-top: -35px; 
    margin-right: 10px;    
}

.lightgraytext {
    font-size: 12px;
    color: gray;
}

.clickable_row {
    cursor: pointer;
}

.table-messages tr td p {
    padding: 2px 10px 2px 10px;
    margin: 0px;
}

.navigation-title {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.menu-item-back {
    border-color: #EBEBEB;
}

#loadingOverlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 999999;
    color: white;
    opacity: 0.5;
    font-size: 3em;
    text-align: center;
    padding-top: calc(50vh - 100px);
}


#table-match-details .tr-toggle {
    font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

.clubcolor {
	color: #004798;
}

.clubbgcolor {
	background-color: #004798;
}

.players-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}