html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.numeric {
    text-align: right;
}

.quotation-page {
    background-color: #ffe0e0;
}

.tour-page {
    background-color: #d6f1ff;
}

.sticky-controls {
    position: sticky;
    top: 60px;
}

    .sticky-controls > * {
        display: block;
        margin-top: 10px;
        width: 100%;
    }

.tour-nav-buttons,
.quotation-nav-buttons {
    position: sticky;
    top: 0;
    z-index: 999;
}

.highlight-row {
    background-color: #ffc200 !important;
}

.status-cancel-color {
    color: #ff032b;
}

.status-ok-color {
    color: green;
}


.returned-deposit-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    width: 300px;
    background-color: white;
    border: 1px solid #CCC;
    border-right: 0;
    border-top: 0;
    padding: 5px;
    z-index:1001;
}

.returned-deposit-row {
    border-top: 1px solid #EEE;
    margin-top:10px;
    margin-bottom:10px;
}
