body {
    
}

.hidden {
    display: none;
}

a { color: #000; }

/* === Navbar === */

.navbar-fixed-top  .navbar-inner {
    z-index: 1;
    /*padding-left: 20px;*/

    height: auto;
    
    background-color: #fff;
    background-image: none;

    webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);

    border-width: 0 0 0 0;
    padding-right: 0;
    
}

.navbar-fixed-top {
    z-index: 999;
}

.navbar .btn { margin-top: 0; }
.logo {
    text-shadow: none;
    color: #000;

    margin-top: 5px;
}

.nav li {
    padding-left: 10px;
    line-height: 28px;
}
.header_controls {
    padding-top: 10px;
}

/* === navbar end === */
.container-fluid{
    padding-left: 0px;
}

.content-container {
    /*margin-top: 78px;*/
    clear: left;
}

.modal {
    overflow-y: auto!important;
    max-height: 90%!important;
}

@media (min-width: 1280px) {
    #teetime-booking,
    #teetime-introductie,
    #teetime-gastspeler,
    #teetime-login {
        width: 700px;
        margin-left: -350px;
    }
    #teetime-booking .modal-body,
    #teetime-login .modal-body { 
        height: 500px;
    }

    #teetime-gastspeler .modal-body,
    #teetime-introductie .modal-body {
        height: 500px;
    }
}

#meldingen {
    display: none;
}
#meldingen_dialog {
    display: none;
}
#login-meldingen {
    display: none;
}

@media (max-width: 352.99px) {
    .form-control .row-fluid input.span6 {
        width: 46%;
    }
    .form-control .row-fluid input.span11 {
        width: 80%;
    }
}
@media (min-width: 353px) {
    .form-control .row-fluid input.span6 {
        width: 47%;
    }
}

td.reservering {
    background-color: #F99;
}
td.bezetting {
    background-color: #F99;
    font-size: 10px;
}
td.vrij {
    background-color: transparent;
}
td.verleden {
    background-color: #ccc !important;
}

.teetime-filters {
    border:2px solid #ccc;
    border-radius:25px;
    padding: 15px;
    margin-bottom: 15px;
}
/*div.teetime-grid-container {
    border:2px solid #ccc;
    border-radius:25px;
    padding: 15px;
}*/

.eigen-reservering {
    margin-bottom: 15px;
}

.niet-beschikbaar span{
    color: #ccc !important;
    text-shadow: none !important;
}

.teetime_hour_separator {
    height: 70px;
    border-left: 2px solid #c4c4c4;
    margin-top: 15px;
    width: 2px;

    float: left;
    position: relative;
}

.teetime_hour_separator span {
    position: absolute;
    color: #999;
    top: -18px;
    left: -20px;
}

.teetime {
    float: left;
    margin: 5px;
    padding: 15px;
    margin-top: 20px;
    
    cursor: pointer;

    border-radius: 10px;
    color: white;
    
}

.teetime.wide {
    padding: 5px 15px;
}

.teetime .price {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.teetime .icons {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    display: table;
    vertical-align: middle;
}

.teetime .time {
    display: block;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 0 #000;
}
.teetime .icon {
    width: 10px;
    height: 10px;
    float: left;
    margin: 3px;
    display: inline-block;
    display: table-cell;
}
div.niet-beschikbaar .icon.bezet, .bezet {
    background-color: red;
}
.vrij {
    background-color: white;
}
.bezet.geslacht-m {
    background-color: blue;
}
.bezet.geslacht-v {
    background-color: pink;
}
.bezet.geslacht-u {
    background-color: red;
}

.icon.niet-beschikbaar {
    background-color: #ccc;
}

.empty-teetime {

}
td.niet-beschikbaar {
    background-color: #ccc !important;
}
div.niet-beschikbaar .icon {
    background-color: white;
}

.modal-teetime-booking {
    height: 300px;
    overflow: hidden;
}

.modal-teetime-booking-message {
    height: 50px;
    overflow: hidden;
}

#confirm-holes {
    width: 360px;
    margin-left: -180px;
    left: 50%;
}

#confirm-holes .modal-body {
    padding: 0;
}

#confirm-holes ul {
    list-style: none;
    margin: 0;
}

#confirm-holes a {
    display: block;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}

#confirm-holes a, #confirm-holes a:hover {
    text-decoration: none;
}

#confirm-holes a:hover, #confirm-holes a:active {
    color: #62c462;
}

#confirm-holes a:first-child {
    border-bottom: 1px solid #EEEEEE;
}

div.extra-spelers{
    display: none;
}

ul.extra-spelers {
    list-style-type: none;
    margin: 0 !important;
    overflow: hidden;
}

ul.extra-spelers label.radio {
    padding-left: 0px !important;
}

ul.extra-spelers input {
    float: left;
}
ul.extra-spelers li {
    clear: left;
}

ul.extra-spelers button {
    padding: 4px 6px;
}

.boeker .handicap,
ul.extra-spelers .handicap {
    display: inline-block;
}

button.relatie-onbekend {
    /*margin-left: 10px;*/
}
button.relatie-clear {
    margin-left: 10px;
    width: 30px;
}

input.extra-speler {
    width: 220px;
    margin-right: 10px;
}
div.extra-speler {
    width: 220px;
    display: inline-block;
}

div.overige-speler {
    color: blue;
}
div.overige-speler div {
    display: inline-block;
}
div.overige-speler div.naam {
    width: 300px;
}
div.overige-speler div.geslacht {
    width: 20px;
}
div.overige-speler div.handicap {
    width: 50px;
}

