@charset "UTF-8";

/* Basic */
.cancelRed {
    color: red;
    font-size: 22px;
    margin-left: 1rem;
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
}

div.div-col-flexible {
    float: left;
    margin: 0;
    padding: 10px 15px;
}

table.table-zebra tr:nth-child(even) {
    background-color: #F2F2F2;
}

table.alignleft td {
    text-align: left !important;
}

table.topSelectors tbody td {
    padding: 0 20px 0 0;
    vertical-align: top;
    white-space: nowrap;
}

.verticalText {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    font-size: 13px;
}

.tablePlain tr, .tablePlain td {
    background-color: transparent !important;
    color: #333 !important;
}

/* CKEditor 5 */
.ck-powered-by-balloon {
    display: none !important;
}

/* Orders page */
input#checkAll:checked + label:before {
    background-color: white;
}

input#checkAll:checked + label:after {
    color: black;
}

._th {
    padding-right: 2rem !important;
}

/* Datepicker */
td.ui-datepicker-current-day a {
    background-color: yellow;
}

td.ui-datepicker-unselectable, td.ui-state-disabled {
    opacity: .4;
}

td.ui-datepicker-week-end {
    background-image: none;
    background-color: lightpink;
}

/* Messaging */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-danger {
    background: #F33155;
    color: #FFF;
    border-color: #F33155;
}

.alert-success {
    background: #7ACE4C;
    color: #FFF;
    border-color: #7ACE4C;
}

.alert-info {
    background: #41B3F9;
    color: #FFF;
    border-color: #41B3F9
}

/* Order edit admin */
tr.strikeout td {
    position: relative;
}

tr.strikeout td:not(:first-child) {
    background-color: #FFDDDD;
}

tr.strikeout td:not(:first-child):before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:not(:first-child):after {
    /*
    content: "\00B7";

     */
    content: "";
    font-size: 1px;
}

table#orderFiles tr {
    border: 0 none;
}

tr.strikeout2 td {
    position: relative;
}

tr.strikeout2 td:not(:last-child) {
    background-color: #FFDDDD;
}

tr.strikeout2 td:not(:last-child):before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout2 td:after {
    content: "";
    font-size: 1px;
}

a.undeleteFile {
    display: none !important;
}

tr.strikeout2 a.deleteFile {
    display: none !important;
}

tr.strikeout2 a.undeleteFile {
    display: block !important;
}

textarea.textareaEdit {
    overflow: hidden;
    font-size: 12px;
}

textarea.textareaEditActive {
    position: absolute;

    width: 400px;
    height: 260px;
    left: 13px;
    top: 13px;

    overflow: auto;

    border: black 5px solid;
    z-index: 9999;
}

/* Order Edit Additionals */

table#additionals {
    width: 100%;
}


#costPopup {
    position: absolute;
    background-color: white;
    border: #999 1px solid;
    border-radius: 5px;
    padding: 10px 15px;
    top: 0;
    z-index: 9999;
    min-width: 150px;
}

#costPopup > div {
    text-align: center;
    white-space: nowrap;
}


#costPopup select {
    width: auto;
    padding-right: 0;
}


#costPopup input {
    margin: 10px 0 10px 5px;
    width: 50%;
}

#costPopup a:first-child {
    float: left;
}

#costPopup a:last-child {
    float: right;
    color: red;
}

/* Tour Inquiries */
td.enlargeSpan {
    position: relative;
}

td.enlargeSpan span {
    display: none;
}

td.enlargeSpan:hover span {
    display: initial;
    position: absolute;
    font-size: 1.5em;
    width: 250%;
    left: -90%;
    background-color: #dfeef8;
    border: #0F3A5F 1px solid;
    border-radius: 8px;
    padding: 10px 15px;
}

/* Vendor */
div.vendolList {
    position: absolute;
    left: 10px;
    top: 40px;
    background-color: white;
    width: auto;
    padding: 8px 15px;
    border: black 1px solid;
    border-radius: 5px;
    z-index: 1000;
}

div.vendolList div {
    cursor: pointer;
    white-space: nowrap;
    margin: 10px 0;
}

div.vendolList h3 {
    text-align: center;
}

/* Dates */
.hotelStar {
    color: grey;
}

.hotelStar.active {
    color: black;
}

/* Variations */
.tableBorder table td {
    padding: 5px 10px;
    border: #999 1px solid;
}