body {
    overflow-x: hidden;
    height: 100%;
}
.content_area {
    /*min-height: calc(100vh - 122px);*/
}
.is-folder .content-wrapper {
    background-color: unset;
}
.brand-link {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #FFFFFF;*/
}

.brand-image {
    max-height: 80px;
    max-width: 250px;
}

.main-header {
    /*position: absolute;*/
    width: 60vw;
    /*top: 0;*/
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 25px;
}

.main-header > div {
    width: 100%;
    /*border-bottom: 1px solid #EEEEEE;*/
}

.main-header .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #828282;
}    

.main-sidebar {
    position: fixed;
    height: 100vh;
}
.left-nav {
    width: 20vw;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 0.5px solid #BDBDBD;
}
.right-nav {
    width: 20vw;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 0.5px solid #BDBDBD;
    overflow-y: auto;
    background: rgba( 255, 255, 255, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 2.5px );
    -webkit-backdrop-filter: blur( 2.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: 1;
}
.content-wrapper {
    margin-left: 20vw;
    margin-right: 20vw;
    /*margin-top: 100px;*/
    height: 100%;
}
.is-login .content-wrapper {
    margin-top: 0;
    height: 97vh;
}

.debug {
    margin: 0 10vw;
}

.form-shadow {
    box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    transition: 0.4s;
}

.accordion-item {
    border: 0;
}

.header-title {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 54px;
    color: #4CA1AB;
}

.folder-widget {
    display:none;
}

.folder-summary-menu .badge {
    margin-top: 6px;
    margin-left: -4px;
    font-size: 11px !important;
    line-height: 14px !important;
}





.is-dashboard .bg-primary-gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3C646A), color-stop(1, #4ca1ab));
}
/*.is-dashboard .main-sidebar .nav-sidebar > .nav-item > .nav-treeview {
    background: #3C646Acc!important;
}
.is-dashboard .main-sidebar .sidebar a:hover {
    background: #e8f0f2aa!important;
}
.is-dashboard .main-sidebar .nav-sidebar .menu-open > .nav-treeview {
    background: #3C646Acc!important;
}
.is-dashboard .main-sidebar .nav-sidebar .menu-open > .nav-treeview ul.nav-treeview {
    background: #3c646acc!important;
}*/


/* Login Styles */
.is-login .content-wrapper, .is-login .main-footer, .is-login .main-header {
    margin-right: 0px;
    margin-left: 0px;
}
.is-login .login-box {
    height: 100vh;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    width: 100%;
    margin: unset;
    flex-direction: column;
    padding-top: 7vw;
}
.is-login .login-box .form-group {
    margin-bottom: 2em;
}
.is-login .login-logo {
    margin-bottom: 3vw;
}
.is-login .login-box button[type=submit] {
    width: 100%;
}

.is-login footer {
    /*height: 5vh;*/
}


/* TOAST NOTIFICATION */
.toast-container-div {
    z-index: 99999;
    min-width: 300px;
    transform: translateX(-85%)!important;
}

.toast {
    max-width: 60vw !important;
}

.icon-info:before {
    content: "\f05a\a0";
}

.icon-calendar:before {
    content: "\f073\a0";
}

.icon-pencil:before {
    content: "\f304\a0";
}

.icon-check:before {
    content: "\f00c\a0";
}

.icon-eye:before {
    content: "\f06e\a0";
}

.icon-search:before {
    content: "\f002\a0";
}

.icon-plus:before {
    content: "\f067\a0";
}

.icon-arrow-up:before {
    content: "\f062\a0";
}

.icon-arrow-down:before {
    content: "\f063\a0";
}

.icon-arrow-left:before {
    content: "\f060\a0";
}

.icon-minus:before {
    content: "\f068\a0";
}

.icon-mini-cross:before {
    content: "\f410\a0";
}

.icon-arrow-back-caret:before {
    content: "\f104\a0";
}

.icon-reply:before {
    content: "\f3e5\a0";
}

.icon-delete:before {
    content: "\f1f8\a0";
}

.icon-forward:before {
    content: "\f064\a0";
}

.icon-envelope:before {
    content: "\f0e0\a0";
}

.icon-assign-user:before {
    content: "\f234\a0";
}

.icon-assign-user-group:before {
    content: "\f0c0\a0";
}

.icon-assign-user-team:before {
    content: "\f21d\a0";
}

.icon-folder:before {
    content: "\f07b\a0";
}

.icon-alert:before {
    content: "\f06a\a0";
}

.icon-notif:before {
    content: "\f0f3\a0";
}

.icon-map-marker:before {
    content: "\f3c5\a0";
}

.icon-hotel:before {
    content: "\f1ad\a0";
}

.icon-validate:before {
    content: "\f058\a0";
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8;
    display: none;
    padding: 18% 40% 18% 30%;
    color: #fff;
    text-align: center;
}

/* .folder-content-container {
    min-height: 75vh;
    max-height: 80vh;
} */

label {
    font-size: 16px;
    margin-bottom: 0.5em;
}

.form-control.is-invalid {
    background-image: none;
    padding-right: 0.375em;
}

.form-switch.stacked {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.form-switch.stacked * {
    display: inline-block;
    float: unset;
    margin-left: 0;
}

.booked-c {
    width: 78%; 
    border-radius: 5px; 
    padding: .2rem .7rem;
    border: .5px;
}

.blue-link {
    color: #3390FD !important;
    text-decoration: none;
}

#flush-collapseFoldInfo, #flush-collapseBookingInfo, #flush-collapseClientInfo, #flush-collapseItin, #flush-collapseEmaill, #flush-collapseOth {
    border: none;
}

