﻿/*

    colors

16697a
489fb5
82c0cc
ede7e3
ffa62b

*/

body {
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
    font-size: 16px;
    color: #515151;
    overflow-y: scroll;
    margin-top: 45px;
}

div.TopMenu {
    background-color: #ede7e3;
}

div.FooterPanel {
    background-color: #82c0cc;
}

h1 {
    color: #ffa62b;
}
h2 {
    color: #16697a;
}
h3 {
    color: #16697a;
}


a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #489fb5;
}

a:hover {
    color: #82c0cc;
    text-decoration: none;
}

a.blue:link,
a.blue:visited,
a.blue:active {
    color: #489fb5;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
}

a.blue:hover {
    color: #82c0cc;
    text-decoration: underline;
}

div.MiniAds {
    padding-top: 0px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    flex-wrap: wrap;

}

div.MiniAd {
    width: 20%;
    max-width: 400px;
    min-width: 140px;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 2px;
    text-align: center;
    /*border: 1px solid gray;*/
    border-radius: 8px;
    padding: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    flex-grow: 1;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}

div.AvailableGreen {
    background-color: #bfe8b9;
    border: 1px dotted gray;
}
div.AvailableGreenToday {
    background-color: #bfe8b9;
    border: 1px solid #000;
    font-weight:bold;
}

div.BookedRed {
    background-color: #e4aaaa;
    border: 1px dotted gray;
}
div.BookedRedToday {
    background-color: #e4aaaa;
    border: 1px solid #000;
    font-weight: bold;
}
div.BookedRedHalfbookedOverride {
    background-color: #ffe4b9;
}

div.BookingMonthSmall {
    text-align: center;
    width: 5%;
    min-width: 20px;
    max-width: 30px;
    min-height: 25px;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
}

div.BookingMonthSmall:hover {
    background-color:#feec9a;
    border: 1px solid black;
}

div.BookingDOW {
    display: block;
    right: 0;
    font-size: 12px;
    font-weight: initial;
}

div.DepositPrice{
    font-size:14px;
    color:#696969;

}
div.WarningRed {
    background-color: #ffeed6;
    border-radius:8px;
}

div.ConfirmationOrder {
    border-radius: 4px;
    background-color: #ede7e3;
    border: 1px solid #16697a;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}

div.BigPriceBox {
    font-size: 32px;
    color: gray;
}

div.BigAvailBox {
    font-size: 22px;
    color: gray;
}

div.ProductLinkBox {
    display: flex;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ffd494;
    background-color: #fffbf5;
    border-radius: 8px;
    margin: 5px;
    margin-left: 0px;
    margin-left: 0px;
    justify-content: space-between;
}
div.ProductLinkBoxLeft {
    padding:5px;
}
div.ProductLinkBoxRight {
    text-align: right;
    padding: 5px;
}

div.ImageRow4Pics {
    display: flex;
    justify-content: space-between;
}
div.ImageRow4PicsPic {
    padding: 3px;
    max-width: 270px;
}
