/* kalendarz */

.kartka-today .reservation-date{
    color: #fff; !important;
    font-size: 1.5em;
    text-align: right;
    background-color: #CA2821;
}

.reservation-date a{
    float: right;
    margin-right: 15px;
    margin-left: 35px;
    font-size: 0.7em;
;
}

.kartka-otherday {
    color: #fff;
    font-size: 1.5em;
    text-align: right;
}

#rezerwacje .kartka-otherday {
    text-align:  center;
}

.houre_row {
    color: #31302e;
    font-size: 1.1rem;
}

.reservation {
    width: 100%;
    min-height: 150px;
    margin-bottom: 0.2em;
}

.reservation-user {
    width: 100%;
    min-height: 125px;
    margin-bottom: 0.2em;
}

.reservation-img {
    position: absolute;
    z-index: -1;
}

.reservation-date {
    background-color: #31302e;
    line-height: 2em;
    margin-bottom: 0.2em;
    font-weight: bold;
    color: #ffc107;
}

.reservation-date i {
    text-align: right;
}

.reservation-desc {
    background-color: #ffc107;
    color: #fff;
    min-height: 50%;
    padding: 8px;
    margin: 3px 0 7px 0;
    text-decoration: none;
}

.finished {
    background-color: #95999c;
}

.kartka-today > .houre_row > .reservation-desc {
    background-color: #ff7600;
}


.reservation-edit {
    font-size: 0.5em;
    font-weight: lighter;
    text-align: right;
}

.reservation-edit a {
    margin-left: 10px;
}
.reservation-time {
    font-size: 0.75em;
    font-weight: lighter;
    text-align: left;
}

.reservation-title {
    font-size: 0.7em;
    font-weight: normal;
    text-align: right;
    color: #31302e;
}

#rezerwacje .table th{
    text-align: center;
    color: #fff;
    border-top: none !important;
    border-bottom: none !important;
}

.top-tr th{
    border-top: hidden;
    /* background: #fff;*/
    color: #adadad;
    vertical-align: middle !important;
}

.left-curved {
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    text-align: center;

}

.center-date {
    text-align: center;
    font-size: 2.3em;
}

.right-curved {
    border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    text-align: center;
}

.last-month, .next-month {
    border: none !important;
}



.data-select {
    display: inline-flex;
}

.month {
    /* float: left;*/
}

.month .select{
    min-width: 150px;
}

.month-options {
    font-size: 0.5em;
}

.year-options {
    font-size: 0.5em;
}

.year {
    /*float: right;*/
}

.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:#060000
}

.select-hidden {
    display:none;
    visibility:hidden;
    padding-right:10px
}
.select-styled {
    background-color:#fff;
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
    border:1px solid #e0dede;
    border-radius:0;
    font-size:18px;
    padding:12px 43px 12px 20px
}
.select-styled:after {
    content:"";
    width:0;
    height:0;
    border:10px solid transparent;
    position:absolute;
    top:20px;
    right:10px
}
.select-styled:hover {
    border-color:#e0dede;
    outline:0;
    background-color:#fafafa
}
.select-styled:active,
.select-styled.active {
    background-color:#fafafa
}
.select-styled:active:after,
.select-styled.active:after {
    top:10px;
    border-color:transparent transparent #000 transparent
}
.select-options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0;
    padding:0;
    list-style:none;
    background-color:#fafafa;
    border:1px solid #e0dede;
    border-top:0;
    border-bottom:0
}
.select-options li {
    margin:0;
    padding:12px 6px;
    border-bottom:1px solid #e0dede;
    -moz-transition:all .15s ease-in;
    -o-transition:all .15s ease-in;
    -webkit-transition:all .15s ease-in;
    transition:all .15s ease-in;
}

.select-options li:before {
    display:none
}
.select-options li:hover {
    color:#c0392b;
    background:#fff
}
.select-options li[rel=hide] {
    display:none
}

.reservation-desc-add a {
    color: #686868;
}



#rezerwacje .kartka-today .reservation-date{
    text-align: center;
}


#rezerwacje a {
    color: #666;
    text-decoration: none;
}

#rezerwacje ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

#rezerwacje li {
    display: block;
    float: left;
    width: 14.2857142857%;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rezerwacje .weekdays {
    height: 40px;
    background-color: #ffc107;
    width: 99.6%;
    font-weight: bold;
}

#rezerwacje .weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 10px;
    color: #31302e;
    font-size: 0.9em;
}

#rezerwacje .weekdays-short {
    height: 40px;
    background-color: #ffc107;
    width: 99.6%;
}

#rezerwacje .weekdays-short li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 10px;
    color: #fff;
    font-size: 0.9em;
}

#rezerwacje .days li {
    min-height:5rem;
}

#rezerwacje .other-month .date  {
    display: none;
}

#rezerwacje .other-month {
    background-color: #f5f5f5;
}

#rezerwacje .kartka-otherday {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1rem;
}

#rezerwacje .top-tr {
    display: flex;
    padding: 10px;
    height: 90px;
    justify-content: center;
    width: 100%;
    margin: auto;
    align-items: center;
}

#rezerwacje .bottom-tr {
    display: flex;
    padding: 10px;
    height: 90px;
    justify-content: center;
    width: 100%;
    margin: 4rem auto;
    align-items: center;
}

#rezerwacje .select-flex {
    display: inline-flex;
    padding: 10px;
}

#rezerwacje .flex-tr {
    align-content: center;
    align-items: center;
}

#select-date {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

#select-date .select-options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0;
    padding:0;
    list-style:none;
    background-color:#fafafa;
    border:1px solid #e0dede;
    border-top:0;
    border-bottom:0
}

#select-date .select-options li {
    margin:0;
    padding:12px 6px;
    border-bottom:1px solid #e0dede;
    -moz-transition:all .15s ease-in;
    -o-transition:all .15s ease-in;
    -webkit-transition:all .15s ease-in;
    transition:all .15s ease-in;
    width: 100%;

}

#select-date .select-options li:before {
    display:none
}

#rezerwacje .select-options li:hover {
    color:#c0392b;
    background:#fff
}

#rezerwacje .select-options li[rel=hide] {
    display:none
}

.weekdays-short {
    display: none;
}

#carRegNo {
    text-transform: uppercase;
}

#check_reservations {
    font-size: 2rem;
    background-color: #31302e;
    color: #ffc107;
    padding: 0.3rem 2rem;
    border-radius: 40px 15px;
    margin-top: 2rem;
    cursor: pointer;
}

.res_avail {
    cursor: pointer;
}

.no_reservations {
    text-align: center;
    margin: 2rem auto;
    font-size: 1.3rem;
}

#calServiceName, #calServiceTotal
{
    width: 80%;
    float: left;
    border-right: 1px solid black;
}

#calServicePrice, #calServiceSum
{
    width: 20%;
    float: left;
    text-align: right;
}

#calServiceTotal, #calServiceSum
{
    border-top:1px solid black;
    background: #cfffd2;
    font-weight: bold;
}

.calModalData
{
    padding: 0.5rem;
}

.calModalData:nth-child(odd)
{
    background: #eaeaea;
}
