input.customized {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px;
}

.aswan-luxor {
    width: 150px !important;
    display: inline-block;
}

.hide {
    display: none;
}

.highlight_cell {
    background: #cd0e0e!important;
    color: white!important;
}

.red {
    color: #cc0404 !important;
}

.left td:first-child {
    text-align: left !important;
}

button:disabled,
button[disabled] {
    border: 1px solid #9E9E9E;
    background-color: #9E9E9E;
    color: #666666;
    pointer-events: none;
}

.invalid_selection {
    display: none;
    color: #cd0e0e;
}