.searchFunc {
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content:flex-end;
}

.searchFunc .form-control {
    margin-right:1em;
}

.green {
    color:green;
}

.red {
    color:darkred;
}

.card {
    padding:0 1.5em;
    border-radius:0;
    border:0;
}

.nav-wrapper + .card {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.shadow{
    box-shadow:0 0 0 0 !important;
}

.dropMenu .dropdown {
    position:inherit !important;
}

#suiteTableList .form-control {
    height:auto;
    padding:0;
    border-radius: 0;
}

.centerItem {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.centerItem label {
    margin-right: 1em;
}

.shipCode, .suiteSeq {
    width:40px;
    text-align:center;
}

.suiteName {
    font-size:14px;
}

.selectpicker, {
    width:100px;
    text-align:center;
}

.width50 {
    width:85px;
    text-align:center;
}

#suiteTable th {
    padding:10px 10px !important;
    text-align:center;
}

#suiteTableList td {
    padding:5px 0;
    text-align:center;
}

.hotelFormTableList, .cruiseFormTableList, .flightFormTableList, .tourFormTableList, .transferFormTableList {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.hotelFormTableList p, .cruiseFormTableList p, .flightFormTableList p, .tourFormTableList p, .transferFormTableList p {
    margin-right: 2em;
}

.imageHolder {
    height:240px;
    margin:10px 0;
    background-position:center;
    background-size:cover;
    position:relative;
}

.editOptions {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    background-color: #ffffff8f;
}

#deleteImage {
    padding:5px;
    color:#ff0000;
    cursor:pointer;
}

#cropImage {
    color:#336699;
    padding:5px;
    cursor:pointer;
}

#editImage {
    color:#336699;
    padding:5px;
    cursor:pointer;
}

#mainImage {
    cursor:pointer;
    padding:5px;
}

#deleteImage i, #cropImage i, #editImage i, #mainImage i {
    font-size:20px;
}

.card-footer, .card, .card-header {
    width:100%;
    /*z-index:11;*/
}

.dropdown-item {
    cursor:pointer;
}

.hidden {
    display:none;
}
.navbar-vertical .navbar-brand img {
    max-height:5rem !important;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
    font: var(--fa-font-solid) !important;
    content: "\f063";
    color: #000000;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after {
    transform: rotate(180deg);
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.packageStick {
    display:block;
    position:sticky;
    z-index:999;
    background-color:#ffffff;
    top:0;
}

#salePrice {
    width:40px !important;
    border:0 !important;
    border-bottom:1px solid #e9e9e9 !important;
}

.click {
    cursor:pointer;
}

.package-date {
    width:120px;
    text-align:center;
    background-color: red;
    color:#ffffff;
    font-weight:700;
    margin-right: 10px;
}

#SuiteUpdate .row input {
    width:100%;
}

#SuiteUpdate .tableRow {
    border-bottom:1px solid #e3e3e3;
    padding-bottom:0.5em;
    margin:0 0 1em 0;
    font-size:12px;
}

#SuiteUpdate .header {
    background-color:#5e72e4;
    color:#ffffff;
    padding:10px;
    margin:0 0 1em 0;
    font-size:12px;
}

.tableHeader {
    border-bottom:1px solid #d3d3d3;
}

.tableHeader .col-md-2, .tableHeader .col-md-1 {
    border-right:1px solid #d3d3d3;
}

.tableHeader .col-md-2:last-child, .tableBody .col-md-2:last-child, .tableHeader .col-md-2:last-child, .tableBody .col-md-1:last-child {
    border-right:0;
}

.tableBody .col-md-2, .tableBody .col-md-1, .tableBody .col-md-4, .tableBody .col-md-5, .tableBody .col-md-3 {
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
    padding: 5px;
}

.table-responsive p {
    font-size:14px;
}

#packagePrices .modal-body {
    font-size:14px;
}

.modal-xl {
    max-width:1200px !important;
}

.greyBg .iconContainer img {
    background-color: #e6e6e6;
}

.iconContainer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itinBoxSea, .itinBox {
    position: relative;
    height: 100px;
    overflow: hidden;
}



.iconContainer img {
    background-color: #336699;
    border-radius: 50%;
    border: 1px solid #696866;
    width: 80%;
    margin-bottom: 5px;
}

.itinBoxSea .iconContainer img {
    background-color: #ffffff;
}

.border-bottom {

    align-items: center;
}

#itinaray .card {
    padding:0;
}

#itinaray .ui-sortable-handle, #itinaray .package-block {
    padding:0;
    cursor: auto;
}

.itineraryBtns {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.itineraryBtns form {
    margin-right:0.5rem;
}

.headerlayout {
    display:flex;
    justify-content: space-between;
    flex-direction:row;
    flex-wrap: wrap;
}


/**********************************************************
Body Section Styles
***********************************************************/
.body-section{
    padding-top: 40px;
}

.package-list-body{
    margin-right: 5px;
    margin-left: 9px;
    overflow: auto;
}

.package-list-body::-webkit-scrollbar {
    width: 0.4em;
}

.package-list-body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0, 0.2);
    border-radius: 5px;
}

.package-list-body::-webkit-scrollbar-track {
    background-color: #e2e4e6;
}

.package-list-footer{
    height: 50px;
}

.package-block{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
}

.ui-sortable-handle {
    padding:0 10px;
}

.package-name{
    width: 100%;
}

.package-info-block{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.package-name-block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}

@media(max-width:1520px) {
    #suiteTableList th{
        font-size:10px;
    }
}

/* add such rules everywhere */
@media print{
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-3 {
        max-width: 25%;
        width:25%;
    }

    .itinBoxSea, .itinBox {
        position: relative;
        height: 100px;
        overflow: hidden;
    }

    .iconContainer {
        display:none;
    }

    .card .card-body .card {
        padding:0 !important;
    }
}