/*!
 * Teetimes app css
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.pagination {
  margin-bottom: 15px;
}

.img-700-300{
    width:700px;
}

.nav-pills > li > a.active {
    color: #fff;
    background-color: #428bca;
    border-radius: 2px 2px 0 0;
}

.nav-pills > li > a{
    padding: 10px;
    margin-right: 25px;
}

#exTab1 .tab-content {
    padding : 25px 25px;
    margin-top: 6px;
    border: 1px #428bca solid;

}

.course-header-bg{
    background: black;
}
.course-header{
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding:50px;
    opacity: 0.8;
    position: relative;
}

.course-header h1{
    color: white;
    font-size: 3.0vw;
}

.course-header address{
    background-color: white;
    line-height: 20px;
    font-size: 17px;
    opacity: 0.7;
    position: absolute;
    right: 0px;
    bottom: 10px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px 0 0 5px;
}

.teetime-available.fc-bgevent {
    background: #c5ea8a; 
}
.teetime-available.fc-bgevent:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5ea8a+0,7cd052+44,239526+100 */
    background: #c5ea8a; /* Old browsers */
    background: -moz-linear-gradient(top, #c5ea8a 0%, #7cd052 44%, #239526 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c5ea8a 0%,#7cd052 44%,#239526 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c5ea8a 0%,#7cd052 44%,#239526 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ea8a', endColorstr='#239526',GradientType=0  ); /* IE6-9 */
    cursor: pointer;
}
.teetime {
    background: #cccccc;
}

.booking-dialog{
    justify-content: space-between;
}
