﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 55px;
    padding-bottom: 50px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

#btnFilter {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.articleMens {
    color: blue !important;
}

.articleLadies {
    color: red !important;
}

.articleMixed {
    color: darkorchid !important;
}

.articleJuniors {
    color: sienna !important;
}

.articleSeniors {
    color: darkblue !important;
}

.articleAnyone {
    color: black !important;
}
.articleCancelled {
    text-decoration:line-through;
}

.filterOff {
    color: lightgray !important;
}

.tee_booking_row {
    margin: 10px;
    vertical-align: middle;
}

.tee_booking_ {
    border: thin;
    vertical-align: middle;
}

.home-article {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px
}

.diary_today {
    color: red;
}

.diary_weekend_sat {
    background-color: #D0E9C6;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    min-height: 40px;
    padding-top: 4px;
}

.diary_weekend_sun {
    background-color: #D0E9C6;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    min-height: 40px;
    padding-top: 4px;
}

.diary_weekday {
    background-color: white;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    min-height: 40px;
    padding-top: 4px;
}

.diary_month {
    background-color: plum;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    min-height: 40px;
    padding-top: 4px;
}

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
}

fieldset legend {
    border: 0;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    margin-top: 4px;
}

div .ccgmc_page {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

textarea .fullWidthTextarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    *max-width: none;
}


/* An additional set of buttons - diary */

.btn-diarycancelled {
    background-color: palevioletred;
    border-color: transparent;
    text-transform: none !important;
    text-decoration:line-through;
}

.btn-diary {
    background-color: #F8F5F0;
    border-color: transparent;
    text-transform: none !important;
}

    .btn-diary:focus,
    .btn-diary.focus {
        background-color: #c9302c;
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-diary:hover {
        color: black;
        background-color: #F8F5F0;
        border-color: rgba(0, 0, 0, 0);
        font-style: normal italic !important;
    }

    .btn-diary:active,
    .btn-diary.active,
    .open > .dropdown-toggle.btn-diary {
        background-color: #c9302c;
        background-image: none;
        border-color: rgba(0, 0, 0, 0);
    }

        .btn-diary:active:hover,
        .btn-diary.active:hover,
        .open > .dropdown-toggle.btn-diary:hover,
        .btn-diary:active:focus,
        .btn-diary.active:focus,
        .open > .dropdown-toggle.btn-diary:focus,
        .btn-diary:active.focus,
        .btn-diary.active.focus,
        .open > .dropdown-toggle.btn-diary.focus {
            background-color: #ac2925;
            border-color: rgba(0, 0, 0, 0);
        }

    .btn-diary.disabled:hover,
    .btn-diary[disabled]:hover,
    fieldset[disabled] .btn-diary:hover,
    .btn-diary.disabled:focus,
    .btn-diary[disabled]:focus,
    fieldset[disabled] .btn-diary:focus,
    .btn-diary.disabled.focus,
    .btn-diary[disabled].focus,
    fieldset[disabled] .btn-diary.focus {
        background-color: #F8F5F0;
        border-color: transparent;
    }

    .btn-diary .badge {
        color: #F8F5F0;
        background-color: #ffffff;
    }