div.uitschrijven {
    margin-top: 30px;
}


.teetime-list {
    table-layout: fixed;
    width: 100%;
}



.teetime-list thead th:first-child {
    width: 80px;
}

td.teetime-list-bezetting-container {
    padding: 0;

}

.teetime-list-bezetting {
    width: 100%;
    table-layout: fixed;
}

.teetime-list-bezetting td {
    border: 0;
    background-color: inherit;
}



  th.occupied {
    background-color: #154a32 !important;
    color: white;
  }

  div.occupied,
  td.occupied {
    background-color: #206e4b  !important;
    color: white;
    padding-left: 5px;
    border-right: 1px solid #16956f;
    box-sizing: border-box;
  }

    td.occupied div {
        display: inline-block;
    }

  /* opvulling */
  div.occupied-fill,
  td.occupied-fill {
    background-color: #4c8b6e  !important;
    color: white;
    padding-left: 5px;
    border-right: 1px solid #16956f;
    box-sizing: border-box;
  }

  th.occupied.eigen_reservering,
  td.occupied.eigen_reservering{
    background-color: #5ea0d8  !important;
    border-right: 1px solid #1e4363;
    
  }

    th.wedstrijd.occupied {
    background-color: #8C2424 !important;
    color: white;
  }

  td.wedstrijd.occupied {
    background-color: #CC3434 !important;

  }






td.groep{ 
    background-color: #fbc105 !important;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow-x: hidden;
}

td.wedstrijd{ 
    background-color: #CC3434 !important;
    color: #fff;
    text-align: center;

    white-space: nowrap;
    overflow:hidden;
    width: 100%;
}
td.buffer {
    background-color: #8ECFFA !important;
    color: #000;
    text-align: center;

    white-space: nowrap;
    overflow-x: hidden;
}
td.gesloten {
    background-color: #999 !important;
    color: #fff;
    text-align: center;
}

tr.odd > th.groep { background-color: #f2b602 !important; }
tr.even > th.groep { background-color: #fbc105 !important;}


.weekoverzicht {
    table-layout: fixed;
    width: 100%;
}

.weekoverzicht table.teetime-week-dag thead th {
    white-space: nowrap !important;
}

.weekoverzicht td{
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

th.week-controls {
    padding-bottom: 6px;
}

td.tijd-container {
    width: 43px;
    padding: 0;
    border-top: 0;

    
    font-weight: bold;
}

.teetime-week-dag,
.teetime-week-tijd{
    width: 100%;
    table-layout: fixed;
}

td.week-teetime-reservering {
    padding: 0;
    line-height: 24px;
}

td.dag-container {
    vertical-align: top;
    padding: 0;
    border-right: 1px solid #eee;

}


.mijn-reserveringen .grey {
    color: #666666;
}

.mijn-reserveringen .today {
    color: #008000;
}

.mijn-reserveringen .gridline td {
    border-top: 1px solid #008000;
}

.mijn-reserveringen .wedstrijd {
    color: coral;
}

.add-spelers-box {
    padding: 5px 0;
}

.btn-add-spelers {
    text-decoration: underline;
    float: left;
}

.flight-title {
    display: block;
    padding: 12px 0;
    font-weight: bold;
}

.clear-both {
    clear: both;
}

@media (max-width: 979px) {
    .content-container {
        margin-top: 0;
    }
}

@media (max-width: 767px){
    /*.modal {
         width: auto !important; 
         margin: 0 !important; 
    }*/

    .baan_selectie {
        /*margin-top: 10px*/
    }

    .content-container {
        /*margin-top: 60px;*/
    }

    /*#teetime-booking .modal-body {
        height: 240px;
    }*/

}

@media (max-width : 480px) {

    .datum_selectie, .baan_selectie {
        margin-top: 10px
    }

    .content-container {
        /*margin-top: 150px;*/
    }

    /*#teetime-booking .modal-body {
        height: 10px;
    }*/

    input.extra-speler {
        width: 120px;
    }

    /*.modal-footer a:first-child {
        display: none;
        visibility: hidden;
    }*/
}

@media (min-height : 3000px) {
    .modal {
        top: 1%;
    }
}

.teetime-introductie .row-fluid [class*="span"]:first-child {
/*    margin-right: 9px; */
}

.flow-group {
    line-height: 29px;
    margin-right: 3px;
}

.flow-group > label {
    display: inline;
    text-align: center;
}
.flow-group > label > input[type="radio"] {
    margin: 1px 2px;
    vertical-align: text-bottom;
}
.form-control .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}
.form-control .row-fluid [class*="span"] {
    margin-left: 10px;
}

img.disabled {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    cursor: not-allowed;
}

input.loading {
    background: #fff url(/app/Public/img/loading_small_straight.gif) center no-repeat;
    background-repeat: no-repeat;
}

div.buttons {
    margin-top: 36px;
    clear: left;
}

div.opmerking {
    margin-top: 30px;
    clear: left;
}

li.active {
    font-weight: bold;
    color: #006dcc !important;
}

div.content {
    padding: 10px;
}

textarea#opmerking {
    width: 400px;
    height: 60px;
}

.club-clear {
    display: none;
}

.register_form input:invalid, .register_form textarea:invalid, .register_form select:invalid,
.starttijden-account input:invalid, .starttijden-account textarea:invalid, .starttijden-account select:invalid {
    border-color: red;
}
