/*====== MAIN CONTENT ================*/
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.padtop25 {
   padding-top:25px;
}
.bg-main {
    background-color: #77bc65 !important;
}
.text-main {
    color: #77bc65 !important;
}
.text-link:hover{
    color:white !important;
    font-weight:bold !important;
    text-decoration:underline !important;
}
.border-main {
    border: 1px solid #77bc65 !important;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.card, .card-header, .card-footer{
    border:none !important;
}
.card-footer{
    background-color:white !important;
}
.card-body-index{
    padding-top:25px;
    height:450px;
}
.accordion-main {
    border-left: 20px solid #77bc65 !important;
    border: 12px 1px 1px 1px !important;
    border-color: #77bc65 !important;
    background-color:transparent !important;
}
.accordion-button {
    background-color: transparent !important;
    color: inherit !important;
    border:1px solid #77bc65 !important;

}
.accordion-button-active-color {
    background-color: transparent !important;
    color: inherit;
    border: 1px solid #77bc65 !important;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.title {
    /*font-family: Papyrus,'Papyrus', fantasy;*/
    font-size: 1.3rem;
}

.link {
    font-size: 30px;
    color: white;
    text-decoration:underline;
}
.row{
    padding-top:25px !important;
    padding-bottom:25px !important;
}
/*image gallery-->*/

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
}

.link-text {
    font-size: 20px;
    color: black;
    text-decoration: none !important;

}

.border-main {
    border: 1px solid #77bc65 !important;
}

.bg-lightgrey {
    background-color: #F0F0F0;
}


.text-black {
    color: black;
}

.index-card {
    height: 30%;
    border-radius: 0px;
    padding: 5px;
    border: 2px solid white;
}

.index-banner {
    background-image: url('../Images/Index3bw.jpg');
    height: 400px;
    background-size: cover;
    color: #77bc65;
}

/*==== RESPONSIVE PAGES =====*/
@media only screen and (max-width: 600px) {
    header_text {
        font-size: 0.9rem;
    }
}
/* ====== LODGINGS TABLE ======*/

.table_lodg_head {
    text-align: center;
    background-color: Gainsboro;
    border: 1px Gainsboro solid;
}

.table_lodg_td {
    border: 1px Gainsboro solid;
    width: 40px;
    padding: 0px;
    text-align: center;
}
/*==== CALENDAR TABLE =====*/

.cal_row {
    height: 100px !important;
}

.table_cal_td {
    border: 1px Gainsboro solid;
    width: 40px;
    padding: 0px;
}

.row-rounded {
    border-radius: 5px;
}

.cal-bookinglink {
    color: black;
    text-decoration: none;
}
/*==== FORMS =====*/
.radio {
    height: 50px;
    width;
    50px;
}

input[type='radio'] {
    transform: scale(2);
}

.content_pad_top {
    padding-top: 1vh;
}

.content_pad_bottom {
    padding-bottom: 1vh;
}

.input_border {
    border: 2px solid black !important;
    border-radius: 5px;
}

.form-check-input[type=radio] {
    height: 25px;
    width: 25px;
}

.radio_label {
    padding-top: 3px;
    padding-left: 3px;
    font-weight: bold;
}

.form_pad_top {
    padding-top: 10px;
}

.form-check {
    height: 30px;
    width: 100%;
}
/*==== BUTTONS =====*/
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a, .btn-link {
    color: #0366d6;
}
