
.appSystemVersion {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 10;
    padding: 2px;
    visibility: hidden;
}

/*bootstrap customes*/
.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-radius: 0;
}

.input-group-addon, .alert, .btn {
    border-radius: 0;
}

.container {
    width: 100%;
    padding: 0;
}

/*custom styles*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.room_A {
    background-color: #d0990b;
}

.room_B {
    background-color: #874815;
}

.room_1 {
    background-color: #727272;
}

.room_2 {
    background-color: #556aab;
}

.roomSelectField option {

}

body {
    background-color: #fff;
}

.staticCalendar {
    margin-left: 15px;
    margin-right: 15px;
}

.reservationBox table tr td {
    border: none;
}

.reservationBox, .reservationCancellationBox {
    padding: 20px 3px;
}

.reservationFormBox {
    /*background-color: #fcfcfc;*/
    /*border: 1px #999999 solid;*/
    padding-bottom: 10px;
}

.reservationFormBox form {
    text-align: center;
}

.reservationsCalendarBox {
    /*background-color: #fcfcfc;*/
    /*border: 1px #999999 solid;*/
    padding-bottom: 10px;
}

.reservationMessages {
    margin-top: 15px;
}

.reservationMessages table thead td {
    font-weight: bold;
    padding-left: 20%;
    font-size: 1.2em;
}

.reservationMessages table tr td:last-child {
    font-weight: bold;
}

.reservationMessages .acceptButton {
    text-align: center;
}

.reservationMessages .acceptButton button {
    width: 100px;
}

.cancellationMessages {
    margin-top: 15px;
}

.form-control {
    border-radius: 0;
    background-color: #fcfcfc;
}

.form-control-custom {
    background-color: #fcfcfc;
    -webkit-appearance: normal;
    border-radius: 0;

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.calendarWrapper {
    margin-top: 10px;
}

/*
Kalendarz ma się wyświetlać na każdym ekranie!
@media screen and (max-width: 600px) {
    .calendarWrapper {
        display: none;
    }
}*/

/*
Hack, zeby wyswietlic :00 przy wyborze godziny.
*/
.timepicker-hour {
    position: relative;
    text-align: left;
}

.timepicker-hour:after {
    position: absolute;
    font-weight: bold;

    content: ": 00";
    left: 25px;
    top: 0px;
    height: 54px;
    width: 54px;
    line-height: 54px;

    margin: 0;
    padding: 0;
}
