2016-04-23 17:00:20 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
/* CSS Document */
|
|
|
|
|
|
|
|
/* ---------- FONTAWESOME ---------- */
|
|
|
|
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
|
|
|
|
/* ---------- http://weloveiconfonts.com/ ---------- */
|
|
|
|
|
|
|
|
*[class*="fontawesome-"]:before {
|
2016-05-22 15:36:28 +00:00
|
|
|
font-family: 'FontAwesome', sans-serif;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------- GENERAL ---------- */
|
|
|
|
|
|
|
|
/*body {*/
|
2016-05-22 15:36:28 +00:00
|
|
|
/*background: #f9f9f9;*/
|
|
|
|
/*color: #0e171c;*/
|
|
|
|
/*font: 300 100%/1em 'Lato', sans-serif;*/
|
|
|
|
/*margin: 0;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
/*}*/
|
|
|
|
/**/
|
|
|
|
/*a {*/
|
2016-05-22 15:36:28 +00:00
|
|
|
/*text-decoration: none;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
/*}*/
|
|
|
|
|
|
|
|
/*Month size*/
|
|
|
|
#monthtitle {
|
2016-05-22 15:36:28 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.25em;
|
|
|
|
margin: .25em 0;
|
|
|
|
font-weight: 600;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2016-05-22 15:36:28 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
line-height: 1em;
|
|
|
|
margin: .33em 0;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2016-05-22 15:36:28 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
margin: auto;
|
2016-04-23 17:00:20 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*.container {*/
|
2016-05-22 15:36:28 +00:00
|
|
|
/*height: 358px;*/
|
|
|
|
/*left: 50%;*/
|
|
|
|
/*margin: -255px 0 0 -245px;*/
|
|
|
|
/*position: absolute;*/
|
|
|
|
/*top: 50%;*/
|
|
|
|
/*width: 340px;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
/*}*/
|
|
|
|
|
|
|
|
/* ---------- CALENDAR ---------- */
|
|
|
|
|
|
|
|
.calendar {
|
2016-05-22 15:36:28 +00:00
|
|
|
text-align: center;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar header {
|
2016-05-22 15:36:28 +00:00
|
|
|
position: relative;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar #monthtitle {
|
2016-05-22 15:36:28 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
color: #1A6687;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
2016-05-22 15:36:28 +00:00
|
|
|
#datesbooked {
|
|
|
|
color: #1a6687;
|
|
|
|
padding-top: 2px;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
2016-05-22 15:36:28 +00:00
|
|
|
|
2016-04-23 17:00:20 +00:00
|
|
|
/*Title*/
|
|
|
|
.calendar thead {
|
2016-05-22 15:36:28 +00:00
|
|
|
font-weight: 500;
|
|
|
|
/*text-transform: uppercase;*/
|
|
|
|
color: #8BC4C9;
|
|
|
|
/*margin-bottom:1px;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*Body text*/
|
|
|
|
.calendar tbody {
|
2016-05-22 15:36:28 +00:00
|
|
|
color: #7c8a95;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*select date*/
|
|
|
|
.calendar tbody td:hover {
|
2016-05-22 15:36:28 +00:00
|
|
|
background: #8BC4C9;
|
|
|
|
color: #f9f9f9;
|
|
|
|
/*border: .1px solid #8BC4C9;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
|
2016-05-22 15:36:28 +00:00
|
|
|
/*border-radius: 50%;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
2016-05-22 15:36:28 +00:00
|
|
|
|
|
|
|
.selected {
|
|
|
|
background: #6b9699;
|
|
|
|
color: #f9f9f9;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
2016-05-22 15:36:28 +00:00
|
|
|
|
|
|
|
.calendar thead > tr > td {
|
|
|
|
border-top: hidden;
|
|
|
|
border-left: hidden;
|
|
|
|
border-right: hidden;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar td {
|
2016-05-22 15:36:28 +00:00
|
|
|
border: .1px solid #cbd1d2;
|
|
|
|
/*border-radius: 50%;*/
|
|
|
|
display: inline-block;
|
|
|
|
height: 2.5em;
|
|
|
|
line-height: 2.5em;
|
|
|
|
text-align: center;
|
|
|
|
width: 2.5em;
|
|
|
|
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar .prev-month,
|
|
|
|
.calendar .next-month {
|
2016-05-22 15:36:28 +00:00
|
|
|
/*border: .1px solid #cbd1d2;*/
|
|
|
|
color: #cbd1d2;
|
2016-04-23 17:00:20 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar .prev-month:hover,
|
|
|
|
.calendar .next-month:hover {
|
2016-05-22 15:36:28 +00:00
|
|
|
border: .5px solid #cbd1d2;
|
|
|
|
background: #cbd1d2;
|
|
|
|
color: #f9f9f9;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*Today*/
|
|
|
|
.current-day {
|
2016-05-22 15:36:28 +00:00
|
|
|
color: #8BC4C9;
|
|
|
|
/*background-color: #8BC4C9;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*Next,Prev month*/
|
|
|
|
.btn-prev,
|
|
|
|
.btn-next {
|
2016-05-22 15:36:28 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
color: #8BC4C9;
|
|
|
|
font-size: 1.5em;
|
|
|
|
padding: 1em;
|
|
|
|
/*height: .7em;*/
|
|
|
|
/*line-height: .3em;*/
|
|
|
|
/*margin: auto;*/
|
|
|
|
/*position: absolute;*/
|
|
|
|
/*top: .1em;*/
|
|
|
|
/*width: 25em;*/
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-prev:hover,
|
|
|
|
.btn-next:hover {
|
2016-05-22 15:36:28 +00:00
|
|
|
background: none;
|
|
|
|
color: #1A6687;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-prev {
|
2016-05-22 15:36:28 +00:00
|
|
|
left: 6em;
|
2016-04-23 17:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-next {
|
2016-05-22 15:36:28 +00:00
|
|
|
right: 6em;
|
|
|
|
}
|
|
|
|
|