.accordion-flush .accordion-item {
    border-radius: 5px;
}
div.form {
    background: #FFF;
    padding-bottom: 20px;
}
.form > form > fieldset > * {
    padding: 0.5rem 1rem;
}

img.inputAcLoader {
    position: absolute;
    top: 7px;
    right: 15px;
    display: none;
}

/* Messages menu */
.message-menu {
    margin: 0;
    min-height: 0;
    list-style-type: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 0;
}
.message-menu > li,
li.message-menu {
    padding: 14px 65px 10px 30px;
    min-height: 41px;
    color: #4c4c4c;
    font-size: 11px;
    font-weight: normal;
    position: relative;
}
.message-menu > li > a,
li.message-menu > a {
    display: block;
    margin: -9px -65px -10px -30px;
    padding: 9px 70px 10px 30px;
    min-height: 41px;
    color: #4c4c4c;
    position: relative;
    border-bottom: solid 0.1px #eaeaea;
    border-left: 0;
}
.message-menu > li > a:hover,
li.message-menu > a:hover {
    color:#3390FD;
}
.message-menu > li.active,
li.message-menu.active {
    background-color:#FFF;
}
.message-status {
    float: left;
    margin: -1px 0 0 -22px;
    width: 16px;
    text-align: center;
}
.message-status > a,
.message-status > span {
    height: 16px;
    font-weight: bold;
}
.message-info {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 50px;
    margin-left: 0;
    list-style-type: none;
    text-align: right;
}
.message-date {
    list-style-type: none;
    margin-left: 0;
    position: absolute;
    right: 11px;
    text-align: right;
    top: 38px;
    width: 50px;
}
.message-info > a,
.message-info > span {
    display: block;
    float: right;
    height: 16px;
}
.content-panel {
    padding-left: 211px;
    position: relative;
    height: 754px;
}
.panel-control {
    overflow: auto;
    scrollbar-width: thin;
}
.panel-navigation {
    width: 211px;
    position:absolute;
    left:0;
    right: auto;
    top:0;
    bottom: 0;
    background-color:var(--bs-light);
    height: 100%;
}
/* width */
.panel-navigation::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.panel-navigation::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.panel-navigation::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.panel-navigation::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/* Big green menu */
.big-menu {
    margin: 0;
    min-height: 0;
    list-style-type: none;
}
.big-menu > li,
li.big-menu {
    padding: 16px 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    position: relative;
}
.big-menu > li:hover,
li.big-menu:hover,
.big-menu > li.active,
li.big-menu.active{
    background-color: var(--bs-secondary);
    color:#FFF
}
.big-menu > li > span,
li.big-menu > span,
.big-menu > li > a,
li.big-menu > a {
    display: block;
    margin: -16px -15px;
    padding: 16px 15px;
    color: inherit;
    /* color:expression(this.parentNode.currentStyle['color']); */
    position: relative;
}
/* IE7, your mysteries will always amaze me... */
.ie7 li.big-menu > span,
.ie7 li.big-menu > a {
    zoom: 1;
}
.big-menu > li > span,
li.big-menu > span,
.big-menu > li > a,
li.big-menu > a {
    cursor: pointer;
    border-left: 0px solid #404040;
    border-left: 0px solid rgba(0, 0, 0, 0.5);
    padding-right: 20px; /* Menu padding + hovered border width */
    -webkit-transition: border-left-width 100ms, padding-right 100ms;
    -moz-transition: border-left-width 100ms, padding-right 100ms;
    -ms-transition: border-left-width 100ms, padding-right 100ms;
    -o-transition: border-left-width 100ms, padding-right 100ms;
    transition: border-left-width 100ms, padding-right 100ms;
}
.list-count {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    padding: 1px 6px;
    margin: -9px 0;
    min-width: 11px;
    text-align: center;
}
.with-padding {
    padding: 20px;
}
.btn-email > a {
    background-color: var(--bs-primary) !important;
    border-color:var(--bs-primary) !important;
    font-size: 11px;
}
.no-message {
    text-align: center;
    padding-top: 20px;
    color: #cccccc;
}
/* Tour Details */
#gallery-1 {
    width: 100%;
}           
#send_to_folder{ padding: 0px 20px; }

.resize_img {
    float: left;
    width: 60px;
}
.resize_option_sub {
    float: left;
}
.resize_option_sub a {
  float: left;
  height: 12px;
  line-height: 12px;
  background: gainsboro;
  margin-left: 5px;
}

.notification-ui_dd-content {
    top: 40px;
    max-width: 250px;
    max-height: 320px;
    overflow-wrap: anywhere;
    left: 66px;
}

.notification-ui_dd-content:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(62% - 13px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.profile-text {
    font-weight: 700 !important;
}

.notification-list {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    max-height: 255px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    overflow-y: auto;
}

.icon-sm{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon-sm:hover{
    background-color: var(--bs-primary-bg-subtle);
}

.cursor-pointer{
    cursor: pointer;
}

.cursor-not-allowed{
    cursor: not-allowed;
}

/* folder credit styles **/
/* .buy_fd{color: #f9cf0b;}
.margin_fd{color: #f9cf0b;}
.margin_fdcu{color: #f9cf0b;}
.credit_fdcu{color: #009900;cursor:pointer;}
.credit_fdcuneg{color: #cc0000;cursor:pointer;}   */
