#new_bug_id {
    width: 60px !important;
    font-size: 14px;
    border: 0;
    height: 100%;
    margin: 0px;
    
}
#new_bug_id_char {
    width:10px;
    height:20px;
    color: #BBB;
    font-size: 14px;
    margin:0px;
}
#new_bug_id_box {
    float: left;
    margin-left: 10px;
    height: 33px;
    width:83px;
    padding:0px;
    padding-left:3px;
    border: 1px solid #CCC;
}
.error_message {
    color: red !important;
    font-weight: bold;
}
.normal_message {
    font-weight: normal;
    color: black;
}
.error_element {
    border-color: red !important;
    background-color: #FF9999 !important;
}
#new_amount, .edit_amount {
    width: 60px !important;
}
.hidden_input {
    display: none !important;
}
.booking-table-cell-div, .booking-table-cell-input, #new_amount {
    width: 100%;
    min-height: 33px;
    border: 1px solid;
    padding: 5px 2px 6px 2px !important;
    font-size: 14px;
}
.booking-table-cell-div {
    display: block;
    border-color: transparent;
}
.booking-table-cell{
    cursor: pointer;
}
.booking_date_picker_div, .booking_user_picker_div {
    float: left;
    border-right: solid 1px #b5b5b5;
    padding-right: 5px;
    padding-left: 5px;
}
.booking_date_picker_div .booking_date_picker_text {
    height: 30px;
    width: 85px;
    margin-right: 5px;
}
#new_ticket_summary {
    width: 100%;
    border-width:  1px 1px 0 1px;
    border-style: solid;
    border-color: rgb(213,213,213);
    min-height: 18px;
    color: #888888;
    padding-left:2px;
}
#new_description {
    width: 100%;
    border-top: 0px;
}
#booking_selected_date, #booking_selected_user {
    font-size: 18px;
}
#booking-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.65);
    text-align: center;
    display: none;
}
#booking-loading-icon {
    margin-top:90px;
    font-size: 40px;
    color: #95c640;
}

/* popup */

#openerp_stunden label
{
    width: 6em;
    float: left;
    /*text-align: right;*/
    margin-right: 0.5em;
    display: block
}

#openerp_stunden {
    padding:5px;
    width: 400px;
    margin: 10px auto;
}


.popup_content{
    margin-top: 15px;
}

#openerp_stunden td{
    padding-left:5px;
}

.popup_button{
    padding:5px;
    text-align: center;
    margin-top: 15px;
    margin-left: 0px !important;
}
#overlay {
    position: absolute;
    top: 290px;
    left: 50%;
    width: 424px;
    margin-left: -200px;
    height: 370px !important;
    background: #fff;
    border: 2px solid black;
}

.unbooked > a.ui-state-default {
    color: red;
}

.ub_btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ub_title {
    margin: 30px;
    text-align: center;
}

.ub_tbl {
    margin-top: 5px;
}

.ub_tbl thead {
    color: white;
    background-color: #95c640;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.ub_tbl, .ub_tbl th, .ub_tbl td {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
}

.ub_tbl tr:nth-child(2n+2) {
    background-color: #f4f4f4;
}

.ub_unauth {
    text-align: center;
    color: red;
}

.bookingBanner {
    width: 100%;
    text-align: center;
    color: orange;
    margin-top: 50px;
    font-size: large;
    display: flex;
    flex-direction: column;
    display: none;
}
