﻿

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: 'Open Sans',sans-serif
}

#FileName {
    color: #00447a;
    font-size: 16px;
}

#login-row #login-column #login-box {
    margin-top: 75px;
    max-width: 600px;
}


#login .container #login-row #login-column #login-box #login-form {
    padding: 20px;
}

    #login .container #login-row #login-column #login-box #login-form #register-link {
        margin-top: -85px;
    }


.wdh100 {
    width: 100%;
}

.small-banner {
    margin-bottom: 20px;
}

.lblform {
    color: #006460;
    font-size: 16px;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-submit {
    color: #ffffff;
    background-color: #f39800;
}

.row-margin {
    margin-bottom: 20px;
}

.input-error {
    border: 1px solid #FF0000 !important;
}



.error-message {
    color: #FF0000;
    text-align: center;
    font-size: 14px;
}

.hide-text {
    display: none;
}


.menu {
    color: #ffffff;
    background-color: #f39800;
    margin-bottom: 20px;
}

    .menu ul {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
        padding-left: 0px;
    }

        .menu ul li.items li {
            padding: 20px 15px;
        }

        .menu ul li a {
            color: #ffffff;
            font-size: 18px;
            margin-left: 2px;
        }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none !important;
    position: absolute;
    background-color: #f39800;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content li.active {
        background: #f39800 !important;
        color: #ffffff !important;
    }

        .dropdown-content li.active a {
            color: #ffffff !important;
            font-size: 18px;
            margin-left: 2px;
        }

.dropdown:hover .dropdown-content {
    display: block !important;
}


.page-title {
    font-size: 32px;
    color: #00447a;
    text-align: center;
    font-weight: bold;
}


form {
    border: 1px solid #d3d3d3;
    padding: 20px;
    background-color: #fff;
}

#logout {
    padding: 0px;
    border: none;
    background-color: #f39800;
}

.active {
    background: white;
    color: #f39800;
}

li.active a {
    color: #f39800 !important;
}

/*.container-fluid {
    padding: 0px;
}*/

.file-label {
    font-size: 16px;
    color: #00447a;
    font-weight: bold;
    margin-bottom: 0px;
}

.file-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0px;
}

    .file-section input {
        width: 80%;
    }


    .file-section .fa-plus-circle, .file-section .fa-minus-circle {
        font-size: 35px;
    }

    .file-section a, .file-section a:hover {
        color: #007bff !important;
        cursor: pointer;
    }

.parent-center-div {
    width: 100%;
    text-align: center;
}

.center-div {
    max-width: 50%;
    display: inline-block;
}

.rem {
    display: flex;
    justify-content: space-between;
}

    .rem a {
        cursor: pointer;
        color: #0056b3;
        font-size: 14px;
        text-decoration: underline;
    }

p.sub-heading {
    font-size: 20px;
    color: #00447a;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0px;
}

.alert-msg {
    font-size: 18px;
    color: #006460;
}

.package-detail {
    padding: 10px 0px;
    border-top: 1px solid #00447a;
}

.Passenger {
    border-bottom: 1px solid #00447a;
}

.Passenger-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.primary-contact {
    padding-top: 10px;
}

    .primary-contact label {
        font-size: 16px;
        color: #00447a;
        text-decoration: underline;
        font-weight: 500;
    }

.add-passenger-section {
    font-size: 35px;
}


    .add-passenger-section a, .add-passenger-section a:hover {
        color: #007bff !important;
        cursor: pointer;
    }


table caption {
    padding-top: 0px;
    caption-side: top;
}

.table .thead-dark th {
    color: #fff;
    background-color: #00447a;
    border-color: #00447a;
}

.bold-text {
    font-weight: bold;
}

.error-label {
    color: #FF0000;
    text-align: center;
    font-size: 14px;
}

table {
    font-size: 14px;
}


.chkPrimaryContact {
    height: 15px;
    width: 15px;
}

.inline-checkbox {
    display: flex;
}

    .inline-checkbox input[type="checkbox"] {
        height: 40px;
        width: 40px;
        margin-left: 10px;
    }

.empty-result {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
    text-align: center;
}

    .empty-result p {
        padding: 20px 0px;
        font-size: 25px;
        font-weight: bold;
    }

.pagination-lg .page-link {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}

.login-title {
    font-size: 18px;
    color: #00447a;
    text-align: center;
    font-weight: bold;
}

.table {
    table-layout: fixed;
}

    .table td {
        word-break: break-word;
    }

    .table .thead-light th {
        /*white-space: nowrap;*/
    }

.res_num {
    border-bottom: 2px solid #00447a;
    margin-bottom: 10px;
}

    .res_num p.sub-heading {
        margin-bottom: 10px;
    }

.file-section input[type="file"] {
    color: #00447a;
}

#file-upload-button {
    color: #00447a;
}

.pax_count label {
    font-size: 16px;
    color: #00447a;
    font-weight: 500;
    margin-bottom: 0px;
}

.sec-container {
    border: 1px solid #d3d3d3;
    padding: 20px;
}

.table td, .table th {
    padding: 10px 5px;
}

#tbl-Passenger table {
    display: block;
    width: 100%;
}

.reservation-approved-icon {
    color: #32ba32;
}

.reservation-cancel-icon {
    color: #FF0000;
}

.css-reservation-status {
    padding: 4px;
}

.reservation-history-view {
    color: grey;
}

#record-type-error {
    color: red;
}

#record-type-label {
    font-weight: bold;
}

.visible-hide {
    visibility: hidden;
}

input[type="radio"] {
    margin-right: 2px;
}

.file-error-msg {
    margin: 0;
    font-size: 14px;
    color: #FF0000;
    margin-bottom: -20px;
    text-align: left;
}

