
.center {
    text-align: center;
}

.ui-pnotify-history-container{
    display: none !important;
}

.font-weight-bold{
    font-weight: bold;
}

.number{}

.select2-disabled{
    color: #e73c3c;
}

.select_temp {
    background: #f1c40f !important;
}


#checkin_tb{
    position: relative;
}
#checkin_tb a.checkin{
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding: 3px 2px;
    text-decoration: none;
}

#checkin_table {
    width:100%;
}

#checkin_table tr:first-child th:first-child{
    width: auto;
    min-width: 150px;
}

#checkin_table th {
    border: 1px solid #e6e7e8;
}

#checkin_table th, #checkin_table td {
    box-sizing: border-box;
    text-align: center;
}

#checkin_table tr td:nth-child(even) {
    border-right: 1px dashed #b3b3b3;
    border-left: 1px solid #e6e7e8;
}

#checkin_table tr {
    height: 40px;
    border: 1px solid #e6e7e8;
}

#checkin_table th {
    width: 60px;
}

#checkin_table .view-checkin {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 3px;
}

.tour {
    background-color: #f1c40f;
    border-left: 1px dashed #c0392b;
    border-right: 1px dashed #c0392b;
}
.tour.hover{
    border-top: 1px dashed #197e8e;
    border-bottom: 1px dashed #197e8e;
    box-shadow: 1px 1px 5px #197e8e;
}

.tour.is_request{
    border-left: 1px dashed #197e8e;
    border-right: 1px dashed #197e8e;
}

.gender1 {
    background-color: rgb(40, 167, 69);
}

.gender2 {
    background-color: rgb(231, 60, 104);
}

.read_only_show {
    cursor: pointer !important;
    background: #ffffff !important;
    color: #4d4d4d !important;
}

/*Todo Custom Checkboxes*/
/* The container */
.checkbox-container {
    /*display: block;*/
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: #2196F3 1px dashed;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Todo edit inline*/
a.editable-click {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

input.editable-click {
    max-width: 150px;
}

.is-valid {
    border-color: #28a745 !important;
}
.invalid {
    border-color: #dc3545 !important;
}
@media (min-width: 768px) {
    #list_booking_view .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}
