@import url("layout.css");
@import url("navigation.css");

html, body {
    background: #eceeec;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #000;
}

a img {
    border: none;
}

p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

i {
    font-style: normal;
}

h1 {
    background: url(../images/headline_bg_left.png) no-repeat;
    background-position: 0px 5px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

.clearBoth {
    clear: both;
}

.inputTextLong {
    padding: 1px;
    width: 250px;
}

.inputTextMedium {
    padding: 1px;
    width: 140px;
}

.inputTextShort {
    padding: 1px;
    width: 60px;
}

.inputButton {
    padding: 0px 12px;
}


@media screen and (max-width: 440px) {
    #tourTitleId,
    #cityId,
    #tourGuideId {
        width: 120px;
    }

    #dateFromMonth,
    #dateTillMonth {
        width: 60px;
    }
}

div#mainBox {
    background: url(../images/background.jpg) bottom no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    height: auto !important;
}


#calendarEntries {
    margin-right: 20px;
    min-width: 33%;
    margin-bottom: 20px;
}
#calendarEntries table:after {
    content: "";
    display: table;
    clear: both;
}

#calendarNotice {
    float: left;
    margin: 0 20px 10px 0;
    width: 320px;
}

.tourGuideDetails {
    float: left;
    margin: 0 0 20px;
    width: 170px;
}


.rentingDateBox {
    text-align: right;
    width: 370px;
}


#calendarRentingBookings {
    float: left;
}

.button {
    background-color: #ada;
    border: 1px solid #006600;
    border-radius: 5px;
    color: #006600;
    padding: 8px;
}

.button_disabled {
    background-color: lightgray;
    border: 1px solid #006600;
    border-radius: 5px;
    color: #006600;
    padding: 8px;
    text-decoration: line-through;
    cursor: not-allowed;
}


.overview .editbutton {
    cursor: pointer;
    margin-bottom: -1px;
    margin-top: 2px;
}

.overview .optionscolumn {
    text-align: left;
    padding-left: 16px;
}

.overview .checkboxcolumn {
    text-align: center;
}

.overview .column.left {
    text-align: left;
}

.overview .column.right {
    text-align: right;
}

.overview .statuscheckbox {
    cursor: pointer;
    margin-bottom: -1px;
    margin-top: 2px;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    position: relative;
    right: 0;
    top: 0;
    display: block;
}

.fileinput-button {
    background-color: #ddd;
    border: 2px solid #999;
    border-radius: 3px;
    display: block;
    padding: 4px;
}

.rotateImages {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("/images/arrow-rotate-clockwise-icon.png") no-repeat;
}

.tourRequestStatus .acceptIcon:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    color: #5c5;
    font-weight: 300;
}

.tourRequestStatus .hourglassIcon:before {
    content: "\f251";
    font-family: "Font Awesome 5 Pro";
    color: #0208ff;
    font-weight: 300;
}

.tourRequestStatus .errorIcon:before {
    content: "\f071";
    font-family: "Font Awesome 5 Pro";
    color: red;
    font-weight: 300;
}

.far.fa-sticky-note {
}
#contentContent{
    display: flex;
    flex-direction: column;
}
#contentContent .pagination a {
    margin-right: 4px;
}

#detailsContainer .pagination a {
    cursor: pointer;
    font-size: 16px;
    margin-right: 4px;
    font-weight: 300;
    color: #666;
    display: inline-block;
    margin-top: 3px;
}

a .far:hover {
    font-weight: 600;
}


@media screen and (max-width: 480px) {

}

.calendarTable .cell {
    background-color: #ddd;
    border: 1px solid #ccc;
    margin: 2px;
    cursor: pointer;
    position: relative;
}

.calendarTable .cell.today {
    background-color: #eee !important;
    border: 1px solid #666 !important;
}

.calendarTable .cell.weekend {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.calendarTable .cell .day {
    margin: 0;
    font-size: 10pt;
    color: #999;
    font-weight: bold;
}

.calendarTable .cell .tourRequestStatus {
    position: absolute;
    top: 6px;
    right: 6px;
}

.calendarTable .cell .bookedCalendar {
    bottom: 9px;
    color: #999;
    position: absolute;
}

.calendarTable .cell .bookedTours {
    bottom: -3px;
    color: #999;
    position: absolute;
}

.calendarTable .notice {
    bottom: 6px;
    position: absolute;
    right: 6px;
}

.calendarTable .cell .center {
    font-size: 18pt;
    font-weight: bold;
    margin: 33% 33%;
}

.mainNavi.hover {
    background-color: #eee;
}

.subNavi li.hover {
    background-color: #eee;
}

.mainNavi.selected {
    background-color: #eee;
}

.subNavi li.selected {
    background-color: #eee;
}

.calendarTable .cell .tourBookingStatus {
    position: absolute;
    top: 6px;
    right: 24px;
    font-size: 14px;
}

.calendarTable .cell .tourBookingStatus .hasBookings:before {
    content: "\f500";
    font-family: "Font Awesome 5 Pro";
    color: #5c5;
    font-weight: 300;
}

.ui-tooltip.ui-widget .close-btn {
    text-align: right;
}

.ui-tooltip.ui-widget .close-btn span {
    background: #911414;
    color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-top: -2px;
    margin-right: -2px;
}