﻿

/* Glavni layout blokova */
.month { position:static; float:left; width:416px; height:390px; background-color:#f3f3f3; border:0px solid #d3d3d3; margin-bottom:16px; margin-right:16px; }
.month:nth-child(10), .month:nth-child(11), .month:nth-child(12) { margin-bottom:0px;}
.month:nth-child(3n) { margin-right:0px;}

/* Layout za mjesec */
.month > div:first-child { width:100%; height:60px; line-height:60px; text-align:center; font-size:22px; background-color:transparent; text-transform:uppercase; font-weight:600;}
.month > div:nth-child(n+2):nth-child(-n+8) {position:static; float:left; width:59px; height:47px; background-color:transparent; text-align:center; line-height:47px;font-weight:400; }
.month > div:nth-child(n+9):nth-child(-n+45) {position:static; float:left; width:59px; height:47px; background-color:transparent; text-align:center; line-height:47px; color:#f3f3f3; font-weight:500; }
.month > div:nth-child(7n) { width:62px !important; }

/* Fontovi */
.month > div:nth-child(n+2):nth-child(-n+45) { font-size:18px;}

/* Boje rezervirano slobodno */
.reserved { background-color:#d37d7d !important; }
.available { background-color: #7dc4d3 !important; }

/* Rezervacije */
.table-rezervacije { width:100%; }
.table-rezervacije td { border: 1px solid #f3f3f3; height:50px;}
.table-rezervacije tr:first-child > td { font-weight:600; background-color:#333 !important; color:#fff !important; }
.table-rezervacije tr:nth-child(2n+1) > td { background-color:#d3d3d3; }

.table-rezervacije tr > td { padding-left:16px; padding-right:16px; font-size:17px; }
.table-rezervacije tr:not(:first-child) > td:first-child { text-transform:uppercase; }
.table-rezervacije tr > td:first-child input { width:100%; height:40% !important; border:0px solid #000; display:block; box-sizing:border-box;}

