@charset "UTF-8";
/*
==========================================================================
    Chimps variables
==========================================================================
*/
/* font variables */
/* font size variables */
/* Color variables  */
/* new add */
/* new add */
/* new add */
/* new add */
/* 26-4-2019 */
/*  ---  color for radio  ---  */
/*  ---  color for table  ---  */
/*
==========================================================================
    Chimps mixin
==========================================================================
*/
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/*
==========================================================================
    Chimps icons
==========================================================================
*/
/* icon size variable */
/* icon rotate variable */
/* icon mixin */
.action-column {
  display: block;
}

/* icon size */
.icon-xsmall {
  height: 14px;
  width: 14px;
  -webkit-background-size: 14px 14px !important;
  background-size: 14px 14px !important;
  display: block;
}

.icon-small {
  height: 20px;
  width: 20px;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  display: block;
}

.icon-medium {
  height: 24px;
  width: 24px;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  display: block;
}

.icon-large {
  height: 30px;
  width: 30px;
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
  display: block;
}

.icon-xlarge {
  height: 48px;
  width: 48px;
  -webkit-background-size: 48px 48px !important;
  background-size: 48px 48px !important;
  display: block;
}

/* icon Rotate */
.icon-r0 {
  transform: rotate(0deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r90 {
  transform: rotate(90deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r180 {
  transform: rotate(180deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r270 {
  transform: rotate(270deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r45 {
  transform: rotate(45deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r135 {
  transform: rotate(135deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r225 {
  transform: rotate(225deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-r315 {
  transform: rotate(315deg);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* icon flip */
.icon-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.icon-hflip {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/*  A */
.chi-access {
  background: url(../images/chi-access.svg) no-repeat center center;
}

.chi-add {
  background: url(../images/chi-add.svg) no-repeat center center;
}

.chi-add-property {
  background: url(../images/chi-add-property.svg) no-repeat center center;
}

.chi-addproperty {
  background: url(../images/chi-addproperty.svg) no-repeat center center;
}

.chi-adjust {
  background: url(../images/chi-adjust.svg) no-repeat center center;
}

.chi-adjust-1 {
  background: url(../images/chi-adjust-1.svg) no-repeat center center;
}

.chi-adjustment {
  background: url(../images/chi-adjustment.svg) no-repeat center center;
}

.chi-agreement {
  background: url(../images/chi-agreement.svg) no-repeat center center;
}

.chi-applysave {
  background: url(../images/chi-applysave.svg) no-repeat center center;
}

.chi-archived-data {
  background: url(../images/chi-archived-data.svg) no-repeat center center;
}

.chi-arrowleft {
  background: url(../images/chi-arrowleft.svg) no-repeat center center;
}

.chi-arrowdown2 {
  background: url(../images/chi-arrowdown2.svg) no-repeat center center;
}

.chi-arrowleft2 {
  background: url(../images/chi-arrowleft2.svg) no-repeat center center;
}

.chi-arrowright2 {
  background: url(../images/chi-arrowright2.svg) no-repeat center center;
}

.chi-arrowup2 {
  background: url(../images/chi-arrowup2.svg) no-repeat center center;
}

.chi-arrowdown3 {
  background: url(../images/chi-arrowdown3.svg) no-repeat center center;
}

.chi-arrowleft3 {
  background: url(../images/chi-arrowleft3.svg) no-repeat center center;
}

.chi-arrowright3 {
  background: url(../images/chi-arrowright3.svg) no-repeat center center;
}

.chi-arrowup3 {
  background: url(../images/chi-arrowup3.svg) no-repeat center center;
}

.chi-arrowleft4 {
  background: url(../images/chi-arrowleft4.svg) no-repeat center center;
}

.chi-arrowright4 {
  background: url(../images/chi-arrowright4.svg) no-repeat center center;
}

.chi-artificial-intelligence {
  background: url(../images/chi-artificial-intelligence.svg) no-repeat center center;
}

.chi-access-denied {
  background: url(../images/chi-access-denied.svg) no-repeat center center;
}

.chi-active-directory {
  background: url(../images/chi-active-directory.svg) no-repeat center center;
}

.chi-activeuser {
  background: url(../images/chi-activeuser.svg) no-repeat center center;
}

.chi-add-file {
  background: url(../images/chi-add-file.svg) no-repeat center center;
}

.chi-add-image {
  background: url(../images/chi-add-image.svg) no-repeat center center;
}

.chi-add-new {
  background: url(../images/chi-add-new.svg) no-repeat center center;
}

.chi-arrowright {
  background: url(../images/chi-arrowright.svg) no-repeat center center;
}

.chi-arrow-disable {
  background: url(../images/chi-arrow-disable.svg) no-repeat center center;
}

.chi-applaydate {
  background: url(../images/chi-applaydate.svg) no-repeat center center;
}

.chi-accounting {
  background: url(../images/chi-accounting.svg) no-repeat center center;
}

.chi-account {
  background: url(../images/chi-account.svg) no-repeat center center;
}

.chi-alert-contact {
  background: url(../images/Alert_Contact.svg) no-repeat center center;
}

.chi-alert {
  background: url(../images/icons8-error.svg) no-repeat center center;
}

.icons8-database-export {
  background: url(../images/icons8-database-export.svg) no-repeat center center;
}

.chi-activation-pending {
  background: url(../images/activation-pending-a2d066c8c15f802df9217386090ad795.png) no-repeat center center;
}

.chi-add-list {
  background: url(../images/icons8-add-list.svg) no-repeat center center;
}

/* B */
.chi-ball-point-pen {
  background: url(../images/chi-ball-point-pen.svg) no-repeat center center;
}

.chi-bar-chart {
  background: url(../images/chi-bar-chart.svg) no-repeat center center;
}

.chi-bell {
  background: url(../images/chi-bell.svg) no-repeat center center;
}

.chi-bell2 {
  background: url(../images/chi-bell2.svg) no-repeat center center;
}

.chi-big-data {
  background: url(../images/chi-big-data.svg) no-repeat center center;
}

.chi-binoculars {
  background: url(../images/chi-binoculars.svg) no-repeat center center;
}

.chi-broken-chain-link {
  background: url(../images/chi-broken-chain-link.svg) no-repeat center center;
}

.chi-bug {
  background: url(../images/icons-bug.svg) no-repeat center center;
}

.chi-bed {
  background: url(../images/chi-bed.svg) no-repeat center center;
}

.chi-building {
  background: url(../images/icons8-building.svg) no-repeat center center;
}

.chi-traffic-light {
  background: url(../images/icons8-traffic-light.svg) no-repeat center center;
}

.chi-template-import {
  background: url(../images/icons8-import.svg) no-repeat center center;
}

.chi-authorization-groups {
  background: url(../images/icons8-attitude.svg) no-repeat center center;
}

.chi-roles {
  background: url(../images/icons8-access.svg) no-repeat center center;
}

.chi-users {
  background: url(../images/icons8-add-user-group-woman-man.svg) no-repeat center center;
}

.chi-consolidated {
  background: url(../images/chi-consolidated.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-consolidated:hover {
  transform: scale(1.5);
}

/* C */
.chi-checked-checkbox {
  background: url(../images/chi-checked-checkbox.svg) no-repeat center center;
}

.chi-classroom {
  background: url(../images/chi-classroom.svg) no-repeat center center;
}

.chi-close {
  background: url(../images/chi-close.svg) no-repeat center center;
}

.chi-close2 {
  background: url(../images/chi-close2.svg) no-repeat center center;
}

.chi-close3 {
  background: url(../images/chi-multiply.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-close3:hover {
  transform: scale(1.5);
}

.chi-calendar {
  background: url(../images/chi-calendar.svg) no-repeat center center;
}

.chi-circled-arrow-right {
  background: url(../images/chi-circled-arrow-right.svg) no-repeat center center;
}

.chi-cloud-outline {
  background: url(../images/chi-cloud-outline.svg) no-repeat center center;
}

.chi-control-panel {
  background: url(../images/chi-control-panel.svg) no-repeat center center;
}

.chi-copy {
  background: url(../images/chi-copy.svg) no-repeat center center;
}

.chi-create {
  background: url(../images/chi-create.svg) no-repeat center center;
}

.chi-crown {
  background: url(../images/chi-crown.svg) no-repeat center center;
}

.chi-cash-counter {
  background: url(../images/chi-cash-counter.svg) no-repeat center center;
}

.chi-coins {
  background: url(../images/chi-coins.svg) no-repeat center center;
}

.chi-cafe {
  background: url(../images/icons8-cafe.svg) no-repeat center center;
}

.chi-combo-chart {
  background: url(../images/icons8-combo-chart.svg) no-repeat center center;
}

.chi-checkmark {
  background: url(../images/chi-checkmark.svg) no-repeat center center;
}

.chi-courthouse {
  background: url(../images/chi-courthouse.svg) no-repeat center center;
}

.chi-connect {
  background: url(../images/chi-connect.svg) no-repeat center center;
}

.chi-connect-gray-dark {
  background: url(../images/chi-connect-gray-dark.svg) no-repeat center center;
}

.chi-contract-summary {
  background: url(../images/chi-contract-summary.svg) no-repeat center center;
}

.chi-checked {
  background: url(../images/chi-checked.svg) no-repeat center center;
}

.chi-light-automation {
  background: url(../images/chi-light-automation.svg) no-repeat center center;
}

.chi-config-50 {
  background: url(../images/chi-config-50.svg) no-repeat center center;
}

.chi-cash {
  background: url(../images/icons8-cash.svg) no-repeat center center;
}

/* D */
.chi-dashboard {
  background: url(../images/chi-dashboard.svg) no-repeat center center;
}

.chi-database {
  background: url(../images/chi-database.svg) no-repeat center center;
}

.chi-database-administrator {
  background: url(../images/chi-database-administrator.svg) no-repeat center center;
}

.chi-deactivated {
  background: url(../images/chi-deactivated.svg) no-repeat center center;
}

.chi-deactiveuser {
  background: url(../images/chi-deactiveuser.svg) no-repeat center center;
}

.chi-delete {
  background: url(../images/chi-delete.svg) no-repeat center center;
}

.chi-delete-document {
  background: url(../images/chi-delete-document.svg) no-repeat center center;
}

.chi-doughnut {
  background: url(../images/chi-doughnut.svg) no-repeat center center;
}

.chi-send-email {
  background: url(../images/chi-send-email.svg) no-repeat center center;
}

.chi-download {
  background: url(../images/chi-download.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-check-circle {
  background: url(../images/chi-check-circle.svg) no-repeat center center;
}

.chi-paper-plane {
  background: url(../images/chi-paper-plane.svg) no-repeat center center;
}

.chi-download:hover {
  transform: scale(1.5);
}

.chi-drag {
  background: url(../images/chi-drag.svg) no-repeat center center;
}

.icons8-download {
  background: url(../images/icons8-download.svg) no-repeat center center;
}

/* E */
.chi-enter {
  background: url(../images/chi-enter.svg) no-repeat center center;
}

.chi-edit {
  background: url(../images/chi-edit.svg) no-repeat center center;
}

.chi-edit-journal {
  background: url(../images/chi-edit-journal.svg) no-repeat center center;
}

.chi-edit-link {
  background: url(../images/chi-edit-link.svg) no-repeat center center;
}

.chi-eye {
  background: url(../images/chi-eye.svg) no-repeat center center;
}

.chi-expand {
  background: url(../images/chi-expand.svg) no-repeat center center;
}

.chi-export {
  background: url(../images/chi-export.svg) no-repeat center center;
}

.chi-exclude {
  background: url(../images/chi-exclude.svg) no-repeat center center;
}

.chi-excluded {
  background: url(../images/chi-box-important.svg) no-repeat center center;
}

.chi-enterprise-accounts {
  background: url(../images/chi-enterprise-accounts.svg) no-repeat center center;
}

/* F */
.chi-food {
  background: url(../images/chi-food.svg) no-repeat center center;
}

.chi-fork-knife {
  background: url(../images/chi-fork-knife.svg) no-repeat center center;
}

.chi-fatarrow {
  background: url(../images/chi-fatarrow.svg) no-repeat center center;
}

/* G */
.chi-globe {
  background: url(../images/chi-globe.svg) no-repeat center center;
}

.chi-goal {
  background: url(../images/chi-goal.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-goal:hover {
  transform: scale(1.5);
}

.chi-goback {
  background: url(../images/chi-goback.svg) no-repeat center center;
}

.chi-go {
  background: url(../images/chi-go.svg) no-repeat center center;
}

.chi-game-center-mail {
  background: url(../images/chi-game-center-mail.svg) no-repeat center center;
}

/* H */
.chi-house {
  background: url(../images/chi-house.svg) no-repeat center center;
}

.chi-house2 {
  background: url(../images/chi-house2.svg) no-repeat center center;
}

.chi-hand {
  background: url(../images/chi-hand.svg) no-repeat center center;
}

.chi-high-priority2 {
  background: url(../images/chi-high-priority2.svg) no-repeat center center;
}

/* I */
.chi-increase {
  background: url(../images/chi-increase.svg) no-repeat center center;
}

.chi-import-status-red {
  background: url(../images/import-status-red.svg) no-repeat center center;
}

.chi-import-status-green {
  background: url(../images/import-status-green.svg) no-repeat center center;
}

/* L */
.chi-line-chart {
  background: url(../images/chi-line-chart.svg) no-repeat center center;
}

/* S */
.chi-save {
  background: url(../images/chi-save.svg) no-repeat center center;
}

.chi-search {
  background: url(../images/chi-search.svg) no-repeat center center;
}

.chi-shutdown {
  background: url(../images/chi-shutdown.svg) no-repeat center center;
}

/* T */
.chi-tic {
  background: url(../images/chi-tic.svg) no-repeat center center;
}

.chi-the-flash-sign {
  background: url(../images/chi-the-flash-sign.svg) no-repeat center center;
}

/* I */
.chi-import {
  background: url(../images/chi-import.svg) no-repeat center center;
}

/* L */
.chi-light {
  background: url(../images/chi-light.svg) no-repeat center center;
}

.chi-light-bulb {
  background: url(../images/chi-light-bulb.svg) no-repeat center center;
}

.chi-light-bulb-rounded {
  background: url(../images/icons8-light-bulb-rounded.svg) no-repeat center center;
}

.chi-link {
  background: url(../images/chi-link.svg) no-repeat center center;
}

.chi-list {
  background: url(../images/chi-list.svg) no-repeat center center;
}

.chi-lock {
  background: url(../images/chi-lock.svg) no-repeat center center;
}

/* M */
.chi-minus {
  background: url(../images/chi-minus.svg) no-repeat center center;
}

.chi-minus2 {
  background: url(../images/chi-minus2.svg) no-repeat center center;
}

.chi-minus-red {
  background: url(../images/chi-minus-red.svg) no-repeat center center;
}

.chi-mind-map {
  background: url(../images/chi-mind-map.svg) no-repeat center center;
}

.chi-meal {
  background: url(../images/icons8-meal.svg) no-repeat center center;
}

.chi-mngnt-help {
  background: url(../images/MngntHelp.svg) no-repeat center center;
}

.chi-manual-import {
  background: url(../images/Manual_Import.svg) no-repeat center center;
}

.chi-math {
  background: url(../images/chi-math.svg) no-repeat center center;
}

/* N */
.chi-note {
  background: url(../images/chi-note.svg) no-repeat center center;
}

.chi-network {
  background: url(../images/chi-network.svg) no-repeat center center;
}

/* P */
.chi-play {
  background: url(../images/chi-play.svg) no-repeat center center;
}

.chi-plus {
  background: url(../images/chi-plus.svg) no-repeat center center;
}

.chi-plus2 {
  background: url(../images/chi-plus2.svg) no-repeat center center;
}

.chi-plus3 {
  background: url(../images/chi-plus3.svg) no-repeat center center;
}

.chi-plus-green {
  background: url(../images/chi-plus-green.svg) no-repeat center center;
}

.chi-profit {
  background: url(../images/chi-profit.svg) no-repeat center center;
}

.chi-people {
  background: url(../images/chi-people.svg) no-repeat center center;
}

.chi-forecast-accuracy {
  background: url(../images/chi-forecast-accuracy.svg) no-repeat center center;
}

.chi-performance {
  background: url(../images/chi-performance.svg) no-repeat center center;
}

.chi-pending {
  background: url(../images/chi-pending.svg) no-repeat center center;
}

.chi-prop-help {
  background: url(../images/PropHelp.svg) no-repeat center center;
}

.chi-profile-management {
  background: url(../images/chi-profile-management.svg) no-repeat center center;
}

/* R */
.chi-region {
  background: url(../images/chi-region.svg) no-repeat center center;
}

.chi-remove-property {
  background: url(../images/chi-remove-property.svg) no-repeat center center;
}

.chi-restore {
  background: url(../images/chi-restore.svg) no-repeat center center;
}

.chi-return {
  background: url(../images/chi-return.svg) no-repeat center center;
}

.chi-return2 {
  background: url(../images/chi-return2.svg) no-repeat center center;
}

.chi-ruler-pencil {
  background: url(../images/chi-ruler-pencil.svg) no-repeat center center;
}

.chi-refresh {
  background: url(../images/chi-refresh.svg) no-repeat center center;
}

.chi-refresh2 {
  background: url(../images/chi-refresh2.svg) no-repeat center center;
}

.chi-running {
  background: url(../images/chi-running.svg) no-repeat center center;
}

.chi-reset {
  background: url(../images/chi-reset.svg) no-repeat center center;
}

.chi-rocket {
  background: url(../images/icons8-rocket.svg) no-repeat center center;
}

/* S */
.chi-save {
  background: url(../images/chi-save.svg) no-repeat center center;
}

.chi-save2 {
  background: url(../images/chi-save2.svg) no-repeat center center;
}

.chi-save-archive {
  background: url(../images/chi-save-archive.svg) no-repeat center center;
}

.chi-search {
  background: url(../images/chi-search.svg) no-repeat center center;
}

.chi-search2 {
  background: url(../images/chi-search2.svg) no-repeat center center;
}

.chi-service-bell {
  background: url(../images/chi-service-bell.svg) no-repeat center center;
}

.chi-settings {
  background: url(../images/chi-settings.svg) no-repeat center center;
}

.chi-show-property {
  background: url(../images/chi-show-property.svg) no-repeat center center;
}

.chi-shutdown {
  background: url(../images/chi-shutdown.svg) no-repeat center center;
}

.chi-specialist {
  background: url(../images/chi-specialist.svg) no-repeat center center;
}

.chi-star {
  background: url(../images/chi-star.svg) no-repeat center center;
}

.chi-staruser {
  background: url(../images/chi-staruser.svg) no-repeat center center;
}

.chi-summary {
  background: url(../images/chi-summary.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-summary:hover {
  transform: scale(1.5);
}

.chi-strategy {
  background: url(../images/chi-strategy.svg) no-repeat center center;
}

.chi-sun {
  background: url(../images/chi-sun.svg) no-repeat center center;
}

.chi-scorecard-calendar {
  background: url(../images/chi-scorecard-calendar.svg) no-repeat center center;
}

/* T */
.chi-timeline {
  background: url(../images/chi-timeline.svg) no-repeat center center;
}

.chi-tool {
  background: url(../images/chi-tool.svg) no-repeat center center;
}

.chi-trash {
  background: url(../images/chi-trash.svg) no-repeat center center;
}

.chi-tic {
  background: url(../images/chi-tic.svg) no-repeat center center;
}

.chi-tic2 {
  background: url(../images/chi-tic2.svg) no-repeat center center;
}

.chi-teamwork {
  background: url(../images/chi-teamwork.svg) no-repeat center center;
}

.chi-tic {
  background: url(../images/chi-tic.svg) no-repeat center center;
}

.chi-thumbnails {
  background: url(../images/chi-thumbnails.svg) no-repeat center center;
}

.chi-thumps-up {
  background: url(../images/icons8-thumbs-up.svg) no-repeat center center;
}

.chi-todo-list {
  background: url(../images/chi-todo-list.svg) no-repeat center center;
}

.chi-traveler {
  background: url(../images/chi-traveler.svg) no-repeat center center;
}

/* U */
.chi-upload {
  background: url(../images/chi-upload.svg) no-repeat center center;
}

.chi-user {
  background: url(../images/chi-user.svg) no-repeat center center;
}

.chi-unlock {
  background: url(../images/chi-unlock.svg) no-repeat center center;
}

/* V */
.chi-variation {
  background: url(../images/chi-variation.svg) no-repeat center center;
}

.chi-viewuser {
  background: url(../images/chi-viewuser.svg) no-repeat center center;
}

.chi-value-dashboard {
  background: url(../images/chi-value-dashboard.svg) no-repeat center center;
}

/* W */
.chi-world-map {
  background: url(../images/chi-world-map.svg) no-repeat center center;
}

.chi-wired {
  background: url(../images/chi-wired.svg) no-repeat center center;
}

.chi-warning {
  background: url(../images/chi-warning.svg) no-repeat center center;
}

.icon-edit {
  height: 24px;
  width: 24px;
  display: block;
  background: url("../images/icon-edit-160a7f1312b91179899ef1f8499af4a6.png") no-repeat center center;
}

.icon-delete {
  height: 24px;
  width: 24px;
  display: block;
  background: url("../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png") no-repeat center center;
}

.icon-save {
  height: 24px;
  width: 24px;
  display: block;
  background: url("../images/icon-save-e273f08625a6bd45dc5fa5284dd28d21.png") no-repeat center center;
}

.icon-cancel {
  height: 24px;
  width: 24px;
  display: block;
  background: url("../images/icon-deactive-da4e38863716d0bae386b8618a8d31b4.png") no-repeat center center;
}

/* Rooms Forecasting */
.chi-save-to-active {
  background: url(../images/chi-save-to-active.svg) no-repeat center center;
}

.chi-auto-adjust {
  background: url(../images/chi-auto-adjust.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-auto-adjust:hover {
  transform: scale(1.5);
}

.chi-change-reasons {
  background: url(../images/chi-change-reasons.svg) no-repeat center center;
}

.chi-add-fiscal-date-range {
  background: url(../images/chi-add-fiscal-date-range.svg) no-repeat center center;
}

/* Resident Guest Forecast */
.chi-approval {
  background: url(../images/chi-approval.svg) no-repeat center center;
}

.chi-loader {
  background: url(../images/chi-loader.svg) no-repeat center center;
}

.chi-last-24-hours {
  background: url(../images/chi-last-24-hours.svg) no-repeat center center;
}

.chi-box-important {
  background: url(../images/chi-box-important.svg) no-repeat center center;
}

/* header */
.chi-bell-black {
  background: url(../images/chi-bell-black.svg) no-repeat center center;
}

.chi-shutdown-black {
  background: url(../images/chi-shutdown-black.svg) no-repeat center center;
}

/* fb-forecast */
.chi-last-24-hours {
  background: url(../images/chi-last-24-hours.svg) no-repeat center center;
}

.chi-box-important {
  background: url(../images/chi-box-important.svg) no-repeat center center;
}

.chi-clock {
  background: url(../images/chi-clock.svg) no-repeat center center;
}

.chi-synchronize {
  background: url(../images/chi-synchronize.svg) no-repeat center center;
  transition: all 2s ease;
}

.chi-synchronize:hover {
  transform: scale(1.5);
}

.chi-gears {
  background: url(../images/chi-gears.svg) no-repeat center center;
}

.chi-bar {
  background: url(../images/chi-bar.svg) no-repeat center center;
}

.chi-check-book {
  background: url(../images/chi-check-book.svg) no-repeat center center;
}

.chi-restaurant {
  background: url(../images/chi-restaurant.svg) no-repeat center center;
}

.chi-restaurant-table {
  background: url(../images/chi-restaurant-table.svg) no-repeat center center;
}

.chi-meal-period-and-revenue-groups {
  background: url(../images/chi-meal-period-and-revenue-groups.svg) no-repeat center center;
}

.chi-revenue-groups {
  background: url(../images/icons8-edit-row.svg) no-repeat center center;
}

.chi-sync-meal-period-and-revenue-groups {
  background: url(../images/chi-sync-meal-period-and-revenue-groups.svg) no-repeat center center;
}

.chi-avg-check-calc {
  background: url(../images/chi-avg-check-calc.svg) no-repeat center center;
}

/* other income trend */
.chi-beach {
  background: url(../images/chi-beach.svg) no-repeat center center;
}

.chi-money {
  background: url(../images/chi-money.svg) no-repeat center center;
}

.ion-power-white {
  background: url(../images/ion-power-white.svg) no-repeat center center;
}

.ion-power-blue {
  background: url(../images/ion-power-blue.svg) no-repeat center center;
}

/* property list landing page */
.chi-realtime-news {
  background: url(../images/chi-realtime-news.svg) no-repeat center center;
}

.chi-megaphone {
  background: url(../images/chi-megaphone.svg) no-repeat center center;
}

.chi-forward-arrow {
  background: url(../images/chi-forward-arrow.svg) no-repeat center center;
}

.chi-idea-sharing {
  background: url(../images/chi-idea-sharing.svg) no-repeat center center;
}

.chi-chat {
  background: url(../images/chi-chat.svg) no-repeat center center;
}

.chi-alarm {
  background: url(../images/chi-alarm.svg) no-repeat center center;
}

.chi-knowledge-sharing {
  background: url(../images/chi-knowledge-sharing.svg) no-repeat center center;
}

.chi-online-support-2 {
  background: url(../images/chi-online-support-2.svg) no-repeat center center;
}

.chi-new {
  background: url(../images/chi-new.svg) no-repeat center center;
}

.chi-attach {
  background: url(../images/chi-attach.svg) no-repeat center center;
}

/* Rollup */
.chi-organization {
  background: url(../images/chi-organization.svg) no-repeat center center;
}

.icon-real-estate {
  background: url(../images/icons8-real-estate.svg) no-repeat center center;
}

.chi-city-buildings {
  background: url(../images/chi-city-buildings.svg) no-repeat center center;
}

.chi-clear-symbol {
  background: url(../images/chi-clear-symbol.svg) no-repeat center center;
}

.chi-username {
  background: url(../images/chi-username.svg) no-repeat center center;
}

.chi-password {
  background: url(../images/chi-password.svg) no-repeat center center;
}

.chi-login-background {
  background: url(../images/chi-login-background.svg) no-repeat center center;
}

/* Rollup Landing Page */
.chi-key {
  background: url(../images/chi-key.svg) no-repeat center center;
}

.chi-vegan-food {
  background: url(../images/chi-vegan-food.svg) no-repeat center center;
}

/* currency */
.chi-stack-of-money {
  background: url(../images/chi-stack-of-money.svg) no-repeat center center;
}

.chi-edit-property {
  background: url(../images/chi-edit-property.svg) no-repeat center center;
}

/* Financial Scheduler */
.chi-borrow-book {
  background: url(../images/chi-borrow-book.svg) no-repeat center center;
}

.chi-view {
  background: url(../images/chi-view.svg) no-repeat center center;
}

/* Forecast Accuracy Report */
.chi-visualization-skill {
  background: url(../images/chi-visualization-skill.svg) no-repeat center center;
}

/* Export log on submission schedule*/
.export-log-icon {
  background: url(../images/ExportLog.svg) no-repeat center center;
}

.chi-icons-access {
  background: url(../images/icons8-access.svg) no-repeat center center;
}

.chi-plate {
  background: url(../images/icons8-plate.svg) no-repeat center center;
}

.chi-event-accepted {
  background: url(../images/icons8-event-accepted.svg) no-repeat center center;
}

.chi-event-accepted-tentatively {
  background: url(../images/icons8-event-accepted-tentatively.svg) no-repeat center center;
}

.chi-icon-globe {
  background: url(../images/icons8-globe.svg) no-repeat center center;
}

.chi-icon-edit {
  background: url(../images/icons8-edit.svg) no-repeat center center;
}

.chi-icon-organization {
  background: url(../images/icons8-organization.svg) no-repeat center center;
}

.chi-icon-world-map {
  background: url(../images/icons8-world-map.svg) no-repeat center center;
}

.chi-checklist {
  background: url(../images/icons8-checklist.svg) no-repeat center center;
}

.chi-currency-exchange {
  background: url(../images/icons8-currency-exchange.svg) no-repeat center center;
}

.chi-conference {
  background: url(../images/icons8-conference.svg) no-repeat center center;
}

.chi-user-circle {
  background: url(../images/icons8-user-circle.svg) no-repeat center center;
}

.chi-add-message {
  background: url(../images/icons8-messaging.svg) no-repeat center center;
}

.chi-pin-icon {
  background: url(../images/vertical-nav/pin-icon.svg) no-repeat center center;
}

.chi-pin-icon-white {
  background: url(../images/vertical-nav/pin-icon-white.svg) no-repeat center center;
}

.chi-unpin-icon {
  background: url(../images/vertical-nav/Unpin-icon.svg) no-repeat center center;
}

.chi-icon-invest-portfolio {
  background: url(../images/chi-investment-portfolio.svg) no-repeat center center;
}

/*
==========================================================================
    Chimps Button
==========================================================================
*/
.btn,
.btn-summary,
.btn-consolidated,
.btn-compareto,
.btn-datadisplay,
.btn-export,
.btn-enter,
.btn-close,
.btn-plus,
.btn-hand,
.btn-deletecell,
.btn-applay,
.btn-popupclose,
.btn-reportenter,
.btn-criteria,
.btn-trash,
.btn-restore {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  border: none;
  border-style: none;
  text-decoration: none;
  text-align: center;
  outline: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn {
  color: #000000;
  padding: 0 10px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn:hover, .btn.active {
  background-color: #894F76;
  color: #ffffff;
}

.btn-autoadjust {
  padding: 0 7px;
  color: #ffffff;
  background: #894F76;
  cursor: pointer;
}

.btn-compareto,
.btn-datadisplay {
  padding: 0 10px;
  color: #ffffff !important;
  background: #7F7DA0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn-compareto:hover,
.btn-datadisplay:hover {
  color: #ffffff !important;
  background: #7F7DA0;
}

.btn-export {
  color: #131111;
  padding: 0 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
  background-image: none !important;
}
.btn-export i {
  position: absolute;
  right: 0;
  top: 0;
}

.btn-prop-export {
  width: 80px;
  background: #F2F2F2;
  height: 30px;
  padding-top: 4px;
  text-align: right;
}
.btn-prop-export i {
  right: 50px;
}

.btn-chi-icon {
  cursor: pointer;
}
.btn-chi-icon i {
  width: auto;
}

.btn-pickup,
.btn-otb {
  background: #ffffff;
  color: #894F76;
  padding: 0 30px 0 5px;
  position: relative;
}
.btn-pickup:hover,
.btn-otb:hover {
  background: #894F76;
  color: #ffffff;
}
.btn-pickup i,
.btn-otb i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-edit i,
.btn-save i {
  height: 100%;
}

.btn-close {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.btn-close i {
  height: 100%;
  width: 100%;
}

.btn-plus {
  background-color: #b3c6e8;
  border: 1px solid #8f91a2;
  cursor: pointer;
}
.btn-plus:hover {
  background-color: #c2d7fd;
}
.btn-plus i {
  height: 100%;
  width: 100%;
}

.btn-hand {
  background-image: none;
  background-color: none;
  z-index: 100;
  cursor: pointer;
}
.btn-hand:hover {
  background-color: #e2f0d9;
}
.btn-hand i {
  height: 100%;
}

.btn-deletecell {
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
  background-color: #b3c6e8;
  background-image: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-deletecell:hover {
  background-color: #c2d7fd;
}
.btn-deletecell i {
  width: 100%;
  height: 100%;
}

.btn-applay {
  padding: 0 7px;
  color: #ffffff;
  background: #894F76;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.btn-popupclose {
  cursor: pointer;
}
.btn-popupclose i {
  width: 100%;
  height: 100%;
}

.btn-reportclose {
  cursor: pointer;
}
.btn-reportclose i {
  width: 100%;
  height: 100%;
}

.btn-criteria {
  background: #fff;
  height: 30px;
  padding-left: 0;
}
.btn-criteria i {
  background-color: #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.btn-save2 {
  width: 30px;
  height: 23px;
  display: block;
  float: left;
  background: #ffffff;
  padding: 0 5px;
  min-width: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-save2 .icon-small {
  width: 23px;
  height: 23px;
}

.btn-close2 {
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-close2 svg {
  width: 18px;
  height: 18px;
}

.icon-loader {
  background: url(../images/loader-570b62df10aea19b381640170b19cfb4.gif) no-repeat center center;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  height: 30px;
  display: block;
}

.btn-consolidated {
  background: url(../images/chi-consolidated.svg) no-repeat center center;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

.btn-summary {
  background: url(../images/chi-summary.svg) no-repeat center center;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  border-radius: 2px;
  width: 35px;
  height: 30px;
  margin-left: 5px;
}

.btn-arrow, .btn-arrow-summary {
  background: url(../images/chi-arrowright.svg) no-repeat 0 -1px;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 6px;
  cursor: pointer;
  transition-duration: 0.8s;
}

.btn-arrow-summary {
  float: left;
  margin-right: 5px;
  position: unset;
}

.btn-save-default {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding-left: 35px;
  background: none;
  color: #131111;
}
.btn-save-default:hover {
  background: none;
  color: #131111;
}
.btn-save-default i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* FB */
.btn-add {
  z-index: 100;
  cursor: pointer;
}

.btn-delete {
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-delete i {
  width: 100%;
  height: 100%;
}

/* fb forcasting */
/* switch */
.switch-area {
  height: 30px;
  display: inline-flex;
}
.switch-area .switch-text {
  display: block;
  padding: 4px 5px;
}
.switch-area.activeShow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.switch {
  position: relative;
  display: block;
  width: 45px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #8C6C9F;
  background-color: #bdbdbd;
  margin: 0 10px;
  top: 3px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: -2px;
  bottom: -4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #d6dff2 url(../images/switch.svg) no-repeat center center !important;
  background: no-clip;
  background-size: 30px auto !important;
}
.switch input:checked + .slider {
  background-color: #72caaf;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

/* fb-forecast */
/*
Note:
---------------------------------------------------------------------------------------
updated .btn-group reduce code resident-guest-forecast.scss or other scss
---------------------------------------------------------------------------------------
*/
.btn-group {
  padding: 0;
}
.btn-group .btn-save,
.btn-group .btn-edit {
  width: auto !important;
  padding: 3px 30px 0 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: relative;
  cursor: pointer;
}
.btn-group .btn-save:first-child,
.btn-group .btn-edit:first-child {
  padding: 3px 30px 0 5px;
}
.btn-group .btn-save i,
.btn-group .btn-edit i {
  position: absolute !important;
  top: 0;
  right: 5px;
}
.btn-group .btn-save.active, .btn-group .btn-save:hover,
.btn-group .btn-edit.active,
.btn-group .btn-edit:hover {
  background: #894F76;
  color: #ffffff;
}
.btn-group .btn-save:first-child,
.btn-group .btn-edit:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-group a {
  color: #131111;
  text-decoration: none;
}
.btn-group a:hover {
  color: #ffffff;
}
.btn-group.disable {
  display: block;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-group.disable span,
.btn-group.disable a {
  cursor: not-allowed;
  pointer-events: none;
  background: #eeeeee !important;
}
.btn-group.disable span:hover,
.btn-group.disable a:hover {
  color: #131111;
}

/* Common Button | Updated */
.btn.btn-simple {
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #131111;
  background-color: #f2f2f2;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-simple.active {
  background-color: #CCCCCC !important;
}
.btn.btn-small {
  display: inline-flex;
  align-items: center;
  padding: 0 5px !important;
  width: auto !important;
  height: 22px;
  background-color: #FFFFFF !important;
  color: #131111;
}
.btn.btn-small i.chi-close3 {
  width: 20px !important;
  height: 100% !important;
}
.btn.btn-small { /* Exception | chi-close3  */ }
.btn.btn-small.no-bg {
  background-color: transparent !important;
}
.btn.btn-small.no-bg:hover {
  background-color: transparent !important;
}
.btn.btn-small.icon-small-button i {
  margin-left: 5px;
}
.btn.btn-small.icon-small-button.active, .btn.btn-small.icon-small-button:hover {
  background-color: #894F76 !important;
  color: #FFFFFF !important;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  color: #131111 !important;
  background: #f2f2f2 !important;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  vertical-align: middle;
}
.icon-button.icon-left i, .icon-button.icon-right i {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
}
.icon-button.icon-left {
  padding: 5px 10px 5px 35px !important;
}
.icon-button.icon-left i {
  left: 0;
  top: auto;
}
.icon-button.icon-left.custom-pd {
  padding: 0px 9px 0px 35px !important;
}
.icon-button.icon-left.custom-property-pd {
  padding: 0px 1px 0px 35px !important;
}
.icon-button.icon-right {
  padding: 5px 35px 5px 10px !important;
}
.icon-button.icon-right i {
  right: 0;
}
.icon-button.no-bg {
  background-color: transparent !important;
}
.icon-button.active {
  background-color: !important;
}

/* Popup | ui-dialog buttons */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button,
.ui-dialog .block-bottom .btn-dialog-popup {
  font-family: "SourceSansProRegular" !important;
  padding: 6px 14px !important;
  color: #131111 !important;
  background-color: #d8dbec !important; /* Please check updated updated variables.scss */
  border: none !important;
  border-radius: 5px !important;
  line-height: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover,
.ui-dialog .block-bottom .btn-dialog-popup:hover {
  background-color: #80cbc4 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.active,
.ui-dialog .block-bottom .btn-dialog-popup.active {
  background-color: #80cbc4 !important;
}

.ai-chatbot-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(74, 144, 226) 0%, rgb(123, 104, 238) 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 250ms ease, transform 250ms ease;
}
.ai-chatbot-fab:hover {
  background: linear-gradient(135deg, rgb(61, 130, 212) 0%, rgb(106, 87, 222) 100%);
  transform: scale(1.05);
}
.ai-chatbot-fab__icon {
  font-size: 24px;
}

.ai-chatbot-panel {
  position: fixed;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-height: 100vh;
  transition: left 250ms ease, top 250ms ease, width 250ms ease, height 250ms ease;
}
.ai-chatbot-panel--snapped-left, .ai-chatbot-panel--snapped-right {
  border-radius: 0;
  transition: all 250ms ease;
}
.ai-chatbot-resize-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  z-index: 10;
  cursor: col-resize;
  transition: background 150ms ease;
}
.ai-chatbot-resize-edge:hover, .ai-chatbot-resize-edge:active {
  background: rgba(26, 115, 232, 0.25);
}
.ai-chatbot-resize-edge--left {
  left: 0;
  border-right: 2px solid transparent;
}
.ai-chatbot-resize-edge--left:hover, .ai-chatbot-resize-edge--left:active {
  border-right-color: #1a73e8;
}
.ai-chatbot-resize-edge--right {
  right: 0;
  border-left: 2px solid transparent;
}
.ai-chatbot-resize-edge--right:hover, .ai-chatbot-resize-edge--right:active {
  border-left-color: #1a73e8;
}

.ai-chatbot-header {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: linear-gradient(to right, rgb(0, 119, 200) 0%, rgb(14, 165, 233) 35%, rgb(6, 182, 212) 65%, rgb(139, 92, 246) 100%);
  color: #fff;
  cursor: grab;
  user-select: none;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}
.ai-chatbot-header:active {
  cursor: grabbing;
}
.ai-chatbot-header__icon {
  margin-right: 8px;
  font-size: 16px;
}
.ai-chatbot-header__title {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
}
.ai-chatbot-header__logo {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex-shrink: 0;
  object-fit: contain;
}
.ai-chatbot-header__actions {
  display: flex;
  gap: 4px;
}

.ai-chatbot-btn--icon {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
}
.ai-chatbot-btn--icon:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ai-chatbot-btn--icon[disabled] {
  opacity: 0.4;
  cursor: default;
}
.ai-chatbot-btn--icon[disabled]:hover {
  background: transparent;
}

.ai-chatbot-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #fce8e6;
  color: #c5221f;
  font-size: 13px;
  flex-shrink: 0;
}
.ai-chatbot-error .ai-chatbot-btn--icon {
  color: #c5221f;
}

.ai-chat-thread {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  background: #f7f8fa;
}

.ai-chat-bubble {
  display: flex;
  gap: 8px;
  max-width: 92%;
}
.ai-chat-bubble--user {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.ai-chat-bubble--user .ai-chat-bubble__content {
  background: linear-gradient(135deg, rgb(0, 119, 200) 0%, rgb(14, 165, 233) 50%, rgb(6, 182, 212) 100%);
  color: #fff;
  border-radius: 16px 16px 4px 16px;
  border: none;
  border-top: none;
  box-shadow: none;
  font-weight: 500;
}
.ai-chat-bubble--assistant {
  align-self: flex-start;
}
.ai-chat-bubble--assistant .ai-chat-bubble__content {
  background: #ffffff;
  color: #202124;
  border-radius: 8px;
  border: 1px solid #d7e0ee;
  border-top: 1px solid #c7d5ea;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.ai-chat-avatar {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(0, 119, 200) 0%, rgb(14, 165, 233) 50%, rgb(6, 182, 212) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 119, 200, 0.28);
}

.ai-chat-bubble__content {
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
}
.ai-chat-bubble__content p {
  margin: 0 0 8px;
}
.ai-chat-bubble__content p:last-child {
  margin-bottom: 0;
}
.ai-chat-bubble__content .ai-md-h, .ai-chat-bubble__content h3, .ai-chat-bubble__content h4, .ai-chat-bubble__content h5, .ai-chat-bubble__content h6 {
  margin: 14px 0 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a2b3c;
}
.ai-chat-bubble__content .ai-md-h:first-child, .ai-chat-bubble__content h3:first-child, .ai-chat-bubble__content h4:first-child, .ai-chat-bubble__content h5:first-child, .ai-chat-bubble__content h6:first-child {
  margin-top: 0;
}
.ai-chat-bubble__content h3 {
  font-size: 16px;
}
.ai-chat-bubble__content h4 {
  font-size: 15px;
}
.ai-chat-bubble__content li .ai-md-h, .ai-chat-bubble__content li h3, .ai-chat-bubble__content li h4, .ai-chat-bubble__content li h5, .ai-chat-bubble__content li h6 {
  margin: 0;
  font-size: inherit;
  color: inherit;
}
.ai-chat-bubble__content strong {
  font-weight: 700;
  color: #1a2b3c;
}
.ai-chat-bubble__content ul, .ai-chat-bubble__content ol {
  margin: 6px 0;
  padding-left: 20px;
}
.ai-chat-bubble__content ul {
  list-style-type: none;
  padding-left: 16px;
}
.ai-chat-bubble__content ul li {
  position: relative;
  padding-left: 12px;
}
.ai-chat-bubble__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a73e8;
}
.ai-chat-bubble__content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.ai-chat-bubble__content ol li {
  padding-left: 4px;
}
.ai-chat-bubble__content ol li::before {
  display: none;
}
.ai-chat-bubble__content .ai-md-list {
  margin: 6px 0;
  padding-left: 16px;
}
.ai-chat-bubble__content ul.ai-md-list {
  list-style-type: none;
}
.ai-chat-bubble__content ul.ai-md-list li {
  position: relative;
  padding-left: 12px;
}
.ai-chat-bubble__content ul.ai-md-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a73e8;
}
.ai-chat-bubble__content ol.ai-md-list {
  list-style-type: decimal;
  padding-left: 20px;
}
.ai-chat-bubble__content ol.ai-md-list li {
  padding-left: 4px;
}
.ai-chat-bubble__content ol.ai-md-list li::before {
  display: none;
}
.ai-chat-bubble__content li {
  margin: 0;
  padding: 3px 0;
  line-height: 1.5;
}
.ai-chat-bubble__content code {
  background: #e8eaed;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 12px;
}
.ai-chat-bubble__content pre, .ai-chat-bubble__content .ai-md-pre {
  background: #f1f3f4;
  padding: 8px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 4px 0;
}
.ai-chat-bubble__content pre code, .ai-chat-bubble__content .ai-md-pre code {
  background: transparent;
  padding: 0;
}
.ai-chat-bubble__content .ai-md-math {
  background: #f8f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 6px;
  padding: 10px 14px;
  margin: 6px 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  text-align: center;
  overflow-x: auto;
}
.ai-chat-bubble__content .ai-md-math-inline {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  background: #f8f9fb;
  padding: 1px 4px;
  border-radius: 3px;
}
.ai-chat-bubble__content .ai-md-frac {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  margin: 0 4px;
  text-align: center;
}
.ai-chat-bubble__content .ai-md-num {
  border-bottom: 1px solid #333;
  padding: 0 6px 2px;
  line-height: 1.3;
}
.ai-chat-bubble__content .ai-md-den {
  padding: 2px 6px 0;
  line-height: 1.3;
}
.ai-chat-bubble__content .ai-md-section-title {
  display: block;
  font-size: 14px;
  margin: 4px 0 2px;
}
.ai-chat-bubble__content .ai-md-table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  font-size: 12px;
  border: 1px solid #e8ecf0;
  border-radius: 4px;
  overflow: hidden;
  table-layout: fixed;
  word-wrap: break-word;
}
.ai-chat-bubble__content .ai-md-table th, .ai-chat-bubble__content .ai-md-table td {
  border-bottom: 1px solid #e8ecf0;
  padding: 6px 10px;
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
}
.ai-chat-bubble__content .ai-md-table th {
  background: #f5f7fa;
  font-weight: 600;
  color: #1a2b3c;
  border-bottom: 2px solid #d0d5dd;
}
.ai-chat-bubble__content .ai-md-table tr:last-child td {
  border-bottom: none;
}
.ai-chat-bubble__content .ai-md-table tr:hover td {
  background: #fafbfc;
}
.ai-chat-bubble__content a {
  color: #1a73e8;
  text-decoration: none;
}
.ai-chat-bubble__content a:hover {
  text-decoration: underline;
}
.ai-chat-bubble__content hr, .ai-chat-bubble__content .ai-md-hr {
  border: none;
  border-top: 1px solid #dadce0;
  margin: 6px 0;
}
.ai-chat-bubble__content br + ul, .ai-chat-bubble__content br + ol, .ai-chat-bubble__content br + pre, .ai-chat-bubble__content br + table {
  margin-top: 0;
}

.ai-chat-bubble--assistant .ai-chat-bubble__content > h3:first-child,
.ai-chat-bubble--assistant .ai-chat-bubble__content > h4:first-child,
.ai-chat-bubble--assistant .ai-chat-bubble__content > h5:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #1a73e8;
  margin: 0 0 8px;
}

.ai-typing-indicator {
  display: inline-flex;
  gap: 4px;
  padding: 4px 0;
}
.ai-typing-indicator span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5f6368;
  animation: ai-dot-bounce 1.4s infinite ease-in-out both;
}
.ai-typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}
.ai-typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes ai-dot-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.ai-chat-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
  flex: 1;
  min-height: 0;
}
.ai-chat-welcome__heading {
  font-size: 20px;
  font-weight: 600;
  color: #202124;
  margin: 0 0 8px;
}
.ai-chat-welcome__subtitle {
  font-size: 13px;
  color: #5f6368;
  margin: 0 0 20px;
}
.ai-chat-welcome__cards {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.ai-action-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  background: #f8f9fa;
  border: 1px solid #dadce0;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}
.ai-action-card:hover {
  border-color: #1a73e8;
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.15);
}
.ai-action-card__icon {
  font-size: 24px;
}
.ai-action-card__label {
  font-size: 12px;
  font-weight: 500;
  color: #202124;
}

.ai-feedback-row {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}

.ai-feedback-btn {
  background: transparent;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 2px 8px;
  cursor: pointer;
  font-size: 13px;
}
.ai-feedback-btn:hover {
  background: #f8f9fa;
}

.ai-feedback-form {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ai-feedback-form__actions {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

.ai-feedback-select,
.ai-feedback-textarea {
  width: 100%;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-family: inherit;
}
.ai-feedback-select:focus,
.ai-feedback-textarea:focus {
  outline: none;
  border-color: #1a73e8;
}

.ai-feedback-thanks {
  font-size: 12px;
  color: #5f6368;
  margin-top: 6px;
  font-style: italic;
}

.ai-confirmation {
  background: #fffde7;
  border: 1px solid #fbc02d;
  border-radius: 12px;
  padding: 12px;
  margin: 8px 0;
}
.ai-confirmation__message {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.ai-confirmation__preview {
  font-size: 12px;
  color: #5f6368;
  margin-bottom: 8px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.ai-confirmation__actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.ai-chatbot-input {
  position: relative;
  margin: 10px 12px 12px;
  padding: 0;
  border: 1px solid #d4dce8;
  border-radius: 12px;
  background: #fff;
  flex-shrink: 0;
}
.ai-chatbot-input:focus-within {
  border-color: #c8d2e2;
}
.ai-chatbot-input__textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  background: transparent;
  border: none;
  border-radius: 12px;
  min-height: 44px;
  padding: 12px 56px 12px 14px;
  font-size: 13px;
  color: #1f2937;
  caret-color: #1f2937;
  font-family: inherit;
  line-height: 1.4;
}
.ai-chatbot-input__textarea:focus {
  outline: none;
  box-shadow: none;
}
.ai-chatbot-input__textarea::placeholder {
  color: #8b97ab;
  font-weight: 500;
}
.ai-chatbot-input__textarea:disabled {
  opacity: 0.6;
}
.ai-chatbot-input__send {
  position: absolute;
  right: 8px;
  bottom: 5px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgb(0, 119, 200) 0%, rgb(14, 165, 233) 50%, rgb(6, 182, 212) 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 119, 200, 0.35);
}
.ai-chatbot-input__send:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chatbot-input__send:not(:disabled):hover {
  background: linear-gradient(135deg, rgb(0, 105, 180) 0%, rgb(2, 132, 199) 50%, rgb(8, 145, 178) 100%);
}
.ai-chatbot-input__stop {
  background: #c5221f;
  border-radius: 50%;
}
.ai-chatbot-input__stop:hover {
  background: rgb(152.9342105263, 26.3947368421, 24.0657894737);
}

.ai-llm-toggle {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  transition: background 250ms ease, border-color 250ms ease;
  letter-spacing: 0.3px;
}
.ai-llm-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
}
.ai-llm-toggle--sonnet {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.ai-settings-panel {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dadce0;
  background: #fafbfc;
  flex-shrink: 0;
  max-height: 60%;
  overflow-y: auto;
}
.ai-settings-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #dadce0;
}
.ai-settings-panel__title {
  font-size: 13px;
  font-weight: 600;
  color: #202124;
}
.ai-settings-panel__close {
  color: #5f6368 !important;
}
.ai-settings-panel__body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ai-settings-panel__footer {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding: 8px 12px;
  border-top: 1px solid #dadce0;
}

.ai-settings-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ai-settings-field__label {
  font-size: 11px;
  font-weight: 600;
  color: #5f6368;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.ai-settings-field__toggle-row {
  display: flex;
  gap: 0;
  border: 1px solid #dadce0;
  border-radius: 6px;
  overflow: hidden;
}

.ai-settings-toggle-btn {
  flex: 1;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  background: #fff;
  color: #5f6368;
  cursor: pointer;
  transition: background 250ms ease, color 250ms ease;
  text-align: center;
}
.ai-settings-toggle-btn:not(:last-child) {
  border-right: 1px solid #dadce0;
}
.ai-settings-toggle-btn--active {
  background: #1a73e8;
  color: #fff;
}
.ai-settings-toggle-btn__sub {
  display: block;
  font-size: 9px;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 1px;
}

.ai-settings-select {
  width: 100%;
  padding: 6px 8px;
  font-size: 12px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-family: inherit;
  background: #fff;
}
.ai-settings-select:focus {
  outline: none;
  border-color: #1a73e8;
}

.ai-settings-textarea {
  width: 100%;
  padding: 6px 8px;
  font-size: 12px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-family: inherit;
  resize: vertical;
  min-height: 48px;
}
.ai-settings-textarea:focus {
  outline: none;
  border-color: #1a73e8;
}

.ai-chatbot-btn {
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.ai-chatbot-btn--primary {
  background: #1a73e8;
  color: #fff;
}
.ai-chatbot-btn--primary:hover {
  background: #1557b0;
}
.ai-chatbot-btn--secondary {
  background: #ffffff;
  border: 1px solid #dadce0;
  color: #202124;
}
.ai-chatbot-btn--secondary:hover {
  background: #f8f9fa;
}

.ai-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ai-spin 0.6s linear infinite;
}

@keyframes ai-spin {
  to {
    transform: rotate(360deg);
  }
}
.ai-chart-insight-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a73e8;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 250ms ease, transform 250ms ease;
}
.ai-chart-insight-btn:hover {
  background: #1557b0;
  transform: scale(1.1);
}
.ai-chart-insight-btn__icon {
  line-height: 1;
}

.ai-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ai-icon--chat {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none'%3E%3Cellipse cx='50' cy='50' rx='42' ry='20' stroke='white' stroke-width='6' fill='none' transform='rotate(0 50 50)'/%3E%3Cellipse cx='50' cy='50' rx='42' ry='20' stroke='white' stroke-width='6' fill='none' transform='rotate(60 50 50)'/%3E%3Cellipse cx='50' cy='50' rx='42' ry='20' stroke='white' stroke-width='6' fill='none' transform='rotate(120 50 50)'/%3E%3Ccircle cx='50' cy='50' r='8' fill='white'/%3E%3C/svg%3E");
}

.ai-icon--bot {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none'%3E%3Cellipse cx='50' cy='50' rx='42' ry='20' stroke='white' stroke-width='6' fill='none' transform='rotate(0 50 50)'/%3E%3Cellipse cx='50' cy='50' rx='42' ry='20' stroke='white' stroke-width='6' fill='none' transform='rotate(60 50 50)'/%3E%3Cellipse cx='50' cy='50' rx='42' ry='20' stroke='white' stroke-width='6' fill='none' transform='rotate(120 50 50)'/%3E%3Ccircle cx='50' cy='50' r='8' fill='white'/%3E%3C/svg%3E");
}

.ai-icon--close {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.ai-chatbot-header__actions .ai-icon--close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}

.ai-icon--share {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E");
}

.ai-icon--trash {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
}

.ai-icon--send {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21l18-9L3 3l4.8 9L3 21z'/%3E%3C/svg%3E");
}

.ai-icon--stop {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3C/svg%3E");
}

.ai-icon--settings {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 00.12-.61l-1.92-3.32a.488.488 0 00-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.07.62-.07.94s.02.64.07.94l-2.03 1.58a.49.49 0 00-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6A3.6 3.6 0 1112 8.4a3.6 3.6 0 010 7.2z'/%3E%3C/svg%3E");
}

.ai-icon--lightbulb {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a73e8'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6A4.997 4.997 0 0 1 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z'/%3E%3C/svg%3E");
}

.ai-icon--chart {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a73e8'%3E%3Cpath d='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z'/%3E%3C/svg%3E");
}

.ai-icon--thumbup {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235f6368'%3E%3Cpath d='M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z'/%3E%3C/svg%3E");
}

.ai-icon--thumbdown {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235f6368'%3E%3Cpath d='M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z'/%3E%3C/svg%3E");
}

.ai-icon--expand {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 14h4v4H4v-4zm0-8h4v4H4V6zm6 8h4v4h-4v-4zm0-8h4v4h-4V6zm6 8h4v4h-4v-4zm0-8h4v4h-4V6z'/%3E%3C/svg%3E");
}

.ai-icon--collapse {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3E%3C/svg%3E");
}

.ai-icon--minimize {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 19h12v2H6v-2z'/%3E%3C/svg%3E");
}

.ai-icon--maximize {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M4 4h16v16H4V4zm2 4v10h12V8H6z'/%3E%3C/svg%3E");
}

.mars-radio label {
  font-weight: 400;
  padding: 5px 5px 0 5px;
}
.mars-radio label input[type=radio] {
  display: none;
}
.mars-radio label input[type=radio]:checked + .color > i {
  opacity: 0.55;
}
.mars-radio label input[type=radio]:disabled + .color {
  opacity: 0.5;
}
.mars-radio input[type=radio] + .color > i {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.mars-radio.active, .mars-radio:hover {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.mars-radio .active label input[type=radio] + .color > i {
  opacity: 0.55;
}
.mars-radio {
  /*need to override this to get different colors for radio*/
}
.mars-radio .color.blue {
  background: blue;
}
.mars-radio .color.red {
  background: red;
}
.mars-radio .color.purple {
  background: purple;
}
.mars-radio .color {
  /* more color */
}
.mars-radio .color.shamrock {
  background-color: #37c5ab;
}
.mars-radio .color.chetwodeBlue {
  background-color: #5c6bc0;
}
.mars-radio .color.gold {
  background-color: #ffd600;
}
.mars-radio .color.mediumOrchid {
  background-color: #ba68c8;
}
.mars-radio .color.sunsetOrange {
  background-color: #ef5350;
}
.mars-radio .color.summerSky {
  background-color: #26c6da;
}
.mars-radio .color.bermudaGrey {
  background-color: #78909c;
}
.mars-radio .color.mauvelous {
  background-color: #fc91ad;
}
.mars-radio .color.darkOrange {
  background-color: #fb8c00;
}
.mars-radio .color.bermuda {
  background-color: #80cbc4;
}
.mars-radio .color.fuego {
  background-color: #c0ca33;
}
.mars-radio .color.tomato {
  background-color: #ff7043;
}
.mars-radio .color.neonBlue {
  background-color: #3d5afe;
}
.mars-radio .color.neonPink {
  background-color: #ff66cc;
}
.mars-radio .color.brightGreen {
  background-color: #64dd17;
}
.mars-radio .color.ruby {
  background-color: #d81b60;
}
.mars-radio .color.safetyOrange {
  background-color: #ff6f00;
}
.mars-radio .color.olivine {
  background-color: #9ccc65;
}
.mars-radio .color.sky {
  background-color: #42a5f5;
}
.mars-radio .color.bilobaFlower {
  background-color: #b39ddb;
}
.mars-radio .color.monaLisa {
  background-color: #ff8a80;
}
.mars-radio .color {
  position: relative;
  display: block;
  background: #DDDDDD;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 26px;
  float: left;
  margin: 2px 5px 0 0;
}
.mars-radio .color i {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  background: #000;
  opacity: 0.55;
}

.mars-checkbox {
  padding: 5px 0px 5px 24px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}
.mars-checkbox input {
  position: absolute;
  opacity: 0;
  display: none;
}
.mars-checkbox input[type=checkbox]:disabled ~ .checkmark {
  background-color: #e4e4e4;
}
.mars-checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
}
.mars-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}
.mars-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.mars-checkbox .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: white;
  height: 18px;
  width: 18px;
  border: 1px solid #4ca354;
}
.mars-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #4ca354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mars-checkbox > small {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  float: left;
}

.mars-checkbox-action {
  padding: 5px 0px 5px 30px;
}
.mars-checkbox-action .checkmark {
  height: 24px !important;
  width: 24px;
  display: block;
  background: url(../images/chi-unchecked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  border: none;
}
.mars-checkbox-action .checkmark:after {
  display: none !important;
}
.mars-checkbox-action input:checked ~ .checkmark {
  background: url(../images/chi-checked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}

input[type=text]:disabled, input[type=password]:disabled {
  background: #f5f5f5 !important;
}

.mars-select select {
  height: 26px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #8f91a2;
  cursor: pointer;
  display: none;
}
.mars-select .multiselect-native-select {
  position: relative;
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0;
  background: none !important;
}
.mars-select .multiselect-native-select .btn-group {
  display: block;
}
.mars-select .multiselect-native-select .btn-group .multiselect,
.mars-select .multiselect-native-select .btn-group .dropdown-toggle,
.mars-select .multiselect-native-select .btn-group .btn,
.mars-select .multiselect-native-select .btn-group .btn-default {
  font-family: "SourceSansProRegular";
  font-size: 14px !important;
  font-weight: normal;
  color: #131111;
  background-color: #ffffff;
  border: 1px solid #8f91a2;
  line-height: inherit !important;
  height: 26px;
  width: 100% !important;
  padding: 0 !important;
  display: block;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.mars-select .multiselect-native-select .btn-group .multiselect .multiselect-selected-text,
.mars-select .multiselect-native-select .btn-group .dropdown-toggle .multiselect-selected-text,
.mars-select .multiselect-native-select .btn-group .btn .multiselect-selected-text,
.mars-select .multiselect-native-select .btn-group .btn-default .multiselect-selected-text {
  display: block;
  height: 100%;
  padding: 2px 15px 0 10px !important;
  text-align: left;
  width: 100%;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mars-select .multiselect-native-select .btn-group .multiselect .caret,
.mars-select .multiselect-native-select .btn-group .dropdown-toggle .caret,
.mars-select .multiselect-native-select .btn-group .btn .caret,
.mars-select .multiselect-native-select .btn-group .btn-default .caret {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mars-select .multiselect-native-select .btn-group.open .dropdown-toggle {
  background-color: #ffffff;
}
.mars-select .multiselect-container {
  top: 26px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.mars-select .multiselect-container li {
  padding: 0;
}
.mars-select .multiselect-container li label {
  padding: 0 15px 0 10px !important;
  margin-right: 0;
  display: block;
  color: #131111;
}
.mars-select .multiselect-container li label.radio > input[type=radio] {
  display: none !important;
}
.mars-select .multiselect-container li label input[type=checkbox] {
  display: none !important;
}
.mars-select .multiselect-container li.multiselect-all label {
  padding: 0 15px 0 10px !important;
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.mars-select .multiselect-container li.multiselect-filter .input-group {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mars-select .multiselect-container li.multiselect-filter .input-group-addon,
.mars-select .multiselect-container li.multiselect-filter .input-group-btn {
  display: none;
}
.mars-select .multiselect-container li a {
  background: none !important;
}
.mars-select .multiselect-container li.active a {
  background: none !important;
}
.mars-select .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
}
.mars-select .multiselect-container li.disabled {
  display: block !important;
}
.mars-select .multiselect-container li a, .mars-select .multiselect-container li .active {
  background-color: #ffffff !important;
  text-decoration: none !important;
}
.mars-select .multiselect-container li.multiselect-all label, .mars-select .multiselect-container li.multiselect-group label {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.mars-select.form-group:after {
  content: "";
  display: table;
  clear: both;
}
.mars-select.form-group.form-optgroup li label {
  padding: 0 15px 0 20px !important;
}
.mars-select.form-group.form-optgroup li.multiselect-group label {
  padding: 0 15px 0 10px !important;
}
.mars-select.form-group.form-optgroup li.multiselect-group label b {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.mars-select.form-group.form-optgroup li.multiselect-all label {
  padding: 0 15px 0 10px !important;
}

.marsGrid td.celledit input[type=text], .mars-container td.celledit input[type=text] {
  text-align: center !important;
}

/* updated fb-forecast */
.mars-select.setError .multiselect {
  border: 2px solid #f05352 !important;
}
.mars-select .multiselect-container {
  max-height: 100px;
  overflow: auto;
  width: 100% !important;
}
.mars-select .caret {
  right: 5px !important;
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
}

textarea[name=richText] {
  width: 550px;
}

/* new add */
/*
==========================================================================
    Chimps commonTable
==========================================================================
*/
.table-responsive {
  position: relative;
}
.table-responsive.tableScroll {
  max-height: 480px;
}

.commonTable {
  border: none !important;
  border-collapse: separate;
}
.commonTable tr th,
.commonTable tr td {
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.commonTable tr th.celledit input,
.commonTable tr td.celledit input {
  padding: 0 10px;
  margin: 0;
  display: block;
  border-radius: 0;
  height: 24px;
  background: #ffffc1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
.commonTable tr th {
  font-family: "SourceSansProSemiBold";
  padding: 5px 10px !important;
  color: #131111;
  text-align: center;
  position: relative;
  background: #98bad6;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #dddddd !important;
}
.commonTable tr th:last-child {
  border-right: none !important;
}
.commonTable tr td {
  font-family: "SourceSansProRegular";
  color: #131111;
  padding: 3px 10px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.commonTable tr td a {
  color: #131111;
}
.commonTable tr td a:hover {
  color: #131111;
}
.commonTable tr td > span {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.commonTable tr td div {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* fixTableColumn */
.fixTableColumn {
  width: auto !important;
}
.fixTableColumn th,
.fixTableColumn td {
  position: relative;
  z-index: 0;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fixTableColumn th.fixcell,
.fixTableColumn td.fixcell {
  z-index: 10;
}

/* highlightTableRow */
.tableRowColor tr th,
.tableRowColor tr td {
  padding: 0 10px !important;
  border-top: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  font-size: 13px !important;
  font-family: "SourceSansProRegular" !important;
}
.tableRowColor tr th:last-child,
.tableRowColor tr td:last-child {
  border-right: none !important;
}
.tableRowColor tr th {
  background-color: #98bad6 !important;
  font-weight: normal !important;
  border-bottom: none !important;
  vertical-align: middle !important;
}
.tableRowColor tr th.twoCell {
  padding: 0 !important;
}
.tableRowColor tr th.twoCell > div {
  padding: 1px 10px;
  text-align: left;
}
.tableRowColor tr th.twoCell > div:first-child {
  border-bottom: 1px solid #ffffff;
  padding: 0 10px;
  height: 25px;
}
.tableRowColor tr th.twoCell > div {
  height: 24px;
  position: relative;
}
.tableRowColor tr th.totalColumn {
  background-color: #98bad6 !important;
}
.tableRowColor tr td {
  background-color: #f9f9f9 !important;
  text-align: center;
}
.tableRowColor tr td.totalColumn {
  background-color: #d4d9e8 !important;
}
.tableRowColor tr .btn-edit,
.tableRowColor tr .btn-save {
  padding: 0 5px;
  width: 30px;
  height: 22px;
  display: block;
  float: left;
  margin: 0;
  background-color: #ffffff;
}
.tableRowColor tr:first-child th {
  border-top: 1px solid #98bad6 !important;
}
.tableRowColor .trHead th, .tableRowColor .trHead td {
  font-family: "SourceSansProSemiBold" !important;
}
.tableRowColor .trHawkesBlue th, .tableRowColor .trHawkesBlue td {
  background-color: #d8dbec !important;
}
.tableRowColor .trClearDay th, .tableRowColor .trClearDay td {
  background-color: #e9efed !important;
}
.tableRowColor .trLinkWater th, .tableRowColor .trLinkWater td {
  background-color: #cbced7 !important;
}
.tableRowColor .trWhiteLilac th, .tableRowColor .trWhiteLilac td {
  background-color: #eae6ec !important;
}
.tableRowColor .trTropicalBlue th, .tableRowColor .trTropicalBlue td {
  background-color: #b3c6e8 !important;
}
.tableRowColor .trPattensBlue th, .tableRowColor .trPattensBlue td {
  background-color: #ccecff !important;
}
.tableRowColor .trSolitude th, .tableRowColor .trSolitude td {
  background-color: #eff1f7 !important;
}
.tableRowColor .trGhostWhite th, .tableRowColor .trGhostWhite td {
  background-color: #FAFAFF !important;
}
.tableRowColor .trGhostWhite2 th, .tableRowColor .trGhostWhite2 td {
  background-color: #f4f5f9 !important;
}
.tableRowColor .trAliceBlue th, .tableRowColor .trAliceBlue td {
  background-color: #f2f9ff !important;
}
.tableRowColor .trTara th, .tableRowColor .trTara td {
  background-color: #e5f4e3 !important;
}
.tableRowColor .trGainsboro th, .tableRowColor .trGainsboro td {
  background-color: #dbdbdb !important;
}
.tableRowColor .trHintGreen th, .tableRowColor .trHintGreen td {
  background-color: #e2f0d9 !important;
}
.tableRowColor { /* currency */ }
.tableRowColor .trWhite th, .tableRowColor .trWhite td {
  background-color: #FFFFFF !important;
}
.tableRowColor { /* currency */ }
.tableRowColor th.event {
  background-color: #ffe3a4 !important;
}
.tableRowColor tr:first-child th.event {
  border-top: 1px solid #ffe3a4 !important;
}
.tableRowColor .hoverActive th.fixcell:hover, .tableRowColor .hoverActive td.fixcell:hover {
  background-color: #ccecff !important;
  position: relative;
}
.tableRowColor .hoverActive a {
  color: #131111;
  text-decoration: none;
  display: block;
  padding-right: 10px;
}
.tableRowColor .icon-collapse {
  cursor: pointer;
}

/* ie fixing */
.wrapper .commonTable .ieFixing td {
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* fb-forecast using positive value | negative value */
.commonTable tr .positiveValue {
  background-color: #d1e6c4 !important;
}
.commonTable tr .negativeValue {
  background-color: #ffabab !important;
}

/*
==========================================================================
    Submemu
==========================================================================
*/
.submemu, .tab3 {
  margin-top: 20px;
  padding: 0 3px;
}
.submemu ul, .tab3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.submemu ul li, .tab3 ul li {
  padding: 0 2px;
  width: 190px;
  margin-bottom: 4px;
  font-size: 15px;
}
.submemu ul li a, .tab3 ul li a {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  line-height: 30px;
  background: #e2f0d9;
  color: #131111;
  width: 100%;
  text-align: center;
  border: none;
}
.submemu ul li a:hover, .tab3 ul li a:hover {
  background: #e2f0d9;
  color: #131111;
}
.submemu ul li.active a, .tab3 ul li.active a {
  background: #85cdc1;
}
.submemu ul li.active a:hover, .tab3 ul li.active a:hover {
  color: #ffffff;
  text-decoration: none;
}

.vtabs-area {
  overflow: hidden;
  margin-bottom: 5px;
}
.vtabs-area .vtabs {
  padding: 0;
  margin: 0;
}
.vtabs-area .vtabs .btn {
  min-width: 240px;
  line-height: 30px;
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.vtabs-area .vtabs .btn.active {
  background: #b3c6e8 !important;
}
.vtabs-area .vtab-section {
  display: none;
}
.vtabs-area .vtab-section.current {
  display: block;
}

.mars-tab {
  overflow: hidden;
  margin-bottom: 5px;
}
.mars-tab .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
  min-width: 127px;
  line-height: 30px;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none !important;
  margin-right: 5px;
  font-size: 15px;
  background: #e2f0d9;
  color: #000000 !important;
}
.mars-tab .btn.active {
  background: #85cdc1;
}

/* Bootstrap Tabs change style */
.mars-nav-tabs {
  margin: 0;
  padding: 0;
  border: none;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.mars-nav-tabs li {
  float: left;
  margin: 0;
}
.mars-nav-tabs li a {
  margin: 0;
  display: block;
  padding: 5px 10px;
  color: #131111 !important;
  font-family: "SourceSansProSemiBold";
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none !important;
  background-color: transparent;
}
.mars-nav-tabs li a:hover {
  background-color: transparent;
  border: none;
}
.mars-nav-tabs li.active a {
  background-color: #ccffff !important;
}
.mars-nav-tabs.tabs-green li.active a {
  background-color: #80cbc4 !important;
}
.mars-nav-tabs.tabs-sky-gradient li.active a {
  background: #b1bdeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1bdeb), color-stop(100%, #7c8ecd)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #b1bdeb 0%, #7c8ecd 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}

/*
==========================================================================
    Chimps global Css
==========================================================================
*/
/* font-face */
@font-face {
  font-family: "SourceSansProLight";
  src: url("../fonts/SourceSansProLight.eot");
  src: url("../fonts/SourceSansProLight.eot") format("embedded-opentype"), url("../fonts/SourceSansProLight.woff2") format("woff2"), url("../fonts/SourceSansProLight.woff") format("woff"), url("../fonts/SourceSansProLight.ttf") format("truetype"), url("../fonts/SourceSansProLight.svg#SourceSansProLight") format("svg");
}
@font-face {
  font-family: "SourceSansProRegular";
  src: url("../fonts/SourceSansProRegular.eot");
  src: url("../fonts/SourceSansProRegular.eot") format("embedded-opentype"), url("../fonts/SourceSansProRegular.woff2") format("woff2"), url("../fonts/SourceSansProRegular.woff") format("woff"), url("../fonts/SourceSansProRegular.ttf") format("truetype"), url("../fonts/SourceSansProRegular.svg#SourceSansProRegular") format("svg");
}
@font-face {
  font-family: "SourceSansProSemiBold";
  src: url("../fonts/SourceSansProSemiBold.eot");
  src: url("../fonts/SourceSansProSemiBold.eot") format("embedded-opentype"), url("../fonts/SourceSansProSemiBold.woff2") format("woff2"), url("../fonts/SourceSansProSemiBold.woff") format("woff"), url("../fonts/SourceSansProSemiBold.ttf") format("truetype"), url("../fonts/SourceSansProSemiBold.svg#SourceSansProSemiBold") format("svg");
}
@font-face {
  font-family: "SourceSansProBold";
  src: url("../fonts/SourceSansProBold.eot");
  src: url("../fonts/SourceSansProBold.eot") format("embedded-opentype"), url("../fonts/SourceSansProBold.woff2") format("woff2"), url("../fonts/SourceSansProBold.woff") format("woff"), url("../fonts/SourceSansProBold.ttf") format("truetype"), url("../fonts/SourceSansProBold.svg#SourceSansProBold") format("svg");
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato.eot");
  src: url("../fonts/Lato/Lato.eot") format("embedded-opentype"), url("../fonts/Lato/Lato.woff2") format("woff2"), url("../fonts/Lato/Lato.woff") format("woff"), url("../fonts/Lato/Lato.ttf") format("truetype"), url("../fonts/Lato/Lato.svg#Lato") format("svg");
}
@font-face {
  font-family: "LatoRegular";
  src: url("../fonts/Lato/LatoRegular.eot");
  src: url("../fonts/Lato/LatoRegular.eot") format("embedded-opentype"), url("../fonts/Lato/LatoRegular.woff2") format("woff2"), url("../fonts/Lato/LatoRegular.woff") format("woff"), url("../fonts/Lato/LatoRegular.ttf") format("truetype"), url("../fonts/Lato/LatoRegular.svg#LatoRegular") format("svg");
}
@font-face {
  font-family: "LatoLight";
  src: url("../fonts/Lato/LatoLight.eot");
  src: url("../fonts/Lato/LatoLight.eot") format("embedded-opentype"), url("../fonts/Lato/LatoLight.woff2") format("woff2"), url("../fonts/Lato/LatoLight.woff") format("woff"), url("../fonts/Lato/LatoLight.ttf") format("truetype"), url("../fonts/Lato/LatoLight.svg#LatoLight") format("svg");
}
@font-face {
  font-family: "LatoSemibold";
  src: url("../fonts/Lato/LatoSemibold.eot");
  src: url("../fonts/Lato/LatoSemibold.eot") format("embedded-opentype"), url("../fonts/Lato/LatoSemibold.woff2") format("woff2"), url("../fonts/Lato/LatoSemibold.woff") format("woff"), url("../fonts/Lato/LatoSemibold.ttf") format("truetype"), url("../fonts/Lato/LatoSemibold.svg#LatoSemibold") format("svg");
}
body {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  overflow-x: hidden;
}

.header-info ul {
  padding: 0;
  margin: 0;
}

.header-info ul li {
  padding-top: 0;
  padding-bottom: 0;
  height: 20px;
  line-height: 20px;
}

#main-menu > li > a {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 15px;
}

#main-menu > li.list-home a,
#main-menu > li.list-home a:hover {
  width: inherit !important;
  height: 30px;
  background: #fff url(../images/chi-house.svg) no-repeat center center !important;
  background-size: 30px 30px !important;
}

#main-menu > li.adjust-large4 {
  min-width: 150px;
}

#main-menu > li.adjust-large5 {
  min-width: 174px;
}

/* plain select */
.plain-select {
  display: block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding: 0 !important;
  margin-left: 0;
  background: #ffffff;
}

.plain-select .form-control {
  height: 23px;
  -webkit-appearance: caret;
  -moz-appearance: caret;
  -ms-appearance: caret;
  appearance: caret;
  display: block;
  width: 100%;
  border: none;
  color: #131111;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.plain-select .form-control:focus {
  background: green;
  outline: none;
  box-shadow: none;
  border: none;
  border-style: none;
}

.plain-select ::-ms-expand {
  display: none;
}

.plain-select:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  pointer-events: none;
}

/* basepopup */
.ui-dialog,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
}

.ui-dialog {
  padding: 0;
  border: none !important;
  width: 404px;
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ui-dialog.dialog-refresh .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 6px 10px;
  margin: 0;
  border: none;
  color: #131111;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #e1e2e7 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e2e7), color-stop(100%, #9ea3b5)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e1e2e7 0%, #9ea3b5 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: none;
  border: none;
  width: 30px !important;
  height: 30px !important;
  right: 10px;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  background: url(../images/chi-multiply.svg) center center no-repeat;
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
  width: 100% !important;
  height: 100% !important;
}
.ui-dialog .ui-dialog-titlebar .btn-edit,
.ui-dialog .ui-dialog-titlebar .btn-save {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 2px;
}
.ui-dialog .ui-dialog-titlebar .btn-edit i,
.ui-dialog .ui-dialog-titlebar .btn-save i {
  width: 100%;
  height: 100%;
}
.ui-dialog .ui-dialog-content {
  padding: 20px 10px 10px 10px;
  background: #f5f5f5;
}
.ui-dialog .ui-dialog-content p {
  line-height: 26px;
  color: #131111;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane {
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #8faadc;
  border-width: 1px 0 0 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 6px 0 5px 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px;
  color: #131111;
  text-align: center;
  background: #e6e6e6;
  border: 1px solid #adadad;
  min-width: 70px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover {
  background: #894F76;
  border: 1px solid #894F76;
  color: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: Alpha(Opacity=100);
}

/* check common use */
.checksection {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.checksection .ncheck {
  padding: 0;
  margin: 0;
  width: 20px;
  cursor: pointer;
  display: block;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.checksection .ncheck input {
  position: absolute;
  opacity: 0;
}

.checksection .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 18px !important;
  width: 18px;
  line-height: 18px !important;
  display: block;
  border: 1px solid #4ca354;
  background-color: #fff;
}

.checksection .ncheck:hover input ~ .checkmark {
  background-color: #fff;
}

.checksection .ncheck input:checked ~ .checkmark {
  background-color: #fff;
}

.checksection .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checksection .ncheck input:checked ~ .checkmark:after {
  display: block;
}

.checksection .ncheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #4ca354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkoption .grayncheck .checkmark,
.checkoption .grayncheck:hover input ~ .checkmark,
.checkoption .grayncheck input:checked ~ .checkmark {
  background-color: #e4e4e4;
}

/* radio common use */
.common-row .radio {
  float: left;
  margin: 0;
  padding: 0;
}

.common-row .radio.active,
.common-row .radio:hover {
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d1d1d1',GradientType=0 ) !important;
}

/* Select common use */
.commonselect .form-control {
  height: 26px;
  border-radius: 0;
  border: none;
  background: #fff;
  cursor: pointer;
}

.commonselect span.multiselect-native-select {
  position: relative;
  display: block !important;
  margin: 0 !important;
  background: none !important;
}

.commonselect .multiselect,
.commonselect .dropdown-toggle,
.commonselect .btn,
.commonselect .btn-default,
.commonselect .multiselect-native-select,
.commonselect .multiselect-native-select .multiselect {
  width: 100% !important;
  display: block;
  border: none;
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  text-align: left;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #fff;
  cursor: pointer;
}

.commonselect .multiselect-native-select {
  width: 100% !important;
  padding: 0;
}

.commonselect .multiselect-native-select .btn-group {
  display: block;
  margin-bottom: 0;
}

.commonselect .btn-group.open .dropdown-toggle {
  background: #f5f5f5;
}

.commonselect .multiselect-container {
  top: 26px;
}

.commonselect .multiselect-container,
.commonselect .multiselect-container li {
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
  border-radius: 0;
}

.commonselect .multiselect-container li a,
.commonselect .multiselect-container li.active a {
  background: none;
}

.commonselect .multiselect-container li.active label {
  height: 26px;
  line-height: 26px;
  display: block;
  color: #131111;
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 14px auto !important;
  background-size: 14px auto !important;
}

.commonselect .multiselect-container li label {
  margin-right: 0;
}

.commonselect .report-row .radio:hover {
  background: none;
}

.commonselect .multiselect-container > li > a > label.radio > input[type=radio] {
  display: none !important;
}

.commonselect .multiselect-container > li > a > label > input[type=checkbox] {
  display: none !important;
}

.commonselect .multiselect-container > li > a > label {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}

.commonselect .multiselect-native-select .multiselect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 6px solid #000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  top: 10px;
  right: 5px;
}

.commonselect .multiselect-native-select .multiselect-selected-text {
  text-align: left;
  display: block;
  float: none;
}

/*  report */
#report .report-row .radio {
  width: 120px;
  background: none !important;
}

#report .report-row .common-row .radio.active,
#report .report-row .common-row .radio:hover {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}

#report .report-row .col-item .table-condensed th,
#report .report-row .col-item .table-condensed td {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}

#report .report-row .col-item .table-condensed td {
  padding: 0;
  margin: 0;
}

#report .datepicker .prev:before {
  content: "";
  background: url(../images/chi-arrowleft4.svg) no-repeat center center;
  background-size: 16px 16px !important;
}

#report .datepicker .next:before {
  content: "";
  background: url(../images/chi-arrowright4.svg) no-repeat center center;
  background-size: 16px 16px !important;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  pointer-events: none;
}

/* new code 4-11-2018 */
/* radio button color */
.cr.color1 {
  background: #37c5ab;
}

.cr.color2 {
  background: #5c6bc0;
}

.cr.color3 {
  background: #ffd600;
}

.cr.color4 {
  background: #ba68c8;
}

.cr.color5 {
  background: #ef5350;
}

.cr.color6 {
  background: #26c6da;
}

.cr.color7 {
  background: #78909c;
}

.cr.color8 {
  background: #fc91ad;
}

.cr.color9 {
  background: #fb8c00;
}

.cr.color10 {
  background: #80cbc4;
}

.cr.color11 {
  background: #c0ca33;
}

.cr.color12 {
  background: #ff7043;
}

.cr.color13 {
  background: #3d5afe;
}

.cr.color14 {
  background: #ff66cc;
}

/* background color */
.bg-purple {
  background: #894F76;
}

.bg-dark-gray {
  background: #7F7DA0;
}

.bg-gray {
  background: #f2f2f2;
  color: #000000 !important;
}

.bg-blue {
  background: #dcecff;
  color: #000000 !important;
}

.head-label {
  padding: 5px 10px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  display: inline-block;
}

.datepicker {
  transform: translateZ(0);
}

/* FB */
.commonselect .multiselect-native-select .dropdown-menu li a, .commonselect .multiselect-native-select .dropdown-menu li .active,
.commonselect .multiselect-native-select .multiselect-container li a,
.commonselect .multiselect-native-select .multiselect-container li .active {
  background-color: #ffffff !important;
  text-decoration: none;
  text-decoration: none !important;
}
.commonselect .multiselect-native-select .dropdown-menu li.multiselect-all label, .commonselect .multiselect-native-select .dropdown-menu li.multiselect-group label,
.commonselect .multiselect-native-select .multiselect-container li.multiselect-all label,
.commonselect .multiselect-native-select .multiselect-container li.multiselect-group label {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}

/* old code not update dev files */
.datepicker .prev:before {
  content: "";
  background: url(../images/chi-arrowleft4.svg) no-repeat center center;
  background-size: 16px 16px !important;
}

.datepicker .next:before {
  content: "";
  background: url(../images/chi-arrowright4.svg) no-repeat center center;
  background-size: 16px 16px !important;
}

.datepicker table tr td span,
.datepicker table tr td span {
  height: 46px;
  line-height: 46px;
}

/*.daterange-row {
    position: relative;
    min-height: 218px;
    margin-top: 4px;
}*/
.datepicker .table-condensed > thead > tr > th,
.datepicker .table-condensed > thead > tr > th.ui-dialog-switch,
.datepicker .table-condensed > thead > tr > th.dow,
.datepicker .table-condensed > tbody > tr > td {
  font-family: "SourceSansProRegular";
  font-weight: normal;
}

.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tbody > tr > td {
  text-align: center;
  font-size: 14px !important;
  line-height: inherit !important;
  padding: 0 !important;
}

/* responsive fix datepicker */
@media (max-width: 640px) {
  .autoadjust-daterange,
  .comparerangepopup {
    max-width: 95% !important;
    width: 460px;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    right: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
}
@media (max-width: 479px) {
  .autoadjust-daterange .daterange-row,
  .comparerangepopup .daterange-row {
    min-height: 185px !important;
  }
  .autoadjust-daterange .daterange-row .datepicker .table-condensed th,
  .autoadjust-daterange .daterange-row .datepicker .table-condensed th.dow,
  .autoadjust-daterange .daterange-row .datepicker .table-condensed td,
  .comparerangepopup .daterange-row .datepicker .table-condensed th,
  .comparerangepopup .daterange-row .datepicker .table-condensed th.dow,
  .comparerangepopup .daterange-row .datepicker .table-condensed td {
    font-size: 11px !important;
    height: 16px !important;
    padding: 0 !important;
  }
  .autoadjust-daterange .daterange-row .datepicker .prev:before,
  .autoadjust-daterange .daterange-row .datepicker .next:before,
  .comparerangepopup .daterange-row .datepicker .prev:before,
  .comparerangepopup .daterange-row .datepicker .next:before {
    background-size: 12px 12px !important;
  }
  .autoadjust-daterange .daterange-row .datepicker.dropdown-menu,
  .comparerangepopup .daterange-row .datepicker.dropdown-menu {
    min-width: 134px;
    width: 48%;
  }
}

/* new add keyframes */
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideout {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
}
@keyframes slideout {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
}
/* Global CSS for application */
.pointerCursor {
  cursor: pointer;
}

.copy-all {
  user-select: all;
  -ms-user-select: all;
  -webkit-user-selectect: all;
  -moz-user-select: all;
}

/*
==========================================================================
    Chimps global Layout Css
==========================================================================
*/
.topHead {
  min-height: 30px;
  background: #e2f0d9;
  padding: 0 10px;
}
.topHead:after {
  content: "";
  display: table;
  clear: both;
}
.topHead {
  margin-bottom: 10px;
}
.topHead .topHeadLeft {
  float: left;
  padding: 5px 0 5px 0;
}
@media (max-width: 640px) {
  .topHead .topHeadLeft {
    float: none;
  }
}
.topHead .topHeadLeft span {
  display: block;
  margin-right: 20px;
  float: left;
}
.topHead .topHeadLeft span strong {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.topHead .topHeadRight {
  float: right;
}
@media (max-width: 640px) {
  .topHead .topHeadRight {
    clear: both;
    float: none;
    padding: 5px 0;
    overflow: hidden;
  }
}
.topHead .topHeadRight .btn-summary {
  float: left;
  background: none;
}
.topHead .topHeadRight.currencyDropdownIncluded {
  display: flex !important;
}
.topHead .gotoselectarea .form-control {
  display: none;
}
.topHead .gotoselectarea .btn-group .multiselect, .topHead .gotoselectarea .open .multiselect {
  font-size: 14px;
  font-family: "SourceSansProRegular";
}
.topHead .gotoselectarea .multiselect-native-select .multiselect-container li {
  font-family: "SourceSansProRegular";
}
.topHead .gotoselectarea .multiselect-native-select .multiselect-container li a, .topHead .gotoselectarea .multiselect-native-select .multiselect-container li .active {
  background-color: #ffffff !important;
}

/* fiscal range  */
.fiscal-range {
  margin-top: 4px;
}
.fiscal-range:first-child {
  margin-top: 0;
}
.fiscal-range .fiscal-range__row {
  position: relative;
}
.fiscal-range .fiscal-range__row.is-group-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 160px auto;
  grid-template-columns: 160px auto;
  grid-column-gap: 1px;
}
.fiscal-range .fiscal-range__row.is-summary {
  -ms-grid-template-columns: 164px auto;
  grid-template-columns: 164px auto;
}
.fiscal-range .fiscal-range__row.is-summary .fiscal-range__cell {
  width: 164px;
}
.fiscal-range .fiscal-range__row.is-summary .fiscal-range__cell.fiscal-range__tilte {
  width: 164px;
}
.fiscal-range .fiscal-range__group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px 0 0;
}
.fiscal-range .fiscal-range__cell {
  width: 164px;
  padding: 3px 10px;
  margin: 0 1px 1px 0;
  height: 26px;
  text-align: center;
  background-color: #98bad6;
  cursor: pointer;
}
.fiscal-range .fiscal-range__cell.fiscal-range__tilte {
  width: 160px;
}
.fiscal-range .fiscal-range__cell.active {
  background-color: #cce5ff;
}
.fiscal-range .fiscal-range__cell i {
  margin-right: 5px;
}
.fiscal-range.fiscal-range-startview .fiscal-range__row {
  margin-top: 6px;
}
.fiscal-range.fiscal-range-startview .fiscal-range__row.fiscal-range__row:first-child {
  margin-top: 0;
}
.fiscal-range.fiscal-range-startview .fiscal-range__row .fiscal-range__column {
  width: 300px;
  margin: 0 4px 0 0;
}
.fiscal-range.fiscal-range-startview .fiscal-range__row .fiscal-range__column .fiscal-range__cell {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 4px 0;
  background-color: #F5F5F5;
}
.fiscal-range.fiscal-range-startview .fiscal-range__row .fiscal-range__column .fiscal-range__cell.fiscal-range__tilte {
  justify-content: center;
  background-color: #ccecff;
}
.fiscal-range .fiscal-range__group.is-ellipsis {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media (max-width: 700px) {
  .fiscal-range .fiscal-range__group.is-ellipsis .fiscal-range__column {
    width: 16%;
    margin-right: 0.666%;
  }
}
.fiscal-range .fiscal-range__group.is-ellipsis .fiscal-range__column .fiscal-range__cell {
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fiscal-range .fiscal-range__group.is-ellipsis .fiscal-range__column .fiscal-range__cell i {
  display: block;
  float: left;
}
@media (max-width: 700px) {
  .fiscal-range .fiscal-range__group.is-ellipsis .fiscal-range__column .fiscal-range__cell i {
    margin-right: 2px;
  }
}

/* Title Bar */
.new-title-bar {
  color: #002060;
  padding: 0 10px 0 10px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.new-title-bar h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  line-height: inherit !important;
  margin: 0;
  padding: 5px 0;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-title-bar.blue-gradient {
  background: #b7deff !important; /* Old browsers */
  background: -moz-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7deff), color-stop(100%, #99bbd7)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #b7deff 0%, #99bbd7 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}

/* criteria report */
#report.commonDisplayCriteria,
.commonDisplayCriteria {
  /* structure */
  font-family: "SourceSansProRegular" !important; /* app.scss #report.newreport { font-family: 'Source Sans Pro', sans-serif; } */
  font-size: 14px;
  width: 100%;
  max-width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  z-index: 900;
  margin: 0;
  display: none;
  background: #FFFFFF;
}
#report.commonDisplayCriteria.active,
.commonDisplayCriteria.active {
  display: block;
}
#report.commonDisplayCriteria .btn-reportclose,
.commonDisplayCriteria .btn-reportclose {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}
#report.commonDisplayCriteria .btn-reportenter,
.commonDisplayCriteria .btn-reportenter {
  display: block;
  float: left;
}
#report.commonDisplayCriteria .report-title h2,
.commonDisplayCriteria .report-title h2 {
  padding: 3px 0;
}
#report.commonDisplayCriteria .report-content,
.commonDisplayCriteria .report-content {
  padding-top: 4px;
  position: relative;
  border: unset; /* style.css border: 1px solid #8faadc; */
}
#report.commonDisplayCriteria .report-row,
.commonDisplayCriteria .report-row {
  margin-top: 4px;
}
#report.commonDisplayCriteria .report-row:first-child,
.commonDisplayCriteria .report-row:first-child {
  margin-top: 0;
}
#report.commonDisplayCriteria .report-row,
.commonDisplayCriteria .report-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 155px auto;
  grid-column-gap: 4px;
  min-height: 30px;
}
#report.commonDisplayCriteria .reportrowcontentarea,
.commonDisplayCriteria .reportrowcontentarea {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 4px;
}
#report.commonDisplayCriteria .reportrowcontent,
.commonDisplayCriteria .reportrowcontent {
  padding: 2px 0;
}
#report.commonDisplayCriteria .reportrowcontent:first-child,
.commonDisplayCriteria .reportrowcontent:first-child {
  margin-top: 0;
}
#report.commonDisplayCriteria .reportrowcontent,
.commonDisplayCriteria .reportrowcontent {
  background-color: #F5F5F5;
  margin-left: unset; /* style.css margin-left: 160px; */
}
#report.commonDisplayCriteria .reportrowtitle,
.commonDisplayCriteria .reportrowtitle {
  font-size: 14px; /* style.css font-size: 15px; */
  background: #ccecff;
  padding: 4px 10px;
  width: unset;
  align-self: stretch;
}
#report.commonDisplayCriteria .reportrowtitle span,
.commonDisplayCriteria .reportrowtitle span {
  display: block;
  height: unset; /* style.css  height: 26px; */
  line-height: unset; /* style.css line-height: 26px; */
  margin-right: unset; /* style.css margin-right: 10px; */
}
#report.commonDisplayCriteria,
.commonDisplayCriteria {
  /* using component */
}
#report.commonDisplayCriteria .mars-radio,
.commonDisplayCriteria .mars-radio {
  float: left;
  min-width: 120px;
}
#report.commonDisplayCriteria .mars-radio label,
.commonDisplayCriteria .mars-radio label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 3px 5px;
}
#report.commonDisplayCriteria .checkbox-wrap div,
.commonDisplayCriteria .checkbox-wrap div {
  float: left;
  padding: 0 5px;
}
#report.commonDisplayCriteria .checkbox-wrap div .mars-checkbox,
.commonDisplayCriteria .checkbox-wrap div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "SourceSansProRegular";
}
#report.commonDisplayCriteria .checkbox-wrap div .mars-checkbox input:checked ~ .checkmark:after,
.commonDisplayCriteria .checkbox-wrap div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
#report.commonDisplayCriteria .checkbox-wrap div .mars-checkbox .checkmark,
.commonDisplayCriteria .checkbox-wrap div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}
#report.commonDisplayCriteria .form-group,
.commonDisplayCriteria .form-group {
  margin-bottom: 0;
}
#report.commonDisplayCriteria .form-group label,
.commonDisplayCriteria .form-group label {
  font-weight: normal;
}
#report.commonDisplayCriteria .mars-select,
.commonDisplayCriteria .mars-select {
  float: left;
}
#report.commonDisplayCriteria .mars-select .multiselect-container,
.commonDisplayCriteria .mars-select .multiselect-container {
  width: 100%;
  background: #fff;
}
#report.commonDisplayCriteria .mars-select .multiselect-container li,
.commonDisplayCriteria .mars-select .multiselect-container li {
  width: 100% !important;
  height: auto !important;
  line-height: unset !important;
}
#report.commonDisplayCriteria .mars-select .multiselect-container li label,
#report.commonDisplayCriteria .mars-select .multiselect-container li label.checkbox,
#report.commonDisplayCriteria .mars-select .multiselect-container li label.radio,
.commonDisplayCriteria .mars-select .multiselect-container li label,
.commonDisplayCriteria .mars-select .multiselect-container li label.checkbox,
.commonDisplayCriteria .mars-select .multiselect-container li label.radio {
  width: unset !important;
  min-width: unset !important;
  float: unset;
  height: auto !important;
  line-height: unset !important;
}
#report.commonDisplayCriteria .mars-select .multiselect-container li label.radio,
.commonDisplayCriteria .mars-select .multiselect-container li label.radio {
  margin-right: unset !important; /* style.css */
}
#report.commonDisplayCriteria .mars-select .multiselect-container li.active label,
#report.commonDisplayCriteria .mars-select .multiselect-container li.active label.checkbox,
#report.commonDisplayCriteria .mars-select .multiselect-container li.active label.radio,
.commonDisplayCriteria .mars-select .multiselect-container li.active label,
.commonDisplayCriteria .mars-select .multiselect-container li.active label.checkbox,
.commonDisplayCriteria .mars-select .multiselect-container li.active label.radio {
  background: #fff url(../images/chi-tic.svg) no-repeat 100% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
}
#report.commonDisplayCriteria .no-padding,
.commonDisplayCriteria .no-padding {
  padding: 0 !important;
}
#report.commonDisplayCriteria .is-item-display,
#report.commonDisplayCriteria .is-checkbox-display,
.commonDisplayCriteria .is-item-display,
.commonDisplayCriteria .is-checkbox-display {
  display: none;
}
#report.commonDisplayCriteria .is-item-display.active,
#report.commonDisplayCriteria .is-checkbox-display.active,
.commonDisplayCriteria .is-item-display.active,
.commonDisplayCriteria .is-checkbox-display.active {
  display: block;
}
#report.commonDisplayCriteria .rangesliderbox,
.commonDisplayCriteria .rangesliderbox {
  padding: 0 10px !important;
  width: 266px;
  float: left;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#report.commonDisplayCriteria .rangesliderbox label,
.commonDisplayCriteria .rangesliderbox label {
  width: 58px;
  padding: 3px 0 !important;
  line-height: inherit;
}
#report.commonDisplayCriteria .rangesliderbox .rangesliderwrap,
.commonDisplayCriteria .rangesliderbox .rangesliderwrap {
  width: 100%;
  padding: 0;
}
#report.commonDisplayCriteria .rangesliderbox .irs-hidden-input,
.commonDisplayCriteria .rangesliderbox .irs-hidden-input {
  display: none !important;
}
#report.commonDisplayCriteria .form-group-calendar .timeselect,
.commonDisplayCriteria .form-group-calendar .timeselect {
  width: 200px;
}
#report.commonDisplayCriteria .form-group-calendar .timeselect p,
.commonDisplayCriteria .form-group-calendar .timeselect p {
  margin-bottom: 0;
}
#report.commonDisplayCriteria .form-group-calendar .timeselect .icon-medium,
.commonDisplayCriteria .form-group-calendar .timeselect .icon-medium {
  height: 24px;
  width: 30px;
}
#report.commonDisplayCriteria .form-group-calendar .reportpopup,
.commonDisplayCriteria .form-group-calendar .reportpopup {
  width: 460px;
  height: 252px;
  z-index: 200;
  margin: auto !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#report.commonDisplayCriteria .single-calendar,
.commonDisplayCriteria .single-calendar {
  width: auto;
  float: left;
}
#report.commonDisplayCriteria .single-calendar .col-item,
.commonDisplayCriteria .single-calendar .col-item {
  float: left;
  width: 200px;
}
#report.commonDisplayCriteria .single-calendar input[type=text],
.commonDisplayCriteria .single-calendar input[type=text] {
  background-color: transparent;
  background: url(../images/chi-calendar.svg) no-repeat 1px 0 !important;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  padding: 0 4px 0 30px;
  width: 175px;
  height: 26px;
  color: #131111;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
#report.commonDisplayCriteria .single-calendar .input-group-addon,
.commonDisplayCriteria .single-calendar .input-group-addon {
  display: none;
}
#report.commonDisplayCriteria .single-calendar .datepicker,
.commonDisplayCriteria .single-calendar .datepicker {
  top: 26px !important;
}
#report.commonDisplayCriteria .mars-select.filterDropdown .multiselect-native-select .multiselect,
.commonDisplayCriteria .mars-select.filterDropdown .multiselect-native-select .multiselect {
  width: 170px;
  margin-right: 10px;
}

/* select & dropdown arrow */
.caret {
  right: 5px;
  border-top: 6px solid #000000;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

/* fillgap */
.fillgap {
  flex-grow: 1;
}
.fillgap.bg-gray {
  background-color: #F5F5F5;
}

/* top-action-area */
.top-action-area {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-action-area:after {
  content: "";
  display: table;
  clear: both;
}
.top-action-area .btn-action {
  height: 30px;
  background: #f2f2f2;
  padding: 4px 40px 0 10px;
  margin-right: 10px;
  color: #131111;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.top-action-area .btn-action i {
  position: absolute;
  right: 5px !important;
  top: 3px;
}
.top-action-area .btn-action.active {
  background-color: #CCCCCC;
  color: #333 !important;
}
.top-action-area .btn-export {
  background: #FFFFFF !important;
  padding: 5px 10px 5px 38px;
  margin-left: 10px;
  height: 30px;
  text-decoration: none;
  width: 82px;
}
.top-action-area .btn-export i {
  left: 0;
  right: initial;
}
.top-action-area .options-area,
.top-action-area .checkbox-area {
  margin-right: 10px;
  background-color: #F5F5F5;
}
.top-action-area .options-area .mars-radio {
  float: left;
}
.top-action-area .checkbox-area div {
  float: left;
  padding: 0 5px;
}
.top-action-area .checkbox-area div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
}
.top-action-area .checkbox-area div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
.top-action-area .checkbox-area div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}
.top-action-area .export-rooms {
  color: black !important;
  background: #f2f2f2 !important;
}
.top-action-area .export-rooms:hover {
  color: #f5f5f5 !important;
}

/* new add */
#bi-attributes-component div[id^=biOption_] ul.multiselect-container {
  width: 230px !important;
}
#bi-attributes-component div[id^=biOption_] .btn-group {
  width: 230px !important;
  /*height:26px;*/
}
#bi-attributes-component div[id^=biOption_] .multiselect-container > li.optgroup > a > span.caret-container {
  position: absolute;
  margin-top: -27px;
  margin-left: 210px;
}
#bi-attributes-component div[id^=biOption_] .multiselect-container > li.multiselect-all label {
  border-bottom: none;
  padding: 3px 20px 3px 8px !important;
}
#bi-attributes-component div[id^=biOption_] .multiselect-container > li.multiselect-all {
  border-bottom: none !important;
  background: none !important;
}
#bi-attributes-component div[id^=biOption_] .multiselect {
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  width: 230px;
  border-radius: 0;
  height: 30px;
  line-height: 28px;
  padding: 0 6px;
  border: 1px solid #8f91a2;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #131111;
  background: #fff;
}
#bi-attributes-component div[id^=biOption_] .multiselect-container li a,
#bi-attributes-component .multiselect-container li.active a {
  background: none;
}
#bi-attributes-component div[id^=biOption_] .multiselect-container li.active label {
  height: 26px;
  line-height: 26px;
  display: block;
  color: #131111;
  background: #fff;
}

#management-area-common #geoOption1 ul.multiselect-container, #management-area-common #geoOption2 ul.multiselect-container, #management-area-common #geoOption3 ul.multiselect-container {
  width: 230px !important;
}
#management-area-common #geoOption1 .btn-group, #management-area-common #geoOption2 .btn-group, #management-area-common #geoOption3 .btn-group {
  width: 230px !important;
  height: 26px;
  margin-bottom: 4px;
}
#management-area-common #geoOption1 .multiselect-container > li.optgroup > a > span.caret-container,
#management-area-common #geoOption2 .multiselect-container > li.optgroup > a > span.caret-container,
#management-area-common #geoOption3 .multiselect-container > li.optgroup > a > span.caret-container {
  position: absolute;
  margin-top: -27px;
  margin-left: 210px;
}
#management-area-common #geoOption1 .multiselect-container > li.multiselect-all label,
#management-area-common #geoOption2 .multiselect-container > li.multiselect-all label,
#management-area-common #geoOption3 .multiselect-container > li.multiselect-all label {
  border-bottom: none;
  padding: 3px 20px 3px 8px !important;
}
#management-area-common #geoOption1 .multiselect-container > li.multiselect-all,
#management-area-common #geoOption2 .multiselect-container > li.multiselect-all,
#management-area-common #geoOption3 .multiselect-container > li.multiselect-all {
  border-bottom: none !important;
  background: none !important;
}
#management-area-common .multiselect {
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  width: 150px;
  border-radius: 0;
  height: 30px;
  line-height: 28px;
  padding: 0 6px;
  border: 1px solid #8f91a2;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #131111;
  background: #fff;
}
#management-area-common .multiselect-container li a,
#management-area-common .multiselect-container li.active a {
  background: none;
}
#management-area-common .multiselect-container li.active label {
  height: 26px;
  line-height: 26px;
  display: block;
  color: #131111;
  background: #fff;
}

/* Hotel Selection Criteria Popup - NEW */
.hotel-selection-criteria-popup {
  font-family: "SourceSansProRegular";
  padding: 10px 0 10px 0 !important;
  background: #f5f5f5;
}
.hotel-selection-criteria-popup .hotel-selection-criteria-modal .modal-header {
  display: none !important;
}
.hotel-selection-criteria-popup .hotel-selection-criteria-modal .modal-body {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hotel-selection-criteria-popup .hotel-selection-criteria-modal .modal-body .selected-group-header {
  margin-top: 0 !important;
  padding: 8px 12px !important;
  background-color: #b3c6e8 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: SourceSansProRegular, "SourceSansProRegular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #131111 !important;
  margin-bottom: 12px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
}
.hotel-selection-criteria-popup.hotel-selection-criteria-popup .ui-dialog-titlebar .btn-save {
  right: 75px !important;
  margin-right: -28px !important;
}
.hotel-selection-criteria-popup.hotel-selection-criteria-popup .ui-dialog-titlebar .btn-edit {
  right: 40px !important;
  margin-right: 8px !important;
}
.hotel-selection-criteria-popup.hotel-selection-criteria-popup .ui-dialog-titlebar .dialog-box-help {
  margin-right: 8px !important;
}
.hotel-selection-criteria-popup .create-group {
  height: 540px;
  overflow: auto;
}
.hotel-selection-criteria-popup .create-group .create-group__row--setcriteria {
  display: grid;
  grid-template-columns: 80px auto;
  grid-column-gap: 10px;
  margin-bottom: 10px;
}
.hotel-selection-criteria-popup .create-group .create-group__row--setcriteria .create-group__column .create-group__section .create-group__section__title {
  padding: 2px 10px;
  height: 26px;
  line-height: 26px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #b3c6e8 !important;
}
.hotel-selection-criteria-popup .create-group .create-group__row--setcriteria .create-group__column .create-group__section .total-hotel {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  text-align: center;
}
.hotel-selection-criteria-popup .create-group .create-group__row--setcriteria .create-group__column .create-group__section .total-hotel:read-only {
  background: #FFFFFF !important;
}
.hotel-selection-criteria-popup .create-group .create-group__row--setcriteria .create-group__column .create-group__section .total-hotel:focus {
  outline: 0;
  box-shadow: none;
}
.hotel-selection-criteria-popup .create-group .create-group__row {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: 220px 60px 220px !important;
  grid-column-gap: 10px !important;
  min-height: 450px !important;
  align-items: stretch !important;
  width: 100% !important;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section {
  border: 1px solid #41719c;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__section__title {
  padding: 2px 10px;
  height: 26px;
  line-height: 26px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #b3c6e8 !important;
  border-bottom: 1px solid #8f91a2;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffc1;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .search-available-properties,
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .search-selected-properties {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  border-top: none;
  border-bottom: none;
  margin: 0;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .search-available-properties::placeholder,
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .search-selected-properties::placeholder {
  color: #999;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .search-available-properties:focus,
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .search-selected-properties:focus {
  outline: 0;
  box-shadow: none;
  border-color: #0066ff;
  background: #FFFFFF;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  background: #ffffc1;
  border: 1px solid #8f91a2;
  border-top: none;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list .property-item {
  padding: 2px 10px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #131111;
  border: none;
  border-bottom: 1px solid #999;
  transition: background-color 0.1s;
  height: auto;
  line-height: 1.5;
  user-select: none;
  background: #ffffc1;
  font-style: normal;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list .property-item:hover:not(.disabled) {
  background: #e8f0ff;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list .property-item.selected {
  background: #f0f0f0;
  font-weight: 500;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list .property-item.selected:hover {
  background: #e8f0ff;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list .property-item.selected.focused {
  background: #d0e0ff;
  border-left: 2px solid #0066ff;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .properties-list .property-item.disabled {
  color: #999;
  cursor: default;
  background: #ffffc1;
  font-size: 11px;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section .create-group__content .validation-error {
  padding: 4px 10px;
  color: #721c24;
  font-size: 11px;
  font-weight: 600;
  background-color: #f8d7da;
  border-top: 1px solid #dc3545;
  text-align: left;
  border-bottom: 1px solid #8f91a2;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--left .create-group__section.has-error {
  border-color: #dc3545;
  border-width: 1px;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section {
  border: 1px solid #41719c;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__section__title {
  padding: 2px 10px;
  height: 26px;
  line-height: 26px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #b3c6e8 !important;
  border-bottom: 1px solid #8f91a2;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffc1;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .search-selected-properties {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  border-top: none;
  border-bottom: none;
  margin: 0;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .search-selected-properties::placeholder {
  color: #999;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .search-selected-properties:focus {
  outline: 0;
  box-shadow: none;
  border-color: #0066ff;
  background: #FFFFFF;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  background: #ffffc1;
  border: 1px solid #8f91a2;
  border-top: none;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list .property-item {
  padding: 2px 10px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #131111;
  border: none;
  border-bottom: 1px solid #999;
  transition: background-color 0.1s;
  height: auto;
  line-height: 1.5;
  user-select: none;
  background: #ffffc1;
  font-style: normal;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list .property-item:hover:not(.disabled) {
  background: #e8f0ff;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list .property-item.selected {
  background: #f0f0f0;
  font-weight: 500;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list .property-item.selected:hover {
  background: #e8f0ff;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list .property-item.selected.focused {
  background: #d0e0ff;
  border-left: 2px solid #0066ff;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .properties-list .property-item.disabled {
  color: #999;
  cursor: default;
  background: #ffffc1;
  font-size: 11px;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section .create-group__content .validation-error {
  padding: 4px 10px;
  color: #721c24;
  font-size: 11px;
  font-weight: 600;
  background-color: #f8d7da;
  border-top: 1px solid #dc3545;
  text-align: left;
  border-bottom: 1px solid #8f91a2;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--right .create-group__section.has-error {
  border-color: #dc3545;
  border-width: 1px;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--center {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--center .btn-clear {
  height: 26px;
  width: 26px;
  padding: 0;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--center .btn-clear button {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid #8f91a2;
  background: #FFFFFF !important;
  color: #131111;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--center .btn-clear button:hover:not(:disabled) {
  background: #b3c6e8 !important;
  color: #131111;
  border-color: #41719c;
}
.hotel-selection-criteria-popup .create-group .create-group__row .create-group__column--center .btn-clear button:disabled {
  background: #F5F5F5 !important;
  color: #ccc;
  border-color: #8f91a2;
  cursor: not-allowed;
  opacity: 0.6;
}
.hotel-selection-criteria-popup .shorten-text-span {
  display: inline-block !important;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}

.dialog-titlebar-change {
  padding-top: 0 !important;
}
.dialog-titlebar-change .newGroupCreateTitle {
  height: 30px;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #e1e2e7 0%, #9ea3b5 100%) !important;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-titlebar-change .newGroupCreateTitle .ui-dialog-title {
  font-size: 13px;
  font-weight: 600;
  color: #131111;
  margin: 0;
  display: flex;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dialog-titlebar-change .newGroupCreateTitle .padding-left-20 {
  padding-left: 20px;
  flex: 0 0 auto;
}
.dialog-titlebar-change .newGroupCreateTitle a {
  position: absolute;
  top: 0;
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-titlebar-change .newGroupCreateTitle a:hover {
  color: #004499;
}
.dialog-titlebar-change .newGroupCreateTitle a i {
  font-size: 16px;
}
.dialog-titlebar-change .newGroupCreateTitle .ui-dialog-titlebar-close {
  right: 10px;
  width: 28px;
}
.dialog-titlebar-change .newGroupCreateTitle .btn-save {
  right: 45px;
  width: 28px;
}
.dialog-titlebar-change .newGroupCreateTitle .btn-save.displayNone {
  display: none !important;
}
.dialog-titlebar-change .newGroupCreateTitle .btn-edit {
  right: 45px;
  width: 28px;
}
.dialog-titlebar-change .newGroupCreateTitle .btn-edit.displayNone {
  display: none !important;
}
.dialog-titlebar-change .newGroupCreateTitle .dialog-box-help {
  position: absolute !important;
  right: 78px !important;
  top: 0 !important;
  margin: 0 !important;
  height: 35px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px;
  z-index: 10;
}
.dialog-titlebar-change .newGroupCreateTitle .dialog-box-help .help-integration {
  width: 38px;
  height: 31px;
  margin-top: -4px;
  background-size: 32px 32px !important;
}
.dialog-titlebar-change .ui-icon-closethick {
  left: 0px;
  top: 0px;
  margin: 0;
}

.ui-dialog.hotel-selection-criteria-popup .ui-dialog-content {
  padding: 0 !important;
}
.ui-dialog.hotel-selection-criteria-popup {
  width: 710px !important;
  max-width: 100% !important;
}

.mars-popup.hotel-selection-criteria-popup {
  top: 80px !important;
  left: 218px !important;
}

/* Read-Only Mode Styling for Hotel Selection Criteria */
.property-list.disabled-list {
  opacity: 0.75;
  background: #f9f9f9 !important;
  pointer-events: none;
}
.property-list.disabled-list .property-item {
  cursor: not-allowed !important;
  color: #666 !important;
  background: #f9f9f9 !important;
  font-style: normal !important;
}
.property-list.disabled-list .property-item:hover {
  background: #f9f9f9 !important;
}
.property-list.disabled-list .property-item.disabled {
  opacity: 0.65;
  font-style: normal !important;
}

.property-item.disabled {
  cursor: not-allowed !important;
  color: #666 !important;
  background: #f9f9f9 !important;
  opacity: 0.75;
  font-style: normal !important;
}
.property-item.disabled:hover {
  background: #f9f9f9 !important;
}

/* Disabled state for buttons in read-only mode */
button:disabled.btn-add-condition, button:disabled.btn-apply, button:disabled.btn-arrow {
  cursor: not-allowed !important;
  opacity: 0.65;
  background: #f9f9f9 !important;
  color: #666 !important;
  border-color: #ddd !important;
}

/* Input disabled state in read-only mode */
input:disabled {
  background: #f9f9f9 !important;
  color: #666 !important;
  cursor: not-allowed;
  opacity: 0.75;
}

/* Condition builder read-only styling */
.conditions-section[aria-disabled=true] {
  opacity: 0.6;
  pointer-events: none;
}

/* Available Properties Box Styling */
.available-properties-box {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffc1;
}
.available-properties-box .box-header {
  padding: 5px 10px;
  background: #e8e8e8;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}
.available-properties-box .search-container {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.available-properties-box .property-list {
  flex: 1;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
}
.available-properties-box .property-list .property-item {
  padding: 6px 10px;
  border-bottom: 1px solid #ccc !important;
  cursor: pointer;
}
.available-properties-box .property-list .property-item:hover:not(.disabled) {
  background: #f0f0f0;
}
.available-properties-box .property-list .property-item.selected {
  background: #e8f0ff;
  font-weight: 500;
}
.available-properties-box .property-list .property-item.selected:hover {
  background: #d0e0ff;
}
.available-properties-box .property-list .property-item.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Selected Properties Box Styling */
.selected-properties-box {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffc1;
}
.selected-properties-box .box-header {
  padding: 5px 10px;
  background: #e8e8e8;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}
.selected-properties-box .search-container {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.selected-properties-box .property-list {
  flex: 1;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
}
.selected-properties-box .property-list .property-item {
  padding: 6px 10px;
  border-bottom: 1px solid #ccc !important;
  cursor: pointer;
}
.selected-properties-box .property-list .property-item:hover:not(.disabled) {
  background: #f0f0f0;
}
.selected-properties-box .property-list .property-item.selected {
  background: #e8f0ff;
  font-weight: 500;
}
.selected-properties-box .property-list .property-item.selected:hover {
  background: #d0e0ff;
}
.selected-properties-box .property-list .property-item.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.selected-properties-box.has-error {
  border: 2px solid #dc3545;
}
.selected-properties-box.has-error .box-header {
  border-bottom: 1px solid #dc3545;
}
.selected-properties-box.has-error .property-list {
  border-bottom: 1px solid #dc3545;
}
.selected-properties-box .error-message {
  padding: 6px 10px;
  color: #721c24;
  font-size: 12px;
  font-weight: 600;
  background-color: #f8d7da;
  border: 1px solid #dc3545;
  border-top: none;
  text-align: left;
}

.rooms-pace-report--update .roomspace-content2 .table.table-roomspace {
  overflow: visible;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td {
  border-bottom: 1px solid white !important;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell, .rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell2, .rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcelltotal,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcell,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcell2,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcelltotal {
  margin: 0 !important;
  padding: 0 !important;
  border-right: none !important;
  position: sticky !important;
  z-index: 100 !important;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell > div, .rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell2 > div, .rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcelltotal > div,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcell > div,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcell2 > div,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcelltotal > div {
  position: static !important;
  margin: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell, .rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell2,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcell,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcell2 {
  left: 0px !important;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcelltotal,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.fixscrollcelltotal {
  left: 240px !important;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.highlightimpacteventdate,
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr td.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.rooms-pace-report--update .roomspace-content2 .table.table-roomspace tr th.fixscrollcell > div {
  padding: 6px 10px !important;
}

.walk-enterprise-menu {
  float: right !important;
  background: #ffffff !important;
  cursor: pointer;
}

.click-walkme {
  background: #ffffff url(../images/icon-walkMe.svg) no-repeat center center !important;
  background-size: 33px 36px !important;
  width: 33px !important;
  height: 32px;
  padding-right: 0;
  display: block;
  margin: 0 0 0 2px;
  padding: 0 4px 0 0;
  position: relative;
  cursor: pointer;
  transition: all 2s ease;
}

.click-walkme:hover {
  transform: scale(1.2);
}

.score-card {
  display: block;
  width: 275px;
  border: 1px solid;
  margin: 10px;
  text-decoration: none;
}
.score-card .clickable:active, .score-card .clickable:hover, .score-card .clickable:focus {
  box-shadow: 1px 5px #888888;
  background-color: #e5e5e5;
  cursor: pointer;
}
.score-card .item {
  height: 300px;
  padding: 5px;
}
.score-card .title {
  font-size: 20px;
  text-align: center;
}
.score-card .description ul > li {
  list-style-type: circle;
}
.score-card .center {
  padding-top: 30px;
  text-align: center;
}
.score-card .center img {
  margin: auto;
}
.score-card .circle {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: blue;
  margin-left: 35%;
  padding: 3px;
}
.score-card .circle img {
  margin: 2px;
  padding-top: 2px;
  padding-left: 4px;
}
.score-card .notClickable {
  cursor: not-allowed;
}

.score-card-new {
  text-align: center;
  position: relative;
  padding: 10px;
  background: #fff;
  width: 185px;
  height: 100px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.score-card-new h3, .score-card-new p {
  margin: 0;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.score-card-new p {
  font-size: 14px;
}
@media (min-width: 767px) {
  .score-card-new {
    margin: 14px 20px 13px 20px;
  }
}
.score-card-new h3 {
  font-size: 15px;
  margin: 10px 0 0 0;
}
.score-card-new span {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.score-card-new span i.icon-large {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 35px !important;
  width: 35px !important;
  -webkit-background-size: 35px 35px !important;
  background-size: 35px 35px !important;
}
.score-card-new a {
  color: #131111;
}
.score-card-new a:hover {
  text-decoration: none;
}
.score-card-new span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -3px;
  left: -3px;
  padding: 3px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.score-card-new:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.score-card-new.coming-soon {
  opacity: 0.6;
  overflow: hidden;
  cursor: not-allowed;
}
.score-card-new.coming-soon h3,
.score-card-new.coming-soon span {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.score-card-new.coming-soon .score-card-info {
  transition: transform 0.5s, opacity 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  background: #ecfdff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.score-card-new.coming-soon .score-card-info small {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
.score-card-new.coming-soon .score-card-info small i.icon-large {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px !important;
  width: 30px !important;
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
}
.score-card-new.coming-soon .score-card-info p {
  margin: 0 0 5px 0;
  color: #131111;
}
.score-card-new.coming-soon:hover h3, .score-card-new.coming-soon:hover span {
  opacity: 0;
}
.score-card-new.coming-soon:hover .score-card-info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.score-card-new.red span {
  background: rgba(239, 83, 80, 0.5);
}
.score-card-new.red span:after {
  box-shadow: 0 0 0 1px rgba(239, 83, 80, 0.5);
}
.score-card-new.pink span {
  background: rgba(255, 102, 204, 0.5);
}
.score-card-new.pink span:after {
  box-shadow: 0 0 0 1px rgba(255, 102, 204, 0.5);
}
.score-card-new.yellow span {
  background: rgba(255, 214, 0, 0.5);
}
.score-card-new.yellow span:after {
  box-shadow: 0 0 0 1px rgba(255, 214, 0, 0.5);
}
.score-card-new.blue span {
  background: rgba(61, 90, 254, 0.5);
}
.score-card-new.blue span:after {
  box-shadow: 0 0 0 1px rgba(61, 90, 254, 0.5);
}
.score-card-new.lightBlue span {
  background: rgba(0, 145, 234, 0.5);
}
.score-card-new.lightBlue span:after {
  box-shadow: 0 0 0 1px rgba(0, 145, 234, 0.5);
}
.score-card-new.blueGray span {
  background: rgba(38, 50, 56, 0.5);
}
.score-card-new.blueGray span:after {
  box-shadow: 0 0 0 1px rgba(38, 50, 56, 0.5);
}
.score-card-new.green span {
  background: rgba(55, 197, 171, 0.5);
}
.score-card-new.green span:after {
  box-shadow: 0 0 0 1px rgba(55, 197, 171, 0.5);
}
.score-card-new.lightGreen span {
  background: rgba(118, 255, 3, 0.5);
}
.score-card-new.lightGreen span:after {
  box-shadow: 0 0 0 1px rgba(118, 255, 3, 0.5);
}
.score-card-new.purple span {
  background: rgba(186, 104, 200, 0.5);
}
.score-card-new.purple span:after {
  box-shadow: 0 0 0 1px rgba(186, 104, 200, 0.5);
}
.score-card-new.deepPurple span {
  background: rgba(49, 27, 146, 0.5);
}
.score-card-new.deepPurple span:after {
  box-shadow: 0 0 0 1px rgba(49, 27, 146, 0.5);
}
.score-card-new.lightPurple span {
  background: rgba(213, 0, 249, 0.5);
}
.score-card-new.lightPurple span:after {
  box-shadow: 0 0 0 1px rgba(213, 0, 249, 0.5);
}
.score-card-new.lime span {
  background: rgba(192, 202, 51, 0.5);
}
.score-card-new.lime span:after {
  box-shadow: 0 0 0 1px rgba(192, 202, 51, 0.5);
}
.score-card-new.orange span {
  background: rgba(255, 112, 67, 0.5);
}
.score-card-new.orange span:after {
  box-shadow: 0 0 0 1px rgba(255, 112, 67, 0.5);
}
.score-card-new.teal span {
  background: rgba(100, 255, 218, 0.5);
}
.score-card-new.teal span:after {
  box-shadow: 0 0 0 1px rgba(100, 255, 218, 0.5);
}
.score-card-new.cyan span {
  background: rgba(38, 198, 218, 0.5);
}
.score-card-new.cyan span:after {
  box-shadow: 0 0 0 1px rgba(38, 198, 218, 0.5);
}
.score-card-new.brown span {
  background: rgba(141, 110, 99, 0.5);
}
.score-card-new.brown span:after {
  box-shadow: 0 0 0 1px rgba(141, 110, 99, 0.5);
}
.score-card-new.indigo span {
  background: rgba(92, 107, 192, 0.5);
}
.score-card-new.indigo span:after {
  box-shadow: 0 0 0 1px rgba(92, 107, 192, 0.5);
}
.score-card-new.amber span {
  background: rgba(251, 140, 0, 0.5);
}
.score-card-new.amber span:after {
  box-shadow: 0 0 0 1px rgba(251, 140, 0, 0.5);
}
.score-card-new.danube span {
  background: rgba(107, 156, 205, 0.49);
}
.score-card-new.danube span:after {
  box-shadow: 0 0 0 1px rgba(107, 156, 205, 0.49);
}
.score-card-new.melrose span {
  background: rgb(153, 153, 255);
}
.score-card-new.melrose span:after {
  box-shadow: 0 0 0 1px rgb(153, 153, 255);
}
.score-card-new.orangePeel span {
  background: rgb(254, 153, 0);
}
.score-card-new.orangePeel span:after {
  box-shadow: 0 0 0 1px rgb(254, 153, 0);
}
.score-card-new.harlequin span {
  background: rgba(62, 254, 15, 0.99);
}
.score-card-new.harlequin span:after {
  box-shadow: 0 0 0 1px rgba(62, 254, 15, 0.99);
}
.score-card-new.downy span {
  background: rgba(102, 204, 204, 0.5);
}
.score-card-new.downy span:after {
  box-shadow: 0 0 0 1px rgba(102, 204, 204, 0.5);
}
.score-card-new .score-card-category-new {
  margin: -10px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  height: 100px;
  cursor: default;
}

.score-card-new-row {
  height: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-items: center;
  background-color: #f2f2f2;
}
@media (max-width: 1023px) {
  .score-card-new-row {
    grid-template-columns: repeat(auto-fill, minmax(272px, auto));
  }
}
.score-card-new-row .score-card-new {
  float: left;
  margin: 0;
  padding: 20px;
  width: 272px;
  height: 146px;
}
.score-card-new-row .score-card-new h3 {
  margin-top: 15px;
  font-size: 16px;
}
.score-card-new-row .score-card-new span {
  width: 60px;
  height: 60px;
  position: relative;
}
.score-card-new-row .score-card-new span i.icon-large {
  height: 45px !important;
  width: 45px !important;
  -webkit-background-size: 45px 45px !important;
  background-size: 45px 45px !important;
}
.score-card-new-row .score-card-new span small {
  font-family: "SourceSansProBold";
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.score-card-new-row .score-card-new.score-card-new--alert i.icon-large {
  height: 50px !important;
  width: 50px !important;
  -webkit-background-size: 50px 50px !important;
  background-size: 50px 50px !important;
}
.score-card-new-row .score-card-new.score-card-new--alert span small {
  font-size: 14px;
}
.score-card-new-row .disabled, .score-card-new-row .score-card-new.coming-soon {
  display: none;
}

.score-card-wrapper {
  display: flex;
  justify-content: center;
  overflow: auto;
}

.score-card-new .red {
  background: rgba(239, 83, 80, 0.5);
}
.score-card-new .blue {
  background: rgba(61, 90, 254, 0.5);
}
.score-card-new .purple {
  background: rgba(213, 0, 249, 0.5);
}
.score-card-new .paleblue {
  background-color: rgb(220, 237, 255);
}

#loginfooter {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  height: 26%;
}
#loginfooter span {
  color: white;
  padding-bottom: 10px;
  text-align: center;
  align-self: flex-end;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Gotham Book", system-ui;
  font-weight: 300;
}
#loginfooter img {
  height: -webkit-fill-available;
  width: 100%;
}

.login-screen, .setpassword {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-screen *, .login-screen *:before, .login-screen *:after, .setpassword *, .setpassword *:before, .setpassword *:after {
  box-sizing: border-box;
}
.login-screen .login-table td, .setpassword .login-table td {
  padding: 5px 3px;
}
.login-screen .set-password-screen ul, .setpassword .set-password-screen ul {
  margin-left: 100px;
}
.login-screen .set-password-screen ul li, .setpassword .set-password-screen ul li {
  list-style-type: disc;
  font-size: 14px;
}
.login-screen .set-password-screen .form-group, .setpassword .set-password-screen .form-group {
  margin-left: 115px;
}
.login-screen .set-password-screen .form-group .btn-submit, .setpassword .set-password-screen .form-group .btn-submit {
  padding: 10px;
  margin-left: 65px;
}
.login-screen #errorMsg, .setpassword #errorMsg {
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #FF0000;
}
.login-screen #successMsg, .setpassword #successMsg {
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
}
.login-screen html, .login-screen body, .setpassword html, .setpassword body {
  font: 300 14px/1.55 "Open Sans", sans-serif;
  height: 100%;
  margin: 0;
}
.login-screen .forgot-password-link, .setpassword .forgot-password-link {
  text-align: center;
  padding-top: 3px;
}
.login-screen .forgot-password-link a, .setpassword .forgot-password-link a {
  color: #0066CC;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.login-screen .main-content, .setpassword .main-content {
  display: flex;
  margin: auto;
  width: 50%;
  height: 55%;
  justify-content: center;
}
.login-screen .authentication-container, .setpassword .authentication-container {
  align-self: center;
  width: 100%;
}
.login-screen .authentication-container form, .setpassword .authentication-container form {
  width: 100%;
}
.login-screen .authentication-container form table, .setpassword .authentication-container form table {
  margin: auto;
}
.login-screen #login-form, .setpassword #login-form {
  width: 490px;
  max-width: 45%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  top: 45%;
  left: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.login-screen label, .setpassword label {
  padding: 16px 0 5px 0;
  display: inline-block;
}
.login-screen input[type=email],
.login-screen input[type=password], .setpassword input[type=email],
.setpassword input[type=password] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: 14px Open, sans-serif;
  height: 37px;
  border-radius: 0;
  padding: 4px 9px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: white !important;
}
.login-screen i[type=icon], .setpassword i[type=icon] {
  font-size: 36px;
  color: #999999;
  height: 37px;
  width: 26px;
  margin: 5px;
}
.login-screen .btn-login, .setpassword .btn-login {
  background-color: #7DBF2E;
  width: 125px;
  height: 37px;
  border: none;
  cursor: pointer;
  color: #fff;
  font: 16px "Open Sans", sans-serif;
  font-weight: 700;
}
.login-screen #button-submit:focus, .setpassword #button-submit:focus {
  outline: none;
}
.login-screen .FontAwesome, .setpassword .FontAwesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
}
.login-screen #logo, .setpassword #logo {
  object-fit: contain;
  width: 75%;
  height: 87px;
  min-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-top: 1%;
}
.login-screen #loginError, .setpassword #loginError {
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #FF0000;
}
.login-screen #loginSuccess, .setpassword #loginSuccess {
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #3c763d;
}
.login-screen .forgot-password-login-form, .setpassword .forgot-password-login-form {
  display: block;
  top: 55%;
  width: 60%;
  margin: auto 20%;
  left: inherit;
  max-width: inherit;
}
.login-screen .forgot-password-form, .setpassword .forgot-password-form {
  width: 90%;
  margin: auto;
}
.login-screen .password-help-text, .setpassword .password-help-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #333333;
  margin-left: 15px;
}
.login-screen .forgot-password-username, .setpassword .forgot-password-username {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.login-screen #errorMsg, .setpassword #errorMsg {
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #FF0000;
}

.impact-events .fiscalpopup-content .daterange .input-group .form-control {
  width: 218px;
}
.impact-events .impactdates-content {
  overflow: hidden;
  margin-top: 6px;
  min-height: 480px;
  padding: 4px 5px;
}
.impact-events .impactdates-top {
  position: relative;
  z-index: auto;
}
.impact-events .impactdates-top .btn-user {
  color: #131111;
  height: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0 10px;
  background-color: #DCECFF;
  cursor: pointer;
  text-decoration: none;
  width: 200px;
}
.impact-events .impactdates-top .btn-impactdateadd {
  padding-left: 12px;
  background: #F2F2F2;
  padding-right: 0px;
}
.impact-events .impactdates-top .btn-viewproperty {
  min-width: 200px;
  float: left;
  display: block;
  text-align: center;
}
.impact-events .impactdates-top .export-icon-placement {
  padding-left: 2px;
  padding-right: 151px;
}
.impact-events .impactdates-top .btn-export {
  background: #F2F2F2 !important;
  padding: 5px 10px 5px 38px;
  margin-left: 10px;
  height: 30px;
  text-decoration: none;
  width: 88px;
  display: block;
}
.impact-events .impactdates-top .btn-export:hover {
  text-decoration: none;
  color: #010101;
}
.impact-events .impacttimeselect {
  float: left;
  background: #f5f5f5;
  height: 30px;
  padding: 2px 3px;
  margin-left: 5px;
  width: 280px;
}
.impact-events .impacttimeselect span {
  float: left;
  margin-right: 5px;
}
.impact-events .impacttimeselect .btn-calendar {
  cursor: pointer;
}
.impact-events .impacttimeselect p {
  line-height: 26px;
}
.impact-events .btn-enter {
  margin: 0 5px;
}
.impact-events .impactboxselect span span {
  background: none !important;
}
.impact-events .impactboxselect .form-group {
  margin-bottom: 0;
}
.impact-events .impactboxselect .form-control {
  height: 26px;
  border-radius: 0;
  border: none;
  background: #f5f5f5;
}
.impact-events .impactboxselect span.multiselect-native-select {
  position: relative;
  display: block;
  margin: 0 !important;
  background: none !important;
}
.impact-events .impactboxselect .multiselect,
.impact-events .impactboxselect .dropdown-toggle,
.impact-events .impactboxselect .btn,
.impact-events .impactboxselect .btn-default,
.impact-events .impactboxselect .multiselect-native-select,
.impact-events .impactboxselect .multiselect-native-select .multiselect {
  width: 100% !important;
  display: block;
  border: none;
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #131111;
  background: #f5f5f5;
}
.impact-events .impactboxselect .multiselect-native-select {
  width: 100% !important;
  padding: 0;
}
.impact-events .impactboxselect .multiselect-native-select .btn-group {
  display: block;
  margin-bottom: 0;
}
.impact-events .impactboxselect .btn-group.open .dropdown-toggle {
  background: #f5f5f5;
}
.impact-events .impactboxselect .multiselect-container {
  top: 26px;
}
.impact-events .impactboxselect .multiselect-container,
.impact-events .impactboxselect .multiselect-container li {
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
  border-radius: 0;
}
.impact-events .impactboxselect .multiselect-container li a,
.impact-events .impactboxselect .multiselect-container li.active a {
  background: none;
}
.impact-events .impactboxselect .multiselect-container li.active label {
  height: 26px;
  line-height: 26px;
  display: block;
  color: #131111;
}
.impact-events .impactboxselect .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 98% center !important;
}
.impact-events .impactboxselect .multiselect-container li label {
  margin-right: 0;
}
.impact-events .impactboxselect .report-row .radio:hover {
  background: none;
}
.impact-events .impactboxselect .multiselect-container > li > a > label.radio > input[type=radio] {
  display: none !important;
}
.impact-events .impactboxselect .multiselect-container > li > a > label > input[type=checkbox] {
  display: none !important;
}
.impact-events .impactboxselect .multiselect-container > li > a > label {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}
.impact-events .impactboxselect .multiselect-native-select .multiselect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 6px solid #000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  top: 11px;
  right: 5px;
}
.impact-events .impactboxselect .multiselect-native-select .multiselect-selected-text {
  text-align: center;
  display: block;
  float: none;
}
.impact-events .impactdates-top .fiscalpopup {
  width: 460px;
  background: #fff;
  margin: 0 10px 6px 205px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0px;
  left: -2px;
  z-index: 1000;
}
.impact-events .impactdates-top .fiscalpopup .fiscalpopup-content .daterange .datepicker .prev:before,
.impact-events .impactdates-top .fiscalpopup .fiscalpopup-content .daterange .datepicker .next:before {
  content: "";
}
.impact-events .impactdates-area {
  margin-top: 20px;
  width: 1190px;
  position: relative;
  z-index: 10;
}
.impact-events #impact-table {
  padding-top: 32px;
  background: #fff;
  height: 420px;
  overflow: auto;
}
.impact-events #sortdiv {
  height: 465px;
}
.impact-events .impact-row {
  clear: both;
  width: 1174px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: auto;
}
.impact-events .impact-title-row {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  z-index: 100;
}
.impact-events .impact-row > div {
  min-width: 30px;
  color: #131111;
  font-family: "Source Sans Pro", sans-serif;
  flex-grow: 0;
  position: relative;
}
.impact-events .impactboxselect .btn-group.open .multiselect-container {
  z-index: 10;
}
.impact-events .impact-row > div span {
  background: #f5f5f5;
}
.impact-events .impact-row > div span {
  display: block;
  padding: 0;
  min-height: 26px;
}
.impact-events .impact-row > div span span {
  display: block;
  min-height: 26px;
}
.impact-events .impact-row > div.th {
  padding: 0 1px 0 0;
}
.impact-events .impact-row > div.th span span {
  text-align: center;
  background: #b9c7d6;
  font-size: 14px;
  font-weight: 600;
  min-height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.impact-events .impact-row > div.th.impact-instances span span {
  padding: 0 0;
}
.impact-events .impact-row > div.td {
  padding: 0 0 0 0;
  border-top: 1px solid #ddd;
}
.impact-events .impact-row > div.td > span > span {
  font-size: 14px;
  font-weight: 400;
  min-height: 30px;
  height: 30px;
  padding: 0 10px;
  display: block;
  line-height: 30px;
}
.impact-events #sortdiv div:nth-of-type(odd) div.td > span > span {
  background-color: #f9f9f9 !important;
  border: 0 !important;
}
.impact-events #sortdiv div:nth-of-type(even) div.td > span > span {
  background-color: #FFFFFF !important;
  border: 0 !important;
}
.impact-events #sortdiv div:nth-of-type(odd) div.td > div > div > span > span {
  background-color: #f9f9f9 !important;
}
.impact-events #sortdiv div:nth-of-type(even) div.td > div > div > span > span {
  background-color: #FFFFFF !important;
}
.impact-events #sortdiv div:nth-of-type(odd) div.td > div > div > span {
  background-color: #f9f9f9 !important;
}
.impact-events #sortdiv div:nth-of-type(even) div.td > div > div > span {
  background-color: #FFFFFF !important;
}
.impact-events #sortdiv div:nth-of-type(odd) div.impact-edit-row {
  background-color: #f9f9f9 !important;
}
.impact-events #sortdiv div:nth-of-type(even) div.impact-edit-row {
  background-color: #FFFFFF !important;
}
.impact-events .impact-row > div.td .form-group {
  margin-bottom: 0;
  padding: 0;
}
.impact-events .impact-row > .impact-instances span {
  text-align: center !important;
}
.impact-events .impact-row > .impact-instances .form-control {
  text-align: center !important;
}
.impact-events .impact-row > .impact-name {
  width: 176px;
  position: relative;
}
.impact-events .impact-row > .impact-rev {
  width: 121px;
  position: relative;
}
.impact-events .impact-row > .impact-effect {
  width: 111px;
  position: relative;
}
.impact-events .impact-row > .impact-type {
  width: 101px;
  position: relative;
}
.impact-events .impact-row > .impact-frequency {
  width: 111px;
  position: relative;
}
.impact-events .impact-row > .impact-interval {
  width: 101px;
}
.impact-events .impact-row > .impact-instances {
  width: 81px;
  position: relative;
}
.impact-events .impact-row > .impact-duration {
  width: 61px;
}
.impact-events .impact-row > .impact-group {
  float: left;
  width: 310px;
  position: relative;
  background: none;
}
.impact-events .impact-row > .impact-group .impact-calendar {
  width: 30px;
  position: relative;
  float: left;
}
.impact-events .impact-row > .impact-group .impact-fromdate {
  width: 94px;
  float: left;
}
.impact-events .impact-row > .impact-group .impact-todate {
  width: 94px;
  float: left;
}
.impact-events .impact-row > .impact-group .impact-action {
  width: 91px;
  float: left;
}
.impact-events .impact-calendar img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.impact-events .impact-group .impactgrouprow > div {
  padding-left: 1px !important;
}
.impact-events .impact-group .impactgrouprow {
  clear: both;
  margin-top: 2px;
}
.impact-events .impact-group .impactgrouprow:first-child {
  margin-top: 0;
}
.impact-events .impact-group .impactgrouprow > div:first-child {
  padding-left: 0;
}
.impact-events #sortdiv .impact-row2 .impact-fromdate span,
.impact-events #sortdiv .impact-row2 .impact-todate span {
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.impact-events #sortdiv .impact-row2 .impact-fromdate span span,
.impact-events #sortdiv .impact-row2 .impact-todate span span {
  background: #f9f9f9;
}
.impact-events #sortdiv .impact-edit-row .impact-fromdate span,
.impact-events #sortdiv .impact-edit-row .impact-todate span,
.impact-events #sortdiv .impact-edit-row .impact-fromdate span span,
.impact-events #sortdiv .impact-edit-row .impact-todate span span {
  background: #f5f5f5;
  border: none;
  text-align: center;
  line-height: 30px;
}
.impact-events .impact-row2 > div.impact-name span {
  text-align: left;
}
.impact-events .impact-row2 > div.impact-group div.impact-calendar span {
  padding: 0;
}
.impact-events .impact-row > div.impact-group div.impact-action span {
  padding: 0;
}
.impact-events #sortdiv .impact-row div span.blank {
  background: #f5f5f5 !important;
  border: none;
}
.impact-events .fiscalpopup2 {
  width: 460px;
  background: #fff;
  margin: 0 0 6px 0;
  overflow: hidden;
  display: none;
  position: relative;
  position: absolute;
  top: 0px;
  z-index: 100;
}
.impact-events .fiscalpopup2 .fiscalpopup-content .daterange .datepicker .prev:before,
.impact-events .fiscalpopup2 .fiscalpopup-content .daterange .datepicker .next:before {
  content: "";
}
.impact-events .fiscalpopup2 .btn-popupclose {
  background: url(../images/icon-close-797f237da6516cf69bf819f2144582c7.png) no-repeat center center !important;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1000;
}
.impact-events .impact-row .fiscalpopup2 {
  left: inherit;
  right: 30px;
}
.impact-events .impact-row .impact-action {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  overflow: hidden;
}
.impact-events .impact-row.impact-title-row .impact-action {
  height: 30px;
}
.impact-events #sortdiv .impact-row > .impact-group .impact-action > span {
  min-height: 30px;
}
.impact-events #sortdiv .impact-row > .impact-interval .impactboxselect {
  background: #f5f5f5 !important;
  min-height: 26px;
}
.impact-events .impact-row .impact-action span span {
  float: none;
  margin: 0 auto;
}
.impact-events .impact-row .impact-action .btn-deactive,
.impact-events .impact-row .impact-action .btn-region,
.impact-events .impact-row .impact-action .btn-save,
.impact-events .impact-row .impact-action .btn-save3,
.impact-events .impact-row .impact-action .btn-edit,
.impact-events .impact-row .impact-action .btn-add,
.impact-events .impact-row .impact-action .btn-delete,
.impact-events .impact-row .impact-action .btn-restore {
  margin: 0;
  padding: 0;
  width: 30px;
  min-height: 26px;
  display: block;
  float: left;
  cursor: pointer;
}
.impact-events .impact-row .impact-action .btn-save3,
.impact-events .impact-row .impact-action .btn-save {
  background: url(../images/icon-save-e273f08625a6bd45dc5fa5284dd28d21.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.impact-events .impact-row .impact-action .btn-edit {
  background: url(../images/icon-edit-160a7f1312b91179899ef1f8499af4a6.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
  float: none;
  margin: 0 auto;
}
.impact-events .impact-row .impact-action .btn-delete {
  background: url(../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
  float: right;
  display: block;
}
.impact-events .impact-row .impact-action .btn-add {
  background: url(../images/pluse3-ded13a2538dae5ae3dbf7626ee257385.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.impact-events .impact-row .impact-action .btn-region {
  background: url(../images/icon-region.png) no-repeat right center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.impact-events .impact-row .btn-deactive {
  background: url(../images/icon-deactive2-99940697ac39f61ad11f970bb1b59278.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.impact-events .impact-row .impact-action.single .btn-save {
  float: none;
  display: block;
  margin: 0 auto;
}
.impact-events .btn-sort {
  width: 22px;
  height: 30px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
}
.impact-events .btn-sort:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  vertical-align: middle;
  position: absolute;
  right: 0;
  left: 0;
  border-right: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-top: 10px solid rgba(0, 0, 0, 0.15) !important;
  border-bottom: none !important;
  top: 12px;
}
.impact-events .btn-sort:hover:before {
  border-top: 10px solid rgb(0, 0, 0) !important;
}
.impact-events .btn-sort.active:before {
  border-top: none !important;
  border-bottom: 10px solid rgb(0, 0, 0) !important;
  top: 12px;
}
.impact-events {
  /*sortarrow*/
}
.impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow,
.impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow:first-child,
.impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow,
.impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow:first-child {
  display: block;
}
.impact-events .impact-row > .impact-group .impactgrouprow {
  display: none;
}
.impact-events .impact-row > .impact-group .impactgrouprow:first-child {
  display: block;
}
.impact-events .impact-row > .impact-group.active .impactgrouprow,
.impact-events .impact-row > .impact-group.active .impactgrouprow:first-child {
  display: block;
}
.impact-events .sortarrow {
  width: 22px;
  height: 26px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/sortarrow2-5ff8f301440912c5c27cd533d216063f.png) no-repeat 0 center;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  cursor: pointer;
}
.impact-events .sortarrow.active {
  background: url(../images/arrowdown-a903352a081e2227323601ac790f7346.png) no-repeat 0 center;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
}
.impact-events .impactdates-inner {
  float: left;
  padding-right: 30px;
  position: relative;
}
.impact-events .impactrowcontent {
  overflow: hidden;
  float: left;
}
.impact-events .impactrowcontent .itemcolumntitle {
  position: relative;
  background: #b3c6e8;
  overflow: hidden;
  width: 100%;
}
.impact-events .impactrowcontent .itemcolumntitle h3 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}
.impact-events .impactrowcontent .itemcolumn {
  width: 230px;
  float: left;
  padding-right: 10px;
}
.impact-events .impactrowcontent .itemcolumncontent {
  overflow: visible;
}
.impact-events .impactrowcontent .box {
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 30px;
  width: 100%;
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
}
.impact-events .impactrowcontent .box span {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  position: relative;
  padding: 0;
}
.impact-events .impactrowcontent .box span .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block !important;
  height: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100% !important;
  margin: 4px 0 0 0;
  padding: 0 10px 0 10px;
  background: #f5f5f5;
  border: 1px solid #8f91a2;
}
.impact-events .impactrowcontent .ui-sortable .box span .form-control {
  padding: 0 40px 0 10px !important;
}
.impact-events .impactrowcontent .box span span {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #fff !important;
  border: 1px solid #5f5b6b;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  z-index: 10;
}
.impact-events .impactrowcontent .box span em {
  left: 0;
  cursor: pointer;
}
.impact-events .impactrowcontent .btn-add,
.impact-events .impactrowcontent .box .btn-deletecell,
.impact-events .impactrowcontent .box .btnhand {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 100;
  cursor: pointer;
}
.impact-events .impactrowcontent .btn-add {
  width: 29px;
  height: 29px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 20px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  color: #fff;
  top: 2px;
  background: url(../images/pluse3-ded13a2538dae5ae3dbf7626ee257385.png) no-repeat 0 0 !important;
  right: -2px;
}
.impact-events .impactdates-inner .btn-save,
.impact-events .impactdates-inner .btn-edit {
  position: absolute;
  top: 0;
  right: 2px;
}
.impact-events .impactdates-inner .btn-close {
  position: absolute;
  right: -34px;
  width: 30px;
  height: 30px;
}
.impact-events .impactdates-inner i.chi-close3:hover {
  transform: scale(1.5);
}
.impact-events .impactrowcontent .box .btn-deletecell {
  background: url(../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png) no-repeat 1px 1px;
  right: 0;
}
.impact-events .impactrowcontent .box .btnhand {
  background: url(../images/more-e474f65365d468868013245384773468.png) no-repeat center 0;
  left: 0;
}
.impact-events .impactrowcontent .box .btnhand:hover {
  background: #e2f0d9 url(../images/more-e474f65365d468868013245384773468.png) no-repeat center 0;
}
.impact-events .impactrowcontent .ui-sortable .box span .form-control {
  margin: 0;
  color: #000000;
}
.impact-events .impactrowcontent .ui-sortable .box span {
  padding: 0 0 0 33px;
}
.impact-events .impactdates-selection {
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
  position: relative;
  z-index: auto;
}
.impact-events .impactdates-selection .btn-selection {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #DCECFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  width: 200px;
  float: left;
  padding: 0 10px;
  margin: 0;
  color: #131111;
}
.impact-events #selection-impact {
  float: left;
  width: 260px;
  height: 30px;
  margin: 0 5px;
  z-index: auto;
}
.impact-events #selection-impact .impactboxselect .multiselect,
.impact-events #selection-impact .impactboxselect .dropdown-toggle,
.impact-events #selection-impact .impactboxselect .btn,
.impact-events #selection-impact .impactboxselect .btn-default,
.impact-events #selection-impact .impactboxselect .multiselect-native-select,
.impact-events #selection-impact .impactboxselect .multiselect-native-select .multiselect {
  width: 100% !important;
  display: block;
  border: none;
  border-radius: 5px;
  height: 30px;
  line-height: 28px;
  padding: 0 0 !important;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #131111;
  background: #f5f5f5;
}
.impact-events #selection-impact .impactboxselect .multiselect-selected-text {
  border: 1px solid #7F7DA0;
  border-radius: 5px;
  height: 30px;
  display: block;
}
.impact-events #selection-impact .impactboxselect .multiselect-native-select .multiselect .caret {
  right: 10px;
  top: 13px;
}
.impact-events #selection-impact .impactboxselect .multiselect-container {
  top: 30px;
  z-index: 1000;
}
.impact-events .impactboxselect .multiselect-native-select .multiselect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 6px solid #000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  top: 11px;
  right: 5px;
}
.impact-events .impactdates-selection .btn-applaydate {
  display: block;
  float: left;
  cursor: pointer;
}
.impact-events #sortdiv .impact-row.impact-row-filter1 > .impact-name span span,
.impact-events #sortdiv .impact-row.impact-row-filter2 > .impact-name span span,
.impact-events #sortdiv .impact-row.impact-row-filter3 > .impact-name span span,
.impact-events #sortdiv .impact-row.impact-row-filter4 > .impact-name span span,
.impact-events #sortdiv .impact-row.impact-row-filter5 > .impact-name span span {
  background-color: #ccecff;
}
.impact-events #sortdiv .impact-row.impact-row-filter1 > div .impact-action span span,
.impact-events #sortdiv .impact-row.impact-row-filter2 > div .impact-action span span,
.impact-events #sortdiv .impact-row.impact-row-filter3 > div .impact-action span span,
.impact-events #sortdiv .impact-row.impact-row-filter4 > div .impact-action span span,
.impact-events #sortdiv .impact-row.impact-row-filter5 > div .impact-action span span {
  background-color: #f5f5f5;
}
.impact-events .week-area {
  margin-top: 10px;
  overflow: hidden;
}
.impact-events .btn-weeksave,
.impact-events .btn-weekedit {
  height: 30px;
  width: 30px;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff !important;
}
.impact-events .btn-deekday {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #894F76;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  width: 120px;
  float: left;
  padding: 0 10px;
  margin: 0;
  text-decoration: none !important;
  color: #fff !important;
}
.impact-events .weekcheckoptionarea {
  height: 30px;
  margin-left: 5px;
  border-radius: 5px;
  margin-left: 125px;
  background: -moz-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important;
  background: -webkit-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important;
  background: linear-gradient(to bottom, #b7deff 0%, #99bbd7 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7deff', endColorstr='#99bbd7', GradientType=0);
}
.impact-events .weekview .weekcheckoptionarea {
  background: #fff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d1d1d1', GradientType=0);
}
.impact-events .weekcheckoption {
  position: relative;
  display: block;
  padding: 0;
}
.impact-events .weekcheckoption small {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 34px;
  width: 14.285%;
}
.impact-events .weekcheckoption small small {
  float: none;
  width: 100%;
  padding: 0;
}
.impact-events .weekcheckoption .ncheck {
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 22px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.impact-events .weekcheckoption .ncheck {
  position: absolute;
  left: 10px;
  top: 6px;
}
.impact-events .weekcheckoption .ncheck input {
  position: absolute;
  opacity: 0;
}
.impact-events .weekcheckoption .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  display: block;
  border: 1px solid #4ca354;
  background-color: #fff;
}
.impact-events .weekcheckoption .ncheck:hover input ~ .checkmark {
  background-color: #fff;
}
.impact-events .weekcheckoption .ncheck input:checked ~ .checkmark {
  background-color: #fff;
}
.impact-events .weekcheckoption .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.impact-events .weekcheckoption .ncheck input:checked ~ .checkmark:after {
  display: block;
}
.impact-events .weekcheckoption .ncheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #4ca354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.impact-events .week-area.weekview .weekcheckoptionarea {
  background: none;
}
.impact-events .week-area.weekview .weekcheckoption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
}
.impact-events .week-area.weekview .weekcheckoption small {
  padding: 0;
  margin: 0;
  width: 13.5%;
  line-height: inherit;
}
.impact-events .week-area.weekview .weekcheckoption small small {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
}
.impact-events .week-area.weekview .weekcheckoption small.active small {
  background: -moz-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important;
  background: -webkit-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important;
  background: linear-gradient(to bottom, #b7deff 0%, #99bbd7 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7deff', endColorstr='#99bbd7', GradientType=0);
}
.impact-events .impact-row > div.td .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 2px 8px !important;
  font-size: 14px;
  line-height: 30px;
  color: #131111;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #8f91a2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.impact-events .dateText {
  text-align: center;
}
.impact-events .impact-row.impact-edit-row {
  background-color: #f9f9f9;
}
.impact-events .revImpact ul {
  height: 160px;
  overflow-y: scroll;
}
.impact-events .impact-type ul {
  min-height: 25px;
  max-height: 160px;
  overflow-y: scroll;
}
.impact-events .overFlowAuto {
  overflow: auto !important;
}
.impact-events #impact-table {
  padding-top: 32px;
  background: #fff;
  height: 420px;
  overflow: hidden !important;
}
.impact-events .datepicker table tr td.range {
  background: #fff !important;
}
.impact-events .datepicker table tr td.range.disabled {
  background: #fff !important;
}
.impact-events .datepicker table tr td.range.disabled:hover {
  background: #fff !important;
}
.impact-events .datepicker table tr td.range:hover {
  background: #fff !important;
}
.impact-events .impactdates-content .btn-viewcompany {
  cursor: text !important;
}
.impact-events .impact-row .impact-action .btn-cancel {
  background: url(../images/icon-close-797f237da6516cf69bf819f2144582c7.png) no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1000;
  float: right;
}
.impact-events .impact-row .fiscalpopup2 {
  left: inherit;
  right: 0px !important;
}
@media (min-width: 1441px) {
  .impact-events .impactdates-area,
  .impact-events .impact-row.impact-title-row {
    width: 100% !important;
  }
}
@media (min-width: 1441px) {
  .impact-events .impactdates-area,
  .impact-events .impact-row {
    width: 100%;
  }
  .impact-events .impact-row > .impact-name {
    width: 24.4463373083%;
  }
  .impact-events .impact-row > .impact-rev {
    width: 10.3066439523%;
  }
  .impact-events .impact-row > .impact-effect {
    width: 9.4548551959%;
  }
  .impact-events .impact-row > .impact-type {
    width: 8.6030664395%;
  }
  .impact-events .impact-row > .impact-frequency {
    width: 9.4548551959%;
  }
  .impact-events .impact-row > .impact-interval {
    width: 8.6030664395%;
  }
  .impact-events .impact-row > .impact-instances {
    width: 6.8994889267%;
  }
  .impact-events .impact-row > .impact-duration {
    width: 5.195911414%;
  }
  .impact-events .impact-row > .impact-group {
    width: 26.405451448%;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-calendar {
    width: 30px !important;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-fromdate {
    width: 30.3225806452% !important;
    flex: 1;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-todate {
    width: 30.3225806452% !important;
    flex: 1;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-action {
    width: 91px !important;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow:first-child,
  .impact-events .impact-row > .impact-group.active .impactgrouprow,
  .impact-events .impact-row > .impact-group.active .impactgrouprow:first-child,
  .impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow,
  .impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow:first-child,
  .impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow,
  .impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow {
    display: none;
  }
}
@media (min-width: 1441px) {
  .impact-events .impactdates-area,
  .impact-events .impact-row {
    width: 100%;
  }
  .impact-events .impact-row > .impact-name {
    width: 24.4463373083%;
  }
  .impact-events .impact-row > .impact-rev {
    width: 10.3066439523%;
  }
  .impact-events .impact-row > .impact-effect {
    width: 9.4548551959%;
  }
  .impact-events .impact-row > .impact-type {
    width: 8.6030664395%;
  }
  .impact-events .impact-row > .impact-frequency {
    width: 9.4548551959%;
  }
  .impact-events .impact-row > .impact-interval {
    width: 8.6030664395%;
  }
  .impact-events .impact-row > .impact-instances {
    width: 6.8994889267%;
  }
  .impact-events .impact-row > .impact-duration {
    width: 5.195911414%;
  }
  .impact-events .impact-row > .impact-group {
    width: 26.405451448%;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-calendar {
    width: 30px !important;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-fromdate {
    width: 30.3225806452% !important;
    flex: 1;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-todate {
    width: 30.3225806452% !important;
    flex: 1;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-action {
    width: 91px !important;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow:first-child,
  .impact-events .impact-row > .impact-group.active .impactgrouprow,
  .impact-events .impact-row > .impact-group.active .impactgrouprow:first-child,
  .impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow,
  .impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow:first-child,
  .impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow,
  .impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow {
    display: none;
  }
}
@media (min-width: 1201px) {
  .impact-events .impactdates-area {
    width: 100%;
  }
  .impact-events #impact-table {
    max-width: 100%;
    padding-top: 0;
  }
  .impact-events .impact-row {
    width: 100%;
  }
  .impact-events .impact-title-row {
    position: relative !important;
    left: inherit;
    top: inherit;
    width: 100%;
  }
  .impact-events .impactdates-area,
  .impact-events .impact-row {
    width: 100%;
  }
  .impact-events .impact-row > .impact-name {
    width: 24.4463373083%;
  }
  .impact-events .impact-row > .impact-rev {
    width: 10.3066439523%;
  }
  .impact-events .impact-row > .impact-effect {
    width: 9.4548551959%;
  }
  .impact-events .impact-row > .impact-type {
    width: 8.6030664395%;
  }
  .impact-events .impact-row > .impact-frequency {
    width: 9.4548551959%;
  }
  .impact-events .impact-row > .impact-interval {
    width: 8.6030664395%;
  }
  .impact-events .impact-row > .impact-instances {
    width: 6.8994889267%;
  }
  .impact-events .impact-row > .impact-duration {
    width: 5.195911414%;
  }
  .impact-events .impact-row > .impact-group {
    width: 26.405451448%;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-calendar {
    width: 30px !important;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-fromdate {
    width: 30.3225806452% !important;
    flex: 1;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-todate {
    width: 30.3225806452% !important;
    flex: 1;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow .impact-action {
    width: 121px !important;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow:first-child,
  .impact-events .impact-row > .impact-group.active .impactgrouprow,
  .impact-events .impact-row > .impact-group.active .impactgrouprow:first-child,
  .impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow,
  .impact-events .impact-row.impact-edit-row > .impact-group .impactgrouprow:first-child,
  .impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow,
  .impact-events .impact-row.impact-edit-row > .impact-group.active .impactgrouprow:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .impact-events .impact-row > .impact-group .impactgrouprow {
    display: none;
  }
}
@media (max-width: 1200px) {
  .impact-events .impactdates-area {
    width: 100%;
  }
  .impact-events #impact-table {
    max-width: 100%;
    padding-top: 0;
  }
  .impact-events .impact-row {
    width: 1174px;
  }
  .impact-events .impact-title-row {
    position: relative !important;
    left: inherit;
    top: inherit;
    width: 1174px;
  }
}
@media (max-width: 800px) {
  .impact-events .impactdates-content {
    min-height: 0;
  }
  .impact-events #impact-table {
    min-height: 140px;
  }
  .impact-events #sortdiv {
    min-height: 160px;
  }
  .impact-events .impactdates-area {
    margin-top: 15px;
  }
  .impact-events .impactdates-top .btn-export {
    margin-left: 5px;
  }
  .impact-events .impactdates-top .btn-user,
  .impact-events .impactdates-top .impacttimeselect,
  .impact-events .impactdates-top .btn-export,
  .impact-events .impactdates-top .btn-enter,
  .impact-events .impactdates-top .btn-impactdateadd {
    margin-bottom: 5px !important;
    float: left !important;
    display: block;
    height: 30px;
  }
  .impact-events .btn-deekday {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .impact-events .weekcheckoptionarea {
    width: 100%;
    margin-left: 0;
  }
  .impact-events .impactdates-content .fiscalpopup {
    width: 460px;
    max-width: 98%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99000 !important;
  }
}
@media (max-width: 680px) {
  .impact-events .weekcheckoptionarea {
    height: auto;
    overflow: hidden;
  }
  .impact-events .week-area .weekcheckoption small {
    width: 150px;
  }
  .impact-events .week-area.weekview .btn-deekday {
    margin-bottom: 0;
  }
  .impact-events .week-area.weekview .weekcheckoption > small {
    width: 150px;
    margin: 5px 5px 5px 5px;
  }
  .impact-events .week-area .weekcheckoption,
  .impact-events .week-area.weekview .weekcheckoption {
    justify-content: center;
    overflow: hidden;
  }
}
@media (max-width: 567px) {
  .impact-events .impactrowcontent .itemcolumn {
    width: 96%;
    float: none;
    padding-right: 0;
    overflow: hidden;
  }
  .impact-events .impactrowcontent .itemcolumn:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .impact-events .week-area .weekcheckoption small {
    width: 100%;
  }
  .impact-events .week-area.weekview .weekcheckoption > small {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .impact-events .impactdates-content .daterange-row {
    min-height: 220px;
  }
  .impact-events .impactdates-content .fiscalpopup .dropdown-menu {
    font-size: 12px;
    width: 48%;
  }
  .impact-events .impactdates-content .fiscalpopup .daterange .input-group .form-control {
    width: 48%;
  }
  .impact-events .impactdates-content .fiscalpopup .table-condensed {
    width: 100%;
  }
  .impact-events .impactdates-selection .btn-selection,
  .impact-events .impactdates-top .btn-viewcompany,
  .impact-events .impactdates-top .btn-viewproperty {
    width: 100%;
    float: none !important;
    padding: 0 10px;
    margin: 0;
  }
  .impact-events .impactdates-top .btn-impactdateadd {
    float: left;
    clear: both;
  }
  .impact-events .impactdates-top .btn-enter {
    width: 30px;
    margin: 0;
  }
  .impact-events .impactdates-top .btn-enter,
  .impact-events .impactdates-top .btn-export {
    float: right !important;
  }
  .impact-events #selection-impact {
    float: none;
    width: 100%;
    margin: 5px 0 0 0;
    clear: both;
  }
}
@media screen and (max-width: 320px) {
  .impact-events .impactdates-content .fiscalpopup .daterange-row {
    min-height: 202px;
  }
  .impact-events .impactdates-content .fiscalpopup .dropdown-menu {
    font-size: 11px;
    width: 49%;
    min-width: 49%;
  }
  .impact-events .impactdates-content .fiscalpopup .daterange .input-group .form-control {
    width: 49%;
  }
  .impact-events .impactdates-content .fiscalpopup-content {
    overflow: hidden;
    clear: both;
  }
  .impact-events .impactdates-content .fiscalpopup .daterange .table-condensed > thead > tr > td,
  .impact-events .impactdates-content .fiscalpopup .daterange .table-condensed > thead > tr > th {
    padding: 0 0;
  }
  .impact-events .impactdates-content .fiscalpopup .datepicker td,
  .impact-events .impactdates-content .fiscalpopup .datepicker th {
    text-align: center;
    width: 18px;
    height: 18px;
  }
}
.impact-events .impactdates-content {
  margin-left: 20px;
  margin-right: 20px;
}
.impact-events .impact-name-div .shorten-text {
  padding: 0 20px !important;
}
.impact-events .impact-name-div .icon-circle {
  padding: 10px 5px !important;
}
.impact-events .impact-name-div .icon-circle i.i-circle {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #3eea31;
}
.impact-events .impact-name-div #special-events {
  padding-left: 0px !important;
}

.submission .submission-content {
  padding: 4px 0 84px 0;
  overflow: visible;
  min-height: 520px;
  position: relative;
}
.submission .submissiontop {
  margin: 16px auto 0 5px;
  padding: 0 0 30px 0;
}
.submission .submissioncolumnwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
}
.submission .submissioncolumnwrap .ember-view {
  margin-right: 40px;
}
.submission .submissioncolumn {
  width: 220px;
  margin: 0 0 20px 40px;
}
.submission .submissionPlainTextcolumn {
  min-width: 220px;
}
.submission .customeTextBgColor {
  background-color: #ccecff;
}
.submission .submissionPlainText {
  display: block;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #131111;
  margin: 4px 0 0 0;
  padding: 0 40px 0 15px;
}
.submission .submissioncolumn:first-child {
  margin: 0 0 20px 0;
}
.submission .submissioncolumnbutton .btn-expired {
  width: 170px;
}
.submission .submissioncolumntitle {
  position: relative;
  background: #b3c6e8;
  overflow: hidden;
  height: 30px;
  width: 100%;
}
.submission .submissioncolumntitle:hover,
.submission .submissioncolumntitle.active {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission .submissioncolumntitle h3 {
  padding: 0;
  margin: 0;
  font-family: "SourceSansProSemiBold";
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
.submission .submissioncolumntitle .btn-add {
  position: absolute;
  width: 29px;
  height: 29px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 20px;
  cursor: pointer !important;
  display: block;
  color: #ffffff;
  top: 0;
  right: 0;
  background: url(../images/pluse3-ded13a2538dae5ae3dbf7626ee257385.png) no-repeat center center !important;
  z-index: 10;
}
.submission .submissiongroupsbox {
  position: relative;
  height: 26px;
  line-height: 26px;
}
.submission .submissiongroupsbox > a,
.submission .submissiongroupsbox > span {
  display: block;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #131111;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0 40px 0 25px;
  border: 1px solid #8f91a2;
}
.submission .submissiongroupsbox > a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.submission .submissionlist img.showAlert {
  z-index: 1;
  position: relative;
}
.submission .submissiongroupsbox a.shift-submission-name,
.submission .submissionlist h4.shift-submission-name {
  margin: -23px 0px 0px 0px;
}
.submission .submissiongroupsbox > a:hover {
  text-decoration: none;
  color: #0070c0;
}
.submission .submissiongroupsbox .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #131111;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0 40px 0 15px;
  border: 1px solid #8f91a2;
}
.submission .submissiongroupsbox .nosubmissiontext, .submission .nosubmissiontext {
  display: block;
  opacity: 1;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #bdbdbd;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0 15px 0 15px;
  border: 1px solid #8f91a2;
  text-align: center;
}
.submission .submissiongroupsbox .btneditcell,
.submission .submissiongroupsbox .btndeletecell,
.submission .submissiongroupsbox .btnsavecell {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 25px;
  top: 1px;
  cursor: pointer;
  z-index: 100;
}
.submission .submissiongroupsbox .btneditcell {
  background: #e2f0d9 url(../images/icon-edit-160a7f1312b91179899ef1f8499af4a6.png) no-repeat center center;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  right: 25px;
  display: block;
}
.submission .submissiongroupsbox .btndeletecell {
  background: url(../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png) no-repeat -1px -2px;
  right: 1px;
  display: block;
}
.submission .export-icon img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.submission .submissiongroupsbox .btnsavecell {
  display: none;
  background: url(../images/icon-save-e273f08625a6bd45dc5fa5284dd28d21.png) no-repeat -1px -2px;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  right: 1px;
  top: 2px;
}
.submission .btn-expired {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #894F76;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  width: 100%;
  float: none;
  padding: 0 10px;
  margin: 0;
  text-decoration: none !important;
  color: #ffffff !important;
}
.submission .submissionreport {
  padding-right: 0;
  position: relative;
  display: block;
  z-index: 10;
  background: #ffffff;
  z-index: 100;
}
.submission .submissionreport.submissionreportview {
  max-height: 590px;
}
.submission .submissionreport .bluegradientbar {
  color: #002060;
  border: none;
  height: 28px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission .submissionreport .submissionreport-title {
  border: none;
}
.submission .submissionreport .submissionreport-title2 {
  padding: 0 0;
}
.submission .submissionreport .submissionreport-title h2 {
  line-height: 26px;
  font-size: 15px;
  font-family: "SourceSansProSemiBold";
  padding: 0;
  margin: 0;
}
.submission .submissionreport .submissionreport-title.bluegradientbar2 h2 {
  color: #002060;
}
.submission .submissionreport .btn-submissionclose {
  background: url(../images/icon-close-797f237da6516cf69bf819f2144582c7.png) no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1000;
}
.submission .submissionreport .action-box {
  height: 28px;
  width: auto;
  background: none;
  position: absolute;
  right: 40px;
  top: 0;
}
.submission .submissionreport .action-box .btn-edit,
.submission .submissionreport .action-box .btn-save {
  padding: 2px 0;
  width: 24px;
  height: 28px;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 100;
}
.submission .submissionreport .action-box .btn-edit img,
.submission .submissionreport .action-box .btn-save img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.submission .submissionreport .submissionreport-content {
  border: none;
}
.submission .submissionreport .submissionreport-content .fiscalpopup-content .daterange .datepicker .prev:before,
.submission .submissionreport .submissionreport-content .fiscalpopup-content .daterange .datepicker .next:before {
  content: "";
}
.submission .submissionreport .submissionreport-row {
  margin-top: 6px;
  position: relative;
  z-index: auto;
  clear: both;
  background: #f5f5f5;
}
.submission .submissionreport .table-bordered > tbody > tr > td {
  border: unset;
}
.submission .submissionreport-row #due-date .multiselect {
  width: 130px !important;
}
.submission .submissionreport-row #due-date .multiselect-container li {
  width: 110px !important;
}
.submission .submissionreport-row #days-select .multiselect {
  width: 70px !important;
}
.submission .submissionreport-row #days-select .multiselect-container li {
  width: 45px !important;
}
.submission .submissionreport-row #days-select .multiselect-container li label {
  padding: 0px 2px !important;
}
.submission .submissionrowitem {
  /* float: left;*/
  background: #ffffff;
  border-left: 5px solid #ffffff;
}
.submission .submissionrowitemblank {
  background: none;
}
.submission .submissionrowitem:first-child {
  border-left: none;
}
.submission .submissionreport .submissionreportrowtitle {
  font-size: 14px;
  color: #131111;
  padding: 0 10px;
  display: block;
  float: left;
  width: auto;
  background: #ccecff;
  min-height: 30px;
  position: relative;
  margin-right: 5px;
  position: relative;
}
.submission .submissionreport .submissionrowitemblank .submissionreportrowtitle {
  background: #f5f5f5;
}
.submission .submissionreport .submissionrowitem:first-child .submissionreportrowtitle {
  width: 180px;
}
.submission .submissionreport .submissionreportrowtitle2 {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.submission .submissionreport .assignToOptions {
  display: table;
  float: none;
}
.submission #assignTo {
  margin-left: 5px;
}
.submission .submissionreport .submissionreportrowtitle span {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
}
.submission .submissionreport .submissionreportrowcontent {
  margin-left: 0;
  float: left;
  background: #f5f5f5;
  min-height: 26px;
  padding: 2px 0;
  min-width: 252px;
}
.submission .submissionreport .submissionreportrowcontent .submissionselectrow {
  padding-top: 4px;
}
.submission div[id^=biOption_1] .biOptionBox {
  padding-top: 4px !important;
}
.submission .submissionreport .submissionreportrowcontent .submissionselectrow:first-child {
  padding-top: 0;
}
.submission .submissionreport .submissionreport-row .duedateoption {
  float: left;
}
.submission .submissionreport .submissionreport-row .duedateoptionspace {
  margin-left: 10px;
}
.submission .submissionreport .submissionrowinput .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #131111;
  margin: 0;
  padding: 0 15px 0 15px;
  border: 1px solid #8f91a2;
  background: #ffffc1;
}
.submission .submissionreport .radio {
  float: left;
  height: 26px;
  padding: 0;
  margin: 0;
  position: relative;
}
.submission .submissionreport .timeselect {
  float: left;
  height: 26px;
  line-height: 26px;
  width: 300px;
  margin: 0;
  padding: 0;
}
.submission .submissionreport .timeselect .btn-calendar {
  width: 25px;
  height: 26px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.submission .submissionreport .timeselect span {
  float: left;
  font-size: 14px;
  color: #131111;
  margin-bottom: 0;
}
.submission .textto,
.submission .textin {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #131111;
  margin-left: 10px;
  padding-right: 100px;
}
.submission .textin {
  margin-right: 10px;
}
.submission .submissionreport .submissionreport-row .datechangebox {
  float: left;
  /* width: 94px;*/
  height: 26px;
}
.submission .submissionreport .submissionreport-row .datechangebox .btn-plus,
.submission .submissionreport .submissionreport-row .datechangebox .btn-minus {
  height: 26px;
  width: 26px;
  display: block;
  float: left;
  background: #b3c6e8;
  border: 1px solid #8f91a2;
  cursor: pointer;
}
.submission .submissionreport .submissionreport-row .datechangebox .btn-plus {
  margin-left: -1px;
  background: #b3c6e8 url(../images/chi-plus.svg) no-repeat center center;
}
.submission .submissionreport .submissionreport-row .datechangebox .btn-minus {
  margin-right: -1px;
  background: #b3c6e8 url(../images/chi-minus.svg) no-repeat center center;
}
.submission .submissionreport .submissionreport-row .datechangebox .form-control {
  height: 26px;
  width: 36px;
  font-size: 14px;
  border: 1px solid #8f91a2;
  border-radius: 0;
  float: left;
  padding: 0 5px;
  text-align: center;
  display: block;
}
.submission .submissionreport .submissionreport-row .radio label {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  padding-left: 10px;
  display: block;
  font-size: 14px;
  color: #131111;
  float: left;
  display: block;
}
.submission .submissionreport .submissionreport-row .radio label:after {
  content: "";
  display: table;
  clear: both;
}
.submission .submissionreport .submissionreport-row .radio .cr {
  position: relative;
  display: block;
  background: #37c5ab;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 26px;
  float: left;
  margin: 5px 5px 0 0;
}
.submission .submissionreport .submissionreport-row .radio .cr i {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  background: #000000;
  opacity: 0.55;
}
.submission .submissionreport .submissionreport-row .radio label input[type=radio] {
  display: none;
}
.submission .submissionreport .submissionreport-row .radio label input[type=radio] + .cr > i {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.submission .submissionreport .submissionreport-row .radio.active label input[type=radio] + .cr > i {
  opacity: 0.55;
}
.submission .submissionreport .submissionreport-row .radio label input[type=radio]:checked + .cr > i {
  opacity: 0.55;
}
.submission .submissionreport .submissionreport-row .radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.submission .submissionreport .submissionreport-row .radio .cr.color1 {
  background: #37c5ab;
}
.submission .submissionreport .submissionreport-row .radio .cr.color2 {
  background: #5c6bc0;
}
.submission .submissionreport .submissionreport-row .radio .cr.color3 {
  background: #ffd600;
}
.submission .submissionreport .submissionreport-row .radio .cr.color4 {
  background: #ba68c8;
}
.submission .submissionreport .submissionreport-row .radio .cr.color5 {
  background: #ef5350;
}
.submission .submissionreport .submissionreport-row .radio .cr.color6 {
  background: #26c6da;
}
.submission .submissionreport .submissionreport-row .radio .cr.color7 {
  background: #78909c;
}
.submission .submissionreport .submissionreport-row .radio .cr.color8 {
  background: #fc91ad;
}
.submission .submissionreport .submissionreport-row .radio .cr.color9 {
  background: #fb8c00;
}
.submission .submissionreport .submissionreport-row .radio .cr.color10 {
  background: #80cbc4;
}
.submission .submissionreport .submissionreport-row .radio .cr.color11 {
  background: #c0ca33;
}
.submission .submissionreport .submissionreport-row .radio .cr.color12 {
  background: #ff7043;
}
.submission .submissionreport .submissionreport-row .radio .cr.color13 {
  background: #3d5afe;
}
.submission .submissionreport .submissionreport-row .radio .cr.color14 {
  background: #ff66cc;
}
.submission .submissionreport .submissionreport-row .radio .cr.color15 {
  background: #69f0ae;
}
.submission .submissionreport .submissionreport-row .radio .cr.color16 {
  background: #ffccbc;
}
.submission .submissionreport .submissionreport-row .radio {
  width: 125px;
}
.submission .submissionreport .submissionreport-row .radio.monthradio {
  width: 130px;
}
.submission .submissionreport .submissionreport-row .radio-small {
  width: 91px !important;
  background: none !important;
  margin-right: 1px;
  margin-left: 5px;
}
.submission .submissionreport .submissionreport-row .radio-large {
  width: 236px !important;
  background: none !important;
  margin-right: 1px;
  margin-left: 5px;
}
.submission .submissionreport .submissionreport-row .radio-large2 {
  width: 225px !important;
  background: none !important;
  margin-right: 1px;
  margin-left: 5px;
}
.submission .submissionreport .submissionreport-row .radio-large3 {
  width: 175px !important;
  background: none !important;
  margin-right: 1px;
  margin-left: 5px;
}
.submission .submissionreport .submissionreport-row .check {
  left: 729px;
  position: absolute;
  padding-left: 26px;
  height: 26px;
  line-height: 26px;
}
.submission .submissionreport .submissionreport-row .ncheck {
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}
.submission .submissionreport .submissionreport-row .ncheck input {
  position: absolute;
  opacity: 0;
}
.submission .submissionreport .submissionreport-row .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #8f91a2;
  background-color: #ffffff;
  display: block;
}
.submission .submissionreport .submissionreport-row .ncheck:hover input ~ .checkmark {
  background-color: #ffffff;
}
.submission .submissionreport .submissionreport-row .ncheck input:checked ~ .checkmark {
  background-color: #ffffff;
}
.submission .submissionreport .submissionreport-row .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.submission .submissionreport .submissionreport-row .ncheck input:checked ~ .checkmark:after {
  display: block;
}
.submission .submissionreport .submissionreport-row .ncheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #4ca354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.submission .submissionreport .submissionradio-row .radio.active,
.submission .submissionreport .submissionradio-row .radio:hover {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission .submissionreport .submissionreportrowcontent .submissionselectrow {
  padding-top: 4px;
}
.submission .submissionreport .submissionfilterbox {
  float: left;
  width: 220px;
  margin-bottom: 0;
  margin-right: 10px;
}
.submission .submissionreport .submissionfilterbox .form-control {
  height: 26px;
  width: 150px;
  display: block;
}
.submission .submissionreport .multiselect {
  border: none;
  width: 220px;
  border-radius: 0;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  border: 1px solid #8f91a2;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #131111;
  background: #ffffff;
}
.submission .submissionreport .btn-group.open .dropdown-toggle {
  background: #ffffff;
}
.submission .submissionreport .multiselect-container,
.submission .submissionreport .multiselect-container li {
  padding: 0;
  margin: 0;
  width: 220px;
  min-width: 0;
  border-radius: 0;
}
.submission .submissionreport .multiselect-container li label {
  background: #ffffff !important;
  color: #131111;
  height: 26px;
  line-height: 26px;
}
.submission .submissionreport .multiselect-container li.active label {
  background: #ffffff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 97% center !important;
  color: #131111;
}
.submission .submissionreport .multiselect-container li label {
  margin-right: 0;
}
.submission .submissionreport .multiselect-container > li > a > label.radio > input[type=radio] {
  display: none !important;
}
.submission .submissionreport .multiselect-container > li > a > label > input[type=checkbox] {
  display: none !important;
}
.submission .submissionreport .multiselect-container > li > a > label {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}
.submission .submissionreport .multiselect-native-select {
  margin-left: 0px;
}
.submission .submissionreport .multiselect-native-select .multiselect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  top: 10px;
  right: 5px;
}
.submission .submissionreport .submissionweekday {
  width: 120px;
  float: left;
  margin-bottom: 0;
}
.submission .submissionreport .submissionweekday .multiselect {
  width: 120px;
}
.submission .submissionreport .submissionweekday .multiselect-container,
.submission .submissionreport .submissionweekday .multiselect-container li {
  width: 120px;
}
.submission .submissionreport .submissionweekday .multiselect-container li.active label {
  background: #ffffff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 90px center !important;
  color: #131111;
}
.submission .submissionreport .submissionweek {
  width: 70px;
  float: left;
  margin-bottom: 0;
}
.submission .submissionreport .submissionweek .multiselect {
  width: 70px;
}
.submission .submissionreport .submissionweek .multiselect-container,
.submission .submissionreport .submissionweek .multiselect-container li {
  width: 70px;
}
.submission .submissionreport .submissionweek .multiselect-container li.active label {
  background: #ffffff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 50px center !important;
  color: #131111;
}
.submission .submissionreport .submissionweek .weekinput {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #131111;
  width: 70px !important;
  max-width: 70px !important;
  margin: 0 10px 0 0;
  padding: 0 10px 0 10px;
  border: 1px solid #8f91a2;
}
.submission .submissionreport .normaltext,
.submission .submissionreport .normaltext2 {
  font-size: 14px;
  color: #131111;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
  padding: 0 10px 0 5px;
}
.submission .submissionreport .normaltext2 {
  padding-right: 0;
}
.submission .submissionreport .submissionoption {
  position: relative;
  display: block;
  padding: 0;
}
.submission .submissionreport .submissionoption small {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #131111;
  position: relative;
  padding: 0 0 0 34px;
  width: 124px;
}
.submission .submissionreport .submissionoption small small {
  float: none;
  width: 100%;
  padding: 0;
}
.submission .submissionreport .submissionoption .ncheck {
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  font-size: 14px;
  position: relative;
}
.submission .submissionreport .submissionoption .ncheck {
  position: absolute;
  left: 10px;
  top: 4px;
}
.submission .submissionreport .submissionoption .ncheck input {
  position: absolute;
  opacity: 0;
}
.submission .submissionreport .submissionoption .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  display: block;
  border: 1px solid #4ca354;
  background-color: #ffffff;
}
.submission .submissionreport .submissionoption .ncheck:hover input ~ .checkmark {
  background-color: #ffffff;
}
.submission .submissionreport .submissionoption .ncheck input:checked ~ .checkmark {
  background-color: #ffffff;
}
.submission .submissionreport .submissionoption .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.submission .submissionreport .submissionoption .ncheck input:checked ~ .checkmark:after {
  display: block;
}
.submission .submissionreport .submissionoption .ncheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #4ca354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.submission .submissionreport .optionhidecontent {
  display: none;
}
.submission .submissionreportonetime .optionhidecontent.onetimeshow {
  display: block;
}
.submission .submissionreportweek .optionhidecontent.weekshow {
  display: block;
}
.submission .submissionreportmonth .optionhidecontent.monthshow {
  display: block;
}
.submission .submissionreport #datepicker3,
.submission .submissionreport #datepicker4,
.submission .submissionreport #datepicker5,
.submission .submissionreport #datepicker6 {
  z-index: 100;
  padding: 1px 0;
  height: 28px;
  width: 160px;
  position: relative;
}
.submission .submissionreport #datepicker3 {
  z-index: 104;
}
.submission .submissionreport #datepicker4 {
  z-index: 103;
}
.submission .submissionreport #datepicker5 {
  z-index: 102;
}
.submission .submissionreport #datepicker6 {
  z-index: 101;
}
.submission .submissionreport #datepicker3 .table-condensed > tbody > tr > td,
.submission .submissionreport #datepicker4 .table-condensed > tbody > tr > td,
.submission .submissionreport #datepicker5 .table-condensed > tbody > tr > td,
.submission .submissionreport #datepicker6 .table-condensed > tbody > tr > td {
  padding: 0 0;
  line-height: 22px;
}
.submission .submissionreport #datepicker3 .btn-calendar,
.submission .submissionreport #datepicker4 .btn-calendar,
.submission .submissionreport #datepicker5 .btn-calendar,
.submission .submissionreport #datepicker6 .btn-calendar {
  position: absolute;
  left: 0 !important;
  top: 0;
  z-index: 0;
}
.submission .submissionreport #datepicker3 .form-control,
.submission .submissionreport #datepicker4 .form-control,
.submission .submissionreport #datepicker5 .form-control,
.submission .submissionreport #datepicker6 .form-control {
  border-radius: 0;
  height: 24px;
  width: 160px;
  border: none;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: 400;
  color: #131111;
  padding-left: 34px;
  background: url(../images/icon-calendar-89a3968204b7183f666c101b8de09636.png) no-repeat 0 -2px !important;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 0;
  position: relative;
}
.submission .submissionreport #datepicker3 .input-group-addon,
.submission .submissionreport #datepicker4 .input-group-addon,
.submission .submissionreport #datepicker5 .input-group-addon,
.submission .submissionreport #datepicker6 .input-group-addon {
  opacity: 0;
  border: none;
}
.submission .submissionreport #datepicker3 .dropdown-menu,
.submission .submissionreport #datepicker4 .dropdown-menu,
.submission .submissionreport #datepicker5 .dropdown-menu,
.submission .submissionreport #datepicker6 .dropdown-menu {
  left: 0 !important;
}
.submission .submissionreport .fiscalpopup {
  width: 460px;
  z-index: 1000;
  background: #ffffff;
  margin: 0 10px 6px 187px;
}
.submission .submissionreport .bluegradientbar2 {
  border: none;
  min-height: 28px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  background: #b7deff !important; /* Old browsers */
  background: -moz-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7deff), color-stop(100%, #99bbd7)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b7deff 0%, #99bbd7 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #b7deff 0%, #99bbd7 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission .submissionreport .normaltext2 {
  font-size: 14px;
  color: #131111;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
  padding: 0 10px;
}
.submission .submissionreport-title h2 span {
  width: 180px;
  height: 28px;
  padding: 0 10px;
  display: block;
  float: left;
  cursor: pointer;
}
.submission .submissionreport-title h2 span.active {
  background: #b1bdeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1bdeb), color-stop(100%, #7c8ecd)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b1bdeb 0%, #7c8ecd 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #b1bdeb 0%, #7c8ecd 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission #submissionListPopup {
  display: none;
}
.submission .reportpopup {
  position: fixed !important;
  left: 68% !important;
  top: 37%;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
  width: 460px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.submission .reportpopup-content .input-daterange .datepicker .table-condensed tr td {
  line-height: 20px !important;
  padding: 2px 0px 0px 2px !important;
}
.submission .reportpopup.comparerangepopup .datepicker .table-condensed tr td {
  text-align: center !important;
}
.submission .submissionreport-content2 {
  display: none;
}
.submission .submissiontable-content {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.submission .submissiontable-content .table-content {
  width: 100%;
  z-index: 10;
  margin-top: 6px;
  position: relative;
}
.submission .submissiontable-content .fiscalpopup2 {
  width: 460px;
  background: #ffffff;
  overflow: hidden;
  float: none;
  margin: 0 auto;
  display: none;
  position: relative;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.submission .submissiontable-content .table-content {
  padding: 0;
}
.submission .table-content .input-group-addon {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 26px;
}
.submission .table-content .datepicker7 .table-condensed > tbody > tr > td,
.submission .table-content .datepicker8 .table-condensed > tbody > tr > td,
.submission .table-content .datepicker9 .table-condensed > tbody > tr > td {
  text-align: center;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 0 !important;
}
.submission .table-content .submission-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2px 0;
  width: 62px;
  margin: 0 auto;
}
.submission .table-content .submission-action > span {
  display: block;
  border: none;
  float: left;
  width: 30px;
}
.submission .table-content .submission-action span {
  float: none;
  margin: 0 auto;
}
.submission .table-content .submission-action .btn-deactive,
.submission .table-content .submission-action .btn-save,
.submission .table-content .submission-action .btn-edit,
.submission .table-content .submission-action .btn-add,
.submission .table-content .submission-action .btn-restore,
.submission .table-content .submission-action .btn-delete {
  margin: 0;
  padding: 0;
  width: 30px;
  min-height: 22px;
  display: block;
  float: left;
  cursor: pointer;
}
.submission .table-content .submission-action .btn-save {
  background: url(../images/icon-save-e273f08625a6bd45dc5fa5284dd28d21.png) no-repeat center center;
  -webkit-background-size: auto 22px;
  background-size: auto 22px;
}
.submission .table-content .submission-action .btn-edit {
  background: url(../images/icon-edit-160a7f1312b91179899ef1f8499af4a6.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.submission .table-content .submission-action .btn-delete {
  background: url(../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
  float: right;
}
.submission .table-content .submission-action .btn-deactive {
  background: url(../images/icon-deactive2-99940697ac39f61ad11f970bb1b59278.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.submission .table-content .submission-action .btn-restore {
  background: url(../images/icon-restore-2468eea2070af40786c553398149a172.png) no-repeat center center;
  -webkit-background-size: auto 24px;
  background-size: auto 24px;
}
.submission .table-content .submision-name .form-control,
.submission .table-content .submission-date .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  color: #131111;
  height: 26px;
  display: block;
}
.submission .table-content .submision-name .form-control {
  line-height: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #8f91a2;
  background: #ffffc1;
}
.submission .table-content .submission-date .form-control {
  width: 140px;
  border: none;
  padding: 0 10px 0 40px;
  background: url(../images/icon-calendar-89a3968204b7183f666c101b8de09636.png) no-repeat 3px 0 !important;
  -webkit-background-size: 25px auto !important;
  background-size: 25px auto !important;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.submission .table-content .submission-date span {
  float: left;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px 0 10px;
}
.submission .submissiontable-content .table > tbody > tr > td .icon-calendar {
  width: 30px;
  display: block;
  float: left;
  padding: 0;
}
.submission .submissiontable-content .table > tbody > tr > td .icon-calendar img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.submission .submissiontable-content .table tr td {
  font-size: 14px;
  line-height: 26px;
  color: #363a39;
  text-align: left;
  padding: 2px 8px !important;
  margin: 0;
}
.submission .submissiontable-content .table tr td:first-child {
  text-align: center;
}
.submission .submissiontop {
  margin: 16px auto 0 5px;
  padding: 0 0 0 0;
}
.submission .submissioncolumn {
  width: 240px;
  margin: 0 0 0 40px;
  position: relative;
  padding-bottom: 30px;
}
.submission .submissioncolumncontent {
  /*  height: 700px;
    overflow: auto;
    position: absolute;*/
  width: 100%;
  min-height: 30px;
}
.submission .submissioncolumnbutton {
  padding-bottom: 0;
}
.submission .submissiontable-content .table-content .floatThead-container .floatThead-table {
  margin-right: 13px !important;
}
.submission .table.newtable {
  margin-bottom: 0;
}
.submission .table.newtable tr th,
.submission .table.newtable tr td {
  white-space: nowrap;
}
.submission .table.newtable tr td .submission-date,
.submission .table.newtable tr td .submission-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.submission .table.newtable tr td .submission-date {
  min-width: 140px;
}
.submission .submissiontable-content .table-content .submission-date {
  display: inline-flex;
}
.submission .table tr th {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.submission {
  /* submission ui7 */
}
.submission .submissiontop2 .submissioncolumncontent {
  /*max-height: 270px;*/
}
.submission .submissioncolumncontent h4 {
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  color: #131111;
  display: block;
  padding: 0 25px;
  border: 1px solid #8f91a2;
  position: relative;
  cursor: pointer;
  margin: 4px 0 0 0;
  background: #eeeeee !important; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission .submissioncolumncontent h4:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #5b759b;
}
.submission .submissioncolumncontent h4.active:before {
  border-top: 0;
  border-bottom: 10px solid #5b759b;
}
.submission .submissiondropdown2 {
  display: none;
}
.submission .submission-status {
  overflow: hidden;
}
.submission .submissionstatusrow {
  margin: 6px 0 10px 0;
  overflow: hidden;
}
.submission .submission .table.newtable tr .lock-status-column-header {
  min-width: 35px !important;
}
.submission .submission .table.newtable tr .lock-status-column {
  min-width: 35px !important;
}
.submission .submissiontitle,
.submission .submissionlist span {
  font-size: 14px;
  color: #131111;
  padding: 0 10px;
  display: block;
  float: left;
  background: #f9f9f9;
  height: 26px;
  line-height: 26px;
  position: relative;
  margin-right: 5px;
  position: relative;
  text-align: center;
}
.submission .submissiontitle {
  background: #ccecff;
}
.submission .submissionlist span {
  margin-left: 5px;
  margin-right: 0;
  min-width: 110px;
}
.submission .submissionlist span:first-child {
  margin-left: 0;
  min-width: 110px;
}
.submission .submissionlist span.active {
  background: #ccecff;
}
.submission .submissionstatusrow .radio label {
  min-width: 120px;
}
.submission .submissiontable-content .table tr td.action,
.submission .submissiontable-content .table.newtable td.action {
  padding: 0 !important;
  overflow: hidden;
}
.submission .submissiontable-content .table.newtable td.action .action-complete,
.submission .submissiontable-content .table.newtable td.action .action-pending,
.submission .submissiontable-content .table.newtable td.action .action-overdue,
.submission .submissiontable-content .table.newtable td.action .actuals-unlock,
.submission .submissiontable-content .table.newtable td.action .action-submit,
.submission .submissiontable-content .table.newtable td.action .action-edit-unlocked {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 2px 8px !important;
  margin: 0 0 0 1px;
  height: 100%;
}
.submission .submissiontable-content .table.newtable td.action .action-complete {
  background: #bae18f;
  color: #006600;
}
.submission .submissiontable-content .table.newtable td.action .action-pending {
  background: #fbdc5a;
  color: #ff4507;
}
.submission .submissiontable-content .table.newtable td.action .action-overdue {
  background: #ff1919;
  color: #ffffff;
}
.submission .submissiontable-content .table.newtable td.overdue {
  color: #ff1919;
}
.submission .submissiontable-content .table.newtable td.action .action-submit {
  background: #31859c;
  color: #ffffff;
}
.submission .submissiontable-content .table.newtable td.action.disabled .action-submit {
  background: #a6a6a6;
  color: #ffffff;
}
.submission .submissiontable-content .table.newtable td.action.inProgress .action-submit {
  pointer-events: none;
  background: #fbdc5a;
  color: #ff4507;
  opacity: 1 !important;
}
.submission .submissiontable-content .table.newtable td.action.inProgress {
  pointer-events: none;
}
.submission .submissiontable-content .table.newtable td.action .actuals-unlock {
  background: #26c6da;
  color: #ffffff;
}
.submission .submissiontable-content .table.newtable td.action .action-edit-unlocked {
  background: #26c6da;
  color: #ffffff;
}
.submission .newtable .icon img {
  max-height: 26px;
  width: auto;
  margin: 0 auto;
}
.submission {
  /* common radio button start */
}
.submission .common-row .radio label {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  padding-left: 10px;
  display: block;
  font-size: 14px;
  color: #131111;
  float: left;
  display: block;
}
.submission .common-row .radio label:after {
  content: "";
  display: table;
  clear: both;
}
.submission .common-row .radio .cr {
  position: relative;
  display: block;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 26px;
  float: left;
  margin: 5px 5px 0 0;
}
.submission .common-row .radio .cr i {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  background: #000000;
  opacity: 0.55;
}
.submission .common-row .radio label input[type=radio] {
  display: none;
}
.submission .common-row .radio label input[type=radio] + .cr > i {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.submission .common-row .radio.active label input[type=radio] + .cr > i {
  opacity: 0.55;
}
.submission .common-row .radio label input[type=radio]:checked + .cr > i {
  opacity: 0.55;
}
.submission .common-row .radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.submission .common-row .cr.color1 {
  background: #37c5ab;
}
.submission .common-row .cr.color2 {
  background: #5c6bc0;
}
.submission .common-row .cr.color3 {
  background: #ffd600;
}
.submission .common-row .cr.color4 {
  background: #ba68c8;
}
.submission .common-row .cr.color5 {
  background: #ef5350;
}
.submission .common-row .cr.color6 {
  background: #26c6da;
}
.submission .common-row .cr.color7 {
  background: #78909c;
}
.submission .common-row .cr.color8 {
  background: #fc91ad;
}
.submission .common-row .cr.color9 {
  background: #fb8c00;
}
.submission .common-row .cr.color10 {
  background: #80cbc4;
}
.submission .common-row .cr.color11 {
  background: #c0ca33;
}
.submission .common-row .cr.color12 {
  background: #ff7043;
}
.submission .common-row .cr.color13 {
  background: #3d5afe;
}
.submission .common-row .cr.color14 {
  background: #ff66cc;
}
.submission .common-row .cr.color15 {
  background: #69f0ae;
}
.submission .common-row .cr.color16 {
  background: #ffccbc;
}
.submission .common-row .radio.active,
.submission .common-row .radio:hover {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission {
  /* common radio button end */
}
.submission .submissiontable-content .table.submissiontable1 tr.borderbggray td {
  border-top: 1px solid #bdbdbd;
}
.submission .submissiontable-content .table.submissiontable1 tr td {
  background: #f9f9f9;
  color: #000000;
  border-top: 1px solid #ffffff;
}
.submission .submissiontable-content .table.submissiontable1 tr td {
  text-align: left;
}
.submission .submissiontable-content .table.submissiontable1 tr td.cellbggray {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.submission .submissiontable-content .table.submissiontable1 tr td.cellbgblue {
  background: #99ffcc;
}
.submission .submissionreport .submissionreport-title2 {
  margin-bottom: 0;
}
.submission .submissiontable-content .table tr.trsort th {
  position: relative;
}
.submission .submissiontopstatus {
  overflow: hidden;
  margin-bottom: 5px;
}
.submission .submissiontopstatusrow {
  overflow: hidden;
  margin-bottom: 5px;
}
.submission .submissiontable-content.submissiontable-content3 {
  display: block !important;
}
.submission .cellinline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.submission .cellinline .icon {
  float: left;
  margin-right: 10px;
  width: 27px;
}
.submission .submissiontop2 {
  padding: 0 0 0 0;
}
.submission .submissiontop2 .submissioncolumn {
  padding-bottom: 4px;
  min-height: 0;
  margin-bottom: 0px;
}
.submission .submissiongroupsbox a.active {
  background: #bdbdbd;
  color: #000000;
}
.submission {
  /*  normalmultipleselect  common */
}
.submission .normalmultipleselect {
  position: relative;
  z-index: 10;
}
.submission .normalmultipleselect .form-control {
  border-radius: 0;
  border: none;
  background: #f5f5f5;
}
.submission .normalmultipleselect span.multiselect-native-select {
  position: relative;
  display: block;
  margin: 0 !important;
  background: none !important;
}
.submission .normalmultipleselect .multiselect,
.submission .normalmultipleselect .dropdown-toggle,
.submission .normalmultipleselect .btn,
.submission .normalmultipleselect .btn-default,
.submission .normalmultipleselect .multiselect-native-select,
.submission .normalmultipleselect .multiselect-native-select .multiselect {
  width: 100% !important;
  display: block;
  border: none;
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 0;
  text-align: left;
  font-size: 14px;
  color: #131111;
  background: #f5f5f5;
}
.submission .normalmultipleselect .multiselect-native-select {
  width: 100% !important;
  padding: 0;
}
.submission .normalmultipleselect .multiselect-native-select .btn-group {
  display: block;
  margin-bottom: 0;
}
.submission .normalmultipleselect .btn-group.open .dropdown-toggle {
  background: #f5f5f5;
}
.submission .normalmultipleselect .multiselect-container {
  top: 26px;
}
.submission .normalmultipleselect .multiselect-container,
.submission .normalmultipleselect .multiselect-container li {
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
  border-radius: 0;
  color: #131111;
}
.submission .normalmultipleselect .multiselect-container li a,
.submission .normalmultipleselect .multiselect-container li.active a {
  background: none;
}
.submission .normalmultipleselect .multiselect-container li.active label {
  height: 21px;
  line-height: 21px;
  display: block;
  color: #131111;
}
.submission .normalmultipleselect .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 98% center !important;
  color: #131111;
}
.submission .normalmultipleselect .multiselect-container li label {
  margin-right: 0;
  color: #131111;
}
.submission .normalmultipleselect .radio {
  background: none !important;
  color: #131111;
}
.submission .normalmultipleselect .multiselect-container > li > a > label.radio > input[type=radio] {
  display: none !important;
}
.submission .normalmultipleselect .multiselect-container > li > a > label > input[type=checkbox] {
  display: none !important;
}
.submission .normalmultipleselect .multiselect-container > li > a > label {
  height: 21px;
  line-height: 21px;
  padding: 0 10px;
}
.submission .normalmultipleselect .multiselect-native-select .multiselect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  top: 10px;
  right: 5px;
}
.submission .normalmultipleselect .multiselect-native-select .multiselect-selected-text {
  text-align: center;
  display: block;
  float: none;
}
.submission .normalmultipleselect .input-group {
  display: none;
}
.submission #submissionCriteriaPopup {
  display: none;
}
@media (min-width: 768px) {
  .submission .modal-dialog {
    margin: 0px !important;
  }
}
.submission #globalStatusBar {
  width: 60% !important;
  margin-left: 351px !important;
  margin-top: 5px;
}
.submission .submissionreport-title h2 {
  width: 90%;
}
.submission .submissionreport-title.showWhiteSpace h2 {
  white-space: pre-wrap;
}
.submission .criteriaName {
  width: 245px;
}
.submission .submissionListModalDialog {
  margin: 25% auto !important;
  padding-left: 60px;
}
.submission .displayNone {
  display: none !important;
}
.submission .displayBlock {
  display: block !important;
}
.submission .submissionButtonLeftMargin {
  margin: 0px;
}
.submission .clearBoth {
  clear: both;
}
.submission .biDisplay {
  width: 220px;
  padding-left: 10px;
  float: left;
  margin-top: 10px;
}
.submission #submissionConfirmationWrapper .modal-content {
  margin-left: 100% !important;
}
.submission .nameWidth {
  max-width: 200px;
}
.submission .columnWidth {
  max-width: 150px;
}
.submission .submissionModeWidth {
  min-width: 50px !important;
}
.submission .nameOnCriteriaWidth {
  width: 430px;
}
.submission .unlockRequestedOnWidth {
  width: 140px;
}
.submission .unlockButtonsWidth {
  width: 135px;
}
.submission .statusWidth {
  width: 135px;
}
.submission #trackSubmissionTable tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.submission .customMargin {
  margin-left: 123px;
}
.submission .marginZero {
  margin: 0px !important;
}
.submission .paddingZero {
  padding: 0px !important;
}
.submission .calenderDays {
  margin-left: 2px !important;
}
.submission .longTextWidth {
  width: 195px !important;
}
.submission .businessTypesStyle {
  width: 130px !important;
}
.submission .textAlignCenter {
  text-align: center !important;
}
.submission .mediumSizeColumn {
  width: 140px !important;
}
.submission .smallSizeColumn {
  width: 90px !important;
}
.submission .largeSizeColumn {
  width: 300px !important;
}
.submission .submissionreport .btn-submission i {
  right: initial;
  left: 0;
}
.submission .submissionreport .submissionlist a {
  margin-left: 5px;
  height: 30px;
  line-height: 30px;
  background: #F2F2F2 !important;
}
.submission .submissionreport .submissionlist a span {
  background: #F2F2F2 !important;
}
.submission .submissionreport .submissionlist .btn-data-export {
  padding-left: 16px;
}
.submission .submissionreport .submissionlist .btn-submission-status {
  padding-left: 29px;
}
.submission .submissionreport .submissionreport-header-row {
  display: flex;
}
.submission .submissionreport .submissionreport-header-row .submissionreport-header-title {
  width: 20%;
}
.submission .export-log {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px 30px !important;
}
.submission .export-log-btn {
  min-width: 120px;
  line-height: 36px;
  text-align: end;
  background: #f2f2f2 !important;
  border-radius: 0px !important;
}
.submission .submissioncolumntitle .btn-submission-config {
  position: absolute;
  width: 29px;
  height: 29px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 20px;
  cursor: pointer !important;
  display: block;
  color: #ffffff;
  top: 0;
  right: 30px;
  background: url(../images/icons8-date-from.svg) no-repeat center center !important;
  z-index: 10;
}

#submissionCriteriaPopup.ui-dialog.ui-dialog-content, #submissionListPopup.ui-dialog.ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: unset !important;
}
#submissionCriteriaPopup.ui-dialog.ui-dialog-content .table-responsive, #submissionListPopup.ui-dialog.ui-dialog-content .table-responsive {
  max-height: 450px !important;
}
#submissionCriteriaPopup.ui-dialog.ui-dialog-content td.dark-text, #submissionListPopup.ui-dialog.ui-dialog-content td.dark-text {
  color: black !important;
  font-weight: 600 !important;
}
#submissionCriteriaPopup.ui-dialog.ui-dialog-content td.dark-text .form-control, #submissionListPopup.ui-dialog.ui-dialog-content td.dark-text .form-control {
  color: black !important;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
#submissionCriteriaPopup.ui-dialog.ui-dialog-content td.grey-text, #submissionListPopup.ui-dialog.ui-dialog-content td.grey-text {
  color: #48484a !important;
}
#submissionCriteriaPopup.ui-dialog.ui-dialog-content td.grey-text .form-control, #submissionListPopup.ui-dialog.ui-dialog-content td.grey-text .form-control {
  color: #48484a !important;
}
#submissionCriteriaPopup.ui-dialog.ui-dialog-content td.grey-text p, #submissionListPopup.ui-dialog.ui-dialog-content td.grey-text p {
  color: #48484a !important;
}

.overflowHidden {
  overflow-x: hidden;
}

/* new code */
.newSubmission .submission-content {
  padding: 0 15px;
}
.newSubmission .icon {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.newSubmission .icon i {
  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  background-position: center center;
}
.newSubmission .submissionreport {
  max-width: 100%;
}
.newSubmission .table tr th,
.newSubmission .table tr td {
  font-weight: normal;
  font-size: 14px;
}
.newSubmission .table tr th {
  font-family: "SourceSansProSemiBold";
}
.newSubmission .table tr td {
  font-family: "SourceSansProRegular";
}
.newSubmission .table tr th,
.newSubmission .table tr td {
  min-width: 100px;
}
.newSubmission .without-biweekly td:nth-child(1), .newSubmission .without-biweekly td:nth-child(3) {
  font-size: 0px !important;
}
.newSubmission .without-biweekly .borderbggray td:nth-child(1), .newSubmission .without-biweekly .borderbggray td:nth-child(3), .newSubmission .without-biweekly .borderbggray td:nth-child(4) {
  font-size: 14px !important;
}
.newSubmission .biweekly-enable-table td:nth-child(2), .newSubmission .biweekly-enable-table td:nth-child(4) {
  font-size: 0px !important;
}
.newSubmission .biweekly-enable-table .borderbggray td:nth-child(2), .newSubmission .biweekly-enable-table .borderbggray td:nth-child(4), .newSubmission .biweekly-enable-table .borderbggray td:nth-child(5) {
  font-size: 14px !important;
}
.newSubmission .bi-weekly-Enable.hide-actual-date {
  font-size: 0px !important;
}
.newSubmission .bi-weekly-Enable.hide-actual-button {
  display: none;
}
.newSubmission .borderbggray .lock-status-column {
  font-size: 14px !important;
}
.newSubmission .lock-status-column {
  font-size: 0px !important;
}
.newSubmission .text-bolder-locked td {
  font-weight: 700 !important;
}
.newSubmission .submissiontable-content .table.newtable td.action .complete-off {
  background: #d1cfcf;
  color: #ffffff;
}

.unlock-button {
  background-color: #CBCED7;
  color: #010105 !important;
  padding: 4px 20px;
}
.unlock-button:hover {
  background-color: #80CBC4;
  padding: 4px 20px;
  color: #010105 !important;
}

.unlockButtonsWidth > .popover.fade {
  height: fit-content !important;
  width: fit-content !important;
}
.unlockButtonsWidth > .popover.fade .popover-content {
  height: fit-content !important;
  padding: 6px 10px !important;
}

.submission-popover + .popover,
.popover.top {
  pointer-events: none;
}

/* new update */
.submission--update .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: unset;
}
.submission--update .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.submission--update .top-action-area {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0 10px;
  margin-bottom: 0;
}
.submission--update .section__row {
  min-height: 30px;
  display: grid;
  grid-template-columns: 127px 280px auto;
  grid-column-gap: 10px;
  margin: 0 0 10px;
  position: relative;
  height: 30px;
}
.submission--update .section__row .section__title {
  background-color: #ccecff;
  padding: 5px 10px;
}
.submission--update .section__row .section__content {
  display: flex;
  height: 30px;
}
.submission--update .section__row .radio-wrap {
  display: flex;
  position: fixed;
}
.submission--update .section__row .year-select {
  width: 103px;
}
.submission--update .section__row .year-select .multiselect-container {
  min-width: 0;
}
.submission--update .data-download-btn {
  margin-right: 4px;
  min-width: 134px;
  line-height: 36px;
  text-align: end;
  background: #f2f2f2 !important;
  border-radius: 0px !important;
}
.submission--update .export-rms {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px 30px !important;
}
.submission--update .display-flex {
  display: flex;
}
.submission--update .submissioncolumnwrap--update {
  flex-direction: column;
}
.submission--update .submissioncolumnwrap--update .ember-view {
  margin-right: 0;
}
.submission--update .submissioncolumnwrap--update { /* .ember-view { margin-right: 40px; } */ }
.submission--update .submissioncolumnwrap--update .submissioncolumn {
  width: auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-auto-flow: row;
  padding-bottom: 0;
  gap: 0 10px;
}
@media (max-width: 520px) {
  .submission--update .submissioncolumnwrap--update .submissioncolumn {
    grid-template-columns: 1fr;
  }
}
.submission--update .submissioncolumnwrap--update .submissiongroupsbox {
  height: auto;
}
.submission--update .submissioncolumnwrap--update .submissiongroupsbox > a {
  margin-top: 0;
}
.submission--update .submissioncolumnwrap--update .nosubmissiongroupsbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.submission--update .submissioncolumnwrap--update .nosubmissiongroupsbox .submissiongroupsbox {
  width: 240px;
  padding: 2px 0;
}
@media (max-width: 520px) {
  .submission--update .submissioncolumnwrap--update .nosubmissiongroupsbox .submissiongroupsbox {
    width: 100%;
  }
}
.submission--update .submissioncolumnwrap--update .nosubmissiongroupsbox .submissiongroupsbox .btndeletecell {
  top: 3px;
}
.submission--update .mars-nav-tabs li strong {
  padding: 5px 10px;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  display: block;
}
.submission--update .mars-nav-tabs li a {
  min-width: 100px;
  text-align: center;
}
.submission--update {
  /* table  */
}
.submission--update .ember-table { /* .table-responsive */
  margin-top: 6px;
  overflow: scroll !important;
  max-height: inherit;
  height: 382px;
}
@media (min-width: 768px) {
  .submission--update .ember-table {
    height: calc(100vh - 270px);
  }
}
@media (min-width: 812px) {
  .submission--update .ember-table {
    height: calc(100vh - 270px);
  }
}
@media (min-width: 900px) {
  .submission--update .ember-table {
    height: calc(100vh - 230px);
  }
}
@media (min-width: 1201px) {
  .submission--update .ember-table {
    height: calc(100vh - 228px);
  }
}
.submission--update .table {
  table-layout: unset;
}
.submission--update .table th, .submission--update .table td {
  min-width: 100px;
}
.submission--update .table .col-save-state a,
.submission--update .table .col-save-state span {
  display: flex;
  justify-content: center;
}
.submission--update .table td.action .action-submit {
  background-color: #31859c;
  color: #FFFFFF;
}
.submission--update .table td.action .action-complete {
  background-color: #bae18f;
  color: #006600;
}
.submission--update .table .col-unlock small {
  border-radius: 5px;
  background-color: #cbced7;
  padding: 0 10px;
  display: inline-block;
  margin: 0 1px;
  height: 26px;
  font-size: 14px;
}
.submission--update .table .col-unlock i {
  margin: 0 auto;
}
.submission--update .table .panding-row {
  display: none;
}
.submission--update {
  /* new submission comment page ================================== */
}
.submission--update .container-fluid {
  overflow: visible;
}
.submission--update .content {
  padding: 10px 15px 10px 15px;
  position: relative;
}
.submission--update .submission-comment .new-title-bar {
  height: 30px;
  padding: 0 100px 0 10px;
  position: relative;
  margin-bottom: 0 !important;
}
.submission--update .submission-comment .new-title-bar .action {
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
}
.submission--update .submission-comment .btn-close, .submission--update .submission-comment .btn-edit, .submission--update .submission-comment .btn-save {
  height: 30px;
  width: 30px;
}
.submission--update .submission-comment .btn-close.displayBlock, .submission--update .submission-comment .btn-edit.displayBlock, .submission--update .submission-comment .btn-save.displayBlock {
  display: inline-flex;
}
.submission--update .submission-comment textarea.form-control {
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  resize: none;
}
.submission--update .submission-comment .data {
  padding: 3px 10px;
  background-color: #F5F5F5;
  min-height: 26px;
}
.submission--update .submission-comment .action {
  display: flex;
}
.submission--update .submission-comment .action .displayBlock {
  display: inline-flex !important;
}
.submission--update .submission-comment--save .is-edit {
  display: none;
}
.submission--update .submission-comment--save .is-save {
  display: block;
}
.submission--update .submission-comment--save .btn-trash {
  display: none;
}
.submission--update .submission-comment--save .single-calendar {
  pointer-events: none;
}
.submission--update .submission-comment--save .submission-comment__section-item.firstItem {
  display: none !important;
}
.submission--update .submission-comment--save .submission-comment__section-item.newItemAddData {
  display: grid !important;
}
.submission--update .submission-comment--edit .is-save {
  display: none;
}
.submission--update .submission-comment--edit .is-edit {
  display: block;
}
.submission--update .submission-comment .submission-comment__content {
  padding: 20px;
  margin-top: 10px;
  background: #f2f2f2;
}
.submission--update .submission-comment .submission-comment__content h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.submission--update .submission-comment .submission-comment__section {
  background: #FFFFFF;
  padding: 10px;
  margin-top: 10px;
}
.submission--update .submission-comment .submission-comment__section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  background-color: transparent !important;
}
.submission--update .submission-comment .submission-comment__section-head h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  background: #c2d7fd;
  padding: 7px 10px;
  height: 30px;
  margin: 0;
}
.submission--update .submission-comment .submission-comment__section-head .action {
  gap: 10px;
}
.submission--update .submission-comment .submission-comment__section-content {
  display: grid;
  padding: 0;
}
.submission--update .submission-comment .submission-comment__section-item {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}
@media (min-width: 640px) {
  .submission--update .submission-comment .submission-comment__section-item {
    grid-template-columns: 200px 1fr 127px;
  }
}
.submission--update .submission-comment .submission-comment__section-item {
  margin-top: 10px;
}
.submission--update .submission-comment .submission-comment__section-item .submission-comment__infobox {
  padding: 10px;
  background-color: #e5f4e3;
}
.submission--update .submission-comment .submission-comment__section-item .submission-comment__infobox strong {
  display: block;
  font-weight: normal;
  font-family: "SourceSansProBold";
}
.submission--update .submission-comment .submission-comment__section-item .submission-comment__infobox strong span {
  font-family: "SourceSansProRegular";
}
.submission--update .submission-comment .submission-comment__section-item .submission-comment__detail .data {
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #f9f9f9;
}
.submission--update .submission-comment .submission-comment__section-item .submission-comment__detail textarea.form-control {
  height: 100%;
  overflow: hidden;
}
.submission--update .submission-comment .submission-comment__section-item .action {
  align-items: flex-start;
  justify-content: end;
  gap: 10px;
}
@media (min-width: 640px) {
  .submission--update .submission-comment .submission-comment__section-item .action {
    justify-content: flex-start;
  }
}

.Export-log-main-container {
  padding-top: 5px !important;
}
.Export-log-main-container .failed-reason {
  color: #ff0000;
}
.Export-log-main-container .btn-check-reason {
  color: #3d5afe !important;
  text-decoration: underline !important;
}

.ui-dialog.Export-log-main-container {
  top: 20vh !important;
}

#submissionManagementDetailsPopup .submissiontable-content tbody .budget-approve-button {
  height: 30px;
  width: 30px;
  float: left;
}
#submissionManagementDetailsPopup .submissiontable-content tbody .budget-reject-button {
  height: 30px;
  width: 30px;
}

.submission-configuration-popup .close {
  opacity: 1;
}
.submission-configuration-popup .submission-popup-footer {
  border-top: none !important;
  text-align: center;
}
.submission-configuration-popup .btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #131111;
  text-align: center;
  background: #e6e6e6;
  border: 1px solid #adadad;
  display: inline-block;
  margin: 0 5px;
  min-width: 70px;
}
.submission-configuration-popup .no-margin {
  margin: 0px;
}
.submission-configuration-popup .no-padding {
  padding: 0px;
}
.submission-configuration-popup .padding-top-10 {
  padding-top: 10px;
}
.submission-configuration-popup .padding-bottom-10 {
  padding-bottom: 10px;
}
.submission-configuration-popup #due-date-radio label {
  font-weight: normal;
}
.submission-configuration-popup #no-submission-radio label {
  font-weight: normal;
}
.submission-configuration-popup #submission-label label {
  font-weight: normal;
}
.submission-configuration-popup .padding-left-right-5 {
  padding: 0px 5px;
}

.mars-popup.submission-configuration-popup {
  top: 180px !important;
}

.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export {
  max-width: 1250px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export .form-group.mars-select {
  padding-right: 20px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export .mars-radio {
  padding-right: 20px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #DATA_FORMAT_ROW_ID .reportrowcontentarea {
  height: 30px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #DATA_FORMAT_ROW_ID .reportrowcontent.first-row-data-formate div.filterDropdown span {
  grid-template-columns: 100px 120px;
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #DATA_FORMAT_ROW_ID .reportrowcontent.first-row-data-formate div.filterDropdown span > label:first-child {
  background: #ccecff;
  padding: 3px 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #DATA_FORMAT_ROW_ID .segment-option-label {
  float: left;
  font-weight: normal;
  background: #ccecff;
  padding: 4px 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #DATA_TYPE_ROW_ID .export-currency-option-label {
  float: left;
  margin-left: 52px;
  font-weight: normal;
  background: #ccecff;
  padding: 4px 10px;
  margin-bottom: 0px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #DATA_TYPE_ROW_ID .mars-radio {
  min-width: fit-content;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontentarea {
  display: grid;
  grid-row-gap: 0px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent.second-row-export-method {
  margin-top: 4px !important;
  display: grid;
  height: 31px;
  grid-template-columns: auto auto auto auto auto;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent.second-row-export-method .ember-text-field {
  width: 150px;
  padding: 2px 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent.second-row-export-method .input-form-to.export-label span {
  background: #ccecff;
  padding: 4px 4px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent.is-email-row-export-method {
  display: grid;
  height: 30px;
  grid-template-columns: auto auto;
  margin-top: 5px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent.is-email-row-export-method .ember-text-field {
  width: 150px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent {
  display: flex;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown {
  float: none;
  margin-right: 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown span {
  grid-template-columns: 130px 190px;
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span {
  grid-template-columns: 130px 240px;
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-addon, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-btn {
  display: none !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-addon button, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-btn button {
  display: none;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.multiselect-selected-text {
  display: block;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .timeZone input {
  width: 330px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontentarea {
  display: grid;
  grid-row-gap: 2px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting {
  margin-bottom: 5px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportcontentarea div:nth-child(1) {
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .endOfMonth-select {
  width: 140px !important;
  margin-left: -70px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting {
  height: 26px;
  display: grid;
  margin-bottom: 2px;
  grid-template-columns: 230px 230px 230px 230px auto;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting .datesRangeCalendar, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting .datesRangeCalendar {
  display: grid;
  grid-template-columns: 90px 120px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting .datesRangeCalendar label:first-child, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting .datesRangeCalendar label:first-child {
  background: #ccecff;
  padding: 4px 10px;
  font-weight: normal;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.Time-select, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.interval-select, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.Time-select, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.interval-select {
  float: none;
  margin-right: 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.Time-select span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.interval-select span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.Time-select span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.interval-select span {
  grid-template-columns: 100px 120px;
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.Time-select span > label:nth-child(2), .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.interval-select span > label:nth-child(2), .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.Time-select span > label:nth-child(2), .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.interval-select span > label:nth-child(2) {
  grid-template-columns: 200px 300px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.Time-select span > label:first-child, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting div.interval-select span > label:first-child, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.Time-select span > label:first-child, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting div.interval-select span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting .input-form-to.timeZone, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting .input-form-to.timeZone {
  width: max-content;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.first-row-export-setting .input-form-to.timeZone span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.third-row-export-setting .input-form-to.timeZone span {
  width: 130px;
  display: inline-flex;
  height: 26px;
  padding: 4px 10px;
  background-color: #ccedff;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting {
  height: 26px;
  display: grid;
  margin-bottom: 2px;
  grid-template-columns: 230px 120px 160px 195px 195px 120px auto;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.frequency-select, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.From-select, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.To-select {
  float: none;
  margin-right: 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.frequency-select span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.From-select span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.To-select span {
  grid-template-columns: 100px 120px;
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.frequency-select span > label:nth-child(2), .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.From-select span > label:nth-child(2), .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.To-select span > label:nth-child(2) {
  grid-template-columns: 200px 300px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.frequency-select span > label:first-child, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.From-select span > label:first-child, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.To-select span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.From-select span, .export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.To-select span {
  grid-template-columns: 90px 90px;
  display: grid;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting div.OfWeek-select {
  width: 150px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent.second-row-export-setting .mars-radio {
  height: 26px;
  width: 100px;
  padding-right: 2px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .forever {
  margin-left: 50px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day {
  margin-left: -260px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day-without-input {
  margin-left: -115px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day-daily {
  margin-left: -90px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day-daily-without-input {
  margin-left: -10px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .To-select {
  margin-left: -60px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .To-select .multiselect-native-select {
  width: 135px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .From-select {
  margin-left: -45px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .input-form-to.EOM-prior-value {
  width: 30px !important;
  margin-left: -117px;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export #EXPORT_SETTING_ROW_ID .input-form-to.EOM-prior-value input {
  width: 30px !important;
}
.export-scheduler-criteria .newreport.commonDisplayCriteria.new-schedule-export.isEditMode #EXPORT_SETTING_ROW_ID .reportrowcontent .datesRangeCalendar.disabled {
  opacity: unset !important;
}

/*
==========================================================================
    Roomsforecast New Page
==========================================================================
*/
.segment-details-setup.rooms-setup {
  padding-top: 20px;
}
.segment-details-setup.rooms-setup .submemu.tab-submemu {
  margin: 0 0 7px 0;
}
.segment-details-setup.rooms-setup .top-action-area .btn-sync {
  color: #131111 !important;
  padding: 5px 8px 5px 32px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  background-color: #f2f2f2;
}
.segment-details-setup.rooms-setup .top-action-area .btn-sync i {
  position: absolute;
  left: 0;
  top: 0;
}
.segment-details-setup.rooms-setup .top-action-area .unAssignMSButton {
  padding: 10px;
}
.segment-details-setup.rooms-setup .btn-mprg {
  margin-right: 10px;
  margin-left: 20px;
  color: #000000 !important;
  background: #f5f5f5;
  height: 30px;
  cursor: pointer;
  padding: 27px 5px 0 39px;
}
.segment-details-setup.rooms-setup .btn-mprg i {
  margin: -27px 0px -25px -38px;
}

.dialog-unassignedStatusCode-popup .col-resources {
  text-align: inherit;
}
.dialog-unassignedStatusCode-popup .message-popup {
  padding: 10px 0 !important;
}
.dialog-unassignedStatusCode-popup thead tr th:first-child {
  text-align: left;
}

.dialog-unassignedMS-popup .col-resources {
  text-align: inherit;
}
.dialog-unassignedMS-popup .message-popup {
  padding: 10px 0 !important;
}
.dialog-unassignedMS-popup thead tr th:first-child {
  text-align: left;
}

.BnC-dialog-unassigned-popup .col-resources {
  text-align: inherit;
}
.BnC-dialog-unassigned-popup .message-popup {
  padding: 10px 0 !important;
}
.BnC-dialog-unassigned-popup thead tr th:first-child {
  text-align: left;
}

.dialog-copy-room-setup-popup.ui-widget-content {
  margin: 0 !important;
  padding: 0 !important;
}
.dialog-copy-room-setup-popup.ui-widget-content .displayNone {
  display: none !important;
}
.dialog-copy-room-setup-popup.ui-widget-content .copy-room-setup-popup {
  margin: 10px;
}
.dialog-copy-room-setup-popup.ui-widget-content .copy-room-setup-popup .popup-content {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.dialog-copy-room-setup-popup.ui-widget-content .copy-room-setup-popup .popup-content .title {
  background: #ccecff;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.dialog-copy-room-setup-popup.ui-widget-content .copy-room-setup-popup .popup-content .hotelsCopyDiv {
  padding-bottom: 120px;
}
.dialog-copy-room-setup-popup.ui-widget-content .copy-room-setup-popup .popup-content .setupCopyButtonDiv {
  margin: 0;
  padding: 0;
}

.roomsforecast .new-roomsforecast-content .commonTable .btn-edit2 {
  height: 23px;
  float: left;
  padding: 0 5px;
  margin-top: -1px;
}

.new-roomsforecast-content #pickupDaysInterval {
  max-width: 300px;
  padding-left: 10px !important;
}
.new-roomsforecast-content #pickupDaysInterval input {
  display: inline;
  width: 15%;
  height: 26px;
  border-radius: 0px;
  margin: 0px 5px;
  padding: 0px 10px;
}

.new-roomsforecast-content.SUMMARY.rf-content-ui13.rf-content-ui12 .ember-table.mars-ember-table.mars-change-aware-table table tr:nth-child(2) th:nth-child(1) {
  display: table-cell;
}

.reportrowcontent .datesRangeCalendar .timeselect {
  width: 200px !important;
}

.fcstroomsforecast #report.newreport .report-content .report-row .form-group.form-optgroup .btn-group .dropdown-toggle {
  width: 190px !important;
}
.fcstroomsforecast #report.newreport .report-content .report-row .form-group.form-optgroup .btn-group .dropdown-menu {
  width: 190px !important;
  height: 160px !important;
}

.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead {
  position: sticky !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:not(:first-child) th:first-child {
  padding-left: 10px !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:nth-child(2) th:nth-child(1) {
  display: none;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:nth-child(2) th:nth-child(2) {
  border-top: none !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead th:nth-child(2) {
  background-color: #d4d9e8 !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:first-child th:nth-child(2), .new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:nth-child(2) th:nth-child(2) {
  background-color: #98bad6 !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:first-child th.totalCss, .new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:nth-child(2) th.totalCss {
  background-color: #d4d9e8 !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:first-child th:nth-child(2) span {
  position: absolute;
  top: 11px;
  left: 40px;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table tbody tr td.totalColumn.trClearDay.positivenumber.trSolitude {
  background-color: #d4d9e8 !important;
}
.new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table tbody td:first-child.is-fixed-left, .new-roomsforecast-content.SUMMARY.rf-content-ui13 .ember-table.mars-ember-table.mars-change-aware-table table tbody td:nth-child(2).is-fixed-left {
  z-index: 1 !important;
}

.roomsforecast-content .report-title h2 {
  float: left;
}

.new-roomsforecast-content.SUMMARY.rf-content-ui13.rf-content-ui12 .ember-table.mars-ember-table.mars-change-aware-table table thead tr:first-child th:nth-child(2) span {
  top: 4px;
}

.roomsforecast .new-roomsforecast-content .commonTable tr th.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}

.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr th.mseventdate {
  background-color: #ffe3a4 !important;
}

.sp-palette-container .sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  border: solid 1px #d0d0d0;
}

.new-roomsforecast-content .rooms-forecast-method-notification {
  height: 30px;
  margin: 0;
}
.new-roomsforecast-content .rooms-forecast-method-notification .progress-bar {
  padding: 0px 5px;
  font-size: 14px;
  line-height: 26px;
}

.new-roomsforecast-content .rooms-forecast-common-header {
  cursor: default;
}

.new-roomsforecast-content .rooms-forecast-common-header:before {
  display: none !important;
}

.new-roomsforecast-content .rooms-forecast-common-header .page-title {
  margin-left: 0 !important;
}

.new-roomsforecast-content .rooms-forecast-common-top-row {
  margin-top: 10px !important;
}

.new-roomsforecast-content .rooms-forecast-common-fiscal-range {
  display: none;
}

.fiscaldaterange-content .blue-tooltip.fiscalbox {
  background: #f5f5f5;
}

.fiscaldaterange-content .blue-tooltip.fiscalbox .session-label {
  width: 75%;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .fiscaldaterange-content .blue-tooltip.fiscalbox .session-label {
    width: 58%;
  }
}
@media (min-width: 1800px) and (max-width: 1900px) {
  .fiscaldaterange-content .blue-tooltip.fiscalbox .session-label {
    width: 70%;
  }
}
@media (min-width: 1441px) and (max-width: 1800px) {
  .fiscaldaterange-content .blue-tooltip.fiscalbox .session-label {
    width: 65%;
  }
}

.new-roomsforecast-content .leftforecasttop.segment-detailed-report, .new-roomsforecast-content .leftforecasttop.rooms-consolidation, .new-roomsforecast-content .leftforecasttop.rooms-summary {
  cursor: default;
}

.top-row-btn {
  background: #ccecff !important;
  color: #000 !important;
  border-radius: unset;
  height: 26px !important;
  line-height: 26px !important;
  margin: 2px 5px;
}

.new-roomsforecast-content .rooms-consolidation-top-row, .new-roomsforecast-content .rooms-summary-top-row {
  margin-top: 10px !important;
}

.new-roomsforecast-content .rooms-consolidation-fiscal-range, .new-roomsforecast-content .rooms-summary-fiscal-range {
  display: none;
}

.new-roomsforecast-content .leftforecasttop.segment-detailed-report:before, .new-roomsforecast-content .leftforecasttop.rooms-consolidation:before, .new-roomsforecast-content .leftforecasttop.rooms-summary:before {
  display: none !important;
}

.new-roomsforecast-content .segment-detailed-report .page-title {
  margin-left: 0 !important;
}

.fcstroomsforecast #report.newreport .report-content .report-row .checkbox-area > div {
  min-width: 70px !important;
}
.fcstroomsforecast #report.newreport .report-content .report-row .checkbox-area .form-group .btn-group .multiselect {
  width: 122px !important;
}
.fcstroomsforecast #report.newreport .report-content .report-row .checkbox-area .form-group:nth-child(3) .btn-group .multiselect {
  width: 145px !important;
}

.roomsforecast {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.roomsforecast .btn-export,
.roomsforecast .btn-compareto,
.roomsforecast .btn-datadisplay,
.roomsforecast .btn-enter,
.roomsforecast .btn-pickup,
.roomsforecast .btn-otb,
.roomsforecast .btn-edit,
.roomsforecast .btn-save,
.roomsforecast .btn-close {
  display: block;
  float: left;
}
.roomsforecast .btn {
  height: 30px;
  line-height: 30px;
}
.roomsforecast .btn-export {
  width: 88px;
  height: 30px;
  line-height: 30px;
}
.roomsforecast .btn-exportchi {
  padding: 0 !important;
  margin-left: 0 !important;
  background-color: #c5c5c5 !important;
}
.roomsforecast .btn-autoadjust {
  width: auto;
  height: 30px !important;
  line-height: 30px !important;
  display: block;
  margin-left: 5px;
  padding: 0 10px 0 38px;
  background: #F2F2F2 !important;
}
.roomsforecast .btn-autoadjust i {
  margin: -30px 0px 0px -35px;
}
.roomsforecast .checkbox-area {
  background-color: unset;
}
.roomsforecast .top-row-btn {
  margin-right: 10px;
}
.roomsforecast .btn-compareto,
.roomsforecast .btn-datadisplay {
  height: 30px;
  line-height: 30px;
}
.roomsforecast .btn-enter {
  width: 30px;
  height: 30px;
}
.roomsforecast .btn-pickup,
.roomsforecast .btn-otb {
  height: 23px;
  line-height: 23px;
}
.roomsforecast .btn-edit,
.roomsforecast .btn-save {
  min-width: inherit;
  padding: 0 5px;
  background: #ffffff;
  width: 30px;
  height: 23px;
}
.roomsforecast .btn-edit i,
.roomsforecast .btn-save i {
  height: 22px;
}
.roomsforecast .btn-close {
  width: 23px;
  height: 23px;
}
.roomsforecast .new-roomsforecast-content {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  max-width: inherit !important;
  margin: 6px 0 0 0 !important;
  padding: 4px 15px !important;
}
.roomsforecast .new-roomsforecast-content strong {
  font-family: "SourceSansProSemiBold";
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttop {
  padding-left: 10px;
  position: relative;
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttop:before {
  display: none;
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttop .icon-collapse {
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
  padding: 0;
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttop span {
  margin-left: 24px;
  font-size: 14px;
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttop:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 22px;
  display: block;
  background: url(../images/chi-arrowright.svg) no-repeat center center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttopactive:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.roomsforecast .new-roomsforecast-content .forecasttop .leftforecasttop.inEditMode:before {
  display: none;
}
.roomsforecast .new-roomsforecast-content .forecasttop .rightforecasttop .gotoselectarea .dropdown-menu {
  z-index: 900 !important;
}
.roomsforecast .new-roomsforecast-content .forecasttop .rightforecasttop {
  height: 30px;
}
.roomsforecast .new-roomsforecast-content .forecasttop .rightforecasttopsegment-detailed-report .btn-consolidated {
  margin-right: 10px;
  float: left;
}
.roomsforecast .new-roomsforecast-content .forecasttop .rightforecasttopsegment-detailed-report .btn-summary {
  float: left;
}
.roomsforecast .new-roomsforecast-content .forecasttop .rightforecasttop.forecastTopContentRight {
  display: flex;
}
.roomsforecast .new-roomsforecast-content .forecasttop .rightforecasttop.forecastTopContentRight .roomForecastCurrencyDropdown {
  margin: 2px 10px 0 0;
  width: 275px;
}
.roomsforecast .new-roomsforecast-content .gotoselectarea .multiselect,
.roomsforecast .new-roomsforecast-content .gotoselectarea .multiselect-container li {
  font-family: "SourceSansProRegular";
  font-size: 14px;
}
.roomsforecast .new-roomsforecast-content .gotoselectarea .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px 12px !important;
  background-size: 12px 12px !important;
}
.roomsforecast .new-roomsforecast-content .gotoselectarea .multiselect-native-select .multiselect .caret {
  background: url(../images/chi-arrowright.svg) no-repeat 0 -1px;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}
.roomsforecast .new-roomsforecast-content .btn-export {
  margin-left: 5px;
  padding: 0 10px 0 38px;
  background: #F2F2F2 !important;
}
.roomsforecast .new-roomsforecast-content .Lastupdate {
  background: #f5f5f5;
  margin-left: 10px;
  margin-right: 10px;
  width: 230px;
  height: 30px;
  line-height: 30px;
  color: #131111;
  padding: 0 10px;
  display: block;
  float: left;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .btn-compareto,
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .btn-datadisplay {
  width: 100px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .btn-enter {
  background: url(../images/chi-go.svg) no-repeat center center;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption {
  padding-right: 38px;
  min-height: 30px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div {
  width: 142px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div.widthauto {
  width: auto;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div.checkoption3 {
  width: 180px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div small {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1345px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div {
    width: 115px;
  }
  .roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div.checkoption3 {
    width: 140px;
  }
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption div ul {
  width: 145px;
}
@media (max-width: 1190px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalcontentouter .forecastcheckoption {
    overflow: visible;
    float: none;
  }
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .fiscalrowcontent2 .radio label {
  font-size: 14px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .forecastrowright .forecastcheckoption div {
  width: 142px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .forecastrowright .forecastcheckoption div.widthauto {
  width: auto;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .forecastrowright .forecastcheckoption div.checkoption3 {
  width: 180px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .forecastrowright .forecastcheckoption div small {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1345px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .forecastrowright .forecastcheckoption div {
    width: 115px;
  }
  .roomsforecast .new-roomsforecast-content .forecastcomparedate .forecastrow .forecastrowright .forecastcheckoption div.checkoption3 {
    width: 140px;
  }
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate .float-at-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow {
  float: left;
}
@media (max-width: 1190px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow {
    float: none;
  }
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow:first-child {
  margin-right: 10px;
}
@media (max-width: 1190px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow:first-child {
    margin-right: 0;
  }
}
@media (min-width: 1191px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .fiscalcontentouter {
    margin: 0 5px;
  }
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .fiscalcontentouter .forecastcheckoption {
  margin-right: 0;
  padding-right: 0;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .fiscalcontentouter .forecastcheckoption div {
  width: 75px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .fiscalcontentouter .forecastcheckoption div.widthauto {
  width: auto;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .fiscalcontentouter .forecastcheckoption div.checkoption3 {
  width: 105px;
}
@media (min-width: 1191px) {
  .roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .forecastrowright {
    margin-left: 105px;
  }
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .forecastrowright .forecastcheckoption div {
  width: 110px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate.forecastcomparedate2 .forecastrow .forecastrowright .forecastcheckoption div:first-child {
  width: 90px;
}
.roomsforecast .new-roomsforecast-content .table-responsive {
  overflow: auto;
  padding-bottom: 15px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast {
  width: auto;
  margin-bottom: 0;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-close {
  margin: 0 0 0 10px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-autoadjust {
  margin: 0 0 0 5px;
  float: right;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit {
  background: #894F76 url(../images/chi-edit.svg) no-repeat 11px center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  min-width: inherit;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit2 {
  background: #fff url(../images/chi-edit.svg) no-repeat center center;
  -webkit-background-size: auto 17px;
  background-size: auto 17px;
  min-width: 30px;
  height: 22px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-save {
  background: #894F76 url(../images/chi-save.svg) no-repeat 11px center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  min-width: inherit;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-save .icon-small {
  width: 22px;
  height: 22px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-save2 {
  background: #fff url(../images/chi-save.svg) no-repeat 5px center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  min-width: inherit;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-save2 .icon-small {
  width: 22px;
  height: 22px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-close {
  background: url(../images/chi-close.svg) no-repeat 11px center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  height: 24px;
  line-height: 20px;
  float: left;
  padding-left: 35px;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-pickup,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-otb,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-autoadjust {
  width: auto;
  display: block;
  float: right;
  height: 21px;
  margin-top: 1px;
  line-height: 23px;
  text-decoration: none;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-pickup,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-otb {
  background: #fff url(../images/chi-edit.svg) no-repeat right center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  padding-right: 20px;
  float: left;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-pickup:hover,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-otb:hover,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit:hover,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit2:hover {
  color: #fff;
  background-color: #894F76;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-autoadjust {
  margin-left: 20px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-autoadjust.left {
  margin-left: 0px;
  float: left;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-pickup {
  border-radius: 5px 0px 0px 5px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-otb {
  border-radius: 0px 5px 5px 0px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .right-border-btn {
  border-radius: 5px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr {
  clear: both;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr th,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr td {
  text-overflow: ellipsis;
  font-family: "SourceSansProRegular";
  font-size: 13px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr th {
  overflow: visible;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr th .forecastmethod span {
  padding: 0;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr td .fixscrollcell div .icon-collapse {
  width: 24px;
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.fhighlightborder .fixscrollcell {
  border-top: 1px solid #bdbdbd !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.parentcollapse1 .fixscrollcell div,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.parentcollapse1 .fixscrollcell2 div, .roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse1 .fixscrollcell div,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse1 .fixscrollcell2 div {
  padding-left: 30px !important;
  position: relative;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.parentcollapse1 .fixscrollcell div .icon-collapse,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.parentcollapse1 .fixscrollcell2 div .icon-collapse, .roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse1 .fixscrollcell div .icon-collapse,
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse1 .fixscrollcell2 div .icon-collapse {
  position: absolute;
  left: 6px;
  top: 2px;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.parentcollapse1 .fixscrollcell2 div .icon-collapse, .roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse1 .fixscrollcell2 div .icon-collapse {
  top: -1px;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse1 {
  display: none;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 {
  display: none;
  background: #f2f2f2;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td {
  background: #f7f7ff;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td:last-child {
  border-right: none !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div {
  background: #f7f7ff;
  padding: 0 0 !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong {
  float: left;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  padding: 0 0 0 10px !important;
  width: 162px;
  display: block;
  position: relative;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong.green-head {
  padding: 0 10px !important;
  background: #bcdda6;
  color: #385723;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong.gray-head {
  padding: 0 10px !important;
  background: #d9d9d9;
  color: #000000;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong.lightsky-head {
  padding: 0 10px !important;
  background: #c5d4ed;
  color: #012e4f;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong.lightsky-head i {
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong i {
  position: absolute;
  right: 0;
  top: 0;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong span {
  display: block;
  float: right;
  position: relative;
  width: 46%;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div strong span:first-child {
  float: left;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2 td.fixscrollcell div small {
  display: block;
  float: right;
  font-size: 13px;
  text-align: right;
  padding: 0 10px !important;
  width: 88px;
  border-left: 1px solid #f2f2f2;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.childcollapse2.fhighlightborder.fhighlightrowedit td {
  border-top: 1px solid #00b0f0 !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcell2 {
  font-family: "SourceSansProBold";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcell2 div {
  height: 19px !important;
  line-height: 19px;
  padding: 0 8px;
  width: 361px;
  background: -moz-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
  background: -webkit-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
  background: linear-gradient(to bottom, #eee 0%, #a6a6a6 100%) !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcell2 div.blue-grad {
  color: #012e4f;
  background: -moz-linear-gradient(top, #c5d4ed 0%, #1a82f7 100%) !important;
  background: -webkit-linear-gradient(top, #c5d4ed 0%, #1a82f7 100%) !important;
  background: linear-gradient(to bottom, #c5d4ed 0%, #1a82f7 100%) !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcell2 div.green-grad {
  color: #006400;
  background: -moz-linear-gradient(top, #eee 0%, #008000 100%) !important;
  background: -webkit-linear-gradient(top, #eee 0%, #008000 100%) !important;
  background: linear-gradient(to bottom, #eee 0%, #008000 100%) !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcelltotal div {
  height: 22px !important;
  line-height: 22px;
  padding: 0 8px;
  background: -moz-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
  background: -webkit-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
  background: linear-gradient(to bottom, #eee 0%, #a6a6a6 100%) !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcelltotal div.blue-grad {
  color: #012e4f;
  background: -moz-linear-gradient(top, #c5d4ed 0%, #1a82f7 100%) !important;
  background: -webkit-linear-gradient(top, #c5d4ed 0%, #1a82f7 100%) !important;
  background: linear-gradient(to bottom, #c5d4ed 0%, #1a82f7 100%) !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcelltotal div.green-grad {
  color: #006400;
  background: -moz-linear-gradient(top, #eee 0%, #008000 100%) !important;
  background: -webkit-linear-gradient(top, #eee 0%, #008000 100%) !important;
  background: linear-gradient(to bottom, #eee 0%, #008000 100%) !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .lightning-bolt {
  background: url(../images/chi-refresh2.svg) no-repeat 0px -2px;
  -webkit-background-size: auto 23px;
  background-size: auto 23px;
  height: 20px;
  width: 120px;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcell2.resetRow div {
  width: 255px !important;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.fixscrollcell2.resetRow div .chi-synchronize {
  background-size: 18px 18px !important;
  height: 21px !important;
  display: inline-block;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .ms-click-span {
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .span-width-200 {
  width: 200px !important;
  display: inline-block;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td.text-at-left {
  padding-left: 10px !important;
  text-align: left;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .status-changed {
  color: #012e4f;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .icon-block-changed {
  margin-left: 12px;
  margin-right: 30px;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  height: 20px;
  width: 20px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .gray-head {
  color: #000000;
  background: #d9d9d9;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .lightsky-head {
  background: #c5d4ed;
  color: #012e4f;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr.gradient td .green-head {
  background: #bcdda6;
  color: #385723;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .forecastmethod .form-control {
  font-size: 13px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit-area {
  padding: 0 5px 0 0;
  margin: 0 0 0 10px;
  height: 23px;
  width: 142px;
  float: left;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit-area .btn-pickup {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .btn-edit-area .btn-otb {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast .fixmethod .display-only-status {
  font-weight: bold;
  font-size: 14px;
}
.roomsforecast .new-roomsforecast-content {
  /*  table-roomforcast-change */
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infolist {
  float: left;
  margin: 0;
  padding: 0;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infolist li {
  float: left;
  position: relative;
  padding: 0 12px 0 14px;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infolist li:first-child {
  float: left;
  position: relative;
  padding: 0 12px 0 12px;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infolist li:first-child:before {
  display: none;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infolist li:before {
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .form-control {
  border: 1px solid #ccc;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change td {
  min-width: 75px !important;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change td.fixscrollcelltotal {
  min-width: 110px !important;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change th.fixscrollcelltotal > div {
  width: 110px !important;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change tr .fixscrollcell,
.roomsforecast .new-roomsforecast-content .table-roomforcast-change tr .fixscrollcell2 {
  min-width: 190px !important;
  width: 190px !important;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change tr th.fixscrollcell > div {
  width: 191px !important;
  max-width: 191px !important;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change tr .fixscrollcell div {
  width: 301px !important;
  border-right: 1px solid #ffffff;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infosection td {
  background: #d9d9d9 !important;
  height: 20px;
  line-height: 19px;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .infosection .fixscrollcell2 > div {
  background: #d9d9d9 !important;
  width: 301px;
  border-right: 1px solid #ffffff;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .gradient2 td {
  height: 20px;
  line-height: 19px;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .gradient .fixscrollcell2 > div,
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .gradient2 .fixscrollcell2 > div,
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .gradient2 td {
  background: #e5f4e3 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f4e3), color-stop(100%, #d2e8cf)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e5f4e3 0%, #d2e8cf 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  width: 301px;
  border-right: 1px solid #ffffff;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .gradient2 .fixscrollcell2 > div {
  font-family: "SourceSansProSemiBold";
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .fhighlightrow2 .gray-head {
  background: #d9d9d9;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .fhighlightrow3 .gray-head {
  background: #d9d9d9;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .fhighlightrow2 .floatinfo1 {
  background: #f9f9f9;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .fhighlightrow4 .floatinfo1 {
  background: #e2f0d9;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .fixcolspan td {
  height: 0 !important;
  border: none !important;
}
.roomsforecast .new-roomsforecast-content .table-roomforcast-change .nobordertop td {
  border-top: none;
}
.roomsforecast .form-group.mars-select.segment-compareTo-select {
  margin-top: -2px !important;
}

.reasonType span.rectangleBox {
  display: inline-block;
  position: absolute;
  right: 15px;
  height: 20px;
  width: 20px;
  margin-top: 3px;
}
.reasonType .multiselect-container.dropdown-menu {
  max-height: 250px !important;
}
.reasonType .dropdown-menu > .active > a:hover {
  background-color: #ffffff !important;
}
.reasonType .commonselect .multiselect-container li.active label, .reasonType .commonselect .multiselect-container li.active label:hover {
  background: none !important;
}
.reasonType .GREEN.active, .reasonType .RED.active, .reasonType .GRAY.active, .reasonType .BLUE.active, .reasonType .ORANGE.active, .reasonType .YELLOW.active, .reasonType .PINK.active {
  background: none !important;
}
.reasonType .reasonType-RED, .reasonType .RED .rectangleBox {
  background-color: #f22222 !important;
}
.reasonType .reasonType-GRAY, .reasonType .GRAY .rectangleBox {
  background-color: #cccccc !important;
}
.reasonType .reasonType-BLUE, .reasonType .BLUE .rectangleBox {
  background-color: #00bfff !important;
}
.reasonType .reasonType-ORANGE, .reasonType .ORANGE .rectangleBox {
  background-color: #ff8000 !important;
}
.reasonType .reasonType-YELLOW, .reasonType .YELLOW .rectangleBox {
  background-color: #ffff00 !important;
}
.reasonType .reasonType-PINK, .reasonType .PINK .rectangleBox {
  background-color: #ff00bf !important;
}
.reasonType .reasonType-GREEN, .reasonType .GREEN .rectangleBox {
  background-color: #00a100 !important;
}
.reasonType .reasonType-POWDER_BLUE, .reasonType .POWDER_BLUE .rectangleBox {
  background-color: #adc5eb !important;
}
.reasonType [class*=reasonType-] .availableroom {
  color: #ffffff !important;
}

/* Popup */
#changeReasonTypesPopup {
  padding: 10px 0 !important;
}
#changeReasonTypesPopup .arcr-content {
  background: #f5f5f5;
}
#changeReasonTypesPopup .arcr-content #globalStatusBar {
  z-index: 999;
}
#changeReasonTypesPopup .arcr-content .btn-deletecell {
  width: 30px;
  height: 26px;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}
#changeReasonTypesPopup .arcr-content .form-control {
  width: 222px;
  height: 26px;
  padding: 0 10px;
  line-height: 24px;
  color: #131111;
  border-radius: 0;
  background: #ffffc1 !important;
  border: 1px solid #8f91a2;
}
#changeReasonTypesPopup .arcr-content .rccode {
  position: absolute;
  width: 30px;
  height: 26px;
  display: block;
  border: 1px solid #8f91a2;
  right: 30px;
  top: 0;
  background: #ffffff;
}
#changeReasonTypesPopup .arcr-content .change-reason {
  width: 300px;
  margin: 0 auto;
}
#changeReasonTypesPopup .arcr-content .change-reason .title-row {
  background: #b3c6e8;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
#changeReasonTypesPopup .arcr-content .change-reason .title-row h2 {
  font-size: 14px;
  font-family: "SourceSansProSemiBold";
  line-height: 30px;
  margin: 0;
  float: left;
}
#changeReasonTypesPopup .arcr-content .change-reason .title-row .btn-add {
  position: absolute;
  right: 0;
  cursor: pointer;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow {
  margin-top: 2px;
  position: relative;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow.new-row {
  background: #cce5ff;
  min-height: 30px;
  padding: 2px 0;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow .item {
  background: #e2f0d9;
  margin-top: 2px;
  /* padding: 0 30px 0 30px;*/
  height: 26px;
  position: relative;
  width: 300px;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow .item:first-child {
  margin-top: 0;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow .item.ui-sortable-helper {
  left: 0;
  width: 220px !important;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow .item .sp-replacer {
  height: 26px;
  position: absolute;
  top: 0px;
  right: 30px;
  padding: 2px;
}
#changeReasonTypesPopup .arcr-content .change-reason .itemrow .item span {
  overflow: hidden;
}
#changeReasonTypesPopup .arcr-content .change-reason .arcr-edit {
  display: none;
}
#changeReasonTypesPopup .arcr-content .change-reason .arcr-view {
  display: block;
}
#changeReasonTypesPopup .arcr-content .change-reason .arcr-view .rccode {
  right: 0;
}
#changeReasonTypesPopup .arcr-content .change-reason .arcr-view .item {
  padding: 0;
}
#changeReasonTypesPopup .arcr-content .change-reason .arcr-view .item span {
  padding: 2px 10px;
  display: block;
  height: 26px;
  background: #ffffff;
  border: 1px solid #8f91a2;
}

/* dev team add scss */
.roomsforecast-content .multiselect-selected-text, .roomsforecast-content .multiselect-container label.radio {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  float: none;
}
.roomsforecast-content .fiscal-action span {
  cursor: pointer;
}
.roomsforecast-content .fiscal-action span:first {
  margin-left: 10px;
}
.roomsforecast-content .fiscal-action .btn-fiscal-edit {
  float: left;
}
.roomsforecast-content .fiscal-action .btn-consolidated {
  margin-left: 5px;
  float: left;
}
.roomsforecast-content .fiscal-action .btn-starred {
  float: left;
  background: url(../images/icon-fav.svg) no-repeat center center;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  display: block;
}
.roomsforecast-content .fiscal-top {
  overflow: initial;
  display: flex;
  justify-content: space-between;
}
.roomsforecast-content .fiscal-top > .contentRight {
  display: flex;
  justify-content: flex-end;
}
.roomsforecast-content .fiscal-top > .contentRight .mars-select {
  width: 210px;
}
.roomsforecast-content .fiscal-top > .contentRight .multiselect-native-select .btn-group .multiselect {
  line-height: 22px !important;
  height: 30px;
}
.roomsforecast-content .forecasttitle {
  height: 40px;
  background-color: #DCECFF;
  padding: 6px 10px 6px 10px;
  margin-right: 10px;
}
.roomsforecast-content .btn-addfiscal {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 35px;
  background: #F2F2F2 !important;
  border-radius: unset;
  color: #000000;
  font-size: unset;
  font-weight: unset;
}
.roomsforecast-content .btn-addfiscal i {
  margin: -30px 0px 0px -38px;
}
.roomsforecast-content .forecast-discard i {
  margin: -30px 0px 0px 320px;
}
.roomsforecast-content .forecast-discard.discard-new i {
  margin: -30px 0px 0px 185px;
}
.roomsforecast-content .import-status-hover {
  background: #F2F2F2 !important;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin: 0px 0px 0px 20px;
  display: flex;
}
.roomsforecast-content .roomsForecastAlertMessage {
  margin: -30px 0px 0px 355px !important;
}
.roomsforecast-content .fiscalpopup-content .daterange .datepicker .prev:before,
.roomsforecast-content .fiscalpopup-content .daterange .datepicker .next:before {
  content: "";
}

/*
==========================================================================
    autoadjust-popup
==========================================================================
*/
.autoadjust-popup .autoadjust {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}
.autoadjust-popup .autoadjust .timeselect {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0;
  border: 1px solid #8f91a2;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 2px center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.autoadjust-popup .autoadjust .timeselect p {
  margin: 0;
}
.autoadjust-popup .autoadjust .btn-popupclose {
  height: 30px;
  width: 30px;
  display: block;
}
.autoadjust-popup .autoadjust .btn-popupclose i {
  -webkit-background-size: 16px 16px !important;
  background-size: 16px 16px !important;
}
.autoadjust-popup .autoadjust .btn-applay {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 62px;
  color: #ffffff;
}
.autoadjust-popup .autoadjust .form-control {
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
  background: #ffffc1 !important;
  border: 1px solid #8f91a2;
  border-radius: 0;
  padding: 0 10px;
  cursor: pointer;
}
.autoadjust-popup .autoadjust .commonselect .multiselect {
  border: 1px solid #8f91a2;
}
.autoadjust-popup .autoadjust .commonselect .multiselect-container > li > a {
  background-color: #ffffff !important;
}
.autoadjust-popup .autoadjust .commonselect .multiselect-container > li > a.active a {
  background-color: #ffffff !important;
}
.autoadjust-popup .autoadjust .commonselect .multiselect-container > li > a > label {
  height: 22px;
  line-height: 22px;
}
.autoadjust-popup .autoadjust .commonselectgroup .multiselect-container > li {
  padding-left: 10px;
}
.autoadjust-popup .autoadjust .commonselectgroup .multiselect-container > li.multiselect-all,
.autoadjust-popup .autoadjust .commonselectgroup .multiselect-container > li.multiselect-group {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  padding-left: 0;
}
.autoadjust-popup .autoadjust .add-dolar {
  position: relative;
}
.autoadjust-popup .autoadjust .add-dolar i {
  position: absolute;
  left: 10px;
  top: 0;
  font-style: normal;
  height: 26px;
  line-height: 26px;
}
.autoadjust-popup .autoadjust .normaltext {
  float: left;
  display: block;
  height: 26px;
  line-height: 26px;
}
.autoadjust-popup .autoadjust .common-row .radio {
  float: left;
  min-width: 110px;
  padding: 0 5px 0 0;
}
.autoadjust-popup .autoadjust .common-row .radio label {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  padding-left: 8px;
  display: block;
  font-size: 14px;
  color: #131111;
  float: left;
  display: block;
}
.autoadjust-popup .autoadjust .common-row .manual-wash {
  padding-right: 0;
}
.autoadjust-popup .autoadjust .common-row .manual-wash .add-dolar {
  float: left;
  position: relative;
}
.autoadjust-popup .autoadjust .common-row .manual-wash .add-dolar .form-control {
  background: #ffffc1 !important;
  padding-right: 25px;
}
.autoadjust-popup .autoadjust .common-row .manual-wash .add-dolar i {
  position: absolute;
  left: inherit;
  right: 10px;
  top: 0;
  font-style: normal;
  height: 26px;
  line-height: 26px;
}
.autoadjust-popup .autoadjust .common-row .radio.autowidth {
  width: auto;
}
.autoadjust-popup .autoadjust .autoadjust-top {
  overflow: hidden;
  margin-top: 10px;
}
.autoadjust-popup .autoadjust .autoadjust-top .group-intel-row {
  display: inline-block;
}
.autoadjust-popup .autoadjust .autoadjust-top .common-row .radio {
  margin: 2px 0 0 0;
}
.autoadjust-popup .autoadjust .autoadjust-top:first-child {
  margin-top: 0;
}
.autoadjust-popup .autoadjust .autoadjust-top .headtext {
  padding: 0 7px;
  color: #ffffff;
  background: #7f7da0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  width: 154px;
  text-align: center;
  display: block;
  float: left;
}
.autoadjust-popup .autoadjust .autoadjust-top .righttop {
  margin-left: 164px;
  overflow: hidden;
}
.autoadjust-popup .autoadjust .autoadjust-top .righttop.apply-missing-adr {
  margin-left: unset !important;
}
.autoadjust-popup .autoadjust .maxwidth {
  width: 440px !important;
}
.autoadjust-popup .autoadjust .block {
  position: relative;
  margin-top: 10px;
}
.autoadjust-popup .autoadjust .block .block-content {
  background: #dcedff;
  padding: 10px;
}
.autoadjust-popup .autoadjust .block .block-content h3 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: -3px 0 0 0;
  padding: 0;
}
.autoadjust-popup .autoadjust .block .block-area {
  padding-top: 10px;
}
.autoadjust-popup .autoadjust .block .block-row {
  margin-top: 4px;
}
.autoadjust-popup .autoadjust .block .block-row:first-child {
  margin-top: 0;
}
.autoadjust-popup .autoadjust .block .block-row.top-position .commonselect .multiselect-container {
  top: inherit;
  bottom: 0;
}
.autoadjust-popup .autoadjust .block .compratio-row .commonselect {
  width: 115px;
  float: left;
}
.autoadjust-popup .autoadjust .block .compratio-row .form-control {
  width: 52px;
  margin-right: 5px;
}
.autoadjust-popup .autoadjust .block .compratio-row .normaltext {
  margin: 0px;
}
.autoadjust-popup .autoadjust .block .rebate-row .form-control {
  width: 120px;
  padding-left: 25px;
}
.autoadjust-popup .autoadjust .block .rebate-row .normaltext {
  margin: 0 0 0 10px;
}
.autoadjust-popup .autoadjust .block .groupsize-row .block-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.autoadjust-popup .autoadjust .block .groupsize-row .normaltext {
  margin: 0 6px 0 0;
  float: left;
}
.autoadjust-popup .autoadjust .block .groupsize-row .commonselect {
  width: 120px;
  float: left;
}
.autoadjust-popup .autoadjust .block .groupsize-row .groupsize-select {
  background: #fff !important;
}
.autoadjust-popup .autoadjust .block .groupsize-row .sizerange {
  float: left;
}
.autoadjust-popup .autoadjust .block .groupsize-row .sizerange .form-control {
  width: 40px;
  text-align: center;
  padding: 0 5px;
  margin-right: 5px;
}
.autoadjust-popup .autoadjust .block .groupsize-row .sizerange .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.autoadjust-popup .autoadjust .block .groupsize-row .sizerange .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.autoadjust-popup .autoadjust .block .groupsize-row .sizerange .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.autoadjust-popup .autoadjust .block .groupsize-row .sizerange .form-control:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.autoadjust-popup .autoadjust .block .block-title {
  font-size: 14px;
  color: #000000;
  background: #b3c6e8;
  float: left;
  margin: 0;
  padding: 0 10px;
  height: 26px;
  width: 144px;
  line-height: 26px;
}
.autoadjust-popup .autoadjust .block .block-input {
  margin-left: 154px;
  min-height: 26px;
  position: relative;
}
.autoadjust-popup .autoadjust .block-bottom {
  padding: 10px 0;
  overflow: hidden;
}
.autoadjust-popup .autoadjust .block-bottom .btn-applay {
  float: right;
}
.autoadjust-popup .autoadjust .block-bottom .btn-applay.right-margin-5px {
  margin-right: 5px;
}
.autoadjust-popup .autoadjust .lineblock .block-content {
  padding: 0;
  overflow: hidden;
}
.autoadjust-popup .autoadjust .lineblock .form-control {
  width: 90px;
  text-align: center;
  color: #131111;
  padding: 0 5px;
  margin-left: 10px;
}
.autoadjust-popup .autoadjust-daterange {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000 !important;
  width: 460px;
  margin: 0;
  padding: 0;
}
.autoadjust-popup .autoadjust-daterange .daterange-row .datepicker.dropdown-menu {
  left: inherit;
  right: inherit;
}
.autoadjust-popup .autoadjust-daterange .daterange-row .datepicker.dropdown-menu.datepicker-orient-right {
  left: inherit !important;
  right: 0 !important;
  float: left;
}
.autoadjust-popup .autoadjust-daterange .datepicker .prev:before {
  content: "";
  background: url(../images/chi-arrowleft4.svg) no-repeat center center;
  background-size: 16px 16px !important;
}
.autoadjust-popup .autoadjust-daterange .datepicker .next:before {
  content: "";
  background: url(../images/chi-arrowright4.svg) no-repeat center center;
  background-size: 16px 16px !important;
}

/* .rf-content-ui10 */
.roomsforecast .new-roomsforecast-content {
  overflow: auto !important;
}
.roomsforecast .new-roomsforecast-content .btn-avroom,
.roomsforecast .new-roomsforecast-content .btn-active {
  margin: 2px 5px;
  width: auto;
  height: 30px !important;
  line-height: 30px !important;
  display: block;
  float: left;
  color: #ffffff;
  background: #F2F2F2 !important;
  padding: 0 10px 0 38px;
}
.roomsforecast .new-roomsforecast-content .btn-avroom i,
.roomsforecast .new-roomsforecast-content .btn-active i {
  margin: -30px 0px 0px -38px;
}
.roomsforecast .new-roomsforecast-content .btn-active {
  margin-right: 10px;
}
.roomsforecast .new-roomsforecast-content .forecastmethod .btn-autoadjust {
  height: 21px;
  line-height: 21px;
  float: left !important;
  margin: 1px 0 0 10px !important;
}
.roomsforecast .new-roomsforecast-content .range-select-area {
  padding: 10px 0;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row {
  display: flow-root;
  padding-left: 160px;
  position: relative;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row.height-50px {
  height: 50px;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell {
  width: 165px;
  float: left;
  padding: 1px 1px 0 0;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell > div, .roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell > span {
  padding: 2px 10px;
  height: 26px;
  display: block;
  background: #f5f5f5;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell:first-child {
  width: 160px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell:last-child {
  width: 161px !important;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell.commonselectcell {
  padding: 1px 1px 0 0;
  overflow: visible;
  color: #131111;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell.commonselectcell .commonselect {
  padding: 0;
  float: left;
  width: 100%;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell.commonselectcell .commonselect .multiselect {
  border: none;
  background: #f5f5f5;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell .range-tilte {
  padding: 2px 10px;
  height: 26px;
  display: block;
  text-align: center;
  background: #98bad6;
  margin-bottom: 1px;
  cursor: pointer;
}
.roomsforecast .new-roomsforecast-content .range-select-area .range-row .cell.active .range-tilte {
  background: #ccecff;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate {
  display: block;
}
.roomsforecast .new-roomsforecast-content .rf-common-top .forecasttop .leftforecasttop span strong {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.roomsforecast .new-roomsforecast-content .rf-common-top .forecastcomparedate {
  display: block;
}
.roomsforecast .new-roomsforecast-content .rf-common-top .forecastrow .commonselect {
  float: left;
  width: 160px;
  border: 1px solid #8f91a2;
  margin: 1px 5px 0 5px;
}
.roomsforecast .new-roomsforecast-content .rf-common-top .forecastcomparedate.forecastcomparedate2 .forecastrow .forecastrowright .forecastcheckoption div {
  width: 134px;
}
.roomsforecast .new-roomsforecast-content .rf-common-top .forecastcomparedate.forecastcomparedate2 .forecastrow .forecastrowright .forecastcheckoption div:first-child {
  width: 90px;
}
.roomsforecast .new-roomsforecast-content .table.table-roomforcast tr .fixscrollcelltotal.celledit > div {
  padding: 0;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .btn-enter {
  margin-right: 7px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .forecastcheckoption div:first-child,
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .forecastcheckoption div {
  padding: 0 0 0 32px;
  width: inherit !important;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .forecastcheckoption div:first-child:last-child,
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .forecastcheckoption div:last-child {
  padding-right: 5px;
}
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .forecastcheckoption div:first-child .disableoption,
.roomsforecast .new-roomsforecast-content .forecastcomparedate3 .forecastcheckoption div .disableoption {
  background: #e4e4e4 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .forecastcomparedate.forecastcomparedate2 .forecastrow .forecastrowright .forecastcheckoption div {
  width: 141px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .range-select-area .range-row .cell {
  width: 160px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .range-select-area .range-row .cell:first-child {
  width: 160px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-responsive {
  max-height: unset;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td {
  min-width: 106px !important;
  width: 106px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.borderd-right,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.borderd-right {
  border-right: 1px solid #002060 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th {
  border-right: 1px solid #002060 !important;
  font-size: 14px;
  height: 30px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.dfcell,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.vrcell {
  border-right: 1px solid #fff !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.dfcell.borderd-right,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.vrcell.borderd-right,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell {
  border-right: 1px solid transparent !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell {
  height: 26px;
  width: 160px !important;
  min-width: 160px !important;
  padding-left: unset;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell {
  height: 26px;
  width: 160px !important;
  min-width: 160px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div {
  border-right: none !important;
  position: relative;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div:before,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div:before {
  content: "";
  height: 28px;
  width: 1px;
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  background: #002060 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div {
  min-width: 160px !important;
  width: 170px !important;
  height: 25px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div .btn-autoadjust,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div .btn-autoadjust {
  height: 24px;
  margin-left: 20px;
  float: left;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div .btn-edit,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div .btn-edit {
  background: #fff url(../images/chi-edit.svg) no-repeat 7px center;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  min-width: inherit;
  height: 25px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div {
  /*border-top: 1px solid #fff !important;
  margin-top: -13px !important;*/
}
@-moz-document url-prefix() {
  .roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr td.fixscrollcell > div {
    margin-top: -14px !important;
  }
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div {
  height: 26px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr th.fixscrollcell > div:before {
  height: 31px;
  top: 0;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .revparcell {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .contributioncell {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .dfcell.revparcell {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .dfcell.contributioncell {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .vrcell.revparcell {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .vrcell.contributioncell {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-edit .revparcell {
  display: table-cell;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-edit .contributioncell {
  display: table-cell;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-edit .dfcell.revparcell {
  display: table-cell;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-edit .dfcell.contributioncell {
  display: table-cell;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-edit .vrcell.revparcell {
  display: table-cell;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table-edit .vrcell.contributioncell {
  display: table-cell;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr.fhighlightrow5 td {
  background: #98bad6 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr.fhighlightrow5 .fixscrollcell > div {
  background: #98bad6 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr.fhighlightrow6 td {
  background: #d4d9e8 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr.fhighlightrow6 .fixscrollcell > div {
  background: #d4d9e8 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr.fhighlightrow7 td {
  background: #efefef !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .table.table-roomforcast tr.fhighlightrow7 .fixscrollcell > div {
  background: #efefef !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 .floatThead-container .table.table-roomforcast.floatThead-table tr th:first-child div {
  margin-top: 0 !important;
  border-right: none !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui10 a.btn-enter {
  margin-right: 5px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .range-select-area .range-row .cell {
  width: 165px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .range-select-area .range-row .cell:first-child {
  width: 160px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .disableoption {
  background: #e4e4e4 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .disableoption:after {
  display: none;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .forecastcomparedate3 {
  display: block;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th,
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr td {
  min-width: 90px;
  width: 90px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th:nth-child(1),
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr td:nth-child(1) {
  min-width: inherit !important;
  width: inherit !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th.fixscrollcell,
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr td.fixscrollcell {
  min-width: 160px !important;
  width: 160px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th.fixscrollcell > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr td.fixscrollcell > div {
  min-width: 160px !important;
  width: 160px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th.fixscrollcelltotal,
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr td.fixscrollcelltotal {
  border-right: none !important;
  width: 110px;
  min-width: 110px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th.fixscrollcelltotal > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr td.fixscrollcelltotal > div {
  margin-left: 0 !important;
  width: 110px;
  min-width: 110px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr th.fixscrollcell2 > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui13 .table.table-roomforcast tr .fixscrollcell2 > div {
  width: 270px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table-responsive {
  max-height: unset;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcell {
  height: 28px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcell > div {
  height: 29px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcelltotal > div {
  height: 28px;
  line-height: 28px;
  top: 0 !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th,
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr td {
  min-width: 150px;
  width: 150px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcelltotal,
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr td.fixscrollcelltotal {
  width: 150px;
  min-width: 150px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcelltotal > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr td.fixscrollcelltotal > div {
  width: 150px;
  min-width: 150px;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcell > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr td.fixscrollcell > div {
  min-width: 160px !important;
  width: 160px !important;
  padding: 0 8px !important;
}
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr th.fixscrollcell2 > div,
.roomsforecast .new-roomsforecast-content.rf-content-ui12 .table.table-roomforcast tr .fixscrollcell2 > div {
  width: 310px !important;
}

.forecast-discard {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}
.forecast-discard .forecast-discard-icon {
  -webkit-background-size: 34px 34px !important;
  background-size: 34px 34px !important;
}

.fiscal-range-discard {
  margin-left: 10px;
  -webkit-background-size: 40px 40px !important;
  background-size: 40px 40px !important;
}

.fiscal-range-changes-discard {
  margin-left: 10px;
  -webkit-background-size: 40px 40px !important;
  background-size: 40px 40px !important;
}

/* ui 28 & 29 */
.new-roomsforecast-content .submemu {
  padding: 0;
  margin-bottom: 6px;
  margin-top: 10px;
}
.new-roomsforecast-content .submemu ul li {
  padding: 0 5px 0 0;
}
.new-roomsforecast-content .submemu ul li.active a {
  background: #85cdc1;
}
.new-roomsforecast-content .submemu ul li a {
  background: #e2f0d9;
}
.new-roomsforecast-content .submemu ul li a:hover {
  background: #85cdc1;
  color: #000000;
}
.new-roomsforecast-content .availableroom-content #availableDatePicker {
  float: left;
}
.new-roomsforecast-content .availableroom-content .title-bar {
  position: relative;
  padding: 0 10px;
  height: 30px;
  text-align: center;
}
.new-roomsforecast-content .availableroom-content .title-bar h2 {
  font-size: 14px;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.new-roomsforecast-content .availableroom-content .title-bar #status-bar-id {
  display: none;
  padding: 0px;
  position: absolute;
  width: 30%;
  text-align: center;
  margin-top: 5px;
  margin-left: 8%;
}
.new-roomsforecast-content .availableroom-content .title-bar #status-bar-id strong {
  font-size: 13px;
}
@media (max-width: 480px) {
  .new-roomsforecast-content .availableroom-content .fyc-calendar .col-sm-2 {
    margin-top: 10px;
  }
  .new-roomsforecast-content .availableroom-content .fyc-calendar .col-sm-2:first-child {
    margin-top: 0;
  }
}
.new-roomsforecast-content .availableroom-content .available-date {
  float: none;
  display: inline-block;
  margin: 0 auto;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
}
.new-roomsforecast-content .availableroom-content .available-date strong {
  font-weight: normal;
}
.new-roomsforecast-content .availableroom-content .available-date span {
  position: relative;
  height: 30px;
  display: block;
  float: none;
  padding: 2px 30px;
}
.new-roomsforecast-content .availableroom-content .available-date span .btn-next,
.new-roomsforecast-content .availableroom-content .available-date span .btn-prev {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  z-index: 100;
}
.new-roomsforecast-content .availableroom-content .available-date span .btn-prev {
  left: 0;
}
.new-roomsforecast-content .availableroom-content .available-date span .btn-next {
  right: 0;
}
.new-roomsforecast-content .availableroom-content .available-date span .btn-next i,
.new-roomsforecast-content .availableroom-content .available-date span .btn-prev i {
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  background-size: contain;
}
.new-roomsforecast-content .availableroom-content .btn-change {
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 38px;
  margin-top: -3px;
  background: #F2F2F2 !important;
  border-radius: unset;
  color: #000000;
}
.new-roomsforecast-content .availableroom-content .btn-change i {
  margin: -30px 0px 0px -35px;
}
.new-roomsforecast-content .availableroom-content .season {
  position: relative;
  padding-bottom: 5px;
  height: 30px;
}
.new-roomsforecast-content .availableroom-content .season .season-slide {
  position: relative;
  left: -100%;
}
.new-roomsforecast-content .availableroom-content .season .form-group {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
}
.new-roomsforecast-content .availableroom-content .season .form-group:first-child {
  margin-left: 0;
}
.new-roomsforecast-content .availableroom-content .season .form-group > label {
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-weight: normal;
  background: #ccecff;
}
.new-roomsforecast-content .availableroom-content .season .form-group .col-item {
  float: left;
}
.new-roomsforecast-content .availableroom-content .season .form-group .timeselect {
  background: #f5f5f5;
  padding-left: 5px;
  width: 240px;
  float: left;
}
.new-roomsforecast-content .availableroom-content .season .form-group .reportpopup {
  margin: 0 10px 6px 115px;
}
.new-roomsforecast-content .availableroom-content .season .form-group .btn-calendar {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.new-roomsforecast-content .availableroom-content .season .form-group .btn-calendar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
}
.new-roomsforecast-content .availableroom-content .season .form-group .capacity {
  width: 60px;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
  background: #e2f0d9;
  padding: 0 10px;
  text-align: center;
}
.new-roomsforecast-content .availableroom-content .season .form-group > .form-control {
  float: left;
  border-radius: 0;
  height: 26px;
  width: 54px;
  text-align: center;
  color: #131111;
  padding: 0 10px;
  border: 1px solid #8f91a2;
  background: #ffffc1 !important;
  cursor: pointer;
  z-index: 0;
}
.new-roomsforecast-content .availableroom-content .season .form-group .commonselect {
  width: 170px;
  float: left;
  height: 26px;
}
.new-roomsforecast-content .availableroom-content .season .form-group .commonselect .multiselect {
  height: 26px;
  line-height: 26px;
  border: 1px solid #8f91a2 !important;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-control.note {
  width: 190px;
  text-align: left;
  float: left;
  margin-left: 10px;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-control.note::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-control.note:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-control.note::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-control.note:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal {
  float: left;
  height: 26px;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .form-control {
  height: 26px;
  overflow: hidden;
  display: none;
  border-radius: none;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group {
  width: 120px !important;
  float: left;
  border-radius: 0;
}
@media (max-width: 1240px) {
  .new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group {
    width: 100% !important;
    float: none;
  }
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group {
  float: none;
  margin-left: 0;
  display: block;
  position: relative;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group .multiselect {
  width: 100% !important;
  padding: 0 10px !important;
  border: none;
  width: 150px;
  border-radius: 0;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  border: 1px solid #8f91a2;
  text-align: left;
  float: left;
  font-size: 15px;
  color: #131111;
  background: #fff;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 26px !important;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group .multiselect-container li {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
}
.new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group .multiselect-container li label {
  padding: 0;
  color: #131111;
}
@media (max-width: 1140px) {
  .new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group .multiselect {
    width: 240px !important;
    padding: 0 10px !important;
    max-width: 240px !important;
    margin: 0;
  }
  .new-roomsforecast-content .availableroom-content .season .form-group .form-group-normal .multiselect-native-select .btn-group .multiselect-container {
    width: 240px !important;
  }
}
.new-roomsforecast-content .availableroom-content .season .btn-minusplus {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.new-roomsforecast-content .availableroom-content .season .btn-minusplus i.icon-large {
  width: 100%;
  height: 100%;
  -webkit-background-size: 26px 26px !important;
  background-size: 26px 26px !important;
}
.new-roomsforecast-content .availableroom-content .season .btn-minusplus.btn-plus,
.new-roomsforecast-content .availableroom-content .season .btn-minusplus.btn-plus:hover {
  border: none;
  background-color: #fff;
}
.new-roomsforecast-content .availableroom-content .btn-delete,
.new-roomsforecast-content .availableroom-content .btn-cancel,
.new-roomsforecast-content .availableroom-content .btn-save,
.new-roomsforecast-content .availableroom-content .btn-edit {
  width: 30px;
  height: 26px;
  display: block;
  float: left;
  position: relative;
}
.new-roomsforecast-content .availableroom-content .btn-delete i,
.new-roomsforecast-content .availableroom-content .btn-cancel i,
.new-roomsforecast-content .availableroom-content .btn-save i,
.new-roomsforecast-content .availableroom-content .btn-edit i {
  display: block;
  height: 100%;
  width: 30px;
}
.new-roomsforecast-content .availableroom-content .btn.cancel {
  margin-left: 5px;
}
.new-roomsforecast-content .availableroom-content .btn-delete {
  margin-left: 10px;
}
.new-roomsforecast-content .availableroom-content #full-year-calendar {
  margin-top: 5px;
}
.new-roomsforecast-content #globalStatusBar {
  z-index: 9999;
}

/* 16-9-2018 new scss start*/
.ui-dialog.dialog-arcr,
.ui-dialog.dialog-availablerooms,
.ui-dialog.dialog-autoadjust,
.ui-dialog.dialog-autoadjustforcast {
  max-width: 95%;
  padding: 0 !important;
  margin: 0 !important;
  top: 200px !important;
}
@media (max-width: 480px) {
  .ui-dialog.dialog-arcr,
  .ui-dialog.dialog-availablerooms,
  .ui-dialog.dialog-autoadjust,
  .ui-dialog.dialog-autoadjustforcast {
    height: 300px;
  }
}

/* rooms forecasting ui 16 */
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup {
  padding: 10px 0 10px 0 !important;
  position: static;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .top-row {
  overflow: hidden;
  margin-top: 5px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .top-row:first-child {
  margin-top: 0;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .autoadjust-top {
  padding-bottom: 5px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .checksection {
  background: none;
  justify-content: flex-start;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .checksection > div {
  background: none;
  float: left;
  width: auto;
  position: relative;
  padding: 5px 10px 0 24px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .checksection > div small {
  display: block;
  float: left;
  font-weight: normal;
  padding-top: 1px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .checksection .ncheck {
  position: absolute;
  left: 0;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .rangesliderbox {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .autoadjust {
  width: 786px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .left-block {
  float: left;
  width: 394px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .left-block.adjusted-width-missing-adr {
  width: unset !important;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .left-block.adjusted-width-missing-adr .column {
  width: 20%;
  float: left;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .left-block.margin-bottom-30px {
  margin-bottom: 30px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .tab-text-style {
  height: 25px;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block {
  float: right;
  width: 350px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change {
  border: none;
  font-weight: normal;
  overflow: hidden;
  background: #ffffff;
  margin-top: 10px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row {
  padding: 0;
  margin: 1px 0 0 0;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row.head-row {
  margin: 0;
  position: relative;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row.head-row:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #002060;
  position: absolute;
  left: 25%;
  bottom: -1px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .head-cell,
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .cell {
  padding: 5px 10px;
  width: 25%;
  float: left;
  border-left: 1px solid #ffffff;
  position: relative;
  text-align: center;
  height: 24px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .head-cell {
  height: 26px;
  background: #dcedff;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .head-cell:first-child {
  border-left: none;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .cell {
  padding: 2px 10px;
  background: #e4e4e4;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .cell:first-child {
  background: #b3c6e8;
  border-left: none;
  text-align: right;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .cell:first-child:before {
  content: "";
  width: 1px;
  height: 110%;
  display: block;
  background: #002060;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 100;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .cell.cell2 {
  background: #f9f9f9;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .before-after-change .row .cell.cell3 {
  background: #e2f0d9;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .right-block .auto-adjust-message {
  display: none;
  padding: 0px 5px;
  margin-top: 5px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .add-percent {
  position: relative;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .add-percent i {
  position: absolute;
  right: 10px;
  top: 3px;
  font-style: normal;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .autoadjust .block .block-title {
  width: 128px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .autoadjust .block .block-input {
  margin-left: 135px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .autoadjust .lineblock .block-content {
  overflow: visible !important;
  width: auto;
  padding: 0 10px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-input .column {
  width: 48%;
  float: right;
  position: relative;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-input .column:first-child {
  float: left;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-input .column span {
  display: block;
  height: 26px;
  padding: 3px 10px;
  text-align: center;
  font-family: "SourceSansProSemiBold";
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-input .column .form-control {
  padding: 0 10px 0 10px;
  margin-left: 0;
  width: 100%;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-input .column.add-percent .form-control {
  padding: 0 30px 0 10px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-input .data {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 10px;
  background: #e2f0d9;
  height: 26px;
  width: 60px;
  text-align: center;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-row-title {
  margin-bottom: -4px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data {
  overflow-y: auto;
  max-height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #eeeeee;
  padding: 5px;
  margin-top: 10px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox {
  padding: 8px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul {
  padding: 0;
  margin: 0;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li {
  color: #131111;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li:first-child span {
  color: #ff0000;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li:first-child span:first-child:before {
  display: none;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li:first-child span:before {
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  background: #ff0000;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li strong {
  display: block;
  float: left;
  font-weight: normal;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li > div {
  float: left;
  margin-left: 5px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li span {
  display: block;
  position: relative;
  float: left;
  margin: 0 3px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .display-data .item .itembox ul li span:first-child {
  margin-left: 0;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-row.center .block-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: auto;
  margin: 0 auto;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-row.center span {
  display: block;
  float: left;
  padding-top: 3px;
}
.ui-dialog.dialog-autoadjustforcast .autoadjustforcast-popup .block-row.center .add-percent .form-control {
  width: 80px;
  padding: 0 25px 0 10px;
}

.auto-help {
  float: right;
  margin-left: 89%;
  margin-top: -49px;
  position: absolute;
}

/* 16-9-2018 new scss start*/
.rangesliderbox {
  width: 255px;
  display: block;
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d1d1d1', GradientType=0) !important;
}

.rangesliderbox label {
  display: block;
  float: left;
  margin-bottom: 0;
  height: 26px;
  line-height: 26px;
  font-weight: normal;
}

.rangesliderwrap {
  display: block;
  float: left;
  width: 198px;
  padding-left: 10px;
}

.rangesliderbox span {
  float: none;
}

.rangesliderbox .irs-grid {
  display: none;
}

.rangesliderbox .irs-with-grid {
  height: auto;
}

.rangesliderbox .irs-line {
  height: 10px;
  top: 8px;
  background: #a1eefd;
  border: 1px solid #a1eefd;
  border-radius: 0;
  -moz-border-radius: 0;
}

.rangesliderbox .irs-slider {
  top: 3px;
  width: 30px;
  height: 20px;
  border: 1px solid #ffc000;
  background: #ffc000;
  border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.rangesliderbox .irs-bar {
  height: 10px;
  top: 8px;
  border-top: 1px solid #a1eefd;
  border-bottom: 1px solid #a1eefd;
  background: #a1eefd;
}

.rangesliderbox .irs-from,
.rangesliderbox .irs-to,
.rangesliderbox .irs-single {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  text-shadow: none;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  top: 4px;
  z-index: 10;
  color: #000;
  background: #ffc000;
}

.rangesliderbox .irs {
  position: relative;
  display: block;
  height: 26px;
}

.rangesliderbox .irs-grid {
  display: none;
}

/* responsive fix datepicker */
@media (max-width: 640px) {
  .autoadjust-daterange,
  .comparerangepopup {
    max-width: 95% !important;
    width: 460px;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    right: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
}
@media (max-width: 479px) {
  .autoadjust-daterange .daterange-row,
  .comparerangepopup .daterange-row {
    min-height: 185px !important;
  }
  .autoadjust-daterange .daterange-row .datepicker .table-condensed th,
  .autoadjust-daterange .daterange-row .datepicker .table-condensed th.dow,
  .autoadjust-daterange .daterange-row .datepicker .table-condensed td,
  .comparerangepopup .daterange-row .datepicker .table-condensed th,
  .comparerangepopup .daterange-row .datepicker .table-condensed th.dow,
  .comparerangepopup .daterange-row .datepicker .table-condensed td {
    font-size: 11px !important;
    height: 16px !important;
    padding: 0 !important;
  }
  .autoadjust-daterange .daterange-row .datepicker .prev:before,
  .autoadjust-daterange .daterange-row .datepicker .next:before,
  .comparerangepopup .daterange-row .datepicker .prev:before,
  .comparerangepopup .daterange-row .datepicker .next:before {
    background-size: 12px 12px !important;
  }
  .autoadjust-daterange .daterange-row .datepicker.dropdown-menu,
  .comparerangepopup .daterange-row .datepicker.dropdown-menu {
    min-width: 134px;
    width: 48%;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.blue-tooltip + .tooltip > .tooltip-inner {
  background-color: cornflowerblue;
  max-width: 250px;
  color: black;
}

.starred-session {
  background: url(../images/icon-fav.svg) no-repeat center center;
}

.lock-session {
  background: url(../images/chi-lock.svg) no-repeat center center;
  float: left;
  padding-left: 50px;
}

.gotoselectarea {
  width: 275px !important;
}

.text-color {
  color: #1a82f7;
}

.icon-large1 {
  padding: 3px 34px !important;
  height: 30px;
  width: 30px;
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
  display: block;
}

.newreport.commonDisplayCriteria {
  max-width: 760px !important;
}
.newreport.commonDisplayCriteria .lastsubmittedtoggle.ACTUAL_STLY {
  min-height: 0;
}
.newreport.commonDisplayCriteria .lastsubmittedtoggle.ACTUAL_STLY span {
  margin-left: 240px !important;
}
.newreport.commonDisplayCriteria .lastsubmittedtoggle.CALENDAR_LY {
  min-height: 0;
}
.newreport.commonDisplayCriteria .lastsubmittedtoggle.CALENDAR_LY span {
  margin-left: 360px !important;
}

.rooms-forecasting-summary.viewMode .btn-PickupEdit {
  margin-top: 2px;
  border-radius: 5px !important;
}

.datareasonselect ul a {
  display: flex !important;
}

.roomsforecast-content .datepicker table tr td.range.active {
  background: #04c !important;
  border-radius: 4px !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-image: linear-gradient(to bottom, #08c, #04c) !important;
}

.changeReason-shorten-text {
  max-width: 280px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.changeReason-text-radio {
  display: inline-block;
  width: 122px;
  max-width: 122px;
  padding-right: 1px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-block-adjustment {
  margin-top: 3px;
  padding-left: 34px !important;
  padding-right: 8px !important;
}
.btn-block-adjustment i {
  left: 3px;
}

.btn-leap-year {
  margin-top: 3px;
  padding-right: 8px !important;
}

.segmentDetailDisplayCriteria #OTB_INCLUSION_ID .mars-radio.active {
  background: unset !important;
}

.roomsforecast-content .contentRight .roomForecastCurrencyDropdown span.multiselect-native-select ul {
  max-height: 160px !important;
  border: none !important;
}
.roomsforecast-content .contentRight .roomForecastCurrencyDropdown span.multiselect-native-select ul li div.input-group input.multiselect-search {
  height: 25px !important;
}

.roomsforecast-content .contentRight .roomForecastCurrencyDropdown > select.disabledDropdown {
  display: unset !important;
  width: 100%;
  height: 30px !important;
}

#snc-mapping {
  display: flex;
}
#snc-mapping #unAssignedSegmnetMappingRoomTypeButton {
  padding: 5px;
  margin-right: 10px;
}

#rooms-setup-un-assigned-ms {
  min-width: 240px;
  max-width: 450px;
  min-height: 120px;
}
#rooms-setup-un-assigned-ms .action-bar {
  width: 40px !important;
}
#rooms-setup-un-assigned-ms .message-popup--admin-list {
  min-height: 80px !important;
  max-height: auto;
  padding-bottom: 0px !important;
}
#rooms-setup-un-assigned-ms .ui-dialog-content {
  padding-bottom: 0px !important;
}

#rooms-segment-mapping-un-assigned-ms {
  min-width: 240px;
  max-width: 450px;
  min-height: 120px;
}
#rooms-segment-mapping-un-assigned-ms .action-bar {
  width: 40px !important;
}
#rooms-segment-mapping-un-assigned-ms .message-popup--admin-list {
  min-height: 80px !important;
  max-height: auto;
  padding-bottom: 0px !important;
}
#rooms-segment-mapping-un-assigned-ms .ui-dialog-content {
  padding-bottom: 0px !important;
}

#rooms-rms-export-mapping-un-assigned-views {
  min-width: 240px;
  max-width: 450px;
  min-height: 120px;
}
#rooms-rms-export-mapping-un-assigned-views .action-bar {
  width: 40px !important;
}
#rooms-rms-export-mapping-un-assigned-views .message-popup--admin-list {
  min-height: 80px !important;
  max-height: auto;
  padding-bottom: 0px !important;
}
#rooms-rms-export-mapping-un-assigned-views .ui-dialog-content {
  padding-bottom: 0px !important;
}

#BnC-segment-mapping-un-assigned-ms {
  min-width: 240px;
  max-width: 450px;
  min-height: 120px;
}
#BnC-segment-mapping-un-assigned-ms .action-bar {
  width: 40px !important;
}
#BnC-segment-mapping-un-assigned-ms .message-popup--admin-list {
  min-height: 80px !important;
  max-height: auto;
  padding-bottom: 0px !important;
}
#BnC-segment-mapping-un-assigned-ms .ui-dialog-content {
  padding-bottom: 0px !important;
}

.roomsforecast-content .segment-detail-top-row .roomForecastCurrencyDropdown button.dropdown-toggle.btn.btn-default {
  height: 30px;
}
.roomsforecast-content .segment-detail-top-row .roomForecastCurrencyDropdown span.multiselect-native-select ul li div.input-group input.multiselect-search {
  height: 25px !important;
}
.roomsforecast-content .segment-detail-top-row .roomForecastCurrencyDropdown {
  width: 15%;
}

.roomsforecast-content .rightforecasttop .roomForecastCurrencyDropdown span.multiselect-native-select {
  line-height: 20px;
}
.roomsforecast-content .rightforecasttop .roomForecastCurrencyDropdown span.multiselect-native-select ul {
  max-height: 160px !important;
  border: none !important;
}
.roomsforecast-content .rightforecasttop .roomForecastCurrencyDropdown span.multiselect-native-select ul li div.input-group input.multiselect-search {
  height: 25px !important;
}

.roomsforecast-content .rightforecasttop .roomForecastCurrencyDropdown > select.disabledDropdown, .conversionCurrencyDropdown > select.disabledDropdown {
  display: unset !important;
  width: 100%;
  height: 25px !important;
}

.float-right > .unAssignedSegmentCodeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  color: #131111 !important;
  background: #f2f2f2 !important;
  cursor: pointer;
  border-radius: 0;
  border: none;
  vertical-align: middle;
  padding: 5px 8px !important;
  margin-right: 20px !important;
}

.snc-action-button.btn-sync {
  color: #131111 !important;
  padding: 5px 8px 5px 32px !important;
  margin-right: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  background-color: #f2f2f2;
}
.snc-action-button.btn-sync i {
  position: absolute;
  left: 0;
  top: 0;
}

/*
==========================================================================
    mapping New Page
==========================================================================
*/
.mapping {
  font-size: 14px;
  color: #131111;
  overflow: hidden;
}
.mapping .btn-deletecell {
  width: 30px;
  height: 24px;
  display: block;
  right: 1px;
  top: 1px;
}
.mapping .btn-add {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mapping .btn-close,
.mapping .btn-save,
.mapping .btn-edit {
  width: 30px;
  height: 30px;
}
.mapping .btn-hand {
  width: 30px;
  height: 26px;
  display: block;
}
.mapping .checksection .grayncheck .checkmark,
.mapping .checksection .grayncheck:hover input ~ .checkmark,
.mapping .checksection .grayncheck input:checked ~ .checkmark {
  background-color: #e4e4e4;
}
.mapping .form-control {
  width: 100%;
  height: 26px;
  padding: 0 10px;
  line-height: 24px;
  color: #131111;
  border-radius: 0;
  background: #ffffc1 !important;
  border: 1px solid #8f91a2;
}
.mapping .mapping-content {
  margin-top: 20px;
  padding: 0 15px;
}
@media (max-width: 667px) {
  .mapping .mapping-content .content {
    overflow: scroll;
    height: 400px;
    margin-bottom: 20px;
  }
  .mapping .mapping-content .content .maprow {
    width: 600px;
    max-width: inherit;
  }
}
.mapping .mappingarea {
  width: 660px;
  max-width: 100%;
  float: left;
}
.mapping .mappingarea .title {
  height: 30px;
  padding: 0 15px;
  margin-bottom: 10px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  position: relative;
}
.mapping .mappingarea .title h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  color: #002060;
  line-height: 30px;
  margin: 0;
  float: left;
}
.mapping .mappingarea .title .btn-save {
  position: absolute;
  right: 35px;
  top: 0;
}
.mapping .mappingarea .title .btn-edit {
  float: right;
  position: unset;
  right: 0 !important;
  top: 0;
}
.mapping .mappingarea .title .btn-edit i {
  -webkit-background-size: 28px 28px !important;
  background-size: 28px 28px !important;
}
.mapping .mappingarea .title .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}
.mapping .mappingarea .maprow {
  margin: 2px 0 0 0;
  background: #ffffff;
}
.mapping .mappingarea .maprow .mapcolumn {
  padding: 0;
  min-height: 26px;
}
.mapping .mappingarea .maprow .mapcolumn span {
  height: 26px;
  line-height: 24px;
  padding: 0;
  display: block;
  position: relative;
}
.mapping .mappingarea .maprow .mapcolumn span span {
  padding: 0 10px;
}
.mapping .mappingarea .maprow .mapcolumn .btn-hand {
  position: absolute;
  left: 0;
  top: 0;
}
.mapping .mappingarea .maprow .mapcell > span {
  background-color: #dcedff;
}
.mapping .mappingarea .maprow .mapcell > div {
  background-color: #ffffff;
  border: 1px solid #8f91a2;
}
.mapping .mappingarea .maprow .mapcolumn-2 {
  margin-left: 141px;
}
.mapping .mappingarea .maprow .mapcolumn-2 .mapcell {
  padding: 0 1px;
}
.mapping .mappingarea .maprow .mapcolumn-2 .mapmapcell-4 {
  padding-right: 0;
}
.mapping .mappingarea .maprow .mapcolumn-2 .ui-sortable-helper {
  left: 141px !important;
}
.mapping .mappingarea .maprow .mapcell {
  float: left;
}
.mapping .mappingarea .maprow .mapmapcell-1 {
  width: 140px;
  height: 100%;
}
.mapping .mappingarea .maprow .mapmapcell-1 > span {
  height: 100%;
}
.mapping .mappingarea .maprow .mapmapcell-2 {
  width: 34%;
}
.mapping .mappingarea .maprow .mapmapcell-2 span {
  padding-left: 30px;
}
.mapping .mappingarea .maprow .mapmapcell-2 .form-control {
  padding: 0 40px 0 10px;
}
.mapping .mappingarea .maprow .mapmapcell-3 {
  width: 38%;
}
.mapping .mappingarea .maprow .mapmapcell-4 {
  width: 28%;
}
.mapping .mappingarea .maprow .mapmapcell-4 > div {
  height: 26px;
}
.mapping .mappingarea .maprow .mapmapcell-4.blankcell span, .mapping .mappingarea .maprow .mapmapcell-5.blankcell span {
  background: #ffffff !important;
}
.mapping .mappingarea .maprow .mapmapcell-4.blankcell span span, .mapping .mappingarea .maprow .mapmapcell-5.blankcell span span {
  background: #ffffff !important;
  border: 1px solid #8f91a2;
}
@media (max-width: 767px) {
  .mapping .mappingarea .maprow .mapmapcell-1 {
    width: 140px;
  }
  .mapping .mappingarea .maprow .mapcolumn-2 {
    margin-left: 141px;
  }
  .mapping .mappingarea .maprow .mapmapcell-2 {
    width: 34%;
  }
  .mapping .mappingarea .maprow .mapmapcell-3 {
    width: 42%;
  }
  .mapping .mappingarea .maprow .mapmapcell-4 {
    width: 24%;
  }
}
@media (max-width: 667px) {
  .mapping .mappingarea .maprow .mapmapcell-1 {
    width: 140px;
  }
  .mapping .mappingarea .maprow .mapcolumn-2 {
    margin-left: 141px;
  }
  .mapping .mappingarea .maprow .mapmapcell-2 {
    width: 134px;
  }
  .mapping .mappingarea .maprow .mapmapcell-3 {
    width: 180px;
  }
  .mapping .mappingarea .maprow .mapmapcell-4 {
    width: 145px;
  }
}
.mapping .mappingarea .maprow .mapwapcolumn {
  min-height: 26px;
}
.mapping .mappingarea .maprow .mapcolumn-1 .mapitem {
  position: relative;
}
.mapping .mappingarea .maprow .mapcolumn-1 .mapitem .mapmapcell-1 {
  overflow-x: hidden;
}
.mapping .mappingarea .maprow .mapcolumn-1 .mapitem .mapmapcell-1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 140px;
  background: #dcedff;
  display: block;
}
.mapping .mappingarea .maprow .mapcolumn-1 .mapitem {
  margin-top: 2px !important;
}
.mapping .mappingarea .maprow .mapcolumn-1 .mapitem:first-child {
  margin-top: 0 !important;
}
.mapping .mappingarea .maprow.title-maprow {
  margin-top: 0;
  overflow: hidden;
}
.mapping .mappingarea .maprow.title-maprow .btn-add {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.mapping .mappingarea .maprow.title-maprow .mapcolumn {
  text-align: center;
}
.mapping .mappingarea .maprow.title-maprow .mapcell > span {
  font-family: "SourceSansProSemiBold";
  background-color: #b9c7d6;
  padding: 0 5px;
  position: relative;
}
.mapping .mappingarea .maprow.title-maprow .mapcolumn2 span {
  padding: 0 5px;
}
.mapping .mappingarea .maprow.title-maprow .mapmapcell-2 span {
  padding-left: 0;
}
.mapping .mappingarea .maprow.maprowblank {
  background-color: #e4e4e4;
  min-height: 26px;
}
.mapping .mappingarea .maprow.new-maprow {
  background-color: #dcedff;
}
.mapping .mappingarea.mappingareasave .mapmapcell-2 span {
  padding-left: 0;
}
.mapping .mappingarea.mappingareasave .maprow .mapcolumn-2 span span {
  background-color: #ffffff;
  border: 1px solid #8f91a2;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mapping .mappingarea.mappingareasave .maprow .mapcolumn-2 span span i {
  width: 14px;
  width: 20px;
  height: 20px;
  -webkit-background-size: 18px auto !important;
  background-size: 18px auto !important;
}
.mapping .mappingarea.mappingareasave .maprow .mapcolumn-2 span span i.chi-tic {
  -webkit-background-size: 14px auto !important;
  background-size: 14px auto !important;
}
.mapping .mappingarea.mappingareasave .title-maprow .mapcolumn-2 span span {
  border: none;
  background: none;
}

.mapping .submemu {
  margin-bottom: 5px;
  padding: 0 0;
}
.mapping .submemu li {
  padding: 0 0 0 5px;
}
.mapping .submemu li:first-child {
  padding-left: 0;
}
.mapping .submemu li a {
  color: #131111;
  background: #e2f0d9;
}
.mapping .submemu li a:hover {
  background: #85cdc1;
}
.mapping .submemu li.active a {
  background: #85cdc1;
}
.mapping .mappingarea .btn-edit {
  right: 10px !important;
}
.mapping .mappingarea .btn-save {
  right: 45px !important;
}
.mapping .mappingarea .btn-close {
  right: 10px !important;
}
.mapping .mappingarea .section-group {
  display: grid;
  grid-template-columns: 185px repeat(auto-fit, minmax(100px, 1fr));
  margin: 10px 0;
}
.mapping .mappingarea .section-group .section-column-title {
  height: 30px;
  position: relative;
  background-color: #b3c6e8;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
  color: #131111;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
}
.mapping .mappingarea .section-group .grossNet-radios {
  display: flex;
}
.mapping .mappingarea .section-group .grossNet {
  margin-top: 5px;
  padding-left: 10px;
}
@media (max-width: 690px) {
  .mapping.ms-mapping .mapping-content .content {
    overflow: scroll;
  }
}
.mapping.ms-mapping .mappingarea {
  width: 800px;
}
.mapping.ms-mapping .mappingarea .maprow {
  width: 800px;
}
.mapping.ms-mapping .mappingarea .maprow .mapitem {
  position: relative;
}
.mapping.ms-mapping .mappingarea .maprow .mapitemdrag3 {
  margin-top: 2px;
  overflow: hidden;
}
.mapping.ms-mapping .mappingarea .maprow .mapitemdrag3:first-child {
  margin-top: 0;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-1 {
  width: 249px;
  height: 100%;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-1:before {
  width: 249px !important;
}
.mapping.ms-mapping .mappingarea .maprow .mapcolumn-2 {
  margin-left: 250px;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-2 {
  width: 139px;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-2 span {
  padding: 0;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-2 span span {
  padding: 0 10px;
}
.mapping.ms-mapping .mappingarea .maprow .mapcolumn-2 .mapitem {
  position: relative;
}
.mapping.ms-mapping .mappingarea .maprow .mapcolumn-2 .mapitem .mapmapcell-2 {
  overflow-x: hidden;
  height: 100%;
}
.mapping.ms-mapping .mappingarea .maprow .mapcolumn-2 .mapitem .mapmapcell-2:before {
  content: "";
  position: absolute;
  left: 1px;
  height: 100%;
  width: 137px;
  background: #dcedff;
  display: block;
}
.mapping.ms-mapping .mappingarea .maprow .mapcolumn-3 {
  margin: 2px 0 0 139px;
}
.mapping.ms-mapping .mappingarea .maprow .mapcolumn-3 .ui-sortable-helper {
  left: 139px !important;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-3 {
  width: 180px;
  position: relative;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-3 span {
  padding: 0 30px 0 30px;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-3 .form-control {
  border-right: none;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-3 .btn-deletecell {
  border: 1px solid #8f91a2;
  border-left: none;
  height: 26px;
  right: 0;
  top: 0;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-4 {
  width: 230px;
}
.mapping.ms-mapping .mappingarea .maprow .mapmapcell-5 {
  width: 100px;
}
.mapping.ms-mapping .mappingarea .maprow.title-maprow .mapcell span {
  padding: 0;
}
.mapping.ms-mapping .mappingarea .maprow.title-maprow .mapcell span span {
  padding: 0 10px;
}
.mapping.ms-mapping .mappingarea .maprow.title-maprow .mapcell span .btn-add {
  padding: 0;
}
.mapping.ms-mapping .mappingarea .maprow.mapeditrow .mapmapcell-2 span span {
  border: 1px solid #8f91a2;
  background: #ffffff;
}
.mapping.ms-mapping .mappingarea .maprow.mapviewrow .mapmapcell-2 span,
.mapping.ms-mapping .mappingarea .maprow.mapviewrow .mapmapcell-3 span,
.mapping.ms-mapping .mappingarea .maprow.mapviewrow .mapmapcell-4 span {
  padding: 0;
}
.mapping.ms-mapping .mappingarea .maprow.mapviewrow .mapmapcell-2 span span,
.mapping.ms-mapping .mappingarea .maprow.mapviewrow .mapmapcell-3 span span,
.mapping.ms-mapping .mappingarea .maprow.mapviewrow .mapmapcell-4 span span {
  padding: 0 10px;
  border: 1px solid #8f91a2;
  background: #ffffff;
}
.mapping.ms-mapping .mappingarea .maprowWhenTaxIncluded {
  width: 900px !important;
}
.mapping.ms-mapping .taxColumnIncluded {
  width: 900px !important;
}
@media (max-width: 918px) {
  .mapping.fmsetting .mapping-content .content {
    overflow: scroll;
  }
}
.mapping.fmsetting .mappingarea {
  width: 888px;
}
.mapping.fmsetting .mappingarea .title {
  margin: 0;
}
.mapping.fmsetting .mappingarea .content {
  padding: 10px;
  background: #f5f5f5;
  overflow: auto;
}
.mapping.fmsetting .mappingarea .content .fmsrow {
  width: 878px;
  margin-top: 1px;
  overflow: hidden;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell {
  float: left;
  width: auto;
  background: #ffffff;
  margin-left: 1px;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell:first-child {
  margin-left: 0;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell > span {
  height: 26px;
  display: block;
  padding: 0;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell > span span {
  display: block;
  position: relative;
  height: auto;
  padding: 3px 10px;
  border: none;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.fmscell-1 {
  width: 240px;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.fmscell-1 span span {
  text-align: right;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.fmscell-2 {
  width: 346px;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.fmscell-2 > span {
  padding: 0;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.fmscell-3 {
  width: 140px;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.fmscell-4 {
  width: 140px;
}
.mapping.fmsetting .mappingarea .content .fmsrow .fmscell.greencell span {
  background: #e2f0d9;
}
.mapping.fmsetting .mappingarea .content .fmsrow.title-maprow {
  margin-bottom: 2px;
}
.mapping.fmsetting .mappingarea .content .fmsrow.title-maprow .fmscell > span {
  background: #b3c6e8;
  height: 30px;
  padding: 0;
}
.mapping.fmsetting .mappingarea .content .fmsrow.title-maprow .fmscell > span span {
  text-align: center;
  padding: 5px 10px;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .fmscell .form-control {
  float: left;
  display: block;
  width: 42px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #8f91a2;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .fmscell.fmscell-2 .form-control {
  margin: 0 0 0 5px;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .fmscell.fmscell-3 .form-control, .mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .fmscell.fmscell-4 .form-control {
  margin: 0 auto;
  float: none;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .common-row {
  float: left;
  border: none;
  height: 26px;
  padding: 1px 0;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .common-row strong {
  line-height: auto;
  font-weight: normal;
  display: block;
  float: left;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .common-row .radio {
  float: left;
  width: auto;
  height: 24px;
  line-height: 22px;
  padding-right: 5px;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .common-row .radio span i {
  opacity: 0;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .common-row .radio:first-child .form-control {
  margin: 0 5px 0 5px;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmseditrow .common-row .radio.active span i {
  opacity: 0.55;
}
.mapping.fmsetting .mappingarea .content .fmsrow.fmsviewrow .fmscell-2 span span,
.mapping.fmsetting .mappingarea .content .fmsrow.fmsviewrow .fmscell-3 span span,
.mapping.fmsetting .mappingarea .content .fmsrow.fmsviewrow .fmscell-4 span span {
  display: block;
  text-align: center;
}
.mapping .mappingarea.newUi {
  width: 888px !important;
}
.mapping .newUi .mapgrid {
  max-width: 583px;
  display: grid;
  grid-template-columns: 34% 38% 28% 28%;
}
.mapping .newUi .mapgrid .mapmapcell-2, .mapping .newUi .mapgrid .mapmapcell-3, .mapping .newUi .mapgrid .mapmapcell-4 {
  width: auto !important;
}
.mapping .newUi .title-maprow .mapmapcell-2 span span, .mapping .newUi .title-maprow .mapmapcell-3 span span {
  align-content: start;
  flex-wrap: wrap;
}
.mapping .newUi .title-maprow .mapcell span {
  height: 46px !important;
}
.mapping .newUi .showError {
  border: 2px solid #f05352 !important;
}

.rms-export-mapping .margin-left-0 {
  margin-left: 0px !important;
}
.rms-export-mapping .mapitem .mapmapcell-1:before {
  background: unset !important;
}
.rms-export-mapping .mapitem .mapmapcell-1 span.bordered-box {
  border: 1px solid #8f91a2 !important;
}
.rms-export-mapping .mapitem .mapmapcell-1 .no-background {
  background-color: unset !important;
}
.rms-export-mapping .mars-select button.dropdown-toggle span.multiselect-selected-text, .rms-export-mapping .no-border {
  border: 0 !important;
}
.rms-export-mapping .mars-select .input-group-addon,
.rms-export-mapping .mars-select .input-group-btn {
  display: none !important;
}
.rms-export-mapping li.multiselect-filter .form-control.multiselect-search {
  border: 1px solid #8f91a2 !important;
}
.rms-export-mapping .mappingarea {
  width: 700px !important;
  padding-bottom: 25% !important;
}
.rms-export-mapping .mapping.ms-mapping .mappingarea .maprow .mapmapcell-1 {
  width: 350px !important;
}
.rms-export-mapping .mapping.ms-mapping .mappingarea .maprow .mapmapcell-2 {
  width: 160px !important;
}
.rms-export-mapping .mapping.ms-mapping .mappingarea .maprow .mapmapcell-3 {
  width: 190px !important;
}
.rms-export-mapping .selectedViewNotPresent {
  border: 2px solid #f00 !important;
}

/*
==========================================================================
    User Access Prpperty Level
==========================================================================
*/
.useraccess-pl .useraccess-content {
  margin: 6px 0 0 0 !important;
  padding: 4px 15px !important;
}
.useraccess-pl .useraccess-content .btn-list,
.useraccess-pl .useraccess-content .btn-administrator,
.useraccess-pl .useraccess-content .btn-deactivated {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
  float: left;
}
.useraccess-pl .useraccess-content .btn-list {
  background: #7F7DA0;
}
.useraccess-pl .useraccess-content .btn-blue {
  background: #cdeef9 !important;
  color: #000000;
}
.useraccess-pl .useraccess-content .btn-administrator {
  position: relative;
  background: #f2f2f2;
  color: #000000;
}
.useraccess-pl .useraccess-content .btn-administrator i {
  position: absolute;
  left: 10px;
  top: 0;
}
.useraccess-pl .useraccess-content .btn-deactivated {
  background-image: url(../images/icon-deactivateduser-5bdcadd5a8c7da0879fa65d10bf21dbd.png);
  background-repeat: no-repeat;
  background-position: 10px 1px;
  padding-left: 50px;
  color: #000000;
}
.useraccess-pl .useraccess-content .useraccess-top .btn-administrator {
  padding-left: 44px;
  margin-left: 10px;
}
.useraccess-pl .useraccess-content .useraccess-top .btn-deactivated {
  float: right;
}
@media (max-width: 640px) {
  .useraccess-pl .useraccess-content .useraccess-top {
    text-align: center;
  }
  .useraccess-pl .useraccess-content .useraccess-top .btn-list,
  .useraccess-pl .useraccess-content .useraccess-top .btn-administrator,
  .useraccess-pl .useraccess-content .useraccess-top .btn-deactivated {
    float: none;
    margin: 5px 5px 5px;
    display: inline-block;
  }
}
.useraccess-pl .table-responsive {
  max-height: inherit;
}
.useraccess-pl .userAccessTable {
  table-layout: fixed;
}
.useraccess-pl .userAccessTable .btn-save,
.useraccess-pl .userAccessTable .btn-edit,
.useraccess-pl .userAccessTable .btn-deactive,
.useraccess-pl .userAccessTable .btn-restore,
.useraccess-pl .userAccessTable .btn-trash,
.useraccess-pl .userAccessTable .btn-delete {
  background: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.useraccess-pl .userAccessTable .btn-save i,
.useraccess-pl .userAccessTable .btn-edit i,
.useraccess-pl .userAccessTable .btn-deactive i,
.useraccess-pl .userAccessTable .btn-restore i,
.useraccess-pl .userAccessTable .btn-trash i,
.useraccess-pl .userAccessTable .btn-delete i {
  width: 100%;
  height: 100%;
}
.useraccess-pl .userAccessTable tr td {
  padding: 2px 1px !important;
  table-layout: fixed;
}
.useraccess-pl .userAccessTable tr td > span {
  padding: 0 10px;
  display: block;
}
.useraccess-pl .userAccessTable tr .col-number {
  width: 30px;
  text-align: center;
}
.useraccess-pl .userAccessTable tr .col-firstname {
  width: 15%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-firstname {
    width: 150px;
  }
}
.useraccess-pl .userAccessTable tr .col-lastname {
  width: 15%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-lastname {
    width: 160px;
  }
}
.useraccess-pl .userAccessTable tr .col-title {
  width: 15%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-title {
    width: 150px;
  }
}
.useraccess-pl .userAccessTable tr .col-Location {
  width: 18%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-Location {
    width: 160px;
  }
}
.useraccess-pl .userAccessTable tr .col-email {
  width: 15%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-email {
    width: 150px;
  }
}
.useraccess-pl .userAccessTable tr .col-displayname {
  width: 18%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-displayname {
    width: 180px;
  }
}
.useraccess-pl .userAccessTable tr .col-discoverAccess span {
  display: none;
}
.useraccess-pl .userAccessTable tr .col-discoverAccess div {
  display: flex;
  justify-content: center;
}
.useraccess-pl .userAccessTable tr .col-discoverAccess {
  width: 8%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-discoverAccess {
    width: 80px;
  }
}
.useraccess-pl .userAccessTable tr .col-supportAccess span {
  display: none;
}
.useraccess-pl .userAccessTable tr .col-supportAccess div {
  display: flex;
  justify-content: center;
}
.useraccess-pl .userAccessTable tr .col-supportAccess {
  width: 8%;
}
@media (max-width: 1200px) {
  .useraccess-pl .userAccessTable tr .col-supportAccess {
    width: 80px;
  }
}
.useraccess-pl .userAccessTable tr .col-access,
.useraccess-pl .userAccessTable tr .col-assign {
  width: 170px;
  overflow: visible;
}
.useraccess-pl .userAccessTable tr .col-access span i {
  margin: 0 auto;
}
.useraccess-pl .userAccessTable tr .commonselect {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.useraccess-pl .userAccessTable tr .commonselect .multiselect {
  border: 1px solid #8f91a2;
  background: #ffffff;
  padding-right: 112px;
}
.useraccess-pl .userAccessTable tr .commonselect .multiselect-selected-text {
  width: 45px;
  overflow: unset !important;
}
.useraccess-pl .userAccessTable tr td.col-access span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.useraccess-pl .userAccessTable tr td.col-access span i {
  margin: 0 auto;
}
.useraccess-pl .userAccessTable tr td.col-access small {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.useraccess-pl .userAccessTable tr td.col-access small.itag {
  background: #65d7ff;
  color: #152c35;
}
.useraccess-pl .userAccessTable tr td.col-access small.ptag {
  background: #cc99ff;
  color: #022262;
}
.useraccess-pl .userAccessTable tr td.col-access small.mtag {
  background: #66ff99;
  color: #006600;
}
.useraccess-pl .userAccessTable tr td.col-access {
  display: flex;
  justify-content: center;
}
.useraccess-pl .userAccessTable tr .col-action {
  width: 130px;
}
.useraccess-pl .userAccessTable tr .col-action .action {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.useraccess-pl .userAccessTable tr .col-action .action span {
  margin: 0 5px;
}
.useraccess-pl .userAccessTable tr .checksection {
  width: 26px;
  height: 26px;
  margin: 0 5px;
  float: left;
  display: block;
}
.useraccess-pl .userAccessTable tr .checksection .icon-medium {
  width: 26px;
}
.useraccess-pl .userAccessTable tr .checksection .ncheck {
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.useraccess-pl .userAccessTable tr .checksection .ncheck .checkmark {
  width: 26px !important;
  height: 26px !important;
  display: block;
  border: none;
  margin: 0 auto;
  border-width: 0;
  background: url(../images/chi-unchecked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.useraccess-pl .userAccessTable tr .checksection .ncheck .checkmark.active {
  background: url(../images/chi-checked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.useraccess-pl .userAccessTable tr .checksection .ncheck input:checked ~ .checkmark:after {
  left: 10px;
  top: 8px;
  display: none;
}
.useraccess-pl .commonTable tr td div {
  overflow: visible !important;
}

/*
==========================================================================
    Popup
==========================================================================
*/
.useraccess-popup {
  padding-top: 10px !important;
}
.useraccess-popup .uap-content h3.item-title {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  height: 26px;
  line-height: 26px;
  width: 185px;
  float: left;
  background: #ffffff;
}
.useraccess-popup .uap-content h3.item-title i {
  position: absolute;
  left: 10px;
  top: 3px;
}
.useraccess-popup .uap-content .item-right {
  margin-left: 187px;
  min-height: 26px;
  background: #ffffff;
  overflow: hidden;
}
.useraccess-popup .uap-content .noaccess {
  float: right;
}
.useraccess-popup .uap-content .row-item {
  overflow: hidden;
  margin-top: 2px;
}
.useraccess-popup .uap-content .row-item .radio {
  width: 33.33%;
}
.useraccess-popup .uap-content .row-item .radio:hover, .useraccess-popup .uap-content .row-item .radio.active {
  background: none !important;
}
.useraccess-popup .uap-content .item-content {
  display: none;
}
.useraccess-popup .uap-content .item-content h3.item-title {
  text-align: right;
  padding: 0 10px;
}
.useraccess-popup .uap-content .item-content .common-row .cr.color3,
.useraccess-popup .uap-content .item-content .common-row .cr.color4,
.useraccess-popup .uap-content .item-content .common-row .cr.color6 {
  background: #e9e8e8;
}

.dialog-useraccess-popup {
  top: 200px !important;
}
.dialog-useraccess-popup .ui-dialog-titlebar {
  position: relative;
}
.dialog-useraccess-popup .ui-dialog-titlebar .btn-edit,
.dialog-useraccess-popup .ui-dialog-titlebar .btn-save {
  position: absolute;
  right: 30px;
  top: 4px;
  width: 30px;
  height: 26px;
  display: block;
  margin-right: 15px;
}
.dialog-useraccess-popup .useraccess-popup {
  max-height: 200px !important;
}

/* common radio button start */
.common-row .radio label {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  padding-left: 10px;
  display: block;
  font-size: 14px;
  color: #131111;
  float: left;
  display: block;
}

.common-row .radio label:after {
  content: "";
  display: table;
  clear: both;
}

.common-row .radio .cr {
  position: relative;
  display: block;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 26px;
  float: left;
  margin: 5px 5px 0 0;
}

.common-row .radio .cr i {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  background: #000;
  opacity: 0.55;
}

.common-row .radio label input[type=radio] {
  display: none;
}

.common-row .radio label input[type=radio] + .cr > i {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.common-row .radio.active label input[type=radio] + .cr > i {
  opacity: 0.55;
}

.common-row .radio label input[type=radio]:checked + .cr > i {
  opacity: 0.55;
}

.common-row .radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

.common-row .cr.color1 {
  background: #37c5ab;
}

.common-row .cr.color2 {
  background: #5c6bc0;
}

.common-row .cr.color3 {
  background: #ffd600;
}

.common-row .cr.color4 {
  background: #ba68c8;
}

.common-row .cr.color5 {
  background: #ef5350;
}

.common-row .cr.color6 {
  background: #26c6da;
}

.common-row .cr.color7 {
  background: #78909c;
}

.common-row .cr.color8 {
  background: #fc91ad;
}

.common-row .cr.color9 {
  background: #fb8c00;
}

.common-row .cr.color10 {
  background: #80cbc4;
}

.common-row .cr.color11 {
  background: #c0ca33;
}

.common-row .cr.color12 {
  background: #ff7043;
}

.common-row .cr.color13 {
  background: #3d5afe;
}

.common-row .cr.color14 {
  background: #ff66cc;
}

.common-row .cr.color15 {
  background: #69f0ae;
}

.common-row .cr.color16 {
  background: #ffccbc;
}

.common-row .radio.active,
.common-row .radio:hover {
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d1d1d1',GradientType=0 ) !important;
}

/* common radio button end */
.ui-dialog .ui-icon-closethick {
  background: url(../images/chi-close2.svg) center center;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  margin: 0;
}

.marsusergrid {
  max-height: inherit;
}
.marsusergrid .userAccessTable {
  table-layout: fixed;
}
.marsusergrid .userAccessTable .btn-save,
.marsusergrid .userAccessTable .btn-organization,
.marsusergrid .userAccessTable .btn-edit,
.marsusergrid .userAccessTable .btn-deactive,
.marsusergrid .userAccessTable .btn-restore,
.marsusergrid .userAccessTable .btn-trash,
.marsusergrid .userAccessTable .btn-delete {
  background: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.marsusergrid .userAccessTable .btn-save i,
.marsusergrid .userAccessTable .btn-organization i,
.marsusergrid .userAccessTable .btn-edit i,
.marsusergrid .userAccessTable .btn-deactive i,
.marsusergrid .userAccessTable .btn-restore i,
.marsusergrid .userAccessTable .btn-trash i,
.marsusergrid .userAccessTable .btn-delete i {
  width: 100%;
  height: 100%;
}
.marsusergrid .userAccessTable tr td {
  padding: 2px 1px !important;
  table-layout: fixed;
}
.marsusergrid .userAccessTable tr td > span {
  padding: 0 10px;
  display: block;
}
.marsusergrid .userAccessTable tr .col-number {
  width: 30px;
  text-align: center;
}
.marsusergrid .userAccessTable tr .col-firstname {
  width: 18%;
}
@media (max-width: 1200px) {
  .marsusergrid .userAccessTable tr .col-firstname {
    width: 160px;
  }
}
.marsusergrid .userAccessTable tr .col-lastname {
  width: 18%;
}
@media (max-width: 1200px) {
  .marsusergrid .userAccessTable tr .col-lastname {
    width: 160px;
  }
}
.marsusergrid .userAccessTable tr .col-title {
  width: 20%;
}
@media (max-width: 1200px) {
  .marsusergrid .userAccessTable tr .col-title {
    width: 180px;
  }
}
.marsusergrid .userAccessTable tr .col-Location {
  width: 18%;
}
@media (max-width: 1200px) {
  .marsusergrid .userAccessTable tr .col-Location {
    width: 160px;
  }
}
.marsusergrid .userAccessTable tr .col-email {
  width: 10%;
}
@media (max-width: 1200px) {
  .marsusergrid .userAccessTable tr .col-email {
    width: 260px;
  }
}
.marsusergrid .userAccessTable tr .col-access,
.marsusergrid .userAccessTable tr .col-assign {
  width: 170px;
  overflow: visible;
  height: 31.01px;
}
.marsusergrid .userAccessTable tr .col-access span i {
  margin: 0 auto;
}
.marsusergrid .userAccessTable tr .commonselect {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.marsusergrid .userAccessTable tr .commonselect .multiselect {
  border: 1px solid #8f91a2;
  background: #ffffff;
}
.marsusergrid .userAccessTable tr td.col-access span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.marsusergrid .userAccessTable tr td.col-access span i {
  margin: 0 auto;
}
.marsusergrid .userAccessTable tr td.col-access small {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.marsusergrid .userAccessTable tr td.col-access small.itag {
  background: #65d7ff;
  color: #152c35;
}
.marsusergrid .userAccessTable tr td.col-access small.ptag {
  background: #cc99ff;
  color: #022262;
}
.marsusergrid .userAccessTable tr td.col-access small.mtag {
  background: #66ff99;
  color: #006600;
}
.marsusergrid .userAccessTable tr .col-action {
  width: 130px;
}
.marsusergrid .userAccessTable tr .col-action .action {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.marsusergrid .userAccessTable tr .col-action .action span {
  margin: 0 5px;
}
.marsusergrid .userAccessTable tr .checksection {
  width: 26px;
  height: 26px;
  margin: 0 5px;
  float: left;
  display: block;
}
.marsusergrid .userAccessTable tr .checksection .icon-medium {
  width: 26px;
}
.marsusergrid .userAccessTable tr .checksection .ncheck {
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.marsusergrid .userAccessTable tr .checksection .ncheck .checkmark {
  width: 26px !important;
  height: 26px !important;
  display: block;
  border: none;
  margin: 0 auto;
  border-width: 0;
  background: url(../images/chi-unchecked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.marsusergrid .userAccessTable tr .checksection .ncheck .checkmark.active {
  background: url(../images/chi-checked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.marsusergrid .userAccessTable tr .checksection .ncheck input:checked ~ .checkmark:after {
  left: 10px;
  top: 8px;
  display: none;
}

.abovepropertyaccess .table-responsive {
  max-height: 800px;
}
.abovepropertyaccess .userAccessTable {
  table-layout: fixed;
}
.abovepropertyaccess .userAccessTable .btn-save,
.abovepropertyaccess .userAccessTable .btn-edit,
.abovepropertyaccess .userAccessTable .btn-deactive,
.abovepropertyaccess .userAccessTable .btn-restore,
.abovepropertyaccess .userAccessTable .btn-trash,
.abovepropertyaccess .userAccessTable .btn-delete {
  background: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.abovepropertyaccess .userAccessTable .btn-save i,
.abovepropertyaccess .userAccessTable .btn-edit i,
.abovepropertyaccess .userAccessTable .btn-deactive i,
.abovepropertyaccess .userAccessTable .btn-restore i,
.abovepropertyaccess .userAccessTable .btn-trash i,
.abovepropertyaccess .userAccessTable .btn-delete i {
  width: 100%;
  height: 100%;
}
.abovepropertyaccess .userAccessTable tr td {
  height: 31px !important;
  position: relative !important;
  padding: 2px 1px !important;
  table-layout: fixed;
}
.abovepropertyaccess .userAccessTable tr td > span {
  padding: 0 10px;
  display: block;
}
.abovepropertyaccess .userAccessTable tr td .selectarea span {
  line-height: 24px;
  display: block;
  height: 26px;
  float: none;
}
.abovepropertyaccess .userAccessTable tr td .selectarea span.multiselect-selected-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.abovepropertyaccess .userAccessTable tr td .selectarea .btn-group ul label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.abovepropertyaccess .userAccessTable tr td.col-select {
  overflow: visible !important;
}
.abovepropertyaccess .userAccessTable tr td.col-select small {
  text-align: left !important;
}
.abovepropertyaccess .userAccessTable tr td.col-select3 .btn-group button {
  padding-left: 0 !important;
}
.abovepropertyaccess .userAccessTable tr td.col-select3 .btn-group button span {
  justify-content: left;
}
.abovepropertyaccess .userAccessTable tr .col-number {
  width: 30px;
  text-align: center;
}
.abovepropertyaccess .userAccessTable tr .col-firstname {
  width: 10%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-firstname {
    width: 100px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-lastname {
  width: 10%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-lastname {
    width: 100px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-title {
  width: 12%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-title {
    width: 80px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-email {
  width: 15%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-email {
    width: 150px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-mgtarea {
  width: 11%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-mgtarea {
    width: 110px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-biattr {
  width: 10%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-biattr {
    width: 100px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-displayname {
  width: 10%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-displayname {
    width: 100px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-discoverAccess div {
  display: flex;
  justify-content: center;
}
.abovepropertyaccess .userAccessTable tr .col-discoverAccess {
  width: 8%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-discoverAccess {
    width: 80px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-supportAccess div {
  display: flex;
  justify-content: center;
}
.abovepropertyaccess .userAccessTable tr .col-supportAccess {
  width: 8%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-supportAccess {
    width: 80px;
  }
}
.abovepropertyaccess .userAccessTable tr .col-assignedHotels div {
  display: flex;
  justify-content: center;
}
.abovepropertyaccess .userAccessTable tr .col-assignedHotels {
  width: 8%;
}
@media (max-width: 1200px) {
  .abovepropertyaccess .userAccessTable tr .col-assignedHotels {
    width: 100px;
  }
}
.abovepropertyaccess .userAccessTable tr #wait.loader {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.abovepropertyaccess .userAccessTable tr .col-access .col-assign {
  width: 155px;
  overflow: visible;
}
.abovepropertyaccess .userAccessTable tr .col-access {
  width: 10%;
}
.abovepropertyaccess .userAccessTable tr .col-access span i {
  margin: 0 auto;
}
.abovepropertyaccess .userAccessTable tr .commonselect {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.abovepropertyaccess .userAccessTable tr .commonselect .multiselect {
  border: 1px solid #8f91a2;
  background: #ffffff;
}
.abovepropertyaccess .userAccessTable tr td.col-access span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.abovepropertyaccess .userAccessTable tr td.col-access span i {
  margin: 0 auto;
}
.abovepropertyaccess .userAccessTable tr td.col-access small {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.abovepropertyaccess .userAccessTable tr td.col-access small.itag {
  background: #65d7ff;
  color: #152c35;
}
.abovepropertyaccess .userAccessTable tr td.col-access small.ptag {
  background: #cc99ff;
  color: #022262;
}
.abovepropertyaccess .userAccessTable tr td.col-access small.mtag {
  background: #66ff99;
  color: #006600;
}
.abovepropertyaccess .userAccessTable tr td.col-access .multiselect-native-select .btn-group {
  width: 100% !important;
}
.abovepropertyaccess .userAccessTable tr .col-action {
  width: 85px;
}
.abovepropertyaccess .userAccessTable tr .col-action .action {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.abovepropertyaccess .userAccessTable tr .col-action .action span {
  margin: 0 5px;
}
.abovepropertyaccess .userAccessTable tr .checksection {
  width: 26px;
  height: 26px;
  margin: 0 5px;
  float: left;
  display: block;
}
.abovepropertyaccess .userAccessTable tr .checksection .icon-medium {
  width: 26px;
}
.abovepropertyaccess .userAccessTable tr .checksection .ncheck {
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.abovepropertyaccess .userAccessTable tr .checksection .ncheck .checkmark {
  width: 26px !important;
  height: 26px !important;
  display: block;
  border: none;
  margin: 0 auto;
  border-width: 0;
  background: url(../images/chi-unchecked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.abovepropertyaccess .userAccessTable tr .checksection .ncheck .checkmark.active {
  background: url(../images/chi-checked-checkbox.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.abovepropertyaccess .userAccessTable tr .checksection .ncheck input:checked ~ .checkmark:after {
  left: 10px;
  top: 8px;
  display: none;
}
.abovepropertyaccess .userAccessTable .col-select .multiselect-container li.active label {
  background-position: right !important;
  padding-right: 15px;
}
.abovepropertyaccess .commonTable tr td div {
  overflow: visible !important;
}
.abovepropertyaccess .table.userAccessTable > tbody > tr > td.col-select.col-select1, .abovepropertyaccess .table.userAccessTable > tbody > tr > td.col-select.col-select2 {
  min-width: 120px;
  width: 120px;
}
.abovepropertyaccess .assigned-hotel-col-position {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.abovepropertyaccess .assigned-hotel-col-count {
  font-size: 12px !important;
  color: lightseagreen !important;
  font-weight: bold !important;
}
.abovepropertyaccess .assigned-hotel-col-No-assigned {
  font-size: 12px !important;
  color: red !important;
  font-weight: bold !important;
}

.dialog-titlebar-change {
  padding-top: 0 !important;
}
.dialog-titlebar-change .ui-dialog-titlebar {
  height: 30px;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 20px;
}
.dialog-titlebar-change .ui-dialog-titlebar .help-integration {
  width: 38px;
  height: 31px;
  margin-top: -4px;
  background-size: 32px 32px !important;
}
.dialog-titlebar-change .ui-icon-closethick {
  left: 0px;
  top: 0px;
  margin: 0;
}
.dialog-titlebar-change .btn-edit,
.dialog-titlebar-change .btn-save {
  right: 45px;
  top: 0 !important;
}

.assigned-hotel-above-property {
  /* To update common component for our regular style */
}
.assigned-hotel-above-property input[type=text] {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.assigned-hotel-above-property input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.assigned-hotel-above-property input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.assigned-hotel-above-property input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.assigned-hotel-above-property input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.assigned-hotel-above-property input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.assigned-hotel-above-property input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.assigned-hotel-above-property input[type=text]:-moz-read-only, .assigned-hotel-above-property input[type=text]:read-only {
  background: #FFFFFF !important;
}
.assigned-hotel-above-property input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.assigned-hotel-above-property input[readonly] {
  background: #FFFFFF !important;
}
.assigned-hotel-above-property {
  /* create-group */
}
.assigned-hotel-above-property .create-group {
  overflow: auto;
}
.assigned-hotel-above-property .create-group.create-group--edit .is-edit {
  display: block;
}
.assigned-hotel-above-property .create-group.create-group--edit .is-save {
  display: none;
}
.assigned-hotel-above-property .create-group.create-group--edit .is-edit .additem {
  display: none;
}
.assigned-hotel-above-property .create-group.create-group--edit .btn-block:before {
  display: block;
}
.assigned-hotel-above-property .create-group.create-group--save .is-edit {
  display: none;
}
.assigned-hotel-above-property .create-group.create-group--save .is-save {
  display: block;
}
.assigned-hotel-above-property .create-group.create-group--save .is-edit .additem {
  display: none !important;
}
.assigned-hotel-above-property .create-group.create-group--save .btn-block:before {
  display: none;
}
.assigned-hotel-above-property .create-group.create-group--save .btn-clear {
  display: none !important;
}
.assigned-hotel-above-property .create-group.create-group--save .btn-addproperty {
  display: none !important;
}
.assigned-hotel-above-property .create-group .btn-addproperty {
  width: 26px;
  height: 26px;
  background-color: #FFFFFF !important;
}
.assigned-hotel-above-property .create-group .btn-addproperty i {
  width: 26px;
  height: 26px;
}
.assigned-hotel-above-property .create-group .top-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 680px 220px;
  grid-column-gap: 10px;
}
.assigned-hotel-above-property .create-group .top-row .total-hotel {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
}
.assigned-hotel-above-property .create-group .grouping-input-area {
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
}
.assigned-hotel-above-property .create-group .grouping-input-area span {
  height: 26px;
  color: #131111;
  background: #b3c6e8;
  display: block;
  padding: 3px 10px;
  width: 220px;
  float: left;
}
.assigned-hotel-above-property .create-group .grouping-input-area .form-control {
  position: relative;
  background: #ccecff;
  margin-left: 230px;
  float: none;
  width: 310px;
  max-width: 100%;
}
.assigned-hotel-above-property .create-group .additem {
  border: 1px solid #8f91a2;
  border-top: none;
  padding: 0 10px;
  background: #FFFFFF;
  height: 26px;
  margin-top: 5px;
}
.assigned-hotel-above-property .create-group .additem:first-child {
  margin-top: 0;
}
.assigned-hotel-above-property .create-group .searchitem {
  border: 1px solid #8f91a2;
}
.assigned-hotel-above-property .create-group .searchitem .form-control {
  border: none;
  height: 24px;
}
.assigned-hotel-above-property .create-group .search-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  padding: 0 !important;
  z-index: 100;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.assigned-hotel-above-property .create-group .search-box.open {
  width: 280px;
}
.assigned-hotel-above-property .create-group .search-box.open .search-wrap .form-control {
  width: 100%;
  display: block;
}
.assigned-hotel-above-property .create-group .search-box .search-wrap {
  position: relative;
  padding: 0 30px 0 0;
}
.assigned-hotel-above-property .create-group .search-box .search-wrap .form-control {
  height: 24px;
  width: 0;
}
.assigned-hotel-above-property .create-group .search-box .search-wrap .btn-search {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #b3c6e8 !important;
}
.assigned-hotel-above-property .create-group .search-box .search-wrap .btn-search.active {
  background: #5b9bd5 !important;
}
.assigned-hotel-above-property .create-group .search-box .search-wrap .btn-search i {
  width: 100%;
  height: 100%;
  background-position: center center;
}
.assigned-hotel-above-property .create-group .create-group__row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 20% 55% 23%;
  grid-column-gap: 10px;
}
.assigned-hotel-above-property .create-group .create-group__section {
  margin-top: 10px;
}
.assigned-hotel-above-property .create-group .create-group__section:first-child {
  margin-top: 0;
}
.assigned-hotel-above-property .create-group .create-group__section__title {
  padding: 2px 10px;
}
.assigned-hotel-above-property .create-group .create-group__title {
  border: 1px solid #41719c;
}
.assigned-hotel-above-property .create-group .create-group__title > div {
  padding: 2px 10px;
}
.assigned-hotel-above-property .create-group .create-group__section__title,
.assigned-hotel-above-property .create-group .create-group__title {
  height: 26px;
  line-height: auto;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #b3c6e8 !important;
}
.assigned-hotel-above-property .create-group .create-group__section__title .additem,
.assigned-hotel-above-property .create-group .create-group__title .additem {
  background: transparent;
}
.assigned-hotel-above-property .create-group .create-group__section__title.grouppropertytitle,
.assigned-hotel-above-property .create-group .create-group__title.grouppropertytitle {
  margin: 0;
  position: relative;
}
.assigned-hotel-above-property .create-group .create-group__section__title.grouppropertytitle .additem,
.assigned-hotel-above-property .create-group .create-group__title.grouppropertytitle .additem {
  margin: 0;
}
.assigned-hotel-above-property .create-group .create-group__column--left .searchitem {
  margin-top: -1px !important;
  display: none;
}
.assigned-hotel-above-property .create-group .create-group__column--left .searchitem.show {
  display: block;
}
.assigned-hotel-above-property .create-group .create-group__column--left .card-country .card-body ul {
  max-height: 189px;
  overflow: auto;
}
.assigned-hotel-above-property .create-group .create-group__column--center {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-row-gap: 10px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .btn-clear {
  display: none;
  height: 24px;
  padding: 0 !important;
  background-color: #eae6ec !important;
}
.assigned-hotel-above-property .create-group .create-group__column--center .btn-clear i {
  height: 100%;
  width: 30px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .btn-deletecell {
  width: 30px;
  height: 26px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .additem-filter {
  background: #e4e4e4 !important;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 26px 1fr;
  grid-row-gap: 4px;
  margin: 0;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem {
  border: none;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem span {
  display: flex;
  align-items: center;
  line-height: auto;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem .item-number {
  width: 30px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem .item-name {
  width: 55%;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem .item-id {
  width: 10%;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem .id-value {
  padding-left: 0px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .additem .item-country {
  width: 120px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .create-group__title .additem {
  padding: 0;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .create-group__title .additem span {
  justify-content: left;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .create-group__title .additem .item-number {
  justify-content: center;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section .create-group__title .sort-span {
  width: 0 !important;
  margin-left: 10px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__section:first-child .create-group__title {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 30px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__list {
  min-height: 28px;
  overflow: auto;
  border: 1px solid #8faadc;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__list .create-group__list--property {
  max-height: 98% !important;
  height: fit-content;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__list .btn-deletecell {
  right: 0;
  top: 0;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__list--property,
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__list--individual {
  overflow: auto;
  max-height: 610px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .create-group__list--individual {
  max-height: 320px;
}
.assigned-hotel-above-property .create-group .create-group__column--center .switch {
  width: 39px !important;
  height: 20px !important;
}
.assigned-hotel-above-property .create-group .create-group__column--center .switch .slider:before {
  height: 20px !important;
  width: 23px !important;
  left: 0px !important;
  bottom: -1px !important;
}
.assigned-hotel-above-property .create-group .create-group__column--center .switch input:checked + .slider {
  background-color: #ffabab !important;
}
.assigned-hotel-above-property .create-group .create-group__column--right .create-group__list {
  min-height: 28px;
  overflow: auto;
  border: 1px solid #8faadc;
}
.assigned-hotel-above-property .create-group .create-group__column--right .create-group__section .additem {
  border: none;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.assigned-hotel-above-property .create-group .create-group__column--right .create-group__section .additem span {
  display: flex;
  align-items: center;
  position: relative;
  line-height: auto;
}
.assigned-hotel-above-property .create-group .create-group__column--right .create-group__section .additem span .sort-span {
  width: 0 !important;
  margin-left: 10px;
}
.assigned-hotel-above-property .create-group .create-group__column--right .create-group__section .additem .item-name {
  width: 80%;
}
.assigned-hotel-above-property .create-group .create-group__column--right .create-group__section .additem .item-number {
  width: 30px;
}
.assigned-hotel-above-property .create-group .create-group__column--right .btn-deletecell {
  width: 30px;
  height: 26px;
}
.assigned-hotel-above-property .create-group .create-group__row--setcriteria {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 680px 220px !important;
  grid-column-gap: 10px;
  margin-bottom: 4px;
}
.assigned-hotel-above-property .create-group .create-group__row--setcriteria .create-group__section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.assigned-hotel-above-property .create-group .create-group__row--setcriteria .create-group__section .create-group__section__title {
  background: #cce5ff;
  width: 220px;
}
.assigned-hotel-above-property .create-group .create-group__row--setcriteria .create-group__section .total-hotel {
  width: 80px;
}
.assigned-hotel-above-property {
  /* css for above property popup*/
}
.assigned-hotel-above-property .above-hotel-selection-popup .create-group .create-group__row--setcriteria {
  grid-template-columns: 790px 110px !important;
}
.assigned-hotel-above-property .above-hotel-selection-popup .create-group .create-group__row--setcriteria .create-group__hotel__title_aboveproperty {
  width: 120px !important;
}
.assigned-hotel-above-property {
  /* accordion */
}
.assigned-hotel-above-property .accordion {
  margin: 0;
}
.assigned-hotel-above-property .accordion .card {
  margin-top: 4px;
}
.assigned-hotel-above-property .accordion .collapse {
  max-height: 350px;
  overflow: auto;
}
.assigned-hotel-above-property .accordion .collapseHeading {
  border-radius: 0;
  display: block;
  text-align: left;
  text-decoration: none;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #FFFFFF;
  padding: 5px 10px;
  position: relative;
  flex-grow: 1;
  margin: 0;
  border: 1px solid #8f91a2;
}
.assigned-hotel-above-property .accordion .collapseHeading:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #5b9bd5;
  border-top: 0;
}
.assigned-hotel-above-property .accordion .collapsed .collapseHeading:before {
  border-top: 8px solid #5b9bd5;
  border-bottom: 0;
}
.assigned-hotel-above-property .accordion .select-all-hotel {
  height: 28px;
  margin-top: 4px;
  background-color: #FFFFFF;
}
.assigned-hotel-above-property .accordion .select-all-hotel,
.assigned-hotel-above-property .accordion .card-body ul li {
  border: 1px solid #8f91a2;
  display: flex;
  cursor: pointer;
}
.assigned-hotel-above-property .accordion .select-all-hotel.active,
.assigned-hotel-above-property .accordion .card-body ul li.active {
  background-color: #d0fddc;
  display: flex !important;
}
.assigned-hotel-above-property .accordion .select-all-hotel.dbactive,
.assigned-hotel-above-property .accordion .card-body ul li.dbactive {
  background-color: #d0fddc;
  background-image: url(../images/chi-tic.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px auto;
  pointer-events: none;
}
.assigned-hotel-above-property .accordion .select-all-hotel div,
.assigned-hotel-above-property .accordion .card-body ul li div {
  flex-grow: 1;
  padding: 3px 10px;
}
.assigned-hotel-above-property .accordion .card-body ul {
  padding: 0;
  margin: 0;
}
.assigned-hotel-above-property .accordion .card-body ul li {
  border-top: none;
  background-color: #f2f2f2;
}
.assigned-hotel-above-property .accordion .card-single-property .card-body ul li {
  display: list-item;
}
.assigned-hotel-above-property .create-group__list--property .accordion .collapse {
  max-height: 540px;
  overflow: auto;
}
.assigned-hotel-above-property .create-group__list--property .background-red {
  background: #ffabab;
}
.assigned-hotel-above-property .close {
  opacity: 1 !important;
}

/* popup */
.assigned-hotel-above-property {
  font-family: "SourceSansProRegular";
  padding: 10px 0 10px 0 !important;
  height: 98% !important;
}
.assigned-hotel-above-property .create-group {
  height: 98% !important;
}
.assigned-hotel-above-property .shorten-text-span {
  display: inline-block !important;
  float: left;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.assigned-hotel-above-property .dialog-box-help {
  position: absolute;
  right: 68px;
  margin-top: unset;
}
.assigned-hotel-above-property .w-10 {
  width: 10%;
}
.assigned-hotel-above-property .w-15 {
  width: 15%;
}
.assigned-hotel-above-property .w-20 {
  width: 20%;
}
.assigned-hotel-above-property .w-50 {
  width: 50%;
}
.assigned-hotel-above-property .m-right-5 {
  margin-right: 5px;
}
.assigned-hotel-above-property .m-right-10 {
  margin-right: 10px;
}
.assigned-hotel-above-property .display-flex {
  display: flex !important;
}
.assigned-hotel-above-property .justify-content {
  justify-content: space-between;
}
.assigned-hotel-above-property .bottom-margin-5 {
  margin-bottom: 5px !important;
}
.assigned-hotel-above-property .p-l-20 {
  padding-left: 20% !important;
}
.assigned-hotel-above-property .padding-bottom-5 {
  padding-bottom: 5px !important;
}
.assigned-hotel-above-property .property-list-table {
  max-height: fit-content !important;
  margin-top: 4px !important;
  margin-bottom: 5px !important;
  border: none !important;
}
.assigned-hotel-above-property .addbyproperty-search {
  width: 93% !important;
}

.mars-popup.assigned-hotel-above-property {
  left: 80px !important;
  position: fixed !important;
  height: 86% !important;
  top: 80px !important;
  width: 90% !important;
}

#property-searchbox {
  width: 97%;
}

.search-row-close {
  background: url(../images/chi-multiply.svg) center center no-repeat !important;
  background-size: 30px 30px !important;
  width: 100% !important;
  height: 100% !important;
}

.filter-submemu .tab-item:first-child .form-group .multiselect-native-select .caret {
  display: none;
}

.wrap.ussermanager.adminaccess .table-responsive {
  max-height: inherit;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-number {
  width: 30px;
  text-align: center;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-firstName {
  text-align: center;
  width: 12%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-firstName {
    width: 120px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-lastName {
  text-align: center;
  width: 12%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-lastName {
    width: 120px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-title {
  text-align: center;
  width: 12%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-title {
    width: 120px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-location {
  width: 15%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-location {
    width: 150px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-email {
  width: 18%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-email {
    width: 180px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-displayName {
  text-align: center;
  width: 12%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-displayName {
    width: 120px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr th.col-discoverAccess span {
  display: none;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-discoverAccess {
  text-align: center;
  width: 8%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-discoverAccess {
    width: 80px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-discoverAccess div {
  display: flex;
  justify-content: center;
}
.wrap.ussermanager.adminaccess .userAccessTable tr th.col-supportAccess span {
  display: none;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-supportAccess {
  text-align: center;
  width: 8%;
}
@media (max-width: 1200px) {
  .wrap.ussermanager.adminaccess .userAccessTable tr .col-supportAccess {
    width: 80px;
  }
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-supportAccess div {
  display: flex;
  justify-content: center;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-access,
.wrap.ussermanager.adminaccess .userAccessTable tr .col-assign {
  width: 140px;
  overflow: visible;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-access span i {
  margin: 0 auto;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .commonselect {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .commonselect .multiselect {
  border: 1px solid #8f91a2;
  background: #ffffff;
}
.wrap.ussermanager.adminaccess .userAccessTable tr td.col-access span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.wrap.ussermanager.adminaccess .userAccessTable tr td.col-access span i {
  margin: 0 auto;
}
.wrap.ussermanager.adminaccess .userAccessTable tr td.col-access small {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.wrap.ussermanager.adminaccess .userAccessTable tr td.col-access small.itag {
  background: #65d7ff;
  color: #152c35;
}
.wrap.ussermanager.adminaccess .userAccessTable tr td.col-access small.ptag {
  background: #cc99ff;
  color: #022262;
}
.wrap.ussermanager.adminaccess .userAccessTable tr td.col-access small.mtag {
  background: #66ff99;
  color: #006600;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-action {
  text-align: center;
  width: 130px;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-action .action {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.wrap.ussermanager.adminaccess .userAccessTable tr .col-action .action span {
  margin: 0 5px;
}

.demo-admin-popup.ui-dialog .ui-dialog-content {
  overflow-x: hidden;
  overflow-y: hidden;
}

.demo-admin-popup .textbox {
  width: 300px;
  height: 60px;
}
.demo-admin-popup .shorten-text {
  margin-left: 20px;
}
.demo-admin-popup .companyList {
  margin-left: 20px;
  max-height: 180px;
  margin-right: 20px;
  overflow-y: auto;
}
.demo-admin-popup .demo-admin-dropdown {
  margin-left: 60px;
}
.demo-admin-popup .input-group-btn:last-child > .btn, .demo-admin-popup .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  top: 0px;
  height: 34px;
}

/*
==========================================================================
    Calendar
==========================================================================
*/
.calendar {
  padding: 0;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.calendar .calendar-header {
  display: none;
}
.calendar .months-container .month-container {
  display: block;
  padding: 0 5px;
  width: 16.665%;
  height: 220px !important;
}
@media (max-width: 1200px) {
  .calendar .months-container .month-container {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .calendar .months-container .month-container {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .calendar .months-container .month-container {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .calendar .months-container .month-container {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .calendar .months-container .month-container {
    width: 100%;
    height: auto !important;
    margin: 5px 0 !important;
  }
  .calendar .months-container .month-container:first-child {
    margin-top: 0;
  }
}
.calendar .months-container .month-container .month {
  background: #fff;
  width: 100%;
}
.calendar .months-container .month-container .month tr td,
.calendar .months-container .month-container .month tr th {
  text-align: center;
  width: 28px;
  height: 26px;
  border: none;
  padding: 1px 2px;
  border: 1px solid #ddd;
  color: #000;
  position: relative;
}
.calendar .months-container .month-container .month tr th {
  font-family: "SourceSansProSemiBold";
  font-size: 12px;
  font-weight: normal;
}
.calendar .months-container .month-container .month tr td {
  font-family: "SourceSansProRegular";
  font-size: 11px;
  font-weight: normal;
  position: relative;
}
.calendar .months-container .month-container .month tr td.day {
  height: 26px;
}
.calendar .months-container .month-container .month tr td.day .available-room {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  width: 26px;
  margin: 0 auto;
  font-size: 11px;
  color: #00a152;
  cursor: none;
  z-index: 10;
}
.calendar .months-container .month-container .month tr td.day.old .available-room {
  display: none;
}
.calendar .months-container .month-container .month tr .day-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 2px;
  text-align: left;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}
.calendar .months-container .month-container .month tr th.month-title,
.calendar .months-container .month-container .month tr th.day-header {
  font-size: 12px;
  font-weight: normal;
  padding: 1px 1px;
}
.calendar .months-container .month-container .month tr th.month-title {
  background: #98bad6;
}
.calendar .months-container .month-container .month tr th.day-header {
  height: 22px;
  background: #dcedff;
}
.calendar.calendar-normal {
  overflow: hidden;
}
.calendar.calendar-normal .month tr .day-content {
  padding: 5px 2px !important;
  text-align: center !important;
  vertical-align: center !important;
  left: 0 !important;
  top: 0 !important;
  height: auto !important;
}
.calendar.calendar-normal .month tr th.month-title {
  font-size: 13px !important;
}
.calendar.calendar-normal .month tr th.day-header {
  height: 22px;
  background: #dcedff;
}

.fyc-calendar {
  margin: 0;
}
.fyc-calendar .col-sm-2 {
  height: 280px;
  padding: 0 5px;
}
@media (max-width: 1366px) {
  .fyc-calendar .col-sm-2 {
    height: 220px;
  }
}
@media (max-width: 1200px) {
  .fyc-calendar .col-sm-2 {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .fyc-calendar .col-sm-2 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .fyc-calendar .col-sm-2 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  .fyc-calendar .col-sm-2 {
    width: 100%;
    height: auto;
  }
}
.fyc-calendar .fyc-calendar-table {
  /*  widows: 220px !important;*/
  height: auto;
  margin: 0 auto;
  font-family: "SourceSansProRegular";
  table-layout: fixed;
}
.fyc-calendar .fyc-calendar-table thead > tr:first-child > th,
.fyc-calendar .fyc-calendar-table thead > tr:last-child > th,
.fyc-calendar .fyc-calendar-table thead > tr > th,
.fyc-calendar .fyc-calendar-table tbody > tr > td {
  border: 1px solid #bdbdbd !important;
  padding: 0 3px;
  height: 30px;
  width: 30px;
}
@media (max-width: 1366px) {
  .fyc-calendar .fyc-calendar-table thead > tr:first-child > th,
  .fyc-calendar .fyc-calendar-table thead > tr:last-child > th,
  .fyc-calendar .fyc-calendar-table thead > tr > th,
  .fyc-calendar .fyc-calendar-table tbody > tr > td {
    height: 26px;
    width: 28px;
  }
}
.fyc-calendar .fyc-calendar-table thead > tr > th {
  font-size: 12px;
  background-color: #98bad6;
  color: #000;
}
.fyc-calendar .fyc-calendar-table thead > tr.dayname > th {
  padding: 6px 3px !important;
  background-color: #dcedff;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .fyc-calendar .fyc-calendar-table thead > tr.dayname > th {
    padding: 3px 3px !important;
    height: 22px;
    width: 28px;
  }
}
.fyc-calendar .fyc-calendar-table tbody > tr > td {
  position: relative;
  font-size: 10px;
  color: #000000;
}
.fyc-calendar .fyc-calendar-table .reasonType-maintenance {
  background-color: blue;
}
.fyc-calendar .fyc-calendar-table [class*=reasonType-] .availableroom {
  color: #ffffff !important;
}
.fyc-calendar .fyc-calendar-table .past {
  opacity: 0.6;
}
.fyc-calendar .fyc-calendar-table .availableroom {
  position: absolute;
  right: 5px;
  top: inherit;
  bottom: 0;
  width: 26px;
  margin: 0 auto;
  font-size: 11px;
  color: #00a152;
  text-align: right;
}

/*
==========================================================================
    Calendar
==========================================================================
*/
.full-year-calendar-content {
  position: relative;
  z-index: 0;
}
.full-year-calendar-content .title-bar {
  position: relative;
  padding: 0 10px;
  height: 30px;
  overflow: visible;
  text-align: center;
}
@media (max-width: 960px) {
  .full-year-calendar-content .title-bar {
    margin-bottom: 40px;
  }
  .full-year-calendar-content .title-bar .available-date {
    height: 30px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .full-year-calendar-content .title-bar .available-date span span {
    padding: 0 10px;
  }
}
.full-year-calendar-content .title-bar h2 {
  font-size: 14px;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.full-year-calendar-content .available-date {
  float: none;
  display: inline-block;
  margin: 0 auto;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
}
.full-year-calendar-content .available-date strong {
  font-weight: normal;
}
.full-year-calendar-content .available-date {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 320px;
}
.full-year-calendar-content .available-date span {
  position: relative;
  height: 30px;
  display: block;
  float: none;
  padding: 2px 30px;
}
.full-year-calendar-content .available-date span .btn-next,
.full-year-calendar-content .available-date span .btn-prev {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  z-index: 100;
}
.full-year-calendar-content .available-date span .btn-prev {
  left: 0;
}
.full-year-calendar-content .available-date span .btn-next {
  right: 0;
}
.full-year-calendar-content .available-date span .btn-next i,
.full-year-calendar-content .available-date span .btn-prev i {
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  background-size: contain;
}

.calendar {
  padding: 0;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.calendar .calendar-header {
  display: none;
}
.calendar .months-container .month-container {
  display: block;
  padding: 0 5px;
  width: 16.665%;
  height: 220px !important;
}
@media (max-width: 1200px) {
  .calendar .months-container .month-container {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .calendar .months-container .month-container {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .calendar .months-container .month-container {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .calendar .months-container .month-container {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .calendar .months-container .month-container {
    width: 100%;
    height: auto !important;
    margin: 5px 0 !important;
  }
  .calendar .months-container .month-container:first-child {
    margin-top: 0;
  }
}
.calendar .months-container .month-container .month {
  background: #fff;
  width: 100%;
}
.calendar .months-container .month-container .month tr td,
.calendar .months-container .month-container .month tr th {
  text-align: center;
  width: 28px;
  height: 26px;
  border: none;
  padding: 1px 2px;
  border: 1px solid #ddd;
  color: #000;
  position: relative;
}
.calendar .months-container .month-container .month tr th {
  font-family: "SourceSansProSemiBold";
  font-size: 12px;
  font-weight: normal;
}
.calendar .months-container .month-container .month tr td {
  font-family: "SourceSansProRegular";
  font-size: 11px;
  font-weight: normal;
  position: relative;
}
.calendar .months-container .month-container .month tr td.day {
  height: 26px;
}
.calendar .months-container .month-container .month tr td.day .available-room {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  width: 26px;
  margin: 0 auto;
  font-size: 11px;
  color: #00a152;
  cursor: none;
  z-index: 10;
}
.calendar .months-container .month-container .month tr td.day.old .available-room {
  display: none;
}
.calendar .months-container .month-container .month tr .day-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 2px;
  text-align: left;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}
.calendar .months-container .month-container .month tr th.month-title,
.calendar .months-container .month-container .month tr th.day-header {
  font-size: 12px;
  font-weight: normal;
  padding: 1px 1px;
}
.calendar .months-container .month-container .month tr th.month-title {
  background: #98bad6;
}
.calendar .months-container .month-container .month tr th.day-header {
  height: 22px;
  background: #dcedff;
}
.calendar.calendar-normal {
  overflow: hidden;
}
.calendar.calendar-normal .month tr .day-content {
  padding: 5px 2px !important;
  text-align: center !important;
  vertical-align: center !important;
  left: 0 !important;
  top: 0 !important;
  height: auto !important;
}
.calendar.calendar-normal .month tr th.month-title {
  font-size: 13px !important;
}
.calendar.calendar-normal .month tr th.day-header {
  height: 22px;
  background: #dcedff;
}

.group-intel .roomspace-head {
  max-width: 100%;
}
.group-intel .roomspace-head .btn-display, .group-intel .roomspace-head .btn-covers {
  padding-top: 0px;
}
.group-intel .roomspace-head .btn-display {
  margin-right: 0px;
}
.group-intel .roomspace-head .btn-block-adjustment {
  margin-left: 7px;
  padding-left: 34px;
  padding-right: 8px;
  padding-top: unset;
}
.group-intel .roomspace-head .btn-covers {
  margin-left: 5px;
}
.group-intel {
  /* criteria-bread-crumb */
}
.group-intel .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #ccecff;
}
.group-intel .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.group-intel .new-roomsforecast-content {
  overflow: hidden;
  height: 460px;
}
.group-intel .group-intel-header {
  overflow: unset !important;
}
.group-intel .btn-reportenter {
  height: 30px;
  width: 30px;
  display: block;
  padding: 0;
}
.group-intel .btn-reportenter i {
  -webkit-background-size: 28px auto !important;
  background-size: 28px auto !important;
}
.group-intel .btn-reportclose {
  height: 28px;
  width: 28px;
  display: block;
}
.group-intel .btn-reportclose i {
  -webkit-background-size: 16px 16px !important;
  background-size: 16px 16px !important;
}
.group-intel .btn-criteria {
  height: 30px;
  padding-left: 0 !important;
  float: left;
  background: #ffffff !important;
}
.group-intel .btn-criteria i {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.group-intel .btn-popupclose {
  height: 30px;
  width: 30px;
  display: block;
}
.group-intel .btn-popupclose i {
  -webkit-background-size: 16px 16px !important;
  background-size: 16px 16px !important;
}
.group-intel .metricOptions .checkbox-wrap {
  display: flex;
  padding-top: 3px;
}
.group-intel .metricOptions .checkbox-wrap .metricOptDiv label {
  padding: 0 0 0 30px;
}
.group-intel .metricOptions .checkbox-wrap .metricOptDiv {
  padding-right: 10px;
}
.group-intel .metricOptions .checkbox-wrap .metricOptDiv .checkmark {
  top: 50% !important;
  left: 8px !important;
}
.group-intel .metricOptions .checkbox-wrap .metricOptDiv input:checked ~ .checkmark:after {
  display: block !important;
}
.group-intel #report .report-row .col-item .table-condensed th {
  font-weight: bold;
}
.group-intel .fgbookingfilterarea .changeOptions {
  display: flex !important;
}
.group-intel .fgbookingfilterarea .changeOptions label {
  width: 65px !important;
  margin-right: 5px !important;
  margin-left: 0px !important;
}
.group-intel .fgbookingfilterarea .changeOptions ul label {
  width: 128px !important;
  margin-left: 0px !important;
  width: 100% !important;
}
.group-intel .fgbookingfilterarea .changeOptions .col-item {
  width: 69%;
  margin-left: 12px !important;
}
.group-intel .new-roompace-content {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
  margin: 6px 0 0 0 !important;
  width: auto !important;
  position: relative;
  overflow: hidden;
  padding: 4px 15px !important;
}
@media (max-width: 600px) {
  .group-intel .new-roompace-content .roomspacehead {
    min-height: 30px;
  }
  .group-intel .new-roompace-content .roomspacehead > span {
    display: block;
  }
}
@media (min-width: 1441px) {
  .group-intel .new-roompace-content .roomspacehead {
    max-width: 100%;
  }
}
.group-intel .new-roompace-content .btn-criteria {
  font-size: 14px;
}
.group-intel .new-roompace-content .roomspacehead span {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
}
.group-intel .new-roompace-content .form-control {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  text-align: center;
  color: #131111;
  border: 1px solid #8f91a2;
  background: #fff;
  cursor: pointer;
}
.group-intel .new-roompace-content #report {
  top: 44px;
}
.group-intel .new-roompace-content #report .multiselect-container.dropdown-menu li.optionactive.disabled {
  display: block !important;
}
.group-intel .new-roompace-content #report .multiselect-container.dropdown-menu li.optionactive.disabled a label {
  background-image: none !important;
}
.group-intel .new-roompace-content #report .form-optgroup .multiselect-container li {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
  padding-left: 20px !important;
}
.group-intel .new-roompace-content #report .form-optgroup .multiselect-container li.multiselect-all, .group-intel .new-roompace-content #report .form-optgroup .multiselect-container li.multiselect-group {
  font-family: "SourceSansProSemiBold";
  padding-left: 10px !important;
}
.group-intel .new-roompace-content #report .form-optgroup .multiselect-container li.multiselect-all a, .group-intel .new-roompace-content #report .form-optgroup .multiselect-container li.multiselect-group a {
  background-color: #fff !important;
}
.group-intel .new-roompace-content #report .form-optgroup .multiselect-container li.multiselect-all.active a, .group-intel .new-roompace-content #report .form-optgroup .multiselect-container li.multiselect-group.active a {
  background-color: #fff !important;
}
.group-intel .new-roompace-content .daterange-row {
  min-height: 220px;
}
.group-intel .new-roompace-content #report .multiselect-container li {
  width: 100%;
}
.group-intel .new-roompace-content #report .multiselect-container li label {
  width: 100%;
  display: block;
  padding: 0;
  height: 24px !important;
  line-height: 24px !important;
}
.group-intel .new-roompace-content #report .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 100% center !important;
  -webkit-background-size: 12px 12px !important;
  background-size: 12px 12px !important;
}
.group-intel .new-roompace-content #report .multiselect,
.group-intel .new-roompace-content #report .radio label {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}
.group-intel .new-roompace-content .labeltext {
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0 10px;
  display: block;
  float: left;
}
.group-intel .new-roompace-content #report {
  max-width: 1164px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1240px) {
  .group-intel .new-roompace-content #report {
    position: sticky;
    max-width: 100% !important;
    width: auto !important;
  }
}
@media (max-width: 600px) {
  .group-intel .new-roompace-content #report {
    position: absolute;
  }
}
.group-intel .new-roompace-content #report .report-title h2 {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
  width: auto;
  display: inline-flex;
}
.group-intel .new-roompace-content #report .report-content {
  border: none;
  display: flow-root;
}
.group-intel .new-roompace-content #report .timeselect {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  margin: 0;
  padding: 0;
  border: 1px solid #8f91a2;
  background-color: #fff;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.group-intel .new-roompace-content #report .timeselect p {
  margin-bottom: 0;
  line-height: 24px;
}
.group-intel .new-roompace-content #report .report-row {
  margin-top: 4px;
}
.group-intel .new-roompace-content #report .report-row .input-group {
  z-index: 100;
  padding: 0 !important;
  width: 100% !important;
  position: relative;
}
.group-intel .new-roompace-content #report .report-row #datepicker3 {
  z-index: 106;
}
.group-intel .new-roompace-content #report .report-row #datepicker4 {
  z-index: 105;
}
.group-intel .new-roompace-content #report .report-row #datepicker5 {
  z-index: 104;
}
.group-intel .new-roompace-content #report .report-row #datepicker6 {
  z-index: 103;
}
.group-intel .new-roompace-content #report .report-row #datepicker7 {
  z-index: 102;
}
.group-intel .new-roompace-content #report .report-row #datepicker8 {
  z-index: 101;
}
.group-intel .new-roompace-content #report .report-row .input-group .btn-calendar {
  position: absolute;
  left: 0 !important;
  top: 0;
  z-index: 0;
}
.group-intel .new-roompace-content #report .report-row .rowcontent {
  width: 100%;
  position: relative;
}
.group-intel .new-roompace-content #report .report-row .reportrowtitle {
  position: absolute;
  height: 100%;
  width: 155px;
  min-width: 155px;
  float: left;
  margin-right: 5px;
  font-size: 14px;
}
.group-intel .new-roompace-content #report .report-row .reportrowtitle span {
  height: 30px;
  line-height: 30px;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea {
  margin-left: 159px;
  min-height: 26px;
  padding: 0;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent {
  background: #f5f5f5;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent:first-child {
  margin-top: 0;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent {
  margin-left: 0;
  margin-top: 4px;
  float: none;
  overflow: visible;
  display: flow-root;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .inputrange {
  float: left;
  margin-left: 4px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .inputrange {
    float: left;
    margin: 0 auto;
  }
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .inputrange > small {
  display: block;
  float: left;
  padding: 0;
  margin: 0 6px;
  font-style: normal;
  height: 26px;
  line-height: 26px;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .inputrange > .form-control {
  float: left;
  border-radius: 0;
  height: 26px;
  width: 54px;
  text-align: center;
  color: #131111;
  padding: 0 5px;
  border: 1px solid #8f91a2;
  background: #ffffc1 !important;
  cursor: pointer;
  z-index: 0;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .radio-group {
  overflow: hidden;
  width: 33.33%;
  float: left;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .radio-group .viewby {
  float: left;
  width: 100px;
}
@media (max-width: 1140px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .radio-group {
    width: 340px;
    margin-bottom: 2px;
  }
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .radio-group > span {
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 10px;
  display: block;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .radio-group .common-row .radio {
  width: 100px;
  float: left;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .impactsingleselect {
  display: none;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group {
  width: 33.1%;
  float: left;
  display: flow-root;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group select.form-control {
  height: 26px;
  overflow: hidden;
  display: none;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group.form-group-normal .multiselect-native-select .btn-group {
  width: 120px !important;
  float: left;
}
@media (max-width: 1240px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group.form-group-normal .multiselect-native-select .btn-group {
    width: 100% !important;
    float: none;
  }
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group {
  float: none;
  margin-left: 100px;
  display: block;
  position: relative;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group .multiselect {
  width: 100% !important;
  padding: 0 10px !important;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 26px !important;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group .multiselect-container li {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group .multiselect-container li label {
  padding: 0;
  color: #131111;
}
@media (max-width: 1140px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group .multiselect {
    width: 240px !important;
    padding: 0 10px !important;
    max-width: 240px !important;
    margin: 0;
  }
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select .btn-group .multiselect-container {
    width: 240px !important;
  }
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group > label {
  float: left;
  width: 85px;
  margin: 0 5px 0 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #131111;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .col-item {
  margin-left: 100px;
  position: relative;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .comparerangepopup {
  width: 460px;
  max-width: 460px;
  margin: 0 0 0 0;
  left: 0;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .comparerangepopup2 {
  left: inherit;
  right: 0;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .multiselect-native-select {
  margin-left: 0;
  float: none;
  width: 100%;
}
@media (max-width: 1140px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group {
    width: 340px;
    margin-bottom: 2px;
  }
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent .form-group .timeselect {
    width: 240px;
  }
}
@media (min-width: 1141px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group {
  width: 24%;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group select.form-control {
  height: 26px;
  overflow: hidden;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group .btn-group {
  float: none;
  margin-left: 0;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group .btn-group .multiselect {
  width: 100% !important;
}
.group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group.form-group-rmrev {
  width: 48.9%;
}
@media (max-width: 1140px) {
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group {
    width: auto;
    margin-right: 10px;
  }
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group .btn-group .multiselect {
    width: 240px !important;
  }
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group.form-group-rmrev {
    width: 100%;
  }
  .group-intel .new-roompace-content #report .report-row .reportrowcontentarea .reportrowcontent.fgbookingfilterarea .form-group.form-group-rmrev .btn-group .multiselect {
    width: 240px !important;
    margin-right: 10px;
  }
}
.group-intel #datafilterselect3 ul li:first-child,
.group-intel #datafilterselect4 ul li:first-child {
  background: white !important;
  border: none !important;
}
.group-intel #datafilterselect3 ul li:first-child label,
.group-intel #datafilterselect4 ul li:first-child label {
  padding: 3px 20px 3px 2px !important;
}
.group-intel #datafilterselect3 ul span.caret-container,
.group-intel #datafilterselect4 ul span.caret-container {
  display: none;
}
.group-intel #datafilterselect3 ul,
.group-intel #datafilterselect4 ul {
  height: 180px;
}
.group-intel .dropdown-menu > .active > a:hover {
  background-color: #ffffff !important;
}
.group-intel .singledatepicker {
  padding-right: 6px !important;
}
.group-intel .singledatepicker .input-group {
  z-index: 10 !important;
}
.group-intel .singledatepicker .datepicker.datepicker-dropdown {
  top: 24px !important;
}
.group-intel .singledatepicker .form-control {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0 10px 0 35px;
  border: 1px solid #8f91a2;
  text-align: left;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 2px center !important;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.group-intel .singledatepicker .input-group-addon {
  display: none;
}
.group-intel .form-optgroup .col-item {
  margin-left: 0px !important;
}
.group-intel div.timeselect {
  cursor: pointer !important;
}
.group-intel #globalStatusBar {
  position: absolute;
  float: right;
  margin-left: 28%;
  bottom: 12%;
  width: 30%;
}
.group-intel .btn-autoadjust {
  color: black;
}
.group-intel div.fillgap.bg-gray {
  margin-left: 5px;
}
.group-intel div.fillgap.bg-gray .alert-danger {
  width: fit-content;
  height: 30px;
  padding: 0px 5px;
  line-height: 30px;
}
.group-intel .table-roomforcast-change .infolist {
  float: left;
  margin: 0;
  padding: 0;
}
.group-intel .table-roomforcast-change .infolist li {
  float: left;
  position: relative;
  padding: 0 12px 0 14px;
}
.group-intel .table-roomforcast-change .infolist li:first-child {
  float: left;
  position: relative;
  padding: 0 12px 0 12px;
}
.group-intel .table-roomforcast-change .infolist li:first-child:before {
  display: none;
}
.group-intel .table-roomforcast-change .infolist li:before {
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.group-intel .table-roomforcast-change .form-control {
  border: 1px solid #ccc;
}
.group-intel .table-roomforcast-change td {
  min-width: 75px !important;
}
.group-intel .table-roomforcast-change td .excluded {
  color: red !important;
  padding-left: 35px;
  font-size: medium;
}
.group-intel .table-roomforcast-change td.fixscrollcelltotal {
  min-width: 110px !important;
}
.group-intel .table-roomforcast-change tr .fixscrollcell,
.group-intel .table-roomforcast-change tr .fixscrollcell2 {
  min-width: 190px !important;
  width: 190px !important;
}
.group-intel .table-roomforcast-change tr th.fixscrollcell > div {
  width: 190px !important;
  max-width: 190px !important;
}
.group-intel .table-roomforcast-change tr .fixscrollcell div {
  width: 301px !important;
  border-right: 1px solid #ffffff;
}
.group-intel .table-roomforcast-change .infosection td {
  background: #d9d9d9 !important;
  height: 20px;
  line-height: 19px;
}
.group-intel .table-roomforcast-change .infosection .fixscrollcell2 > div {
  background: #d9d9d9 !important;
  width: 301px;
  border-right: 1px solid #ffffff;
}
.group-intel .table-roomforcast-change .gradient2 td {
  height: 20px;
  line-height: 19px;
}
.group-intel .table-roomforcast-change .gradient .fixscrollcell2 > div,
.group-intel .table-roomforcast-change .gradient2 .fixscrollcell2 > div,
.group-intel .table-roomforcast-change .gradient2 td {
  background: #e5f4e3 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5f4e3), color-stop(100%, #d2e8cf)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5f4e3 0%, #d2e8cf 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e5f4e3 0%, #d2e8cf 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  width: 301px;
  border-right: 1px solid #ffffff;
}
.group-intel .table-roomforcast-change .gradient2 .fixscrollcell2 > div {
  font-family: "SourceSansProSemiBold";
}
.group-intel .table-roomforcast-change .fhighlightrow2 .gray-head {
  background: #d9d9d9;
}
.group-intel .table-roomforcast-change .fhighlightrow3 .gray-head {
  background: #d9d9d9;
}
.group-intel .table-roomforcast-change .fhighlightrow2 .floatinfo1 {
  background: #f9f9f9;
}
.group-intel .table-roomforcast-change .fhighlightrow4 .floatinfo1 {
  background: #e2f0d9;
}
.group-intel .table-roomforcast-change .fixcolspan td {
  height: 0 !important;
  border: none !important;
}
.group-intel .table-roomforcast-change .nobordertop td {
  border-top: none;
}
.group-intel .icon-collapse {
  float: left;
}
.group-intel .datepicker table tr td span {
  height: 46px !important;
}
.group-intel .lightning-bolt {
  background: url(../images/chi-refresh2.svg) no-repeat 0px -2px;
  -webkit-background-size: auto 23px;
  background-size: auto 23px;
  height: 20px;
  width: 21px;
  cursor: pointer;
}
.group-intel .group-intel-grid .form-control {
  width: 100% !important;
  height: 23px;
}
.group-intel .shorten-text-span {
  max-width: 255px;
  float: left;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.group-intel .group-intel-ember-table table tr td.header {
  height: 19px !important;
  line-height: 19px !important;
  overflow: visible;
  max-width: 73px !important;
}
.group-intel .group-intel-ember-table tr td:nth-child(n+3) {
  border-right: none;
  background: #f9f9f9;
  max-width: max-content !important;
  padding: 0px 5px !important;
}
.group-intel .group-intel-ember-table .gradient2 {
  background: linear-gradient(rgb(229, 244, 227) 0%, rgb(210, 232, 207) 100%) !important;
}
.group-intel .group-intel-ember-table .gradient2:not(.totalcolumn), .group-intel .group-intel-ember-table .infosection:not(.totalcolumn) {
  border-right: none !important;
}
.group-intel .group-intel-ember-table .ember-table th {
  z-index: 5 !important;
}
.group-intel .group-intel-ember-table .infosection {
  background: #d9d9d9 !important;
}
.group-intel .group-intel-ember-table .is-first-column.infosection .et-cell-content > div {
  width: 290px;
}
.group-intel .group-intel-ember-table .is-first-column.infosection .et-cell-content > div div {
  width: 265px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.group-intel .group-intel-ember-table thead tr:first-child th:first-child div:first-child {
  margin-left: 10px;
}
.group-intel .group-intel-ember-table .is-first-column {
  border-right: none;
}
.group-intel .group-intel-ember-table .is-first-column div.et-cell-content {
  margin-left: 10px;
}
.group-intel .group-intel-ember-table .is-first-column div {
  background: none !important;
  border-right: none !important;
}
.group-intel .group-intel-ember-table .is-first-column.gradient2 {
  font-family: SourceSansProSemiBold !important;
}
.group-intel .group-intel-ember-table .totalcolumn {
  z-index: 100;
}
.group-intel .group-intel-ember-table .infosection.firstday {
  overflow: visible;
  white-space: nowrap;
  text-indent: 10px;
}
.group-intel .group-intel-ember-table thead tr th.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.group-intel .currencyDropdown {
  margin-right: 1%;
}
.group-intel .currencyDropdown div {
  width: 210px;
}
.group-intel .currencyDropdown .multiselect-native-select button.multiselect {
  height: 30px !important;
  line-height: 26px !important;
}
.group-intel .currencyDropdown .multiselect-native-select button.multiselect span.multiselect-selected-text {
  margin: 0 !important;
  padding: 0 5px !important;
}
.group-intel .currencyDropdown .multiselect-native-select ul {
  max-height: 160px !important;
  border: none !important;
  top: 28px;
}
.group-intel .currencyDropdown .multiselect-native-select ul li div.input-group input.multiselect-search {
  height: 25px !important;
}
.group-intel .currencyDropdown select.disabledDropdown {
  display: unset !important;
  width: 210px;
  height: 30px !important;
  background-color: #ffffc1 !important;
}

.criteria-bread-crumb .breadcrumb-list {
  overflow: hidden;
  position: relative;
  margin: 5px 0 5px 0;
}
.criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol {
  float: left;
  margin: 0 10px 5px 0;
}
.criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li {
  background: #F2F2F2;
  padding: 3px 10px;
  margin: 5px 5px 0 10px;
}
.criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:last-child {
  margin-right: 10px;
}
.criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  border-width: 13px 0 13px 10px;
  border-style: solid;
  border-color: #F2F2F2 #F2F2F2 #F2F2F2 transparent;
  left: -10px;
}
.criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li::after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #F2F2F2;
  right: -10px;
}
.criteria-bread-crumb .breadcrumb-list.breadcrumb-label {
  /*    ol li a {
        padding: 0;
        background: none;
      }
      ol li a:hover {
        background: none;
        color: #E8E8E8;
      }
      ol li a::before, &.breadcrumb-label ol li a::after {
        display: none;
      }*/
}
.criteria-bread-crumb .breadcrumb-list ol {
  overflow: hidden;
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  border-radius: 0;
  list-style: none;
}
.criteria-bread-crumb .breadcrumb-list ol li {
  float: left;
  margin: 5px 10px 0 10px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  position: relative;
}
.criteria-bread-crumb .breadcrumb-list ol li.current, .criteria-bread-crumb .breadcrumb-list ol li.current:hover {
  background: #E8E8E8;
  padding: 3px 10px;
}
.criteria-bread-crumb .breadcrumb-list ol li:first-child {
  margin-left: 0;
}
.criteria-bread-crumb .breadcrumb-list ol li.current:before, .criteria-bread-crumb .breadcrumb-list ol li.current:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  border-width: 13px 0 13px 10px;
  border-style: solid;
  border-color: #E8E8E8 #E8E8E8 #E8E8E8 transparent;
  left: -10px;
}
.criteria-bread-crumb .breadcrumb-list ol li.current:after, .criteria-bread-crumb .breadcrumb-list ol li.current:hover:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #E8E8E8;
  right: -10px;
}
.criteria-bread-crumb .breadcrumb-list .maxWidth {
  max-width: 250px;
}
.criteria-bread-crumb .breadcrumb-list .floatLeft {
  float: left;
}
.criteria-bread-crumb {
  /* Breadcrumb color change */
}
.criteria-bread-crumb.updateBreadCrumb .breadcrumb-list ol li.current,
.criteria-bread-crumb.updateBreadCrumb .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #ccecff;
}
.criteria-bread-crumb.updateBreadCrumb .breadcrumb-list ol li.current::after,
.criteria-bread-crumb.updateBreadCrumb .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.criteria-bread-crumb.updateBreadCrumb .breadcrumb-list ol li.current::before {
  border-color: #ccecff #ccecff #ccecff transparent;
}

.word {
  word-break: break-all;
}

.monitoring {
  height: auto;
  width: 100%;
  padding: 10px;
  min-height: 350px;
}
.monitoring .spacer {
  clear: both;
  padding: 10px;
}
.monitoring .spacer .input-process-calendar {
  display: inline-flex;
  line-height: 21px !important;
  vertical-align: middle !important;
}
.monitoring .spacer .input-process-calendar .timeselect {
  line-height: 21px !important;
  height: 21px !important;
  width: fit-content !important;
}
.monitoring .spacer .input-process-calendar .reportpopup {
  margin-left: 290px;
  top: 160px;
}
.monitoring .spacer .input-process-calendar .go-button {
  margin: 0px 5px;
  padding: 0px 5px;
  border-radius: 10px;
  background: #72b9e4;
}
.monitoring .panel-body {
  height: 350px;
}
.monitoring .failed-jobs td.job-grid {
  color: red !important;
}
.monitoring .pie-chart svg > g > g:last-child {
  pointer-events: none;
}
.monitoring .multiselect-native-select .multiselect {
  border: 1px solid #8f91a2;
  line-height: 24px;
  padding: 0 10px;
  background: white;
  color: #131111;
}
.monitoring .multiselect-native-select .multiselect-container .glyphicon-remove-circle {
  display: none;
}
.monitoring .criteriaBar {
  display: block;
}
.monitoring .criteriaBar .managementCompanyList {
  width: 45%;
  display: block;
  float: left;
}
.monitoring .criteriaBar .propertyList {
  width: 45%;
  display: block;
  float: left;
  padding-left: 10px;
}
.monitoring #summary .panel {
  height: 430px;
}
.monitoring .graph-toggle {
  float: right;
}
.monitoring .graph-toggle .btn {
  border: 1px solid #ccc;
}
.monitoring .models-table-wrapper .clearFilterIcon {
  pointer-events: auto;
  cursor: pointer;
  top: 0px !important;
}
.monitoring .models-table-wrapper input:not(.default-input-background), .monitoring .models-table-wrapper select:not(.default-input-background) {
  background-color: #fff !important;
}
.monitoring .models-table-wrapper .exitmessagecol {
  width: 200px !important;
}
.monitoring .models-table-wrapper .filenamecol {
  max-width: 250px;
  overflow-wrap: break-word;
  width: 200px !important;
}
.monitoring .models-table-wrapper .jobNameCol {
  max-width: 150px;
  overflow-wrap: break-word;
  width: 150px !important;
}
.monitoring .models-table-wrapper .columns-dropdown {
  margin-top: -32px !important;
  margin-right: 85px !important;
}
.monitoring .models-table-wrapper .job-action-details-col {
  width: 150px !important;
  max-width: 150px;
  overflow-wrap: break-word;
}
.monitoring tr.selected-expand > td:not(.grouping-cell), .monitoring tr.selected-row > td:not(.grouping-cell) {
  background: #C6E746;
}
.monitoring .failedJobsContent {
  overflow-x: scroll;
}
.monitoring .required {
  color: #f05352 !important;
}

.display-right {
  float: right;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  color: #131111 !important;
  background: #f2f2f2 !important;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  vertical-align: middle;
}
.icon-button.icon-left i, .icon-button.icon-right i {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
}
.icon-button.icon-left {
  padding: 0px 0px 5px 30px !important;
}
.icon-button.icon-left i {
  left: 0;
  top: auto;
}
.icon-button.icon-left.custom-pd {
  padding: 0px 9px 0px 35px !important;
}
.icon-button.icon-left.custom-property-pd {
  padding: 0px 1px 0px 35px !important;
}
.icon-button.icon-right {
  padding: 5px 35px 5px 10px !important;
}
.icon-button.icon-right i {
  right: 0;
}
.icon-button.no-bg {
  background-color: transparent !important;
}
.icon-button.active {
  background-color: !important;
}

.export-schedules-table .failed-jobs td {
  color: red !important;
}
.export-schedules-table {
  margin-top: 20px;
}

.rollbackCatchup {
  height: 100%;
  width: 100%;
  padding: 10px;
  min-height: 350px;
}
.rollbackCatchup .spacer {
  clear: both;
  padding: 10px;
}
.rollbackCatchup .multiselect-native-select .multiselect {
  border: 1px solid #8f91a2;
  line-height: 24px;
  padding: 0 10px;
  background: white;
  color: #131111;
}
.rollbackCatchup .multiselect-native-select .multiselect-container .glyphicon-remove-circle {
  display: none;
}
.rollbackCatchup .criteriaBar .managementCompanyList {
  display: inline-block;
  width: 22%;
  vertical-align: bottom;
}
.rollbackCatchup .criteriaBar .propertyList {
  display: inline-block;
  width: 22%;
  padding-left: 10px;
  vertical-align: bottom;
}
.rollbackCatchup .criteriaBar .correlationStatusRadioButtons {
  display: inline-block;
  width: 30%;
  padding-left: 10px;
  vertical-align: bottom;
}
.rollbackCatchup .criteriaBar .ngi-platform-options {
  display: inline-block;
  width: 14%;
}
.rollbackCatchup .rollback-button {
  float: right;
}
.rollbackCatchup .models-table-wrapper .clearFilterIcon {
  pointer-events: auto;
  cursor: pointer;
  top: 0px !important;
}
.rollbackCatchup .models-table-wrapper input:not(.default-input-background), .rollbackCatchup .models-table-wrapper select:not(.default-input-background) {
  background-color: #fff !important;
}
.rollbackCatchup tr.selected-expand > td:not(.grouping-cell), .rollbackCatchup tr.selected-row > td:not(.grouping-cell) {
  background: #C6E746;
}

.onboarding {
  height: 100%;
  width: 100%;
  padding: 10px;
  min-height: 350px;
  padding-bottom: 50px;
  overflow: unset;
}
.onboarding .spacer {
  clear: both;
  padding: 10px;
}
.onboarding .models-table-wrapper .clearFilterIcon {
  pointer-events: auto;
  cursor: pointer;
  top: 0px !important;
}
.onboarding .models-table-wrapper input:not(.default-input-background), .onboarding .models-table-wrapper select:not(.default-input-background) {
  background-color: #fff !important;
}
.onboarding .models-table-wrapper .exitmessagecol {
  width: 200px !important;
}
.onboarding .dropdown .label-search {
  width: auto;
}
.onboarding .dropdown .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}
.onboarding .mappingTable {
  width: unset;
  text-align: center;
}
.onboarding .mappingTable thead > tr > th {
  position: sticky;
  top: 0;
}
.onboarding .mappingTable .col-number {
  width: 50px;
}
.onboarding .mappingTable .col-propertyId {
  width: 200px;
}
.onboarding .mappingTable .col-propertyName {
  width: 250px;
}
.onboarding .mappingTable .col-propertyCode {
  width: 200px;
}
.onboarding .mappingTable .col-sfdcAccountId {
  width: 200px;
}
.onboarding .mappingTable .col-sfdcAccountId .form-control {
  height: 30px;
  border-radius: unset;
}
.onboarding .mappingTable .col-action {
  width: 100px;
}
.onboarding .mappingTable .col-action .action {
  height: 24px;
  display: grid;
  grid-template-columns: 30px 30px;
}
.onboarding .mappingTable .col-action .action .btn-edit {
  cursor: pointer;
}
.onboarding .mappingTable .col-action .action .btn-fiscal-trash {
  margin: unset;
}
.onboarding .administration-grid {
  width: unset;
  text-align: center;
}
.onboarding .administration-grid thead > tr > th {
  position: sticky;
  top: 0;
}
.onboarding .administration-grid .col-number {
  width: 50px;
}
.onboarding .administration-grid .col-propertyId {
  width: 200px;
}
.onboarding .administration-grid .col-propertyName {
  width: 250px;
}
.onboarding .administration-grid .col-propertyCode {
  width: 200px;
}
.onboarding .administration-grid .col-action {
  width: 100px;
}
.onboarding .administration-grid .col-action .btn-fiscal-trash {
  margin: unset;
}
.onboarding .administration-grid .col-action .btn-trash {
  padding-left: 5px;
}
.onboarding .administration-grid .col-action .txt-default {
  color: blue !important;
  padding: 3px 25px !important;
}
.onboarding .onboarding-verification tr th {
  white-space: break-spaces !important;
}
.onboarding .onboarding-verification-table .tableWrap {
  height: 480px;
  overflow: auto;
}
.onboarding .onboarding-verification-table thead tr th {
  position: sticky;
  top: 0;
}
.onboarding .onboarding-verification-table th {
  text-align: left;
}
.onboarding .onboard-property {
  background: #ccecff;
  width: 850px !important;
  height: auto;
  border: solid 0.5px rgba(0, 0, 0, 0.3098039216);
  padding-left: 25px !important;
  border-radius: 20px !important;
}
.onboarding .onboard-property .display-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.onboarding .onboard-property .onboard-property-table td {
  width: 220px !important;
}
.onboarding .onboard-property .onboard-property-table tr {
  height: 50px !important;
}
.onboarding .onboard-property .multiselect-clear-filter {
  height: 34px;
}
.onboarding .edit-property-integration-type {
  display: flex;
  justify-content: space-around;
}
.onboarding .padding-left-12 {
  padding-left: 12px;
}

#deleteConfirmation .table {
  margin-bottom: 0px;
}
#deleteConfirmation table > tbody textarea {
  background-color: #ffffc1;
}
#deleteConfirmation .btn-primary {
  background-color: red;
}

.input-group-btn:last-child > .btn {
  height: 34px !important;
  margin-left: 0;
}

.property-pos-config .row {
  margin-left: 0px;
  margin-top: 20px;
}
.property-pos-config .search {
  margin-top: 0px;
}
.property-pos-config .search .label-search {
  width: fit-content;
  max-width: 220px;
}
.property-pos-config .select-management .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}
.property-pos-config .multiselect-container {
  width: 220px;
}
.property-pos-config .select-property .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}
.property-pos-config .file-name-label {
  color: #ffffff !important;
  margin-right: 5px !important;
  background: #7F7DA0;
}
.property-pos-config .file-upload-pos {
  display: inline-flex;
}
.property-pos-config .pos-template {
  float: right;
  margin-right: 50px;
}
.property-pos-config .btn-pos-template {
  padding: 5px 10px 5px 30px !important;
  border-radius: 4.5px;
}
.property-pos-config .no-data-to-show {
  text-align: center;
  padding: 15px;
}
.property-pos-config .data-import-notification {
  padding-left: 15px;
  padding-top: 5px;
}
.property-pos-config #pos-history-table {
  margin-right: 10px;
}

.channel-setup {
  font-family: "SourceSansProRegular";
  overflow: visible;
}
.channel-setup .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.channel-setup .row {
  margin-right: -15px;
  margin-left: -15px;
}
.channel-setup .content {
  padding: 20px 15px 0 15px;
}
.channel-setup .section__column {
  min-height: 30px;
  display: flex;
  align-items: flex-start; /* Optional: aligns both sections to the top */
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.channel-setup .section__column .section__column__title {
  background-color: #ccecff;
  padding: 5px 10px;
  width: max-content;
}
.channel-setup .action-button {
  display: inline-flex;
}
.channel-setup .action-button .btn-edit,
.channel-setup .action-button .btn-save,
.channel-setup .action-button .btn-close {
  display: block;
  margin-left: 4px;
  position: unset;
  width: 30px;
  height: 30px;
}
.channel-setup .column-left {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Forces left alignment */
}
.channel-setup .column-center {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center; /* Centers content horizontally */
}
.channel-setup .column-center .mars-select {
  margin-left: 10px;
  width: 94px;
}
.channel-setup .column-center .mars-select .multiselect-container {
  min-width: unset;
  max-height: 100px !important;
}
.channel-setup .column-empty {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}
.channel-setup .column-empty .chi-synchronize {
  background: url(../images/chi-synchronize.svg) no-repeat center center;
}
.channel-setup .icon-button.icon-left {
  padding: 5px 10px 5px 35px !important;
}
.channel-setup .mars-sortable-wrapper .sortable-container--update {
  height: calc(100vh - 162px);
}
.channel-setup .mars-sortable-wrapper .sortable-container {
  padding: 0;
  overflow: auto;
  position: relative;
  z-index: 0;
}
.channel-setup .mars-sortable-wrapper .sortable-container .stickyHeader {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  display: block;
}
.channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2 .sortable-row--title {
  -ms-grid-template-columns: 230px 230px 260px 166px 144px 120px 110px;
  grid-template-columns: 230px 230px 260px 166px 144px 120px 110px;
}
.channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2 .datevalidity .sortable-row--title {
  -ms-grid-template-columns: 230px 230px 260px 166px 235px 144px 120px 110px;
  grid-template-columns: 230px 230px 260px 166px 235px 144px 120px 110px;
}
.channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2 .daysofweek .sortable-row--title {
  -ms-grid-template-columns: 230px 230px 260px 166px 202px 144px 120px 110px;
  grid-template-columns: 230px 230px 260px 166px 202px 144px 120px 110px;
}
.channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2 .marketsegment .sortable-row--title {
  -ms-grid-template-columns: 230px 230px 260px 166px 235px 144px 120px 110px;
  grid-template-columns: 230px 230px 260px 166px 235px 144px 120px 110px;
}
.channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2 .rateplan .sortable-row--title {
  -ms-grid-template-columns: 230px 230px 260px 166px 190px 144px 120px 110px;
  grid-template-columns: 230px 230px 260px 166px 190px 144px 120px 110px;
}
.channel-setup .disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
.channel-setup .faded {
  opacity: 0.5 !important;
}
.channel-setup .noPointerEvents {
  pointer-events: none;
}
.channel-setup .sortable-row.sortable-row-view .sortable-column > div span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.channel-setup .mars-sortable-wrapper .sortable-container .group1 {
  grid-template-columns: 230px auto;
}
.channel-setup .mars-sortable-wrapper .sortable-container .group2 {
  grid-template-columns: 230px auto;
}
.channel-setup .sortable-row.sortable-row-view .group3 {
  grid-template-columns: 260px 166px 144px 120px 110px;
}
.channel-setup .edit-row.sortable-row.channel-edit .channel-column {
  display: inline-flex;
}
.channel-setup .edit-row.sortable-row.channel-edit .source-column {
  display: inline-flex;
  padding: 0px 0px 0px 3px;
}
.channel-setup .edit-row.sortable-row.channel-edit .fbitemdrag2 .btn-add {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}
.channel-setup .edit-row.sortable-row.channel-edit .display-inline-column {
  display: inline-flex;
  flex-direction: column;
}
.channel-setup .edit-row.sortable-row.channel-edit .sortable-group.group1 {
  grid-template-columns: 230px auto;
}
.channel-setup .edit-row.sortable-row.channel-edit .sortable-group.group2 {
  padding: 0px 0px 0px 30px;
  grid-template-columns: 200px auto;
}
.channel-setup .edit-row.sortable-row.channel-edit .sortable-group.group3 {
  grid-template-columns: 260px 166px 144px 120px 110px;
}
.channel-setup .edit-row.sortable-row.channel-edit .display-none {
  display: none;
}
.channel-setup .edit-row.sortable-row.channel-edit .margin-left-10 {
  margin-left: 10px;
}
.channel-setup .edit-row.sortable-row.channel-edit .view-data > div span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.channel-setup .column15 > div span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.channel-setup .column15 > span {
  display: flex !important;
  justify-content: center !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .channel-column {
  display: inline-flex;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .source-column {
  display: inline-flex;
  padding: 0px 0px 0px 3px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .fbitemdrag2 .btn-add {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .display-inline-column {
  display: inline-flex;
  flex-direction: column;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-group.group1 {
  grid-template-columns: 230px auto;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-group.group2 {
  padding: 0px 0px 0px 0px;
  grid-template-columns: 230px auto;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-group.group2 .column2.view-data {
  height: 30px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-group.group3 {
  padding: 0px 0px 0px 32px;
  grid-template-columns: 228px 166px 144px 120px 110px;
  margin-bottom: 4px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-item.sortable-item3.fbitemdrag3 :first-child {
  margin-top: 0 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-item.sortable-item3.fbitemdrag3 > .sortable-group.group3.fbdrag3:first-of-type {
  margin-top: 0 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-item.sortable-item3.fbitemdrag3 .datepicker table tr td span {
  margin: 1% !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 {
  display: inline-flex;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column {
  display: inline-flex;
  padding: 0px 0px 0px 3px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column .form-group.commonselect {
  height: 26px;
  width: 166px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column .form-group.commonselect .multiselect-native-select .multiselect {
  height: 26px;
  border: 1px solid #8f91a2 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column .form-group.commonselect .multiselect-selected-text {
  line-height: 24px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column .form-group.commonselect select {
  background-color: #fff !important;
  color: black !important;
  padding: 2px 12px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column .form-group.commonselect.showErrorOn {
  border: 1px solid #f05352 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column3 .cost-structure-column .form-group.commonselect.showErrorOn .btn-group .multiselect {
  border: 1px solid #f05352 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column {
  display: inline-flex;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column .form-group.commonselect {
  height: 26px;
  width: 144px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column .form-group.commonselect .multiselect-native-select .multiselect {
  height: 26px;
  border: 1px solid #8f91a2 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column .form-group.commonselect .multiselect-selected-text {
  line-height: 24px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column .form-group.commonselect select {
  background-color: #fff !important;
  color: black !important;
  padding: 2px 12px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column .form-group.commonselect.showErrorOn {
  border: 1px solid #f05352 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-column.column11 .value-type-column .form-group.commonselect.showErrorOn .btn-group .multiselect {
  border: 1px solid #f05352 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .display-none {
  display: none;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .margin-left-10 {
  margin-left: 10px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .view-data > div span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .sortable-group.group3.fbdrag3 .sortable-column {
  max-height: 26px !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column5 .multiselect-native-select, .channel-setup .edit-row.sortable-row.cost-structure-edit .column7 .multiselect-native-select {
  overflow: visible !important;
  padding: 0px !important;
  border: none !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column5 .multiselect-native-select .btn-group button, .channel-setup .edit-row.sortable-row.cost-structure-edit .column7 .multiselect-native-select .btn-group button {
  border: none !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column5 .multiselect-native-select .btn-group .multiselect-selected-text, .channel-setup .edit-row.sortable-row.cost-structure-edit .column7 .multiselect-native-select .btn-group .multiselect-selected-text {
  border: 1px solid #8f91a2;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column6 .form-group-calendar .comparerangepopup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column6 > div {
  padding: 0px !important;
  border: none !important;
  margin: 0px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column6 > div span {
  padding: 0px !important;
  border: 1px solid #8f91a2;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column6 .btn-calendar {
  border: none !important;
  width: fit-content;
  margin: 0px;
  padding: 0px 7px !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column6 p {
  margin: 0px !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .column6 .reportpopup {
  margin: 0;
  top: unset;
  left: unset;
  z-index: 100 !important;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 90;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .drop-down-edit span {
  border: 1px solid #8f91a2;
  padding: 2px 0px 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .drop-down-edit .caret {
  float: right;
  position: sticky;
  top: 8px;
  right: 5px;
}
.channel-setup .edit-row.sortable-row.cost-structure-edit .showErrorOnAdditionalSetupFiled .drop-down-edit span {
  border: 1px solid #f05352;
}
.channel-setup #status-bar-id {
  margin-left: 20px;
  margin-top: 5px;
}
.channel-setup .text-align-center {
  text-align: center;
}
.channel-setup .channel-setup-mgt-co-change .column15 > div > span {
  display: flex !important;
  justify-content: center;
}

.property-channel-setup {
  font-family: "SourceSansProRegular";
  overflow: visible;
}
.property-channel-setup .top-head .column-left #status-bar-id {
  margin-top: 7px;
  margin-left: 20px;
}
.property-channel-setup .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.property-channel-setup .row {
  margin-right: -15px;
  margin-left: -15px;
}
.property-channel-setup .content {
  padding: 20px 15px 0 15px;
}
.property-channel-setup .section__column {
  min-height: 30px;
  display: flex;
  align-items: flex-start; /* Optional: aligns both sections to the top */
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.property-channel-setup .section__column .section__column__title {
  background-color: #ccecff;
  padding: 5px 10px;
  width: max-content;
}
.property-channel-setup .action-button {
  display: inline-flex;
}
.property-channel-setup .action-button .btn-edit,
.property-channel-setup .action-button .btn-save,
.property-channel-setup .action-button .btn-close {
  display: block;
  margin-left: 4px;
  position: unset;
  width: 30px;
  height: 30px;
}
.property-channel-setup .column-left {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Forces left alignment */
}
.property-channel-setup .column-center {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center; /* Centers content horizontally */
}
.property-channel-setup .column-center .mars-select {
  margin-left: 10px;
  width: 94px;
}
.property-channel-setup .column-center .mars-select .multiselect-container {
  min-width: unset;
  max-height: 100px !important;
}
.property-channel-setup .column-center .mars-sortable-wrapper .sortable-container {
  padding: 0;
  overflow: auto;
  position: relative;
  z-index: 0;
}
.property-channel-setup .column-center .mars-sortable-wrapper .sortable-container .stickyHeader {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  display: block;
}
.property-channel-setup .column-empty {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}
.property-channel-setup .column-empty .chi-synchronize {
  background: url(../images/chi-synchronize.svg) no-repeat center center;
}
.property-channel-setup .column-empty .icon-button.icon-left {
  padding: 5px 10px 5px 35px !important;
}
.property-channel-setup .mars-sortable-wrapper .sortable-container--update {
  height: calc(100vh - 162px);
}
.property-channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2 .sortable-row--title {
  -ms-grid-template-columns: 230px 230px 170px 170px 260px 170px 144px 120px;
  grid-template-columns: 230px 230px 170px 170px 260px 170px 144px 120px;
}
.property-channel-setup .grey-background {
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important;
}
.property-channel-setup .sortable-row.sortable-row-view .sortable-column > div span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.property-channel-setup .mars-sortable-wrapper .sortable-container .group1 {
  grid-template-columns: 180px auto;
}
.property-channel-setup .mars-sortable-wrapper .sortable-container .group2 {
  grid-template-columns: 180px auto;
}
.property-channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2.channel-setup-mgt-co-change .group3 {
  grid-template-columns: 170px 170px auto;
}
.property-channel-setup .mars-sortable-wrapper.channel-setup-mgt-co2.channel-setup-mgt-co-change .group4 {
  grid-template-columns: 260px 170px 144px 120px;
}
.property-channel-setup .text-align-center {
  text-align: center;
}
.property-channel-setup .column9 .form-group-calendar .comparerangepopup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.property-channel-setup .column9 > div {
  padding: 0px !important;
  border: none !important;
  margin: 0px;
}
.property-channel-setup .column9 > div span {
  padding: 0px !important;
}
.property-channel-setup .column9 .btn-calendar {
  border: none !important;
  width: fit-content;
  margin: 0px;
  padding: 0px 7px !important;
}
.property-channel-setup .column9 p {
  margin: 0px !important;
}
.property-channel-setup .column9 .reportpopup {
  margin: 0;
  top: unset;
  left: unset;
  z-index: 100 !important;
}
.property-channel-setup .pms-editable .pms-code-column {
  display: inline-flex;
  width: 100%;
}
.property-channel-setup .pms-editable .pms-code-column span {
  width: 100%;
}
.property-channel-setup .pms-editable #srnull .sortable-group.group3.fbdrag2:last-of-type {
  margin-bottom: 200px;
}
.property-channel-setup .property-cost-structure-editable .btn-add {
  height: 30px;
  width: 30px;
  position: absolute;
  padding: 0px 3px;
}
.property-channel-setup .property-cost-structure-editable .type-column {
  padding: 0px 0px 0px 34px;
  display: inline-flex;
}
.property-channel-setup .property-cost-structure-editable .feeType-dropdown-column {
  display: inline-flex;
}
.property-channel-setup .property-cost-structure-editable .feeType-dropdown-column .form-group {
  margin-bottom: 1px;
  width: 165px;
}
.property-channel-setup .property-cost-structure-editable .feeType-dropdown-column .form-control {
  padding: 0px 12px;
  border: 1px solid #8f91a2;
  border-right: none;
  background-color: white !important;
  color: black;
}
.property-channel-setup .property-cost-structure-editable .multiselect-native-select {
  overflow: visible !important;
  padding: 0px !important;
  border: none !important;
}
.property-channel-setup .property-cost-structure-editable .multiselect-native-select .btn-group button {
  border: none !important;
}
.property-channel-setup .property-cost-structure-editable .drop-down-edit span {
  padding: 2px 0px 2px 10px !important;
}
.property-channel-setup .property-cost-structure-editable .drop-down-edit .caret {
  float: right;
  position: sticky;
  top: 8px;
  right: 5px;
}
.property-channel-setup .property-cost-structure-editable .customDateRangeCalendar .daterange-row .datepicker table tr td span {
  border: none !important;
  height: 46px !important;
  line-height: 46px;
}
.property-channel-setup .property-cost-structure-editable .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 90;
}
.property-channel-setup .property-cost-structure-editable .input-group-addon, .property-channel-setup .property-cost-structure-editable .input-group-btn {
  display: none !important;
}
.property-channel-setup .property-cost-structure-editable .column11 .multiselect-native-select ul, .property-channel-setup .property-cost-structure-editable .column12 .multiselect-native-select ul {
  max-height: 320px !important;
}
.property-channel-setup .property-cost-structure-editable .showErrorOn {
  border: 1px solid #f05352 !important;
}
.property-channel-setup .property-cost-structure-editable .showErrorOnAdditionalSetupFiled .drop-down-edit span {
  border: 2px solid #f05352 !important;
}
.property-channel-setup .property-cost-structure-editable .showErrorOnAdditionalSetupFiled .multiselect-selected-text {
  border: 2px solid #f05352 !important;
}
.property-channel-setup .property-cost-structure-editable .view-type-column div {
  padding: 0px 0px 0px 64px;
  margin-bottom: 2px;
}
.property-channel-setup .property-cost-structure-editable .view-type-column div span {
  width: 195px;
}
.property-channel-setup .property-cost-structure-editable .daterange-row.daterange {
  color: black;
}
.property-channel-setup .property-cost-structure-editable .customDateRangeCalendar .daterange-row {
  padding-top: 4px !important;
  min-height: 220px !important;
}
.property-channel-setup .property-cost-structure-editable .customDateRangeCalendar .daterange-row .datepicker table tr td span {
  border: none !important;
  height: 46px !important;
  line-height: 46px;
}
.property-channel-setup .property-cost-structure-editable .customDateRangeCalendar .reportpopup {
  margin-left: 30px !important;
  transform: translateY(-8%) !important;
}
.property-channel-setup .property-cost-structure-editable .customDateRangeCalendar .reportpopup .btn-popupclose {
  border: none !important;
}
.property-channel-setup .text-colour-blue {
  color: blue !important;
}
.property-channel-setup .text-colour-blue .form-group .form-control {
  color: blue !important;
}
.property-channel-setup .text-colour-blue .form-group .form-control option {
  color: black !important;
}
.property-channel-setup .text-colour-blue > input, .property-channel-setup .text-colour-blue .multiselect-selected-text {
  color: blue !important;
}
.property-channel-setup .text-colour-blue .column6 > input, .property-channel-setup .text-colour-blue .multiselect-selected-text {
  color: blue !important;
}

.wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.display-none {
  display: none !important;
}

.channel-cost-report .content {
  padding: 10px 15px 10px 15px;
  position: relative;
}
.channel-cost-report .btn-criteria-report {
  margin-right: 10px;
}
.channel-cost-report .btn-export {
  margin-left: 10px;
  background: #f2f2f2 !important;
}
.channel-cost-report .item-align-left-center {
  display: flex;
  align-items: center;
}
.channel-cost-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #ccecff;
}
.channel-cost-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.channel-cost-report .channel-cost-criteria-popup {
  top: 120px;
  max-width: 1000px !important;
  z-index: 20 !important;
}
.channel-cost-report .channel-cost-criteria-popup .report-title h2 {
  padding: 0px !important;
}
.channel-cost-report .channel-cost-criteria-popup #CHANNEL_METRIC_ROW .channel-Metric {
  width: 300px !important;
  margin-right: 30px;
}
.channel-cost-report .channel-cost-criteria-popup #CHANNEL_METRIC_ROW .channel-Metric ul {
  max-height: 402px !important;
}
.channel-cost-report .channel-cost-criteria-popup #CHANNEL_METRIC_ROW .channel-Metric ul li {
  width: 99% !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .Event-select {
  width: 170px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .Event-select span {
  flex: 1;
  display: flex;
  align-items: center;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .Event-select span label {
  flex: 1;
  min-width: 97px;
  padding: 3px 0 0 10px;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .impact-event .multiselect-native-select {
  width: 85px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .Event-select.impact-event .multiselect-selected-text {
  padding-bottom: 2px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .Event-select.impact-event .btn-group ul {
  max-height: fit-content !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .btn-group {
  width: 180px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container {
  width: 180px;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container li.active > a {
  color: black !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container li {
  width: 94% !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown ul li a label {
  width: 99% !important;
  float: left !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container li.active > a:hover {
  color: black !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.multiselect-group > a {
  display: flex !important;
  align-items: center !important;
  min-height: 26px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.multiselect-group label {
  flex: 1 !important;
  float: none !important;
  height: 26px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.active.multiselect-group label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat right center !important;
  padding-right: 20px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.active.multiselect-group > a > .caret-container {
  margin-left: 6px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.active:not(.multiselect-group) label {
  background: #ffffff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
  height: 26px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-selected-text {
  width: 160px !important;
}
.channel-cost-report .channel-cost-criteria-popup #DATE_RANGE_ROW .datesRangeCalendar .timeselect {
  width: 300px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select {
  width: 185px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select span {
  flex: 1;
  display: flex;
  align-items: center;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select span label {
  flex: 1;
  min-width: 97px;
  padding: 3px 0 0 10px;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .impact-event .multiselect-native-select {
  width: 70px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .btn-group {
  width: 180px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container li {
  width: 94% !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container {
  width: 180px;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container li.active > a {
  color: black !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown ul li a label {
  width: 99% !important;
  float: left !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container li.active > a:hover {
  color: black !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.multiselect-group > a {
  display: flex !important;
  align-items: center !important;
  min-height: 26px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.multiselect-group label {
  flex: 1 !important;
  float: none !important;
  height: 26px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.active.multiselect-group label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat right center !important;
  padding-right: 20px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.active.multiselect-group > a > .caret-container {
  margin-left: 6px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.active:not(.multiselect-group) label {
  background: #ffffff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
  height: 26px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-selected-text {
  width: 160px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .comparerangepopup {
  overflow: visible !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .compare-to-date-range .btn-group > ul {
  max-height: fit-content !important;
  width: 100%;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .timeselect {
  width: 300px !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .disabled {
  opacity: 1 !important;
}
.channel-cost-report .channel-cost-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select.prior-event .btn-group > ul {
  max-height: fit-content !important;
  width: 100%;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .mars-select, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .mars-select, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .mars-select {
  width: 200px;
  margin: 0px 10px 0px 0px;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .form-control.multiselect-search, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .form-control.multiselect-search, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .form-control.multiselect-search {
  height: 28px;
  padding: 2px 12px;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .multiselect-container, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .multiselect-container, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .multiselect-container {
  max-height: 240px !important;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .rate-plans-filter-list button, .channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .segment-pms-list button, .channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .sources-filter-list button, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .rate-plans-filter-list button, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .segment-pms-list button, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .sources-filter-list button, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .rate-plans-filter-list button, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .segment-pms-list button, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .sources-filter-list button {
  width: 100%;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .rate-plans-filter-list ul, .channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .segment-pms-list ul, .channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .sources-filter-list ul, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .rate-plans-filter-list ul, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .segment-pms-list ul, .channel-cost-report .channel-cost-criteria-popup #ROOM_TYPE_FILTER_ROW .sources-filter-list ul, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .rate-plans-filter-list ul, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .segment-pms-list ul, .channel-cost-report .channel-cost-criteria-popup #SEGMENT_FILTER_ROW .sources-filter-list ul {
  top: 26px;
  max-height: 420px !important;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .rate-plans-filter-list button {
  width: 100%;
}
.channel-cost-report .channel-cost-criteria-popup #FILTER_OPTION_ROW .rate-plans-filter-list ul {
  top: 26px;
  max-height: 420px !important;
}
.channel-cost-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li::before {
  border-width: 14px 0px 14px 10px;
}
.channel-cost-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li::after {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.channel-cost-report .top-action-area .icon-button.icon-left {
  padding: 5px 10px 5px 35px !important;
  margin-left: 10px;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.channel-cost-report.no-pointer {
  pointer-events: none;
}

.channel-cost-report th.columnHeader {
  font-weight: bold !important;
}
.channel-cost-report th.summaryHeader {
  background-color: #cbced7 !important;
}
.channel-cost-report th.occupancyHeader {
  background: #ccecff !important;
}
.channel-cost-report .source-header, .channel-cost-report .channel-header, .channel-cost-report .summaryHeader {
  font-weight: bold !important;
}
.channel-cost-report .tableRowColor .trGhostWhite2 > td {
  background-color: #f9f9f9 !important;
}

.channel-cost-report-table table > thead {
  position: sticky !important;
  z-index: 12 !important;
}
.channel-cost-report-table .is-fixed-left {
  max-width: max-content !important;
}

#setUpFieldPopup td {
  padding: 4px;
}
#setUpFieldPopup .colName {
  width: 65%;
}
#setUpFieldPopup .colAccess {
  width: 35%;
}
#setUpFieldPopup .colAccess div {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#setUpFieldPopup .colAccess div .checkmark {
  top: 11px;
}
#setUpFieldPopup .colAccess .no-pointer-event {
  pointer-events: none;
}
#setUpFieldPopup .colAccess .no-pointer-event .checkmark {
  opacity: 0.5;
}
#setUpFieldPopup td, #setUpFieldPopup th {
  border: 1px solid grey;
}
#setUpFieldPopup table {
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 2px;
}
#setUpFieldPopup .newGroupCreateTitle {
  margin-bottom: 0.5px;
}

.channel-setup .column5 .multiselect-native-select, .channel-setup .column7 .multiselect-native-select {
  overflow: visible !important;
  padding: 0px !important;
  border: none !important;
}
.channel-setup .column5 .multiselect-native-select .btn-group button, .channel-setup .column7 .multiselect-native-select .btn-group button {
  border: none !important;
}
.channel-setup .column6 .form-group-calendar .comparerangepopup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.channel-setup .column6 > div {
  padding: 0px !important;
  border: none !important;
  margin: 0px;
}
.channel-setup .column6 > div span {
  padding: 0px !important;
}
.channel-setup .column6 .btn-calendar {
  border: none !important;
  width: fit-content;
  margin: 0px;
  padding: 0px 7px !important;
}
.channel-setup .column6 p {
  margin: 0px !important;
}
.channel-setup .column6 .reportpopup {
  margin: 0;
  top: unset;
  left: unset;
  z-index: 100 !important;
}
.channel-setup .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 90;
}
.channel-setup .cost-structure-edit .column8 .multiselect-native-select ul, .channel-setup .cost-structure-edit .column10 .multiselect-native-select ul {
  max-height: 320px !important;
}
.channel-setup .cost-structure-edit .showErrorOnAdditionalSetupFiled .multiselect-selected-text {
  border: 2px solid #f05352 !important;
}
.channel-setup .cost-structure-edit .customDateRangeCalendar .daterange-row {
  padding-top: 4px !important;
  min-height: 220px !important;
}
.channel-setup .cost-structure-edit .customDateRangeCalendar .daterange-row .datepicker table tr td span {
  border: none !important;
  height: 46px !important;
  line-height: 46px;
}
.channel-setup .cost-structure-edit .customDateRangeCalendar .reportpopup {
  margin-left: 30px !important;
  transform: translateY(-8%) !important;
}
.channel-setup .cost-structure-edit .customDateRangeCalendar .reportpopup .btn-popupclose {
  border: none !important;
}
.channel-setup .cost-structure-edit {
  /* Virtualized Multi-Select component styles — matches Bootstrap Multiselect look */
}
.channel-setup .cost-structure-edit .virtualized-multi-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .vms-dropdown {
  position: relative;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .btn.multiselect.dropdown-toggle {
  width: 100%;
  text-align: left;
  padding: 2px 20px 2px 10px;
  border: 1px solid #8f91a2;
  background-color: #fff;
  font-size: 14px;
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .btn.multiselect.dropdown-toggle .multiselect-selected-text {
  display: inline-block;
  max-width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .btn.multiselect.dropdown-toggle .caret {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.channel-setup .cost-structure-edit .virtualized-multi-select .btn:hover, .channel-setup .cost-structure-edit .virtualized-multi-select .btn.active {
  color: black;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  min-width: 200px;
  max-width: 320px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  display: block;
  max-height: 420px;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu li {
  padding: 0;
  cursor: pointer;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu li a {
  padding: 0px 2px 0px 0px;
  display: block;
  text-decoration: none;
  color: #333;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu li a label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu li a label input[type=checkbox] {
  margin-right: 6px;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu li.active a label {
  font-weight: normal;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu .multiselect-filter {
  border-bottom: 1px solid #eee;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu .multiselect-filter .input-group {
  width: 100%;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .multiselect-container.dropdown-menu .multiselect-filter .input-group .form-control.multiselect-search {
  width: 100%;
  padding: 2px 8px;
  font-size: 14px;
  height: auto;
  border: 1px solid #ccc;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .vms-scroll-container {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .vms-loading-indicator {
  text-align: center;
  padding: 6px;
  color: #999;
  font-size: 11px;
  font-style: italic;
  cursor: default;
}
.channel-setup .cost-structure-edit .virtualized-multi-select .vms-loading-indicator:hover {
  background-color: transparent !important;
}

.channel-rollup-criteria-popup {
  top: 170px;
  max-width: 1000px !important;
  z-index: 20 !important;
}
.channel-rollup-criteria-popup #CHANNEL_METRIC_ROW .channel-Metric {
  width: 300px !important;
}
.channel-rollup-criteria-popup #CHANNEL_METRIC_ROW .channel-Metric ul {
  max-height: 402px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .Event-select, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select {
  width: 170px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .Event-select span, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select span {
  flex: 1;
  display: flex;
  align-items: center;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .Event-select span label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select span label {
  flex: 1;
  min-width: 97px;
  padding: 3px 0 0 10px;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .impact-event .multiselect-native-select, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .impact-event .multiselect-native-select {
  width: 85px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .Event-select.impact-event .multiselect-selected-text, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select.impact-event .multiselect-selected-text {
  padding-bottom: 2px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .Event-select.impact-event .btn-group ul, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select.impact-event .btn-group ul {
  max-height: fit-content !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .btn-group, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown .btn-group, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown .btn-group, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .btn-group {
  width: 180px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown .multiselect-container, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown .multiselect-container, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container {
  width: 180px;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container li.active > a, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown .multiselect-container li.active > a, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown .multiselect-container li.active > a, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container li.active > a {
  color: black !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container li, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown .multiselect-container li, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown .multiselect-container li, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container li {
  width: 94% !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown ul li a label, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown ul li a label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown ul li a label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown ul li a label {
  width: 99% !important;
  float: left !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-container li.active > a:hover, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown .multiselect-container li.active > a:hover, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown .multiselect-container li.active > a:hover, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-container li.active > a:hover {
  color: black !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.multiselect-group > a, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown li.multiselect-group > a, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown li.multiselect-group > a, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.multiselect-group > a {
  display: flex !important;
  align-items: center !important;
  min-height: 26px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.multiselect-group label, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown li.multiselect-group label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown li.multiselect-group label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.multiselect-group label {
  flex: 1 !important;
  float: none !important;
  height: 26px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.active.multiselect-group label, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown li.active.multiselect-group label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown li.active.multiselect-group label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.active.multiselect-group label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat right center !important;
  padding-right: 20px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.active.multiselect-group > a > .caret-container, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown li.active.multiselect-group > a > .caret-container, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown li.active.multiselect-group > a > .caret-container, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.active.multiselect-group > a > .caret-container {
  margin-left: 6px !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown li.active:not(.multiselect-group) label, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown li.active:not(.multiselect-group) label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown li.active:not(.multiselect-group) label, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown li.active:not(.multiselect-group) label {
  background: #ffffff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
  height: 26px !important;
  line-height: 26px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW div#impactEventDropDown .multiselect-selected-text, .channel-rollup-criteria-popup #DATE_RANGE_ROW div#PriorEventDropDown .multiselect-selected-text, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#impactEventDropDown .multiselect-selected-text, .channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW div#PriorEventDropDown .multiselect-selected-text {
  width: 160px !important;
}
.channel-rollup-criteria-popup #FILTER_OPTION_ROW .mars-select, .channel-rollup-criteria-popup #ROOM_TYPE_FILTER_ROW .mars-select, .channel-rollup-criteria-popup #SEGMENT_FILTER_ROW .mars-select {
  width: 200px;
  margin: 0px 10px 0px 0px;
}
.channel-rollup-criteria-popup #FILTER_OPTION_ROW .form-control.multiselect-search, .channel-rollup-criteria-popup #ROOM_TYPE_FILTER_ROW .form-control.multiselect-search, .channel-rollup-criteria-popup #SEGMENT_FILTER_ROW .form-control.multiselect-search {
  height: 28px;
  padding: 2px 12px;
}
.channel-rollup-criteria-popup #FILTER_OPTION_ROW .rate-plans-filter-list .virtualized-multi-select .vms-dropdown {
  position: initial;
}
.channel-rollup-criteria-popup #FILTER_OPTION_ROW .rate-plans-filter-list .virtualized-multi-select .vms-dropdown .multiselect.dropdown-toggle {
  width: 100%;
}
.channel-rollup-criteria-popup #DATE_RANGE_ROW .datesRangeCalendar .timeselect {
  width: 240px !important;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .comparerangepopup {
  overflow: visible !important;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .compare-to-date-range .btn-group > ul {
  max-height: fit-content !important;
  width: 100%;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .timeselect {
  width: 240px !important;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .datesRangeCalendar .disabled {
  opacity: 1 !important;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select {
  width: 185px !important;
  margin-right: 5px !important;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .report-row .impactevent {
  width: 250px;
}
.channel-rollup-criteria-popup #COMPARISON_TO_RANGE_ROW .Event-select.prior-event .btn-group ul {
  max-height: fit-content !important;
}

.channel-rollup-report .top-action-area {
  display: flex;
  align-items: center;
}
.channel-rollup-report .criteria-breadcrumb-inline {
  display: inline-flex;
  align-items: center;
}
.channel-rollup-report .criteria-breadcrumb-inline nav > ol > li {
  height: 30px;
  padding: 5px 10px !important;
}
.channel-rollup-report .criteria-breadcrumb-inline nav > ol > li:not(.current) {
  margin-right: 5px;
}
.channel-rollup-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li::before {
  border-width: 14px 0px 14px 13px;
  left: -12px;
  height: 30px;
  margin-top: -15px;
}
.channel-rollup-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li::after {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #F2F2F2;
  height: 30px;
}
.channel-rollup-report .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child:after {
  border-left: 11px solid #ccecff !important;
}
.channel-rollup-report .rollup-channel {
  height: auto !important;
  max-height: fit-content;
}
.channel-rollup-report .rollup-channel th.source-header {
  background-color: #ccecff !important;
}
.channel-rollup-report .rollup-channel .total-header, .channel-rollup-report .rollup-channel .font-weight-bold {
  font-family: SourceSansProSemiBold, serif !important;
}
.channel-rollup-report .rollup-channel th.total-header {
  background-color: #cbced7 !important;
}
.channel-rollup-report .rollup-channel th.occupancy-row {
  background-color: #ccecff !important;
  font-weight: normal !important;
}
.channel-rollup-report .rollup-channel th.occupancy-row .chi-arrowright {
  display: none !important;
}
.channel-rollup-report .rollup-channel th.summary-cell, .channel-rollup-report .rollup-channel th.label-column {
  z-index: 16 !important;
}
.channel-rollup-report .rollup-channel td.label-column {
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.channel-rollup-report .rollup-channel .headerColumn.channel-cell > div, .channel-rollup-report .rollup-channel .source-header.source-cell > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.channel-rollup-report .rollup-channel td.summary-cell {
  background-color: #eae6ec !important;
}
.channel-rollup-report .rollup-channel td.channel-cell {
  background-color: #f9f9f9 !important;
}
.channel-rollup-report .rollup-channel td.source-cell {
  background-color: #f9f9f9 !important;
}
.channel-rollup-report .rollup-channel tr.rollup-sub-metric-row td.source-cell {
  background-color: #f9f9f9 !important;
}
.channel-rollup-report .rollup-channel tr.rollup-sub-metric-row td.channel-cell {
  background-color: #f9f9f9 !important;
}
.channel-rollup-report .rollup-channel th.active-cy-col, .channel-rollup-report .rollup-channel th.active-stly-col {
  background-color: #98bad6 !important;
}
.channel-rollup-report .rollup-channel th.column-group-border, .channel-rollup-report .rollup-channel td.column-group-border {
  border-right: 1px solid #000 !important;
}
.channel-rollup-report .rollup-channel tr.division-header td {
  background-color: #c6ccdd !important;
}
.channel-rollup-report .rollup-channel tr.region-header > td {
  background-color: #d8dbec !important;
}
.channel-rollup-report .rollup-channel tr.property-header > td {
  background-color: #e5f4e3 !important;
}
.channel-rollup-report .rollup-channel thead th {
  z-index: 15 !important;
  font-weight: bold !important;
}
.channel-rollup-report .rollup-channel thead .headerColumn.label-column, .channel-rollup-report .rollup-channel thead .headerColumn.summary-cell, .channel-rollup-report .rollup-channel thead .headerColumn.channel-cell {
  background-color: #98bad6 !important;
}
.channel-rollup-report .rollup-channel thead .headerColumn.label-column.total-header, .channel-rollup-report .rollup-channel thead .headerColumn.summary-cell.total-header,
.channel-rollup-report .rollup-channel thead .headerColumn.channel-cell.total-header, .channel-rollup-report .rollup-channel thead .source-header.source-cell.total-header {
  background-color: #cbced7 !important;
}
.channel-rollup-report .rollup-channel thead .headerColumn.label-column.occupancy-row, .channel-rollup-report .rollup-channel thead .headerColumn.summary-cell.occupancy-row,
.channel-rollup-report .rollup-channel thead .headerColumn.channel-cell.occupancy-row, .channel-rollup-report .rollup-channel thead .source-header.source-cell.occupancy-row {
  background-color: #ccecff !important;
}
.channel-rollup-report .rollup-channel thead .source-header.source-cell {
  background-color: #ccecff !important;
}
.channel-rollup-report .rollup-channel .is-first-column {
  background-color: #f9f9f9 !important;
}
.channel-rollup-report .rollup-channel .is-first-column.rollup-sub-metric-row {
  background-color: #f9f9f9 !important;
}
.channel-rollup-report .rollup-channel table > tbody > tr > td {
  max-width: 150px !important;
}
.channel-rollup-report .report-table-wrapper {
  padding-left: 15px;
}
.channel-rollup-report .rollup-channel thead > tr > th.headerColumn.summary-cell > div .icon-collapse {
  float: right;
}

.channel-rollup-report.has-comparison-border .rollup-channel thead tr:first-child th:nth-child(n+2) {
  border-right: 1px solid #000 !important;
}

.channel-cost-report.has-comparison-border .channel-cost-report-table thead tr:first-child th:nth-child(n+2) {
  border-right: 1px solid #000 !important;
}
.channel-cost-report.has-comparison-border .channel-cost-report-table th.column-group-border, .channel-cost-report.has-comparison-border .channel-cost-report-table td.column-group-border {
  border-right: 1px solid #000 !important;
}

.channel-cost-criteria-popup.no-pointer-events {
  pointer-events: none;
}
.channel-cost-criteria-popup.no-pointer-events .reportpopup.comparerangepopup {
  pointer-events: auto;
}

.financial-projection-popup .dialog-titlebar-change .btn-edit, .financial-projection-popup .dialog-titlebar-change .btn-save {
  right: 0px;
}
.financial-projection-popup .historical-weighting-table .editableCell .ember-table-input {
  width: 100%;
  border: 1px solid #8f91a2;
  text-align: center;
  box-sizing: border-box;
}

.financial-projection-page .is-disabled-control {
  pointer-events: none !important;
  opacity: 0.5;
}
.financial-projection-page .content {
  padding: 5px 10px 0px 10px;
  display: flex;
  flex-direction: column;
}
.financial-projection-page .content .top-action-area {
  gap: 5px 0;
}
.financial-projection-page .content .top-action-area .topHead {
  margin: 0;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr auto;
}
.financial-projection-page .content .top-action-area .topHead .topHeadRight .btn.btn-small {
  height: 30px;
}
.financial-projection-page .content .form-row .form-column {
  float: left;
}
.financial-projection-page .content .form-row .form-column .section-row:not(:first-child) {
  margin-top: 5px;
}
.financial-projection-page .content .form-row .form-column .section-row {
  display: flex;
  flex-direction: row;
}
.financial-projection-page .content .form-row .form-column .section-row .head-label {
  padding: 5px;
  width: 120px;
  border-radius: 0px;
  background: #ccecff;
  color: black;
}
.financial-projection-page .content .form-row .form-column .section-row .section-right {
  margin: 0px 0px 0px 10px;
  padding: 2px;
  width: 180px;
}
.financial-projection-page .content .form-row .form-column .section-row .btn-reportenter {
  margin: 0px 10px;
}
.financial-projection-page .content .form-row .form-column .section-row .icon-button.icon-left {
  padding: 0px 6px 0px 35px !important;
}
.financial-projection-page .content .calculation-table-wrapper .edit-action-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.financial-projection-page .content .calculation-table-wrapper .edit-action-bar .btn.btn-small {
  min-width: 72px;
  text-align: center;
}
.financial-projection-page .content .calculation-table-wrapper .edit-action-bar .icon-button.icon-left {
  padding-left: 20px !important;
}
.financial-projection-page .content .calculation-table-wrapper .ember-table-wrapper-div {
  max-height: 73vh;
  height: 73vh;
  margin-top: 10px;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-label-column,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-segment-subheader,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td.fp-segment-subheader,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fixed-left-col,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td.fixed-left-col {
  background-color: #d4d8e3 !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-segment-subheader,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td.fp-segment-subheader {
  background-color: #98bad6 !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-label-column {
  background-color: #98bad6 !important;
  vertical-align: middle;
  padding: 4px 8px;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-segment-subheader {
  font-weight: 700;
  color: #1f2f46;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-source-column {
  background-color: #ccecff !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-channel-column > div,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-source-column > div {
  width: 100%;
  overflow: hidden;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-channel-column > div > span,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-source-column > div > span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fp-total-row-cell {
  background-color: #d4d8e3 !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td {
  text-align: center !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th > div,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td > div {
  text-align: center;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th > span,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fixed-left-col,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td.fixed-left-col {
  text-align: left !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fixed-left-col > div,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td.fixed-left-col > div {
  text-align: left !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table th.fixed-left-col > span,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table td.fixed-left-col > span {
  justify-content: flex-start !important;
  text-align: left !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-label-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-label-header .btn-group {
  display: inline-flex;
  gap: 6px;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-label-header .btn-edit {
  border: 1px solid #c2c9d1;
  border-radius: 3px;
  background: #ffffff;
  color: #3e4b60;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  text-decoration: none;
  cursor: pointer;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-label-header .btn-edit.active {
  border-color: #7fa3c4;
  background: #ebf4ff;
  color: #1f2f46;
  font-weight: 600;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-label-header .fp-historical-weight-text {
  font-weight: 600;
  color: #1f2f46;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .total-toggle-header {
  cursor: pointer;
  text-align: center !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .total-toggle-header .sort-span {
  display: none !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .total-toggle-header > div {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .total-toggle-header > div > span:not(.icon-collapse) {
  flex: 1;
  text-align: center !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .total-toggle-header .icon-collapse {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  flex-shrink: 0;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-summary-row {
  font-weight: 600;
  background-color: #d4d8e3 !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-summary-row > td,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-summary-row > th {
  background-color: #d4d8e3 !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .fp-segment-row {
  background-color: #ffffff !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-segment-row > td,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-segment-row > th {
  background-color: #ffffff !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-segment-row > td.fp-year-rns,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-segment-row > td.fp-vol-cont {
  background-color: #ccecff !important;
  border: 1px solid #ffffff !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .text-primary {
  color: #0b5ea8 !important;
}
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table .text-danger,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-segment-row > td.text-danger,
.financial-projection-page .content .calculation-table-wrapper .historical-weighting-table tr.fp-segment-row > th.text-danger {
  color: #dc3545 !important;
}

.managementUserAccess .table-responsive {
  max-height: 850px;
}
.managementUserAccess .management-user-access-page {
  margin-top: 41px;
  width: unset;
  text-align: left;
}
.managementUserAccess .management-user-access-page thead > tr > th {
  position: sticky;
  top: 0;
}
.managementUserAccess .management-user-access-page .col-hash {
  width: 15px;
}
.managementUserAccess .management-user-access-page .col-firstName {
  width: 150px;
  max-width: 150px;
}
.managementUserAccess .management-user-access-page .coln-lastName {
  width: 150px;
  max-width: 150px;
}
.managementUserAccess .management-user-access-page .col-uniqueEmail {
  width: 240px;
  max-width: 240px;
}
.managementUserAccess .management-user-access-page .coln-propertyCode {
  width: 110px;
  max-width: 110px;
}
.managementUserAccess .management-user-access-page .col-role {
  width: 240px;
  max-width: 240px;
}
.managementUserAccess .management-user-access-page .col-userAccess {
  width: 160px;
  max-width: 160px;
}
.managementUserAccess .management-user-access-page .sortable-data-grid th {
  cursor: pointer;
}
.managementUserAccess .management-user-access-page .triangle-up {
  width: 0;
  height: 14px;
}

.utility {
  height: 100%;
  width: 100%;
  padding: 10px;
  min-height: 350px;
}
.utility h4 {
  font-size: 18px;
  width: 250px;
}
.utility .commonRadioButtons {
  display: inline-block;
  width: 20%;
  padding-left: 10px;
  vertical-align: bottom;
  margin-bottom: 40px;
}
.utility .result {
  width: 60%;
  padding-left: 20px;
}
.utility .downloadButton, .utility .inspectButton {
  display: block;
  margin: auto;
  width: 100px;
}
.utility .folderRadioButtons {
  width: 130px;
}
.utility .fileTypeRadioButtons {
  width: 200px;
}
.utility .multiselect-native-select .multiselect {
  height: 30px;
  padding: 0 15px;
  width: 200px;
  position: relative;
}
.utility .ui-widget {
  font-family: "Source Sans Pro", sans-serif !important;
  margin-bottom: 40px;
  position: relative;
}
.utility .spacer {
  clear: both;
  padding: 10px;
}
.utility .criteriaBar {
  padding-top: 15px;
  padding-bottom: 25px;
}
.utility .criteriaBar .managementCompanyList {
  display: inline-block;
  width: 30%;
  vertical-align: bottom;
}
.utility .criteriaBar .propertyList {
  display: inline-block;
  width: 30%;
  padding-left: 10px;
  vertical-align: bottom;
}
.utility .panel {
  height: auto;
  width: 550px;
}
.utility .panel-body {
  height: auto;
  width: 530px;
}
.utility .table-responsive {
  overflow: auto;
  max-height: inherit;
  height: 311px;
}
.utility .table-responsive .administration-grid {
  width: unset;
  text-align: center;
}
.utility .table-responsive .administration-grid thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 10;
}
.utility .table-responsive .administration-grid .col-number {
  width: 70px;
}
.utility .table-responsive .administration-grid .col-managementCompanyCode {
  width: 200px;
}
.utility .table-responsive .administration-grid .col-propertyCode {
  width: 200px;
}
.utility .table-responsive .administration-grid .col-features {
  width: 350px;
}
.utility .table-responsive .administration-grid .col-features .feature-name {
  color: blue;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing thead > tr > th {
  z-index: 10;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing span.multiselect-native-select {
  position: absolute;
  width: min-content;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing .multiselect.dropdown-toggle {
  margin-left: 50px;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing .multiselect-container {
  position: sticky;
  top: 0;
  z-index: 5 !important;
  margin-left: 50px;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing .multiselect-container.dropdown-menu li.disabled {
  display: block !important;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing .action-edit {
  display: grid;
  grid-template-columns: 30px 30px;
}
.utility .table-responsive .administration-grid.property-level-feature-fencing .action-edit .btn-save {
  height: 37px;
}
.utility .table-responsive .data-export-input {
  margin-left: 18px;
  width: 267px;
  border: none;
}

.utility-feature-groups-popup .feature-groups thead > tr > th {
  text-align: left;
}
.utility-feature-groups-popup .feature-groups span.col-resources {
  margin-left: 8px;
}
.utility-feature-groups-popup .feature-groups .feature-bundle-name {
  text-align: center !important;
  font-weight: bold;
}
.utility-feature-groups-popup .feature-groups tbody tr.feature-list {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
}
.utility-feature-groups-popup .feature-groups tbody tr.feature-list > * {
  display: inline-block;
}
.utility-feature-groups-popup .feature-groups .col-index {
  width: 50px;
}
.utility-feature-groups-popup .feature-groups .feature-list .col-resources a {
  color: blue;
}

.utility-bundle-resources-popup .license-resources thead > tr > th {
  text-align: left;
}

.margin-left-25 {
  margin-left: 25px;
}

.display-flex {
  display: flex;
}

.accordion {
  margin: 10px;
}
.accordion .admin-tools {
  width: 800px;
  border: solid 0.5px;
  border-radius: 2px;
  margin-top: 10px;
}
.accordion .admin-tools .collapseHeading {
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  color: #337ab7;
}
.accordion .admin-tools .card-header {
  height: 40px;
  background-color: #f5f5f5;
}
.accordion .admin-tools .card-body {
  margin: 10px;
}
.accordion .admin-tools .panel {
  width: 780px;
  margin: 10px;
}

.user-listing {
  margin-left: 10px;
}
.user-listing .dropdown-Area {
  height: 35px;
  margin-top: 10px;
}
.user-listing .dropdown-Area .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}
.user-listing .dropdown-Area .export-icon {
  padding: 0 350px;
}
.user-listing .user-listing-table-height {
  height: calc(100vh - 230px) !important;
  width: fit-content;
}
.user-listing .user-listing-table {
  border-collapse: separate;
}
.user-listing .user-listing-table table {
  border: 1px solid #98bad6;
}
.user-listing .user-listing-table .alignment {
  text-align: center;
}
.user-listing .user-listing-table table td {
  padding-left: 6px;
  height: 30px;
}

.change-user-log .select-company {
  width: auto;
}
.change-user-log .table .user-removed td {
  color: red !important;
}
.change-user-log .table .user-added td {
  color: green !important;
}
.change-user-log .singledatepicker .form-control {
  display: block;
  height: 30px;
  line-height: 24px;
  color: #131111;
  margin-left: 4px;
  padding: 0 10px 0 35px;
  border: 1px solid #8f91a2;
  text-align: left;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 2px center !important;
  -webkit-background-size: 26px auto !important;
  background-size: 26px auto !important;
}
.change-user-log .singledatepicker .input-group {
  display: inline-flex;
}
.change-user-log .singledatepicker .export-icon {
  padding-left: 5px;
  display: inline-flex;
}
.change-user-log .singledatepicker .input-group-addon {
  display: none;
}
.change-user-log .datepicker table tr td span {
  height: 50px !important;
}

.logged-in-users .dropdown-Area .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}
.logged-in-users .export-icon {
  padding: 0 350px;
}

/*
==========================================================================
    Other Income trend report
==========================================================================
*/
.other-income-trend .content {
  padding: 20px 15px 0 15px;
}
.other-income-trend .top-action-area {
  margin-bottom: 5px;
}
.other-income-trend .top-action-area .checkoptionarea {
  flex-grow: 1;
  float: left;
  background: #F2F2F2 !important;
}
.other-income-trend .top-action-area .checkoptionarea span.lastEdited {
  padding: 5px;
  position: relative;
  float: right;
}
.other-income-trend .gotoselectarea {
  margin: 2px 0 0 10px !important;
}
.other-income-trend .gotoselectarea .btn-group .multiselect {
  font-size: 14px;
  height: 30px;
  margin-top: -2px;
}
.other-income-trend #report.commonDisplayCriteria .form-group-calendar .timeselect, .other-income-trend .commonDisplayCriteria .form-group-calendar .timeselect {
  width: 270px;
}
.other-income-trend {
  /* new change */
}
.other-income-trend .btn-summary {
  width: 30px !important;
  background-image: none !important;
  margin-left: 10px;
}
.other-income-trend .oiTrendCurrencyDropdown {
  margin: 2px 5px 0 5px;
  width: 275px;
}
.other-income-trend .btn-export {
  width: auto;
  height: 30px;
  padding: 4px 10px 0 35px !important;
  margin-left: 10px;
  text-decoration: none;
  line-height: inherit;
  color: #131111;
  background-color: #f2f2f2 !important;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.other-income-trend .btn-export i {
  position: absolute;
  top: 0;
  left: 0;
}
.other-income-trend .text-bold {
  font-family: "SourceSansProSemiBold" !important;
}
.other-income-trend .commonDisplayCriteria {
  width: 740px;
  overflow: visible;
  margin-top: 5px;
  display: block;
  z-index: 5;
}
.other-income-trend .commonDisplayCriteria .report-row--filter .mars-select {
  margin-right: 10px;
}
.other-income-trend .commonDisplayCriteria .report-row--filter .mars-select label {
  width: 94px;
  padding: 3px 10px;
  margin-bottom: 0;
}
.other-income-trend .commonDisplayCriteria .report-row--filter .mars-select:first-child label {
  width: 110px;
}
.other-income-trend .commonDisplayCriteria .report-row--filter .mars-select .multiselect-native-select {
  float: left;
  width: 183px !important;
}
.other-income-trend .commonDisplayCriteria .report-row--filter .daysofweek-select label {
  float: left;
}
.other-income-trend .commonDisplayCriteria .report-row--filter .daysofweek-select {
  margin-right: 0;
}
.other-income-trend .commonDisplayCriteria .report-row--primarydata .lastsubmittedtoggle span {
  margin-left: 240px !important;
  width: 215px;
}
.other-income-trend .commonDisplayCriteria .report-row--primarydata .fcstsessionstoggle span {
  margin-left: 390px !important;
}
.other-income-trend .commonDisplayCriteria .report-row--comparisondata .lastsubmittedtoggle span {
  margin-left: 360px !important;
  width: 215px;
}
.other-income-trend .commonDisplayCriteria .report-row--comparisondata .fcstsessionstoggle span {
  margin-left: 510px !important;
}
@media (max-width: 667px) {
  .other-income-trend .commonDisplayCriteria .form-group {
    float: none !important;
    margin-top: 5px;
  }
}
.other-income-trend .commonDisplayCriteria .lastsubmitted,
.other-income-trend .commonDisplayCriteria .fcstsessions {
  width: 150px;
  position: relative;
}
.other-income-trend .commonDisplayCriteria .lastsubmitted ul,
.other-income-trend .commonDisplayCriteria .fcstsessions ul {
  width: 160px;
  margin: 0;
  border: 1px solid silver;
  position: absolute;
  top: 26px;
  left: 0;
}
.other-income-trend .commonDisplayCriteria .lastsubmitted ul.active,
.other-income-trend .commonDisplayCriteria .fcstsessions ul.active {
  display: block;
}
.other-income-trend .commonDisplayCriteria .lastsubmitted li,
.other-income-trend .commonDisplayCriteria .fcstsessions li {
  height: unset;
  line-height: unset;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.other-income-trend .commonDisplayCriteria .lastsubmitted li.active,
.other-income-trend .commonDisplayCriteria .fcstsessions li.active {
  background: #FFFFFF url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
}
.other-income-trend .commonDisplayCriteria .lastsubmittedtoggle,
.other-income-trend .commonDisplayCriteria .fcstsessionstoggle {
  min-height: 0;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar {
  overflow: visible;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .multiselect-container li.disabled {
  display: none !important;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup-content {
  background: #FFFFFF;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .rowoverflowvisible .mars-select,
.other-income-trend .commonDisplayCriteria .form-group-calendar .defaultviewsection .mars-select {
  width: 265px;
  max-width: 100%;
  float: left;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .rowoverflowvisible .reportrowtitle,
.other-income-trend .commonDisplayCriteria .form-group-calendar .defaultviewsection .reportrowtitle {
  width: 155px;
  float: left;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup {
  height: 286px;
  overflow: visible;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup .report-row {
  height: auto;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup .report-row.radio-row {
  grid-template-columns: unset;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup .report-row .reportrowcontent span:first-child {
  width: 100%;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup .defaultviewsection {
  display: block;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup .input-group .form-control {
  font-size: 14px;
}
.other-income-trend .commonDisplayCriteria .form-group-calendar .reportpopup .daterange-row {
  display: block;
  grid-template-columns: unset;
  grid-column-gap: unset;
  margin-top: 4px;
  min-height: 218px;
  z-index: 0;
  position: relative;
}
.other-income-trend .other-income-trend-report-table {
  max-height: inherit;
  height: 382px;
}
@media (min-width: 768px) {
  .other-income-trend .other-income-trend-report-table {
    height: calc(100vh - 231px);
  }
}
@media (min-width: 812px) {
  .other-income-trend .other-income-trend-report-table {
    height: calc(100vh - 198px);
  }
}
@media (min-width: 813px) {
  .other-income-trend .other-income-trend-report-table {
    height: calc(100vh - 200px);
  }
}
@media (min-width: 1201px) {
  .other-income-trend .other-income-trend-report-table {
    height: calc(100vh - 198px);
  }
}
.other-income-trend .other-income-trend-report-table td.is-fixed-left:nth-child(2) {
  background-color: #D4D9E8 !important;
}
.other-income-trend .commonTable tr th.fixcell:first-child,
.other-income-trend .commonTable tr td.fixcell:first-child {
  min-width: 210px !important;
  width: 210px !important;
  max-width: 210px !important;
}
.other-income-trend .commonTable tr th.fixcell .addBtn,
.other-income-trend .commonTable tr td.fixcell .addBtn {
  padding: 1px 10px;
}
.other-income-trend .commonTable tr th.fixcell .btn-save,
.other-income-trend .commonTable tr th.fixcell .btn-edit,
.other-income-trend .commonTable tr th.fixcell .btn-close,
.other-income-trend .commonTable tr td.fixcell .btn-save,
.other-income-trend .commonTable tr td.fixcell .btn-edit,
.other-income-trend .commonTable tr td.fixcell .btn-close {
  margin: 0;
  height: 22px;
}
.other-income-trend .commonTable tr th.fixcell .btn-close,
.other-income-trend .commonTable tr td.fixcell .btn-close {
  margin-left: 10px;
  background-color: transparent;
}
.other-income-trend .commonTable tr th.overridecolumn span,
.other-income-trend .commonTable tr td.overridecolumn span {
  color: blue;
}
.other-income-trend .commonTable tr td.celledit {
  padding: 0 !important;
}
.other-income-trend .commonTable tr td.celledit input {
  border: 1px solid #CCCCCC;
  font-size: 13px !important;
  text-align: center !important;
}
.other-income-trend .trend-report-table table thead .viewMode span {
  float: left;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.btn-edit {
  margin: 2px 2px 0 0;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.btn-edit.btn-edit-daily {
  color: black;
  margin-left: 5px;
  width: 60px;
  margin-top: 1px;
  text-align: left;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.btn-edit.btn-edit-daily i {
  position: absolute;
  left: 47px;
  top: 2px;
  margin-top: -2px;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.btn-edit.btn-edit-total {
  color: black;
  margin-left: 5px;
  width: 60px;
  margin-top: 1px;
  text-align: left;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.btn-edit.btn-edit-total i {
  position: absolute;
  left: 113px;
  top: 2px;
  margin-top: -2px;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.oi-btn-edit-undo {
  color: black;
  margin-left: 5px;
  margin-top: 1px;
  text-align: left;
  display: flex;
  background-color: #ffffff;
}
.other-income-trend .trend-report-table table thead .viewMode span a.btn.oi-btn-edit-undo i {
  margin-left: 2px;
}
.other-income-trend .trend-report-table table thead tr th {
  height: 25px;
}
.other-income-trend .trend-report-table table thead span.btn-reset.active {
  margin-left: 10px;
}
.other-income-trend .trend-report-table tbody tr .negativenumber {
  color: red !important;
}
.other-income-trend .trend-report-table tbody tr .negativenumber input[type=text] {
  border-color: #131111 !important;
}
.other-income-trend .trend-report-table tbody tr .negativenumber input[type=text].showError {
  border-color: #f05352 !important;
}
.other-income-trend .trend-report-table input[type=text] {
  border: 1px solid;
  width: 88px !important;
}
.other-income-trend .table-responsive.height-set2 {
  height: 382px;
}
@media (min-width: 768px) {
  .other-income-trend .table-responsive.height-set2 {
    height: calc(100vh - 186px);
  }
}
@media (min-width: 812px) {
  .other-income-trend .table-responsive.height-set2 {
    height: calc(100vh - 158px);
  }
}
@media (min-width: 813px) {
  .other-income-trend .table-responsive.height-set2 {
    height: calc(100vh - 160px);
  }
}
@media (min-width: 1201px) {
  .other-income-trend .table-responsive.height-set2 {
    height: calc(100vh - 158px);
  }
}

/*Fonts family*/
/*All user management styles goes here*/
.admin-access.basepopup {
  position: fixed;
}

.impactdates-content .datepatterns-header {
  display: flex;
}

.right-top-alert {
  z-index: 2000;
  position: fixed;
  float: left;
  left: 4% !important;
  width: auto !important;
}

.modal-body p {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.modal-content {
  height: auto;
  margin-left: 15%;
  margin-top: 35% !important;
}

.transparent-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
}

.hide-class {
  display: none;
}

.no-categories-edit input, .tab-content-area input[type=text] {
  background-color: #ffffc1 !important;
}

.pswd-rules {
  margin-top: 5px;
}

.pswd-rules ul {
  list-style-type: inherit;
  text-align: left;
  font-size: 12px;
}

.save-edit-button {
  margin-left: 5px !important;
}

.useraccess-area .table-responsive {
  padding-bottom: unset;
}

.table.table-useraccess > tbody > tr > td {
  vertical-align: middle;
  border: 1px solid #8f91a2;
  padding: 0px 10px;
  text-align: left;
}

.table.table-useraccess > tbody > tr > td.no-padding {
  padding: unset;
}

.table.table-useraccess {
  border-collapse: separate;
  border-spacing: 1px;
}

.table.table-useraccess > tbody > tr > td.no-border {
  border: unset;
}

.shorten-text {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}

.table.table-useraccess > tbody > tr > td.editing {
  border: unset;
  padding: unset;
}

.eventMappedFromMgmtCompany {
  background-color: #ccecff !important;
}

@media screen\0  {
  .admin-access.basepopup {
    position: fixed;
    left: 34%;
  }
  .table.table-useraccess > tbody > tr > td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .table.table-useraccess > tbody > tr > td.no-border {
    border: 0px;
  }
  .table.table-useraccess > tbody > tr > td.no-padding {
    padding: 0px;
  }
  .table.table-useraccess > tbody > tr > td.editing {
    border: 0px;
    padding: 0px;
  }
}
.table.table-useraccess > tbody > tr > td.col-username {
  min-width: 150px;
  width: 150px;
}

@media (max-width: 1200px) {
  .table.table-useraccess > tbody > tr > td.name-cell {
    max-width: 150px;
  }
  .table.table-useraccess > tbody > tr > td.col-username {
    max-width: 150px;
  }
  .table.table-useraccess > tbody > tr > td.col-title {
    max-width: 150px;
  }
  .table.table-useraccess > tbody > tr > td.col-location {
    max-width: 150px;
  }
}
@media (min-width: 1201px) {
  .table.table-useraccess > tbody > tr > td.name-cell {
    max-width: 160px;
  }
  .table.table-useraccess > tbody > tr > td.col-username {
    max-width: 160px;
  }
  .table.table-useraccess > tbody > tr > td.col-title {
    max-width: 170px;
  }
  .table.table-useraccess > tbody > tr > td.col-location {
    max-width: 170px;
  }
}
@media (min-width: 1440px) {
  .table.table-useraccess > tbody > tr > td.name-cell {
    max-width: 250px;
  }
  .table.table-useraccess > tbody > tr > td.col-username {
    max-width: 200px;
  }
  .table.table-useraccess > tbody > tr > td.col-title {
    max-width: 170px;
  }
  .table.table-useraccess > tbody > tr > td.col-location {
    max-width: 170px;
  }
}
@media (min-width: 1680px) {
  .table.table-useraccess > tbody > tr > td.name-cell {
    max-width: 350px;
  }
  .table.table-useraccess > tbody > tr > td.col-username {
    max-width: 200px;
  }
  .table.table-useraccess > tbody > tr > td.col-title {
    max-width: 170px;
  }
  .table.table-useraccess > tbody > tr > td.col-location {
    max-width: 170px;
  }
}
.table.table-useraccess > tbody > tr > td.col-mgtarea, .table.table-useraccess > tbody > tr > td.col-biattr {
  width: 120px;
}

.useraccess-content .filter-submemu ul li:first-child .btn {
  background: #e2f0d9 !important;
}

.useraccess-content .filter-submemu ul li .btn.active {
  background: #85cdc1 !important;
}

.rooms-pace-report .roomspace-content {
  margin-left: 0.7%;
  margin-right: 0px;
  width: 98.4%;
  max-width: none;
}
.rooms-pace-report .roomspace-content .roomspace-head {
  display: flex;
}
.rooms-pace-report .roomspace-content .roomspace-head .checkoptionarea.options {
  width: inherit;
}
.rooms-pace-report .roomspace-content .roomspace-head .checkoptionarea .btn-export:before {
  width: 0px;
}
.rooms-pace-report .roomspace-content .roomspace-head .checkoptionarea .btn-export {
  background: none !important;
}
.rooms-pace-report .roomspace-content .roomspace-head .checkoptionarea .btn-export i {
  left: 0;
}
.rooms-pace-report .roomspace-content .roomspace-head .checkoptionarea .btn-export span {
  float: right;
  padding: 0 6px 0 25px;
}
@media (min-width: 1441px) {
  .rooms-pace-report .roomspace-content .roomspace-head .checkoptionarea.export {
    min-width: 90px !important;
  }
}
.rooms-pace-report .roomspace-content3 {
  overflow-y: hidden;
}
.rooms-pace-report #report {
  width: 1090px;
  max-width: none;
}
.rooms-pace-report #report .report-row .radio:nth-child(4) {
  width: 150px;
}
.rooms-pace-report #report .multiselect-native-select .multiselect {
  width: 154px;
}
.rooms-pace-report #report .report-row .rangesliderbox {
  margin-left: 11%;
  width: 260px;
}
.rooms-pace-report #report .report-row .filterbox:nth-child(1) label {
  width: 120px;
}
.rooms-pace-report #report .report-row .filterbox:nth-child(1) label {
  width: 128px;
}
.rooms-pace-report .reportrowtitle {
  padding: 2px 7px;
}
.rooms-pace-report #report .multiselect {
  padding: 0px 4px;
}
.rooms-pace-report .tableroomspace-content {
  width: 100%;
}
.rooms-pace-report .table-responsive {
  max-height: none;
}
.rooms-pace-report .table-responsive .table {
  width: auto !important;
}
.rooms-pace-report .exportreport {
  margin-right: 53%;
}
.rooms-pace-report .exportreport .radiocol .radio:nth-child(3) {
  width: 102px;
}
.rooms-pace-report #main-menu > li.list-registration {
  width: max-content;
}
.rooms-pace-report #report .datepicker table tr td.range,
.rooms-pace-report #report.datepicker table tr td.disabled.range {
  background: #fff !important;
}
.rooms-pace-report #report .comparedatepicker table tr td.range,
.rooms-pace-report #report.comparedatepicker table tr td.disabled.range {
  background: #fff !important;
}
.rooms-pace-report #report .input-group-addon {
  padding: 0px 0px;
}
.rooms-pace-report .form-group.importdate input[type=text] {
  background: #fff url(../images/icon-calendar-89a3968204b7183f666c101b8de09636.png) no-repeat 1px 0;
  padding-left: 30px !important;
  padding: 0 4px 0 10px;
  width: 175px;
  cursor: pointer;
}
.rooms-pace-report .timeselect p {
  font-stretch: condensed;
}
.rooms-pace-report #report .daterangepopup .impactevent {
  width: auto;
}
.rooms-pace-report .impactsingleselect {
  width: auto !important;
  padding: 0 0px !important;
}
.rooms-pace-report #report .row2 #typeDuration {
  width: 70px;
  float: left;
  display: none;
  margin-left: 90px;
}
.rooms-pace-report #report .row2 .defaultviewsection .reportrowtitle {
  width: 133px;
}
.rooms-pace-report .report-row .radio label input[type=radio] {
  display: block;
  margin-left: 0px;
  margin-top: 6px;
}
.rooms-pace-report #report .impactevent .multiselect-native-select {
  width: 65px;
  float: right;
}
.rooms-pace-report #report.newreport .impactevent .multiselect-native-select {
  width: 65px;
  float: right;
}
.rooms-pace-report #report .impactevent .multiselect-native-select .btn-group {
  width: 170px;
}
.rooms-pace-report #report .impactevent .multiselect-native-select ul {
  width: 170px;
}
.rooms-pace-report #impactEventDropDown .multiselect-native-select ul {
  width: 180px !important;
  max-height: 200px !important;
}
.rooms-pace-report #report .impactevent #impactEventDropDown .multiselect-native-select .btn-group {
  width: 180px !important;
}
.rooms-pace-report #report .impactevent .yearselect + .multiselect-native-select .btn-group {
  width: 180px !important;
  max-height: 200px !important;
}
.rooms-pace-report #report .impactevent .yearselect + .multiselect-native-select ul {
  width: 180px !important;
}
.rooms-pace-report #report .yearselect .multiselect-native-select {
  float: left;
}
.rooms-pace-report #report .yearselect .multiselect-native-select .btn-group {
  width: 80px;
}
.rooms-pace-report #report .yearselect .multiselect-native-select .btn-group ul {
  top: 26px;
  width: 80px;
}
.rooms-pace-report #report #selectedRangeSpan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 225px;
  display: inline-block;
}
.rooms-pace-report #report .multiselect-container li label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.rooms-pace-report #report .impactevent .multiselect-native-select .btn-group .multiselect-selected-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 160px;
}
.rooms-pace-report #report .defaultStartDropDownDiv .multiselect-native-select {
  float: left;
}
.rooms-pace-report #report .defaultStartDropDownDiv .multiselect-native-select ul {
  width: 154px;
}
.rooms-pace-report #report .yearselect .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 60px center !important;
}
.rooms-pace-report #report .prior .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.rooms-pace-report #report .filterselect1 + .btn-group.open .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.rooms-pace-report #report .filterselect1 + .btn-group.open .multiselect-container > li > a.multiselect-all label,
.rooms-pace-report #report .filterselect3 + .btn-group.open .multiselect-container > li > a.multiselect-all label,
.rooms-pace-report #report .filterselect4 + .btn-group.open .multiselect-container > li > a.multiselect-all label,
.rooms-pace-report #report .filterselect5 + .btn-group.open .multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.rooms-pace-report #report .filterselect5 + .btn-group.open .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 140px center !important;
}
.rooms-pace-report #report .example-multiple-optgroups-classes + .btn-group.open .multiselect-container li label {
  margin-right: 0px;
}
.rooms-pace-report #report .example-multiple-optgroups-classes + .btn-group.open .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.rooms-pace-report #report .example-multiple-optgroups-classes + .btn-group.open .multiselect-container > .active > a {
  background: none;
}
.rooms-pace-report #report .report-title h2 {
  width: 20%;
  float: left;
}
.rooms-pace-report #report .report-title .noChangesAlert {
  width: 45%;
  float: right;
  height: 29px;
}
.rooms-pace-report #report #sub-totals .dropdownFilterLabel, .rooms-pace-report #report #pms-segments .dropdownFilterLabel {
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
  padding-left: 5px;
}
.rooms-pace-report #report #pms-segments .dropdownFilterLabel {
  width: 120px;
}
.rooms-pace-report #report #sub-totals, .rooms-pace-report #report #pms-segments {
  margin-left: 10%;
  background: none !important;
}
.rooms-pace-report #report .btn-rp-save {
  background: url(../images/icon-save-e273f08625a6bd45dc5fa5284dd28d21.png) no-repeat 0 -1px;
}
.rooms-pace-report #report .btn-rp-restore {
  background: url(../images/icon-note-f2cef7add643eba5c4bc7287056897ab.png) no-repeat 0 -1px;
}
.rooms-pace-report #report .btn-rp-clear {
  background: url(../images/icon-deactive2-99940697ac39f61ad11f970bb1b59278.png) no-repeat 0 -1px;
}
.rooms-pace-report #report .btn-rp-save, .rooms-pace-report #report .btn-rp-restore, .rooms-pace-report #report .btn-rp-clear {
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  padding: 0 0 0 30px;
  margin: 0 10px 0 0;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 28px;
  line-height: 26px;
  color: #131111;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  width: 165px;
  border-radius: 0px;
}
.rooms-pace-report #report .long-btn {
  width: 200px;
}
.rooms-pace-report #report .right-button-area {
  float: right;
  padding-right: 10px;
  padding-top: 1px;
}
.rooms-pace-report #report .prior .multiselect-native-select {
  float: left;
}
.rooms-pace-report #report .comparerangepopup .multiselect-container li {
  width: 150px;
}
.rooms-pace-report #report .row4 .multiselect-native-select {
  margin-left: 16px;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr .fixscrollcell div, .rooms-pace-report .roomspace-content2 .table.table-roomspace tr .fixscrollcell2 div, .rooms-pace-report .roomspace-content2 .table.table-roomspace tr .fixscrollcelltotal div {
  z-index: 0;
}
.rooms-pace-report .roomspace-content2 .QUARTERLY .table.table-roomspace.table-roomspace thead tr {
  height: 38px;
}
.rooms-pace-report .roomspace-content2 .MONTHLY .table.table-roomspace.table-roomspace thead tr {
  height: 38px;
}
.rooms-pace-report .roomspace-content2 .YEARLY .table.table-roomspace.table-roomspace thead tr {
  height: 38px;
}
.rooms-pace-report .table.table-roomspace tr td, .rooms-pace-report .table.table-roomspace tr th {
  font-size: 13px;
}
.rooms-pace-report label, .rooms-pace-report span, .rooms-pace-report .reportInput {
  font-size: 14px !important;
}
.rooms-pace-report .form-group.importdate label {
  min-width: 77px;
}
.rooms-pace-report .fcstsessions ul {
  width: 135px !important;
}
.rooms-pace-report .fcstsessions ul li, .rooms-pace-report .lastsubmitted ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr td:nth-child(1) {
  min-width: 240px;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr {
  overflow: hidden;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr .fixscrollcell2 > div {
  width: 318px;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr .fixscrollcell > div {
  width: 206px;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr .fixscrollcelltotal > div {
  width: 112px;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr th.fixscrollcell > div {
  width: 206px !important;
  max-width: 206px !important;
}
.rooms-pace-report .roomspace-content2 .table.table-roomspace tr th.fixscrollcelltotal div {
  width: 112px;
}

.rooms-pace-dashboard .rooms-pickup {
  height: 62px;
  margin-left: 4px !important;
}

#rollup #report.reportrollup {
  max-width: 1090px;
}
#rollup .rollup-title {
  width: 1090px;
}
#rollup .rollup-content {
  width: 1090px;
}
#rollup .rollupinfo {
  width: 420px;
}
#rollup .multiselect-container > li > a > label {
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rollup .multiselect-container li.active label {
  background: #fff url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 120px center !important;
}
#rollup #geoOption1 ul.multiselect-container, #rollup #geoOption2 ul.multiselect-container, #rollup #geoOption3 ul.multiselect-container, #rollup .rollup-content .form-group .btn-group ul.multiselect-container {
  width: 150px !important;
}
#rollup #geoOption1 .btn-group, #rollup #geoOption2 .btn-group, #rollup #geoOption3 .btn-group, #rollup .rollup-content .form-group .btn-group {
  width: 150px !important;
}
#rollup #geoOption1 .multiselect-container > li.optgroup > a > span.caret-container,
#rollup #geoOption2 .multiselect-container > li.optgroup > a > span.caret-container,
#rollup #geoOption3 .multiselect-container > li.optgroup > a > span.caret-container {
  position: absolute;
  margin-top: -27px;
  margin-left: 130px;
}
#rollup #geoOption1 .multiselect-container > li.multiselect-all label,
#rollup #geoOption2 .multiselect-container > li.multiselect-all label,
#rollup #geoOption3 .multiselect-container > li.multiselect-all label {
  border-bottom: none;
  padding: 3px 20px 3px 8px !important;
}
#rollup #geoOption1 .multiselect-container > li.multiselect-all,
#rollup #geoOption2 .multiselect-container > li.multiselect-all,
#rollup #geoOption3 .multiselect-container > li.multiselect-all {
  border-bottom: none !important;
  background: none !important;
}

.rooms-trend-report .roomstrend-content .tableroomspace-content .rooms-trend-ember-table {
  height: unset;
}
.rooms-trend-report .roomstrend-content .tableroomspace-content .rooms-trend-ember-table .mars-change-aware-table {
  margin-bottom: -4px;
}
.rooms-trend-report .roomstrend-content .tableroomspace-content .rooms-trend-ember-table .mars-change-aware-table tr th.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.rooms-trend-report .mars-change-aware-table .rooms-summary-gradient {
  background: #CBCED7 !important;
  font-weight: bold;
}
.rooms-trend-report .mars-change-aware-table .category-bar-color {
  background: #D8DBEC !important;
  font-weight: bold;
}
.rooms-trend-report .mars-change-aware-table .sub-category-bar-color {
  background: #EAE6EC !important;
  font-weight: bold;
}
.rooms-trend-report .mars-change-aware-table .segment-color {
  background: #E9EFED !important;
  font-weight: bold;
}
.rooms-trend-report .mars-change-aware-table .editableCell.totalcolumn input {
  width: 105px;
  text-align: center;
}
.rooms-trend-report .mars-change-aware-table .editableCell.numbercolumn input {
  width: 90px;
  text-align: center;
}
.rooms-trend-report .mars-change-aware-table .icon-collapse .icon-small {
  height: 14px;
  width: 20px;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  display: block;
}
.rooms-trend-report .mars-change-aware-table thead .labelcolumn {
  text-align: left;
}
.rooms-trend-report .mars-change-aware-table thead .negativenumber1 {
  color: red !important;
}
.rooms-trend-report .mars-change-aware-table thead .viewMode {
  float: left;
}
.rooms-trend-report .mars-change-aware-table .labelcolumn .et-cell-content span {
  max-width: 160px;
  float: left;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.rooms-trend-report .mars-change-aware-table .overridecolumn span {
  color: blue;
}
.rooms-trend-report .roomspace-content {
  margin-left: 0.7%;
  margin-right: 0px;
  width: 98.4%;
  max-width: none;
}
.rooms-trend-report .roomspace-content3 {
  overflow-y: hidden;
  position: unset !important;
}
.rooms-trend-report #displayCriteria {
  display: block !important;
  width: 45%;
  z-index: 10;
}
.rooms-trend-report #displayCriteria .errorAlertPosition {
  top: -3px;
  display: block;
  width: 70%;
  left: 30%;
}
.rooms-trend-report #report {
  width: 1090px;
  max-width: none;
}
.rooms-trend-report #report .report-row .radio:nth-child(4) {
  width: 150px;
}
.rooms-trend-report #report .multiselect-native-select .multiselect {
  width: 154px;
}
.rooms-trend-report #report .report-row .rangesliderbox {
  margin-left: 11%;
  width: 260px;
}
.rooms-trend-report #report .report-row .filterbox:nth-child(1) label {
  width: 120px;
}
.rooms-trend-report #report .report-row .filterbox:nth-child(1) label {
  width: 128px;
}
.rooms-trend-report .reportrowtitle {
  padding: 2px 7px;
}
.rooms-trend-report #report .multiselect {
  padding: 0px 4px;
}
.rooms-trend-report .tableroomspace-content {
  width: 100%;
  /* criteria-bread-crumb */
}
.rooms-trend-report .tableroomspace-content .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #ccecff;
}
.rooms-trend-report .tableroomspace-content .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.rooms-trend-report .tableRowColor tbody tr td.turquoise {
  background-color: #ccecff !important;
}
.rooms-trend-report .tableRowColor tr th {
  background-color: #ccecff !important;
}
.rooms-trend-report .tableRowColor tr:nth-child(1) th, .rooms-trend-report .tableRowColor tr:nth-child(2) th {
  background-color: #98bad6 !important;
}
.rooms-trend-report .table-responsive {
  max-height: none;
}
.rooms-trend-report .exportreport {
  margin-right: 53%;
}
.rooms-trend-report .exportreport .radiocol .radio:nth-child(3) {
  width: 102px;
}
.rooms-trend-report #main-menu > li.list-registration {
  width: max-content;
}
.rooms-trend-report #report .datepicker table tr td.range,
.rooms-trend-report #report.datepicker table tr td.disabled.range {
  background: #fff !important;
}
.rooms-trend-report #report .comparedatepicker table tr td.range,
.rooms-trend-report #report.comparedatepicker table tr td.disabled.range {
  background: #fff !important;
}
.rooms-trend-report #report .input-group-addon {
  padding: 0px 0px;
}
.rooms-trend-report .form-group.importdate input[type=text] {
  background: #fff url(../images/icon-calendar-89a3968204b7183f666c101b8de09636.png) no-repeat 1px 0;
  padding-left: 30px !important;
  padding: 0 4px 0 10px;
  width: 175px;
  cursor: pointer;
}
.rooms-trend-report .timeselect p {
  font-stretch: condensed;
}
.rooms-trend-report #report .daterangepopup .impactevent {
  width: auto;
}
.rooms-trend-report .impactsingleselect {
  width: auto !important;
  padding: 0 0px !important;
}
.rooms-trend-report #report .row2 #typeDuration {
  width: 70px;
  float: left;
  display: none;
  margin-left: 90px;
}
.rooms-trend-report #report .row2 .defaultviewsection .reportrowtitle {
  width: 133px;
}
.rooms-trend-report .report-row .radio label input[type=radio] {
  display: block;
  margin-left: 0px;
  margin-top: 6px;
}
.rooms-trend-report #report .impactevent .multiselect-native-select {
  width: 65px;
  float: right;
}
.rooms-trend-report #report .impactevent .prioreventyearselect + .multiselect-native-select .btn-group {
  width: 180px !important;
}
.rooms-trend-report #report .impactevent .prioreventyearselect + .multiselect-native-select ul {
  width: 180px !important;
  max-height: 200px !important;
}
.rooms-trend-report #impactEventDropDown .multiselect-native-select ul {
  width: 180px !important;
  max-height: 200px !important;
}
.rooms-trend-report #report .impactevent #impactEventDropDown .multiselect-native-select .btn-group {
  width: 180px !important;
}
.rooms-trend-report #report .impactevent .multiselect-native-select .btn-group {
  width: 170px !important;
}
.rooms-trend-report #report .impactevent .multiselect-native-select ul {
  width: 170px;
}
.rooms-trend-report #report .yearselect .multiselect-native-select {
  float: left;
}
.rooms-trend-report #report .yearselect .multiselect-native-select .btn-group {
  width: 80px !important;
}
.rooms-trend-report #report .yearselect .multiselect-native-select .btn-group ul {
  top: 26px;
  width: 80px !important;
}
.rooms-trend-report #report #selectedRangeSpan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 225px;
  display: inline-block;
}
.rooms-trend-report #report .multiselect-container li label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.rooms-trend-report #report .impactevent .multiselect-native-select .btn-group .multiselect-selected-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 160px;
}
.rooms-trend-report #report .defaultStartDropDownDiv .multiselect-native-select {
  float: left;
}
.rooms-trend-report #report .defaultStartDropDownDiv .multiselect-native-select ul {
  width: 154px;
}
.rooms-trend-report #report .yearselect .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 60px center !important;
}
.rooms-trend-report #report .prior .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.rooms-trend-report #report .filterselect1 + .btn-group.open .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.rooms-trend-report #report .filterselect1 + .btn-group.open .multiselect-container > li > a.multiselect-all label,
.rooms-trend-report #report .filterselect3 + .btn-group.open .multiselect-container > li > a.multiselect-all label,
.rooms-trend-report #report .filterselect4 + .btn-group.open .multiselect-container > li > a.multiselect-all label,
.rooms-trend-report #report .filterselect5 + .btn-group.open .multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.rooms-trend-report #report .filterselect5 + .btn-group.open .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 140px center !important;
}
.rooms-trend-report #report .example-multiple-optgroups-classes + .btn-group.open .multiselect-container li label {
  margin-right: 0px;
}
.rooms-trend-report #report .example-multiple-optgroups-classes + .btn-group.open .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.rooms-trend-report #report .example-multiple-optgroups-classes + .btn-group.open .multiselect-container > .active > a {
  background: none;
}
.rooms-trend-report #report .report-title h2 {
  width: 20%;
  float: left;
}
.rooms-trend-report #report .report-title .noChangesAlert {
  width: 45%;
  float: right;
  height: 29px;
}
.rooms-trend-report #report #sub-totals .dropdownFilterLabel, .rooms-trend-report #report #pms-segments .dropdownFilterLabel {
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
  padding-left: 5px;
}
.rooms-trend-report #report #pms-segments .dropdownFilterLabel {
  width: 120px;
}
.rooms-trend-report #report #sub-totals, .rooms-trend-report #report #pms-segments {
  margin-left: 11%;
  background: none !important;
}
.rooms-trend-report #report .btn-rp-save {
  background: url(../images/icon-save-e273f08625a6bd45dc5fa5284dd28d21.png) no-repeat 0 -1px;
}
.rooms-trend-report #report .btn-rp-restore {
  background: url(../images/icon-note-f2cef7add643eba5c4bc7287056897ab.png) no-repeat 0 -1px;
}
.rooms-trend-report #report .btn-rp-clear {
  background: url(../images/icon-deactive2-99940697ac39f61ad11f970bb1b59278.png) no-repeat 0 -1px;
}
.rooms-trend-report #report .btn-rp-save, .rooms-trend-report #report .btn-rp-restore, .rooms-trend-report #report .btn-rp-clear {
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  padding: 0 0 0 30px;
  margin: 0 10px 0 0;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 28px;
  line-height: 26px;
  color: #131111;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  width: 165px;
  border-radius: 0px;
}
.rooms-trend-report #report .long-btn {
  width: 200px;
}
.rooms-trend-report #report .right-button-area {
  float: right;
  padding-right: 10px;
  padding-top: 1px;
}
.rooms-trend-report #report .prior .multiselect-native-select {
  float: left;
}
.rooms-trend-report #report .comparerangepopup .multiselect-container li {
  width: 150px;
}
.rooms-trend-report #report .row4 .multiselect-native-select {
  margin-left: 16px;
}
.rooms-trend-report .roomspace-content2 .table.table-roomspace tr .fixscrollcell div, .rooms-trend-report .roomspace-content2 .table.table-roomspace tr .fixscrollcell2 div, .rooms-trend-report .roomspace-content2 .table.table-roomspace tr .fixscrollcelltotal div {
  z-index: 0;
}
.rooms-trend-report .roomspace-content2 .QUARTERLY .table.table-roomspace.table-roomspace thead tr {
  height: 38px;
}
.rooms-trend-report .roomspace-content2 .MONTHLY .table.table-roomspace.table-roomspace thead tr {
  height: 38px;
}
.rooms-trend-report .roomspace-content2 .YEARLY .table.table-roomspace.table-roomspace thead tr {
  height: 38px;
}
.rooms-trend-report .roomspace-content2 .table.table-roomspace tr td div {
  background: unset;
  border-right: none;
}
.rooms-trend-report .table.table-roomspace tr td {
  font-size: 13px;
}
.rooms-trend-report .table.table-roomspace tr th {
  font-size: 13px;
}
.rooms-trend-report {
  /*
  ==========================================================================
      Rooms Trend
  ==========================================================================
  */
}
.rooms-trend-report .roomspace-content.roomstrend-content {
  padding: 10px 15px 4px 15px !important;
  margin: 0 !important;
  width: 100%;
}
.rooms-trend-report .roomstrend-content .roomspace-head {
  max-width: 100%;
  width: auto;
}
.rooms-trend-report .roomstrend-content .roomspace-head .btn-action {
  height: 30px;
  background: #f2f2f2;
  padding: 4px 40px 0 10px;
  margin-right: 10px;
  color: #131111;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rooms-trend-report .roomstrend-content .roomspace-head .btn-action i {
  position: absolute;
  right: 5px !important;
  top: 3px;
}
.rooms-trend-report .roomstrend-content .roomspace-head .btn-action.active {
  background-color: #CCCCCC;
  color: #333 !important;
}
.rooms-trend-report .roomspace-head.newroomspacehead.roomspace-head-overflow {
  overflow: unset !important;
}
.rooms-trend-report .roomstrend-content .margintop {
  margin-top: 45px !important;
}
.rooms-trend-report .roomstrend-content .checkoptionarea {
  height: 30px;
  min-width: 755px;
  margin: 0 0 0 5px;
}
.rooms-trend-report .roomstrend-content .newgridroomspacehead .checkoptionarea {
  min-width: auto;
  float: right;
}
.rooms-trend-report .roomstrend-content .roomspace-head .roomspace-head-btn .btn-display {
  text-decoration: none;
  background-color: #7F7DA0;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  position: static;
  pointer-events: none;
}
.rooms-trend-report .roomstrend-content .roomspace-head .roomspace-head-btn .btn-criteria {
  position: static;
}
.rooms-trend-report .roomstrend-content .roomspacehead .ncheck {
  left: 0;
}
.rooms-trend-report .roomstrend-content .newroomspacehead {
  display: flex;
  flex-direction: row;
}
.rooms-trend-report .roomstrend-content .newroomspacehead .roomspace-head-btn {
  display: flex;
  flex-direction: row;
}
.rooms-trend-report .roomstrend-content .newroomspacehead .newgridroomspacehead {
  padding: 0;
  margin-left: 2px;
  background: #f2f2f2 !important;
}
.rooms-trend-report .roomstrend-content .newgridroomspacehead .checkoptionarea .btn-export {
  background: #f2f2f2 !important;
  padding: 0px 35px;
  margin: 0px;
  font-weight: normal;
  font-size: 14px;
}
.rooms-trend-report .roomstrend-content .newgridroomspacehead .checkoptionarea .btn-export i {
  margin-right: 60px;
}
.rooms-trend-report .checkoptionarea .btn-export:before {
  width: auto;
}
@media screen and (min-width: 1025px) {
  .rooms-trend-report .newgridroomspacehead {
    max-width: 100%;
  }
}
.rooms-trend-report .roomspacehead {
  padding-left: 5px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow1 td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow2 td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow3 td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow4 td {
  background: #FAFAFF;
}
.rooms-trend-report .turquoise-background {
  background: #94B8D9 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightborder td {
  border-top: 1px solid #bdbdbd !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow2 td.fixscrollcelltotal,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow3 td.fixscrollcelltotal,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow4 td.fixscrollcelltotal {
  background: #d4d9e8;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow1 .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow2 .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow3 .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow4 .fixscrollcell > div {
  background: #FAFAFF;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow1.difference-bgColor .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow2.difference-bgColor .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow3.difference-bgColor .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow4.difference-bgColor .fixscrollcell > div {
  background: #eff1f7;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr .fixscrollcell2 > div {
  z-index: 1000 !important;
  background: -moz-linear-gradient(top, #eee 0%, #ddd 100%) !important;
  background: -webkit-linear-gradient(top, #eee 0%, #ddd 100%) !important;
  background: linear-gradient(to bottom, #eee 0%, #ddd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ddd', GradientType=0) !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.summaryBar .fixscrollcell2 > div {
  background: #CBCED7 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr .categoryCellRT > div {
  background: #D8DBEC !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr .subCategoryCellRT > div {
  background: #EAE6EC !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr .segmentCellRT > div {
  background: #E9EFED !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr .fixscrollcell.cellturquoise div {
  background: #ccecff !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr td.nopadding {
  padding: 0 0 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr td .normalmultipleselect {
  width: 170px;
  float: left;
  margin: 0;
  padding: 0;
  border: none !important;
  position: relative;
  margin-right: 1px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr td .normalmultipleselect span span {
  padding: 0 10px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr td .normalmultipleselect span {
  display: block;
  text-align: left;
  border: none !important;
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%) !important;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%) !important;
  background: linear-gradient(to bottom, #ddd 0%, #bbb 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#bbb', GradientType=0) !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect,
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .dropdown-toggle,
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .btn,
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .btn-default,
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect-native-select,
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect-native-select .multiselect {
  height: 20px;
  line-height: 20px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect-container {
  top: 20px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect-container > li > a > label {
  padding: 0 10px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect-container li.active label {
  display: block;
  color: #131111;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace .normalmultipleselect .multiselect-native-select .multiselect .caret {
  border-top: 11px solid #5b759b !important;
  border-right: 8px solid transparent !important;
  border-left: 8px solid transparent !important;
  top: 5px;
  right: 5px;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr .fixscrollcell2 > div {
  z-index: 0 !important;
}
.rooms-trend-report .table.table-roomspace tr.gradient th:nth-child(1) {
  height: 20px !important;
  line-height: 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: bold;
  font-size: 14px;
  color: #424242 !important;
  background: -moz-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
  background: -webkit-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
  background: linear-gradient(to bottom, #eee 0%, #a6a6a6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#a6a6a6', GradientType=0) !important;
}
.rooms-trend-report .table.table-roomspace tr.gradient th:nth-child(2) {
  height: 20px !important;
  line-height: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0) !important;
}
.rooms-trend-report {
  /* ================================ */
  /*   Fixing  code                   */
  /* ================================ */
}
.rooms-trend-report .roomstrend-content .table.table-roomspace {
  width: auto;
}
.rooms-trend-report #fixcolspan,
.rooms-trend-report #fixcolspan td {
  height: 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.gradient.nobordertop,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.gradient.nobordertop td {
  border-top: none !important;
}
.rooms-trend-report .gradient .fix-gradient {
  position: relative;
  height: 20px !important;
  border: none !important;
}
.rooms-trend-report #fixtablerow {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  height: 20px !important;
  border: none !important;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0) !important;
}
.rooms-trend-report #fixtablerow .fixscrollcell2 {
  z-index: 100;
  position: relative;
  height: 20px !important;
  float: left;
}
.rooms-trend-report #fixtablerow .fixscrollcell2 > div {
  width: 293px !important;
  margin-top: 0 !important;
  padding: 0 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  height: 20px !important;
}
.rooms-trend-report #fixtablerow strong.title {
  height: 20px !important;
  padding: 0 7px;
  float: left;
  display: block;
  background: none;
}
.rooms-trend-report #fixtablerow .fixscrollcell2 .normalmultipleselect {
  width: 173px !important;
  margin-left: 168px;
}
.rooms-trend-report #fixtablerow .fixscrollcell2 .normalmultipleselect .multiselect-native-select {
  width: 140px !important;
}
.rooms-trend-report #fixtablerow .fixscrollcell2 .normalmultipleselect .btn-group {
  padding: 0px;
  border-right: unset;
  width: 140px !important;
}
.rooms-trend-report #fixtablerow .btn-edit {
  background: #894F76 url(../images/chi-edit.svg) no-repeat right center;
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
  min-width: inherit;
  height: 20px;
  float: left;
  line-height: unset;
  color: #fff;
  cursor: pointer;
  padding-right: 20px;
}
.rooms-trend-report #fixtablerow .btn-edit:hover, .rooms-trend-report #fixtablerow .btn-save2:hover {
  color: #894F76;
  background-color: #fff;
}
.rooms-trend-report #fixtablerow .btn-save2 {
  background: #894F76 url(../images/chi-save.svg) no-repeat 4px center;
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
  min-width: inherit;
  cursor: pointer;
  height: 20px;
  width: 25px;
}
.rooms-trend-report #fixtablerow .btn-close {
  background: url(../images/chi-close.svg) no-repeat 11px center;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
  height: 19px;
  float: left;
  padding-left: 35px;
  cursor: pointer;
}
.rooms-trend-report #fixtablerow .rightselectcontent {
  position: relative;
  z-index: 0 !important;
  margin-left: 293px;
  height: 20px !important;
  border: none !important;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0) !important;
}
.rooms-trend-report {
  /*  normalmultipleselect  common */
}
.rooms-trend-report .normalmultipleselect {
  position: relative;
  z-index: 10;
}
.rooms-trend-report .normalmultipleselect .form-control {
  border-radius: 0;
  border: none;
  background: #f5f5f5;
}
.rooms-trend-report .normalmultipleselect span.multiselect-native-select {
  position: relative;
  display: block;
  margin: 0 !important;
  background: none !important;
}
.rooms-trend-report .normalmultipleselect .multiselect,
.rooms-trend-report .normalmultipleselect .dropdown-toggle,
.rooms-trend-report .normalmultipleselect .btn,
.rooms-trend-report .normalmultipleselect .btn-default,
.rooms-trend-report .normalmultipleselect .multiselect-native-select,
.rooms-trend-report .normalmultipleselect .multiselect-native-select .multiselect {
  width: 100% !important;
  display: block;
  border: none;
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 0;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #131111;
  background: #f5f5f5;
}
.rooms-trend-report .normalmultipleselect .multiselect-native-select {
  width: 100% !important;
  padding: 0;
}
.rooms-trend-report .normalmultipleselect .multiselect-native-select .btn-group {
  display: block;
  margin-bottom: 0;
}
.rooms-trend-report .normalmultipleselect .btn-group.open .dropdown-toggle {
  background: #f5f5f5;
}
.rooms-trend-report .normalmultipleselect .multiselect-container {
  top: 26px;
}
.rooms-trend-report .normalmultipleselect .multiselect-container,
.rooms-trend-report .normalmultipleselect .multiselect-container li {
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 0;
  border-radius: 0;
  color: #131111;
}
.rooms-trend-report .normalmultipleselect .multiselect-container li a,
.rooms-trend-report .normalmultipleselect .multiselect-container li.active a {
  background: none;
}
.rooms-trend-report .normalmultipleselect .multiselect-container li.active label {
  height: 21px;
  line-height: 21px;
  display: block;
  color: #131111;
}
.rooms-trend-report .normalmultipleselect .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 98% center !important;
  color: #131111;
}
.rooms-trend-report .normalmultipleselect .multiselect-container li label {
  margin-right: 0;
  color: #131111;
}
.rooms-trend-report .normalmultipleselect .radio {
  background: none !important;
  color: #131111;
}
.rooms-trend-report .normalmultipleselect .multiselect-container > li > a > label.radio > input[type=radio] {
  display: none !important;
}
.rooms-trend-report .normalmultipleselect .multiselect-container > li > a > label > input[type=checkbox] {
  display: none !important;
}
.rooms-trend-report .normalmultipleselect .multiselect-container > li > a > label {
  height: 21px;
  line-height: 21px;
  padding: 0 10px;
}
.rooms-trend-report .normalmultipleselect .multiselect-native-select .multiselect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 6px solid #000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
  top: 10px;
  right: 5px;
}
.rooms-trend-report .normalmultipleselect .multiselect-native-select .multiselect-selected-text {
  text-align: center;
  display: block;
  float: none;
}
.rooms-trend-report .normalmultipleselect .input-group {
  display: none;
}
.rooms-trend-report .normalmultipleselect .form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%) !important;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%) !important;
  background: linear-gradient(to bottom, #ddd 0%, #bbb 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#bbb', GradientType=0) !important;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rooms-trend-report .datepicker .next:before {
  position: relative !important;
}
.rooms-trend-report .datepicker .prev:before {
  position: relative !important;
}
.rooms-trend-report .table.table-roomspace tr.gradient td:nth-child(2) {
  background: #CBCED7 !important;
}
.rooms-trend-report .table.table-roomspace tr.gradient.categoryBarRT td:nth-child(2) {
  background: #D8DBEC !important;
}
.rooms-trend-report .table.table-roomspace tr.gradient.subCategoryBarRT td:nth-child(2) {
  background: #EAE6EC !important;
}
.rooms-trend-report .table.table-roomspace tr.gradient.segmentBarRT td:nth-child(2) {
  background: #E9EFED !important;
}
.rooms-trend-report .roomspace-content2 .table.table-roomspace tr td.fixscrollcelltotal div {
  background: #d4d9e8 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow1.difference-bgColor .fixscrollcell > div,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow1.difference-bgColor td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow3.difference-bgColor td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow4.difference-bgColor td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow2.difference-bgColor td {
  background: #eff1f7 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.fhighlightrow1.difference-bgColor td.totalcolumn {
  background-color: #d4d9e8 !important;
}
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.OOR-bgColor td,
.rooms-trend-report .roomstrend-content .table.table-roomspace tr.OOR-bgColor td div {
  background: #CCECFF !important;
}
.rooms-trend-report .roomspace-content2 .table.table-roomspace tr td.fixscrollcelltotal div {
  background: #d4d9e8 !important;
}
.rooms-trend-report table thead .viewMode span {
  float: left;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit {
  margin: 2px 2px 0 0;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-daily {
  color: black;
  margin-left: 5px;
  width: 60px;
  margin-top: 1px;
  text-align: left;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-daily i {
  position: absolute;
  left: 47px;
  top: 2px;
  margin-top: -2px;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-total {
  color: black;
  margin-left: 5px;
  width: 60px;
  margin-top: 1px;
  text-align: left;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-total i {
  position: absolute;
  left: 113px;
  top: 2px;
  margin-top: -2px;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-undo {
  color: black;
  margin-left: 5px;
  width: 60px;
  margin-top: 1px;
  text-align: left;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-undo i {
  position: absolute;
  left: 181px;
  top: 2px;
  margin-top: -2px;
}
.rooms-trend-report table thead .viewMode span a.btn.btn-edit.btn-edit-undo i.icon-monthly {
  left: 80px !important;
}
.rooms-trend-report table thead tr th {
  height: 25px;
}
.rooms-trend-report table thead span.btn-reset.active {
  margin-left: 10px;
}

#report.newreport .report-row .impactevent2 {
  width: 265px;
  float: left;
}
#report.newreport .row4 .multiselect-native-select {
  margin-left: 4px;
}
#report.newreport #sub-totals, #report.newreport #pms-segments {
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
}
#report.newreport .report-row .rangesliderbox {
  margin-left: 11%;
  width: 260px;
}
#report.newreport .fcstsessionstoggle span {
  margin-left: 554px;
  display: block;
  float: left;
}
#report.newreport .fcstsessionstoggle1 span.shiftleftwhennonrms {
  margin-left: 403px;
}
#report.newreport .lastsubmittedtoggle1 span.shiftleftwhennonrms {
  margin-left: 252px;
}
#report.newreport .fcstsessionstoggle2 span {
  margin-left: 690px;
}
#report.newreport .fcstsessionstoggle2 span.shiftleftwhennonrms {
  margin-left: 553.5px;
}
#report.newreport .lastsubmittedtoggle2 span.shiftleftwhennonrms {
  margin-left: 403px;
}
#report.newreport .prior .multiselect-native-select {
  float: left;
}
#report.newreport .prioreventyearselect {
  margin-left: 13px;
}
#report.newreport {
  font-family: "Source Sans Pro", sans-serif;
}
#report.newreport .fcstsessions ul li, #report.newreport .lastsubmitted ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#report.newreport .fcstsessions2 ul {
  width: 120px !important;
}
#report.newreport .lastsubmitted1 ul {
  max-height: 150px;
  overflow: hidden auto;
}
#report.newreport .lastsubmitted2 ul {
  width: 135px !important;
  max-height: 150px;
  overflow: hidden auto;
}
#report.newreport #metricsCriteriaRowId .reportrowtitle {
  height: 60px;
}
#report.newreport #metricsCriteriaRowId .reportrowcontent .checkbox-area div {
  width: 17%;
}
#report.newreport .report-row {
  margin-top: 4px !important;
}
#report.newreport .report-row .reportrowcontent {
  margin-top: unset !important;
}
#report.newreport .report-row .reportrowcontent .checkbox-area div {
  float: left;
  padding: 0 5px;
}
#report.newreport .report-row .reportrowcontent .checkbox-area div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "SourceSansProRegular";
}
#report.newreport .report-row .reportrowcontent .checkbox-area div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
#report.newreport .report-row .reportrowcontent .checkbox-area div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}

.roomstrendhead-right {
  display: flex;
  justify-content: flex-end;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown {
  margin-right: 1%;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown div {
  width: 210px;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown .multiselect-native-select button.multiselect {
  height: 30px !important;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown .multiselect-native-select button.multiselect span.multiselect-selected-text {
  margin: 0 !important;
  padding: 0 5px !important;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown .multiselect-native-select ul {
  max-height: 160px !important;
  border: none !important;
  top: 28px;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown .multiselect-native-select ul li div.input-group input.multiselect-search {
  height: 25px !important;
}
.roomstrendhead-right .roomTrendsCurrencyDropdown select.disabledDropdown {
  display: unset !important;
  width: 210px;
  height: 30px !important;
  background-color: #f2f2f2 !important;
}
.roomstrendhead-right select.currencyDisabled, .roomstrendhead-right .roomTrendsCurrencyDropdown.currencyDisabled {
  opacity: 0.5;
  pointer-events: none;
}

.lastEditedTab {
  height: 26px;
  padding: 0 10px;
  margin: 10px 0px 0px 0px;
}
.lastEditedTab span {
  vertical-align: middle;
}

#main-menu .search-box-trigger {
  background: #ffffff url(../images/chi-search.svg) no-repeat right 1px !important;
  background-size: 30px 30px !important;
  width: 30px;
  height: 30px;
  border-style: none !important;
  float: right;
}
#main-menu .search-box-trigger .ember-power-select-status-icon {
  display: none !important;
}

.search-box-result-dropdown {
  width: auto !important;
  right: 45px;
  left: unset !important;
}

/*
  #main-menu .search-box-trigger.ember-power-select-trigger {
    background: #ffffff url(../images/chi-search.svg) no-repeat right 1px !important;
    background-size: 30px 30px !important;
    width: 30px;
    height: 30px;
    border-style: none !important;
    float: right;

    .ember-power-select-status-icon {
      display: none !important;
    }
  }

  .ember-basic-dropdown-content.search-box-result-dropdown {
    right: 0px;
    float: right !important;
    width: 214px !important;
    left: auto !important;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;

    .ember-power-select-options {
      display: none;
    }
  }*/
#avgCheckCalc-popup .reportrowtitle {
  width: 182px;
  min-height: 22px;
  margin: 2px 3px;
}
#avgCheckCalc-popup .mars-radio {
  float: left !important;
  min-width: 120px !important;
  height: 26px !important;
  margin-right: 2px;
}

.fb {
  position: relative;
  z-index: 0;
  /* Button  */
}
.fb .btn-hand {
  width: 30px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.fb .column2 .btn-hand {
  left: 30px !important;
}
.fb .btn-export {
  display: block;
  float: right;
  margin-left: 5px;
  padding: 0 13px 0 46px;
  width: 88px;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
}
.fb .btn-export i {
  right: 55px !important;
}
.fb .btn-fbFinanceSetup,
.fb .btn-mprg {
  color: #ffffff;
  height: 30px;
  padding: 4px 10px;
  background: #7F7DA0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb .btn-fbFinanceSetup.active,
.fb .btn-mprg.active {
  background-color: #894F76;
}
.fb .btn-plus {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
}
.fb .btn-arrow {
  width: 30px;
  height: 30px;
  background: none;
  left: inherit;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.fb .btn-add {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
}
.fb .btn-deletecell {
  width: 30px;
  height: 26px;
  display: block;
  right: 0;
  top: 0;
}
.fb .btn-save,
.fb .btn-edit,
.fb .btn-cancel {
  width: 30px;
  height: 30px;
}
.fb {
  /* Input  */
}
.fb input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  border: 1px solid #8f91a2;
}
.fb input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.fb input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.fb input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fb input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fb input[type=text]:focus {
  border: 1px solid #8f91a2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb input[type=text].form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #8f91a2;
  background: #ffffc1;
}
.fb {
  /* checkbox */
}
.fb .mars-checkbox {
  height: 30px;
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 100;
}
.fb .mars-checkbox input ~ .checkmark {
  background-color: #ffffff;
}
.fb .content {
  padding: 20px 15px 0 15px;
}
.fb .form-group {
  margin-bottom: 0;
}
.fb .top-head {
  margin-bottom: 18px;
}
.fb .top-head:after {
  content: "";
  display: table;
  clear: both;
}
.fb .top-head .top-head-left {
  float: left;
}
.fb .top-head .top-head-right {
  float: right;
}
@media (max-width: 640px) {
  .fb .top-head .top-head-left,
  .fb .top-head .top-head-right {
    float: none;
  }
  .fb .top-head .top-head-right {
    margin-top: 5px;
  }
  .fb .top-head .btn-save,
  .fb .top-head .btn-edit {
    float: right;
  }
  .fb .top-head .btn-fbFinanceSetup,
  .fb .top-head .btn-mprg {
    width: 250px !important;
  }
}
.fb .top-head .btn-save,
.fb .top-head .btn-edit,
.fb .top-head .btn-cancel {
  margin-left: 10px;
  padding: 0;
  background: none;
}
.fb .top-head .btn-fbFinanceSetup {
  width: 220px;
  color: #000000 !important;
  background: #DCECFF !important;
}
.fb .top-head .btn-mprg {
  margin-right: 10px;
  color: #000000 !important;
  background: #f5f5f5;
  padding: 27px 5px 0px 39px;
}
.fb .top-head .btn-mprg i {
  margin: -27px 0px -25px -38px;
}
.fb .top-head .btn-export {
  border-radius: 0;
}
.fb .sortable-container {
  margin: 0;
  position: relative;
  overflow: scroll;
  scroll-behavior: smooth;
  width: 100%;
}
.fb .sortable-container.fixrow-one {
  padding: 30px 0 100px 0;
}
.fb .sortable-container.fixrow-two {
  padding: 58px 0 100px 0;
}
.fb .sortable-container.fixrow-three {
  padding: 86px 0 100px 0;
}
.fb .sortable-container .stickyHeader {
  position: absolute;
  top: 0;
  z-index: 1000;
  background: #ffffff;
}
.fb .sortable-container .stickyHeader .sortable-item {
  margin-top: 0;
}
@media (min-width: 1231px) {
  .fb .sortable-container .stickyHeader {
    width: 100%;
  }
}
.fb .top-head-row {
  min-width: 1192px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fb .top-head-row .column {
  float: left;
}
.fb .top-head-row .column div {
  text-align: center;
  padding: 3px 10px;
}
.fb .top-head-row .column div span {
  font-family: "SourceSansProSemiBold";
}
.fb .top-head-row .column.column1 {
  margin-right: 2px;
}
.fb .top-head-row .column.column1 div {
  background: #e2e2e2 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #a8a8a8 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #a8a8a8)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #a8a8a8 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #a8a8a8 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #a8a8a8 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #a8a8a8 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.fb .top-head-row .column.column2 {
  flex-grow: 1;
}
.fb .top-head-row .column.column2 div {
  background: #d1ecf1;
}
.fb .top-head-row.defineColumnOne .column1 {
  width: 18% !important;
}
@media (max-width: 1231px) {
  .fb .top-head-row.defineColumnOne .column1 {
    width: 250px !important;
  }
}
.fb .top-head-row.defineColumnTwo .column1 {
  width: 36.2% !important;
}
@media (max-width: 1231px) {
  .fb .top-head-row.defineColumnTwo .column1 {
    width: 492px !important;
  }
}
.fb .top-head-row.defineColumnThree .column1 {
  width: 48.5% !important;
}
@media (min-width: 1441px) {
  .fb .top-head-row.defineColumnThree .column1 {
    width: 48.5% !important;
  }
}
@media (max-width: 1231px) {
  .fb .top-head-row.defineColumnThree .column1 {
    width: 574px !important;
  }
}
.fb .sortable-row {
  min-width: 1192px;
}
.fb .sortable-row:after {
  content: "";
  display: table;
  clear: both;
}
.fb .sortable-row .sortable-item:after {
  content: "";
  display: table;
  clear: both;
}
.fb .sortable-row .sortable-item {
  position: relative;
  min-height: 26px;
}
.fb .sortable-row .sortable-item:first-child {
  margin-top: 0;
}
.fb .sortable-row .sortable-item2 {
  margin-left: 18%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .sortable-item2 {
    margin-left: 250px;
  }
}
.fb .sortable-row .sortable-item3 {
  margin-left: 22%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .sortable-item3 {
    margin-left: 240px;
  }
}
.fb .sortable-row .sortable-group.group2.noSubCategory .column2 {
  display: none;
  width: 0px;
}
.fb .sortable-row .sortable-group.group2.noSubCategory .sortable-item3 {
  margin-left: 0 !important;
}
.fb .sortable-row .group1.property .column1, .fb .sortable-row .group1.property .column2 {
  padding: 0 !important;
  /*  margin-right: 2px;*/
}
.fb .sortable-row .group1.property .column1 span, .fb .sortable-row .group1.property .column2 span {
  background: #e2e2e2 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #f3f2f2)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f2f2 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: 1px solid #8f91a2;
  /*padding: 2px 10px;*/
  display: block;
}
.fb .sortable-row .sortable-group {
  position: relative;
  z-index: auto;
  margin: 2px 0 0 0px;
  min-height: 26px;
}
.fb .sortable-row .sortable-group:after {
  content: "";
  display: table;
  clear: both;
}
.fb .sortable-row .sortable-group:first-child {
  margin-top: 0;
}
.fb .sortable-row .sortable-group.group1 {
  margin-left: 0;
}
.fb .sortable-row .sortable-group .clearBorder span {
  border: none !important;
}
.fb .sortable-row .sortable-column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 0 0 2px;
}
.fb .sortable-row .sortable-column:first-child {
  padding-right: 2px;
}
.fb .sortable-row .sortable-column .form-control {
  /*border-right: none;*/
}
.fb .sortable-row .sortable-column .btn-deletecell {
  border: 1px solid #8f91a2;
  border-left: none;
}
.fb .sortable-row .sortable-column > div {
  position: relative;
}
.fb .sortable-row .sortable-column > div a {
  color: #131111 !important;
}
.fb .sortable-row .sortable-column > div.textdefine span, .fb .sortable-row .sortable-column > div.data span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ffffff;
  height: 26px;
}
.fb .sortable-row .sortable-column > div.textdefine {
  display: none;
}
.fb .sortable-row .sortable-column > div.textdefine.active {
  display: block;
}
.fb .sortable-row .sortable-column > div.predefineData {
  padding: 0 !important;
  margin-right: 2px;
}
.fb .sortable-row .sortable-column > div.predefineData span {
  background: #e2e2e2 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #f3f2f2)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f2f2 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  height: 26px;
}
.fb .sortable-row .commonselect .btn-group .multiselect, .fb .sortable-row .commonselect .btn-group .dropdown-toggle, .fb .sortable-row .commonselect .btn-group .btn, .fb .sortable-row .commonselect .btn-group .btn-default, .fb .sortable-row .commonselect .open .multiselect, .fb .sortable-row .commonselect .open .dropdown-toggle, .fb .sortable-row .commonselect .open .btn, .fb .sortable-row .commonselect .open .btn-default {
  background-color: #fff;
  border: 1px solid #8f91a2;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: auto;
}
.fb .sortable-row .commonselect .btn-group .multiselect .multiselect-selected-text, .fb .sortable-row .commonselect .btn-group .dropdown-toggle .multiselect-selected-text, .fb .sortable-row .commonselect .btn-group .btn .multiselect-selected-text, .fb .sortable-row .commonselect .btn-group .btn-default .multiselect-selected-text, .fb .sortable-row .commonselect .open .multiselect .multiselect-selected-text, .fb .sortable-row .commonselect .open .dropdown-toggle .multiselect-selected-text, .fb .sortable-row .commonselect .open .btn .multiselect-selected-text, .fb .sortable-row .commonselect .open .btn-default .multiselect-selected-text {
  line-height: 24px;
}
.fb .sortable-row .column1 {
  width: 18%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column1 {
    width: 250px;
  }
}
.fb .sortable-row .column2 {
  width: 22%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column2 {
    width: 240px;
  }
}
.fb .sortable-row .column3 {
  width: 20%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column3 {
    width: 160px;
  }
}
.fb .sortable-row .column7 {
  width: 16%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column7 {
    width: 80px;
  }
}
.fb .sortable-row .column4 {
  width: 20%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column4 {
    width: 146px;
  }
}
.fb .sortable-row .column5 {
  width: 20%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column5 {
    width: 160px;
  }
}
.fb .sortable-row .column5 .textdefine span {
  padding: 2px 10px;
  font-size: 14px;
  display: none;
}
.fb .sortable-row .column5 .textdefine.active span {
  height: 26px;
  background: #ffffff;
  border: 1px solid #8f91a2;
  display: block;
}
.fb .sortable-row .column6 {
  width: 24%;
}
@media (max-width: 1231px) {
  .fb .sortable-row .column6 {
    width: 160px;
  }
}
.fb .sortable-row.sortable-row-title {
  margin-top: 0;
}
.fb .sortable-row.sortable-row-title .sortable-group {
  margin-top: 0;
}
.fb .sortable-row.sortable-row-title .sortable-group {
  position: relative;
  min-height: 26px;
}
.fb .sortable-row.sortable-row-title .sortable-column {
  float: left;
}
.fb .sortable-row.sortable-row-title .sortable-column > .sortable-column-title {
  position: relative;
  background: #b3c6e8;
  height: 30px;
}
.fb .sortable-row.sortable-row-title .sortable-column > .sortable-column-title h3 {
  margin: 0;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  padding: 6px 10px;
  text-align: center;
  position: relative;
}
.fb .sortable-row.sortable-row-title .sortable-column > .sortable-column-title .btn-add {
  left: inherit;
  right: 0;
}
.fb .sortable-row.new-sortable-row {
  height: 26px;
  background: #cce5ff;
  margin-top: 2px;
}
.fb .sortable-row.new-sortable-row .column3 > div {
  padding: 0 30px;
}
.fb .sortable-row.edit-row {
  margin-top: 2px;
}
.fb .sortable-row.edit-row .sortable-item2 .btn-add {
  left: 0;
  height: 26px !important;
}
.fb .sortable-row.edit-row .sortable-item2 .btn-add i {
  height: 26px;
  -webkit-background-size: 26px 26px !important;
  background-size: 26px 26px !important;
}
.fb .sortable-row.edit-row .column1 > div {
  padding: 0 30px;
}
.fb .sortable-row.edit-row .column2 > div, .fb .sortable-row.edit-row .column3 > div {
  padding: 0 30px 0 60px;
}
.fb .sortable-row.edit-row .column2 > div .btn-hand, .fb .sortable-row.edit-row .column3 > div .btn-hand {
  left: 30px;
}
.fb .sortable-row.edit-row {
  /*    .column3 {
        > div {
          padding: 0 0px 0 60px;
        }
        .btn-hand {
          left: 26px;
        }
      }*/
}
.fb .sortable-row.sortable-row-view {
  margin-top: 2px;
}
.fb .sortable-row.sortable-row-view .sortable-column > div {
  padding: 0;
  height: auto;
  position: relative;
}
.fb .sortable-row.sortable-row-view .sortable-column > div span {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.fb .sortable-row.sortable-row-view .sortable-column > div span.blank {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.fb .sortable-row.sortable-row-view .sortable-column > div span a, .fb .sortable-row.sortable-row-view .sortable-column > div span a:hover {
  text-decoration: underline;
}
.fb .sortable-row.sortable-row-view .sortable-column > div .btn-arrow {
  height: 26px;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  right: 0;
}
.fb .sortable-row.sortable-row-view .sortable-column > div ul {
  padding: 0;
  margin: 0;
  display: none;
}
.fb .sortable-row.sortable-row-view .sortable-column > div ul.active {
  display: block;
}
.fb .sortable-row.sortable-row-view .sortable-column > div ul li {
  height: 26px;
  border: 1px solid #8f91a2;
  padding: 2px 10px !important;
  margin-top: 2px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fb .sortable-row.sortable-row-view .sortable-column > div ul li a, .fb .sortable-row.sortable-row-view .sortable-column > div ul li a:hover {
  text-decoration: underline;
}
.fb .sortable-row.sortable-row-view.propDeptDesc-row .column3 > div {
  padding-right: 0;
}
.fb .sortable-row.department-row .sortable-item2 {
  margin-left: 22%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.department-row .sortable-item2 {
    margin-left: 250px;
  }
}
.fb .sortable-row.department-row .dropdown-menu > .active > a:focus, .fb .sortable-row.department-row .dropdown-menu > .active > a:hover {
  background-color: #ffffff !important;
}
.fb .sortable-row.department-row .column1 .form-control {
  border-right: none;
}
.fb .sortable-row.department-row .column1 {
  width: 22%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.department-row .column1 {
    width: 250px;
  }
}
.fb .sortable-row.department-row .column2 {
  width: 20%;
}
.fb .sortable-row.department-row .column2 .form-control {
  border-right: none;
}
.fb .sortable-row.department-row .column2 .btn-hand {
  left: 26px;
}
@media (max-width: 1231px) {
  .fb .sortable-row.department-row .column2 {
    width: 280px;
  }
}
.fb .sortable-row.department-row .column3 {
  width: 30%;
}
.fb .sortable-row.department-row .column3 .btn-hand {
  left: 26px;
}
@media (max-width: 1231px) {
  .fb .sortable-row.department-row .column3 {
    width: 220px;
  }
}
.fb .sortable-row.department-row .column4 {
  width: 24%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.department-row .column4 {
    width: 220px;
  }
}
.fb .sortable-row.department-row .column5 {
  width: 24%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.department-row .column5 {
    width: 220px;
  }
}
.fb .sortable-row.department-row.new-sortable-row .column2 > div {
  padding-left: 30px;
}
.fb .sortable-row.department-row.new-sortable-row .column3 > div {
  padding: 0 !important;
}
.fb .sortable-row.department-row.edit-row .column2 > div {
  padding-left: 60px;
}
.fb .sortable-row.department-row.edit-row .column2 > div .btn-hand {
  left: 0;
}
.fb .sortable-row.department-row.edit-row .column3 > div {
  padding: 0 !important;
}
.fb .sortable-row.department-row.new-sortable-row .column2 > div {
  padding: 0 30px;
}
.fb .sortable-row.propDeptDesc-row .type-disabled {
  background-color: #f5f5f5;
  padding: 3px 10px;
  display: block;
  height: 26px;
}
.fb .sortable-row.propDeptDesc-row .sortable-item2 {
  margin-left: 16%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .sortable-item2 {
    margin-left: 190px;
  }
}
.fb .sortable-row.propDeptDesc-row .sortable-item3 {
  margin-left: 19%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .sortable-item3 {
    margin-left: 190px;
  }
}
.fb .sortable-row.propDeptDesc-row .column1 {
  width: 16%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column1 {
    width: 190px;
  }
}
.fb .sortable-row.propDeptDesc-row .column2 {
  width: 19%;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column2 {
    width: 190px;
  }
}
.fb .sortable-row.propDeptDesc-row .column3 {
  width: 24% !important;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column3 {
    width: 190px !important;
  }
}
.fb .sortable-row.propDeptDesc-row .column3 > div {
  padding-right: 30px;
}
.fb .sortable-row.propDeptDesc-row .column4 {
  width: 18% !important;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column4 {
    width: 160px !important;
  }
}
.fb .sortable-row.propDeptDesc-row .column4 > div .form-control {
  border-right: 1px solid #8f91a2 !important;
}
.fb .sortable-row.propDeptDesc-row .column5 {
  width: 18% !important;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column5 {
    width: 150px !important;
  }
}
.fb .sortable-row.propDeptDesc-row .column5 .commonselect {
  display: none;
}
.fb .sortable-row.propDeptDesc-row .column6 {
  width: 20% !important;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column6 {
    width: 146px !important;
  }
}
.fb .sortable-row.propDeptDesc-row .column7 {
  width: 20% !important;
}
@media (max-width: 1231px) {
  .fb .sortable-row.propDeptDesc-row .column7 {
    width: 160px !important;
  }
}

/* Meal period popup */
.mealperiod-popup .bluegradientbar {
  color: #002060;
  border: none;
  height: 28px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.mealperiod-popup .mealperiod-header-title {
  border: none;
}
.mealperiod-popup .mealperiod-header-title2 {
  padding: 0 0;
}
.mealperiod-popup .mealperiod-header-title h2 {
  line-height: 26px;
  font-size: 15px;
  font-family: "SourceSansProSemiBold";
  padding: 0;
  margin: 0;
}
.mealperiod-popup .mealperiod-header-title.bluegradientbar2 h2 {
  color: #002060;
}
.mealperiod-popup .help-integration {
  width: 36px;
  height: 26px;
  background-size: 27px 36px !important;
}
.mealperiod-popup .btn-mealperiod-close {
  background: url(../images/icon-close-797f237da6516cf69bf819f2144582c7.png) no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1000;
}
.mealperiod-popup .fb-setup-help {
  float: right;
  margin-left: 91%;
  margin-top: -24px;
  position: absolute;
}
.mealperiod-popup .bg-purple {
  background: #894F76;
}
.mealperiod-popup .bg-dark-gray {
  background: #7F7DA0;
}
.mealperiod-popup .head-label {
  padding: 5px 10px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  display: inline-block;
}
.mealperiod-popup .head-label {
  width: 220px;
}
@media (max-width: 479px) {
  .mealperiod-popup .head-label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}
.mealperiod-popup .form-control {
  font-size: 14px;
  border: 1px solid #8f91a2;
  color: #131111;
  background: #ffffc1 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  float: left;
  padding: 0 10px;
  height: 26px;
  display: block;
}
.mealperiod-popup .inputbox {
  float: left;
  height: 30px;
  margin-left: 10px;
}
.mealperiod-popup .inputbox .btn-plus {
  float: left;
  width: 30px;
  height: 30px;
}
.mealperiod-popup .inputbox .btn-save,
.mealperiod-popup .inputbox .btn-edit,
.mealperiod-popup .inputbox .btn-close {
  margin-left: 10px;
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mealperiod-popup .inputbox .form-control {
  margin-left: 10px;
  text-align: center;
  width: 50px;
  height: 30px;
}
.mealperiod-popup #globalStatusBar {
  width: auto !important;
  padding: 3px 5px;
}
.mealperiod-popup .basepopupcontent {
  padding: 10px 10px 0 0;
  border: none;
  overflow: hidden;
}
.mealperiod-popup .basepopupcontent .mealperiodtop {
  overflow: hidden;
}
.mealperiod-popup .basepopupcontent .mealperiod {
  margin: 0 -10px;
  max-height: 440px;
  overflow-y: auto;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .multiselect,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .dropdown-toggle,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .btn,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .btn-default {
  height: 26px;
  padding: 0;
  line-height: inherit;
  background: #ffffff;
  border: 1px solid #8f91a2;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .multiselect .multiselect-selected-text,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .dropdown-toggle .multiselect-selected-text,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .btn .multiselect-selected-text,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .btn-group .btn-default .multiselect-selected-text {
  text-align: left;
  padding: 0 10px;
  background: #ffffff;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .dropdown-menu,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .multiselect-container {
  top: 30px;
  position: relative;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .dropdown-menu.dropdown-menu,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .multiselect-container.dropdown-menu {
  top: inherit;
  margin-top: -1px;
  position: relative;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  min-height: 76px;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .dropdown-menu li,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .multiselect-container li {
  height: 21px;
  padding: 0;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .dropdown-menu li a, .mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .dropdown-menu li .active,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .multiselect-container li a,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .multiselect-container li .active {
  background-color: #ffffff !important;
}
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .dropdown-menu li.disabled,
.mealperiod-popup .basepopupcontent .mealperiod .commonselect .multiselect-native-select .multiselect-container li.disabled {
  display: block !important;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox {
  width: 25%;
  padding: 0 10px;
  margin-top: 20px;
  float: left;
  position: relative;
  z-index: 0;
  height: 190px;
}
@media screen and (max-width: 1023px) {
  .mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox {
    width: 100%;
    float: none;
  }
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .inputarea {
  overflow: hidden;
  position: relative;
  padding-right: 30px;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .inputarea .form-control {
  border-right: none;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .inputarea .btn-deletecell {
  display: block;
  width: 30px;
  height: 26px;
  top: 0;
  border: 1px solid #8f91a2;
  border-left: none;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .selectarea {
  margin-top: 5px;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .title {
  height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  padding: 4px 10px;
  margin: 0;
  background: #b3c6e8;
  border: 1px solid #8f91a2;
  overflow: hidden;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .list {
  overflow-y: auto;
  margin: 5px 0 0 0;
  padding: 5px 0;
  height: 130px;
  background: #ffffff;
  border: 1px solid #8f91a2;
}
.mealperiod-popup .basepopupcontent .mealperiod .mealperiodbox .list li {
  height: 21px;
  line-height: 21px;
  padding: 0 10px;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
.mealperiod-popup .basepopupcontent.mealperiodcontent-edit {
  display: block;
}
.mealperiod-popup .basepopupcontent.mealperiodcontent-save {
  display: none;
}
.mealperiod-popup .mealperiod-save .mealperiodbox {
  height: 165px !important;
}

/* tcsetup popup */
.tcsetup {
  margin: 0;
  position: relative;
  overflow: auto;
  scroll-behavior: smooth;
}
.tcsetup .popStickyHeader {
  position: absolute;
  top: 0;
  z-index: 100;
  background: #ffffff;
}
@media (min-width: 1231px) {
  .tcsetup .popStickyHeader {
    width: 100%;
  }
}
.tcsetup .btn-add {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  /*background: $c-lsky2;*/
  cursor: pointer;
}
.tcsetup .btn-add .icon-large {
  -webkit-background-size: 26px 26px !important;
  background-size: 26px 26px !important;
  background-position: center center !important;
}
.tcsetup .btn-deletecell {
  right: 0;
  top: 0;
  width: 30px;
  height: 26px;
  display: block;
  background: #b3c6e8;
  border: 1px solid #8f91a2;
  border-left: none;
}
.tcsetup .btn-deletecell i {
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
}
.tcsetup .btn-hand {
  position: absolute;
  left: 2px;
  top: 0;
  height: 26px;
  z-index: unset;
}
.tcsetup .btn-arrow {
  position: absolute;
  left: inherit;
  right: 0;
  top: 0;
  height: 26px;
  width: 30px;
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tcsetup .btn-arrow i {
  position: relative;
  top: inherit;
  left: inherit;
}
.tcsetup .form-control {
  height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tcsetup .rowcolumn {
  background: #ffffff;
}
.tcsetup .rowcolumn:after {
  content: "";
  display: table;
  clear: both;
}
.tcsetup .rowcolumn .group {
  min-height: 26px;
  margin-top: 2px;
  position: relative;
  z-index: auto;
}
.tcsetup .rowcolumn .group:first-child {
  margin-top: 0;
}
.tcsetup .rowcolumn .group:after {
  content: "";
  display: table;
  clear: both;
}
.tcsetup .rowcolumn .column {
  width: 140px;
  float: left;
  position: relative;
}
.tcsetup .rowcolumn .column:after {
  content: "";
  display: table;
  clear: both;
}
.tcsetup .rowcolumn .column > div {
  background: #ffffff;
  min-height: 26px;
  text-align: center;
}
.tcsetup .rowcolumn .column > div span {
  display: block;
  padding: 3px 10px;
  height: 26px;
}
.tcsetup .rowcolumn .column > div span a {
  text-decoration: underline;
}
.tcsetup .rowcolumn .item2 .column {
  padding-left: 2px;
}
.tcsetup .titlerowcolumn .item {
  margin-top: 0;
}
.tcsetup .titlerowcolumn .item .column > div {
  background: #b3c6e8 !important;
  font-family: "SourceSansProSemiBold";
}
.tcsetup .titlerowcolumn .item .column > div span {
  height: 30px;
  text-align: center;
  border: none !important;
  display: block;
  padding: 5px 10px;
}
.tcsetup .newrowcolumn {
  background: #cce5ff;
  margin-top: 2px;
}

/* mprgsetup popup */
.mprgsetup-popup .tcsetup {
  max-height: 324px;
}
.mprgsetup-popup .tcsetup.fixrow-one, .mprgsetup-popup .tcsetup.fixrow-two {
  padding: 30px 0 30px 0;
}
.mprgsetup-popup .tcsetup.fixrow-three {
  padding: 86px 0 30px 0;
}
.mprgsetup-popup .rowcolumn {
  width: 600px;
  background: none;
  position: relative;
  z-index: auto;
}
.mprgsetup-popup .rowcolumn:first-child {
  margin-top: 0;
}
.mprgsetup-popup .rowcolumn .item {
  margin-top: 2px;
  background: #ffffff;
}
.mprgsetup-popup .rowcolumn .item:first-child {
  margin-top: 0;
}
.mprgsetup-popup .rowcolumn .item .btn-deletecell {
  border: 1px solid #8f91a2;
  border-left: none;
}
.mprgsetup-popup .rowcolumn .item .form-control {
  border: 1px solid #8f91a2;
  border-right: none;
}
.mprgsetup-popup .rowcolumn .item .column {
  width: 200px;
}
.mprgsetup-popup .rowcolumn .item .column2 {
  padding: 0 30px 0 32px;
}
.mprgsetup-popup .rowcolumn .item .column2.itemDefineMgt .btn-deletecell {
  cursor: not-allowed;
  background: #dddddd;
}
.mprgsetup-popup .rowcolumn .item .column2.itemDefineMgt .btn-hand {
  cursor: not-allowed;
}
.mprgsetup-popup .rowcolumn .item .column2.itemDefineMgt .btn-hand i.chi-drag {
  background: url(../images/chi-drag-disable.svg) no-repeat center center;
}
.mprgsetup-popup .rowcolumn .item .column3 > div span {
  text-align: center;
  border: 1px solid #8f91a2;
}
.mprgsetup-popup .rowcolumn .item .group {
  z-index: auto;
}
.mprgsetup-popup .rowcolumn .item.item2 {
  margin-left: 200px;
}
.mprgsetup-popup .rowcolumn .mprgdrag1.ui-sortable-helper {
  position: absolute;
  left: 200px !important;
  z-index: 10000 !important;
}
.mprgsetup-popup .titlerowcolumn {
  position: relative;
  z-index: 1000;
}
.mprgsetup-popup .titlerowcolumn .item .column2 {
  padding: 0 0 0 2px;
}
.mprgsetup-popup .titlerowcolumn .item {
  margin-top: 0;
}
.mprgsetup-popup .newrowcolumn {
  margin-top: 2px;
  position: relative;
  z-index: 100;
}
.mprgsetup-popup .newrowcolumn .item {
  background: #cce5ff;
}
.mprgsetup-popup .newrowcolumn .column3 > div {
  background: none;
}
.mprgsetup-popup .newrowcolumn .column3 > div span {
  display: none;
}
.mprgsetup-popup .editrowcolumn.standard-meal-period .column > .predefineData span {
  background: #eee !important; /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #c5c5c5)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: none;
}
.mprgsetup-popup .editrowcolumn.standard-meal-period .column > .predefineData span:nth-child(2) {
  background: #FFFFFF !important;
}
.mprgsetup-popup .editrowcolumn.standard-meal-period .column > .predefineData span:first-child {
  margin-right: 25px;
}
.mprgsetup-popup .editrowcolumn.standard-meal-period i.chi-plus2.icon-large {
  position: absolute;
  top: -2px;
  left: -6px;
}
.mprgsetup-popup .viewrowcolumn {
  margin-top: 2px;
}
.mprgsetup-popup .viewrowcolumn .item .column2 {
  padding: 0 0 0 2px;
}
.mprgsetup-popup .viewrowcolumn .column > div span {
  text-align: center;
  border: 1px solid #8f91a2;
}
.mprgsetup-popup .viewrowcolumn .column > .predefineData span {
  background: #eee !important; /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #c5c5c5)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: none;
}

/* moved up the popup for tx codes*/
/*.dialog-tcsetup-department {
  top: 200px !important;
  left: 450px !important;
}*/
/* tcsetup-department popup */
.tcsetup-department-popup .btn-save {
  display: none;
}
.tcsetup-department-popup .tc-group {
  position: relative;
  z-index: 1000;
  margin-bottom: 20px;
}
.tcsetup-department-popup .tc-group:after {
  content: "";
  display: table;
  clear: both;
}
.tcsetup-department-popup .tc-group .select-group {
  margin-top: 4px;
}
.tcsetup-department-popup .tc-group .select-group:first-child {
  margin-top: 0;
}
.tcsetup-department-popup .tc-group .select-group:after {
  content: "";
  display: table;
  clear: both;
}
.tcsetup-department-popup .tc-group .select-group > label {
  display: block;
  float: left;
  width: 144px;
  height: 26px;
  padding: 3px 10px;
  margin: 0 10px 0 0;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  background-color: #b3c6e8;
}
.tcsetup-department-popup .tc-group .select-group .commonselect {
  width: 210px;
  float: left;
  position: relative;
  z-index: auto;
}
.tcsetup-department-popup .tc-group .select-group .commonselect .multiselect-native-select .btn-group .multiselect,
.tcsetup-department-popup .tc-group .select-group .commonselect .multiselect-native-select .open .multiselect {
  border: 1px solid #8f91a2;
  background: #ffffff;
}
.tcsetup-department-popup .tcsetup {
  padding-bottom: 10px !important;
}
.tcsetup-department-popup .tcsetup.tcsetup-edit {
  max-height: 480px;
  min-height: 300px;
}
.tcsetup-department-popup .tcsetup.tcsetup-view {
  max-height: 556px;
  min-height: 300px;
}
.tcsetup-department-popup .tcsetup.tcsetup-view .column4 {
  width: 360px !important;
}
.tcsetup-department-popup .tcsetup.tcsetup-view .column4 .dropdown-list li {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcsetup-department-popup .tcsetup.fixrow-one {
  padding: 30px 0 180px 0;
}
.tcsetup-department-popup .tcsetup.fixrow-two {
  padding: 58px 0 180px 0;
}
.tcsetup-department-popup .tcsetup.fixrow-three {
  padding: 86px 0 180px 0;
}
.tcsetup-department-popup .rowcolumn {
  background: #f5f5f5;
}
.tcsetup-department-popup .rowcolumn:first-child {
  margin-top: 0;
}
.tcsetup-department-popup .rowcolumn.titlerowcolumn .item {
  margin-top: 0;
}
.tcsetup-department-popup .rowcolumn .item {
  margin-top: 2px;
  background: #fff;
}
.tcsetup-department-popup .rowcolumn .item:first-child {
  margin-top: 0;
}
.tcsetup-department-popup .rowcolumn .item2 {
  margin-left: 320px;
}
.tcsetup-department-popup .rowcolumn .column {
  width: 160px;
  margin: 0;
  padding: 0 0 0 2px;
  float: left;
  position: relative;
}
.tcsetup-department-popup .rowcolumn .column > div span {
  position: relative;
  text-align: left;
}
.tcsetup-department-popup .rowcolumn .column > div .list-title {
  border: 1px solid #8f91a2;
  line-height: auto;
  padding: 2px 10px;
}
.tcsetup-department-popup .rowcolumn .column > div ul.dropdown-list {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  max-height: 110px;
  overflow: auto;
  border: 1px solid #8f91a2;
  /*display: none;*/
}
.tcsetup-department-popup .rowcolumn .column > div ul.dropdown-list li {
  height: 26px;
  text-align: left;
  padding: 3px 10px;
}
.tcsetup-department-popup .rowcolumn .column > .predefineData span {
  background: #eee !important; /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #c5c5c5)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: none;
}
.tcsetup-department-popup .rowcolumn .column.column1 {
  padding: 0 !important;
}
.tcsetup-department-popup .rowcolumn .column.selectedCodeColumn {
  width: 400px;
}
.tcsetup-department-popup .rowcolumn .column.selectedCodeColumn .btn-deletecell {
  position: relative;
  float: right;
  width: 30px;
  height: 20px;
  right: 0;
  top: 1px;
  display: block;
  border: 1px solid #8f91a2;
  /*background: none;*/
}
.tcsetup-department-popup .rowcolumn .column.selectedCodeColumn li {
  padding-right: 0px !important;
  padding-left: 3px !important;
}
.tcsetup-department-popup .rowcolumn .column.selectedCodeColumn li span {
  /*width: 360px;*/
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  padding: 0px;
}
.tcsetup-department-popup .rowcolumn .column.column4 {
  width: 310px;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect {
  margin: 0;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select {
  padding: 0;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select .multiselect {
  border: 1px solid #8f91a2;
  line-height: 24px;
  padding: 0 10px;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select .multiselect span {
  padding: 0;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select .multiselect-container .multiselect-filter .input-group {
  padding: 0;
  margin: 0;
  width: 100%;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select .multiselect-container .multiselect-filter .input-group .form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: inherit;
  border: 1px solid #8f91a2;
}
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select .multiselect-container .multiselect-filter .input-group-addon,
.tcsetup-department-popup .rowcolumn .column.column4 > .commonselect .multiselect-native-select .multiselect-container .multiselect-filter .input-group-btn {
  display: none;
}
.tcsetup-department-popup {
  /*.tcsetup-edit {
    display: block;
  }
  .tcsetup-view {
    display: none;
  }*/
}

/* revenue popup */
.revenue-popup {
  padding-top: 0px !important;
}
.revenue-popup .revenuepopup-content {
  margin-top: 10px;
}
.revenue-popup .revenuepopup-content strong {
  padding: 0 10px;
  margin-top: 0;
  display: block;
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #deebf7;
}
.revenue-popup .revenuepopup-content ol {
  overflow: auto;
  max-height: 120px;
  margin: 5px 0 5px 10px;
  padding: 0 0 0 14px;
}
.revenue-popup .revenuepopup-content ol:first-child {
  margin: 0;
}
.revenue-popup .revenuepopup-content ol li {
  margin: 0;
  padding: 0 10px 0 5px;
}
.revenue-popup .revenuepopup-content ul {
  overflow: auto;
  max-height: 120px;
  margin: 5px 0 5px 10px;
  padding: 0;
}
.revenue-popup .revenuepopup-content ul:first-child {
  margin: 0;
}
.revenue-popup .revenuepopup-content ul li {
  margin: 0;
  padding: 0 10px 0 10px;
}
.revenue-popup .revenuepopup-content ul li ul li {
  margin: 10px 0 0 0;
  padding: 0 10px 0 10px;
}

.new-group-create-popup,
.tcsetup-department-popup,
.mprgsetup-popup,
.mealperiod-popup,
.revenue-popup,
.deletepopup {
  display: none;
}

@media (max-width: 960px) {
  .dialog-new-group-create-popup,
  .dialog-tcsetup-department,
  .dialog-mprgsetup,
  .dialog-mealperiod,
  .dialog-revenuepopup,
  .dialog-delete-mealPeriods,
  .dialog-delete-category,
  .dialog-delete-subtotal,
  .dialog-delete-department {
    max-width: 100% !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
}

.ui-dialog .tcsetup-department-popup,
.ui-dialog .mprgsetup-popup,
.ui-dialog .mealperiod-popup,
.ui-dialog .revenue-popup,
.ui-dialog .deletepopup,
.ui-dialog .ui-dialog-content.new-group-create-popup {
  padding: 0px 0 10px 0;
  background: #f5f5f5;
}

.dialog-mealperiod {
  top: 200px !important;
}

.top-head-left #status-bar-id {
  margin-top: -4%;
  margin-left: 320px;
}

.new-group-create-popup.dialog-titlebar-change {
  padding-top: 0 !important;
  overflow: unset !important;
}
.new-group-create-popup.dialog-titlebar-change .ui-dialog-titlebar {
  height: 30px;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 5px;
}
.new-group-create-popup.dialog-titlebar-change .ui-dialog-titlebar .ui-dialog-title {
  width: 475px;
}
.new-group-create-popup.dialog-titlebar-change .ui-dialog-titlebar .help-integration {
  width: 38px;
  height: 33px;
  margin-top: -4px;
  margin-right: -3px;
}
.new-group-create-popup.dialog-titlebar-change .ui-icon-closethick {
  left: 0px;
  top: 0px;
  margin: 0;
}
.new-group-create-popup.dialog-titlebar-change .btn-edit,
.new-group-create-popup.dialog-titlebar-change .btn-save {
  right: 45px;
  top: 0;
}
.new-group-create-popup.dialog-titlebar-change .btn-export {
  right: 96px;
  width: 114px;
  float: right;
  padding-left: 40px;
  padding-top: 3px;
  margin-top: -4px;
}
.new-group-create-popup.dialog-titlebar-change .btn-export i.chi-export {
  right: 55px !important;
}
.new-group-create-popup.dialog-titlebar-change .btn-push-to-rms {
  right: 120px;
  width: 125px;
  float: right;
  padding-right: 20px;
  padding-left: 15px;
  padding-top: 3px;
  margin-top: -4px;
}
.new-group-create-popup.dialog-titlebar-change .btn-import-status {
  right: 45px;
  position: absolute;
  float: right;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: -35px;
}
.new-group-create-popup.dialog-titlebar-change .margin-right-fb {
  margin-right: 21px !important;
}
.new-group-create-popup.dialog-titlebar-change .margin-help-fb {
  float: right;
  margin-right: 85%;
  margin-top: 3px;
}
.new-group-create-popup.dialog-titlebar-change .group-grid {
  display: -ms-grid;
  display: grid;
}
.new-group-create-popup.dialog-titlebar-change .group-grid .group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.new-group-create-popup.dialog-titlebar-change .group-grid .column1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.new-group-create-popup.dialog-titlebar-change .group-grid .column2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
.new-group-create-popup.dialog-titlebar-change .group-grid .item2 {
  margin-left: 0;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}
.new-group-create-popup.dialog-titlebar-change .group-grid .item2 .column3 span {
  height: auto;
}

.fnbTable tr td.redHighlightCell {
  background: red !important;
  color: #FFFFFF !important;
}
.fnbTable tr td.disabledcell:not(.isPastDay):not(.redHighlightCell) {
  background: #d4d9e8 !important;
}
.fnbTable tr td.numbercolumn {
  /*to align all number to right if need be.
  some of the number cells don't have this class set eg.  */
  /*text-align:center;*/
}
.fnbTable tr td.trPattensBlue.totalcolumn {
  background: #d4d9e8 !important;
  text-align: center;
}
.fnbTable tr td.trAliceBlue.totalcolumn {
  background: #d4d9e8 !important;
  /* text-align: right;*/
}
.fnbTable tr td.trAliceBlue.overridecolumn {
  color: blue;
  text-align: center;
}
.fnbTable tr td.trTara.totalcolumn {
  background: #d4d9e8 !important;
  /* text-align: right;*/
}
.fnbTable tr td.trTara.overridecolumn {
  color: blue;
  text-align: center;
}
.fnbTable tr td.trTara.negativenumber:not(.market-segment-row) {
  background: #ffabab !important;
  color: black !important;
}
.fnbTable tr td.trTara.positivenumber:not(.market-segment-row) {
  background: #d1e6c4 !important;
}
.fnbTable tr td.trClearDay.totalcolumn {
  background: #d4d9e8 !important;
}
.fnbTable tr td.trClearDay.overridecolumn {
  color: blue;
  text-align: center;
}
.fnbTable tr td.trClearDay.negativenumber {
  background: #ffabab !important;
  color: black !important;
}
.fnbTable tr td.trClearDay.positivenumber {
  background: #d1e6c4 !important;
}
.fnbTable tr td.trGhostWhite.totalcolumn {
  background: #d4d9e8 !important;
}
.fnbTable tr td.trGhostWhite.overridecolumn {
  color: blue;
  text-align: center;
}
.fnbTable tr td.trGhostWhite.negativenumber:not(.statusRow) {
  background: #ffabab !important;
  color: black !important;
}
.fnbTable tr td.trGhostWhite.positivenumber:not(.statusRow) {
  background: #d1e6c4 !important;
}
.fnbTable tr td.trGhostWhite.disabledcolumn:not(.fnbTable tr td.trGhostWhite.isPastDay) > span {
  background: #d4d9e8 !important;
}
.fnbTable tr td.trGhostWhiteNew.totalcolumn {
  background: #d4d9e8 !important;
}
.fnbTable tr td.trGhostWhiteNew.overridecolumn {
  color: blue;
  text-align: center;
}
.fnbTable tr td.trGhostWhiteNew.negativenumber {
  background: #ffabab !important;
  color: black !important;
}
.fnbTable tr td.trGhostWhiteNew.positivenumber {
  background: #d1e6c4 !important;
}
.fnbTable tr td.is-first-column {
  text-align: left;
}
.fnbTable tr td.totalcolumn.trClearDay.positivenumber.trSolitude.rooms {
  background-color: #d4d9e8 !important;
}
.fnbTable .ember-table-input {
  border: 1px solid #8f91a2;
  width: 100%;
  text-align: right;
}

.banquetReport tr td.trLinkWater.totalcolumn, .banquetReport tr td.trClearDay.totalcolumn, .banquetReport tr td.trAliceBlue.totalcolumn, .banquetReport tr td.trPattensBlue.totalcolumn, .banquetReport tr td.trTara.totalcolumn, .banquetReport tr td.trGhostWhite.totalcolumn, .banquetReport tr td.trGhostWhiteNew.totalcolumn {
  background-color: #cbced7 !important;
}
.banquetReport tr td.trLinkWater.display-only-status, .banquetReport tr td.trClearDay.display-only-status, .banquetReport tr td.trAliceBlue.display-only-status, .banquetReport tr td.trPattensBlue.display-only-status, .banquetReport tr td.trTara.display-only-status, .banquetReport tr td.trGhostWhite.display-only-status, .banquetReport tr td.trGhostWhiteNew.display-only-status {
  background-color: #a1caf1 !important;
}

.fnb-source-setup-container .sortable-container {
  height: 382px;
}
@media (min-width: 768px) {
  .fnb-source-setup-container .sortable-container {
    height: calc(100vh - 184px);
  }
}
@media (min-width: 821px) {
  .fnb-source-setup-container .sortable-container {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 1201px) {
  .fnb-source-setup-container .sortable-container {
    height: calc(100vh - 162px);
  }
}

.fnb-source-setup-container .group1:first-child .is-hand-delete-button {
  -ms-grid-template-columns: 30px auto !important;
  grid-template-columns: 30px auto !important;
}
.fnb-source-setup-container .group1:first-child .is-hand-delete-button .btn-deletecell {
  display: none;
}
.fnb-source-setup-container .group1:first-child .is-hand-delete-button input[type=text] {
  border: 1px solid #8f91a2;
}
.fnb-source-setup-container .group1 .group2 .is-hand-delete-button {
  -ms-grid-template-columns: 30px auto 30px !important;
  grid-template-columns: 30px auto 30px !important;
}
.fnb-source-setup-container .group1 .group2 .is-hand-delete-button .btn-deletecell {
  display: block !important;
}
.fnb-source-setup-container .group1 .group2 .is-hand-delete-button input[type=text] {
  border-right: none;
}

.fnb-source-setup-container .sortable-container .sortable-row-top-title .sortable-group {
  -ms-grid-template-columns: 402px 1016px;
  grid-template-columns: 402px 1016px !important;
}
.fnb-source-setup-container .sortable-container .is-add-button .group1,
.fnb-source-setup-container .sortable-container .is-add-button .group2,
.fnb-source-setup-container .sortable-container .is-add-button .group3 {
  -ms-grid-template-columns: 210px 100px auto !important;
  grid-template-columns: 210px 100px auto !important;
}
.fnb-source-setup-container .sortable-container .is-add-button .group4 {
  -ms-grid-template-columns: 210px 142px 142px 142px 142px;
  grid-template-columns: 210px 142px 142px 142px 142px !important;
}
.fnb-source-setup-container .sortable-container .group1,
.fnb-source-setup-container .sortable-container .group2 {
  -ms-grid-template-columns: 200px auto !important;
  grid-template-columns: 200px auto !important !important;
}
.fnb-source-setup-container .sortable-container .group3 {
  -ms-grid-template-columns: 240px 100px auto;
  grid-template-columns: 240px 100px auto !important;
}
.fnb-source-setup-container .sortable-container .group4 {
  -ms-grid-template-columns: 240px 142px 142px 142px 142px;
  grid-template-columns: 240px 242px 242px 200px 242px !important;
}
.fnb-source-setup-container .sortable-container .dept-sourceType .data-save {
  display: block;
}

.fnb-source-setup {
  padding-bottom: 20px !important;
}

.fbtrend .report-row {
  position: relative;
  z-index: auto;
}
.fbtrend .dataFiltersRow .form-group {
  margin-right: 10px;
  float: left;
}
.fbtrend #report {
  padding-top: 10px;
  max-width: 940px;
}
.fbtrend #report .dataFiltersRow .multiselect-container {
  width: 100% !important;
}
.fbtrend #report .dataFiltersRow .multiselect-container li {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px 0 5px;
  width: 100%;
}
.fbtrend #report .dataFiltersRow .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 100% center !important;
  -webkit-background-size: 12px 12px !important;
  background-size: 12px 12px !important;
}
.fbtrend #report .mars-radio {
  position: relative;
}
.fbtrend #report .fcstsessionstoggle span {
  margin-left: 510px !important;
}
.fbtrend #report .lastsubmittedtoggle span {
  margin-left: 360px !important;
  max-width: 250px;
}
.fbtrend #report .primaryDataRow .fcstsessionstoggle span {
  margin-left: 390px !important;
}
.fbtrend #report .primaryDataRow .lastsubmittedtoggle span {
  margin-left: 240px !important;
}
.fbtrend #report .priorEventGroup > label {
  min-width: 76px;
  text-align: right !important;
}
.fbtrend #report .performAnalyticRow .form-group + .mars-radio {
  min-width: 95px;
  margin-left: 10px;
}
.fbtrend #report .commonselect.active .btn-group.open .multiselect-container {
  display: block !important;
  max-height: 140px;
  overflow: auto;
}
.fbtrend #fnbDisplayCriteria {
  padding-top: 0px;
  width: auto;
  z-index: 10 !important;
}
.fbtrend #fnbDisplayCriteria .btn-reportclose {
  background: none;
  margin-top: 8px;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}
.fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report {
  width: 660px;
}
@media (max-width: 767px) {
  .fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report .report-row {
    grid-template-columns: auto;
  }
}
@media (max-width: 660px) {
  .fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report .mars-select {
    float: none !important;
    margin-top: 5px;
  }
  .fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report .mars-select:first-child {
    margin-top: 0;
  }
}
.fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report .report-title {
  margin-top: 0;
}
.fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report .report-title h2 {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.fbtrend #fnbDisplayCriteria .commonDisplayCriteria.display-report .report-title .alert {
  display: block;
  top: 0;
  height: 29px;
}
.fbtrend .commonTable tr td.celledit {
  padding: 0 !important;
  margin: 0 !important;
}
.fbtrend .commonTable.fnb-trend-grid tr td.totalColumn, .fbtrend .commonTable.fnb-trend-grid tr th.totalColumn {
  max-width: 110px !important;
}
.fbtrend .commonTable.fnb-trend-grid tr td:not(.fixcell), .fbtrend .commonTable.fnb-trend-grid tr th:not(.fixcell) {
  max-width: 90px !important;
}
.fbtrend .roomspace-head {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  position: relative;
  height: auto;
  z-index: 100;
}
@media (max-width: 1340px) {
  .fbtrend .roomspace-head {
    margin-bottom: 10px;
    display: block;
  }
}
.fbtrend .roomspace-head .btn-graphs {
  position: relative;
  right: inherit;
  top: inherit;
  float: left;
  padding: 0 10px 0 0;
  margin-right: 5px;
  background: #ffffff;
}
.fbtrend .roomspace-head .btn-graphs i {
  float: left;
}
@media (max-width: 1300px) {
  .fbtrend .roomspace-head .btn-graphs {
    margin: 5px 5px 0 0;
  }
}
.fbtrend .roomspace-head .btn-export {
  margin-left: 5px;
  background: #F2F2F2 !important;
  display: block;
  line-height: 30px;
  float: left;
  text-decoration: none;
  width: 88px;
}
@media (max-width: 1300px) {
  .fbtrend .roomspace-head .btn-export {
    margin: 5px 0 0 0;
  }
}
.fbtrend .roomspace-head .btn-quickview {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #7F7DA0;
  color: #ffffff;
}
.fbtrend .roomspace-head .btn-quickview:hover {
  background: #7F7DA0;
}
.fbtrend .roomspace-head .btn-action {
  height: 30px;
  background: #f2f2f2;
  padding: 4px 40px 0 10px;
  margin-right: 10px;
  color: #131111;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fbtrend .roomspace-head .btn-action i {
  position: absolute;
  right: 5px !important;
  top: 3px;
}
.fbtrend .roomspace-head .btn-action.active {
  background-color: #CCCCCC;
  color: #333 !important;
}
.fbtrend .roomspace-head .checkoptionarea {
  background: #F2F2F2 !important;
}
.fbtrend .roomspace-head .checkoptionarea span.lastEdited {
  padding: 5px;
  position: relative;
  float: right;
}
.fbtrend .roomspace-head .gotoselectarea {
  width: 260px !important;
  margin: 0px 5px 0px 5px !important;
}
.fbtrend .roomspace-head .gotoselectarea .trLinkWater {
  background-color: #cbced7 !important;
}
.fbtrend .roomspace-head .gotoselectarea .trHawkesBlue {
  background-color: #d8dbec !important;
}
.fbtrend .roomspace-head .gotoselectarea .trWhiteLilac {
  background-color: #eae6ec !important;
}
.fbtrend .roomspace-head .gotoselectarea .multiselect-native-select .multiselect {
  height: 30px !important;
  line-height: 30px !important;
}
.fbtrend {
  /* row hide */
}
.fbtrend .variancerow, .fbtrend .differenceprow,
.fbtrend .outletrow, .fbtrend .restaurantrow, .fbtrend .pizzeriarow,
.fbtrend .sunshinerow, .fbtrend .barrow, .fbtrend .hallerow, .fbtrend .bazzerow,
.fbtrend .minirow, .fbtrend .roomrow, .fbtrend .banquetrow, .fbtrend .cateringrow {
  display: none;
}
.fbtrend .bg-dark-gray {
  background: #7F7DA0;
}
.fbtrend .overridecolumnTrend.dataCol {
  color: blue !important;
}
.fbtrend .head-label {
  padding: 5px 10px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  display: inline-block;
}
.fbtrend .head-label {
  width: 65px;
}
@media (max-width: 479px) {
  .fbtrend .head-label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}
.fbtrend .checkbox-label {
  max-width: 150px;
  margin: auto;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbtrend .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #CCECFF;
}
.fbtrend .breadcrumb-list.breadcrumb-label ol li.current:after {
  border-left: 10px solid #CCECFF;
}
.fbtrend .fnbtrendtop {
  min-height: 30px;
  line-height: 30px;
  color: #010101;
  background: #e2f0d9;
  padding: 0 10px;
  width: 100%;
}
.fbtrend .leftfnbtrendtop {
  font-size: 15px;
  float: left;
  padding: 0 10px 0 33px;
  position: relative;
  cursor: default;
}
.fbtrend .leftfnbtrendtop span {
  margin-left: -24px;
  display: block;
  float: left;
}
.fbtrend .highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.fbtrend .errornotification {
  display: block;
  top: 2px;
  padding: 2px;
  position: absolute;
  left: 52%;
}
.fbtrend .errornotificationdisplaypopup {
  display: block;
  top: 10px;
  padding: 2px;
  position: absolute;
  left: 25%;
  margin-left: 5px;
}

.global-margin .fnbtrenderrortop #status-bar-id {
  margin-left: 220px;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  z-index: 200;
  width: 550px;
  min-height: 30px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a {
  background-color: unset !important;
}

.btn-total-fb-trend {
  margin-left: 68px !important;
}

.btn-edit-fb-trend {
  margin-left: 130px;
}

.table tr td.negativeData.dataCol.overridecolumnTrend {
  color: red !important;
}

.display-left {
  float: left !important;
  margin-left: 0px !important;
}

.display-right {
  float: right;
}

.lastSubmittedFnbTrend {
  width: 150px;
  padding: 0;
  margin: 0;
  text-align: left;
  border: 1px solid #bcbcbc;
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 150;
}
.lastSubmittedFnbTrend li.active {
  background: #FFFFFF url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
}

.fnbTrendCurrencyDropdown {
  margin: 2px 10px 0 0;
  width: 275px;
}

.guesttrend {
  overflow: hidden;
}
.guesttrend .roomspace-head:after {
  content: "";
  display: table;
  clear: both;
}
.guesttrend .roomspace-head .btn-export {
  background: #ffffff !important;
  padding: 0 10px 0 38px;
}
.guesttrend .roomspace-head .btn-export i {
  left: 0;
  right: initial;
}
.guesttrend .roomspace-head .checkoption {
  padding: 0 10px !important;
}
.guesttrend .roomspace-head .checkoption > div {
  float: left;
  margin-right: 10px;
}
.guesttrend .roomspace-head .checkoption > div .mars-checkbox {
  height: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.guesttrend #report.newreport {
  font-family: "SourceSansProRegular";
}
.guesttrend #report.newreport .report-row .reportrowcontent .form-group:first-child label {
  width: 110px;
}
.guesttrend #report.newreport .label-event {
  width: 77px !important;
  text-align: right !important;
}
.guesttrend #report.newreport .mars-radio {
  float: left;
  min-width: 120px;
}
.guesttrend #report.newreport .mars-radio label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 3px 5px;
}
.guesttrend #report.newreport .right-button-area .btn.btn-save-default {
  padding: 0;
  float: left;
}
.guesttrend #report.newreport .right-button-area .btn.btn-save-default i {
  float: left;
}
.guesttrend #report.newreport .right-button-area .btn.btn-save-default {
  background-color: transparent;
  color: #131111;
}
.guesttrend #report.newreport .commonselect .multiselect-native-select {
  width: auto !important;
  float: left;
}
.guesttrend #report.newreport .commonselect .multiselect-native-select .multiselect {
  width: 183px !important;
}
.guesttrend #report.newreport .commonselect.yearselect .multiselect {
  width: 80px !important;
}
.guesttrend .table-responsive {
  overflow: scroll;
}
.guesttrend .commonTable tr th,
.guesttrend .commonTable tr td {
  min-width: 90px;
}
.guesttrend .commonTable tr th.fixcell:first-child,
.guesttrend .commonTable tr td.fixcell:first-child {
  text-align: left;
}
.guesttrend .commonTable tr th.totalColumn,
.guesttrend .commonTable tr td.totalColumn {
  min-width: 110px;
  width: 110px;
}
.guesttrend .commonTable tr th {
  padding: 2px 10px !important;
  border-bottom: none !important;
}
.guesttrend .commonTable tr td {
  padding: 3px 10px !important;
}
.guesttrend .commonTable tr:first-child th:first-child {
  min-width: 226px;
  max-width: 226px;
  padding: 0 0 !important;
}
.guesttrend .commonTable tr td:first-child {
  min-width: 226px;
  max-width: 226px;
}
.guesttrend .commonTable .trHead th, .guesttrend .commonTable .trHead td {
  padding: 0 10px !important;
}
.guesttrend .differenceprow, .guesttrend .variancerow, .guesttrend .gcrow {
  display: none;
}

.roomspickup .roomspace-head {
  display: flex;
  margin-bottom: 10px !important;
}
.roomspickup .roomspace-head:after {
  content: "";
  display: table;
  clear: both;
}
.roomspickup .roomspace-head .btn-export {
  background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  padding: 0 10px 0 38px;
  height: 30px;
}
.roomspickup .roomspace-head .btn-export i {
  left: 0;
  right: initial;
}
@media (max-width: 1300px) {
  .roomspickup .roomspace-head .btn-graphs,
  .roomspickup .roomspace-head .btn-export {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 1200px) {
  .roomspickup .roomspace-head .btn-graphs,
  .roomspickup .roomspace-head .btn-export {
    margin: 0 5px 0 0;
  }
}
.roomspickup .roomspace-head .checkoption {
  padding: 0 10px !important;
}
.roomspickup .roomspace-head .checkoption > div {
  float: left;
  margin-right: 10px;
}
.roomspickup .roomspace-head .checkoption > div .mars-checkbox {
  height: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.roomspickup .roomspace-head .left-head {
  float: none;
  overflow: hidden;
}
.roomspickup .roomspace-head .checkoptionarea .checkoption {
  float: none;
}
@media (min-width: 1201px) {
  .roomspickup .roomspace-head .checkoptionarea {
    flex-grow: 1;
    float: left;
  }
}
@media (max-width: 1300px) {
  .roomspickup .roomspace-head .checkoptionarea {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .roomspickup .roomspace-head .checkoptionarea {
    width: 100%;
    float: none;
    margin: 10px 0 10px 0;
    overflow: hidden;
    clear: both;
  }
  .roomspickup .roomspace-head .checkoptionarea .checkoption:first-child,
  .roomspickup .roomspace-head .checkoptionarea .checkoption {
    float: none;
    margin: 0 0 0 0;
  }
}
@media (max-width: 800px) {
  .roomspickup .roomspace-head .checkoptionarea {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .roomspickup .roomspace-head .checkoptionarea .checkoption small {
    padding: 0 0 0 34px;
  }
}
@media (max-width: 1340px) {
  .roomspickup .roomspace-head {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .roomspickup .roomspace-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.roomspickup #report.newreport {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  max-width: 1110px;
  width: 100%;
  left: 15px;
  z-index: 100;
}
@media (max-width: 640px) {
  .roomspickup #report.newreport {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 95% !important;
    width: 100% !important;
    z-index: 1000;
  }
}
.roomspickup #report.newreport .fcstsessionstoggle span {
  margin-left: 512px !important;
}
.roomspickup #report.newreport .right-button-area .btn.btn-save-default {
  display: block;
  float: right;
  position: relative;
  padding: 4px 10px 2px 34px;
  height: 30px;
  background-color: transparent;
  color: #131111;
}
.roomspickup #report.newreport .right-button-area .btn.btn-save-default i {
  position: absolute;
  left: 0;
  top: 0;
}
.roomspickup #report.newreport .report-title {
  margin-top: 0;
}
.roomspickup #report.newreport .report-title h2 {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.roomspickup #report.newreport .report-title .alert {
  display: block;
  top: 0;
  height: 29px;
}
.roomspickup #report.newreport .report-title .btn-reportclose {
  margin-right: 10px;
}
.roomspickup #report.newreport .reportrowcontentarea {
  background: #ffffff;
}
.roomspickup #report.newreport .reportrowcontentarea .reportrowcontent {
  margin-top: 4px;
}
.roomspickup #report.newreport .reportrowcontentarea .reportrowcontent:first-child {
  margin-top: 0;
}
.roomspickup #report.newreport .reportrowcontentarea .reportrowcontent:after {
  content: "";
  display: table;
  clear: both;
}
.roomspickup #report.newreport .reportrowcontentarea .reportrowcontent #typeDuration {
  width: 70px;
  float: left;
  margin-left: 10px;
}
.roomspickup #report.newreport .reportrowcontentarea .multiselect-native-select .btn-group {
  width: 100%;
}
.roomspickup #report.newreport .reportrowcontentarea .multiselect-native-select .btn-group .multiselect-selected-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 160px;
}
.roomspickup #report.newreport .report-content {
  border: none;
}
.roomspickup #report.newreport .report-content .reportrowtitle {
  height: 100%;
  width: 155px;
  position: absolute;
  left: 0;
  font-size: 14px;
}
.roomspickup #report.newreport .report-content .defaultviewsection .reportrowtitle {
  width: 135px;
}
.roomspickup #report.newreport .report-content .defaultviewsection .reportrowcontent {
  margin-left: 140px;
}
.roomspickup #report.newreport .report-content .radio {
  width: 120px;
}
.roomspickup #report.newreport .report-content .radio label {
  font-size: 14px;
}
@media (max-width: 640px) {
  .roomspickup #report.newreport .report-content {
    overflow: auto;
  }
}
.roomspickup #report.newreport .report-row .compare-to-date-range {
  width: 175px !important;
  float: left !important;
}
.roomspickup #report.newreport .report-row .compare-to-date-range ul {
  width: 175px !important;
}
.roomspickup #report.newreport .report-row .compare-to-date-range ul li {
  width: 160px !important;
}
.roomspickup #report.newreport .report-row {
  display: block;
  position: relative;
  z-index: auto;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .roomspickup #report.newreport .report-row {
    width: 440px;
  }
}
.roomspickup #report.newreport .report-row .btn-reportenter {
  width: 30px;
  height: 30px;
}
.roomspickup #report.newreport .report-row:last-child .reportrowcontent {
  padding: 0 0;
}
.roomspickup #report.newreport .report-row .reportrowcontentarea {
  margin-left: 159px;
}
.roomspickup #report.newreport .report-row .reportrowcontentarea > .reportrowcontent {
  margin-left: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group.commonselect.dropdownFilterLabel {
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group {
  padding: 0;
  margin-left: 10px;
}
@media (max-width: 1084px) {
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group {
    float: none;
    clear: both;
    margin: 4px 0 0 0;
  }
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group:first-child {
    margin-top: 0;
  }
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group > label {
  margin: 0 10px;
  float: left;
  width: auto;
  margin: 0 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  text-align: left;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group.form-group-event > label {
  width: 77px;
  text-align: right;
}
@media (max-width: 1084px) {
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group.form-group-event > label {
    width: auto !important;
  }
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group:first-child {
  margin-left: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group:first-child label {
  width: 110px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group small {
  display: block;
  float: left;
  padding: 0 10px;
  font-style: normal;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .rangesliderbox {
  margin-left: 10px;
  position: relative;
  z-index: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .rangesliderbox .irs-hidden-input {
  display: none !important;
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker > label,
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar > label {
  float: left;
  width: 125px !important;
  margin: 0 10px 0 10px;
  height: 26px;
  line-height: 26px;
  text-align: right;
  display: block;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 1084px) {
  .roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker > label,
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar > label {
    width: auto !important;
  }
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker .col-item,
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .col-item {
  position: relative;
  float: left;
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker .input-group {
  z-index: auto;
  width: 222px !important;
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker .form-control {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0 10px 0 35px;
  border: 1px solid #8f91a2;
  text-align: left;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 2px center !important;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 10px 0 35px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker .input-group-addon {
  display: none;
}
.roomspickup #report.newreport .report-row .reportrowcontent .singledatepicker .datepicker.datepicker-dropdown {
  top: 24px !important;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .col-item {
  margin-left: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .daterange .input-group .form-control {
  background: #ffffff !important;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  border: 1px solid #8f91a2;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect {
  float: left;
  display: block;
  width: 200px;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect.longCalendar {
  width: 280px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect.pickUplongCalendar {
  width: 230px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect p {
  margin-bottom: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect .btn-calendar {
  width: 30px;
  margin-right: 5px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect .btn-calendar i {
  height: 24px;
  width: 30px;
  display: block;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  z-index: 100;
}
@media (max-width: 600px) {
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect .btn-calendar {
    margin-left: 0;
  }
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup {
  width: 460px;
  max-width: 460px;
  margin: 0;
  left: 50%;
  top: 50%;
  position: relative;
  position: fixed;
}
@media (max-width: 1100px) {
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1100px) {
  .roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup {
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup h2 {
  position: relative;
  z-index: 0;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup .btn-popupclose {
  right: 5px;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup .btn-popupclose i {
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
}
.roomspickup #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup .multiselect-container li.active label {
  background-position: 98% center !important;
}
.roomspickup #report.newreport .report-row .lastsubmitted,
.roomspickup #report.newreport .report-row .fcstsessions {
  width: 150px;
}
.roomspickup #report.newreport .report-row .lastsubmittedtoggle {
  min-height: 0;
}
.roomspickup #report.newreport .report-row .lastsubmittedtoggle span {
  margin-left: 360px;
}
@media (max-width: 1084px) {
  .roomspickup #report.newreport .report-row .lastsubmittedtoggle span {
    margin-left: 0;
  }
}
.roomspickup #report.newreport .report-row .fcstsessionstoggle {
  min-height: 0;
}
.roomspickup #report.newreport .report-row .fcstsessionstoggle span {
  margin-left: 510px;
}
@media (max-width: 1084px) {
  .roomspickup #report.newreport .report-row .fcstsessionstoggle span {
    margin-left: 0;
  }
}
.roomspickup #report.newreport .mars-radio {
  float: left;
  min-width: 120px;
  position: relative;
}
.roomspickup #report.newreport .mars-radio label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 3px 5px;
}
.roomspickup #report.newreport .mars-select, .roomspickup #report.newreport .defaultStartOptions {
  float: left;
}
.roomspickup #report.newreport .mars-select .multiselect-native-select, .roomspickup #report.newreport .defaultStartOptions .multiselect-native-select {
  width: inherit !important;
  max-width: 100%;
}
.roomspickup #report.newreport .mars-select .multiselect-native-select .multiselect, .roomspickup #report.newreport .defaultStartOptions .multiselect-native-select .multiselect {
  width: 183px !important;
  line-height: auto;
}
.roomspickup #report.newreport .mars-select .multiselect-container,
.roomspickup #report.newreport .mars-select .multiselect-container li, .roomspickup #report.newreport .defaultStartOptions .multiselect-container,
.roomspickup #report.newreport .defaultStartOptions .multiselect-container li {
  width: 100% !important;
}
.roomspickup #report.newreport .mars-select .multiselect-container li label, .roomspickup #report.newreport .defaultStartOptions .multiselect-container li label {
  height: 26px !important;
  line-height: 24px !important;
}
.roomspickup #report.newreport .mars-select .multiselect-container li.active label, .roomspickup #report.newreport .defaultStartOptions .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
  line-height: 24px !important;
}
.roomspickup #report.newreport .mars-select.yearselect .multiselect, .roomspickup #report.newreport .defaultStartOptions.yearselect .multiselect {
  width: 80px !important;
}
.roomspickup #report.newreport .mars-select.impactEventSelect .multiselect, .roomspickup #report.newreport .defaultStartOptions.impactEventSelect .multiselect {
  width: 183px !important;
}
.roomspickup #report.newreport .mars-select.yearRangeSelect .multiselect, .roomspickup #report.newreport .defaultStartOptions.yearRangeSelect .multiselect {
  width: 250px !important;
}
.roomspickup .table-responsive {
  overflow: scroll;
  max-height: inherit;
  height: 372px;
}
@media (min-width: 768px) {
  .roomspickup .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .roomspickup .table-responsive {
    height: 372px;
  }
}
@media (min-width: 1280px) {
  .roomspickup .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1366px) {
  .roomspickup .table-responsive {
    height: 459px;
  }
}
@media (min-width: 1400px) {
  .roomspickup .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1440px) {
  .roomspickup .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1600px) {
  .roomspickup .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1680px) {
  .roomspickup .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1920px) {
  .roomspickup .table-responsive {
    height: 771px;
  }
}
.roomspickup .commonTable tr th,
.roomspickup .commonTable tr td {
  min-width: 90px;
}
.roomspickup .commonTable tr th.fixcell:first-child,
.roomspickup .commonTable tr td.fixcell:first-child {
  text-align: left;
  position: sticky !important;
  left: 0px !important;
  z-index: 100 !important;
}
.roomspickup .commonTable tr th.totalColumn,
.roomspickup .commonTable tr td.totalColumn {
  min-width: 110px;
  width: 110px;
  position: sticky !important;
  left: 300px !important;
  z-index: 100 !important;
}
.roomspickup .commonTable tr th {
  height: 25px;
  padding: 2px 10px !important;
}
.roomspickup .commonTable tr th.twoCell > div:first-child {
  padding: 3px 10px;
}
.roomspickup .commonTable tr td {
  padding: 3px 10px !important;
}
.roomspickup .commonTable tr.trPattensBlue .totalColumn {
  background-color: #ccecff !important;
}
.roomspickup .commonTable tr:first-child th:first-child {
  min-width: 300px;
  max-width: 300px;
  padding: 0 0 !important;
}
.roomspickup .commonTable tr td:first-child {
  min-width: 300px;
  max-width: 300px;
}
.roomspickup .commonTable .trHead th, .roomspickup .commonTable .trHead td {
  padding: 0 10px !important;
  height: auto;
}
.roomspickup .defaultviewsection {
  display: block;
}
.roomspickup #report .compare-to-range-row .prior-event .multiselect-container, .roomspickup #report .compare-to-range-row .impact-event .multiselect-container, .roomspickup #report .otb-row .prior-event .multiselect-container, .roomspickup #report .otb-row .impact-event .multiselect-container {
  width: 100% !important;
}
.roomspickup #report .compare-to-range-row .prior-event .multiselect-container li, .roomspickup #report .compare-to-range-row .impact-event .multiselect-container li, .roomspickup #report .otb-row .prior-event .multiselect-container li, .roomspickup #report .otb-row .impact-event .multiselect-container li {
  width: 100% !important;
}
.roomspickup #report .compare-to-range-row .prior-event .multiselect-container li a label, .roomspickup #report .compare-to-range-row .impact-event .multiselect-container li a label, .roomspickup #report .otb-row .prior-event .multiselect-container li a label, .roomspickup #report .otb-row .impact-event .multiselect-container li a label {
  width: 150px !important;
  float: left;
}
.roomspickup #report .compare-to-range-row .prior-event .multiselect-container li.active a label, .roomspickup #report .compare-to-range-row .impact-event .multiselect-container li.active a label, .roomspickup #report .otb-row .prior-event .multiselect-container li.active a label, .roomspickup #report .otb-row .impact-event .multiselect-container li.active a label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 90% center !important;
}
.roomspickup .mgmtsetup-content .dropdown-menu > .active > a, .roomspickup .dropdown-menu > .active > a:focus, .roomspickup .dropdown-menu > .active > a:hover {
  color: black !important;
  text-decoration: none;
  background-color: none !important;
  outline: 0;
}
.roomspickup .chi-close2 {
  background: url(../images/chi-multiply.svg) no-repeat center center;
}
.roomspickup .highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}

/* new code 26-9-2018 */
.roomstrend .btn-criteria {
  padding: 0 6px 0 33px !important;
  background: #ffffff;
  max-width: 100%;
  position: relative;
  float: left;
}
.roomstrend .btn-criteria i {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  background: #e0e0e0 url(../images/chi-tool.svg) no-repeat center center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
}
.roomstrend .btn-edit {
  display: block;
  height: 20px;
  width: 64px;
  margin-top: 1px;
  line-height: 20px;
  text-decoration: none;
  background: #894f77;
  color: #ffffff;
  float: left;
  text-align: left;
  position: relative;
  margin-left: 10px;
}
.roomstrend .btn-edit i {
  position: absolute;
  right: 5px;
  top: 0;
}
.roomstrend .roomspace-head {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  position: relative;
  height: auto;
  z-index: 100;
}
@media (max-width: 1340px) {
  .roomstrend .roomspace-head {
    margin-bottom: 10px;
    display: block;
  }
}
.roomstrend .roomspace-head .btn-graphs {
  position: relative;
  right: inherit;
  top: inherit;
  float: left;
  padding: 0 10px 0 0;
  margin-right: 5px;
  background: #ffffff;
}
.roomstrend .roomspace-head .btn-graphs i {
  float: left;
}
@media (max-width: 1300px) {
  .roomstrend .roomspace-head .btn-graphs {
    margin: 5px 5px 0 0;
  }
}
.roomstrend .roomspace-head .btn-export {
  display: block;
  line-height: 30px;
  float: left;
  background: #e3f1fa;
  text-decoration: none;
  width: 88px;
}
@media (max-width: 1300px) {
  .roomstrend .roomspace-head .btn-export {
    margin: 5px 0 0 0;
  }
}
.roomstrend .roomspace-head .btn-quickview {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #7F7DA0;
  color: #ffffff;
}
.roomstrend .roomspace-head .btn-quickview:hover {
  background: #7F7DA0;
}
.roomstrend .roomstrend-content {
  font-size: 14px;
  width: 100%;
  max-width: inherit !important;
  margin: 6px 0 0 0 !important;
  padding: 4px 15px !important;
}
.roomstrend .roomstrend-content .checkoptionarea {
  margin-right: 5px;
}
@media (max-width: 1300px) {
  .roomstrend .roomstrend-content .checkoptionarea {
    display: block;
    float: none;
    margin-top: 5px;
    margin-left: 0;
    background: none !important;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption {
    margin: 0 5px 0 0;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption:first-child {
    margin: 0 5px 0 0;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption {
    background: #eee !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #c5c5c5)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  }
}
@media (max-width: 1300px) and (max-width: 1300px) {
  .roomstrend .roomstrend-content .checkoptionarea .checkoption {
    overflow: hidden;
    margin: 0 5px 0 0;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption:first-child {
    margin: 0 5px 0 5px;
  }
}
@media (max-width: 1300px) and (max-width: 799px) {
  .roomstrend .roomstrend-content .checkoptionarea .checkoption {
    margin: 5px 5px 0 0;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption:first-child {
    margin: 0 0 0 175px;
    float: none;
  }
}
@media (max-width: 639px) {
  .roomstrend .roomstrend-content .checkoptionarea {
    position: relative;
    clear: both;
    float: none;
    overflow: hidden;
    height: auto;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption {
    margin: 5px 5px 0 0;
    padding-left: 0;
  }
  .roomstrend .roomstrend-content .checkoptionarea .checkoption:first-child {
    margin: 5px 0 0 0;
  }
}
.roomstrend .roomstrend-content .selectcontent {
  position: relative;
  width: 370px;
  float: left;
  margin: 0 0 0 0;
}
@media (max-width: 1340px) {
  .roomstrend .roomstrend-content .selectcontent {
    width: 340px;
  }
}
@media (max-width: 1300px) {
  .roomstrend .roomstrend-content .selectcontent {
    margin: 5px 0 0 0;
  }
}
.roomstrend .roomstrend-content .selectcontent .dropdown {
  width: 180px;
}
@media (max-width: 1340px) {
  .roomstrend .roomstrend-content .selectcontent .dropdown {
    width: 160px;
  }
}
.roomstrend .roomstrend-content .selectcontent .dropdown {
  position: relative;
  float: left;
  margin-right: 5px;
}
.roomstrend .roomstrend-content .selectcontent .dropdown button {
  width: 100%;
  height: 30px;
  padding: 0 15px 0 10px;
  margin: 0;
  text-align-last: left;
  border-radius: 0;
  position: relative;
  font-size: 14px;
  color: #131111;
  border: none;
  border: none !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.roomstrend .roomstrend-content .selectcontent .dropdown button:hover {
  background: #ddd !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #bbb)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ddd 0%, #bbb 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.roomstrend .roomstrend-content .selectcontent .dropdown button {
  background: #ddd !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #bbb)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddd 0%, #bbb 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ddd 0%, #bbb 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.roomstrend .roomstrend-content .selectcontent .dropdown button:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  width: 0;
  height: 0;
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu,
.roomstrend .roomstrend-content .selectcontent .dropdown .category,
.roomstrend .roomstrend-content .selectcontent .dropdown .sub-category {
  padding: 0;
  margin: 0;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  padding: 2px 0 5px 0;
  margin: 0;
  border-radius: 0;
  overflow: auto;
  max-height: 160px;
  width: 100%;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu li a {
  padding: 0 18px 0 10px;
  text-decoration: none;
  display: block;
  color: #000;
  font-family: "SourceSansProRegular";
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu li a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu li.categoryactive > a, .roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu li.subactive > a, .roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu li.active > a {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 14px auto !important;
  background-size: 14px auto !important;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li {
  font-weight: normal;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li a:hover {
  color: #002060;
  background: none;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li a {
  color: #002060;
  font-family: "SourceSansProSemiBold";
  padding: 0 18px 0 10px;
  background: none;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li li a:hover {
  color: #5c6bc0 !important;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li li a {
  color: #5c6bc0 !important;
  font-family: "SourceSansProSemiBold";
  padding: 0 18px 0 20px;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li li li a:hover {
  color: #000 !important;
}
.roomstrend .roomstrend-content .selectcontent .dropdown .dropdown-menu.category-menu li li li a {
  color: #000 !important;
  font-family: "SourceSansProRegular";
  padding: 0 18px 0 30px;
}
.roomstrend .roomstrend-content .table.table-roomspace tr th,
.roomstrend .roomstrend-content .table.table-roomspace tr td {
  font-family: "SourceSansProRegular";
  font-size: 13px;
}
.roomstrend .roomstrend-content .table.table-roomspace tr.gradient td.fixscrollcell2 {
  font-family: "SourceSansProSemiBold";
}
.roomstrend .roomstrend-content .table.table-roomspace tr th.fixscrollcell > div.top {
  left: 10px;
  background: #ccecff !important;
  height: 22px;
  line-height: 22px;
  padding: 0 !important;
}
.roomstrend .roomstrend-content .table.table-roomspace tr th.fixscrollcell > div.top span {
  display: block;
  padding: 3px 10px 0 10px !important;
  margin: 0 !important;
  height: 21px;
  line-height: auto;
  text-align: left;
}
.roomstrend .roomstrend-content .table.table-roomspace tr th.fixscrollcell > div.forecastmethod {
  top: 22px;
  height: 23px;
  line-height: 22px;
  padding: 0 0 !important;
  background: #ccecff !important;
  border-top: 1px solid #ffffff;
}
.roomstrend .roomstrend-content #fixcolspan,
.roomstrend .roomstrend-content #fixcolspan td {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.roomstrend .roomstrend-content {
  /* Webkit (Chrome, Safari) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .roomstrend .roomstrend-content #fixcolspan {
    display: none;
  }
}
.roomstrend .roomstrend-content {
  /* Firefox */
}
@-moz-document url-prefix() {
  .roomstrend .roomstrend-content #fixcolspan {
    display: none;
  }
}
.roomstrend .roomstrend-content {
  /* Microsoft Edge */
}
@supports (-ms-ime-align: auto) {
  .roomstrend .roomstrend-content #fixcolspan {
    display: none !important;
  }
}
.roomstrend .roomstrend-content {
  min-height: 200px;
}

.dataimport .btn-enter {
  margin: 10px 0 0 0;
  display: block;
  float: none;
}
@media (min-width: 901px) {
  .dataimport .btn-enter {
    margin: 0 0 0 10px;
    float: left;
  }
}
.dataimport .btn-browse, .dataimport .btn-alert {
  float: left;
  margin-left: 10px;
  color: #ffffff;
  padding: 5px 10px;
}
.dataimport .btn-browse i, .dataimport .btn-alert i {
  margin-right: 6px;
}
.dataimport .btn-alert {
  position: absolute;
  right: 0;
  top: 0;
}
.dataimport .btn-file-status {
  border-radius: 5px;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: 40px;
  cursor: pointer;
  margin-top: 5px;
}
.dataimport .btn-file-status i {
  margin-right: 6px;
}
.dataimport .right-form-group .btn-import {
  padding: 3px 6px;
  margin-left: 10px;
  cursor: pointer;
}
.dataimport .right-form-group .btn-import i {
  margin-right: 6px;
}
.dataimport .btn-download {
  padding: 5px 10px 5px 38px;
  position: relative;
  background-color: transparent;
  color: #131111;
  margin-left: 10px;
}
.dataimport .btn-download i {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.dataimport #dataImportFileName {
  float: left;
  cursor: default !important;
}
.dataimport .data-import-notification {
  margin-left: 10px !important;
}
.dataimport .data-import-notification #status-bar-id {
  padding: 3px 5px;
}
.dataimport .message-info-div {
  margin: 0;
  padding: 3px 6px;
  color: #31708f;
  font-weight: bold;
}
.dataimport .progress {
  height: 30px;
  margin: 0;
  width: 350px;
}
.dataimport .progress .progress-bar {
  font-size: 14px;
  line-height: 26px;
}
.dataimport .dataimport-content {
  padding: 0 15px;
}
.dataimport .dataimport-content .dataimport-form {
  margin: 20px 0;
  position: relative;
  z-index: 10;
}
.dataimport .dataimport-content .dataimport-form .form-row {
  position: relative;
  margin-top: 10px;
}
.dataimport .dataimport-content .dataimport-form .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.dataimport .dataimport-content .dataimport-form .form-row:first-child .form-column {
  margin-top: 0;
  float: none;
}
.dataimport .dataimport-content .dataimport-form .form-row:first-child .form-column .head-label {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 1201px) {
  .dataimport .dataimport-content .dataimport-form .form-row:first-child .form-column .head-label {
    width: 100px;
    margin-bottom: 0;
    float: left;
  }
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column {
  margin-top: 10px;
  float: none;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column:first-child {
  margin-top: 0;
}
@media (min-width: 980px) {
  .dataimport .dataimport-content .dataimport-form .form-row .form-column {
    float: left;
    margin: 0 0 0 10px;
  }
  .dataimport .dataimport-content .dataimport-form .form-row .form-column:first-child {
    margin-left: 0;
  }
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .head-label {
  width: 100px;
  margin-right: 10px;
}
@media (min-width: 980px) {
  .dataimport .dataimport-content .dataimport-form .form-row .form-column .head-label {
    width: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .dataimport .dataimport-content .dataimport-form .form-row .form-column .head-label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .form-group {
  margin: 0;
  float: left;
  min-height: 30px;
  padding: 2px 0;
  background: none; /* $c-white3; */
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .form-group .form-control {
  height: 26px;
  border-radius: 0;
  color: #131111;
  border: 1px solid #8f91a2;
  cursor: pointer;
  line-height: 24px;
  padding: 0 10px;
}
@media (max-width: 900px) {
  .dataimport .dataimport-content .dataimport-form .form-row .form-column .datatypeselect {
    float: none;
    clear: both;
  }
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .common-row {
  background: #f5f5f5;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .common-row:after {
  content: "";
  display: table;
  clear: both;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .common-row .mars-radio {
  float: left;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .common-row .mars-radio label {
  height: 26px;
  margin-bottom: 0;
  padding: 3px 5px;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .head-browse {
  margin-left: 10px;
  width: auto;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .btn-upload {
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 10px;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .file-upload {
  float: left;
}
.dataimport .dataimport-content .dataimport-form .form-row .form-column .file-upload .form-control {
  background: #ffffc1 !important;
  width: 200px;
}
.dataimport .dataimport-content .dataimport-form .datatype-area {
  min-height: 30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*.datatypesection { display: none; }*/
}
.dataimport .dataimport-content .dataimport-form .file-form-group {
  max-width: fit-content;
}
.dataimport .dataimport-content .dataimport-form .calendar-area {
  float: left;
}
.dataimport .dataimport-content .dataimport-form .calendarsection {
  display: none;
  width: 0;
}
.dataimport .dataimport-content .dataimport-form .calendarsection.current {
  width: auto;
  display: block;
}
.dataimport .dataimport-content .dataimport-form .calendarselect {
  margin-right: 0 !important;
}
.dataimport .dataimport-content .dataimport-form .singledatepicker label,
.dataimport .dataimport-content .dataimport-form .form-group-calendar label {
  float: left;
  margin: 0 10px 0 0;
  display: block;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}
.dataimport .dataimport-content .dataimport-form .singledatepicker .col-item,
.dataimport .dataimport-content .dataimport-form .form-group-calendar .col-item {
  position: relative;
  float: left;
}
.dataimport .dataimport-content .dataimport-form .singledatepicker .input-group {
  z-index: auto;
  width: 222px !important;
}
.dataimport .dataimport-content .dataimport-form .singledatepicker .form-control {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0 10px 0 35px !important;
  border: 1px solid #8f91a2;
  text-align: left;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 3px center !important;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.dataimport .dataimport-content .dataimport-form .singledatepicker .datepicker {
  top: 24px !important;
}
.dataimport .dataimport-content .dataimport-form .singledatepicker .input-group-addon {
  display: none;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .col-item {
  margin-left: 0;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .daterange .input-group .form-control {
  background: #ffffff !important;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  border: 1px solid #8f91a2;
  text-align: center;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .timeselect {
  float: left;
  display: block;
  width: 222px;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0;
  border: 1px solid #8f91a2;
  background-color: #ffffff;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .timeselect p {
  margin-bottom: 0;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .timeselect .btn-calendar {
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .timeselect .btn-calendar i {
  height: 24px;
  width: 30px;
  display: block;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  z-index: 100;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .reportrowtitle {
  padding: 0 8px;
  margin-top: 2px;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .reportrowtitle span {
  margin-right: 0px;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .reportrowcontent .compare-to-date-range {
  width: 180px;
  padding: 0;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .reportrowcontent .compare-to-date-range .btn-group .multiselect {
  padding: 0 8px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #8f91a2;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .reportrowcontent .compare-to-date-range .btn-group.open .multiselect {
  background: #fff;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .comparerangepopup {
  width: 460px;
  max-width: 460px;
  margin: 0;
  margin-top: 40% !important;
  left: 50%;
  top: 70%;
  position: fixed;
}
@media (max-width: 1200px) {
  .dataimport .dataimport-content .dataimport-form .form-group-calendar .comparerangepopup {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .dataimport .dataimport-content .dataimport-form .form-group-calendar .comparerangepopup {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-22%);
    transform: translateY(-22%);
  }
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .comparerangepopup h2 {
  position: relative;
  z-index: 0;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .comparerangepopup .btn-popupclose {
  right: 5px;
}
.dataimport .dataimport-content .dataimport-form .form-group-calendar .comparerangepopup .btn-popupclose i {
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
}

#file-import-status .modal-dialog {
  width: 950px;
}
@media (min-width: 800px) {
  #file-import-status .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  #file-import-status .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 1440px) {
  #file-import-status .modal-dialog {
    width: 1050px;
  }
}
#file-import-status .modal-content {
  margin-top: 200px !important;
  margin-left: unset !important;
  width: 100%;
}
#file-import-status .modal-footer {
  padding: 5px 10px;
}
#file-import-status .file-status-table {
  width: 100%;
}
#file-import-status .file-status-table tbody {
  height: 305px;
  overflow-y: auto;
  width: 100%;
}
#file-import-status .file-status-table thead, #file-import-status .file-status-table tbody, #file-import-status .file-status-table tr, #file-import-status .file-status-table td, #file-import-status .file-status-table th {
  display: block;
}
#file-import-status .file-status-table tbody td {
  float: left;
  padding-left: 5px;
  padding-right: 1px;
}
#file-import-status .file-status-table thead tr th {
  float: left;
}
#file-import-status .file-status-table {
  /*thead {
  	background: #b3c6e8 !important;
  	font-family: "SourceSansProSemiBold";       
  	height: 30px;
  	text-align: center;
  	border: none !important;
  	display: block;
  	padding: 5px 10px; 
  }*/
}
#file-import-status .reason-popover {
  color: #337ab7;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 5px;
}
#file-import-status .popover {
  color: #363a39 !important;
  max-width: 400px;
  overflow: auto;
}
#file-import-status .popover-title {
  padding: 0px 5px;
  height: 30px;
}
#file-import-status .reason-close {
  font-size: 30px;
}
#file-import-status .popoverArrow {
  border-width: 11px;
  margin-top: 0px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25) !important;
  border-left-width: 0;
  z-index: 1100;
  display: none;
}
#file-import-status .popoverArrow, #file-import-status .popoverArrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#file-import-status .popoverArrow:after {
  border-width: 10px;
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

#alert-setup-table {
  margin-top: 40px;
  vertical-align: middle;
}

/* tcsetup popup */
.contactAlertPopup .tcsetup {
  margin: 0;
  position: relative;
  overflow: inherit;
  scroll-behavior: smooth;
}
.contactAlertPopup .tcsetup .popStickyHeader {
  position: absolute;
  top: 0;
  z-index: 100;
  background: #ffffff;
}
@media (min-width: 1231px) {
  .contactAlertPopup .tcsetup .popStickyHeader {
    width: 100%;
  }
}
.contactAlertPopup .tcsetup .btn-add {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  background: #b3c6e8;
}
.contactAlertPopup .tcsetup .btn-add .icon-large {
  -webkit-background-size: 26px 26px !important;
  background-size: 26px 26px !important;
  background-position: center center !important;
}
.contactAlertPopup .tcsetup .btn-deletecell {
  right: 0;
  top: 0;
  width: 30px;
  height: 26px;
  display: block;
  background: #b3c6e8;
  border: 1px solid #8f91a2;
  border-left: none;
}
.contactAlertPopup .tcsetup .btn-deletecell i {
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
}
.contactAlertPopup .tcsetup .btn-hand {
  position: absolute;
  left: 2px;
  top: 0;
  height: 26px;
}
.contactAlertPopup .tcsetup .btn-arrow {
  position: absolute;
  left: inherit;
  right: 0;
  top: 0;
  height: 26px;
  width: 30px;
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.contactAlertPopup .tcsetup .btn-arrow i {
  position: relative;
  top: inherit;
  left: inherit;
}
.contactAlertPopup .tcsetup .form-control {
  height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.contactAlertPopup .tcsetup .rowcolumn {
  background: #ffffff;
}
.contactAlertPopup .tcsetup .rowcolumn:after {
  content: "";
  display: table;
  clear: both;
}
.contactAlertPopup .tcsetup .rowcolumn .group {
  min-height: 26px;
  margin-top: 2px;
  position: relative;
  z-index: auto;
}
.contactAlertPopup .tcsetup .rowcolumn .group:first-child {
  margin-top: 0;
}
.contactAlertPopup .tcsetup .rowcolumn .group:after {
  content: "";
  display: table;
  clear: both;
}
.contactAlertPopup .tcsetup .rowcolumn .column {
  width: 140px;
  float: left;
  position: relative;
}
.contactAlertPopup .tcsetup .rowcolumn .column:after {
  content: "";
  display: table;
  clear: both;
}
.contactAlertPopup .tcsetup .rowcolumn .column > div {
  background: #ffffff;
  min-height: 26px;
  text-align: center;
}
.contactAlertPopup .tcsetup .rowcolumn .column > div span {
  display: block;
  padding: 3px 10px;
  height: 26px;
}
.contactAlertPopup .tcsetup .rowcolumn .column > div span a {
  text-decoration: underline;
}
.contactAlertPopup .tcsetup .rowcolumn .item2 .column {
  padding-left: 2px;
}
.contactAlertPopup .tcsetup .titlerowcolumn .item {
  margin-top: 0;
}
.contactAlertPopup .tcsetup .titlerowcolumn .item .column > div {
  background: #b3c6e8 !important;
  font-family: "SourceSansProSemiBold";
}
.contactAlertPopup .tcsetup .titlerowcolumn .item .column > div span {
  height: 30px;
  text-align: center;
  border: none !important;
  display: block;
  padding: 5px 10px;
}
.contactAlertPopup .tcsetup .newrowcolumn {
  background: #cce5ff;
  margin-top: 2px;
}

/* mprgsetup popup */
.mprgsetup-popup .tcsetup {
  max-height: 324px;
}

.alert-contact-popup-height {
  height: 180.219px !important;
}

.mprgsetup-popup .tcsetup.fixrow-one {
  padding: 30px 0 30px 0;
}

.mprgsetup-popup .tcsetup.fixrow-two {
  padding: 58px 0 30px 0;
}

.mprgsetup-popup .tcsetup.fixrow-three {
  padding: 86px 0 30px 0;
}

.mprgsetup-popup .rowcolumn {
  width: 600px;
  background: none;
  position: relative;
  z-index: auto;
}

.mprgsetup-popup .rowcolumn:first-child {
  margin-top: 0;
}

.mprgsetup-popup .rowcolumn .item {
  margin-top: 2px;
  background: #ffffff;
}

.mprgsetup-popup .rowcolumn .item:first-child {
  margin-top: 0;
}

.mprgsetup-popup .rowcolumn .item .btn-deletecell {
  border: 1px solid #8f91a2;
  border-left: none;
}

.mprgsetup-popup .rowcolumn .item .form-control {
  border: 1px solid #8f91a2;
  border-right: none;
}

.mprgsetup-popup .rowcolumn .item .column {
  width: 200px;
}

.mprgsetup-popup .rowcolumn .item .column2 {
  padding: 0 30px 0 32px;
}

.mprgsetup-popup .rowcolumn .item .column2.itemDefineMgt .btn-deletecell {
  cursor: not-allowed;
  background: #dddddd;
}

.mprgsetup-popup .rowcolumn .item .column2.itemDefineMgt .btn-hand {
  cursor: not-allowed;
}

.mprgsetup-popup .rowcolumn .item .column2.itemDefineMgt .btn-hand i.chi-drag {
  background: url(../images/chi-drag-disable.svg) no-repeat center center;
}

.mprgsetup-popup .rowcolumn .item .column3 > div span {
  text-align: center;
  border: 1px solid #8f91a2;
}

.mprgsetup-popup .rowcolumn .item .group {
  z-index: 1;
}

.mprgsetup-popup.import-status-alert-contacts .rowcolumn .item .group {
  z-index: auto;
}

.mprgsetup-popup .rowcolumn .item.item2 {
  margin-left: 200px;
}

.mprgsetup-popup .rowcolumn .mprgdrag1.ui-sortable-helper {
  position: absolute;
  left: 200px !important;
  z-index: 10000 !important;
}

.mprgsetup-popup .titlerowcolumn {
  position: relative;
  z-index: 1000;
}

.mprgsetup-popup .titlerowcolumn .item .column2 {
  padding: 0 0 0 2px;
}

.mprgsetup-popup .titlerowcolumn .item {
  margin-top: 0;
}

.mprgsetup-popup .newrowcolumn {
  margin-top: 2px;
  position: relative;
  z-index: 100;
}

.mprgsetup-popup .newrowcolumn .item {
  background: #cce5ff;
}

.mprgsetup-popup .newrowcolumn .column3 > div {
  background: none;
}

.mprgsetup-popup .newrowcolumn .column3 > div span {
  display: none;
}

.mprgsetup-popup .editrowcolumn .column > .predefineData span {
  background: #eee !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #c5c5c5)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */
  border: none;
}

.mprgsetup-popup .viewrowcolumn {
  margin-top: 2px;
}

.mprgsetup-popup .viewrowcolumn .item .column2 {
  padding: 0 0 0 2px;
}

.mprgsetup-popup .viewrowcolumn .column > div span {
  text-align: center;
  border: 1px solid #8f91a2;
}

.mprgsetup-popup .viewrowcolumn .column > .predefineData span {
  background: #eee !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #c5c5c5)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */
  border: none;
}

.mprgsetup-popup .mprgsetup-edit {
  /* display: none; */
}

.mprgsetup-popup .mprgsetup-view {
  display: block;
}

.item3 {
  padding: 0 0 0 2px;
}

.ui-dialog .systemAlertPopup .rowcolumn,
.ui-dialog .contactAlertPopup .rowcolumn {
  width: 560px;
}

.ui-dialog .systemAlertPopup .rowcolumn .item2,
.ui-dialog .contactAlertPopup .rowcolumn .item2 {
  min-height: 26px;
}

.ui-dialog .systemAlertPopup .rowcolumn .item.item2,
.ui-dialog .contactAlertPopup .rowcolumn .item.item2 {
  margin-left: 320px;
}

.ui-dialog .systemAlertPopup .rowcolumn .column1,
.ui-dialog .contactAlertPopup .rowcolumn .column1 {
  width: 220px;
}

.ui-dialog .systemAlertPopup .rowcolumn .column2,
.ui-dialog .contactAlertPopup .rowcolumn .column2 {
  width: 100px;
  padding: 0 0 0 2px;
}

.ui-dialog .systemAlertPopup .rowcolumn .column2 .form-control,
.ui-dialog .contactAlertPopup .rowcolumn .column2 .form-control {
  border: 1px solid #8f91a2;
}

.ui-dialog .systemAlertPopup .rowcolumn .column3,
.ui-dialog .contactAlertPopup .rowcolumn .column3 {
  width: 240px;
  padding: 0 0 0 2px;
}

.ui-dialog .systemAlertPopup .rowcolumn .mprgdrag1.ui-sortable-helper,
.ui-dialog .contactAlertPopup .rowcolumn .mprgdrag1.ui-sortable-helper {
  left: 320px !important;
}

.ui-dialog .systemAlertPopup .rowcolumn.titlerowcolumn .item .column3,
.ui-dialog .contactAlertPopup .rowcolumn.titlerowcolumn .item .column3 {
  padding: 0 0 0 2px;
}

.ui-dialog .systemAlertPopup .rowcolumn.titlerowcolumn .column > div span,
.ui-dialog .contactAlertPopup .rowcolumn.titlerowcolumn .column > div span {
  padding: 5px 10px;
}

.ui-dialog .systemAlertPopup .rowcolumn.newrowcolumn,
.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn,
.ui-dialog .contactAlertPopup .rowcolumn.newrowcolumn,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn {
  /* padding-bottom: 50px; */
}

.ui-dialog .systemAlertPopup .rowcolumn.newrowcolumn .column3,
.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3,
.ui-dialog .contactAlertPopup .rowcolumn.newrowcolumn .column3,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 {
  padding: 0 30px 0 32px;
}

.ui-dialog .systemAlertPopup .rowcolumn.newrowcolumn .column3 .btn-hand,
.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 .btn-hand,
.ui-dialog .contactAlertPopup .rowcolumn.newrowcolumn .column3 .btn-hand,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 .btn-hand {
  z-index: auto;
}

.ui-dialog .systemAlertPopup .rowcolumn.newrowcolumn .column > div span,
.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column > div span,
.ui-dialog .contactAlertPopup .rowcolumn.newrowcolumn .column > div span,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column > div span {
  background: #ffffff;
}

.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 {
  padding: 0 0 0 2px;
  /* .form-control { border: 1px solid #8f91a2; } */
}

.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect {
  padding: 0;
  margin: 0;
}

.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select {
  padding: 0;
  border: none;
}

.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select .multiselect,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select .multiselect {
  padding: 0 !important;
  line-height: 24px !important;
}

.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select .multiselect span,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select .multiselect span {
  font-size: 14px !important;
  padding: 0 10px !important;
}

.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select .multiselect-container,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 > div.commonselect span.multiselect-native-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div.predefineData,
.ui-dialog .contactAlertPopup .rowcolumn .column > div.predefineData {
  text-align: left;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div.predefineData span,
.ui-dialog .contactAlertPopup .rowcolumn .column > div.predefineData span {
  text-align: left;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div span,
.ui-dialog .contactAlertPopup .rowcolumn .column > div span {
  padding: 4px 10px;
  display: block;
}

.ui-dialog .systemAlertPopup .rowcolumn.newrowcolumn .column3 > div span,
.ui-dialog .systemAlertPopup .rowcolumn.editrowcolumn .column3 > div span,
.ui-dialog .systemAlertPopup .rowcolumn.viewrowcolumn .column3 > div span,
.ui-dialog .contactAlertPopup .rowcolumn.newrowcolumn .column3 > div span,
.ui-dialog .contactAlertPopup .rowcolumn.editrowcolumn .column3 > div span,
.ui-dialog .contactAlertPopup .rowcolumn.viewrowcolumn .column3 > div span {
  text-align: left;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div span,
.ui-dialog .contactAlertPopup .rowcolumn .column > div span {
  font-size: 14px !important;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div span.text-green,
.ui-dialog .contactAlertPopup .rowcolumn .column > div span.text-green {
  color: #00a152;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div span.blank,
.ui-dialog .contactAlertPopup .rowcolumn .column > div span.blank {
  background-color: #bcdda6;
  border: none;
}

.ui-dialog .contactAlertPopup .mprgsetup-view.fixrow-one {
  padding: 30px 0 0 0;
}

.ui-dialog .systemAlertPopup .ui-dialog-title > span {
  color: #ff0000;
}

.ui-dialog .systemAlertPopup .rowcolumn .column > div span.text-red {
  color: #ff0000;
}

.ui-dialog .systemAlertPopup .rowcolumn .item.item2 {
  margin-left: 180px;
}

.ui-dialog .systemAlertPopup .rowcolumn .item.item2:after {
  content: "";
  display: table;
  clear: both;
}

.ui-dialog .systemAlertPopup .rowcolumn .item .column1 {
  width: 180px;
}

.ui-dialog .systemAlertPopup .rowcolumn .item .column2 {
  width: 220px;
  padding: 0 0 0 2px;
}

.ui-dialog .systemAlertPopup .rowcolumn .item .column3 {
  width: 160px;
  padding: 0 0 0 2px;
}

.ui-dialog .systemAlertPopup .rowcolumn.viewrowcolumn .column2 div > span {
  text-align: left;
}

.ui-dialog .systemAlertPopup .fixrow-one {
  padding: 30px 0 0 0;
}

.dayHighlight {
  position: relative;
  pointer-events: stroke;
}
.dayHighlight::before {
  content: "";
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid;
  border-top-color: orange;
}

.dayHighlight-hide {
  display: none;
}

.pos-table-scroll {
  max-height: 728px;
  min-height: 25px;
  overflow-y: scroll;
}

#pos-history-table th,
#pos-history-table td {
  text-align: center;
  vertical-align: middle;
}

.pos-table-mapping {
  overflow: hidden;
}

.table.marsGrid tr td.negativeData, .table tr td.successStatus {
  color: green !important;
  text-transform: uppercase;
}

.segmentDemandReport #report.newreport .label-event {
  width: 77px;
  text-align: right;
}
.segmentDemandReport #report.newreport .marsRadioSimple {
  margin-right: 59px;
}
.segmentDemandReport span.multiselect-native-select {
  margin: 0 9px 0 0;
}
.segmentDemandReport .roomspace-head {
  margin-bottom: 10px !important;
}
.segmentDemandReport .roomspace-head:after {
  content: "";
  display: table;
  clear: both;
}
.segmentDemandReport .roomspace-head .btn-export {
  background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important;
  padding: 0 10px 0 38px;
  height: 30px;
}
.segmentDemandReport .roomspace-head .btn-export i {
  left: 0;
  right: initial;
}
@media (max-width: 1300px) {
  .segmentDemandReport .roomspace-head .btn-graphs,
  .segmentDemandReport .roomspace-head .btn-export {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 1200px) {
  .segmentDemandReport .roomspace-head .btn-graphs,
  .segmentDemandReport .roomspace-head .btn-export {
    margin: 0 5px 0 0;
  }
}
.segmentDemandReport .roomspace-head .checkoption {
  padding: 0 10px !important;
}
.segmentDemandReport .roomspace-head .checkoption > div {
  float: left;
  margin-right: 10px;
}
.segmentDemandReport .roomspace-head .checkoption > div .mars-checkbox {
  height: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.segmentDemandReport .roomspace-head .left-head {
  float: none;
  overflow: hidden;
}
.segmentDemandReport .roomspace-head .checkoptionarea .checkoption {
  float: none;
}
@media (min-width: 1201px) {
  .segmentDemandReport .roomspace-head .checkoptionarea {
    flex-grow: 1;
    float: left;
  }
}
@media (max-width: 1300px) {
  .segmentDemandReport .roomspace-head .checkoptionarea {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .segmentDemandReport .roomspace-head .checkoptionarea {
    width: 100%;
    float: none;
    margin: 10px 0 10px 0;
    overflow: hidden;
    clear: both;
  }
  .segmentDemandReport .roomspace-head .checkoptionarea .checkoption:first-child,
  .segmentDemandReport .roomspace-head .checkoptionarea .checkoption {
    float: none;
    margin: 0 0 0 0;
  }
}
@media (max-width: 800px) {
  .segmentDemandReport .roomspace-head .checkoptionarea {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .segmentDemandReport .roomspace-head .checkoptionarea .checkoption small {
    padding: 0 0 0 34px;
  }
}
@media (max-width: 1340px) {
  .segmentDemandReport .roomspace-head {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .segmentDemandReport .roomspace-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.segmentDemandReport .roomspace-head .currencyDropdown {
  float: right;
  width: 210px;
}
.segmentDemandReport .roomspace-head .currencyDropdown .multiselect.dropdown-toggle.btn-default {
  height: 30px;
}
.segmentDemandReport .roomspace-head .currencyDropdown .multiselect.dropdown-toggle.btn-default .multiselect-selected-text {
  margin-top: 2px;
}
.segmentDemandReport .roomspace-head .currencyDropdown.currencyDisabled {
  opacity: 0.5;
  pointer-events: none;
}
.segmentDemandReport #report.newreport {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  max-width: 1110px;
  width: 100%;
  left: 15px;
  z-index: 100;
}
@media (min-width: 641px) and (max-width: 1201px) {
  .segmentDemandReport #report.newreport {
    position: sticky;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .segmentDemandReport #report.newreport {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 95% !important;
    width: 100% !important;
    z-index: 1000;
  }
}
.segmentDemandReport #report.newreport .fcstsessionstoggle span {
  margin-left: 630px !important;
}
.segmentDemandReport #report.newreport .right-button-area .btn.btn-save-default {
  display: block;
  float: right;
  position: relative;
  padding: 4px 10px 2px 34px;
  height: 30px;
  background-color: transparent;
  color: #131111;
}
.segmentDemandReport #report.newreport .right-button-area .btn.btn-save-default i {
  position: absolute;
  left: 0;
  top: 0;
}
.segmentDemandReport #report.newreport .report-title {
  margin-top: 0;
}
.segmentDemandReport #report.newreport .report-title h2 {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}
.segmentDemandReport #report.newreport .report-title .alert {
  display: block;
  top: 0;
  height: 29px;
}
.segmentDemandReport #report.newreport .report-title .btn-reportclose {
  margin-right: 10px;
}
.segmentDemandReport #report.newreport .reportrowcontentarea {
  background: #ffffff;
}
.segmentDemandReport #report.newreport .reportrowcontentarea .reportrowcontent {
  margin-top: 4px;
}
.segmentDemandReport #report.newreport .reportrowcontentarea .reportrowcontent:first-child {
  margin-top: 0;
}
.segmentDemandReport #report.newreport .reportrowcontentarea .reportrowcontent:after {
  content: "";
  display: table;
  clear: both;
}
.segmentDemandReport #report.newreport .reportrowcontentarea .reportrowcontent #typeDuration {
  width: 70px;
  float: left;
  margin-left: 10px;
}
.segmentDemandReport #report.newreport .reportrowcontentarea .multiselect-native-select .btn-group {
  width: 100%;
}
.segmentDemandReport #report.newreport .reportrowcontentarea .multiselect-native-select .btn-group .multiselect-selected-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 160px;
}
.segmentDemandReport #report.newreport .report-content {
  border: none;
}
.segmentDemandReport #report.newreport .report-content .reportrowtitle {
  height: 100%;
  width: 155px;
  position: absolute;
  left: 0;
  font-size: 14px;
}
.segmentDemandReport #report.newreport .report-content .defaultviewsection .reportrowtitle {
  width: 135px;
}
.segmentDemandReport #report.newreport .report-content .defaultviewsection .reportrowcontent {
  margin-left: 140px;
}
.segmentDemandReport #report.newreport .report-content .radio {
  width: 120px;
}
.segmentDemandReport #report.newreport .report-content .radio label {
  font-size: 14px;
}
@media (max-width: 640px) {
  .segmentDemandReport #report.newreport .report-content {
    overflow: auto;
  }
}
.segmentDemandReport #report.newreport .report-row .compare-to-date-range {
  width: 175px !important;
  float: left !important;
}
.segmentDemandReport #report.newreport .report-row .compare-to-date-range ul {
  width: 175px !important;
}
.segmentDemandReport #report.newreport .report-row .compare-to-date-range ul li {
  width: 160px !important;
}
.segmentDemandReport #report.newreport .report-row {
  display: block;
  position: relative;
  z-index: auto;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .segmentDemandReport #report.newreport .report-row {
    width: 440px;
  }
}
.segmentDemandReport #report.newreport .report-row .btn-reportenter {
  width: 30px;
  height: 30px;
}
.segmentDemandReport #report.newreport .report-row:last-child .reportrowcontent {
  padding: 0 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontentarea {
  margin-left: 159px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontentarea > .reportrowcontent {
  margin-left: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group {
  padding: 0;
  margin-left: 10px;
}
@media (max-width: 1084px) {
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group {
    float: none;
    clear: both;
    margin: 4px 0 0 0;
  }
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group:first-child {
    margin-top: 0;
  }
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group > label {
  margin: 0 10px;
  float: left;
  width: auto;
  margin: 0 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  text-align: left;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group.form-group-event > label {
  width: 77px;
  text-align: right;
}
@media (max-width: 1084px) {
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group.form-group-event > label {
    width: auto !important;
  }
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group:first-child {
  margin-left: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group:first-child label {
  width: 110px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group small {
  display: block;
  float: left;
  padding: 0 10px;
  font-style: normal;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .rangesliderbox {
  margin-left: 10px;
  position: relative;
  z-index: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .rangesliderbox .irs-hidden-input {
  display: none !important;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker > label,
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar > label {
  float: left;
  width: 125px !important;
  margin: 0 10px 0 10px;
  height: 26px;
  line-height: 26px;
  text-align: right;
  display: block;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 1084px) {
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker > label,
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar > label {
    width: auto !important;
  }
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker .col-item,
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .col-item {
  position: relative;
  float: left;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker .input-group {
  z-index: auto;
  width: 222px !important;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker .form-control {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0 10px 0 35px;
  border: 1px solid #8f91a2;
  text-align: left;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 2px center !important;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 10px 0 35px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker .input-group-addon {
  display: none;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .singledatepicker .datepicker.datepicker-dropdown {
  top: 24px !important;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .col-item {
  margin-left: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .daterange .input-group .form-control {
  background: #ffffff !important;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  border: 1px solid #8f91a2;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect {
  float: left;
  display: block;
  width: 200px;
  height: 26px;
  line-height: 24px;
  color: #131111;
  margin: 0;
  padding: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect.longCalendar {
  width: 280px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect.pickUplongCalendar {
  width: 230px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect p {
  margin-bottom: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect .btn-calendar {
  width: 30px;
  margin-right: 5px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect .btn-calendar i {
  height: 24px;
  width: 30px;
  display: block;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  z-index: 100;
}
@media (max-width: 600px) {
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .timeselect .btn-calendar {
    margin-left: 0;
  }
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup {
  width: 460px;
  max-width: 460px;
  margin: 0;
  left: 50%;
  top: 50%;
  position: relative;
  position: fixed;
}
@media (max-width: 1100px) {
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1100px) {
  .segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup {
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup h2 {
  position: relative;
  z-index: 0;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup .btn-popupclose {
  right: 5px;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup .btn-popupclose i {
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
}
.segmentDemandReport #report.newreport .report-row .reportrowcontent .form-group-calendar .comparerangepopup .multiselect-container li.active label {
  background-position: 98% center !important;
}
.segmentDemandReport #report.newreport .report-row .lastsubmitted,
.segmentDemandReport #report.newreport .report-row .fcstsessions {
  width: 150px;
}
.segmentDemandReport #report.newreport .report-row .lastsubmittedtoggle {
  min-height: 0;
}
.segmentDemandReport #report.newreport .report-row .lastsubmittedtoggle span {
  margin-left: 480px;
}
@media (max-width: 1084px) {
  .segmentDemandReport #report.newreport .report-row .lastsubmittedtoggle span {
    margin-left: 0;
  }
}
.segmentDemandReport #report.newreport .report-row .fcstsessionstoggle {
  min-height: 0;
}
.segmentDemandReport #report.newreport .report-row .fcstsessionstoggle span {
  margin-left: 510px;
}
@media (max-width: 1084px) {
  .segmentDemandReport #report.newreport .report-row .fcstsessionstoggle span {
    margin-left: 0;
  }
}
.segmentDemandReport #report.newreport .mars-radio {
  float: left;
  min-width: 120px;
  position: relative;
}
.segmentDemandReport #report.newreport .mars-radio label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 3px 5px;
}
.segmentDemandReport #report.newreport .mars-select, .segmentDemandReport #report.newreport .defaultStartOptions {
  float: left;
}
.segmentDemandReport #report.newreport .mars-select .multiselect-native-select, .segmentDemandReport #report.newreport .defaultStartOptions .multiselect-native-select {
  width: inherit !important;
  max-width: 100%;
}
.segmentDemandReport #report.newreport .mars-select .multiselect-native-select .multiselect, .segmentDemandReport #report.newreport .defaultStartOptions .multiselect-native-select .multiselect {
  width: 183px !important;
  line-height: auto;
}
.segmentDemandReport #report.newreport .mars-select .multiselect-container,
.segmentDemandReport #report.newreport .mars-select .multiselect-container li, .segmentDemandReport #report.newreport .defaultStartOptions .multiselect-container,
.segmentDemandReport #report.newreport .defaultStartOptions .multiselect-container li {
  width: 100% !important;
}
.segmentDemandReport #report.newreport .mars-select .multiselect-container li label, .segmentDemandReport #report.newreport .defaultStartOptions .multiselect-container li label {
  height: 26px !important;
  line-height: 24px !important;
}
.segmentDemandReport #report.newreport .mars-select .multiselect-container li.active label, .segmentDemandReport #report.newreport .defaultStartOptions .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
  line-height: 24px !important;
}
.segmentDemandReport #report.newreport .mars-select.yearselect .multiselect, .segmentDemandReport #report.newreport .defaultStartOptions.yearselect .multiselect {
  width: 80px !important;
}
.segmentDemandReport #report.newreport .mars-select.impactEventSelect .multiselect, .segmentDemandReport #report.newreport .defaultStartOptions.impactEventSelect .multiselect {
  width: 183px !important;
}
.segmentDemandReport #report.newreport .mars-select.yearRangeSelect .multiselect, .segmentDemandReport #report.newreport .defaultStartOptions.yearRangeSelect .multiselect {
  width: 250px !important;
}
.segmentDemandReport .table-responsive {
  overflow: scroll;
  max-height: inherit;
  height: 372px;
}
@media (min-width: 768px) {
  .segmentDemandReport .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .segmentDemandReport .table-responsive {
    height: 372px;
  }
}
@media (min-width: 1280px) {
  .segmentDemandReport .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1366px) {
  .segmentDemandReport .table-responsive {
    height: 459px;
  }
}
@media (min-width: 1400px) {
  .segmentDemandReport .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1440px) {
  .segmentDemandReport .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1600px) {
  .segmentDemandReport .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1680px) {
  .segmentDemandReport .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1920px) {
  .segmentDemandReport .table-responsive {
    height: 771px;
  }
}
.segmentDemandReport .commonTable tr th,
.segmentDemandReport .commonTable tr td {
  min-width: 90px;
}
.segmentDemandReport .commonTable tr th.fixcell:first-child,
.segmentDemandReport .commonTable tr td.fixcell:first-child {
  text-align: left;
  position: sticky !important;
  left: 0px !important;
  z-index: 100 !important;
}
.segmentDemandReport .commonTable tr th.totalColumn,
.segmentDemandReport .commonTable tr td.totalColumn {
  min-width: 110px;
  width: 110px;
  position: sticky !important;
  left: 250px !important;
  z-index: 100 !important;
}
.segmentDemandReport .commonTable tr th {
  height: 25px;
  padding: 2px 10px !important;
}
.segmentDemandReport .commonTable tr th.twoCell > div:first-child {
  padding: 3px 10px;
}
.segmentDemandReport .commonTable tr td {
  padding: 3px 10px !important;
}
.segmentDemandReport .commonTable tr.trPattensBlue .totalColumn {
  background-color: #ccecff !important;
}
.segmentDemandReport .commonTable tr th.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.segmentDemandReport .commonTable tr:first-child th:first-child {
  min-width: 250px;
  max-width: 250px;
  padding: 0 0 !important;
}
.segmentDemandReport .commonTable tr td:first-child {
  min-width: 250px;
  max-width: 250px;
}
.segmentDemandReport .commonTable .trHead th, .segmentDemandReport .commonTable .trHead td {
  padding: 0 10px !important;
  height: auto;
}
.segmentDemandReport .defaultviewsection {
  display: block;
}
.segmentDemandReport #report .compare-to-range-row .prior-event .multiselect-container, .segmentDemandReport #report .compare-to-range-row .impact-event .multiselect-container, .segmentDemandReport #report .otb-row .prior-event .multiselect-container, .segmentDemandReport #report .otb-row .impact-event .multiselect-container {
  width: 100% !important;
}
.segmentDemandReport #report .compare-to-range-row .prior-event .multiselect-container li, .segmentDemandReport #report .compare-to-range-row .impact-event .multiselect-container li, .segmentDemandReport #report .otb-row .prior-event .multiselect-container li, .segmentDemandReport #report .otb-row .impact-event .multiselect-container li {
  width: 100% !important;
}
.segmentDemandReport #report .compare-to-range-row .prior-event .multiselect-container li a label, .segmentDemandReport #report .compare-to-range-row .impact-event .multiselect-container li a label, .segmentDemandReport #report .otb-row .prior-event .multiselect-container li a label, .segmentDemandReport #report .otb-row .impact-event .multiselect-container li a label {
  width: 150px !important;
  float: left;
}
.segmentDemandReport #report .compare-to-range-row .prior-event .multiselect-container li.active a label, .segmentDemandReport #report .compare-to-range-row .impact-event .multiselect-container li.active a label, .segmentDemandReport #report .otb-row .prior-event .multiselect-container li.active a label, .segmentDemandReport #report .otb-row .impact-event .multiselect-container li.active a label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 90% center !important;
}
.segmentDemandReport .mgmtsetup-content .dropdown-menu > .active > a, .segmentDemandReport .dropdown-menu > .active > a:focus, .segmentDemandReport .dropdown-menu > .active > a:hover {
  color: black !important;
  text-decoration: none;
  background-color: none !important;
  outline: 0;
}
.segmentDemandReport .chi-close2 {
  background: url(../images/chi-multiply.svg) no-repeat center center;
}

.fbsetup .btn-close,
.fbsetup .btn-add,
.fbsetup .btn-save,
.fbsetup .btn-edit,
.fbsetup .btn-cancel,
.fbsetup .btn-deletecell,
.fbsetup .btn-hand,
.fbsetup .btn-plus,
.fbsetup .btn-popupclose,
.fbsetup .btn-delete,
.fbsetup .btn-collupse {
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
}
.fbsetup .btn-deletecell,
.fbsetup .btn-hand {
  height: 26px;
}
.fbsetup .btn-close i {
  position: relative;
}
.fbsetup .btn-copy-banquet-setup, .fbsetup input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  border: 1px solid #8f91a2;
}
.fbsetup .btn-copy-banquet-setup::-webkit-input-placeholder, .fbsetup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.fbsetup .btn-copy-banquet-setup:-ms-input-placeholder, .fbsetup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.fbsetup .btn-copy-banquet-setup::-moz-placeholder, .fbsetup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fbsetup .btn-copy-banquet-setup:-moz-placeholder, .fbsetup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fbsetup .btn-copy-banquet-setup:focus, .fbsetup input[type=text]:focus {
  border: 1px solid #8f91a2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fbsetup .btn-copy-banquet-setup.form-control, .fbsetup input[type=text].form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #8f91a2;
  background: #ffffc1;
}
.fbsetup input[type=text]:disabled {
  background: #ffffff !important;
}
.fbsetup .input-read-only {
  background: #FFFFFF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fbsetup .disabled {
  pointer-events: none;
}
.fbsetup .disabled .mars-checkbox {
  height: 26px;
  padding: 3px 0 0 24px;
  position: relative;
}
.fbsetup .disabled .mars-checkbox input ~ .checkmark {
  background-color: #e4e4e4;
}
.fbsetup .inputbox {
  position: relative;
  height: 26px;
  width: 154px;
  float: left;
}
.fbsetup .inputbox .btn-deletecell {
  height: 26px;
  border: 1px solid #8f91a2;
  border-left: none;
}
.fbsetup .inputbox label {
  font-weight: normal;
}
.fbsetup .inputbox span,
.fbsetup .data {
  height: 26px;
  display: block;
  border: 1px solid #8f91a2;
  font-size: 14px;
  background: #FFFFFF;
  padding: 2px 10px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup a.data {
  text-align: center;
  color: #131111;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.fbsetup a.data:hover {
  color: #5c6bc0;
}
.fbsetup .caret {
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
}
.fbsetup .mars-radio {
  float: left;
  cursor: pointer;
}
.fbsetup .mars-radio label {
  margin-bottom: 0;
  padding: 3px 5px;
}
.fbsetup .content {
  padding: 20px 15px 0 15px;
}
.fbsetup .content .icon-button {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  color: #131111 !important;
  background: #f2f2f2 !important;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  vertical-align: middle;
}
.fbsetup .content .icon-button.icon-left i, .fbsetup .content .icon-button.icon-right i {
  position: absolute;
  top: 0;
  height: 30px;
  width: 30px;
}
.fbsetup .content .icon-button.icon-left {
  padding: 5px 10px 5px 35px !important;
}
.fbsetup .content .icon-button.icon-left i {
  left: 0;
  top: auto;
}
.fbsetup .content .icon-button.icon-left.custom-pd {
  padding: 0px 9px 0px 35px !important;
}
.fbsetup .content .icon-button.icon-left.custom-property-pd {
  padding: 0px 1px 0px 35px !important;
}
.fbsetup .content .icon-button.icon-right {
  padding: 5px 35px 5px 10px !important;
}
.fbsetup .content .icon-button.icon-right i {
  right: 0;
}
.fbsetup .content .icon-button.no-bg {
  background-color: transparent !important;
}
.fbsetup .content .icon-button.active {
  background-color: !important;
}
.fbsetup .content .fillgap {
  height: 30px;
}
.fbsetup .content .fillgap .icon-right {
  padding-right: 10px !important;
}
.fbsetup {
  /* setupAttributes */
}
.fbsetup .setupAttributes {
  padding-bottom: 20px;
}
.fbsetup .setupAttributes .setup-wrap {
  overflow: auto;
  width: 656px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .fbsetup .setupAttributes .setup-wrap {
    width: 438px;
  }
}
.fbsetup .setupAttributes .setup-wrap .setup-edit-action {
  display: flex;
}
.fbsetup .setupAttributes .setup-bar {
  position: relative;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  min-height: 30px;
  padding-right: 100px;
  margin-bottom: 10px;
}
.fbsetup .setupAttributes .setup-bar h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  font-weight: normal;
  padding: 7px 10px;
  margin: 0;
}
.fbsetup .setupAttributes .setup-bar .btn-edit,
.fbsetup .setupAttributes .setup-bar .btn-save,
.fbsetup .setupAttributes .setup-bar .btn-close {
  position: absolute;
  right: 7px;
  top: 0;
}
.fbsetup .setupAttributes .setup-bar .btn-edit {
  right: 5px;
}
.fbsetup .setupAttributes .setup-bar .btn-save {
  right: 45px;
}
.fbsetup .setupAttributes .setup-section {
  margin-top: 20px;
}
.fbsetup .setupAttributes .setup-section:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .setupAttributes .setup-section:first-child {
  margin-top: 0;
}
.fbsetup .setupAttributes .setup-section .setup-section-inner {
  float: left;
}
.fbsetup .setupAttributes .setup-section .setup-title {
  background-color: #b3c6e8;
  min-height: 26px;
  padding: 5px 10px;
  margin: 0;
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  font-weight: normal;
}
.fbsetup .setupAttributes .setup-section .setup-content .setup-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 174px 262px;
  grid-template-columns: 174px 262px;
  grid-column-gap: 2px;
  margin-top: 2px;
}
.fbsetup .setupAttributes .setup-section .setup-content .setup-row .title {
  background-color: #ccecff;
  min-height: 26px;
  padding: 3px 10px;
}
.fbsetup .setupAttributes .setup-section .setup-content .setup-row.setup-row-title .title {
  background-color: #cbced7;
  font-family: "SourceSansProSemiBold";
}
.fbsetup .setupAttributes .setup-section .setup-content .setup-row .setup-column.setup-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fbsetup .setupAttributes .setup-section .setup-content .setup-row .setup-column.setup-box .btn-plus {
  width: 26px;
  height: 26px;
  margin: 0;
}
.fbsetup .setupAttributes .setup-section .setup-content .setup-row .setup-column.setup-box .form-control {
  width: 50px;
  height: 26px;
  text-align: center;
  display: block;
  margin: 0 0 0 10px;
}
.fbsetup .setupAttributes .fb-settings .setup-row {
  width: 540px;
}
.fbsetup .setupAttributes .fb-settings .setup-column.contentarea {
  width: 385px;
}
.fbsetup .setupAttributes .fb-settings .mars-checkbox {
  margin-left: 3px;
  margin-bottom: 0px;
  padding: 3px 22px;
}
.fbsetup .setupAttributes .setuparea {
  width: 100%;
}
.fbsetup .setupAttributes .setuparea .setup-outlet {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 212px 212px 212px;
  grid-template-columns: 212px 212px 212px;
  grid-column-gap: 10px;
}
@media (max-width: 767px) {
  .fbsetup .setupAttributes .setuparea .setup-outlet {
    -ms-grid-template-columns: 214px 214px;
    grid-template-columns: 214px 214px;
  }
}
@media (max-width: 480px) {
  .fbsetup .setupAttributes .setuparea .setup-outlet {
    -ms-grid-template-columns: auto;
    grid-template-columns: auto;
  }
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column {
  margin: 0 0 10px 0;
}
@media (max-width: 479px) {
  .fbsetup .setupAttributes .setuparea .setup-outlet .setup-column {
    margin-right: 0;
    width: 100%;
  }
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .btn-hand {
  position: absolute;
  left: 0;
  top: 0;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .btn-deletecell {
  right: 0;
  top: 0;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head {
  background: #b3c6e8;
  height: 26px;
  position: relative;
  padding: 0 30px 0 30px;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head .form-control {
  height: 26px;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head .btn-deletecell {
  left: 0;
  height: 26px;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head .data {
  background: #b3c6e8 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head .btn-add {
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: #b3c6e8;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head .btn-add:hover {
  background-color: #c2d7fd;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column .setup-column-head .btn-add i {
  margin: 1px auto;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column ul li {
  margin-top: 2px;
  position: relative;
  padding: 0 30px;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column ul li.ui-sortable-helper {
  width: 212px !important;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column ul li .btn-deletecell {
  border: 1px solid #8f91a2;
  border-left: none;
}
.fbsetup .setupAttributes .setuparea .setup-outlet .setup-column ul li .form-control {
  height: 26px;
  border-right: none;
}
@media (max-width: 480px) {
  .fbsetup .setupAttributes .setuparea .setup-outlet .setup-column ul li {
    float: none;
  }
}
.fbsetup .setupAttributes .setup-save .setuparea .setup-column-head {
  color: #131111;
  padding: 0 !important;
  text-align: center;
}
.fbsetup .setupAttributes .setup-save .setuparea .setup-column-head span {
  font-family: "SourceSansProSemiBold";
  display: block;
  padding: 5px 10px;
}
.fbsetup .setupAttributes .setup-save .setuparea .setup-column.setup-box .form-control {
  margin: 0 !important;
}
.fbsetup .setupAttributes .setup-save .setuparea .setup-column ul li {
  padding: 0;
}
.fbsetup .setupAttributes .setup-save .setuparea .setup-column ul li span {
  display: block;
  height: 26px;
  padding: 2px 10px;
  border: 1px solid #8f91a2;
}
.fbsetup {
  /*  tab3 */
}
.fbsetup .tab3 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.fbsetup .tab3 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fbsetup .tab3 ul li {
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.fbsetup .tab3 ul li.current a {
  background: #80cbc4;
}
.fbsetup .tab3 ul li.current.deactive a {
  background: #e2f0d9;
}
@media (min-width: 481px) {
  .fbsetup .tab3 ul li {
    width: 50%;
    padding: 0 2px;
  }
}
@media (min-width: 567px) {
  .fbsetup .tab3 ul li {
    width: 190px;
  }
}
.fbsetup .tab3 .btn-banquet {
  height: 30px;
  line-height: 30px;
  background: #7F7DA0;
  color: #FFFFFF;
}
.fbsetup .tab3 .btn-banquet:hover, .fbsetup .tab3 .btn-banquet.active {
  background: #894F76;
}
.fbsetup .item-title {
  height: 26px;
  padding: 2px 10px;
  background: #7F7DA0;
  color: #FFFFFF;
  text-decoration: none;
  width: 184px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.fbsetup .item-title.meal-item-title {
  background: #cce5ff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fbsetup .item-title .btn-add {
  height: 100%;
  right: 0;
}
.fbsetup .item-title .btn-add i {
  height: 100%;
  width: 100%;
}
.fbsetup .inputbox-area .inputbox {
  margin: 0 5px 5px 0;
}
.fbsetup .inputbox-area .inputbox:last-child {
  margin-left: 0;
}
.fbsetup .inputbox-area .inputbox .form-control {
  border-right: none;
}
.fbsetup .inputbox-area .inputbox:first-child {
  padding-right: 0;
  border-right: 1px solid #8f91a2;
}
.fbsetup {
  /* tab container */
}
.fbsetup .tab-container {
  margin-top: 5px;
  position: relative;
}
.fbsetup .tab-container:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .tab-container .btn-close,
.fbsetup .tab-container .btn-deletecell,
.fbsetup .tab-container .btn-add,
.fbsetup .tab-container .btn-delete,
.fbsetup .tab-container .btn-hand,
.fbsetup .tab-container .btn-collupse {
  position: absolute;
  top: 0;
}
.fbsetup .tab-container .btn-close,
.fbsetup .tab-container .btn-deletecell {
  right: 0;
}
.fbsetup .tab-container .btn-delete {
  right: 0;
  height: 26px;
}
.fbsetup .tab-container .btn-popupclose {
  margin-right: 5px;
}
.fbsetup .tab-container .btn-hand {
  left: 0;
}
.fbsetup .tab-container .btn-collupse {
  right: 0;
  height: 26px;
}
.fbsetup .tab-container .btn-collupse i {
  width: 100%;
  height: 100%;
}
.fbsetup .tab-container .tab-section.current {
  display: block;
}
@media (min-width: 641px) {
  .fbsetup .tab-container .tab-section.current.is-sidebar {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 153px auto;
    grid-column-gap: 10px;
  }
}
.fbsetup .tab-container .sidebar {
  display: none;
  position: relative;
  z-index: 100;
}
@media (min-width: 641px) {
  .fbsetup .tab-container .sidebar {
    display: block;
  }
}
.fbsetup .tab-container .sidebar .sidetabs {
  margin: 0;
  padding: 0;
}
.fbsetup .tab-container .sidebar .sidetabs li {
  margin: 10px 0 0 0;
  padding: 0;
}
.fbsetup .tab-container .sidebar .sidetabs li:first-child {
  margin-top: 0;
}
.fbsetup .tab-container .sidebar .sidetabs li a {
  height: 26px;
  line-height: inherit;
  padding: 3px 10px;
  background: #7F7DA0;
  color: #FFFFFF;
  margin: 0;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fbsetup .tab-container .sidebar .sidetabs li a:hover {
  background: #894F76;
}
.fbsetup .tab-container .sidebar .sidetabs li.current a {
  background: #894F76;
}
.fbsetup .tab-container .maincontent {
  overflow: hidden;
}
.fbsetup .tab-container .maincontent .tab-link {
  margin-bottom: 10px;
}
.fbsetup .tab-container .maincontent .tab-link a {
  padding: 3px 10px;
  background: #7F7DA0;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fbsetup .tab-container .maincontent .tab-link a:hover {
  background: #894F76;
}
.fbsetup .tab-container .maincontent .tab-link.current a {
  background: #894F76;
}
@media (min-width: 641px) {
  .fbsetup .tab-container .maincontent .tab-link {
    display: none;
  }
}
.fbsetup .section-container .btn-save,
.fbsetup .section-container .btn-edit {
  position: absolute;
  right: 0;
}
.fbsetup .section-container .title {
  height: 30px;
  margin-bottom: 2px;
  padding: 0;
  overflow: hidden;
  background: #9da8ce;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  font-family: "SourceSansProSemiBold";
  text-align: center;
  position: relative;
}
.fbsetup .section-container .title ul {
  margin: 0;
  padding: 0;
}
.fbsetup .section-container .title ul li {
  float: left;
}
.fbsetup .section-container .title ul li h2 {
  margin: 0;
  padding: 5px 10px;
  height: 30px;
  line-height: unset;
  font-size: 14px;
  cursor: pointer;
}
.fbsetup .section-container .title ul li.current h2 {
  background: #ccffff;
}
.fbsetup .section-container .section-content {
  margin: 0;
  position: relative;
  overflow: scroll;
  scroll-behavior: smooth;
  padding-bottom: 30px;
}
.fbsetup .section-container .section-content .fixrow-one {
  padding: 30px 0 30px 0;
}
.fbsetup .section-container .section-content .fixrow-two {
  padding: 58px 0 30px 0;
}
.fbsetup .section-container .section-content .stickyHeader {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #FFFFFF;
}
.fbsetup .section-container .section-content .stickyHeader .sortable-item {
  margin-top: 0;
}
@media (min-width: 1231px) {
  .fbsetup .section-container .section-content .stickyHeader {
    width: 100%;
  }
}
.fbsetup .section-container .grossNet {
  margin-top: 5px;
  padding-left: 10px;
}
.fbsetup .section-container .section-row {
  margin-top: 2px;
  position: relative;
  z-index: auto;
}
.fbsetup .section-container .section-row:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .section-container .section-row.section-row-title {
  margin-top: 0;
}
.fbsetup .section-container .section-row.section-row-title .section-group {
  margin-top: 0;
}
.fbsetup .section-container .section-row.section-row-title .section-group .section-column div {
  height: 30px;
}
.fbsetup .section-container .section-row.new-section-row .columnName div, .fbsetup .section-container .section-row.section-edit-row .columnName div {
  padding: 0 30px;
}
.fbsetup .section-container .section-row.new-section-row {
  background: #cce5ff;
  min-height: 26px;
}
.fbsetup .section-container .section-row.section-row-view .section-column div,
.fbsetup .section-container .section-row.section-row-view .columnName div {
  padding: 0 10;
}
.fbsetup .section-container .section-group {
  margin-top: 2px;
}
.fbsetup .section-container .section-group:first-child {
  margin-top: 0;
}
.fbsetup .section-container .section-group {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2px;
}
.fbsetup .section-container .section-group .section-column-title {
  padding: 5px 10px;
}
.fbsetup .section-container .section-column {
  position: relative;
}
.fbsetup .section-container .section-column .select-time .form-group {
  width: 78px;
}
.fbsetup .section-container .section-column .select-time .form-group .form-control {
  background: #FFFFFF !important;
}
.fbsetup .section-container .section-column .columnCode {
  padding: 0px 34px;
}
.fbsetup .section-container .section-column .dropdown {
  width: 100%;
  position: relative;
}
.fbsetup .section-container .section-column .dropdown button {
  width: 100%;
  height: 26px;
  padding: 0 15px 0 10px;
  margin: 0;
  text-align-last: left;
  border-radius: 0;
  position: relative;
  font-size: 14px;
  color: #131111;
  border: 1px solid #8f91a2;
  background: #FFFFFF;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup .section-container .section-column .dropdown button:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
}
.fbsetup .section-container .section-column .dropdown.open .dropdown-menu {
  display: block;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  padding: 2px 0 5px 0;
  margin: -1px 0 0 0;
  border-radius: 0;
  overflow: auto;
  max-height: 140px;
  width: 178px;
  min-width: inherit;
  display: none;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li a {
  padding: 0 18px 0 10px;
  text-decoration: none;
  display: block;
  color: #131111 !important;
  font-family: "SourceSansProRegular";
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #131111 !important;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li.active > a {
  background: #FFFFFF url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li ul {
  margin: 0;
  padding: 0;
  display: none;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li ul li a {
  padding: 0 18px 0 20px;
}
.fbsetup .section-container .section-column .dropdown .dropdown-menu li ul.opendropdown {
  display: block;
}
.fbsetup .section-container .section-column .form-group {
  margin-bottom: 0;
}
.fbsetup .section-container .columnCode1 {
  padding: 0px 30px;
}
.fbsetup .section-container .section-column-title {
  height: 30px;
  position: relative;
  background-color: #b3c6e8;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  font-size: 14px;
  color: #131111;
  text-align: center;
  padding: 7px 10px;
  margin: 0;
}
.fbsetup .section-container .section-column-title .btn-add {
  border: none;
  height: 30px;
  left: inherit;
  right: 0;
  padding: 0 !important;
  margin: 2px;
  background: none !important;
}
.fbsetup .section-container .inputbox .readonlyinput {
  background: #FFFFFF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fbsetup .sidetab-section {
  display: none;
  max-width: 100%;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 641px) {
  .fbsetup .sidetab-section {
    max-width: 710px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
}
@media (min-width: 641px) {
  .fbsetup .sidetab-section.current {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
}
.fbsetup .sidetab-section .title {
  height: 30px;
  padding: 0 15px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  position: relative;
}
.fbsetup .sidetab-section .title h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  color: #002060;
  line-height: 30px;
  margin: 0;
  padding-right: 60px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup .sidetab-section .title .btn-save,
.fbsetup .sidetab-section .title .btn-edit,
.fbsetup .sidetab-section .title .btn-close {
  position: absolute;
  top: 0;
  right: 40px;
  display: none;
}
.fbsetup .sidetab-section .title .btn-save.active,
.fbsetup .sidetab-section .title .btn-edit.active,
.fbsetup .sidetab-section .title .btn-close.active {
  display: block;
}
.fbsetup .sidetab-section .title .btn-close {
  right: 10px;
  display: block;
}
.fbsetup .sidetab-section .section-content {
  background: #F5F5F5;
  padding: 20px 10px;
  overflow: visible;
}
.fbsetup .sidetab-section .section-content:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .sidetab-section .item-group {
  margin-top: 10px;
}
.fbsetup .sidetab-section .item-group:first-child {
  margin-top: 0;
}
.fbsetup .sidetab-section .item {
  margin-top: 10px;
}
.fbsetup .sidetab-section .item:first-child {
  margin-top: 0;
}
.fbsetup .sidetab-section .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 194px auto;
  grid-template-columns: 194px auto;
  grid-template-rows: auto;
}
.fbsetup .sidetab-section .item:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .sidetab-section .item .right label {
  margin: 0;
}
.fbsetup .sidetab-section .item .right:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .sidetab-section .item .item-column-group {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 5px;
}
.fbsetup .sidetab-section .item .item-column .dropdown-menu {
  min-width: 154px !important;
}
.fbsetup .sidetab-section .item .scharge,
.fbsetup .sidetab-section .item .tcharge,
.fbsetup .sidetab-section .item .item-column-sc,
.fbsetup .sidetab-section .item .item-column-charge {
  display: none;
}
.fbsetup .sidetab-section .item .scharge.active,
.fbsetup .sidetab-section .item .tcharge.active,
.fbsetup .sidetab-section .item .item-column-sc.active,
.fbsetup .sidetab-section .item .item-column-charge.active {
  display: block;
}
.fbsetup .sidetab-section .item .item-column-title {
  background: #b3c6e8;
  height: 26px;
  text-align: center;
  font-size: 14px;
  color: #131111;
  padding: 3px 10px;
  font-family: "SourceSansProSemiBold";
}
.fbsetup .sidetab-section .item .inputbox-area .inputbox {
  padding-right: 30px;
}
.fbsetup .sidetab-section .item .form-rangecalendar {
  margin: 0;
}
.fbsetup .sidetab-section .item .form-rangecalendar .col-item {
  overflow: visible;
}
.fbsetup .sidetab-section .item .form-rangecalendar .timeselect {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  margin: 0;
  padding: 0;
  border: 1px solid #8f91a2;
  background: #FFFFFF;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  float: left;
  width: 195px;
}
.fbsetup .sidetab-section .item .form-rangecalendar .timeselect .btn-calendar {
  margin-right: 5px;
}
.fbsetup .sidetab-section .item .form-rangecalendar .timeselect p {
  margin: 0;
}
.fbsetup .sidetab-section .item .form-rangecalendar .comparerangepopup {
  width: 460px;
  bottom: inherit;
  right: inherit;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10000 !important;
  margin: 0;
}
.fbsetup .sidetab-section .item .form-rangecalendar .input-sm {
  height: 26px;
  line-height: 24px;
  border-radius: 0px;
  border: 1px solid #8f91a2;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  color: #131111;
  padding: 0px 10px;
  margin-bottom: 4px;
  background: #FFFFFF;
}
.fbsetup .group-seasonality {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
}
.fbsetup .group-seasonality .item .item-title {
  background-color: #B3C6E8 !important;
}
.fbsetup .group-seasonality .item .meal-item-title {
  background: #cce5ff !important;
}
.fbsetup .group-seasonality .group-availability {
  margin-top: 10px;
}
.fbsetup .group-seasonality .btn-add-group {
  display: none;
}
.fbsetup .group-seasonality .btn-add-group.active {
  display: block;
}
.fbsetup .group-seasonality .right label {
  float: left;
  font-weight: normal;
}
.fbsetup .group-seasonality .right .year-select-group {
  margin-right: 10px;
  float: left;
}
.fbsetup .group-seasonality .right .year-select-group .label-text {
  padding: 3px 10px 3px 0;
}
.fbsetup .group-seasonality .right .year-select-group:first-child {
  display: block;
}
.fbsetup .group-seasonality .right .year-select-group .data {
  width: 100px;
}
.fbsetup .group-seasonality .right .yearselect {
  float: left;
  width: 100px;
}
.fbsetup .group-seasonality .right .form-rangecalendar {
  float: left;
}
.fbsetup .group-seasonality .right .apply-group .select-area {
  float: left;
}
.fbsetup .group-seasonality .right .apply-group .select-area strong {
  display: block;
  font-weight: normal;
  float: left;
  padding: 3px 5px;
}
.fbsetup .group-seasonality .right .apply-group .select-area .yearselect2 {
  width: 160px;
}
.fbsetup .group-seasonality .right .apply-group span.copy {
  float: left;
  background: url(../images/icon-copy-d96a8df62d4d97c22dd8c6666665b745.png) no-repeat center center;
  height: 30px;
  width: 25px;
  margin-left: 5px;
  cursor: pointer;
}
.fbsetup .group-seasonality .select-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.fbsetup .group-seasonality .select-time .form-control {
  width: 76px !important;
}
.fbsetup .group-seasonality .select-time .data {
  width: 76px !important;
}
.fbsetup .roomservice-view .group-seasonality .btn-add-group,
.fbsetup .roomservice-view .group-seasonality .group-availability,
.fbsetup .banquethouse-view .group-seasonality .btn-add-group,
.fbsetup .banquethouse-view .group-seasonality .group-availability,
.fbsetup .outlet-view .group-seasonality .btn-add-group,
.fbsetup .outlet-view .group-seasonality .group-availability {
  display: block;
}
.fbsetup .vertical-tabs-container {
  display: none;
}
@media (min-width: 641px) {
  .fbsetup .vertical-tabs-container.active {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: 180px auto;
    grid-column-gap: 10px;
  }
}
.fbsetup .vertical-tabs-container .vertical-nav-tabs {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 641px) {
  .fbsetup .vertical-tabs-container .vertical-nav-tabs {
    display: block;
  }
}
.fbsetup .vertical-tabs-container .vertical-nav-tabs li {
  float: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.fbsetup .vertical-tabs-container .vertical-nav-tabs li a {
  height: 26px;
  line-height: inherit;
  padding: 3px 10px;
  background: #E1E5F2 !important;
  color: #000000 !important;
  margin: 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: unset;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none !important;
}
.fbsetup .vertical-tabs-container .vertical-nav-tabs li a:hover {
  background: #B3C6E8 !important;
}
.fbsetup .vertical-tabs-container .vertical-nav-tabs li.active a {
  background: #B3C6E8 !important;
}
.fbsetup .vertical-tabs-container .tab-pane {
  padding-bottom: 10px;
  position: relative;
}
.fbsetup .vertical-tabs-container .tab-pane .title {
  height: 30px;
  padding: 0 15px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  position: relative;
}
.fbsetup .vertical-tabs-container .tab-pane .title h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  color: #002060;
  line-height: 30px;
  margin: 0;
  padding-right: 60px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup .vertical-tabs-container .tab-pane .title .btn-save,
.fbsetup .vertical-tabs-container .tab-pane .title .btn-edit,
.fbsetup .vertical-tabs-container .tab-pane .title .btn-close {
  position: absolute;
  top: 0;
  right: 40px;
}
.fbsetup .vertical-tabs-container .tab-pane .title .btn-close {
  right: 10px;
  display: block;
}
.fbsetup .vertical-tabs-container .tab-pane .item-title {
  width: 184px;
  height: 26px;
  display: block;
  padding: 2px 10px;
  text-decoration: none;
  position: relative;
  background: #cce5ff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .item-title.nobgcolor {
  background: none;
}
.fbsetup .vertical-tabs-container .tab-pane .item-title .btn-delete,
.fbsetup .vertical-tabs-container .tab-pane .item-title .btn-add {
  height: 26px;
  width: 26px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px;
}
.fbsetup .vertical-tabs-container .tab-pane .btn-popupclose {
  margin-right: 5px;
}
.fbsetup .vertical-tabs-container .tab-pane .section-content {
  background: #F5F5F5;
  padding: 20px 10px;
  overflow: visible;
}
.fbsetup .vertical-tabs-container .tab-pane .section-content:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .vertical-tabs-container .tab-pane .section-content .active .group-availability {
  display: block;
}
.fbsetup .vertical-tabs-container .tab-pane .item-group {
  margin-top: 10px;
}
.fbsetup .vertical-tabs-container .tab-pane .item-group:first-child {
  margin-top: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .mars-select .multiselect-container {
  max-height: 100px;
  overflow: auto;
}
.fbsetup .vertical-tabs-container .tab-pane .item {
  margin-top: 10px;
}
.fbsetup .vertical-tabs-container .tab-pane .item:first-child {
  margin-top: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 194px auto;
  grid-template-columns: 194px auto;
  grid-template-rows: auto;
}
.fbsetup .vertical-tabs-container .tab-pane .item:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .vertical-tabs-container .tab-pane .item .right label {
  margin: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .item .right:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .vertical-tabs-container .tab-pane .item .item-column-group {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 5px;
}
.fbsetup .vertical-tabs-container .tab-pane .item .item-column .dropdown-menu {
  min-width: 154px !important;
}
.fbsetup .vertical-tabs-container .tab-pane .item .scharge,
.fbsetup .vertical-tabs-container .tab-pane .item .item-column-sc {
  display: none;
}
.fbsetup .vertical-tabs-container .tab-pane .item .scharge.active,
.fbsetup .vertical-tabs-container .tab-pane .item .item-column-sc.active {
  display: block;
}
.fbsetup .vertical-tabs-container .tab-pane .item .item-column-title {
  background: #b3c6e8;
  height: 26px;
  text-align: center;
  color: #131111;
  padding: 3px 10px;
  font-family: "SourceSansProSemiBold";
}
.fbsetup .vertical-tabs-container .tab-pane .item .inputbox-area .inputbox {
  padding-right: 30px;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar {
  margin: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar .col-item {
  overflow: visible;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar .timeselect {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  font-weight: normal;
  color: #131111;
  margin: 0;
  padding: 0;
  border: 1px solid #8f91a2;
  background: #FFFFFF;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  float: left;
  width: 195px;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar .timeselect .btn-calendar {
  margin-right: 5px;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar .timeselect p {
  margin: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar .comparerangepopup {
  bottom: inherit;
  right: inherit;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10000 !important;
  margin: 0;
}
.fbsetup .vertical-tabs-container .tab-pane .item .form-rangecalendar .input-sm {
  height: 26px;
  line-height: 24px;
  border-radius: 0px;
  border: 1px solid #8f91a2;
  color: #131111;
  padding: 0px 10px;
  margin-bottom: 4px;
  background: #FFFFFF;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .group-availability {
  margin-top: 10px;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right label {
  float: left;
  font-weight: normal;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .year-select-group {
  margin-right: 10px;
  float: left;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .year-select-group .label-text {
  padding: 3px 10px 3px 0;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .year-select-group:first-child {
  display: block;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .year-select-group .data {
  width: 100px;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .yearselect {
  float: left;
  width: 100px;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .form-rangecalendar {
  float: left;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .apply-group .select-area {
  float: left;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .right .apply-group .select-area strong {
  display: block;
  font-weight: normal;
  float: left;
  padding: 3px 5px;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .select-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .select-time .form-control {
  width: 76px !important;
}
.fbsetup .vertical-tabs-container .tab-pane .group-seasonality .select-time .data {
  width: 76px !important;
}
.fbsetup .vertical-tabs-container .tab-pane {
  /* tab height set */
}
.fbsetup .vertical-tabs-container .tab-pane .height-set {
  min-height: 332px;
  overflow: scroll;
  max-height: 700px;
}
@media (min-width: 768px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 575px;
  }
}
@media (min-width: 1024px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 332px;
  }
}
@media (min-width: 1280px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 675px;
  }
}
@media (min-width: 1366px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 419px;
  }
}
@media (min-width: 1400px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 701px;
  }
}
@media (min-width: 1440px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 551px;
  }
}
@media (min-width: 1600px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 551px;
  }
}
@media (min-width: 1680px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 701px;
  }
}
@media (min-width: 1920px) {
  .fbsetup .vertical-tabs-container .tab-pane .height-set {
    max-height: 731px;
  }
}
.fbsetup .vertical-tabs-container .tab-link {
  margin-bottom: 10px;
}
.fbsetup .vertical-tabs-container .tab-link a {
  padding: 3px 10px;
  background: #7F7DA0;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fbsetup .vertical-tabs-container .tab-link a:hover, .fbsetup .vertical-tabs-container .tab-link.current a {
  background: #894F76;
}
@media (min-width: 641px) {
  .fbsetup .vertical-tabs-container .tab-link {
    display: none;
  }
}
.fbsetup {
  /* vtab-banquet-house */
}
@media (min-width: 641px) {
  .fbsetup .vtabBanquet .tab-banquet {
    max-width: 1000px;
  }
}
.fbsetup .vtabBanquet .tab-banquet .item-column-group {
  grid-template-columns: 154px 154px;
}
.fbsetup .vtabBanquet .tab-banquet .item {
  width: 885px;
}
.fbsetup .vtabBanquet .tab-banquet .item .right {
  width: 800px;
}
.fbsetup .vtabBanquet .tab-banquet .item-res-tracking,
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking {
  display: none;
}
.fbsetup .vtabBanquet .tab-banquet .item-res-tracking.active,
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking.active {
  display: -ms-grid;
  display: grid;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .tracking-code {
  float: left;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .tracking-code .btn-add i {
  margin: 2px 0 0 1px;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area {
  float: left;
  width: 178px;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox {
  width: 178px;
  border: none;
  margin: 5px 0 0 0;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox:first-child {
  padding-right: 0;
  margin: 0;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox:first-child .data,
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox:first-child .form-control {
  border: 1px solid #8f91a2;
  width: 113px;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox .data,
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox .form-control {
  float: left;
  width: 83px;
}
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox .data:first-child,
.fbsetup .vtabBanquet .tab-banquet .item-nr-tracking .inputbox-area .inputbox .form-control:first-child {
  width: 60px;
  margin-right: 5px;
  border: 1px solid #8f91a2;
}
.fbsetup .vtabBanquet .tab-banquet .banquethouse-edit,
.fbsetup .vtabBanquet .tab-banquet .banquethouse-view {
  display: none;
}
.fbsetup .vtabBanquet .tab-banquet .banquethouse-edit.active,
.fbsetup .vtabBanquet .tab-banquet .banquethouse-view.active {
  display: block;
}
.fbsetup .vtabBanquet .tab-banquet .banquethouse-edit {
  padding-bottom: 120px;
}
.fbsetup .vtabBanquet .tracking-market,
.fbsetup .vtabBanquet .tracking-booking {
  /* width: 50%;*/
  float: left;
  position: relative;
}
.fbsetup .vtabBanquet .tracking-market .btn-add,
.fbsetup .vtabBanquet .tracking-booking .btn-add {
  width: 26px;
  height: 26px;
  float: left;
  position: relative;
  display: block;
  margin: 0;
}
.fbsetup .vtabBanquet .tracking-market .mars-radio,
.fbsetup .vtabBanquet .tracking-booking .mars-radio {
  min-width: 140px;
  height: 26px;
}
.fbsetup .vtabBanquet .tracking-market .data,
.fbsetup .vtabBanquet .tracking-booking .data {
  width: 202px;
}
.fbsetup .vtabBanquet .tracking-market .mars-select,
.fbsetup .vtabBanquet .tracking-market .mars-select,
.fbsetup .vtabBanquet .tracking-booking .mars-select,
.fbsetup .vtabBanquet .tracking-booking .mars-select {
  width: 202px;
  float: left;
}
.fbsetup .vtabBanquet .tracking-market .mars-select select,
.fbsetup .vtabBanquet .tracking-booking .mars-select select {
  display: block;
  background: #FFFFFF;
}
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown {
  float: left;
  position: relative;
}
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown.open .btn,
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown .btn,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown.open .btn,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown .btn {
  background: #FFFFFF !important;
  height: 26px;
  border-radius: 0;
  color: #131111;
  width: 202px;
  text-align: left;
  border: 1px solid #8f91a2;
  position: relative;
}
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown.open .btn .caret,
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown .btn .caret,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown.open .btn .caret,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown .btn .caret {
  position: absolute;
  top: 10px;
  right: 5px;
}
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown.open .dropdown-menu,
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown .dropdown-menu,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown.open .dropdown-menu,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown .dropdown-menu {
  border-radius: 0;
  width: 202px;
  min-width: inherit;
  margin-top: 0;
  max-height: 90px;
  overflow-y: scroll;
  border: 1px solid #8f91a2;
}
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown.open .dropdown-menu li,
.fbsetup .vtabBanquet .tracking-booking .segment-dropdown .dropdown .dropdown-menu li,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown.open .dropdown-menu li,
.fbsetup .vtabBanquet .tracking-market .segment-dropdown .dropdown .dropdown-menu li {
  padding: 0 10px;
}
.fbsetup {
  /* Tab Mini Bar */
}
@media (min-width: 641px) {
  .fbsetup .tab-minibar {
    max-width: 420px;
  }
}
.fbsetup .tab-minibar .data {
  width: 100%;
}
.fbsetup {
  /* Tab Room Service */
}
@media (min-width: 641px) {
  .fbsetup .tab-roomservice {
    max-width: 922px;
  }
}
.fbsetup .tab-roomservice .room-service-content .mars-select .multiselect-native-select .btn-group .multiselect-selected-text {
  padding: 0px 15px 0 10px !important;
}
.fbsetup .tab-roomservice .room-service-content .mars-select .multiselect-native-select .btn-group .caret {
  top: 10px;
}
.fbsetup .tab-roomservice .right .full-width {
  width: 313px;
}
.fbsetup .tab-roomservice .item {
  width: 885px;
}
.fbsetup .tab-roomservice .item-column-group {
  grid-template-columns: 154px 154px;
}
.fbsetup .tab-roomservice .roomservice-edit {
  padding-bottom: 100px;
}
.fbsetup {
  /* Tab Outlet */
}
@media (min-width: 641px) {
  .fbsetup .tab-outlet {
    max-width: 1182px;
  }
}
.fbsetup .tab-outlet .outlet-content .mars-select .multiselect-native-select .btn-group .multiselect-selected-text {
  padding: 0px 15px 0 10px !important;
}
.fbsetup .tab-outlet .outlet-content .mars-select .multiselect-native-select .btn-group .caret {
  top: 10px;
}
.fbsetup .tab-outlet .top-gap {
  margin-top: 5px;
}
.fbsetup .tab-outlet .item {
  width: 1145px;
}
.fbsetup .tab-outlet .item-column-group {
  grid-template-columns: 154px 154px 154px 154px 154px 154px;
}
.fbsetup .tab-outlet .outlet-edit {
  padding-bottom: 100px;
}
.fbsetup .tab-outlet .outlet-edit .top-gap.forecast-method-container.showErrorBox button.multiselect.dropdown-toggle, .fbsetup .tab-outlet .outlet-edit .top-gap.outlet-attribute.showErrorBox button.multiselect.dropdown-toggle {
  border: 2px solid red;
}
.fbsetup {
  /* SC Mapping */
}
.fbsetup .vtabSCMapping {
  max-width: 542px;
}
.fbsetup .vtabSCMapping .btn-hand {
  left: 0;
  z-index: 100;
  background-color: #cce5ff;
}
.fbsetup .vtabSCMapping .btn-hand:hover {
  background-color: #e2f0d9;
}
.fbsetup .vtabSCMapping .section-container .title .btn-close {
  right: 10px;
}
.fbsetup .vtabSCMapping .section-container .title .btn-edit,
.fbsetup .vtabSCMapping .section-container .title .btn-save {
  right: 40px;
  top: 0;
}
.fbsetup .vtabSCMapping .section-container .title .btn-edit {
  display: none;
}
@media (min-width: 768px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 578px;
  }
}
@media (min-width: 1024px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 452px;
  }
}
@media (min-width: 1280px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 710px;
  }
}
@media (min-width: 1366px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 454px;
  }
}
@media (min-width: 1400px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 736px;
  }
}
@media (min-width: 1440px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 586px;
  }
}
@media (min-width: 1600px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 586px;
  }
}
@media (min-width: 1680px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 736px;
  }
}
@media (min-width: 1920px) {
  .fbsetup .vtabSCMapping .section-container .section-content {
    height: 766px;
  }
}
.fbsetup .vtabSCMapping .section-container .section-content {
  position: relative;
}
.fbsetup .vtabSCMapping .section-container .section-group {
  grid-template-columns: 160px auto;
}
.fbsetup .vtabSCMapping .section-container .section-column div {
  position: relative;
  z-index: 10;
  padding: 3px 10px;
  min-height: 24px;
}
.fbsetup .vtabSCMapping .section-container .section-column div.predefineData {
  padding: 3px 10px;
}
.fbsetup .vtabSCMapping .section-container .section-column div div {
  border: 1px solid #8f91a2;
}
.fbsetup .vtabSCMapping .section-container .section-column {
  position: relative;
}
.fbsetup .vtabSCMapping .section-container .section-column.columnName .btn-add {
  height: 24px;
  width: 24px;
  left: inherit;
  right: 0;
  top: 1px;
}
.fbsetup .vtabSCMapping .section-container .columnName {
  width: 160px;
}
.fbsetup .vtabSCMapping .section-container .columnCode {
  width: 160px;
}
.fbsetup .vtabSCMapping .section-container .section-group-wrap {
  display: -ms-grid;
  display: grid;
  min-height: 26px;
  position: relative;
}
.fbsetup .vtabSCMapping .section-container .section-row.section-edit-row .columnName:after,
.fbsetup .vtabSCMapping .section-container .section-row.section-row-view .columnName:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #e2e2e2 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #f3f2f2)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f2f2 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  border: none;
}
.fbsetup .vtabSCMapping .section-container #sctab-3 .section-row.new-section-row .columnCode,
.fbsetup .vtabSCMapping .section-container #sctab-3 .section-row.section-edit-row .columnCode {
  padding: 0 30px;
}
.fbsetup .vtabSCMapping .section-container .section-row.section-edit-row .columnCode {
  padding: 0 30px 0 0;
}
.fbsetup .vtabSCMapping .section-container .section-row.section-edit-row .columnDescription {
  padding: 0;
}
.fbsetup .vtabSCMapping .section-container .section-row.section-row-view .columnCode,
.fbsetup .vtabSCMapping .section-container .section-row.section-row-view .columnDescription {
  border: 1px solid #8f91a2;
}
.fbsetup .vtabSCMapping .section-container .sctab-section {
  display: none;
}
.fbsetup .vtabSCMapping .section-container .sctab-section.current {
  display: block;
}
.fbsetup .vtabSCMapping .section-container .mappingEdit {
  display: block;
}
.fbsetup .vtabSCMapping .section-container .mappingView {
  display: none;
}
.fbsetup {
  /* vtabFunctionSpace */
}
.fbsetup .vtabFunctionSpace {
  max-width: 1170px;
}
.fbsetup .vtabFunctionSpace .btn-save,
.fbsetup .vtabFunctionSpace .btn-edit {
  right: 10px !important;
  display: none;
}
.fbsetup .vtabFunctionSpace .btn-save.active,
.fbsetup .vtabFunctionSpace .btn-edit.active {
  display: block;
}
.fbsetup .vtabFunctionSpace .section-container {
  display: none;
  margin-top: 0px;
}
.fbsetup .vtabFunctionSpace .section-container .fixrow-two {
  padding: 58px 0 100px 0;
}
@media (min-width: 768px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 578px;
  }
}
@media (min-width: 1024px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 396px;
  }
}
@media (min-width: 1280px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 654px;
  }
}
@media (min-width: 1366px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 398px;
  }
}
@media (min-width: 1400px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 680px;
  }
}
@media (min-width: 1440px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 530px;
  }
}
@media (min-width: 1600px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 530px;
  }
}
@media (min-width: 1680px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 680px;
  }
}
@media (min-width: 1920px) {
  .fbsetup .vtabFunctionSpace .section-content {
    height: 710px;
  }
}
.fbsetup .vtabFunctionSpace .spaceCategorySection {
  background: #F5F5F5;
  min-height: 45px;
  padding: 10px 40px 5px 10px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .item-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 184px auto;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryEdit .inputbox-area .inputbox {
  padding-right: 30px;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryEdit .inputbox-area .first-inputbox {
  padding-right: 0;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .item-title {
  width: 174px;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .btn-save,
.fbsetup .vtabFunctionSpace .spaceCategorySection .btn-edit {
  position: absolute;
  top: 8px;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryView .first-inputbox {
  border-right: none;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryEdit,
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryView {
  display: none;
}
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryEdit.active,
.fbsetup .vtabFunctionSpace .spaceCategorySection .spaceCategoryView.active {
  display: block;
}
.fbsetup .vtabFunctionSpace .section-row {
  min-height: 26px;
}
.fbsetup .vtabFunctionSpace .section-group {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.fbsetup .vtabFunctionSpace .section-column {
  width: 140px;
}
.fbsetup .vtabFunctionSpace .section-column.columnName {
  width: 240px;
}
.fbsetup .vtabFunctionSpace .section-column.columnType {
  width: 180px;
}
.fbsetup .vtabFunctionSpace .section-column.columnType .data-combination {
  padding: 0;
  border: none;
}
.fbsetup .vtabFunctionSpace .section-column.columnType ul {
  padding: 0;
  margin: 0;
  display: none;
}
.fbsetup .vtabFunctionSpace .section-column.columnType ul li {
  height: 26px;
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  margin-top: 2px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fbsetup .vtabFunctionSpace .section-column.columnTime {
  width: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.fbsetup .vtabFunctionSpace .section-column.columnTime .form-control,
.fbsetup .vtabFunctionSpace .section-column.columnTime div {
  width: 79px;
  height: 26px;
}
.fbsetup .vtabFunctionSpace .section-column.columnTime .section-column-title {
  width: 100%;
}
.fbsetup .vtabFunctionSpace .fstab-section {
  display: none;
}
.fbsetup .vtabFunctionSpace .fstab-section.current {
  display: block;
}
.fbsetup .vtabFunctionSpace .functionSpaceEdit,
.fbsetup .vtabFunctionSpace .functionSpaceView {
  display: none;
}
.fbsetup .vtabFunctionSpace .functionSpaceEdit.active,
.fbsetup .vtabFunctionSpace .functionSpaceView.active {
  display: block;
}
.fbsetup .vtabFunctionSpace .functionSpaceEdit .section-edit-row .columnName,
.fbsetup .vtabFunctionSpace .functionSpaceEdit .new-section-row .columnName {
  padding: 0 30px;
}
.fbsetup .vtabFunctionSpace .functionSpaceEdit .section-column .form-control {
  padding: 3px 10px;
  border: 1px solid #8f91a2;
}
.fbsetup .vtabFunctionSpace .functionSpaceView .section-row-title .section-column div {
  border: none;
}
.fbsetup .vtabFunctionSpace .functionSpaceView .section-column div {
  padding: 2px 10px;
  border: 1px solid #8f91a2;
}
.fbsetup .vtabFunctionSpace .functionSpaceView .inputbox-area .first-inputbox .form-control {
  border-right: none;
}
.fbsetup {
  /* vtabBanquetPricing */
}
.fbsetup .vtabBanquetPricing {
  max-width: 1160px;
}
.fbsetup .vtabBanquetPricing .section-row {
  width: 526px;
  min-height: 26px;
  position: relative;
}
.fbsetup .vtabBanquetPricing .section-content {
  float: left;
  max-width: 100%;
}
@media (min-width: 768px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 578px;
  }
}
@media (min-width: 1024px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 444px;
  }
}
@media (min-width: 1280px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 702px;
  }
}
@media (min-width: 1366px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 446px;
  }
}
@media (min-width: 1400px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 728px;
  }
}
@media (min-width: 1440px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 578px;
  }
}
@media (min-width: 1600px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 578px;
  }
}
@media (min-width: 1680px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 728px;
  }
}
@media (min-width: 1920px) {
  .fbsetup .vtabBanquetPricing .section-content {
    height: 758px;
  }
}
.fbsetup .vtabBanquetPricing .section-content .fixrow-one {
  padding: 30px 0 30px 0;
}
.fbsetup .vtabBanquetPricing .btn-save,
.fbsetup .vtabBanquetPricing .btn-edit {
  position: relative;
  margin-left: 10px;
  right: initial;
  float: left;
  display: none;
}
.fbsetup .vtabBanquetPricing .btn-save.active,
.fbsetup .vtabBanquetPricing .btn-edit.active {
  display: block;
}
.fbsetup .vtabBanquetPricing .btn-addpackage {
  background: #894F76;
  height: 30px;
  padding: 5px 10px;
  color: #FFFFFF !important;
  float: left;
  display: block;
}
.fbsetup .vtabBanquetPricing .banquet-pricing-top {
  overflow: hidden;
  margin-bottom: 10px;
}
.fbsetup .vtabBanquetPricing .section-row-title {
  margin-top: 0;
  height: 30px;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column.add-column .section-column-title {
  padding: 2px 2px 2px 2px;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column.addNewColumn .section-column-title {
  padding: 2px 30px 2px 2px;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column-title {
  width: 100%;
  height: 30px;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column-title:after {
  content: "";
  display: table;
  clear: both;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column-title {
  position: relative;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column-title .form-control {
  width: 100%;
}
.fbsetup .vtabBanquetPricing .section-row-title .section-column-title .btn-deletecell {
  top: 2px;
  right: 2px;
  border: 1px solid #8f91a2;
  border-left: none;
}
.fbsetup .vtabBanquetPricing .new-section-row {
  height: 26px;
}
.fbsetup .vtabBanquetPricing .new-section-row .section-column {
  padding: 0 !important;
}
.fbsetup .vtabBanquetPricing .new-section-row .blankCell {
  background: #FFFFFF !important;
  opacity: 0;
  height: 26px;
}
.fbsetup .vtabBanquetPricing .new-section-row .section-column div span.multiselect-native-select {
  overflow: visible;
  padding: 0 !important;
  border: none;
}
.fbsetup .vtabBanquetPricing .new-section-row .section-column div span.multiselect-native-select .multiselect-container {
  min-width: auto;
}
.fbsetup .vtabBanquetPricing .new-section-row .section-column div span.multiselect-native-select .multiselect-container li a {
  padding: 0;
}
.fbsetup .vtabBanquetPricing .section-group {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.fbsetup .vtabBanquetPricing .section-group .section-column {
  width: 140px;
}
.fbsetup .vtabBanquetPricing .section-group .columnName {
  width: 240px;
}
.fbsetup .vtabBanquetPricing .banquetPricingView {
  display: none;
}
.fbsetup .vtabBanquetPricing .banquetPricingView.active {
  display: block;
}
.fbsetup .vtabBanquetPricing .banquetPricingView .section-row {
  width: 952px; /* this width value changed respect to edit view */
}
.fbsetup .vtabBanquetPricing .banquetPricingView .new-section-row .section-column div,
.fbsetup .vtabBanquetPricing .banquetPricingView .section-row-view .section-column div {
  background-color: #FFFFFF;
  padding: 2px 10px;
  border: 1px solid #8f91a2;
}
.fbsetup .vtabBanquetPricing .banquetPricingView .new-section-row .section-column.blankCell div,
.fbsetup .vtabBanquetPricing .banquetPricingView .section-row-view .section-column.blankCell div {
  background-color: transparent;
  border: none;
}
.fbsetup .vtabBanquetPricing .banquetPricingEdit {
  display: none;
}
.fbsetup .vtabBanquetPricing .banquetPricingEdit.active {
  display: block;
}
.fbsetup .vtabBanquetPricing .banquetPricingEdit .section-edit-row .columnName {
  padding: 0 30px 0 0;
}
.fbsetup .vtabBanquetPricing .banquetPricingEdit .section-edit-row .columnPerson div {
  background-color: #FFFFFF;
  padding: 2px 10px;
  border: 1px solid #8f91a2;
}
.fbsetup #sc-mapping-booking .section-edit-row .section-column.columnCode {
  padding: 0 30px;
}
.fbsetup #sc-mapping-booking {
  overflow: auto !important;
}
.fbsetup #sc-mapping-revenue-type .section-row.section-row-title {
  background-color: #f5f5f5;
}
.fbsetup #sc-mapping-revenue-type .section-edit-row .section-column.columnCode {
  padding: 0 30px;
}
.fbsetup #sc-mapping-revenue-type {
  overflow: auto !important;
}
.fbsetup #sc-mapping-revenue-type .section-column.columnCode {
  width: 280px;
}
.fbsetup #sc-mapping-revenue-type .section-column-title {
  width: 280px;
}
.fbsetup #sc-mapping-market-segment .section-edit-row .section-column.columnCode {
  padding: 0 30px;
}
.fbsetup #tab-sc-mapping .btn-hand {
  z-index: 0;
}
.fbsetup #tab-sc-mapping .section-container {
  max-width: 700px;
}
.fbsetup #tab-sc-mapping .btn-edit {
  right: 10px;
}
.fbsetup #tab-sc-operation-parameters .btn-edit {
  /*right: 10px;*/
  display: block;
}
.fbsetup #tab-sc-operation-parameters .item {
  padding-top: 10px;
  grid-template-columns: 215px auto;
}
.fbsetup #tab-sc-operation-parameters .item .item-title {
  width: 205px;
  background: #cce5ff;
  color: #131111;
  border-radius: 0px;
  height: auto;
}
.fbsetup #tab-sc-operation-parameters .item-group .item:not(:first-child) .item-title {
  background: #F5F5F5;
  margin-left: 3px;
}
.fbsetup #tab-sc-operation-parameters .year-select-group .multiselect-selected-text {
  padding: 0px 15px 0px 10px;
}
.fbsetup #tab-sc-operation-parameters {
  /* .seasonal-group {
     padding-top: 10px;
   }*/
}
.fbsetup {
  /* Banquet/Catering Setup -> S&C Mapping -> Meal Period View */
}
.fbsetup .sc-mapping-meal-period .section-group {
  grid-template-columns: 185px repeat(auto-fit, minmax(100px, 1fr));
}
.fbsetup .sc-mapping-meal-period .section-content {
  padding: 0px !important;
}
.fbsetup .sc-mapping-meal-period .btn-add {
  height: 24px !important;
  width: 24px !important;
  left: inherit;
  right: 0;
  top: 1px;
}
.fbsetup .sc-mapping-meal-period .predefineData {
  padding: 3px 10px !important;
}
.fbsetup .sc-mapping-meal-period .non-editable-field {
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
  background: white;
  max-width: 370px;
}
.fbsetup .sc-mapping-meal-period .disabled .non-editable-field {
  background: #f5f5f5;
}
.fbsetup .tab-function-space .mars-nav-tabs li.active a {
  background-color: rgba(0, 0, 0, 0) !important;
}
.fbsetup .tab-function-space .mars-nav-tabs li.active-tab a {
  background-color: #ccffff !important;
}
.fbsetup .tab-function-space {
  max-width: 1170px;
}
.fbsetup .tab-function-space .disable-pointer {
  pointer-events: none;
}
.fbsetup .tab-function-space .disable-pointer-hover li:hover {
  cursor: not-allowed;
}
.fbsetup .tab-function-space .shorten-text {
  max-width: 140px;
  float: left;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.fbsetup .tab-function-space .shorten-text-input {
  max-width: 240px;
  float: left;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.fbsetup .tab-function-space .btn-save {
  position: absolute;
  display: none;
  right: 32px !important;
  top: 0;
}
.fbsetup .tab-function-space .btn-save.active {
  display: block;
}
.fbsetup .tab-function-space .btn-edit {
  position: absolute;
  display: none;
  right: 10px !important;
  top: 0;
}
.fbsetup .tab-function-space .btn-edit.active {
  display: block;
}
.fbsetup .tab-function-space .btn-close {
  position: absolute;
  display: block;
  top: 0;
}
.fbsetup .tab-function-space .section-container {
  display: block;
}
@media (min-width: 768px) {
  .fbsetup .tab-function-space .section-content {
    height: 578px;
  }
}
@media (min-width: 1024px) {
  .fbsetup .tab-function-space .section-content {
    height: 396px;
  }
}
@media (min-width: 1280px) {
  .fbsetup .tab-function-space .section-content {
    height: 654px;
  }
}
@media (min-width: 1366px) {
  .fbsetup .tab-function-space .section-content {
    height: 398px;
  }
}
@media (min-width: 1400px) {
  .fbsetup .tab-function-space .section-content {
    height: 680px;
  }
}
@media (min-width: 1440px) {
  .fbsetup .tab-function-space .section-content {
    height: 530px;
  }
}
@media (min-width: 1600px) {
  .fbsetup .tab-function-space .section-content {
    height: 530px;
  }
}
@media (min-width: 1680px) {
  .fbsetup .tab-function-space .section-content {
    height: 680px;
  }
}
@media (min-width: 1920px) {
  .fbsetup .tab-function-space .section-content {
    height: 710px;
  }
}
.fbsetup .tab-function-space .spaceCategorySection {
  background: #F5F5F5;
  min-height: 45px;
  padding: 10px 40px 5px 10px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.fbsetup .tab-function-space .spaceCategorySection .item-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 184px auto;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryEdit .inputbox-area .inputbox {
  padding-right: 30px;
  border: none;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryEdit .inputbox-area .inputbox .form-control {
  border-right: none;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryEdit .inputbox-area .first-inputbox {
  padding-right: 0;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryEdit .inputbox-area .first-inputbox .form-control {
  border-right: 1px solid #8f91a2;
}
.fbsetup .tab-function-space .spaceCategorySection .item-title {
  height: 26px;
  padding: 2px 10px;
  position: relative;
  width: 174px;
  background-color: #DCECFF !important;
  color: #000000;
  border-radius: unset !important;
}
.fbsetup .tab-function-space .spaceCategorySection .item-title .btn-add {
  right: 0;
  padding: 1px 2px;
}
.fbsetup .tab-function-space .spaceCategorySection .btn-save, .fbsetup .tab-function-space .spaceCategorySection .btn-edit {
  position: absolute;
  top: 8px;
}
.fbsetup .tab-function-space .spaceCategorySection .btn-close {
  position: absolute;
  top: 8px;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryView .first-inputbox {
  border-right: none;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryEdit,
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryView {
  display: none;
}
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryEdit.active,
.fbsetup .tab-function-space .spaceCategorySection .spaceCategoryView.active {
  display: block;
}
.fbsetup .tab-function-space .section-group {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.fbsetup .tab-function-space .section-column {
  width: 140px;
}
.fbsetup .tab-function-space .section-column.columnName {
  width: 240px;
}
.fbsetup .tab-function-space .section-column.columnType {
  width: 180px;
}
.fbsetup .tab-function-space .section-column.columnType .data-combination {
  padding: 0;
  border: none;
}
.fbsetup .tab-function-space .section-column.columnType .data-combination div {
  padding: 2px 10px;
  border: 1px solid #8f91a2;
}
.fbsetup .tab-function-space .section-column.columnTime {
  width: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.fbsetup .tab-function-space .section-column.columnTime .form-control, .fbsetup .tab-function-space .section-column.columnTime div {
  width: 79px;
}
.fbsetup .tab-function-space .section-column.columnTime .section-column-title {
  width: 100%;
}
.fbsetup .tab-function-space .functionSpaceEdit.show,
.fbsetup .tab-function-space .functionSpaceView.show {
  display: block;
}
.fbsetup .tab-function-space .functionSpaceEdit .section-edit-row .columnName,
.fbsetup .tab-function-space .functionSpaceEdit .new-section-row .columnName {
  padding: 0 30px;
}
.fbsetup .tab-function-space .functionSpaceEdit .section-column .form-control {
  padding: 3px 10px;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container {
  width: 100% !important;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container .multiselect-native-select {
  position: relative;
  display: block;
  float: left;
  margin: 0 9px 0 0px;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container button {
  width: 100%;
  height: 26px;
  padding: 0 15px 0 10px;
  margin: 0;
  text-align-last: left;
  border-radius: 0;
  position: relative;
  color: #131111;
  background: #FFFFFF;
  border: 1px solid #8f91a2;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container li {
  width: 100% !important;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container li a label {
  width: 150px !important;
  float: left;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container li.active a label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 90% center !important;
}
.fbsetup .tab-function-space .functionSpaceEdit .multiselect-container .dropdown-menu > .active > a, .fbsetup .tab-function-space .functionSpaceEdit .multiselect-container .dropdown-menu > .active > a:focus, .fbsetup .tab-function-space .functionSpaceEdit .multiselect-container .dropdown-menu > .active > a:hover {
  color: black !important;
  text-decoration: none;
  background-color: none !important;
  outline: 0;
}
.fbsetup .tab-function-space .functionSpaceView .section-row-title .section-column div {
  border: none;
}
.fbsetup .tab-function-space .functionSpaceView .inputbox-area .first-inputbox .form-control {
  border-right: none;
}
.fbsetup .tab-function-space .functionSpaceView .columnType ul {
  padding: 0;
  margin: 0;
  display: block;
}
.fbsetup .tab-function-space .functionSpaceView .columnType ul li {
  height: 26px;
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  margin-top: 2px;
  background-color: #f5f5f5;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ie fixing */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fbsetup .tab-container .sidebar {
    margin-right: 10px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fbsetup .tab-container .maincontent {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .fbsetup .sidetab-section .item {
    display: block;
  }
  .fbsetup .sidetab-section .item .item-title {
    float: left;
  }
  .fbsetup .sidetab-section .item .right {
    margin-left: 194px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
  }
  .fbsetup .sidetab-section .item .right.item-column-group {
    margin-right: -5px;
  }
  .fbsetup .sidetab-section .item .right.item-column-group .item-column {
    float: left;
    width: 154px;
    margin: 0 5px 5px 0;
  }
  .fbsetup .sidetab-section .group-seasonality {
    display: block;
    margin-top: 10px;
  }
  .fbsetup .sidetab-section .group-seasonality .select-time .form-control {
    width: 75px !important;
  }
  .fbsetup .section-container .section-row {
    display: block;
  }
  .fbsetup .section-container .section-row .section-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .fbsetup .section-container .section-row .section-group .section-column {
    float: left;
    margin-left: 2px;
  }
  .fbsetup .section-container .section-row .section-group .section-column:first-child {
    margin-left: 0;
  }
  .fbsetup .tab-banquet .inputbox-area {
    width: 216px;
  }
  .fbsetup .vtabSCMapping .section-container .section-group {
    display: block;
  }
  .fbsetup .vtabSCMapping .section-container .section-group .section-column {
    float: left;
    display: block;
  }
  .fbsetup .vtabSCMapping .section-container .section-group-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .fbsetup .vtabSCMapping .section-container .section-group-wrap .section-group .section-column {
    margin-left: 2px;
  }
  .fbsetup .vtabSCMapping .section-container .section-group-wrap .section-group .section-column.first-child {
    margin-left: 0;
  }
  .fbsetup .vtabFunctionSpace .spaceCategorySection .item-row .item-title {
    float: left;
  }
  .fbsetup .vtabFunctionSpace .spaceCategorySection .item-row .inputbox-area {
    margin-left: 184px;
  }
  .fbsetup .vtabFunctionSpace .spaceCategorySection .item-row .inputbox {
    float: left;
  }
}
.dialog-copy-banquet-setup-popup.ui-widget-content {
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: hidden;
}
.dialog-copy-banquet-setup-popup.ui-widget-content .displayNone {
  display: none !important;
}
.dialog-copy-banquet-setup-popup.ui-widget-content .copy-banquet-setup-popup {
  margin: 10px;
}
.dialog-copy-banquet-setup-popup.ui-widget-content .copy-banquet-setup-popup .popup-content {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.dialog-copy-banquet-setup-popup.ui-widget-content .copy-banquet-setup-popup .popup-content .title {
  background: #ccecff;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.dialog-copy-banquet-setup-popup.ui-widget-content .copy-banquet-setup-popup .popup-content .hotelsCopyDiv {
  padding-bottom: 120px;
}
.dialog-copy-banquet-setup-popup.ui-widget-content .copy-banquet-setup-popup .popup-content .setupCopyButtonDiv {
  margin: 3px;
  padding: 0;
}

#banquet-setup-copy-dialog span > div > ul {
  max-height: 136px !important;
}

#banquet-setup-copy-dialog .mars-select .multiselect-container li.multiselect-filter .input-group-addon, #banquet-setup-copy-dialog .mars-select .multiselect-container li.multiselect-filter .input-group-btn {
  display: table-cell;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 1px;
}

#banquet-setup-copy-dialog li.multiselect-item.multiselect-filter > div > span.input-group-btn > button {
  background-color: #eee !important;
  border: black !important;
}

.financial-export-setup .content {
  padding: 20px 15px 0;
}
.financial-export-setup .export-btn {
  width: 75px;
  height: 30px;
  position: absolute;
  right: 10px;
  padding: 0px 33px !important;
}

.financial-export-mapping .fnb-export .ember-table {
  position: static !important;
}
.financial-export-mapping .fnb-export {
  /* .title-bar{
       max-width:1130px;
       &.edit {
           max-width:1100px;
       }
   }*/
}
.financial-export-mapping .fnb-export .fnb-export-table {
  width: 100%;
}
.financial-export-mapping .fnb-export .fnb-export-table.otherIncome {
  width: 100% !important;
}
.financial-export-mapping .fnb-export .fnb-export-table .editableCell input {
  height: 25px;
}
.financial-export-mapping .fnb-export .fnb-export-table .bgWhite {
  background-color: white;
}
.financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-group {
  position: static !important;
}
.financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-edit {
  position: static !important;
  height: 0px;
}
.financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-edit:hover {
  background: white;
}
.financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-edit i {
  height: 30px;
}
.financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-edit .chi-edit, .financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-edit .chi-close3 {
  left: 1132px;
}
.financial-export-mapping .fnb-export .fnb-export-table .viewMode .btn-edit .chi-save {
  left: 1100px;
}
.financial-export-mapping .fnb-export .fnb-export-table table thead tr th {
  font-family: "SourceSansProSemiBold" !important;
  padding-top: 5px;
  padding-bottom: 5px;
  left: unset !important;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody .showError {
  border-width: 2px;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody {
  background-color: #f9f9f9;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody td {
  border: 1px solid #FFFFFF;
  padding-left: 10px;
  font-size: 13px !important;
  font-family: "SourceSansProRegular" !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  left: unset !important;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody td input {
  border-width: 1px;
  padding-left: 10px;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody td.editableCell {
  padding: 0 !important;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody tr {
  height: 25px;
}
.financial-export-mapping .fnb-export .fnb-export-table table tbody .editableCell input {
  width: 147px !important;
}
.financial-export-mapping .fnb-export .blackbg {
  background: rgb(204, 236, 255);
  border: none !important;
}
.financial-export-mapping .fnb-export .whiteborder {
  border-top: white solid 0.5px !important;
}
.financial-export-mapping .fnb-export .auto-height {
  height: 715px;
}
.financial-export-mapping .other-income-export .ember-table {
  position: static !important;
}
.financial-export-mapping .other-income-export .other-income-export-table {
  width: 100%;
}
.financial-export-mapping .other-income-export .other-income-export-table.otherIncome {
  width: 100% !important;
}
.financial-export-mapping .other-income-export .other-income-export-table .editableCell input {
  height: 25px;
}
.financial-export-mapping .other-income-export .other-income-export-table .bgWhite {
  background-color: white;
}
.financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-group {
  position: static !important;
}
.financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-edit {
  position: static !important;
  height: 0px;
}
.financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-edit:hover {
  background: white;
}
.financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-edit i {
  height: 30px;
}
.financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-edit .chi-edit, .financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-edit .chi-close3 {
  left: 1132px;
}
.financial-export-mapping .other-income-export .other-income-export-table .viewMode .btn-edit .chi-save {
  left: 1100px;
}
.financial-export-mapping .other-income-export .other-income-export-table table thead tr th {
  font-family: "SourceSansProSemiBold" !important;
  padding-top: 5px;
  padding-bottom: 5px;
  left: unset !important;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody .showError {
  border-width: 2px;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody {
  background-color: #f9f9f9;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody td {
  border: 1px solid #FFFFFF;
  padding-left: 10px;
  font-size: 13px !important;
  font-family: "SourceSansProRegular" !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  left: unset !important;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody td input {
  border-width: 1px;
  padding-left: 10px;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody td.editableCell {
  padding: 0 !important;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody tr {
  height: 25px;
}
.financial-export-mapping .other-income-export .other-income-export-table table tbody .editableCell input {
  width: 147px !important;
}
.financial-export-mapping .other-income-export .blackbg {
  background: rgb(204, 236, 255);
  border: none !important;
}
.financial-export-mapping .other-income-export .whiteborder {
  border-top: white solid 0.5px !important;
}
.financial-export-mapping .other-income-export .auto-height {
  height: 715px;
}
.financial-export-mapping .title-bar {
  overflow: hidden;
  color: #002060;
  max-width: 1160px;
  height: 28px;
  padding: 0 41px 0 10px;
  position: relative;
  margin-bottom: 5px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.financial-export-mapping .title-bar h2 {
  max-width: 100%;
  font-family: "SourceSansProSemiBold";
  line-height: 28px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.financial-export-mapping .title-bar .action {
  background: #FFFFFF;
  height: 28px;
  min-width: 34px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.financial-export-mapping .title-bar.otherIncome {
  max-width: 1000px !important;
}
.financial-export-mapping .content {
  padding: 0px 15px;
  overflow: hidden;
}
.financial-export-mapping .top-tab-section {
  max-width: 1160px;
  overflow: hidden;
  margin-bottom: 6px;
  height: 30px;
}
.financial-export-mapping .top-tab-section .btn-statistic {
  padding: 4px 10px;
  background-color: #894F76;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -ms-border-radius: 5;
  -o-border-radius: 5;
  border-radius: 5;
}
@media (min-width: 768px) {
  .financial-export-mapping .top-tab-section .btn-statistic {
    float: right;
  }
}
@media (max-width: 767px) {
  .financial-export-mapping .top-tab-section .btn-statistic {
    width: 100%;
  }
}
.financial-export-mapping .top-tab-section .bgNone {
  background-color: #ffffff;
}
.financial-export-mapping .content {
  padding: 0px 15px;
  overflow: hidden;
}
.financial-export-mapping .rooms-export .content, .financial-export-mapping .fnb-export .content {
  margin-top: -32px;
}
.financial-export-mapping .rooms-export .table thead > tr > th, .financial-export-mapping .fnb-export .table thead > tr > th {
  position: sticky;
  top: 0;
}
.financial-export-mapping .rooms-export .table tbody > tr > td, .financial-export-mapping .fnb-export .table tbody > tr > td {
  position: static;
}
.financial-export-mapping .btn-close,
.financial-export-mapping .btn-edit,
.financial-export-mapping .btn-save {
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
}
.financial-export-mapping .btn-edit.active,
.financial-export-mapping .btn-save.active {
  display: block;
}
.financial-export-mapping .commonTable {
  max-width: 1178px !important;
}
.financial-export-mapping .commonTable tr th, .financial-export-mapping .commonTable tr td {
  min-width: 160px;
  max-width: 160px;
}
.financial-export-mapping .commonTable tr th {
  border-top: none !important;
  padding: 5px 10px !important;
  font-family: "SourceSansProSemiBold" !important;
  font-size: 14px !important;
}
.financial-export-mapping .commonTable tr td {
  height: 24px;
  text-align: left;
  padding: 2px 10px !important;
  background-color: #F5F5F5;
  min-width: 160px;
  max-width: 160px;
}
.financial-export-mapping .commonTable tr td.col-name {
  background-color: #ccecff !important;
}
.financial-export-mapping .commonTable tr .col-name {
  min-width: 200px;
  max-width: 200px;
}
.financial-export-mapping .commonTable tr .celledit {
  padding: 0 !important;
  margin: 0 !important;
}
.financial-export-mapping .commonTable tr .celledit .form-control {
  height: 23px;
}
.financial-export-mapping .table-responsive {
  max-width: 1178px;
  overflow: auto;
  max-height: inherit;
  height: 372px;
}
@media (min-width: 768px) {
  .financial-export-mapping .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .financial-export-mapping .table-responsive {
    height: 372px;
  }
}
@media (min-width: 1280px) {
  .financial-export-mapping .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1366px) {
  .financial-export-mapping .table-responsive {
    height: 459px;
  }
}
@media (min-width: 1400px) {
  .financial-export-mapping .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1440px) {
  .financial-export-mapping .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1600px) {
  .financial-export-mapping .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1680px) {
  .financial-export-mapping .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1920px) {
  .financial-export-mapping .table-responsive {
    height: 771px;
  }
}

/* statistics Option Popup */
.statisticsOptionPopup {
  display: none;
}
.statisticsOptionPopup .ui-dialog-titlebar {
  margin-bottom: 20px !important;
}
.statisticsOptionPopup .pupup-content {
  overflow: hidden;
}
.statisticsOptionPopup .pupup-content .statistic-edit {
  display: block;
}
.statisticsOptionPopup .pupup-content .statistic-view {
  display: none;
}
.statisticsOptionPopup .pupup-content .statistic-row {
  margin: 2px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 240px 120px;
  grid-column-gap: 2px;
  background: #ffffff;
  overflow: hidden;
}
.statisticsOptionPopup .pupup-content .statistic-row:first-child {
  margin-top: 0;
}
.statisticsOptionPopup .pupup-content .statistic-row .statistic-column div {
  position: relative;
  min-height: 26px;
  height: 26px;
  display: block;
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #8f91a2;
}
.statisticsOptionPopup .pupup-content .statistic-row .statistic-column div .chi-tic {
  -webkit-background-size: 14px auto !important;
  background-size: 14px auto !important;
  margin: 0 auto;
}
.statisticsOptionPopup .pupup-content .statistic-row .statistic-column .mars-checkbox {
  width: 16px;
  height: 16px;
  margin: 2px auto 0 auto;
  display: block;
}

@media (max-width: 960px) {
  .dialog-statisticsOptionPopup {
    max-width: 100% !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
}

/*
==========================================================================
    Resident Guest Forecast
==========================================================================
*/
.resident-guestforecast,
.guestForecastOccRatioPopup {
  font-family: "SourceSansProRegular";
}
.resident-guestforecast .commonTable .negativenumber,
.guestForecastOccRatioPopup .commonTable .negativenumber {
  color: red !important;
}
.resident-guestforecast .commonTable tr th, .resident-guestforecast .commonTable tr td,
.guestForecastOccRatioPopup .commonTable tr th,
.guestForecastOccRatioPopup .commonTable tr td {
  min-width: 90px;
}
.resident-guestforecast .commonTable tr th.fixcell:first-child, .resident-guestforecast .commonTable tr td.fixcell:first-child,
.guestForecastOccRatioPopup .commonTable tr th.fixcell:first-child,
.guestForecastOccRatioPopup .commonTable tr td.fixcell:first-child {
  text-align: left;
}
.resident-guestforecast .commonTable tr th.totalColumn, .resident-guestforecast .commonTable tr td.totalColumn,
.guestForecastOccRatioPopup .commonTable tr th.totalColumn,
.guestForecastOccRatioPopup .commonTable tr td.totalColumn {
  min-width: 110px;
  width: 110px;
}
.resident-guestforecast .commonTable tr th,
.guestForecastOccRatioPopup .commonTable tr th {
  height: 25px;
  padding: 2px 10px !important;
}
.resident-guestforecast .commonTable tr th.twoCell div,
.guestForecastOccRatioPopup .commonTable tr th.twoCell div {
  padding: 0 10px;
}
.resident-guestforecast .commonTable tr th.twoCell .btn-close,
.guestForecastOccRatioPopup .commonTable tr th.twoCell .btn-close {
  margin-left: 10px;
}
.resident-guestforecast .commonTable tr th.twoCell .addText,
.guestForecastOccRatioPopup .commonTable tr th.twoCell .addText {
  padding: 3px 10px;
}
.resident-guestforecast .commonTable tr td,
.guestForecastOccRatioPopup .commonTable tr td {
  padding: 3px 10px !important;
}
.resident-guestforecast .commonTable tr.trPattensBlue .totalColumn,
.guestForecastOccRatioPopup .commonTable tr.trPattensBlue .totalColumn {
  background-color: #ccecff !important;
}
.resident-guestforecast .commonTable tr:first-child th:first-child,
.guestForecastOccRatioPopup .commonTable tr:first-child th:first-child {
  padding: 0 0 !important;
}
.resident-guestforecast .commonTable .trHead th, .resident-guestforecast .commonTable .trHead td,
.guestForecastOccRatioPopup .commonTable .trHead th,
.guestForecastOccRatioPopup .commonTable .trHead td {
  padding: 0 10px !important;
  height: auto;
}
.resident-guestforecast .commonTable .icon-collapse,
.guestForecastOccRatioPopup .commonTable .icon-collapse {
  float: left;
}
.resident-guestforecast .commonTable thead .totalcolumn,
.guestForecastOccRatioPopup .commonTable thead .totalcolumn {
  background: #98bad6 !important;
}
.resident-guestforecast .commonTable .overridecolumn,
.guestForecastOccRatioPopup .commonTable .overridecolumn {
  color: blue;
}

/* Resident Guest Forecast */
.resident-guestforecast .content {
  padding: 10px 15px 0 15px;
  overflow: hidden;
}
.resident-guestforecast .fiscal-range .fiscal-range__cell {
  text-align: center;
  cursor: default;
}
.resident-guestforecast .fiscal-range.fiscal-range-start .is-space {
  padding-right: 80px !important;
}
.resident-guestforecast .fiscal-range__column {
  margin: unset !important;
  padding: 0 2px !important;
}
.resident-guestforecast .fiscal-range__group {
  margin: 0 -4px 0 -2px !important;
}
.resident-guestforecast .col-size {
  width: 16.66666667% !important;
}
.resident-guestforecast .fiscaldaterange-title {
  height: 30px;
  position: relative;
  padding: 0 100px 0 10px;
  margin-bottom: 0;
  border: none;
  overflow: hidden;
  color: #002060;
  z-index: 1;
}
.resident-guestforecast .fiscaldaterange-title .fiscal-action {
  background: #FFFFFF !important;
  height: 30px;
  padding: 0 0 0 5px;
}
.resident-guestforecast .fiscal-range.fiscal-range-startview .fiscal-range__row .fiscal-range__cell.fiscal-range__tilte {
  text-align: center !important;
}
.resident-guestforecast .fiscal-range .fiscal-range__row.is-group-title {
  grid-column-gap: 3px;
}
.resident-guestforecast .fiscaldaterange-title {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.resident-guestforecast .disabledBg {
  background: #e4e4e4 !important;
}
.resident-guestforecast .btn-summary {
  background-image: none !important;
}
.resident-guestforecast .top-action-area {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1100px) {
  .resident-guestforecast .top-action-area {
    display: block;
  }
}
.resident-guestforecast .top-action-area .btn-export {
  background: #FFFFFF !important;
  padding: 4px 10px 4px 38px;
  margin-left: 10px;
  height: 30px;
  text-decoration: none;
}
.resident-guestforecast .top-action-area .btn-export i {
  left: 0;
  right: initial;
}
.resident-guestforecast .top-action-area .btn-action {
  height: 30px;
  background: #f2f2f2;
  padding: 4px 40px 0 10px;
  margin-right: 10px;
  color: #131111;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.resident-guestforecast .top-action-area .btn-action i {
  position: absolute;
  right: 5px !important;
  top: 3px;
}
.resident-guestforecast .top-action-area .btn-occupancyRatios {
  height: 30px;
  padding: 4px 10px;
  background-color: #ccecff;
  color: #131111;
}
.resident-guestforecast .top-action-area .btn-occupancyRatios:hover {
  background-color: #ccecff;
  color: #2a2b2b;
}
.resident-guestforecast .top-action-area .btn-occupancyRatios {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.resident-guestforecast .top-action-area .options-area {
  margin-right: 10px;
  background-color: #F5F5F5;
}
.resident-guestforecast .top-action-area .options-area.hide {
  display: none;
}
.resident-guestforecast .top-action-area .options-area .mars-radio {
  float: left;
}
.resident-guestforecast .top-action-area .options-checkbox {
  margin-right: 10px;
  background-color: #F5F5F5;
}
.resident-guestforecast .top-action-area .options-checkbox div {
  padding: 0 5px;
  float: left;
}
.resident-guestforecast .top-action-area .options-checkbox div .mars-checkbox {
  margin: 0;
}
.resident-guestforecast .top-action-area .checkbox-area {
  margin-right: 10px;
  flex-grow: 1;
  background-color: #F5F5F5;
}
@media (max-width: 1100px) {
  .resident-guestforecast .top-action-area .checkbox-area {
    overflow: hidden;
    margin: 5px 0;
  }
}
.resident-guestforecast .top-action-area .checkbox-area div {
  float: left;
  padding: 0 5px;
}
.resident-guestforecast .top-action-area .checkbox-area div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
}
.resident-guestforecast .top-action-area .checkbox-area div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
.resident-guestforecast .top-action-area .checkbox-area div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}
.resident-guestforecast .fiscal-range-wrap {
  display: none;
  margin-bottom: 10px;
}
.resident-guestforecast #report.newreport {
  border: none;
  max-width: 530px;
  z-index: 100;
  font-weight: 400;
}
.resident-guestforecast #report.newreport .btn-reportclose {
  margin-right: 10px;
}
.resident-guestforecast #report.newreport .report-title {
  display: flex;
}
.resident-guestforecast #report.newreport .report-title h2 {
  font-family: "SourceSansProSemiBold";
}
.resident-guestforecast #report.newreport .report-content {
  border: none;
}
.resident-guestforecast #report.newreport .report-content .report-row {
  margin-top: 4px;
}
.resident-guestforecast #report.newreport .report-content .report-row:last-child .reportrowcontent {
  padding: 0 0;
}
.resident-guestforecast #report.newreport .report-content .report-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 160px auto;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowtitle {
  width: 155px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontentarea .reportrowcontent {
  margin-left: 0;
  margin-top: 4px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontentarea .reportrowcontent:first-child {
  margin-top: 0;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group {
  padding: 0;
}
@media (max-width: 1084px) {
  .resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group {
    float: none;
    clear: both;
    margin: 4px 0 0 0;
  }
  .resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:first-child {
    margin-top: 0;
  }
  .resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group > label {
  margin: 0 10px;
  float: left;
  width: auto;
  margin: 0 10px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  text-align: left;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:first-child {
  margin-left: 0;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:first-child label {
  width: 100px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .form-group small {
  display: block;
  float: left;
  padding: 0 10px;
  font-style: normal;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .mars-radio {
  float: left;
  min-width: 120px;
  position: relative;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .mars-radio label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 3px 5px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div {
  float: left;
  padding: 0 5px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
.resident-guestforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}
.resident-guestforecast #report.newreport .report-content .report-row .mars-select {
  float: left;
}
.resident-guestforecast #report.newreport .report-content .report-row .mars-select .multiselect-native-select {
  width: inherit !important;
  max-width: 100%;
}
.resident-guestforecast #report.newreport .report-content .report-row .mars-select .multiselect-native-select .multiselect {
  width: 240px !important;
  line-height: auto;
}
.resident-guestforecast #report.newreport .report-content .report-row .mars-select .multiselect-container,
.resident-guestforecast #report.newreport .report-content .report-row .mars-select .multiselect-container li {
  width: 100%;
}
.resident-guestforecast #report.newreport .report-content .report-row .mars-select .multiselect-container li label {
  height: 26px !important;
  line-height: 24px !important;
}
.resident-guestforecast #report.newreport .report-content .report-row .mars-select .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
  line-height: 24px !important;
}
.resident-guestforecast #report.newreport .report-content .report-row .rangesliderbox {
  padding: 0 10px !important;
  width: 240px;
  position: relative;
  z-index: 0;
}
.resident-guestforecast #report.newreport .report-content .report-row .rangesliderbox .rangesliderwrap {
  width: 100%;
  float: none;
  padding: 0;
}
.resident-guestforecast #report.newreport .report-content .report-row .rangesliderbox .irs-hidden-input {
  display: none !important;
}
.resident-guestforecast .table-responsive {
  overflow: scroll !important;
  max-height: inherit;
  margin-bottom: unset;
}
.resident-guestforecast .table-responsive.tableAutoResponsive {
  max-width: 1113px;
}
.resident-guestforecast .table-responsive.summeryTableResponsive {
  overflow: hidden !important;
}
.resident-guestforecast .table-responsive.summeryTableResponsive .consolidatedTable .is-first-column, .resident-guestforecast .table-responsive.summeryTableResponsive .fixcell {
  border-right: 1px solid black !important;
}
.resident-guestforecast .table-responsive.summeryTableResponsive th.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr th,
.resident-guestforecast .commonTable.consolidatedMaxTable tr td {
  min-width: 100px;
  width: 100px;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr th.fixcell,
.resident-guestforecast .commonTable.consolidatedMaxTable tr td.fixcell {
  min-width: 160px;
  max-width: 160px;
  border-right: 1px solid #002060 !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr th.colspanset, .resident-guestforecast .commonTable.consolidatedMaxTable tr th.borderd-right,
.resident-guestforecast .commonTable.consolidatedMaxTable tr td.colspanset,
.resident-guestforecast .commonTable.consolidatedMaxTable tr td.borderd-right {
  border-right: 1px solid #002060 !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr th:last-child,
.resident-guestforecast .commonTable.consolidatedMaxTable tr td:last-child {
  border-right: none !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr .acpercentcell2.active,
.resident-guestforecast .commonTable.consolidatedMaxTable tr .vrcellShow.borderd-right,
.resident-guestforecast .commonTable.consolidatedMaxTable tr .vrcell.borderd-right.active,
.resident-guestforecast .commonTable.consolidatedMaxTable tr .dfcellShow.borderd-right,
.resident-guestforecast .commonTable.consolidatedMaxTable tr .dfcell.borderd-right.active {
  border-right: none !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr th.colspanset.varcell,
.resident-guestforecast .commonTable.consolidatedMaxTable tr th.colspanset.dfcell {
  border-right: none !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr:first-child th:first-child {
  min-width: 126px;
  max-width: 126px;
  padding: 0 0 !important;
}
.resident-guestforecast .commonTable.consolidatedMaxTable tr td:first-child {
  min-width: 126px;
  max-width: 126px;
}
.resident-guestforecast .commonTable.summeryTable tr .fixcell:first-child {
  min-width: 165px;
  max-width: 165px;
}
.resident-guestforecast .commonTable.summeryTable .is-first-column div.et-cell-content {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.resident-guestforecast .commonTable.summeryTable td.is-first-column {
  text-align: left !important;
}
.resident-guestforecast .commonTable .contributioncell,
.resident-guestforecast .commonTable .acsplitcell,
.resident-guestforecast .commonTable .acpercentcell,
.resident-guestforecast .commonTable .actualstlyrow,
.resident-guestforecast .commonTable .dfrow,
.resident-guestforecast .commonTable .varrow,
.resident-guestforecast .commonTable .acrow,
.resident-guestforecast .commonTable .tcrow, .resident-guestforecast .commonTable .gcrow, .resident-guestforecast .commonTable .otrow, .resident-guestforecast .commonTable .vrcell {
  display: none;
}
.resident-guestforecast .forecasttitle-top {
  height: 40px;
  margin-top: 15px;
  margin-bottom: -10px;
  margin-left: 15px;
}
.resident-guestforecast .forecasttitle-top .forecasttitle {
  background-color: #DCECFF;
  padding: 6px 10px 6px 10px;
}

.dialog-guestForecastOccRatioPopup {
  top: 160px !important;
}
.dialog-guestForecastOccRatioPopup .ui-dialog-titlebar .help-integration {
  float: right !important;
  margin-right: 25px !important;
  margin-top: -3px;
  background-size: 30px 30px !important;
}

/* Guest Forecast Occ Ratio Popup */
.guestForecastOccRatioPopup {
  padding: 10px 0 !important;
  display: none;
}
.guestForecastOccRatioPopup .auto-height {
  height: auto !important;
}
.guestForecastOccRatioPopup { /* For popup auto adjust height */ }
.guestForecastOccRatioPopup.active {
  display: block;
}
.guestForecastOccRatioPopup:after {
  content: "";
  display: table;
  clear: both;
}
.guestForecastOccRatioPopup.popup-contents {
  margin: 10px !important;
}
.guestForecastOccRatioPopup .top-section:after,
.guestForecastOccRatioPopup .section-row:after {
  content: "";
  display: table;
  clear: both;
}
.guestForecastOccRatioPopup .btn-deletecell {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 0;
  left: inherit;
  right: -5px;
  border: none;
  float: left;
  margin-left: 5px;
}
.guestForecastOccRatioPopup .section-row {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 175px auto;
}
.guestForecastOccRatioPopup .head-label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 !important;
  padding: 3px 35px 3px 10px;
  color: #131111;
  text-align-last: left;
  background: #ccecff;
  width: 170px;
  height: 26px;
  position: relative;
}
.guestForecastOccRatioPopup .head-label .btn-add {
  position: absolute;
  right: 5px;
  top: 1px;
}
.guestForecastOccRatioPopup .section-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.guestForecastOccRatioPopup .rangedata {
  float: left;
  background: #eeeeee;
  height: 26px;
  padding: 3px 10px;
  width: 220px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.guestForecastOccRatioPopup .daterange-section {
  margin-top: 0;
}
.guestForecastOccRatioPopup .daterange-section .rangedata {
  background: #b3c6e8;
  cursor: pointer;
}
.guestForecastOccRatioPopup .daterange-section .rangedata.active {
  background: #ccffff;
}
.guestForecastOccRatioPopup .alert-danger {
  text-align: center;
  vertical-align: middle;
}
.guestForecastOccRatioPopup .data-rangecalendar .col-item,
.guestForecastOccRatioPopup .form-rangecalendar .col-item {
  margin: 0 5px 5px 0 !important;
  float: left;
  width: 220px;
  position: unset !important;
}
.guestForecastOccRatioPopup .data-rangecalendar .comparerangepopup,
.guestForecastOccRatioPopup .form-rangecalendar .comparerangepopup {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.guestForecastOccRatioPopup .data-rangecalendar .compare-to-date-range,
.guestForecastOccRatioPopup .form-rangecalendar .compare-to-date-range {
  width: 180px !important;
}
.guestForecastOccRatioPopup .form-rangecalendar {
  max-width: 930px;
  float: left;
  margin: 0 !important;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item {
  background-color: #FFFFFF;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item.col-item-first {
  margin-left: 0;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item.col-item-first .timeselect {
  width: 220px;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item .timeselect {
  width: 210px;
  border: none;
  background: #FFFFFF url(../images/chi-calendar.svg) no-repeat 2px center;
  -webkit-background-size: 22px auto !important;
  background-size: 22px auto !important;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item {
  position: unset !important;
}
.guestForecastOccRatioPopup .form-rangecalendar .form-group {
  margin-bottom: 0;
}
.guestForecastOccRatioPopup .form-rangecalendar .report-row {
  z-index: 10;
}
.guestForecastOccRatioPopup .form-rangecalendar .daterange-row {
  z-index: 0;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item-first .reportpopup {
  left: 0;
  right: inherit;
}
.guestForecastOccRatioPopup .form-rangecalendar .col-item-3 .reportpopup,
.guestForecastOccRatioPopup .form-rangecalendar .col-item-4 .reportpopup {
  left: inherit;
  right: 0;
}
.guestForecastOccRatioPopup .action-area {
  height: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.guestForecastOccRatioPopup .action-area .btn-close,
.guestForecastOccRatioPopup .action-area .btn-edit,
.guestForecastOccRatioPopup .action-area .btn-save {
  width: 30px;
  height: 26px;
  padding: 0;
  margin-left: 5px;
  cursor: pointer;
}
.guestForecastOccRatioPopup .action-area .btn-close i,
.guestForecastOccRatioPopup .action-area .btn-edit i,
.guestForecastOccRatioPopup .action-area .btn-save i {
  margin: 0 auto;
}
.guestForecastOccRatioPopup .action-area .btn-close.active,
.guestForecastOccRatioPopup .action-area .btn-edit.active,
.guestForecastOccRatioPopup .action-area .btn-save.active {
  display: block;
}
.guestForecastOccRatioPopup .action-area .btn-disabled {
  cursor: not-allowed;
}
.guestForecastOccRatioPopup .action-area .btn-reset {
  background: #eeeeee;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  padding: 0 5px 0 30px;
}
.guestForecastOccRatioPopup .action-area .btn-reset i {
  margin: -24px 0px 0px -30px;
}
.guestForecastOccRatioPopup .popupView,
.guestForecastOccRatioPopup .popupDowEdit,
.guestForecastOccRatioPopup .popupSegmentEdit {
  display: none;
}
.guestForecastOccRatioPopup .popupView.active,
.guestForecastOccRatioPopup .popupDowEdit.active,
.guestForecastOccRatioPopup .popupSegmentEdit.active {
  display: block;
}
.guestForecastOccRatioPopup .table-content {
  padding: 0;
  max-width: 1122px;
}
.guestForecastOccRatioPopup .table-content .change-aware-table-wrapper {
  height: 350px !important;
  width: 1122px !important;
}
.guestForecastOccRatioPopup .table-responsive.tableAutoResponsive {
  height: 340px !important;
}
.guestForecastOccRatioPopup .mars-select.yearRangeSelect .multiselect {
  width: 250px !important;
}
.guestForecastOccRatioPopup .mars-select.yearRangeSelect .multiselect-container,
.guestForecastOccRatioPopup .mars-select.yearRangeSelect .multiselect-container li {
  width: 250px;
}
.guestForecastOccRatioPopup .popupRowColor .trLinkWater {
  background-color: #cbced7 !important;
}
.guestForecastOccRatioPopup .popupRowColor .trHawkesBlue {
  background-color: #d8dbec !important;
}
.guestForecastOccRatioPopup .popupRowColor .trWhiteLilac {
  background-color: #eae6ec !important;
}
.guestForecastOccRatioPopup .popupRowColor .totalcolumn {
  background: #d4d9e8 !important;
}
.guestForecastOccRatioPopup .popupRowColor .trSolitude {
  background: #eff1f7 !important;
}
.guestForecastOccRatioPopup {
  /* table */
}
.guestForecastOccRatioPopup .commonTable.occRatioTable input {
  padding: 0 5px;
  border-width: 0;
  width: 100%;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .borderd-right {
  border-right: 1px solid #002060 !important;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .borderd-right:last-child {
  border-right: none !important;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell:first-child {
  min-width: 175px !important;
  max-width: 175px !important;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-close {
  margin-top: 1px;
  height: 22px;
  width: 30px;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-close i {
  position: relative;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-edit,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-save {
  width: auto;
  margin: 1px 0 0 0;
  padding: 0 5px 0 5px;
  height: 22px !important;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-edit i,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-save i {
  position: relative;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-edit.active, .guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-edit:hover,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-save.active,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-save:hover {
  background: #894F76;
  color: #ffffff;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group {
  padding: 0;
  display: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group .btn-edit,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group .btn-save {
  cursor: pointer;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group .btn-edit i,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group .btn-save i {
  position: absolute;
  top: 0;
  right: 5px;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group .btn-dayWeekEdit {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  padding: 3px 30px 0 10px;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell .btn-group .btn-segmentEdit {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  padding: 3px 30px 0 10px;
}
.guestForecastOccRatioPopup .commonTable.occRatioTable tr th.celledit,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr td.celledit {
  padding: 0 !important;
  margin: 0 !important;
}

.summeryTableResponsive.tableRowColor .totalcolumn {
  background: #d4d9e8 !important;
}

.summeryTableResponsive.tableRowColor .occPerRow.totalcolumn {
  background-color: #ccecff !important;
}

.summeryTableResponsive.tableRowColor .trLinkWater {
  background-color: #cbced7 !important;
  border: 0 !important;
}

td.is-fixed-left:not(.is-first-column) {
  z-index: 2;
}

@media (max-width: 960px) {
  .dialog-guestForecastOccRatioPopup {
    max-width: 100% !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
}

/* For change of btn styles */
.resident-guestforecast .btn {
  color: #000000;
  padding: 0 10px;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.resident-guestforecast .btn.active {
  background-color: #f2f2f2;
  color: #333 !important;
}
.resident-guestforecast .btn:hover {
  background-color: #894F76;
  color: #ffffff;
}

.occupancy-help {
  float: right;
  margin-left: 1102px;
  margin-top: -50px;
  position: fixed;
}

.historical-date-range-type-option {
  width: 256px;
  height: 26px;
  display: contents;
  float: left;
}
.historical-date-range-type-option.WeekRollingOption {
  width: 190px;
  display: none;
}
.historical-date-range-type-option.WeekRollingOption.active {
  display: block;
}
.historical-date-range-type-option.historicalOption {
  width: 256px;
}
.historical-date-range-type-option.historicalOption.active {
  width: 256px;
}
.historical-date-range-type-option.historicalOption .col-item {
  margin: 0 5px 0 0 !important;
}
.historical-date-range-type-option.historicalOption { /* change */ }
.historical-date-range-type-option.not-edit {
  width: 220px;
}
.historical-date-range-type-option.not-edit.weeks {
  display: block;
}
.historical-date-range-type-option .mars-radio {
  float: left;
  height: 26px;
}
.historical-date-range-type-option .mars-radio label {
  padding: 5px 5px 0 5px;
  margin-bottom: 0;
}
.historical-date-range-type-option .mars-radio label .color {
  margin: 0;
}
.historical-date-range-type-option strong {
  font-weight: normal;
  padding: 3px 0 0 0;
  margin-left: 5px;
  float: left;
}
.historical-date-range-type-option .weekRollingInput {
  width: 40px;
  height: 26px;
  float: left;
  margin-left: 5px;
}

.fnb-forecast-header {
  padding: 10px 15px 0 15px;
  display: flex;
  justify-content: end;
}
.fnb-forecast-header .contentRight {
  width: 270px !important;
}

.oiCurrencyDropdown {
  width: 275px;
  margin: 2px 5px 0 1570px;
  display: grid;
}

.mars-ember-table.ember-table-ui-example .ember-table-input {
  width: 100%;
  text-align: center;
  border: 1px solid #8f91a2;
}
.mars-ember-table.ember-table-ui-example td:not(.is-first-column) {
  text-align: center;
}
.mars-ember-table.ember-table-ui-example .headerclass {
  background: linear-gradient(rgb(229, 244, 227) 0%, rgb(210, 232, 207) 100%) !important;
}
.mars-ember-table.ember-table-ui-example tbody tr td:not(.totalcolumn) {
  background: #f9f9f9;
}
.mars-ember-table.ember-table-ui-example .totalcolumn {
  background: #d4d9e8;
}
.mars-ember-table.ember-table-ui-example .actionColumn {
  border-left: 1px white;
}
.mars-ember-table.ember-table-ui-example .actionColumn .btn-save2 {
  background: none;
}
.mars-ember-table.ember-table-ui-example {
  height: 400px;
}

.mars-ember-table table thead tr.trPattensBlue {
  background: #d4d9e8 !important;
  text-align: center;
}

.ui-example {
  height: 100vh;
}
.ui-example .sidebar-sticky li > a {
  padding: 0 !important;
}
.ui-example main {
  overflow: auto;
  height: 100vh;
}
.ui-example .ui-dialog .ui-button:first-child {
  margin: 0 !important;
}
.ui-example .uiExampleBg .switch {
  background-color: #f10101;
}
.ui-example .uiExampleBg .switch input:checked + .slider {
  background-color: #062dbb;
}

.ui-example-power-select-dropdown .checkbox input[type=checkbox] {
  display: none !important;
}

.ui-example-power-select-dropdown li label.active {
  background: #fff url(../../images/chi-tic.svg) no-repeat 100% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
}
.ui-example-power-select-dropdown .checkbox input[type=checkbox] {
  display: none !important;
}
.ui-example-power-select-dropdown .ember-power-select-option[aria-current=true] {
  color: unset;
  background-color: unset;
}
.ui-example-power-select-dropdown .ember-power-select-option[aria-selected=true] {
  background-color: unset;
}

.ui-example-display-criteria .filterDropdown {
  margin-right: 10px !important;
}
.ui-example-display-criteria .mars-select .multiselect-native-select {
  width: 170px !important;
}
.ui-example-display-criteria .dowLabelClass {
  margin-right: 8px !important;
  font-weight: bold !important;
}

.ui-example .singledatepicker .form-control {
  display: block;
  height: 30px;
  line-height: 24px;
  color: #131111;
  margin-left: 4px;
  padding: 0 10px 0 35px;
  border: 1px solid #8f91a2;
  text-align: left;
  background: #ffffff url(../images/chi-calendar.svg) no-repeat 2px center !important;
  -webkit-background-size: 26px auto !important;
  background-size: 26px auto !important;
}

.ember-table tdinput {
  width: 100%;
}
.ember-table td {
  background: white;
}
.ember-table .ember-table-overflow {
  overflow: scroll !important;
}
.ember-table.mars-ember-table table {
  border-collapse: separate;
}
.ember-table.mars-ember-table table thead th {
  background: #98bad6;
  text-align: center;
  user-select: auto !important;
  font-weight: normal;
  padding: 2.5px 0;
}
.ember-table.mars-ember-table table thead tr th {
  border-right: 1px solid white !important;
}
.ember-table.mars-ember-table table td.editableCell {
  padding: 1px 1px 1px 1px !important;
}
.ember-table.mars-ember-table table tr .icon-circle {
  padding: 4px 5px;
}
.ember-table.mars-ember-table table tr .icon-circle i.i-circle {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #3eea31;
}
.ember-table.mars-ember-table .is-first-column.fakeColspan2 div.et-cell-content {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.ember-table.mars-ember-table .is-first-column .et-cell-container {
  text-align: left;
}
.ember-table.mars-ember-table td.is-fixed-left:not(.is-first-column) {
  z-index: 2 !important;
}
.ember-table.mars-ember-table td.lessIndex:not(.is-first-column) {
  z-index: 1 !important;
}
.ember-table.mars-ember-table .borderRightNone {
  border-right: none !important;
}
.ember-table.mars-ember-table.mars-row-edit-table table th {
  touch-action: auto !important;
}
.ember-table.mars-ember-table.mars-row-edit-table table thead tr {
  height: 50px;
}
.ember-table.mars-ember-table.mars-row-edit-table table td {
  border-top: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ember-table.mars-ember-table.mars-row-edit-table.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
}
.ember-table.mars-ember-table.mars-row-edit-table.table-striped tbody tr:nth-of-type(even) td {
  background-color: #FFFFFF;
}
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-save,
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-edit,
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-delete,
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-deactive {
  background: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  float: left;
  margin: 0px 5px;
}
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-save i,
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-edit i,
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-delete i,
.ember-table.mars-ember-table.mars-row-edit-table .action-component .btn-deactive i {
  width: 100%;
  height: 100%;
}
.ember-table th.is-reorderable {
  cursor: grab;
}
.ember-table .et-reorder-main-indicator {
  position: absolute;
  background: 0 0;
  border-left: none;
  border-right: none;
  opacity: 0.8;
  z-index: 10;
}
.ember-table .et-reorder-main-indicator th {
  background: #e9f4fc;
}
.ember-table .et-reorder-drop-indicator {
  position: absolute;
  background: 0 0;
  border-left: none;
  border-right: #27618a solid 1px;
  opacity: 0.8;
  z-index: 10;
  height: 100%;
}
.ember-table.ember-tree-table .is-first-column input[type=checkbox] {
  opacity: 0;
}
.ember-table.ember-tree-table .is-first-column input[type=text] {
  width: calc(100% - 30px);
}
.ember-table.ember-tree-table .is-first-column .et-cell-content {
  display: inline;
}
.ember-table.ember-tree-table .is-first-column.expanded .depth-0 {
  background: url(../images/chi-arrowright.svg) no-repeat center center;
  background-size: 75%;
  transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ember-table.ember-tree-table .is-first-column.collapsed .depth-0 {
  background: url(../images/chi-arrowright.svg) no-repeat center center;
  background-size: 75%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ember-table.ember-tree-table .is-first-column .et-depth-indent {
  width: 20px;
  display: inline-block;
}
.ember-table .pickup-trend-no-border-top {
  border-top: none !important;
}
.ember-table .bottom-thick-borderd {
  border-bottom: 2px solid white !important;
}
.ember-table .thick-border-top {
  border-top: 2px solid white !important;
}
.ember-table .thick-border-left {
  border-left: 1px solid white !important;
}

.ember-table-wrapper-div {
  height: 500px;
}

.overFlowVisible {
  overflow: visible !important;
}

.textOverFlowVisible div {
  overflow: visible !important;
  text-overflow: clip !important;
}

.is-reordering.ember-table * {
  cursor: grabbing !important;
  user-select: none;
}
.is-reordering.ember-table * .ember-table {
  user-select: none !important;
}
.is-reordering.ember-table * thead .ember-view {
  user-select: none !important;
}
.is-reordering.ember-table * tbody .ember-view {
  user-select: none !important;
}

.test-ember-table-wrapper {
  height: 2000px !important;
}

/* Title Bar */
.forecast-method-setting .new-title-bar {
  color: #002060;
  padding: 0 130px 0 10px;
  background: #dde0ec !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0) !important;
  /* IE6-9 */
  position: relative;
}

.forecast-method-setting .new-title-bar h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 5px 0;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.forecast-method-setting .forecast-method-errors {
  margin-left: auto !important;
  width: 100% !important;
}

.forecast-method-setting .new-title-bar .title-action {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.forecast-method-setting .new-title-bar .title-action.bg-white {
  background: #FFFFFF;
}

.forecast-method-setting .new-title-bar .btn-save,
.forecast-method-setting .new-title-bar .btn-edit,
.forecast-method-setting .new-title-bar .btn-close {
  width: 30px;
  height: 100%;
  display: none;
}

.forecast-method-setting .new-title-bar .btn-edit {
  cursor: pointer;
}

.forecast-method-setting .new-title-bar .btn-save.active,
.forecast-method-setting .new-title-bar .btn-edit.active,
.forecast-method-setting .new-title-bar .btn-close.active {
  display: block;
}

/* Forecast Method Setting ( fmsetting ) */
.forecast-method-setting .tab3 {
  margin: 10px 0 6px 0;
  padding: 0;
}

.forecast-method-setting .tab3 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.forecast-method-setting .tab3 ul li {
  width: 100%;
  padding: 0;
}

.forecast-method-setting .tab3 ul li.active a {
  background: #80cbc4;
  color: #131111;
  cursor: pointer;
}

@media (min-width: 567px) {
  .forecast-method-setting .tab3 ul li {
    width: 190px;
    padding: 0 4px 0 0;
  }
}
.forecast-method-setting .mars-radio {
  height: 26px;
}

.forecast-method-setting .mars-radio .color {
  margin: 0;
}

.forecast-method-setting .mars-radio label {
  margin-bottom: 0;
}

.forecast-method-setting .form-control {
  width: 50px;
  height: 26px;
  text-align: center;
  padding: 2px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.forecast-method-setting .form-control.weekRollingInput {
  margin: 0 5px 0 0;
}

.forecast-method-setting strong {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  padding: 3px 0 0 0;
  margin: 0 5px;
}

.forecast-method-setting .multiselect-native-select {
  margin: 0;
}

.forecast-method-setting .multiselect-native-select .caret {
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
}

.forecast-method-setting .fiscalYearSelect {
  padding: 0 0 !important;
}

.forecast-method-setting .fiscalYearSelect .multiselect-native-select {
  width: 160px !important;
}

.forecast-method-setting .impactEventSelect {
  padding: 0 0 !important;
}

.forecast-method-setting .impactEventSelect .multiselect-native-select {
  width: 200px !important;
}

.forecast-method-setting .historicalRangeSelect .multiselect-native-select {
  width: 188px !important;
}

.forecast-method-setting .content {
  padding: 0 15px;
}

.forecast-method-setting .fms {
  overflow: hidden;
  margin-left: 5px;
}

.forecast-method-setting .fms__wrap {
  max-width: 100%;
  float: left;
}

.forecast-method-setting .fms__content {
  padding-bottom: 160px;
  margin-top: 30px;
}

@media (max-width: 918px) {
  .forecast-method-setting .fms__content {
    overflow: scroll;
  }
}
.forecast-method-setting .fms__group,
.forecast-method-setting .fms__subgroup {
  margin-top: 4px;
}

.forecast-method-setting .fms__group:first-child,
.forecast-method-setting .fms__subgroup:first-child {
  margin-top: 0;
}

.forecast-method-setting .fms__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 200px 546px 284px;
  grid-template-columns: 200px 546px 284px;
  grid-column-gap: 4px;
  margin-top: 4px;
}

.forecast-method-setting .fms__row:first-child {
  margin-top: 0;
}

.forecast-method-setting .fms__row.is-row-fiscal .is-column-title {
  background: #cce5ff;
}

.forecast-method-setting .fms__column {
  display: -ms-grid;
  display: grid;
}

.forecast-method-setting .fms__column.is-double-option {
  justify-content: space-between;
  -ms-grid-template-columns: 320px auto;
  grid-template-columns: 320px auto;
  padding-right: 10px;
}

.forecast-method-setting .fms__column.is-single-option {
  padding-right: 10px;
  -ms-grid-template-columns: auto;
  grid-template-columns: auto;
  justify-content: end;
}

.forecast-method-setting .fms__row.TIME_SERIES .fms__column.is-single-option {
  -ms-grid-template-columns: auto;
  grid-template-columns: auto;
  justify-content: center;
}

.forecast-method-setting .fms__column__group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.forecast-method-setting .fms__column__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 140px 140px;
  grid-template-columns: 140px 140px;
  grid-column-gap: 4px;
  margin-top: 4px;
}

.forecast-method-setting .fms__column__row:first-child {
  margin-top: 0;
}

.forecast-method-setting .fms__column__row .fms__cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.forecast-method-setting .fms__column__row .fms__cell:first-child {
  justify-content: flex-end;
}

.forecast-method-setting .fms__column__row .fms__cell:first-child strong {
  margin: 0;
  padding: 3px 0 0 0;
  height: 26px;
  width: 70px;
}

.forecast-method-setting .fms__column__row .fms__cell:first-child span,
.forecast-method-setting .fms__column__row .fms__cell:first-child .form-control {
  width: 50px;
  text-align: center;
}

.forecast-method-setting .fms__cell {
  display: block;
  padding: 0 10px;
}

.forecast-method-setting .fms__cell.align-right {
  text-align: right;
}

.forecast-method-setting .fms__cell.align-center {
  text-align: center;
}

.forecast-method-setting .fms__cell.data {
  padding: 3px 10px;
}

.forecast-method-setting .fms__cell .option-type {
  min-width: 110px;
  display: block;
  float: left;
}

.forecast-method-setting .fms__cell ul {
  padding: 0;
  margin: 0;
}

.forecast-method-setting .fms__cell ul li {
  float: left;
}

.forecast-method-setting .fms__cell ul li:before {
  content: "";
  height: 0px;
  width: 160px;
  display: block;
  float: left;
  background: #000;
  margin: 3px 5px 0 5px;
}

.forecast-method-setting .fms__row-title .fms__column .fms__cell {
  background: #b3c6e8;
  text-align: center;
  font-family: "SourceSansProSemiBold";
}

.forecast-method-setting .fms__row-subtitle .fms__column .fms__cell {
  background: #e2f0d9;
  font-family: "SourceSansProSemiBold";
}

.forecast-method-setting .content-view .fms__row {
  -ms-grid-template-columns: 200px 320px 140px 140px;
  grid-template-columns: 200px auto 140px 140px;
}

.forecast-method-setting .content-edit,
.forecast-method-setting .content-view {
  display: none;
}

.forecast-method-setting .content-edit.active,
.forecast-method-setting .content-view.active {
  display: block;
}

.roomRevOnlyRadio {
  padding-left: 11px !important;
}

.revOnlyRadioCondition {
  padding-left: 330px !important;
}
.revOnlyRadioCondition:hover {
  background: white !important;
}

.weekEndWeekDay {
  width: 54px !important;
  padding-right: 71px;
}

.disabledWash {
  pointer-events: none;
}

.fms__column .mars-select .multiselect-native-select .btn-group {
  width: 176px !important;
}

.forecast-method-setting .impactEventSelect .multiselect-native-select .btn-group {
  width: 100% !important;
}

/* new change code start */
.forecast-method-setting .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: unset;
}
.forecast-method-setting .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.forecast-method-setting .fms.updated .fms__column.is-double-option {
  justify-content: start;
}
.forecast-method-setting .fms.updated .fms__column.is-single-option {
  justify-content: center;
}
.forecast-method-setting .fms.updated {
  margin-top: 6px;
}
.forecast-method-setting .fms.updated .new-title-bar {
  height: 30px;
}
.forecast-method-setting .fms.updated .errorDiv {
  height: 20px;
}
.forecast-method-setting .fms.updated .mars-radio.active, .forecast-method-setting .fms.updated .mars-radio:hover {
  background: none !important;
}
.forecast-method-setting .fms.updated input[type=text] {
  border: 1px solid #8f91a2;
}
.forecast-method-setting .fms.updated .fms__content {
  margin-top: 10px;
  overflow: auto;
}
.forecast-method-setting .fms.updated .fms__row {
  width: 756px;
  grid-template-columns: 210px 542px;
}
.forecast-method-setting .fms.updated .fms__row .fms__column .fms__cell {
  width: 100%;
}
.forecast-method-setting .fms.updated .fms__column.fms__column-historical {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.forecast-method-setting .fms.updated .fms__column__row {
  display: grid;
  grid-template-columns: 70px 462px !important;
  gap: 0 10px;
}
.forecast-method-setting .fms.updated .fms__column__row .fms__cell {
  justify-content: unset !important;
}
.forecast-method-setting .fms.updated .fms__column__row .segment-item {
  padding: 3px 0 3px 10px;
}
.forecast-method-setting .fms.updated .fms__column__group strong {
  margin: 0 5px 0 0;
}
.forecast-method-setting .fms.updated .fms__column__group .form-control {
  margin: 0 5px 0 0;
}
.forecast-method-setting .fms.updated .fms__column__group .year-select {
  width: 125px;
}
.forecast-method-setting .fms.updated .fms__column__group .year-select .btn-group {
  width: 125px !important;
}
.forecast-method-setting .fms.updated .fms__column__group .historicalRangeSelect {
  width: 188px !important;
}
.forecast-method-setting .fms.updated .fms__column__group .historicalRangeSelect .multiselect-native-select,
.forecast-method-setting .fms.updated .fms__column__group .historicalRangeSelect .btn-group {
  width: 100% !important;
}
.forecast-method-setting .fms.updated .content-edit .fms__row {
  display: grid;
  width: 1036px;
  grid-template-columns: 210px 822px;
}
.forecast-method-setting .fms.updated .content-edit .fms__row .fms__column-historical .fms__column__row {
  display: grid;
  grid-template-columns: 70px 315px 198px auto !important;
}
.forecast-method-setting .fms.updated .divider-line {
  height: 1px;
  background-color: #8f91a2;
  display: block;
}
.forecast-method-setting .fms.updated .mars-checkbox {
  padding: 0 0 0 24px !important;
  margin: 3px 0 0 0 !important;
}
.forecast-method-setting .fms.updated .mars-checkbox.weekEndWeekDay {
  width: auto !important;
  min-width: 82px !important;
}
.forecast-method-setting .fms.updated .fms__cell-input {
  display: flex;
  gap: 0 5px;
}
.forecast-method-setting .fms.updated .fms__cell-input span {
  padding-top: 3px;
}
.forecast-method-setting .fms.updated .fms__cell-input span.weekend {
  padding-left: 6px;
}
.forecast-method-setting .displayNone {
  display: none;
}
.forecast-method-setting {
  /* RevPlan Lite: narrower grid since Seasonal column is hidden */
}
.forecast-method-setting .fms.fms--lite.updated .fms__row {
  width: 620px;
  grid-template-columns: 210px 406px;
}
.forecast-method-setting .fms.fms--lite.updated .content-edit .fms__row {
  width: 820px;
  grid-template-columns: 210px 606px;
}
.forecast-method-setting .fms.fms--lite.updated .content-edit .fms__row .fms__column-historical .fms__column__row {
  grid-template-columns: 70px 315px 198px !important;
}

/* new change code end */
/*  stage-mars tab3 change for responsive view */
.tab3 {
  margin: 0;
  padding: 0;
}
.tab3 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab3 ul li {
  width: 100%;
  padding: 0;
}
.tab3 ul li.active a {
  background: #80cbc4;
  color: #131111;
  cursor: pointer;
}
@media (min-width: 567px) {
  .tab3 ul li {
    width: 190px;
    padding: 0 4px 0 0;
  }
}

/*
==========================================================================
    Chimps fbforecast
==========================================================================
*/
/* we have same style in Resident Guestforecast | start */
.fb-forecast {
  font-family: "SourceSansProRegular";
}
.fb-forecast .commonTable {
  margin-bottom: 0;
}
.fb-forecast .commonTable tr th, .fb-forecast .commonTable tr td {
  min-width: 90px;
  vertical-align: middle;
}
.fb-forecast .commonTable tr th.fixcell:first-child, .fb-forecast .commonTable tr td.fixcell:first-child {
  text-align: left;
}
.fb-forecast .commonTable tr th.totalColumn, .fb-forecast .commonTable tr td.totalColumn {
  min-width: 110px;
  width: 110px;
}
.fb-forecast .commonTable tr th {
  height: 25px;
  padding: 0 10px !important;
}
.fb-forecast .commonTable tr th.twoCell div {
  padding: 0 10px;
}
.fb-forecast .commonTable tr th.twoCell .btn-close {
  margin-left: 10px;
}
.fb-forecast .commonTable tr th.twoCell .addText {
  padding: 3px 10px;
}
.fb-forecast .commonTable tr th.highlightimpacteventdate {
  background-color: #ffe3a4 !important;
}
.fb-forecast .commonTable tr td {
  padding: 0 10px !important;
  height: 25px;
}
.fb-forecast .commonTable tr.trPattensBlue .totalColumn {
  background-color: #ccecff !important;
}
.fb-forecast .commonTable tr:first-child th:first-child {
  padding: 0 0 !important;
}
.fb-forecast .commonTable .trHead th, .fb-forecast .commonTable .trHead td {
  padding: 0 10px !important;
  height: auto;
}
.fb-forecast .commonTable .icon-collapse {
  float: left;
}

/* end */
.ember-table-wrapper-div {
  height: unset;
}

.fb-forecast .gotoselectarea .dropdown-menu {
  z-index: 900 !important;
}
.fb-forecast .ember-table.mars-ember-table table td.editableCell {
  padding: 0px 0px 0px 0px !important;
}
.fb-forecast .content {
  padding: 10px 15px 0 15px;
  overflow: hidden;
  min-height: 200px;
}
.fb-forecast {
  /* update common component to our regular style */
}
.fb-forecast input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.fb-forecast input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.fb-forecast input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.fb-forecast input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fb-forecast input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fb-forecast input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fb-forecast input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.fb-forecast input[type=text]:-moz-read-only, .fb-forecast input[type=text]:read-only {
  background: #FFFFFF !important;
}
.fb-forecast input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fb-forecast .btn-consolidated,
.fb-forecast .btn-summary {
  float: left;
  background-image: none !important;
  margin: 0 0 0 5px;
}
.fb-forecast .btn-autoadjust {
  line-height: inherit;
  width: auto;
}
.fb-forecast .switch {
  margin-right: 0;
}
.fb-forecast {
  /* tab */
}
.fb-forecast .tab-pane {
  display: none;
}
.fb-forecast .tab-pane.active {
  display: block;
}
.fb-forecast .mars-radio.active .color i {
  opacity: 1;
}
.fb-forecast .top-action-area .btn-autoadjust,
.fb-forecast .top-action-area .btn-saveActive {
  height: 30px;
  padding: 5px 10px;
  background-color: #ccecff;
  color: #131111;
}
.fb-forecast .top-action-area .btn-autoadjust:hover,
.fb-forecast .top-action-area .btn-saveActive:hover {
  color: #131111;
}
.fb-forecast .top-action-area .btn-autoadjust,
.fb-forecast .top-action-area .btn-saveActive {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
}
.fb-forecast .top-action-area .banquet-display {
  margin-left: 10px;
}
.fb-forecast .top-action-area .banquet-report-label {
  height: 30px;
  background-color: #ccecff;
  padding: 5px 10px;
  margin-right: 10px;
}
.fb-forecast .top-action-area .btn-mealPeriod {
  padding: 0;
  width: 34px;
}
.fb-forecast .top-action-area .btn-mealPeriod i {
  position: relative;
  left: inherit !important;
  right: inherit !important;
  margin: 0 auto;
}
.fb-forecast .top-action-area .btn-minibar,
.fb-forecast .top-action-area .btn-covers,
.fb-forecast .top-action-area .btn-rev-per,
.fb-forecast .top-action-area .btn-averageChecks {
  padding-right: 10px;
  padding-left: 35px;
}
.fb-forecast .top-action-area .btn-minibar i,
.fb-forecast .top-action-area .btn-covers i,
.fb-forecast .top-action-area .btn-rev-per i,
.fb-forecast .top-action-area .btn-averageChecks i {
  right: inherit;
  left: 5px;
  top: 3px;
}
.fb-forecast .top-action-area .broken-chain-icon {
  margin-right: 5px;
  padding: 4px 5px;
}
.fb-forecast .top-action-area .broken-chain-icon i {
  float: left;
  margin-right: 5px;
}
.fb-forecast .top-action-area .btn-reset {
  background: #f2f2f2;
  padding: 4px 10px 0 10px;
  cursor: pointer;
  display: none;
}
.fb-forecast .top-action-area .btn-reset.active {
  display: block;
}
.fb-forecast .top-action-area .btn-reset i {
  float: left;
  margin-right: 5px;
}
.fb-forecast .top-action-area .mealPeriodView {
  background: #DCECFF;
  padding: 5px;
  margin-right: 5px;
}
.fb-forecast .top-action-area .switch-area {
  margin-right: 10px;
}
.fb-forecast .top-action-area .btn-export {
  background: #F2F2F2 !important;
}
.fb-forecast .top-action-area .mars-tab {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fb-forecast .top-action-area .mars-tab a {
    margin-bottom: 5px;
  }
  .fb-forecast .top-action-area .fillgap {
    flex-grow: unset;
    width: 100%;
    height: 5px;
  }
  .fb-forecast .top-action-area .fillgap.bg-gray {
    background-color: #FFFFFF;
  }
}
.fb-forecast .singleSelect {
  width: 220px;
  margin: 2px 5px 0 0;
  float: none;
}
.fb-forecast .metricMealSelect {
  width: 170px;
  margin: 2px 5px 0 0;
}
.fb-forecast .new-title-bar {
  height: 28px;
  padding: 0 100px 0 10px;
  position: relative;
  margin-bottom: 0;
}
.fb-forecast .new-title-bar .action {
  height: 28px;
  min-width: 34px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fb-forecast .new-title-bar .action .btn-close,
.fb-forecast .new-title-bar .action .btn-edit,
.fb-forecast .new-title-bar .action .btn-save {
  height: 30px;
  width: 30px;
  display: none;
  cursor: pointer;
  background: none;
}
.fb-forecast .new-title-bar .action .btn-close.active,
.fb-forecast .new-title-bar .action .btn-edit.active,
.fb-forecast .new-title-bar .action .btn-save.active {
  display: block;
}
.fb-forecast .new-title-bar .action .btn-close i,
.fb-forecast .new-title-bar .action .btn-edit i,
.fb-forecast .new-title-bar .action .btn-save i {
  height: 30px;
}
.fb-forecast .fiscal-range-wrap {
  display: none;
}
.fb-forecast .fiscal-range {
  padding: 10px 0;
}
.fb-forecast .fiscal-range .fiscal-range__row.is-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 164px auto;
  grid-template-columns: 164px auto;
}
.fb-forecast .fiscal-range .fiscal-range__row.is-summary .fiscal-range__cell {
  width: 164px;
}
.fb-forecast .fiscal-range .fiscal-range__row.is-summary .fiscal-range__cell.fiscal-range__tilte {
  width: 164px;
}
.fb-forecast #report.commonDisplayCriteria {
  width: 660px;
}
@media (max-width: 767px) {
  .fb-forecast #report.commonDisplayCriteria .report-row {
    grid-template-columns: auto;
  }
}
@media (max-width: 660px) {
  .fb-forecast #report.commonDisplayCriteria .mars-select {
    float: none !important;
    margin-top: 5px;
  }
  .fb-forecast #report.commonDisplayCriteria .mars-select:first-child {
    margin-top: 0;
  }
}
.fb-forecast #report.commonDisplayCriteria .metricMealSelect {
  width: 203px;
  margin-left: 5px;
}
.fb-forecast #report.commonDisplayCriteria .mealperiodsSelect,
.fb-forecast #report.commonDisplayCriteria .daysofweek-select {
  width: 240px;
}
.fb-forecast #report.commonDisplayCriteria .mealperiodsSelect {
  margin-right: 10px;
}
.fb-forecast #report.commonDisplayCriteria .mars-select.lastSubmittedSelect {
  float: left;
  width: 130px;
  display: none;
}
.fb-forecast #report.commonDisplayCriteria .mars-select.lastSubmittedSelect.active {
  display: block;
}
.fb-forecast #report.fnb-banquet-display-criteria .reportrowcontent .checkmark {
  top: 15px;
}
.fb-forecast #report.fnb-banquet-display-criteria .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .reportrowcontent .checkbox-area > div {
  float: left;
  padding: 0 5px;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .reportrowcontent .checkbox-area > div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .reportrowcontent .checkmark {
  top: 15px;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .mars-checkbox {
  padding-bottom: 0px;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .mars-checkbox input {
  opacity: inherit;
  display: block;
  margin-left: -22px;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .reportrowcontent .last-submitted {
  width: 130px;
}
.fb-forecast #report.commonDisplayCriteria.fnb-consolidated-criteria .report-row .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.fb-forecast #report.commonDisplayCriteria.fnb-summary-display-criteria .reportrowcontent .checkmark {
  top: 15px;
}
.fb-forecast #report.commonDisplayCriteria.fnb-summary-display-criteria .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}
.fb-forecast #report.commonDisplayCriteria.fnb-summary-display-criteria .reportrowcontent .checkbox-area > div {
  float: left;
  padding: 0 5px;
}
.fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-saveActive, .fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-autoadjust {
  position: relative;
  padding-left: 35px;
}
.fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-saveActive i, .fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-autoadjust i {
  top: 0;
  position: absolute;
  left: 0;
  right: initial;
}
.fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-saveActive, .fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-autoadjust, .fb-forecast.fnb-forecast-consolidated .top-action-area a.btn-export {
  background: #F2F2F2 !important;
}
.fb-forecast .fnb-forecasting-consolidated-report tr {
  height: 25px;
}
.fb-forecast .fnb-forecasting-consolidated-report tr > td.is-first-column {
  border-right-color: #2b2b2b !important;
}
.fb-forecast .fnb-forecasting-consolidated-report tr > th.headerColumn {
  border-right-color: #2b2b2b !important;
}
.fb-forecast .fnb-forecasting-consolidated-report thead tr:nth-child(2) th {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.fb-forecast .fnb-forecasting-consolidated-report .Comparecolumn.Last, .fb-forecast .fnb-forecasting-consolidated-report .Primarycolumn.Last {
  border-right: 1px solid #2b2b2b !important;
}
.fb-forecast .fnb-forecasting-consolidated-report .editableCell input[type=text] {
  width: 110px;
}
.fb-forecast .fnb-forecasting-consolidated-report {
  height: 372px;
}
@media (min-width: 768px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 372px;
  }
}
@media (min-width: 1280px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 715px;
  }
}
@media (min-width: 1366px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 459px;
  }
}
@media (min-width: 1400px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 741px;
  }
}
@media (min-width: 1440px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 540px;
  }
}
@media (min-width: 1600px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 591px;
  }
}
@media (min-width: 1680px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 695px;
  }
}
@media (min-width: 1920px) {
  .fb-forecast .fnb-forecasting-consolidated-report {
    height: 786px;
  }
}
.fb-forecast .outlet-links-wrap {
  position: relative;
  margin-right: 10px;
}
.fb-forecast .outlet-links-wrap .btn-action {
  margin-right: 0;
}
.fb-forecast .outlet-links-wrap ul {
  display: none;
  width: 450px;
  position: absolute;
  top: 40px;
  z-index: 100;
  background-color: #F5F5F5;
  margin: 0;
  padding: 4px 5px;
  overflow: hidden;
}
.fb-forecast .outlet-links-wrap ul.active {
  display: block;
}
@media (max-width: 767px) {
  .fb-forecast .outlet-links-wrap ul {
    width: 300px;
  }
  .fb-forecast .outlet-links-wrap ul li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .fb-forecast .outlet-links-wrap ul {
    right: 0;
  }
}
.fb-forecast .outlet-links-wrap li {
  padding: 0 5px;
  float: left;
}
.fb-forecast .outlet-links-wrap li span {
  display: block;
  padding: 0 !important;
  line-height: 24px;
  cursor: pointer;
}
.fb-forecast .outlet-links-wrap li span i {
  float: left;
  width: 30px;
  margin: 0 5px 0 0;
}
.fb-forecast {
  /* check and change class name */
}
.fb-forecast .import-status {
  margin: 0 0 0 10px;
}
.fb-forecast .import-status.dropdown {
  position: relative;
}
.fb-forecast .import-status.dropdown .dropdown-content {
  width: 280px;
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10000;
  background-color: #F5F5F5;
  padding: 10px;
  margin: 0;
  overflow: hidden;
}
.fb-forecast .import-status.dropdown .dropdown-content .import-title {
  text-decoration: underline;
}
.fb-forecast .import-status.dropdown .dropdown-content ul {
  margin: 5px 0 0 0;
  padding: 0;
}
.fb-forecast .import-status.dropdown .dropdown-content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fb-forecast .import-status.dropdown .dropdown-content ul li span {
  width: 135px;
}
.fb-forecast .import-status.dropdown .dropdown-content ul li.overweekdata {
  color: red;
}
.fb-forecast .import-status.dropdown:hover .dropdown-content {
  display: block;
}
.fb-forecast {
  /* table */
}
.fb-forecast .table-responsive {
  overflow-x: unset;
  max-height: unset;
}
.fb-forecast .table-responsive.summeryTableResponsive {
  max-width: 1402px;
}
.fb-forecast .commonTable tr th.fixcell:first-child,
.fb-forecast .commonTable tr td.fixcell:first-child {
  min-width: 195px !important;
  width: 195px !important;
  max-width: 195px !important;
}
.fb-forecast .commonTable tr th.fixcell .addBtn,
.fb-forecast .commonTable tr td.fixcell .addBtn {
  padding: 1px 10px;
}
.fb-forecast .commonTable tr td.celledit {
  padding: 0 !important;
}
.fb-forecast .commonTable tr td.celledit input {
  border: 1px solid #CCCCCC;
  font-size: 13px !important;
  text-align: center !important;
}
.fb-forecast .commonTable .btn-group {
  display: none;
}
.fb-forecast .commonTable .btn-group.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fb-forecast .commonTable .btn-group .btn-edit, .fb-forecast .commonTable .btn-group .btn-save {
  margin-top: 1px;
}
.fb-forecast .commonTable .btn-close {
  width: 22px;
  height: 22px;
}
.fb-forecast .commonTable {
  /* new change */
}
.fb-forecast .commonTable .negativeValue {
  background-color: #ffabab !important;
}
.fb-forecast .commonTable .positiveValue {
  background-color: #d1e6c4 !important;
}
.fb-forecast .commonTable tr.otbrow td.fixcell:first-child {
  padding-left: 33px !important;
}
.fb-forecast .commonTable tr.otbrow td.fixcell:first-child .btn-popup {
  text-decoration: underline;
  cursor: pointer;
}
.fb-forecast .commonTable td.banquet-status:first-child {
  padding-left: 33px !important;
  text-decoration: underline;
  cursor: pointer;
}
.fb-forecast .commonTable td.banquet-less:first-child {
  padding-left: 33px !important;
}
.fb-forecast .consolidatedMaxTable { /* for ui 2 & ui 3 */ }
.fb-forecast .consolidatedMaxTable tr .icon-collapse,
.fb-forecast .consolidatedMaxTable tr .icon-cirle {
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
}
.fb-forecast .consolidatedMaxTable tr .icon-collapse { /* new change */
  padding: 2px 0;
}
.fb-forecast .consolidatedMaxTable tr .icon-cirle {
  padding: 7px 5px; /* new change */
}
.fb-forecast .consolidatedMaxTable tr .icon-cirle i {
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #3eea31;
}
.fb-forecast .consolidatedMaxTable tr th .btn-save,
.fb-forecast .consolidatedMaxTable tr th .btn-edit {
  float: left;
  min-width: unset;
}
.fb-forecast .consolidatedMaxTable tr th {
  max-width: 100px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fb-forecast .consolidatedMaxTable tr th.fixcell,
.fb-forecast .consolidatedMaxTable tr td.fixcell {
  height: 23px;
  min-width: 185px !important;
  width: 185px !important;
  padding-left: 35px !important;
  border-right: 1px solid #002060 !important;
}
.fb-forecast .consolidatedMaxTable tr th.fixcell:first-child,
.fb-forecast .consolidatedMaxTable tr td.fixcell:first-child {
  min-width: 185px !important;
  width: 185px !important;
}
.fb-forecast .consolidatedMaxTable tr th.fixcell.totalColumn,
.fb-forecast .consolidatedMaxTable tr td.fixcell.totalColumn {
  min-width: 110px !important;
  width: 110px !important;
}
.fb-forecast .consolidatedMaxTable tr th.fixcell.fixcell-add-button,
.fb-forecast .consolidatedMaxTable tr td.fixcell.fixcell-add-button {
  padding: 1px 10px 0 10px !important;
}
.fb-forecast .consolidatedMaxTable tr th.fixcell.fixcell-add-button .btn-close,
.fb-forecast .consolidatedMaxTable tr td.fixcell.fixcell-add-button .btn-close {
  float: left;
  margin-left: 10px;
}
.fb-forecast .consolidatedMaxTable tr th.colspanset, .fb-forecast .consolidatedMaxTable tr th.borderd-right,
.fb-forecast .consolidatedMaxTable tr td.colspanset,
.fb-forecast .consolidatedMaxTable tr td.borderd-right {
  border-right: 1px solid #002060 !important;
}
.fb-forecast .consolidatedMaxTable tr th.colspanset.vrcell, .fb-forecast .consolidatedMaxTable tr th.colspanset.dfcell, .fb-forecast .consolidatedMaxTable tr th.borderd-right.vrcell, .fb-forecast .consolidatedMaxTable tr th.borderd-right.dfcell,
.fb-forecast .consolidatedMaxTable tr td.colspanset.vrcell,
.fb-forecast .consolidatedMaxTable tr td.colspanset.dfcell,
.fb-forecast .consolidatedMaxTable tr td.borderd-right.vrcell,
.fb-forecast .consolidatedMaxTable tr td.borderd-right.dfcell {
  border-right: none !important;
}
.fb-forecast .consolidatedMaxTable tr.mealperiodrow td.fixcell {
  padding-left: 45px !important;
}
.fb-forecast .consolidatedMaxTable.editViewTable .resnrcell,
.fb-forecast .consolidatedMaxTable.editViewTable .checksplitcell,
.fb-forecast .consolidatedMaxTable.editViewTable .allrevcell,
.fb-forecast .consolidatedMaxTable.editViewTable .vrcell,
.fb-forecast .consolidatedMaxTable.editViewTable .revcontcell {
  display: table-cell;
}
.fb-forecast .consolidatedMaxTable.editViewTable td.fixcell {
  padding-left: 10px !important;
}
.fb-forecast .consolidatedMaxTable.editViewTable .colspanset.vrcell, .fb-forecast .consolidatedMaxTable.editViewTable .colspanset.dfcell,
.fb-forecast .consolidatedMaxTable.editViewTable .borderd-right.vrcell,
.fb-forecast .consolidatedMaxTable.editViewTable .borderd-right.dfcell {
  border-right: 1px solid #002060 !important;
}
.fb-forecast .consolidatedMaxTable.editViewTable .colspanset:last-child,
.fb-forecast .consolidatedMaxTable.editViewTable .borderd-right:last-child {
  border-right: none !important;
}
.fb-forecast .consolidatedMaxTable.editViewDot .icon-cirle {
  position: relative;
  left: inherit;
  top: inherit;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  padding: 5px 5px;
  margin-right: 5px;
}
.fb-forecast .consolidatedMaxTable.editViewDot .mealperiodrow td.fixcell {
  padding-left: 10px !important;
}
.fb-forecast {
  /* table row */
}
.fb-forecast .mealperiodrow, .fb-forecast .acsplitcell, .fb-forecast .acpercentcell, .fb-forecast .rgsrow, .fb-forecast .actualstlyrow, .fb-forecast .resnrcell,
.fb-forecast .checksplitcell, .fb-forecast .allrevcell, .fb-forecast .vrcell, .fb-forecast .revcontcell, .fb-forecast .otbrow, .fb-forecast .summaryrow, .fb-forecast .outletrow, .fb-forecast .outletmeal,
.fb-forecast .cateringrow, .fb-forecast .cateringmeal, .fb-forecast .conferenceServiceRow, .fb-forecast .socialCateringRow, .fb-forecast .offSiteCateringRow {
  display: none;
}
.fb-forecast .currencyDropdown {
  width: 275px !important;
  margin: 2px 10px 0 0;
}

/*Unassiged button setting*/
#unAssignedEventStatusButton {
  height: 30px;
  padding: 0px 10px 0px;
}

/* unassigned popup setting */
#utilities-unassigned-popup {
  min-width: 240px;
  max-width: 450px;
  min-height: 120px;
}
#utilities-unassigned-popup .action-bar {
  width: 40px !important;
}
#utilities-unassigned-popup .message-popup--admin-list {
  min-height: 80px !important;
  max-height: auto;
  padding-bottom: 0px !important;
}
#utilities-unassigned-popup .ui-dialog-content {
  padding-bottom: 0px !important;
}

.utilities-dialog-unassigned-popup .col-resources {
  text-align: inherit;
}
.utilities-dialog-unassigned-popup .message-popup {
  padding: 10px 0 !important;
}
.utilities-dialog-unassigned-popup thead tr th:first-child {
  text-align: left;
}

/*fb-summary style*/
.fb-forecast .fnb-forecasting-summary-report {
  height: 100% !important;
}

/* utilities */
.utilities {
  margin-top: 6px;
  overflow: auto;
}
.utilities .utilities__wrap {
  max-width: 100%;
  float: left;
}
.utilities .utilities-edit,
.utilities .save-utilities-view,
.utilities .utilities-view {
  margin-top: 10px;
  display: none;
}
.utilities .utilities-edit.active,
.utilities .save-utilities-view.active,
.utilities .utilities-view.active {
  display: block;
}
.utilities .utilities-edit,
.utilities .save-utilities-view,
.utilities .utilities-view {
  padding-bottom: 100px;
  overflow: auto;
}
.utilities .utilities-edit .gotoselectarea .dropdown-menu,
.utilities .save-utilities-view .gotoselectarea .dropdown-menu,
.utilities .utilities-view .gotoselectarea .dropdown-menu {
  z-index: 900 !important;
}
.utilities .utilities__group,
.utilities .utilities__subgroup,
.utilities .utilities__row,
.utilities .utilities__column__row {
  margin-top: 2px;
}
.utilities .utilities__group:first-child,
.utilities .utilities__subgroup:first-child,
.utilities .utilities__row:first-child,
.utilities .utilities__column__row:first-child {
  margin-top: 0;
}
.utilities .utilities__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 170px auto;
  grid-template-columns: 170px auto;
  grid-column-gap: 2px;
}
.utilities .utilities__row-time {
  -ms-grid-template-columns: 170px auto;
  grid-template-columns: 170px auto;
  grid-column-gap: 2px;
}
.utilities .utilities__row-time .utilitiesYearSelect {
  width: 120px;
  margin-bottom: 0;
  float: left;
}
.utilities .utilities__row-time .multiselect-native-select .multiselect-container {
  min-width: 0;
}
.utilities .utilities__row-time .utilities__cell-head {
  background: #ccecff !important;
}
.utilities .utilities__column {
  display: -ms-grid;
  display: grid;
}
.utilities .utilities__column__row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2px;
}
.utilities .utilities__cell {
  display: flex;
}
.utilities .utilities__cell.text-right {
  text-align: right;
}
.utilities .utilities__cell.text-center {
  text-align: center;
}
.utilities .utilities__cell.utilities__cell-head {
  background-color: #e9efed;
  padding: 3px 10px;
}
.utilities .utilities__cell.data {
  padding: 3px 10px;
  border: none;
}
.utilities .utilities__cell.data-border {
  padding: 2px 10px;
  clear: both;
  overflow: hidden;
  border: 1px solid #8f91a2;
  width: 100%;
  background: #FFFFFF;
}
.utilities .utilities__cell.data-gray {
  padding: 3px 10px;
  border: none;
  background: #eeeeee;
}
.utilities .utilities__cell.is-historical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.utilities .utilities__cell.is-historical:first-child {
  justify-content: flex-end;
}
.utilities .utilities__cell.is-historical:first-child strong {
  margin: 0;
  padding: 3px 0 0 0;
  height: 26px;
  width: 70px;
}
.utilities .utilities__cell.is-historical:first-child span,
.utilities .utilities__cell.is-historical:first-child .form-control {
  width: 50px;
  text-align: center;
}
.utilities .utilities__cell.datacheck {
  padding: 3px 10px;
  justify-content: center;
  background: #eeeeee;
}
.utilities .utilities__cell.datacheck .mars-checkbox {
  margin: 0 auto;
  padding: 5px 0;
  display: block;
  width: 20px;
  height: 20px;
}
.utilities .utilities__cell .chi-tic {
  -webkit-background-size: 14px 14px !important;
  background-size: 14px 14px !important;
  margin: 0 auto;
}
.utilities .utilities__cell__group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.utilities .utilities__row-title .utilities__column .utilities__cell {
  background: #b3c6e8 !important;
  text-align: center;
  font-family: "SourceSansProSemiBold";
}
.utilities .utilities__row-subtitle .utilities__column .utilities__cell {
  background: #e2f0d9 !important;
  font-family: "SourceSansProSemiBold";
}
.utilities .utilities__row-rev {
  background: #d4d9e8;
}
.utilities .utilities-list {
  padding: 0;
  margin: 0;
}
.utilities .utilities-list li {
  float: left;
}
.utilities .utilities-list li:first-child:before {
  display: none;
}
.utilities .utilities-list li:before {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  float: left;
  background: #000000;
  margin: 3px 5px 0 5px;
}
.utilities .mars-radio .color {
  margin: 0;
}
.utilities .mars-radio label {
  margin-bottom: 0;
}
.utilities .utilitiesSelect {
  width: 188px;
  margin-bottom: 0;
}
.utilities .weekRollingInput {
  width: 40px;
  float: left;
  margin-right: 5px;
  padding: 2px 10px;
  height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.utilities .div-week-rolling {
  margin-right: 5px;
}
.utilities .div-week-rolling .input-edit-week-rolling {
  margin-right: 0;
}
.utilities strong {
  font-weight: normal;
  font-family: "SourceSansProRegular";
  padding: 3px 0 0 0;
  margin-right: 5px;
}
.utilities .multiselect-native-select {
  margin: 0;
}
.utilities .btn-reset {
  display: block;
  margin-left: 10px;
}
.utilities .btn-reset i {
  float: left;
  margin-right: 5px;
}
.utilities .utilities-outlet .utilities__row {
  -ms-grid-template-columns: 170px auto;
  grid-template-columns: 170px auto;
}
.utilities .utilities-outlet .utilities-edit .utilities__column__row {
  -ms-grid-template-columns: 170px 526px;
  grid-template-columns: 170px 526px;
}
.utilities .utilities-outlet .utilities-view .utilities__column__row {
  -ms-grid-template-columns: 170px 200px;
  grid-template-columns: 170px 200px;
}
.utilities .utilities-completion .utilities__row {
  -ms-grid-template-columns: 170px 170px;
  grid-template-columns: 170px 170px;
}
.utilities .utilities-completion .utilities__row.utilities__row-time {
  -ms-grid-template-columns: 170px 400px;
  grid-template-columns: 170px 400px;
}
.utilities .utilities-mapping .utilities__row {
  -ms-grid-template-columns: 170px auto;
  grid-template-columns: 170px auto;
  grid-column-gap: 2px;
  margin-top: 2px;
}
.utilities .utilities-mapping .utilities__row:first-child {
  margin-top: 0;
}
.utilities .utilities-mapping .utilities__row.new-maping-row {
  background: #DCEDFF;
}
.utilities .utilities-mapping .utilities__row.new-maping-row .utilities__cell-head {
  background: #DCEDFF;
}
.utilities .utilities-mapping .utilities__row-title .utilities__cell {
  position: relative;
}
.utilities .utilities-mapping .utilities__column__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 170px 200px 150px 150px;
  grid-template-columns: 170px 200px 150px 150px;
  grid-column-gap: 2px;
  margin-top: 2px;
}
.utilities .utilities-mapping .utilities__column__row:first-child {
  margin-top: 0;
}
.utilities .utilities-mapping .utilities__cell {
  min-height: 26px;
}
.utilities .utilities-mapping .utilities__cell.is-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.utilities .utilities-mapping .utilities__cell.is-checkbox .mars-checkbox {
  margin: 0;
  padding: 5px 0px 5px 24px;
}
.utilities .utilities-mapping .utilities__cell .utilities__cell__input {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 30px 110px 30px;
  grid-template-columns: 30px 110px 30px;
  grid-column-gap: 0;
  position: relative;
}
.utilities .utilities-mapping .utilities__cell .btn-deletecell {
  width: 30px;
  height: 26px;
  display: block;
  right: 0;
  top: 0;
}
.utilities .utilities-mapping .utilities__cell .btn-add {
  height: 28px;
  width: 26px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.utilities .utilities-mapping .utilities__cell .btn-hand {
  width: 30px;
  height: 26px;
  display: block;
  background: #DCEDFF;
}
.utilities .utilities-mapping .ui-sortable-helper {
  margin-top: 0 !important;
}
.utilities .utilities-mapping .ui-sortable-placeholder {
  min-height: 26px !important;
  margin: 0 0 0 0 !important;
}
.utilities .utilities-mapping .maprowblank {
  background-color: #e4e4e4;
  height: 26px;
  margin: 2px 0 0 0;
}
.utilities .new-title-bar .action .btn-close,
.utilities .new-title-bar .action .btn-save {
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
  background: none;
}
.utilities .new-title-bar .action .btn-close.active,
.utilities .new-title-bar .action .btn-save.active {
  display: block;
}
.utilities .new-title-bar .action .btn-close i,
.utilities .new-title-bar .action .btn-save i {
  height: 30px;
}
.utilities {
  /* utilities-assign-event start */
}
.utilities .utilities-assign-event .utilitiesYearEventSelect {
  width: 120px;
  margin-bottom: 0;
  float: left;
}
.utilities .utilities-assign-event .multiselect-native-select .multiselect-container {
  min-width: 0;
}
.utilities .utilities-assign-event .utilities__row {
  -ms-grid-template-columns: 200px 554px;
  grid-template-columns: 200px 554px;
}
.utilities .utilities-assign-event .utilities__cell.bg-white-smoke {
  background-color: #F5F5F5;
}
.utilities .utilities-assign-event .utilities__cell__group {
  float: left;
  padding: 0 5px;
}
.utilities .utilities-assign-event .utilities__cell__group .mars-checkbox {
  padding: 3px 0px 3px 24px;
  margin-bottom: 0;
}
.utilities .utilities-assign-event .custom-avg-check .utilities__cell-head_one {
  background-color: #e9efed !important;
}
.utilities .utilities-assign-event .custom-avg-check {
  margin-top: 10px;
}
.utilities .utilities-assign-event .custom-avg-check .utilities__cell-head {
  background-color: #b3c6e8 !important;
  text-align: center;
  font-family: "SourceSansProRegular";
}
.utilities .utilities-assign-event .custom-avg-check .assign-event-check-table {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.utilities .utilities-assign-event .custom-avg-check table {
  border-collapse: separate;
  border-spacing: 1px;
}
.utilities .utilities-assign-event .custom-avg-check table tr {
  height: 26px !important;
  margin-top: 10px !important;
  line-height: 22px !important;
}
.utilities .utilities-assign-event .custom-avg-check table tr th:first-child, .utilities .utilities-assign-event .custom-avg-check table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}
.utilities .utilities-assign-event .custom-avg-check table tr th:not(:first-child) {
  text-align: center !important;
}
.utilities .utilities-assign-event .custom-avg-check table tr td:not(:first-child) {
  border: #8f91a2 1px solid;
  padding: 2px 10px;
  box-sizing: border-box;
  background-color: #FFFFFF !important;
  text-align: center !important;
}
.utilities .utilities-assign-event .custom-avg-check table tr td:not(:first-child) input[type=text] {
  width: 100%;
  border: none;
}
.utilities {
  /* utilities-assign-event end */
}

/* fb forecast popup */
/*
Note:
---------------------------------------------------------------------------------------
getting style from class "guestForecastOccRatioPopup" in "resident-guest-forecast.scss"
---------------------------------------------------------------------------------------
*/
.fbForecastPopup .miss-error {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.fbForecastPopup .btn-go {
  display: inline-block;
}
.fbForecastPopup .btn-go .chi-go {
  width: 26px;
  height: 26px;
  -webkit-background-size: 26px 26px !important;
  background-size: 26px 26px !important;
  display: block;
}
.fbForecastPopup .rev-data {
  color: #3d5afe;
}
.fbForecastPopup .pupup-content {
  position: relative;
  min-height: 270px;
}
.fbForecastPopup .section-row:first-child {
  margin-top: 0;
}
.fbForecastPopup .section-row:last-child {
  margin-bottom: 5px;
}
.fbForecastPopup .disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.fbForecastPopup input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.fbForecastPopup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.fbForecastPopup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.fbForecastPopup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fbForecastPopup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fbForecastPopup input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fbForecastPopup input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.fbForecastPopup input[type=text]:-moz-read-only, .fbForecastPopup input[type=text]:read-only {
  background: #FFFFFF !important;
}
.fbForecastPopup input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fbForecastPopup input[type=text].form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #8f91a2;
  background: #ffffc1;
}
.fbForecastPopup .radioDate.disabled {
  display: none;
}
.fbForecastPopup .rangedata.disabled {
  cursor: not-allowed;
  opacity: 1 !important;
  background: #eeeeee;
}
.fbForecastPopup .btn-reset,
.fbForecastPopup .event-dropdown span {
  display: block;
  float: left;
  height: 26px;
  padding: 3px 10px 3px 30px;
  position: relative;
  background: #eeeeee;
  cursor: pointer;
}
.fbForecastPopup .btn-reset i,
.fbForecastPopup .event-dropdown span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
.fbForecastPopup .import-event-list {
  float: left;
  margin-right: 5px;
}
.fbForecastPopup .event-dropdown {
  position: relative;
}
.fbForecastPopup .event-dropdown .event-dropdown__content {
  width: 200px;
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 10000;
  background-color: #eae6ec;
  padding: 10px;
  margin: 0;
  overflow: hidden;
}
.fbForecastPopup .event-dropdown .event-dropdown__content .event-dropdown__title {
  text-decoration: underline;
}
.fbForecastPopup .event-dropdown .event-dropdown__content ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fbForecastPopup .event-dropdown .event-dropdown__content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fbForecastPopup .event-dropdown .event-dropdown__content ul li span {
  width: 135px;
}
.fbForecastPopup .event-dropdown .event-dropdown__content ul li.overweekdata {
  color: #ff0000;
}
.fbForecastPopup .event-dropdown:hover .event-dropdown__content {
  display: block;
}
.fbForecastPopup .session-dropdown {
  float: left;
  position: relative;
  margin-right: 5px;
}
.fbForecastPopup .session-dropdown.dropdown.open .btn,
.fbForecastPopup .session-dropdown.dropdown.open .dropdown-menu, .fbForecastPopup .session-dropdown.dropdown .btn,
.fbForecastPopup .session-dropdown.dropdown .dropdown-menu {
  width: 225px;
  border: 1px solid #8f91a2;
  border-radius: 0;
}
.fbForecastPopup .session-dropdown.dropdown.open .btn, .fbForecastPopup .session-dropdown.dropdown .btn {
  height: 26px;
  background: #FFFFFF;
  color: #131111;
  text-align: left;
  position: relative;
}
.fbForecastPopup .session-dropdown.dropdown.open .btn .caret, .fbForecastPopup .session-dropdown.dropdown .btn .caret {
  position: absolute;
  top: 10px;
  right: 5px;
}
.fbForecastPopup .session-dropdown.dropdown.open .dropdown-menu, .fbForecastPopup .session-dropdown.dropdown .dropdown-menu {
  min-width: inherit;
  margin-top: 0;
  max-height: 90px;
  overflow-y: auto;
}
.fbForecastPopup .session-dropdown.dropdown.open .dropdown-menu li, .fbForecastPopup .session-dropdown.dropdown .dropdown-menu li {
  padding: 0 10px;
}
.fbForecastPopup .form-rangecalendar .reportpopup {
  margin: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 290px;
}
.fbForecastPopup .form-rangecalendar .timeselect p {
  margin: 0;
}
.fbForecastPopup .form-rangecalendar .col-item.col-item-single {
  margin: 0 5px 0 0 !important;
}
.fbForecastPopup .rangecalendar-group .form-rangecalendar .col-item .timeselect {
  position: relative;
}
.fbForecastPopup .rangecalendar-group .form-rangecalendar .col-item:first-child {
  padding-right: 30px;
}
.fbForecastPopup .rangecalendar-group .form-rangecalendar .col-item:first-child .btn-deletecell {
  display: block;
  right: 0;
}
.fbForecastPopup .section-right {
  flex-wrap: wrap;
  max-width: 740px;
}
.fbForecastPopup .historical-row {
  flex-basis: 100%;
}
.fbForecastPopup .historical-row .col-item {
  background-color: transparent !important;
}
.fbForecastPopup .historical-row:after {
  content: "";
  display: table;
  clear: both;
}
.fbForecastPopup .historical-row.rangecalendar-group {
  padding-left: 27px;
  margin-top: 5px;
}
.fbForecastPopup .historical-row {
  /* change */
}
.fbForecastPopup .historical-row.form-rangecalendar-group {
  padding-left: 26px;
}
.fbForecastPopup .historical-row.form-rangecalendar-group.view-group {
  padding-left: 0px !important;
}
.fbForecastPopup .historical-row .timeselect {
  border: 0 !important;
}
.fbForecastPopup .historical-row .form-rangecalendar {
  margin: 0 10px 5px 0 !important;
}
.fbForecastPopup .historical-row:first-child .timeselect {
  width: 220px;
}
.fbForecastPopup .historical-row:nth-child(2) {
  padding-right: 5px;
}
.fbForecastPopup .historical-row:nth-child(2) .form-rangecalendar .timeselect {
  width: 220px;
}
.fbForecastPopup .historical-row:nth-child(2) .form-rangecalendar .btn-deletecell {
  margin-left: 0px;
  right: -7px;
}
.fbForecastPopup .historical-option {
  width: 256px;
  float: left;
}
.fbForecastPopup .historical-option.WeekRollingOption {
  width: 190px;
  display: none;
}
.fbForecastPopup .historical-option.WeekRollingOption.active {
  display: block;
}
.fbForecastPopup .historical-option.historicalOption {
  width: 256px;
}
.fbForecastPopup .historical-option.historicalOption.active {
  width: 256px;
}
.fbForecastPopup .historical-option.historicalOption .col-item {
  margin: 0 5px 0 0 !important;
}
.fbForecastPopup .historical-option.historicalOption {
  /* change */
}
.fbForecastPopup .historical-option .mars-radio {
  float: left;
  height: 26px;
}
.fbForecastPopup .historical-option .mars-radio label {
  padding: 5px 5px 0 5px;
  margin-bottom: 0;
}
.fbForecastPopup .historical-option .mars-radio label .color {
  margin: 0;
}
.fbForecastPopup .historical-option strong {
  font-weight: normal;
  padding: 3px 0 0 0;
  margin-right: 5px;
  float: left;
}
.fbForecastPopup .historical-option .weekRollingInput {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.fbForecastPopup .item-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fbForecastPopup .item-group .item {
  float: left;
  margin-right: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 122px 200px;
  grid-template-columns: 122px 200px;
  grid-column-gap: 10px;
}
.fbForecastPopup .item-group .item .popMealPeriodSelect {
  margin-bottom: 0;
}
.fbForecastPopup .item-group .item .popMealPeriodSelect.disable {
  cursor: not-allowed;
}
.fbForecastPopup .item-group .item .popMealPeriodSelect.disable .multiselect-container {
  display: none;
}
.fbForecastPopup .item-group .item .popMealPeriodSelect.disable .multiselect {
  background: #eeeeee !important;
  cursor: not-allowed;
}
.fbForecastPopup .item-group .item .head-label {
  min-width: 0;
  width: 122px;
}
.fbForecastPopup .item-group .search-box {
  position: relative;
}
.fbForecastPopup .item-group .search-box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  display: block;
}
.fbForecastPopup .item-group .search-box .form-control {
  height: 26px;
  border-radius: 0;
  color: #131111;
  border: 1px solid #8f91a2;
  cursor: pointer;
  padding: 0 10px 0 40px;
}
.fbForecastPopup .item-group .search-box.disable {
  cursor: not-allowed;
}
.fbForecastPopup .item-group .search-box.disable .form-control {
  background: #eeeeee !important;
  cursor: not-allowed;
}
.fbForecastPopup .popupTotalEdit {
  display: none;
}
.fbForecastPopup .popupTotalEdit.active {
  display: block;
}
.fbForecastPopup .table-content {
  max-width: 1202px;
  margin-top: 11px;
}
.fbForecastPopup .table-responsive {
  height: auto !important;
  max-height: 340px !important;
}
.fbForecastPopup .commonTable tr th,
.fbForecastPopup .commonTable tr td {
  width: 90px;
  padding: 0 10px !important;
  vertical-align: middle;
}
.fbForecastPopup .commonTable tr td.celledit input {
  border: 1px solid #CCCCCC; /* height: 23px; */
}
.fbForecastPopup .commonTable tr td {
  height: 25px !important;
  white-space: inherit !important;
}
.fbForecastPopup .commonTable .trHead td {
  height: auto !important;
}
.fbForecastPopup .commonTable .trHead td span {
  float: left;
  margin-right: 10px;
}
.fbForecastPopup .commonTable .addBtn .btn-edit,
.fbForecastPopup .commonTable .addBtn .btn-save {
  top: 1px;
  background-color: #FFFFFF !important;
}
.fbForecastPopup.eventBookingPopup .btn-edit,
.fbForecastPopup.eventBookingPopup .btn-save {
  display: none;
}
.fbForecastPopup.eventBookingPopup .btn-edit.active,
.fbForecastPopup.eventBookingPopup .btn-save.active {
  display: block;
}
.fbForecastPopup.eventBookingPopup .tableRowColor td.totalColumn {
  text-align: left;
}
.fbForecastPopup.eventBookingPopup .banquetEventSearch {
  grid-template-columns: 122px 240px;
}
.fbForecastPopup.eventBookingPopup .banquetEventPopupTable {
  height: 400px !important;
}
.fbForecastPopup.eventBookingPopup .banquetEventPopupTable .is-first-column div.et-cell-container, .fbForecastPopup.eventBookingPopup .banquetEventPopupTable .is-first-column div.et-cell-content {
  overflow: visible !important;
}
.fbForecastPopup.eventBookingPopup .table-content {
  max-width: 1220px;
}

/* reset data popup */
.reset-data-popup {
  padding: 0 !important;
  display: none;
}
.reset-data-popup .mars-radio:hover, .reset-data-popup .mars-radio.active {
  background: none !important;
}

/* autoadjust-popup */
/*
Note:
---------------------------------------------------------------------------------------
getting updated style from "roomforcasting.scss"
---------------------------------------------------------------------------------------
*/
.autoadjustSessionPopup.fnb-autoadjust-popup {
  padding: 0 0 0 0 !important;
  overflow: hidden !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .help-integration {
  width: 33px !important;
  height: 30px !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .ui-dialog-titlebar {
  margin-bottom: 20px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .dialog-box-help {
  margin-left: 40px !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .mars-select .multiselect-container {
  max-height: 120px !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .form-group {
  margin-bottom: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup input[type=text] {
  color: #131111;
}
.autoadjustSessionPopup.fnb-autoadjust-popup input[readonly].form-control {
  background: #FFFFFF !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .mars-select .multiselect-container { /* For only HTML | You may remove this */
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 120px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .btn-help {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 45px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust {
  width: auto;
  margin-top: 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .blocktab {
  width: 950px;
  max-height: 350px !important;
  overflow: auto;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .autoadjust-top {
  width: 858px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .autoadjust-top .top-row {
  overflow: hidden;
  margin-top: 5px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .autoadjust-top .top-row:first-child {
  margin-top: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .autoadjust-top .top-row .headtext {
  margin-top: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .autoadjust-top .headtext {
  background: #ccecff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 7px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  width: 154px;
  text-align: center;
  display: block;
  float: left;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-title {
  width: 150px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input {
  margin-left: 160px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input.block-input-center {
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input.block-input-center span {
  padding: 3px 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .column {
  width: 48%;
  float: right;
  position: relative;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .column:first-child {
  float: left;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .column.percent-column i {
  right: 15px;
  top: 3px;
  font-style: normal;
  position: absolute;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .column span {
  display: block;
  height: 26px;
  padding: 3px 10px;
  text-align: center;
  font-family: "SourceSansProSemiBold";
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .column .form-control {
  padding: 0 10px 0 10px;
  margin-left: 0;
  width: 100%;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .column.add-percent .form-control {
  padding: 0 30px 0 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block .block-input .data {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 10px;
  background: #e2f0d9;
  height: 26px;
  width: 60px;
  text-align: center;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block-row--metrics-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  grid-column-gap: 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block-row--metrics-type .block-title {
  height: 100% !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block-row--metrics-type .block-input {
  margin-left: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .block-row--metrics-type .block-input .mars-select {
  margin-top: 4px;
  clear: both;
  width: 244px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .form-control.department-input {
  width: 100%;
  margin-left: 0;
  text-align: left;
  background: #FFFFFF !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .overrideDataTypeSelect {
  background-color: white !important;
  color: black !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .autoadjust .overrideDataTypeSelect option.disabled {
  color: #CCCCCC;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .left-block {
  width: 424px !important;
  float: left !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .cell-descriptions.multiselect-selected-text {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .cell-description {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block {
  width: 490px !important;
  margin-right: 5px;
  float: right !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change {
  border: none;
  font-weight: normal;
  overflow: hidden;
  background: #ffffff;
  margin-top: 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row {
  padding: 0;
  margin: 1px 0 0 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row.head-row {
  margin: 0;
  position: relative;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row.head-row:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #002060;
  position: absolute;
  left: 34%;
  bottom: -1px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .head-cell,
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .cell {
  padding: 5px 10px;
  width: 22%;
  float: left;
  border-left: 1px solid #ffffff;
  position: relative;
  text-align: center;
  height: 24px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .head-cell {
  height: 26px;
  background: #dcedff;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .head-cell:first-child {
  border-left: none;
  width: 34%;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .cell {
  padding: 2px 5px;
  background: #e4e4e4;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .cell:first-child {
  background: #b3c6e8;
  border-left: none;
  text-align: center;
  padding: 2px;
  width: 34%;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .cell:first-child:before {
  content: "";
  width: 1px;
  height: 110%;
  display: block;
  background: #002060;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 100;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .cell.cell2 {
  background: #f9f9f9;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .right-block .before-after-change .row .cell.cell3 {
  background: #e2f0d9;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .new-title-bar h2 {
  padding: 3px 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .new-title-bar {
  margin-bottom: 4px;
  text-align: center;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-content {
  padding: 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .blocktab.show {
  display: block !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .righttop {
  padding: 2px 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .mars-radio {
  float: left;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .mars-radio label {
  padding: 3px 5px 3px 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-input .mars-radio.active,
.autoadjustSessionPopup.fnb-autoadjust-popup .block-input .mars-radio:hover {
  background: transparent !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .checkbox-area div {
  float: left;
  padding: 0 5px 0 0;
  margin: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .checkbox-area div .mars-checkbox {
  display: block;
  margin: 0 !important;
  padding: 3px 0px 3px 23px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .daterange-row {
  min-height: 218px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .top-position .mars-select .multiselect-container {
  top: inherit;
  bottom: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .left-block-auto {
  width: auto !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-bottom {
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  clear: both;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-bottom .btn-dialog-popup {
  margin: 0 5px;
  min-width: 74px;
  background-color: #d8dbec !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-bottom .btn-dialog-popup:hover {
  background-color: #80cbc4 !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .restore-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 200px auto;
  grid-template-columns: 200px auto;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .restore-row .check-missing .form-control {
  float: left;
  width: 60px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .restore-row .check-missing .form-control:read-only {
  background-color: #FFFFFF !important;
  text-align: center;
  color: red;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .restore-row .check-missing .input-title {
  float: left;
  display: block;
  background: #b3c6e8;
  padding: 3px 10px;
  margin-right: 10px;
  height: 26px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .column-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 205px 175px 175px;
  grid-template-columns: 205px 175px 175px;
  grid-column-gap: 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .column-group:after {
  display: none;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .column-group .column-title {
  background-color: #e2f0d9;
  padding: 3px 10px;
  font-family: "SourceSansProSemiBold";
  text-align: center;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .column-group .column {
  display: block;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .column-group .column:first-child .form-control {
  width: 45px;
  margin-left: 10px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .column-group .column:first-child .form-control:read-only {
  background-color: #FFFFFF !important;
  text-align: center;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .dateRangeRow {
  display: none;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .dateRangeRow.active {
  display: block;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .cal-width {
  width: 477px;
  margin-left: 0 !important;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-row {
  margin-top: 4px;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-row:first-child {
  margin-top: 0;
}
.autoadjustSessionPopup.fnb-autoadjust-popup .block-row.top-position .commonselect .multiselect-container {
  top: inherit;
  bottom: 0;
}

.reset-forecast-popup .ui-dialog {
  width: unset;
}
.reset-forecast-popup .departmentBlock {
  display: flex;
  margin-top: 10px;
}
.reset-forecast-popup .departmentBlock .block-title {
  background: #ccecff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 26px 0px 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: left;
}
.reset-forecast-popup .departmentBlock .block-input {
  margin-left: 15px;
}
.reset-forecast-popup .departmentBlock .block-input .mars-select {
  width: 200px;
}
.reset-forecast-popup .departmentBlock .block-input .mars-select.active {
  display: block;
}
.reset-forecast-popup .radio-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.reset-forecast-popup .radio-wrap .mars-radio:nth-child(2) > label > span {
  background-color: #9ccc65 !important;
}
.reset-forecast-popup .radio-wrap .mars-radio:nth-child(1) > label > span {
  background-color: #ff8a80 !important;
}

.top-action-area .fillgap.relink {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

@media (max-width: 960px) {
  .ui-resizable {
    max-width: 95%;
  }
}

/* fnb forecasting department popup */
#revPerOpHr-dialog-popup .ember-table .ember-table-overflow {
  height: unset !important;
  max-height: 350px !important;
}
#revPerOpHr-dialog-popup .fbForecastPopup {
  margin: 0 10px !important;
  padding-bottom: 0 !important;
}

.ui-dialog.fnb-autoadjust-popup, .ui-dialog.fbforecast.dialog-outletCoverCapturePopup, .ui-dialog.banquetEventUiDialog {
  top: 50px !important;
}

#autoAdjust-dialog-popup {
  height: auto !important;
  min-height: 130px !important;
  max-height: 500px !important;
}

/* Banquet Event-Status popup */
#banquet-dialog-popup {
  overflow: hidden !important;
}
#banquet-dialog-popup .ember-table .ember-table-overflow {
  height: unset !important;
  max-height: 370px !important;
}
#banquet-dialog-popup .eventBookingPopup {
  padding: 10px 0 0 0 !important;
}
#banquet-dialog-popup .eventBookingPopup .pupup-content {
  min-height: 150px !important;
}
#banquet-dialog-popup .eventBookingPopup .banquetEventPopupTable {
  height: unset !important;
  margin: 0 !important;
}

.utilities .mars-select .multiselect-container {
  min-width: unset;
}
.utilities .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.utilities {
  /* common updates start */
}
.utilities .mars-radio.active, .utilities .mars-radio:hover {
  background: none !important;
}
.utilities .utilities__row-title .text-center {
  justify-content: center;
}
.utilities .new-title-bar {
  height: 30px;
  padding: 0 100px 0 10px;
  position: relative;
  margin-bottom: 0 !important;
}
.utilities .new-title-bar .action {
  height: 30px;
  min-width: 34px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.utilities .new-title-bar .btn-close.active,
.utilities .new-title-bar .btn-edit.active,
.utilities .new-title-bar .btn-save.active {
  display: inline-flex !important;
  background-color: transparent !important;
}
.utilities .utilities__cell-historical {
  display: flex !important;
  gap: 0 10px;
}
.utilities .utilities__cell__group strong {
  padding: 3px 0 0 0;
  margin: 0 5px 0 0;
}
.utilities .utilities__cell__group .year-select {
  width: 125px;
}
.utilities .utilities__cell__group .year-select .btn-group {
  width: 125px !important;
}
.utilities .utilities__cell__group .weekRollingInput {
  width: 50px;
}
.utilities .utilities__cell__group .utilitiesSelect {
  width: 188px !important;
}
.utilities .utilities__cell__group .utilitiesSelect .multiselect-native-select,
.utilities .utilities__cell__group .utilitiesSelect .btn-group {
  width: 100% !important;
}
.utilities {
  /* common updates end */
  /* utilities outlet change */
}
.utilities .utilities-outlet input[type=text]:disabled {
  background-color: #FFFFFF !important;
}
.utilities .utilities-outlet .utilities__column__row {
  -ms-grid-template-columns: 182px 300px !important;
  grid-template-columns: 182px 300px !important;
}
.utilities .utilities-outlet .utilities-edit .utilities__column__row {
  -ms-grid-template-columns: 182px 740px !important;
  grid-template-columns: 182px 740px !important;
}

.fb-forecast .btn-leap-year {
  margin-top: unset !important;
  height: 30px;
  padding: 5px 10px !important;
  left: 6px;
}

.mars-popup .ui-dialog-content {
  padding: 0 0 10px 0;
}
.mars-popup .mars-popup-titlebar {
  padding: 10px;
  margin: 0;
  border: none;
  color: #131111;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  background: #e1e2e7 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e2e7), color-stop(100%, #9ea3b5)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e1e2e7 0%, #9ea3b5 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.mars-popup .mars-popup-titlebar .action-bar {
  float: right;
  width: 100px;
  margin-top: -6px;
}
.mars-popup .mars-popup-titlebar .action-bar .help-integration {
  width: 48px;
  height: 27px;
  background-size: 30px 36px !important;
}
.mars-popup .mars-popup-titlebar .ui-widget-content {
  padding: 0px;
}
.mars-popup .mars-popup-titlebar .float-right {
  float: right;
}

.dialog-box-help {
  float: right;
  margin-left: 30px;
  margin-top: 2px;
  position: absolute;
}

.data-btn-import {
  position: relative;
}
.data-btn-import a[data-title]:hover:after {
  content: attr(data-title);
  position: absolute;
  color: #363a39;
  top: 35px;
  left: -146px;
  width: max-content;
  border: 1px solid black;
  z-index: 100;
}

/* fiscal range  */
.fiscal-range {
  margin-top: 4px;
}
.fiscal-range:first-child {
  margin-top: 0;
}
.fiscal-range .fiscal-range__year {
  margin-top: 26px;
}
.fiscal-range .fiscal-range__year:first-child {
  margin-top: 0;
}
.fiscal-range .fiscal-range__title-bar {
  max-width: 1268px;
}
.fiscal-range .fiscal-range__title-bar h2 {
  padding: 5px 0 0 0;
  float: left;
}
.fiscal-range .fiscal-range__title-bar {
  height: 30px;
  position: relative;
}
.fiscal-range .fiscal-range__title-bar .fiscal-action {
  background: #FFFFFF;
  height: 30px;
  padding: 0 0 0 5px;
}
.fiscal-range .fiscal-range__title-bar .fiscal-action .btn {
  margin: 0 5px 0 0 !important;
  padding: 0;
  background: #FFFFFF !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fiscal-range .fiscal-range__row {
  position: relative;
}
.fiscal-range .fiscal-range__row.is-add-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 160px auto;
  grid-template-columns: 160px auto;
  grid-column-gap: 1px;
}
.fiscal-range .fiscal-range__group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -4px 0 0;
}
.fiscal-range .fiscal-range__cell {
  width: 164px;
  padding: 3px 10px;
  margin: 0 1px 1px 0;
  height: 26px;
  text-align: center;
  background-color: #98bad6;
  cursor: pointer;
}
.fiscal-range .fiscal-range__cell.fiscal-range__tilte {
  width: 160px;
  text-align: center;
}
.fiscal-range .fiscal-range__cell.active {
  background-color: #ccecff;
}
.fiscal-range .fiscal-range__cell--action {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  padding: 0;
}
.fiscal-range .fiscal-range__cell--action a {
  margin: 0 2px;
  display: block;
}
.fiscal-range {
  /* fiscal range start view */
}
.fiscal-range.fiscal-range-start .fiscal-range__row {
  margin-top: 6px;
}
.fiscal-range.fiscal-range-start .fiscal-range__row:first-child {
  margin-top: 0;
}
.fiscal-range.fiscal-range-start .fiscal-range__column {
  width: 195px;
  margin: 0 4px 0 0;
}
.fiscal-range.fiscal-range-start .fiscal-range__cell {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 4px 0;
  background-color: #F5F5F5;
  text-align: left;
}
.fiscal-range.fiscal-range-start .fiscal-range__cell.fiscal-range__tilte {
  text-align: center;
  justify-content: center;
  background-color: #ccecff;
}
.fiscal-range.fiscal-range-start .is-action {
  position: relative;
  padding-right: 64px;
}
.fiscal-range.fiscal-range-start .is-action .fiscal-range__cell--action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fiscal-range.fiscal-range-start .is-ellipsis {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media (max-width: 1200px) {
  .fiscal-range.fiscal-range-start .is-ellipsis .fiscal-range__column {
    width: calc(16.66% - 4px);
  }
}
.fiscal-range.fiscal-range-start .is-ellipsis .fiscal-range__cell {
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.help-integration-enterprise-menu {
  float: right !important;
  background: #ffffff !important;
  cursor: pointer;
}

.help-integration {
  width: 36px;
  height: 30px;
  padding-right: 0;
  display: block;
  margin: 0 0 0 1px;
  padding: 0 4px 0 0;
  position: relative;
  background: url(../images/chi-help-new.svg) no-repeat center center !important;
  background-size: 33px 36px !important;
  cursor: pointer;
  transition: all 2s ease;
}

.help-integration:hover {
  transform: scale(1.2);
}

.mprgsetup-popup .help-integration {
  margin-top: -2px;
  background-size: 29px 29px !important;
}

.autoadjust-popup .help-integration {
  margin-top: -3px;
  background-size: 29px 29px !important;
}

.fnb-autoadjust-popup .help-integration {
  margin-top: -1px;
  background-size: 29px 29px !important;
}

.dropdown-width {
  width: 27px !important;
}

.dropdown-height {
  height: 30px;
  background: #f7f7ff !important;
}

.listRight {
  left: auto !important;
  right: 0 !important;
}

.help-pad {
  padding-right: 50px;
  padding-left: 2px;
}

.disable-bug {
  cursor: not-allowed;
  opacity: 0.7 !important;
}

/*
==========================================================================
    Chimps Room Analytic
==========================================================================
*/
.room-analytics {
  font-family: "SourceSansProRegular";
  position: relative;
  z-index: 0;
}
.room-analytics .content {
  padding: 10px 15px 0 15px;
  overflow: hidden;
}
.room-analytics .top-action-area {
  margin-bottom: 5px;
}
.room-analytics .new-title-bar {
  height: 28px;
}
.room-analytics {
  /* criteria-report */
}
.room-analytics .criteria-report {
  width: 1048px;
}
@media (max-width: 800px) {
  .room-analytics .criteria-report .report-row {
    display: block;
  }
}
.room-analytics .criteria-report .form-group {
  float: left;
}
.room-analytics .criteria-report .form-group label {
  float: left;
  padding: 3px 10px;
  margin: 0;
}
.room-analytics .criteria-report .yearselect {
  float: left;
  width: 80px;
  margin-right: 10px;
}
.room-analytics .criteria-report .impactEventSelect {
  width: 183px;
}
.room-analytics .criteria-report .impactEventSelect .multiselect-native-select {
  width: 183px !important;
}
.room-analytics .criteria-report .impactEventSelect .dropdown-toggle {
  width: 183px !important;
  max-width: 183px !important;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.room-analytics .criteria-report .impactEventSelect .multiselect-selected-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.room-analytics .criteria-report .impactEventSelect .caret {
  flex: 0 0 auto;
  margin-left: 6px;
}
.room-analytics .criteria-report .full-width {
  min-width: 150px; /* ensures small dropdowns are okay */
  max-width: 400px; /* allows long names to show */
  display: inline-block;
  vertical-align: middle;
}
.room-analytics .criteria-report .impactEventSelect .dropdown-container {
  width: 100% !important; /* ensures the internal dropdown expands */
}
.room-analytics .criteria-report .report-row--comparative .mars-select label,
.room-analytics .criteria-report .report-row--filter .mars-select label {
  width: 94px;
  padding: 3px 10px;
}
.room-analytics .criteria-report .report-row--comparative .mars-select:first-child label,
.room-analytics .criteria-report .report-row--filter .mars-select:first-child label {
  width: 130px;
}
.room-analytics .criteria-report .report-row--comparative .mars-select .multiselect-native-select,
.room-analytics .criteria-report .report-row--filter .mars-select .multiselect-native-select {
  float: left;
  width: 183px !important;
}
@media (max-width: 667px) {
  .room-analytics .criteria-report .form-group {
    float: none !important;
    margin-top: 5px;
  }
}
.room-analytics .criteria-report .report-row--filter .segmentsSelect label {
  width: auto;
}
@media (min-width: 668px) and (max-width: 1078px) {
  .room-analytics .criteria-report .report-row--filter .segmentsSelect {
    float: none;
  }
  .room-analytics .criteria-report .report-row--filter .segmentsSelect::before {
    content: "";
    display: table;
    clear: both;
    height: 5px;
  }
}
.room-analytics .criteria-report .lastsubmitted {
  width: 150px;
  position: relative;
}
.room-analytics .criteria-report .lastsubmitted ul {
  width: 150px;
  margin: 0;
  border: 1px solid;
  position: absolute;
  top: 26px;
  left: 0;
  display: none;
  max-height: 120px;
  overflow: hidden auto;
}
.room-analytics .criteria-report .lastsubmitted ul.active {
  display: block;
}
.room-analytics .criteria-report .lastsubmitted li {
  height: unset;
  line-height: unset;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.room-analytics .criteria-report .lastsubmittedtoggle {
  min-height: 0;
}
.room-analytics .criteria-report .lastsubmittedtoggle span {
  margin-left: 240px !important;
}
.room-analytics .criteria-report .rangesliderbox {
  width: 266px !important;
  margin-right: 0 !important;
}
.room-analytics .display-report {
  display: none;
  width: 758px;
}
@media (max-width: 600px) {
  .room-analytics .display-report .report-row {
    display: block;
  }
}
.room-analytics .display-report .report-row--statistics .mars-select label {
  width: auto;
  padding: 3px 10px;
  float: left;
  margin-bottom: 0;
}
.room-analytics .display-report .report-row--statistics .mars-select:first-child label {
  width: 130px;
}
.room-analytics .display-report .report-row--statistics .mars-select .multiselect-native-select {
  float: left;
  width: 183px !important;
}
.room-analytics .display-report .report-row--statistics .mars-select .multiselect-native-select label {
  float: none;
}
@media (max-width: 788px) {
  .room-analytics .display-report .form-group {
    float: none !important;
    margin-top: 5px;
  }
}
.room-analytics {
  /* criteria-bread-crumb */
}
.room-analytics .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #ccecff;
}
.room-analytics .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.room-analytics {
  /* table */
}
.room-analytics .table-responsive {
  margin-top: 5px;
  overflow: scroll !important;
  max-height: inherit;
  height: 372px;
}
@media (min-width: 768px) {
  .room-analytics .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .room-analytics .table-responsive {
    height: 322px;
  }
}
@media (min-width: 1280px) {
  .room-analytics .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1366px) {
  .room-analytics .table-responsive {
    height: 459px;
  }
}
@media (min-width: 1400px) {
  .room-analytics .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1440px) {
  .room-analytics .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1600px) {
  .room-analytics .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1680px) {
  .room-analytics .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1920px) {
  .room-analytics .table-responsive {
    height: 771px;
  }
}
.room-analytics {
  /* sortTableColumn */
}
.room-analytics .commonTable {
  margin-bottom: 0;
}
.room-analytics .commonTable .icon-collapse {
  position: absolute;
  left: 10px;
  top: 0;
}
.room-analytics .commonTable .icon-collapse i {
  height: 19px;
}
.room-analytics .commonTable .icon-collapse {
  padding: 2px 0;
  display: block;
  float: left;
}
.room-analytics .commonTable .btn-drag {
  height: 23px;
  width: 23px;
  padding: 0;
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
  cursor: pointer;
}
.room-analytics .commonTable .btn-drag i {
  position: relative;
  height: 23px;
  width: 23px;
  display: block;
}
.room-analytics .commonTable tr th, .room-analytics .commonTable tr td {
  min-width: 84px;
  max-width: 84px;
}
.room-analytics .commonTable tr th {
  height: 25px;
  padding: 2px 10px !important;
}
.room-analytics .commonTable tr td {
  padding: 3px 10px !important;
}
.room-analytics .commonTable tr .fixcell {
  min-width: 156px;
  max-width: 156px;
  padding-left: 10px !important;
  text-align: left !important;
}
.room-analytics .commonTable tr:first-child th {
  position: relative;
}
.room-analytics .commonTable tr th.bg-sky {
  background: #ccecff !important;
}
.room-analytics .commonTable tr:first-child th.bg-sky {
  border-top: 1px solid #ccecff !important;
}
.room-analytics .commonTable tr .borderd-right {
  border-right: 1px solid #002060 !important;
}
.room-analytics .commonTable tr:first-child th:first-child {
  padding: 0 0 !important;
}
.room-analytics .commonTable .trHead th, .room-analytics .commonTable .trHead td {
  padding: 0 10px !important;
  height: 22px !important;
}
.room-analytics .commonTable .trHead .fixcell {
  padding-left: 35px !important;
}
.room-analytics .commonTable .trSubHead .fixcell {
  padding-left: 35px !important;
}
.room-analytics .commonTable .tatalSubHeader td {
  font-family: "SourceSansProRegular" !important;
}
.room-analytics .mars-change-aware-table .trLinkWater .et-cell-content span span {
  font-family: SourceSansProBold;
}
.room-analytics .mars-change-aware-table .category-bar-color {
  background: #D8DBEC !important;
}
.room-analytics .ember-table.mars-ember-table .is-first-column .et-cell-container {
  text-align: left;
  padding-left: 22px;
}
.room-analytics .ra-chi-replace {
  background: #98bad6 url(../images/chi-replace-bg.svg) no-repeat left center !important;
  background-size: 24px 22px !important;
}
.room-analytics .ra-chi-replace div {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.room-analytics .draggableColumn span {
  padding-left: 15px;
}
.room-analytics .ember-table .et-reorder-main-indicator th {
  background: #e9f4fc url(../images/chi-replace-bg.svg) no-repeat left center !important;
  background-size: 24px 22px !important;
}
.room-analytics .errorAlertPosition {
  z-index: 1;
  top: -1px;
  display: block;
  width: 325px;
}
.room-analytics .content .auto-height {
  height: 540px !important;
}
.room-analytics .mars-radio.active label input[type=radio] + .cr > i {
  opacity: 0.55;
}
.room-analytics .mars-radio label input[type=radio]:checked + .cr > i {
  opacity: 0.55;
}
.room-analytics .commonDisplayCriteria .form-group-calendar .reportpopup {
  top: 195px;
}
.room-analytics .commonDisplayCriteria .form-group-calendar .reportpopup .report-row {
  display: block;
  grid-template-columns: unset;
  grid-column-gap: unset;
  margin-top: 4px;
  height: 218px;
}
.room-analytics .form-group-calendar .timeselect {
  display: flex;
  align-items: center;
  width: 264px;
}
.room-analytics .form-group-calendar .timeselect p {
  float: none !important;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 148px;
  display: block;
}

/* pagination */
.mars-pagination {
  margin: 0;
  padding: 1px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.mars-pagination li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #8f91a2 !important;
  background: #FFFFFF !important;
  color: #131111;
  padding: 3px 10px;
  transition: all 0.3s ease-in;
}
.mars-pagination li:hover a, .mars-pagination li.active a {
  background: #37c5ab !important;
  color: #FFFFFF !important;
}
.mars-pagination li:first-child > a,
.mars-pagination li:last-child > a {
  border: none !important;
  background: none !important;
  padding: 4px 10px;
}
.mars-pagination li:first-child:hover > a,
.mars-pagination li:last-child:hover > a {
  background: none;
  color: #131111;
}
.mars-pagination li:last-child > a {
  border-left: 1px solid #8f91a2;
}
.mars-pagination li.ellipsis a {
  cursor: not-allowed;
  color: !important;
  background: #FFFFFF !important;
}

/* pager */
.pager li > a {
  border: none;
  color: #131111;
}
.pager li > a:hover {
  color: #37c5ab;
  background: none !important;
}
.pager li:first-child > a i {
  float: left;
  margin-right: 5px;
}
.pager li:last-child > a i {
  float: right;
  margin-left: 5px;
}

.account-intelligence {
  font-family: "SourceSansProRegular";
  position: relative;
}
.account-intelligence .btn-export,
.account-intelligence .btn-popup-segment,
.account-intelligence .btn-popup-attribute {
  width: auto;
  height: 30px;
  padding: 4px 10px 0 35px !important;
  margin-left: 10px;
  text-decoration: none;
  line-height: inherit;
  color: #131111;
  background-color: #f2f2f2 !important;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.account-intelligence .btn-export i,
.account-intelligence .btn-popup-segment i,
.account-intelligence .btn-popup-attribute i {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.account-intelligence .profile-status-wrap {
  position: absolute;
  margin-left: 3px;
}
.account-intelligence .container-fluid .row .content {
  overflow-x: auto !important;
}
.account-intelligence .container-fluid .row .content .ember-view .ember-table-wrapper-div {
  height: calc(100vh - 140px) !important;
}
.account-intelligence .content {
  padding: 10px 15px 10px 15px;
  overflow: hidden;
}
.account-intelligence input[type=text], .account-intelligence input[type=number] {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.account-intelligence input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.account-intelligence input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.account-intelligence input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.account-intelligence input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.account-intelligence input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.account-intelligence input[type=text]:-moz-read-only, .account-intelligence input[type=text]:read-only {
  background: #FFFFFF !important;
}
.account-intelligence input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.account-intelligence .btn-edit,
.account-intelligence .btn-save,
.account-intelligence .btn-close,
.account-intelligence .btn-deletecell {
  width: 30px;
  height: 30px;
  display: block;
}
.account-intelligence .btn-edit, .account-intelligence .btn-save {
  float: left;
  margin: 0 0 0 10px;
}
.account-intelligence .btn-deletecell {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #b3c6e8;
}
.account-intelligence .btn-deletecell:hover {
  background: #c2d7fd;
}
.account-intelligence .btn-close {
  position: absolute;
  right: 10px;
  top: 0;
}
.account-intelligence .btn-popup {
  height: 30px;
  padding: 5px 10px;
  margin-left: 10px;
  background-color: #cce5ff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.account-intelligence .btn-popup-attribute {
  height: 30px;
  color: #131111;
  text-decoration: none;
  background: #cce5ff;
}
.account-intelligence .btn-criteria {
  float: left;
}
.account-intelligence .btn-icon {
  display: inline-block;
  padding: 0 !important;
}
.account-intelligence .btn-delete-copy,
.account-intelligence .btn-copy {
  margin-left: 10px;
  display: block;
}
.account-intelligence .action {
  float: left;
}
.account-intelligence .action .btn-edit,
.account-intelligence .action .btn-save,
.account-intelligence .action .btn-close {
  float: left;
  margin-left: 10px;
  position: relative;
  left: unset;
  right: unset;
  display: none;
}
.account-intelligence .action .btn-edit.active,
.account-intelligence .action .btn-save.active,
.account-intelligence .action .btn-close.active {
  display: block;
}
.account-intelligence .chi-box-important,
.account-intelligence .chi-checkmark,
.account-intelligence .chi-reset {
  border: none;
  cursor: pointer;
}
.account-intelligence .chi-box-important.checkActive,
.account-intelligence .chi-checkmark.checkActive,
.account-intelligence .chi-reset.checkActive {
  background: url(../images/chi-approval.svg) no-repeat center center;
}
.account-intelligence .chi-multiply-red {
  border: none;
  cursor: pointer;
  background-size: 26px 26px !important;
}
.account-intelligence .chi-multiply-red.excludedActive {
  background: url(../images/chi-box-important.svg) no-repeat center center;
  background-size: 24px 24px !important;
}
.account-intelligence .radio-wrap .mars-radio {
  min-width: 75px;
  float: left;
}
.account-intelligence .radio-wrap .mars-radio label {
  margin-bottom: 0;
  padding: 3px 5px;
}
.account-intelligence .mars-dropdown {
  position: relative;
  width: 100%;
  padding: 0;
}
.account-intelligence .mars-dropdown.dropdown.open .btn,
.account-intelligence .mars-dropdown.dropdown.open .dropdown-menu, .account-intelligence .mars-dropdown.dropdown .btn,
.account-intelligence .mars-dropdown.dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #8f91a2;
  border-radius: 0;
}
.account-intelligence .mars-dropdown.dropdown.open .btn, .account-intelligence .mars-dropdown.dropdown .btn {
  height: 26px;
  color: #131111;
  text-align: left;
  position: relative;
  background-color: #FFFFFF !important;
}
.account-intelligence .mars-dropdown.dropdown.open .btn .caret, .account-intelligence .mars-dropdown.dropdown .btn .caret {
  position: absolute;
  top: 10px;
  right: 5px !important;
  border-top: 6px solid #000000 !important;
  border-right: 3px solid transparent !important;
  border-left: 3px solid transparent !important;
}
.account-intelligence .mars-dropdown.dropdown.open .btn:hover, .account-intelligence .mars-dropdown.dropdown .btn:hover {
  background: #FFFFFF !important;
}
.account-intelligence .mars-dropdown.dropdown.open .dropdown-menu, .account-intelligence .mars-dropdown.dropdown .dropdown-menu {
  min-width: inherit;
  margin-top: 0;
  max-height: 90px;
  overflow-y: auto;
}
.account-intelligence .mars-dropdown.dropdown.open .dropdown-menu li, .account-intelligence .mars-dropdown.dropdown .dropdown-menu li {
  padding: 0 15px 0 10px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-intelligence .mars-dropdown.bold-arrow.dropdown.open .btn .caret, .account-intelligence .mars-dropdown.bold-arrow.dropdown .btn .caret {
  left: initial;
  top: 0;
  right: 0 !important;
  border: none !important;
  height: 24px;
  width: 24px;
  background: url(../images/chi-arrowright.svg) no-repeat center center;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  transition: all 0.4s ease-in-out;
}
.account-intelligence .mars-dropdown.bold-arrow.dropdown .btn .caret {
  transform: rotate(0deg);
}
.account-intelligence .mars-dropdown.bold-arrow.dropdown.open .btn .caret {
  transform: rotate(90deg);
}
.account-intelligence .head-label {
  height: 30px;
  padding: 5px 10px;
  background-color: #cce5ff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.account-intelligence .criteria-bread-crumb .breadcrumb-list {
  margin: -5px 0 5px 0 !important;
}
.account-intelligence .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol {
  float: left;
  margin: 0 10px 5px 0; /* mishu changed margin: 0 10px 12px 0; */
}
.account-intelligence .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #ccecff;
}
.account-intelligence .criteria-bread-crumb .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.account-intelligence .commonDisplayCriteria {
  top: 50px !important;
}
.account-intelligence .commonDisplayCriteria input:not(.default-input-background), .account-intelligence .commonDisplayCriteria select:not(.default-input-background) {
  background-color: #ffffc1 !important; /* #FFFFA3 */
  /* newly changed - Please  check input color */
}
.account-intelligence .commonDisplayCriteria input:invalid {
  border-color: red !important;
}
.account-intelligence .commonDisplayCriteria .mars-select select {
  height: 55px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #8f91a2;
  cursor: pointer;
  display: block;
}
.account-intelligence .commonDisplayCriteria .errorAlertPosition {
  top: -3px;
  display: block;
  width: 330px;
  left: 103px;
}
.account-intelligence .commonDisplayCriteria .profile-search-report .input-profile-name,
.account-intelligence .commonDisplayCriteria .profile-search-report .input-search {
  width: 210px;
}
.account-intelligence .commonDisplayCriteria .profile-search-report .sort-profile-select,
.account-intelligence .commonDisplayCriteria .profile-search-report .profile-name-select {
  width: 210px;
}
.account-intelligence .commonDisplayCriteria .profile-search-report .sort-profile-select .input-group-addon,
.account-intelligence .commonDisplayCriteria .profile-search-report .sort-profile-select .input-group-btn,
.account-intelligence .commonDisplayCriteria .profile-search-report .profile-name-select .input-group-addon,
.account-intelligence .commonDisplayCriteria .profile-search-report .profile-name-select .input-group-btn {
  display: none;
}
.account-intelligence .commonDisplayCriteria .profile-search-report .sort-profile-select .form-control.multiselect-search,
.account-intelligence .commonDisplayCriteria .profile-search-report .profile-name-select .form-control.multiselect-search {
  width: 100%;
  float: none;
}
.account-intelligence .commonDisplayCriteria .report-title {
  position: relative;
  padding: 0 60px 0 10px;
  z-index: 10;
}
.account-intelligence .commonDisplayCriteria .report-content {
  position: relative;
}
.account-intelligence .commonDisplayCriteria .report-row {
  grid-template-columns: 180px auto;
  position: unset;
}
@media (max-width: 767px) {
  .account-intelligence .commonDisplayCriteria .report-row {
    grid-template-columns: auto;
  }
}
.account-intelligence .commonDisplayCriteria .form-group {
  float: left;
}
.account-intelligence .commonDisplayCriteria .form-group label {
  float: left;
  padding: 3px 10px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 910px) {
  .account-intelligence .commonDisplayCriteria .form-group {
    float: none !important;
    margin-top: 5px;
  }
}
.account-intelligence .commonDisplayCriteria .form-group:first-child {
  margin-top: 0;
}
.account-intelligence .commonDisplayCriteria .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.account-intelligence .commonDisplayCriteria .mars-select {
  width: auto;
  float: left;
}
.account-intelligence .commonDisplayCriteria .mars-select .multiselect-container {
  min-width: unset;
}
.account-intelligence .commonDisplayCriteria .mars-select .multiselect-container li label.bold {
  font-family: "SourceSansProSemiBold";
}
.account-intelligence .commonDisplayCriteria .inputrange {
  float: left;
  overflow: hidden;
}
.account-intelligence .commonDisplayCriteria .inputrange small {
  display: block;
  float: left;
  padding: 0;
  margin: 3px 6px;
  font-style: normal;
}
.account-intelligence .commonDisplayCriteria .inputrange .form-control {
  float: left;
  width: 54px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
}
.account-intelligence .commonDisplayCriteria .form-group-calendar .timeselect {
  width: 210px;
}
.account-intelligence .commonDisplayCriteria .form-group-calendar .report-row {
  display: block;
  min-height: 218px;
  margin-top: 4px;
}
@media (min-width: 641px) and (max-width: 1201px) {
  .account-intelligence .commonDisplayCriteria .form-group-calendar .reportpopup {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .account-intelligence .commonDisplayCriteria .form-group-calendar .reportpopup {
    position: fixed;
    top: 50%;
    bottom: unset;
  }
}
.account-intelligence .commonDisplayCriteria.account-summary-report {
  width: 1250px;
  z-index: 10 !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .daterange .customCalendar input {
  background: #f5f5f5 !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .year-select {
  width: 100px;
  margin-right: 10px;
}
@media (min-width: 1240px) {
  .account-intelligence .commonDisplayCriteria.account-summary-report .form-group-impact {
    margin-left: 118px;
  }
}
.account-intelligence .commonDisplayCriteria.account-summary-report .form-group-impact label {
  min-width: 118px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .impact-event-select .multiselect-native-select {
  width: 170px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--metric label {
  min-width: 118px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--metric .volume-metrics-select .multiselect-native-select {
  width: 200px !important;
  padding-right: 10px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--metric .revenue-metrics-select .multiselect-native-select {
  width: 200px !important;
  padding-right: 10px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--metric .multiselect-container {
  max-height: unset !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile label {
  min-width: 76px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile .inputrange {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile .inputrange {
    margin: 5px 0 0 0;
  }
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile .mars-select .multiselect-native-select {
  width: 160px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile .account-type-select .multiselect-native-select {
  width: 150px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile .profile-view-select .multiselect-native-select {
  width: 200px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--profile .account-select .multiselect-native-select {
  width: 191px !important;
  padding-right: 10px;
  margin: -25px 0px 0px 62px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--attribute .attribute-item {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--attribute .mars-select {
  width: 178px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--attribute .mars-checkbox {
  padding: 0 0 0 24px;
  margin: 0 0 0 10px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .inputrange {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .inputrange {
    margin: 5px 0 0 0;
  }
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .mars-select .multiselect-native-select {
  width: 163px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .segment-select .multiselect-native-select {
  width: 185px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .account-select .multiselect-native-select {
  width: 183px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .inventory-select .multiselect-native-select {
  width: 183px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .account-select label {
  min-width: 77px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .reportrowcontent .inputrange {
  margin-left: 10px;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .reportrowcontent .rangesliderbox {
  width: 252px;
  float: left;
  margin: 0 10px !important;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .reportrowcontent .rangesliderbox label {
  padding: 0;
  font-weight: normal;
  margin-bottom: 0;
}
.account-intelligence .commonDisplayCriteria.account-summary-report .report-row--filter .reportrowcontent .rangesliderbox .rangesliderwrap {
  width: 195px !important;
}
.account-intelligence .commonDisplayCriteria.profile-search-report {
  width: 404px !important;
  z-index: 10 !important;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .filterDropdown.contractStatusSelect .multiselect-native-select .multiselect {
  width: 210px !important;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .filterDropdown.salesManagerSelect .multiselect-native-select .multiselect {
  width: 210px !important;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .filterDropdown.primarySegment .multiselect-native-select .multiselect {
  width: 210px !important;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .account-name-select .multiselect-native-select {
  width: 210px !important;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .mars-select {
  width: 210px;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .input-profile-type,
.account-intelligence .commonDisplayCriteria.profile-search-report .input-search {
  width: 210px;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .input-form-to {
  margin: 0;
  float: left;
  padding: 0 0;
  background: #F5F5F5;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .input-form-to span {
  display: block;
  float: left;
  padding: 2px 10px;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .input-form-to .form-control {
  background-color: #FFFFAC !important;
  height: 28px;
  width: 63.5px;
  display: block;
  float: left;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .sort-profile-select,
.account-intelligence .commonDisplayCriteria.profile-search-report .profile-type-select, .account-intelligence .commonDisplayCriteria.profile-search-report .profile-status-select {
  width: 210px;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .mars-radio {
  float: left;
  min-width: 80px;
}
.account-intelligence .commonDisplayCriteria.profile-search-report .report-row {
  grid-template-columns: 180px auto !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report {
  width: 1076px !important; /* mishu change width: 1020px; */
  max-width: calc(100% - 30px) !important;
  z-index: 900 !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row {
  grid-template-columns: 180px auto !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--attribute .mars-select {
  margin-right: 10px;
  width: 189px;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--filter .mars-select .multiselect-native-select {
  width: 189px !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--filter .reportrowcontentarea .reportrowcontent:nth-child(2) {
  margin-top: 4px !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--contract .mars-select .multiselect-native-select {
  width: 189px !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--daterange .mars-select {
  width: 189px;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--daterange .item-option {
  float: left;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .report-row.report-row--daterange .item-option .normal-text {
  float: left;
  padding: 3px 10px 3px 0;
  margin: 0 0 0 10px;
  font-weight: normal;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report .production-select {
  margin-right: 10px !important;
  padding: 4px 0 !important;
}
.account-intelligence .commonDisplayCriteria.contact-analytic-report { /* mishu added */ }
.account-intelligence #report.commonDisplayCriteria.contact-analytic-report .report-row:first-child {
  margin-top: 0 !important;
}
.account-intelligence #report.commonDisplayCriteria.contact-analytic-report .report-row.report-row--run-report {
  margin-top: 4px !important;
}
.account-intelligence .top-action-area .input-item {
  margin: 0;
  padding: 2px 0;
  float: none;
  display: grid;
  grid-template-columns: 100px auto;
  grid-column-gap: 10px;
}
.account-intelligence .top-action-area .input-item label {
  display: block;
  margin: 0;
  font-family: "SourceSansProSemiBold";
  padding: 3px 10px;
}
.account-intelligence .top-action-area .input-item label.text-red {
  color: #ff0000;
}
.account-intelligence .top-action-area .input-item .form-control {
  display: block;
  font-weight: normal;
  width: 80px;
  margin: 0;
  background: #ffffff !important;
}
.account-intelligence .top-action-area .account-function {
  margin-right: 10px;
  margin-left: 140px;
}
.account-intelligence .top-action-area .account-function .input-item {
  grid-template-columns: auto auto;
  margin-left: 3px;
}
.account-intelligence .top-action-area .account-function .input-item label.bg-gray {
  background-color: #f2f2f2;
  font-family: "SourceSansProRegular";
  font-weight: normal;
}
.account-intelligence .top-action-area .account-function .input-item .text-blue {
  color: #3d5afe;
}
.account-intelligence .top-action-area .sub-profiles-checkbox {
  background-color: #f2f2f2;
}
.account-intelligence .top-action-area .auto-link-checkbox {
  margin-left: 10px;
  background-color: #f2f2f2;
}
.account-intelligence .profile-status {
  background: #FFFFFF;
  position: absolute;
  top: 42px;
  left: -1px;
  z-index: 10;
  padding: 0;
  width: 450px;
}
.account-intelligence .profile-status .new-title-bar {
  padding: 1px 0px 0px 10px;
}
.account-intelligence .profile-status .totalProfiles {
  padding: 10px 10px 0;
  display: flex;
  gap: 0 10px;
}
.account-intelligence .profile-status .totalProfiles label {
  font-weight: normal;
  margin: 0px !important;
}
.account-intelligence .profile-status .totalProfiles input {
  display: inline-block;
  height: 26px;
  width: 70px;
}
.account-intelligence .profile-status .statusTypeColumnHeader {
  background-color: #ccecff !important;
  font-size: 14px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.account-intelligence .profile-status .profile-status-content {
  padding: 10px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}
.account-intelligence .profile-status .profile-status-content .statusTypeColumnHeader {
  margin-bottom: 4px;
}
.account-intelligence .profile-status .btn-add-contract {
  margin-right: 10px;
}
.account-intelligence .profile-status .head-label {
  padding-left: 10px;
}
.account-intelligence .profile-status .input-item {
  margin: 0;
  padding: 2px 0;
  float: none;
  display: grid;
  grid-template-columns: 100px auto;
  grid-column-gap: 10px;
}
.account-intelligence .profile-status .input-item label {
  display: block;
  margin: 0;
  font-family: "SourceSansProSemiBold";
  padding: 3px 10px;
}
.account-intelligence .profile-status .input-item label.text-red {
  color: #ff0000;
}
.account-intelligence .profile-status .input-item .form-control {
  display: block;
  font-weight: normal;
  width: 80px;
  margin: 0;
  background: #ffffff !important;
}
.account-intelligence .profile-status:after {
  content: "";
  display: table;
  clear: both;
}
.account-intelligence .data-table-section {
  padding: 0 !important;
  margin-top: 10px;
  overflow: hidden;
}
.account-intelligence .data-table-wrap {
  float: left;
  max-width: 100%;
}
.account-intelligence .data-table {
  position: relative;
  max-height: calc(100vh - 210px);
  overflow: auto;
}
.account-intelligence .data-table .btn-add {
  position: absolute;
  right: 0;
  top: 3px;
}
.account-intelligence .data-table .is-add-button {
  position: relative;
}
.account-intelligence .data-table .is-add-button .data {
  padding-right: 30px;
}
.account-intelligence .data-table .is-add-delete {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: auto 30px;
  grid-template-columns: auto 30px;
}
.account-intelligence .data-table .is-hand-delete-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 30px auto 30px;
  grid-template-columns: 30px auto 30px;
}
.account-intelligence .data-table .is-border {
  height: 26px;
  color: #131111;
  border: 1px solid #8f91a2;
  padding: 2px 10px;
  background: #FFFFFF;
}
.account-intelligence .data-table .is-button-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: auto 30px;
  grid-template-columns: auto 30px;
}
.account-intelligence .data-table .is-button-right .btn-add {
  height: 26px;
  border: 1px solid #8f91a2;
  border-left: none;
  z-index: 100;
  padding: 0 2px;
  top: unset;
  background-color: #b3c6e8;
}
.account-intelligence .data-table .is-button-right .form-control {
  border-right: none;
}
.account-intelligence .data-table .is-icon {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-intelligence .data-table .is-icon i {
  margin: 0 5px;
}
.account-intelligence .data-table .btn-sort:before {
  top: 11px;
}
.account-intelligence .data-table .data-table__content {
  margin-top: 2px;
  position: relative;
  z-index: 0;
}
.account-intelligence .data-table .data-row {
  display: -ms-grid;
  display: grid;
  margin-top: 2px;
  min-height: 26px;
}
.account-intelligence .data-table .data-row:first-child {
  margin-top: 0;
}
.account-intelligence .data-table .data-row-title {
  position: sticky;
  top: 0;
  z-index: 1;
}
.account-intelligence .data-table .data-row-title .data {
  background: #98bad6;
  text-align: center;
  height: auto;
  justify-content: center;
  font-family: "SourceSansProSemiBold";
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: unset !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence .data-table .data-row-title .data {
  height: 100%;
}
.account-intelligence .data-table .data-column {
  position: relative;
  margin-left: 2px;
}
.account-intelligence .data-table .data-column:first-child {
  margin-left: 0;
}
.account-intelligence .data-table .data-column .btn-add {
  width: 30px;
  padding: 0 3px;
  cursor: pointer;
  z-index: 0;
}
.account-intelligence .data-table .data-column.link-subprofile .data {
  background: rgba(204, 229, 255, 0.5) !important;
}
.account-intelligence .data-table .data {
  height: 26px;
  padding: 2px 10px;
  color: #131111;
  font-size: 14px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-intelligence .data-table .data a {
  color: #131111;
  margin: 0 auto;
  text-decoration: underline;
}
.account-intelligence .data-table .data.bg-final {
  background: #92d050 !important;
}
.account-intelligence .data-table .data.bg-draft {
  background: #ffe699 !important;
}
.account-intelligence .data-table .data.bg-new {
  background: #dddddd !important;
}
.account-intelligence .data-table .data.no-data {
  background: #dddddd !important;
  cursor: not-allowed;
}
.account-intelligence .data-table .green-row .data {
  background-color: #e2f0d9 !important;
}
.account-intelligence .data-table .green-row .data.no-data {
  background: #dddddd !important;
}
.account-intelligence .data-table .data-action {
  padding: 0 !important;
}
.account-intelligence .data-table .data-checkbox {
  height: 26px;
  padding: 0 10px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-intelligence .data-table .data-checkbox .mars-checkbox {
  margin: 0;
  display: block;
  padding: 0;
  height: 24px;
}
.account-intelligence .data-table .data-checkbox .mars-checkbox .checkmark {
  right: 0;
  margin: 0 auto;
}
.account-intelligence .data-table .data-input .btn-deletecell {
  height: 26px;
  border: 1px solid #8f91a2;
  border-left: none;
}
.account-intelligence .data-table .data-action {
  padding: 2px 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-intelligence .data-table .data-action .btn-save,
.account-intelligence .data-table .data-action .btn-edit {
  height: 26px;
  display: none;
  padding: 0 3px;
  margin: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.account-intelligence .data-table .data-action .btn-save.active,
.account-intelligence .data-table .data-action .btn-edit.active {
  display: block;
}
.account-intelligence .data-table .data-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2px;
}
.account-intelligence .data-table .data-child:first-child {
  margin-top: 0;
}
.account-intelligence .data-table .data-child .data-column:first-child {
  margin-left: 2px;
}
.account-intelligence .data-table .data-child--new .data-column-blank {
  flex-grow: 1;
}
.account-intelligence .data-table .data-child--new .data-column-blank .data {
  background-color: #F5F5F5;
}
.account-intelligence .data-table .group-content .data-child {
  margin-top: 2px;
}
.account-intelligence .data-table.data-table--save .is-edit {
  display: none;
}
.account-intelligence .data-table.data-table--save .is-save {
  display: block;
}
.account-intelligence .data-table.data-table--save .is-save.data-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence .data-table.data-table--save .is-save.is-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-intelligence .data-table.data-table--save .is-save.group-content {
  display: none;
}
.account-intelligence .data-table.data-table--edit .is-save {
  display: none;
}
.account-intelligence .data-table.data-table--edit .is-edit {
  display: block;
}
.account-intelligence .data-table.data-table--edit .is-edit.data-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence .data-table.data-table--edit .is-edit.data-input {
  display: -ms-grid;
  display: grid;
}
.account-intelligence .data-table.data-table--edit .is-edit.is-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-intelligence .data-table.data-table--edit .is-edit.data-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-intelligence .data-table--excluded-profile,
.account-intelligence .data-table--profile-management {
  padding-bottom: 100px;
}
.account-intelligence .data-table--excluded-profile .add-icon,
.account-intelligence .data-table--profile-management .add-icon {
  position: absolute;
  right: 5px;
  top: 2px;
}
.account-intelligence .data-table--excluded-profile .data-row,
.account-intelligence .data-table--profile-management .data-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence .data-table--excluded-profile .data-column,
.account-intelligence .data-table--profile-management .data-column {
  width: 90px;
  min-width: 90px;
}
.account-intelligence .data-table--excluded-profile .data-column .mars-checkbox,
.account-intelligence .data-table--profile-management .data-column .mars-checkbox {
  display: none;
  width: 18px;
}
.account-intelligence .data-table--excluded-profile .data-column .mars-checkbox.showCheckbox,
.account-intelligence .data-table--profile-management .data-column .mars-checkbox.showCheckbox {
  display: block;
}
.account-intelligence .data-table--excluded-profile .data-column .chi-tic,
.account-intelligence .data-table--profile-management .data-column .chi-tic {
  display: none;
}
.account-intelligence .data-table--excluded-profile .data-column .chi-tic.active,
.account-intelligence .data-table--profile-management .data-column .chi-tic.active {
  display: block;
}
.account-intelligence .data-table--excluded-profile .data-column .mars-select .multiselect-native-select .multiselect,
.account-intelligence .data-table--profile-management .data-column .mars-select .multiselect-native-select .multiselect {
  color: #131111;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.account-intelligence .data-table--excluded-profile .data-column--number,
.account-intelligence .data-table--profile-management .data-column--number {
  width: 44px;
  min-width: 44px;
}
.account-intelligence .data-table--excluded-profile .data-column--status,
.account-intelligence .data-table--profile-management .data-column--status {
  width: 110px;
  min-width: 110px;
}
.account-intelligence .data-table--excluded-profile .data-column--profile,
.account-intelligence .data-table--profile-management .data-column--profile {
  width: 210px;
  min-width: 210px;
}
.account-intelligence .data-table--excluded-profile .data-column--subprofile,
.account-intelligence .data-table--profile-management .data-column--subprofile {
  width: 210px;
  min-width: 210px;
}
.account-intelligence .data-table--excluded-profile .data-column--subprofile i,
.account-intelligence .data-table--profile-management .data-column--subprofile i {
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
}
.account-intelligence .data-table--excluded-profile .data-column--subprofile.activeConnect i,
.account-intelligence .data-table--profile-management .data-column--subprofile.activeConnect i {
  display: block;
}
.account-intelligence .data-table--excluded-profile .data-column--number,
.account-intelligence .data-table--profile-management .data-column--number {
  width: 80px;
  min-width: 80px;
}
.account-intelligence .data-table--excluded-profile .data-column--number .btn-save,
.account-intelligence .data-table--profile-management .data-column--number .btn-save {
  margin: 0 5px !important;
}
.account-intelligence .data-table--excluded-profile .data-column--number .btn-close,
.account-intelligence .data-table--profile-management .data-column--number .btn-close {
  height: 26px;
  padding: 0 3px;
  margin: 0 5px !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: unset;
  right: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.account-intelligence .data-table--excluded-profile .data-column--subprofile, .account-intelligence .data-table--excluded-profile .data-column--pms {
  display: none;
}
.account-intelligence .data-table--excluded-profile .group-content .data-column--subprofile, .account-intelligence .data-table--excluded-profile .group-content .data-column--pms {
  display: block;
}
.account-intelligence .data-table--profile-management .data-column--account-attribute {
  width: 165px;
  min-width: 165px;
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--save .is-account-attribute .data-blank.is-save {
  display: block;
  background: #eeeeee;
  border: none;
}
.account-intelligence .data-table--profile-management.data-table--save .is-account-attribute .data.is-save {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--save .is-account-attribute.activeSelect .data-blank.is-save {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--save .is-account-attribute.activeSelect .data.is-save {
  display: block;
}
.account-intelligence .data-table--profile-management.data-table--save .is-account-attribute.active {
  display: block;
}
.account-intelligence .data-table--profile-management.data-table--save .is-connect-profile .data.is-save {
  display: block;
  position: relative;
}
.account-intelligence .data-table--profile-management.data-table--save .is-connect-profile .data.is-save span {
  display: inline-block;
}
.account-intelligence .data-table--profile-management.data-table--save .is-connect-profile .data.is-save i {
  position: absolute;
  right: 0;
  top: 2px;
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--save .is-connect-profile.activeConnect .data.is-save i {
  display: block;
}
.account-intelligence .data-table--profile-management.data-table--save .is-connect-profile .mars-dropdown .dropdown-menu li {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--save .is-connect-profile .mars-dropdown .dropdown-menu li.active {
  display: block;
}
.account-intelligence .data-table--profile-management.data-table--save .group-content .data-child--new.is-save {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--save .group-content .data-child--new.is-save.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence .data-table--profile-management.data-table--edit .is-account-attribute .data.is-save {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--edit .is-account-attribute .data.is-edit {
  display: block;
  background: #eeeeee;
  border: none;
}
.account-intelligence .data-table--profile-management.data-table--edit .is-account-attribute .data-select.is-edit {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--edit .is-account-attribute.activeSelect .data.is-edit {
  display: none;
}
.account-intelligence .data-table--profile-management.data-table--edit .is-account-attribute.activeSelect .data-select.is-edit {
  display: block;
}
.account-intelligence .data-table--profile-management.data-table--edit .is-account-attribute.active {
  display: block;
}
.account-intelligence .data-table--contract-summary .data-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 44px 210px 200px 120px 110px 110px 110px 160px 110px 110px;
  grid-template-columns: 44px 210px 200px 120px 110px 110px 110px 160px 110px 110px;
}
.account-intelligence .data-table-footer {
  display: -ms-grid;
  display: grid;
  justify-content: space-evenly;
  margin: 20px 0 0 0;
}
.account-intelligence .data-table-footer .pagination {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .account-intelligence .data-table-footer {
    -ms-grid-template-columns: auto auto;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .account-intelligence .data-table-footer .pagination {
    margin-top: 0;
  }
}
.account-intelligence .profile-list {
  padding: 2px 10px;
  background: #F5F5F5;
}
.account-intelligence .profile-list span {
  background: #e2f0d9;
  display: inline-block;
  padding: 3px 10px;
  margin: 0 5px;
}
.account-intelligence .table-responsive {
  margin-top: 10px;
  overflow: scroll;
  max-height: inherit;
  height: 382px;
}
@media (min-width: 768px) {
  .account-intelligence .table-responsive {
    height: calc(100vh - 190px);
  }
}
@media (min-width: 768px) {
  .account-intelligence .table-responsive {
    height: calc(100vh - 190px);
  }
}
@media (min-width: 1024px) {
  .account-intelligence .table-responsive {
    height: calc(100vh - 190px);
  }
}
@media (min-width: 1440px) {
  .account-intelligence .table-responsive {
    height: calc(100vh - 190px);
  }
}
.account-intelligence .tableRowColor {
  margin-bottom: 0;
}
.account-intelligence .tableRowColor tr th, .account-intelligence .tableRowColor tr td {
  min-width: 110px;
}
.account-intelligence .tableRowColor tr th.fixcell:first-child, .account-intelligence .tableRowColor tr td.fixcell:first-child {
  text-align: left;
}
.account-intelligence .tableRowColor tr th {
  height: 25px;
  padding: 2px 10px !important;
}
.account-intelligence .tableRowColor tr th.twoCell div {
  padding: 0 10px;
}
.account-intelligence .tableRowColor tr th.twoCell .btn-close {
  margin-left: 10px;
}
.account-intelligence .tableRowColor tr th.twoCell .addText {
  padding: 3px 10px;
}
.account-intelligence .tableRowColor tr td {
  padding: 3px 10px !important;
}
.account-intelligence .tableRowColor .trHead th, .account-intelligence .tableRowColor .trHead td {
  padding: 0 10px !important;
  height: auto;
}
.account-intelligence .tableRowColor.fixTableColumn th {
  z-index: 10;
}
.account-intelligence .tableRowColor.fixTableColumn th.fixcell {
  z-index: 12;
}
.account-intelligence .tableRowColor.fixTableColumn th.is-first-column, .account-intelligence .tableRowColor.fixTableColumn th.srNo {
  z-index: 13;
}
.account-intelligence .tableRowColor.fixTableColumn td {
  z-index: 0 !important;
}
.account-intelligence .tableRowColor.fixTableColumn td.fixcell {
  z-index: 2 !important;
}
.account-intelligence .tableRowColor.fixTableColumn td.is-first-column {
  z-index: 3 !important;
}
.account-intelligence {
  /* Chimps Account Intelligence - Profile Management : Newly added */
}
.account-intelligence .profile-management-table {
  float: left;
}
.account-intelligence .profile-management-table .is-first-column .et-cell-container {
  text-align: center;
}
.account-intelligence .profile-management-table table {
  border-spacing: 2px;
  margin-top: -2px;
}
.account-intelligence .profile-management-table table .cssProfileName {
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  padding-left: 10px;
  position: inherit;
}
.account-intelligence .profile-management-table table .cssProfileName .btn-default {
  border: unset;
}
.account-intelligence .profile-management-table table .cssProfileName .multiselect-container {
  left: -2px;
  width: 102% !important;
}
.account-intelligence .profile-management-table table .cssProfileName .multiselect-container li label.bold {
  font-family: "SourceSansProSemiBold";
}
.account-intelligence .profile-management-table table .cssProfileType, .account-intelligence .profile-management-table table .cssProfileId, .account-intelligence .profile-management-table table .cssRoomNights {
  text-align: center;
}
.account-intelligence .profile-management-table table .removeBorder {
  border: unset;
}
.account-intelligence .profile-management-table table .fillGray {
  border: unset;
  background-color: #F5F5F5;
}
.account-intelligence .profile-management-table table .icon-collapse {
  float: right !important;
}
.account-intelligence .profile-management-table table thead tr {
  height: 30px;
  font-family: SourceSansProSemiBold;
}
.account-intelligence .profile-management-table table thead tr .cssProfileStatus .ember-view {
  padding-right: 18px;
}
.account-intelligence .profile-management-table table thead tr .cssProfileStatus .editMode .chi-star {
  margin: -24px 0px 0px 61px;
  cursor: pointer;
}
.account-intelligence .profile-management-table table thead tr th {
  border-right: unset !important;
}
.account-intelligence .profile-management-table table thead tr th .editMode .btn-save2 {
  margin-left: 10px;
}
.account-intelligence .profile-management-table table thead tr th .editMode .btn-close2 {
  background: #ffffff;
  border-radius: 5px;
  width: 24px;
  height: 23px;
}
.account-intelligence .profile-management-table table tbody tr td {
  border: 1px solid #8f91a2;
}
.account-intelligence .profile-management-table table tbody tr td .editMode a.first-action {
  margin: 0 10px 0 13px;
  display: flex;
  float: left;
}
.account-intelligence .profile-management-table table tbody tr td .editMode a.second-action {
  display: flex;
  float: left;
}
.account-intelligence .profile-management-table table tbody tr td .editMode .icon-medium {
  cursor: pointer;
  background-size: 26px 26px !important;
}
.account-intelligence .profile-management-table table tbody tr td .multiselect-native-select .multiselect {
  height: 24px;
  width: 204px;
}
.account-intelligence .profile-management-table table .btn-arrow {
  background: unset;
  left: 187px;
}

.account-intelligence--account-summary .tableRowColor tr th.account-number, .account-intelligence--account-summary .tableRowColor tr th:first-child,
.account-intelligence--account-summary .tableRowColor tr td.account-number,
.account-intelligence--account-summary .tableRowColor tr td:first-child {
  min-width: 40px !important;
  width: 40px !important;
  padding: 0 10px !important;
}
.account-intelligence--account-summary .tableRowColor tr th:first-child {
  min-width: 40px !important;
  width: 40px !important;
  padding: 0 10px !important;
}
.account-intelligence--account-summary .account-summary-table tr th.trPattensBlue {
  font-family: SourceSansProRegular !important;
}
.account-intelligence--account-summary .account-summary-table table tbody tr:nth-child(6n+5) td,
.account-intelligence--account-summary .account-summary-table table tbody tr:nth-child(6n+6) td,
.account-intelligence--account-summary .account-summary-table table tbody tr:nth-child(6n+7) td {
  background-color: #f2f9ff !important;
}
.account-intelligence--account-summary .account-summary-table tr th.masterAccountName,
.account-intelligence--account-summary .account-summary-table tr th.subLinkedAccountName {
  text-align: center !important;
}
.account-intelligence--account-summary .account-summary-table tr th.masterAccountName.trPattensBlue {
  text-align: left !important;
  font-size: 13px !important;
}
.account-intelligence--account-summary .tableRowColor tr th {
  height: 25px !important;
  text-align: center !important;
  font-family: "SourceSansProSemiBold" !important;
  font-size: 14px !important;
  color: rgb(19, 17, 17);
}
.account-intelligence--account-summary .tableRowColor tr td.srNo {
  text-align: left;
}
.account-intelligence--account-summary .tableRowColor tr .masterAccountName,
.account-intelligence--account-summary .tableRowColor tr .subLinkedAccountName {
  text-align: left !important;
  min-width: 220px;
  width: 220px;
  max-width: 220px;
}
.account-intelligence--account-summary .tableRowColor tr .profile-id {
  width: 90px;
}
.account-intelligence--account-summary .tableRowColor tr td.rnProduction {
  left: unset !important;
}
.account-intelligence--account-summary .tableRowColor tr th.compSegLeadTime,
.account-intelligence--account-summary .tableRowColor tr th.stayPatternRisk,
.account-intelligence--account-summary .tableRowColor tr th.accountLeadTime,
.account-intelligence--account-summary .tableRowColor tr th.avgTotalSpend,
.account-intelligence--account-summary .tableRowColor tr th.avgFnbSpend,
.account-intelligence--account-summary .tableRowColor tr th.compSegAdr,
.account-intelligence--account-summary .tableRowColor tr th.totalRevenue,
.account-intelligence--account-summary .tableRowColor tr th.totalRevPercentContribution,
.account-intelligence--account-summary .tableRowColor tr th.perDiscCompAdr,
.account-intelligence--account-summary .tableRowColor tr th.roomRevenuePercentContribution,
.account-intelligence--account-summary .tableRowColor tr th.roomRevenue,
.account-intelligence--account-summary .tableRowColor tr th.otherRevenue,
.account-intelligence--account-summary .tableRowColor tr th.fnbRevenue,
.account-intelligence--account-summary .tableRowColor tr th.fnbOtherPercentContribution {
  left: unset !important;
  height: 50px;
  text-wrap: normal;
}
.account-intelligence--account-summary .tableRowColor tr th.compSegLeadTime .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.accountLeadTime .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.stayPatternRisk .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.avgTotalSpend .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.avgFnbSpend .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.perDiscCompAdr .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.totalRevenue .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.roomRevenuePercentContribution .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.roomRevenue .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.otherRevenue .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.fnbRevenue .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.compSegAdr .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.totalRevPercentContribution .sort-span,
.account-intelligence--account-summary .tableRowColor tr th.fnbOtherPercentContribution .sort-span {
  margin: -14px -6px !important;
}
.account-intelligence--account-summary .tableRowColor tr .sales-manager, .account-intelligence--account-summary .tableRowColor tr .industry {
  display: none;
}
.account-intelligence--account-summary .commonDisplayCriteria .account-summary-report {
  width: 1100px; /* newly changed */
}
.account-intelligence--account-summary .commonDisplayCriteria .account-summary-report input[readonly] {
  background: #FFFFFF !important;
}
.account-intelligence--account-summary .commonDisplayCriteria .account-summary-report {
  /* newly added */
}
.account-intelligence--account-summary .commonDisplayCriteria .account-summary-report .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.account-intelligence--account-summary .commonDisplayCriteria .account-summary-report .year-select {
  width: 100px;
  margin-right: 10px;
}
@media (min-width: 1240px) {
  .account-intelligence--account-summary .commonDisplayCriteria .account-summary-report .form-group-impact {
    margin-left: 92px; /* newly changed */
  }
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report {
  width: 404px;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .mars-select {
  width: 210px;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .input-profile-type,
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .input-search {
  width: 210px;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .input-form-to {
  margin: 0;
  float: left;
  padding: 0 0;
  background: #F5F5F5;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .input-form-to span {
  display: block;
  float: left;
  padding: 2px 10px;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .input-form-to .form-control {
  background-color: #FFFFAC !important;
  height: 28px;
  width: 63.5px;
  display: block;
  float: left;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .sort-profile-select,
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .profile-type-select {
  width: 210px;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .mars-radio {
  float: left;
  min-width: 80px;
}
.account-intelligence--account-summary .commonDisplayCriteria .profile-search-report .report-row {
  grid-template-columns: 180px auto;
}

.account-intelligence--excluded-profile .profile-search-report {
  top: 55px;
}
.account-intelligence--excluded-profile .account-function {
  margin-left: unset !important;
}

/* Please check styles carefully here lots of modification here */
.account-intelligence--contract-strategy { /* changed class name account-intelligence--contract-analytics */ }
.account-intelligence--contract-strategy .btn-criteria-report {
  margin-right: 10px;
}
.account-intelligence--contract-strategy .contact-analytic-report .mars-select .multiselect-container {
  max-height: unset !important;
}
.account-intelligence--contract-strategy .contact-analytic-report .item-option .mars-radio {
  min-width: 65px;
}
.account-intelligence--contract-strategy .contact-analytic-report .normal-text {
  float: left;
  padding: 3px 10px 3px 0;
  margin: 0 0 0 10px;
  font-weight: normal;
}
.account-intelligence--contract-strategy .contact-analytic-report .item-option {
  display: flex;
}
.account-intelligence--contract-strategy .contact-analytic-report .form-group.priorYearSelect2 {
  margin-top: 0 !important;
}
@media (max-width: 1100px) {
  .account-intelligence--contract-strategy .contact-analytic-report .revenue-select label {
    min-width: 90px !important;
  }
  .account-intelligence--contract-strategy .contact-analytic-report .form-group {
    float: none !important;
    margin-top: 5px !important;
  }
  .account-intelligence--contract-strategy .contact-analytic-report .form-group.priorYearSelect2 {
    margin-top: 0 !important;
  }
  .account-intelligence--contract-strategy .contact-analytic-report .radio-wrap {
    float: left;
    width: 100%;
    margin-top: 5px !important;
  }
}
.account-intelligence--contract-strategy .report-row--filter .mars-select label,
.account-intelligence--contract-strategy .report-row--contract .mars-select label {
  min-width: 97px;
}
.account-intelligence--contract-strategy .report-row--filter .mars-select.primary-segment-select .multiselect-container li label[title="All Non Primary Segments"] {
  display: none !important;
}
.account-intelligence--contract-strategy .primary-segment-select {
  padding: 7px 0 !important;
}
.account-intelligence--contract-strategy .year-select {
  width: 120px !important;
}
.account-intelligence--contract-strategy .table-responsive {
  overflow: auto;
}
.account-intelligence--contract-strategy .commonTable tr th {
  white-space: normal !important;
  font-family: "SourceSansProSemiBold" !important;
}
.account-intelligence--contract-strategy .commonTable tr th.selected-year {
  background-color: #ccecff !important;
}
.account-intelligence--contract-strategy .commonTable tr th.trPattensBlue {
  font-family: "SourceSansProRegular" !important;
}
.account-intelligence--contract-strategy .commonTable tr .borderd-right {
  border-right: 1px solid #002060 !important;
}
.account-intelligence--contract-strategy .commonTable tr th, .account-intelligence--contract-strategy .commonTable tr td {
  min-width: 108px;
  width: 108px;
}
.account-intelligence--contract-strategy .commonTable tr th:first-child, .account-intelligence--contract-strategy .commonTable tr td:first-child {
  min-width: 40px !important;
  width: 40px !important;
  text-align: center !important;
}
.account-intelligence--contract-strategy .commonTable tr th.fixcell, .account-intelligence--contract-strategy .commonTable tr td.fixcell {
  padding-left: 10px !important;
}
.account-intelligence--contract-strategy .commonTable tr th.fixcell.account-name, .account-intelligence--contract-strategy .commonTable tr td.fixcell.account-name {
  min-width: 200px !important;
  width: 200px !important;
  text-align: left !important;
}
.account-intelligence--contract-strategy .commonTable tr td {
  border-bottom: none;
}
.account-intelligence--contract-strategy .commonTable .tr-year th:first-child {
  min-width: 108px !important;
}
.account-intelligence--contract-strategy .commonTable .top-priority {
  background-color: #c5e0b4 !important;
}
.account-intelligence--contract-strategy .commonTable .mid-priority {
  background-color: !important;
}
.account-intelligence--contract-strategy .commonTable .low-priority {
  background-color: #f6bcc9 !important;
}

.account-intelligence--enterprise-account .enterprise-tracking {
  overflow: hidden;
}
@media (min-width: 900px) {
  .account-intelligence--enterprise-account .enterprise-tracking {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking {
  overflow: hidden;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row {
  position: relative;
  margin-top: 10px;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row:first-child {
  margin-top: 0;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row:after {
  content: "";
  display: table;
  clear: both;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column:first-child {
  margin-top: 0;
}
@media (min-width: 980px) {
  .account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column {
    float: left;
    margin: 0 0 0 10px;
  }
  .account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column:first-child {
    margin-left: 0;
  }
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column .head-label {
  width: 176px;
  margin-right: 10px;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column .form-group {
  margin: 0;
  float: left;
  min-height: 30px;
  padding: 2px 0;
  background: #f5f5f5;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column-method {
  display: none;
}
.account-intelligence--enterprise-account .enterprise-tracking .tracking__row .tracking__column-method.active {
  display: block;
}
.account-intelligence--enterprise-account .enterprise-tracking .button-area {
  display: none;
}
.account-intelligence--enterprise-account .enterprise-tracking .button-area.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence--enterprise-account .enterprise-tracking .button-area .btn-popup {
  display: block;
}
@media (max-width: 900px) {
  .account-intelligence--enterprise-account .enterprise-tracking .button-area {
    margin-top: 10px;
  }
  .account-intelligence--enterprise-account .enterprise-tracking .button-area .btn-popup.btn-popup-attribute {
    margin-left: 0 !important;
  }
}
.account-intelligence--enterprise-account .data-table-section {
  display: none;
}
.account-intelligence--enterprise-account .data-table-section.active {
  display: block;
}
.account-intelligence--enterprise-account .data-table--enterprise-account {
  max-height: calc(100vh - 257px);
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-table__content {
  padding-bottom: 100px;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-intelligence--enterprise-account .data-table--enterprise-account.data-table--save .ratePlanDataView .data.is-save {
  display: block;
}
.account-intelligence--enterprise-account .data-table--enterprise-account.data-table--save .ratePlanDataView .dropdown.is-save {
  display: none;
}
.account-intelligence--enterprise-account .data-table--enterprise-account.data-table--save .ratePlanDataView.activeRate .data.is-save {
  display: none;
}
.account-intelligence--enterprise-account .data-table--enterprise-account.data-table--save .ratePlanDataView.activeRate .dropdown.is-save {
  display: block;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column {
  width: 165px;
  min-width: 165px;
  /* show/hide column */
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column--number {
  width: 44px;
  min-width: 44px;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column--name {
  width: 210px;
  min-width: 210px;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-account-attribute, .account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-hotel-rate-plan, .account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-hotel-pms {
  display: none;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-account-attribute.active, .account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-hotel-rate-plan.active, .account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-hotel-pms.active {
  display: block;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-hotel-rate-plan {
  margin-left: 0 !important;
}
.account-intelligence--enterprise-account .data-table--enterprise-account .data-column.is-hotel-rate-plan.active {
  margin-left: 2px !important;
}
.account-intelligence--enterprise-account .radio-wrap .mars-radio {
  min-width: auto;
}
@media (min-width: 568px) {
  .account-intelligence--enterprise-account .radio-wrap .mars-radio {
    min-width: 100px;
  }
}
.account-intelligence--enterprise-account .status {
  display: none;
  padding: 5px 10px;
  background: #F5F5F5;
  float: left;
  min-width: 86px;
}

.account-intelligence--enterprise-account-method .data-table--rate-plan,
.account-intelligence--enterprise-account-method .data-table--profile-link {
  max-height: calc(100vh - 257px);
}
.account-intelligence--enterprise-account-method .data-table--rate-plan .data-table__content,
.account-intelligence--enterprise-account-method .data-table--profile-link .data-table__content {
  padding-bottom: 100px;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .ratePlanDataView .data.is-save,
.account-intelligence--enterprise-account-method .data-table--profile-link.data-table--save .ratePlanDataView .data.is-save {
  display: block;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .ratePlanDataView .dropdown.is-save,
.account-intelligence--enterprise-account-method .data-table--profile-link.data-table--save .ratePlanDataView .dropdown.is-save {
  display: none;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .ratePlanDataView.active .data.is-save,
.account-intelligence--enterprise-account-method .data-table--profile-link.data-table--save .ratePlanDataView.active .data.is-save {
  display: none;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .ratePlanDataView.active .dropdown.is-save,
.account-intelligence--enterprise-account-method .data-table--profile-link.data-table--save .ratePlanDataView.active .dropdown.is-save {
  display: block;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan .data-child .data-column {
  width: 165px;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan .data-child .data-column:first-child {
  width: 140px;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan .data-row {
  -ms-grid-template-columns: 44px 210px 160px auto;
  grid-template-columns: 44px 210px 160px auto;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .is-connect-profile .data.is-save {
  display: block;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .is-connect-profile .dropdown.is-save {
  display: none;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .is-connect-profile.activeConnect .data.is-save {
  display: none;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan.data-table--save .is-connect-profile.activeConnect .dropdown.is-save {
  display: block;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan .col-link-profile .mars-dropdown .dropdown-menu li {
  display: none;
}
.account-intelligence--enterprise-account-method .data-table--rate-plan .col-link-profile .mars-dropdown .dropdown-menu li.active {
  display: block;
}
.account-intelligence--enterprise-account-method .data-table--profile-link .data-row {
  -ms-grid-template-columns: 44px 210px auto;
  grid-template-columns: 44px 210px auto;
}
.account-intelligence--enterprise-account-method .data-table--profile-link .data-child .data-column:first-child {
  width: 210px;
}

@media (max-width: 900px) {
  .account-intelligence--profile-management .top-action-area .fillgap {
    flex-grow: unset;
    width: 100%;
    height: 5px;
  }
  .account-intelligence--profile-management .top-action-area .fillgap.bg-gray {
    background-color: #FFFFFF;
  }
}

/* mishu added */
.account-intelligence--contract-summary .mars-select .multiselect-container li.disabled,
.account-intelligence--dashboard .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}

.account-intelligence--enterprise-account .top-action-area .contract-row,
.account-intelligence--contract-summary .top-action-area .contract-row,
.account-intelligence--dashboard .top-action-area .contract-row {
  display: grid;
  -ms-grid-template-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 5px;
  margin-top: 5px;
}
.account-intelligence--enterprise-account .top-action-area .contract-row:first-child,
.account-intelligence--contract-summary .top-action-area .contract-row:first-child,
.account-intelligence--dashboard .top-action-area .contract-row:first-child {
  margin-top: 0;
}
.account-intelligence--enterprise-account .top-action-area .contract-row .contract-row__title,
.account-intelligence--contract-summary .top-action-area .contract-row .contract-row__title,
.account-intelligence--dashboard .top-action-area .contract-row .contract-row__title {
  padding: 5px 10px;
  background-color: #ccecff;
}
.account-intelligence--enterprise-account .top-action-area .contract-row .contract-row__content,
.account-intelligence--contract-summary .top-action-area .contract-row .contract-row__content,
.account-intelligence--dashboard .top-action-area .contract-row .contract-row__content {
  padding: 2px 0;
  background-color: #f2f2f2 !important;
}

/* Please check styles carefully here lots of modification here */
.account-intelligence--contract-summary .top-action-area .btn-copy-future-year {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .account-intelligence--contract-summary .top-action-area .fillgap {
    flex-grow: unset;
    width: 100%;
    height: 5px;
  }
}
.account-intelligence--contract-summary .top-action-area .contract-row {
  margin-right: 10px;
}
.account-intelligence--contract-summary .top-action-area .contract-row .year-select {
  width: 120px !important;
}
.account-intelligence--contract-summary .top-action-area .contract-row .year-select .multiselect-container {
  min-width: 120px;
  z-index: 10 !important;
}
.account-intelligence--contract-summary .table-responsive {
  max-width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .account-intelligence--contract-summary .table-responsive {
    height: calc(100vh - 229px);
  }
}
@media (min-width: 1201px) {
  .account-intelligence--contract-summary .table-responsive {
    height: calc(100vh - 152px);
  }
}
.account-intelligence--contract-summary .table.table--contract-summary th, .account-intelligence--contract-summary .table.table--contract-summary td {
  min-width: 140px !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th:first-child, .account-intelligence--contract-summary .table.table--contract-summary td:first-child {
  min-width: 45px !important;
  width: 45px !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th.col-name, .account-intelligence--contract-summary .table.table--contract-summary td.col-name {
  min-width: 200px !important;
  width: 200px !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th.col-date-range, .account-intelligence--contract-summary .table.table--contract-summary td.col-date-range {
  min-width: 180px !important;
  width: 180px !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th.col-profile-type, .account-intelligence--contract-summary .table.table--contract-summary td.col-profile-type {
  min-width: 50px !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th {
  font-family: "SourceSansProSemiBold" !important;
  text-align: center !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th.managedAccount {
  text-align: center !important;
}
.account-intelligence--contract-summary .table.table--contract-summary th.totalHeader {
  text-align: left !important;
}
.account-intelligence--contract-summary .table.table--contract-summary td {
  border-bottom: none;
}
.account-intelligence--contract-summary .table.table--contract-summary tr:first-child th {
  border-top: none !important;
}
.account-intelligence--contract-summary .table.table--contract-summary .trPattensBlue th {
  background-color: #ccecff !important;
}
.account-intelligence--contract-summary .table.table--contract-summary .trPattensBlue th:nth-child(2) {
  text-align: left !important;
}
.account-intelligence--contract-summary .table.table--contract-summary .tr-year th:first-child {
  min-width: 140px !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td {
  background-color: #F5F5F5;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td:first-child, .account-intelligence--contract-summary .table.table--contract-summary tr td.col-name, .account-intelligence--contract-summary .table.table--contract-summary tr td.col-date-range {
  text-align: left;
  position: relative;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.col-name a {
  text-align: left;
  text-decoration: underline !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.managedAccount span {
  text-align: left;
  text-decoration: underline !important;
  cursor: pointer;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.col-contract {
  position: relative;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.col-contract.add-link {
  padding: 0 !important;
  cursor: pointer;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.col-contract.add-link span {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-complete {
  background-color: #fff2cc !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-draft {
  background-color: #f4fef7 !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-final {
  background-color: #a9f9be !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-add-contract {
  background-color: #f3f2f2 !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-prospect {
  background-color: #a9f9be !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-no-contract {
  background-color: #e4e4e4 !important;
  text-align: center;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-complete span:hover {
  background-color: #fff7de !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-draft span:hover {
  background-color: !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-final span:hover {
  background-color: #d0fddc !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-add-contract span:hover {
  background-color: #F5F5F5 !important;
}
.account-intelligence--contract-summary .table.table--contract-summary tr td.bg-prospect span:hover {
  background-color: #d0fddc !important;
}
.account-intelligence--contract-summary .table.table--contract-summary .btn-sort {
  height: 100%;
}
.account-intelligence--contract-summary .table.table--contract-summary .btn-sort::before {
  top: 50%;
  transform: translateY(-50%);
}
.account-intelligence--contract-summary .table.table--contract-summary.table--contract-summary-max tr td.col-contract-overview, .account-intelligence--contract-summary .table.table--contract-summary.table--contract-summary-max tr td.bg-no-contract {
  min-width: 180px !important;
}
.account-intelligence--contract-summary .contract-draft {
  background-color: #FFFFFF;
  display: inline-block;
  max-width: 100%;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save { /* for save view */ }
.account-intelligence--contract-summary .contract-draft.contract-draft--save .is-edit {
  display: none;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .is-save {
  display: block;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .item-rate {
  display: none;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .item-rate.active {
  display: block;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .data-info.is-save {
  display: block;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .data-row.is-save {
  display: -ms-grid;
  display: grid;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .draft-item--rate-plan .form-group.is-save {
  display: -ms-grid;
  display: grid;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--save .draft-item--rate-plan .form-group.is-edit {
  display: none;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--edit { /* for edit view */ }
.account-intelligence--contract-summary .contract-draft.contract-draft--edit .is-edit {
  display: block;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--edit .icon-button.is-edit {
  display: inline-flex;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--edit .data-row.is-edit {
  display: -ms-grid;
  display: grid;
}
.account-intelligence--contract-summary .contract-draft.contract-draft--edit .draft-item--rate-plan .form-group.is-edit {
  display: -ms-grid;
  display: grid;
}
.account-intelligence--contract-summary .contract-draft .btn-add-incidental {
  padding: 3px 10px 3px 35px !important;
}
.account-intelligence--contract-summary .contract-draft .btn-add-incidental i {
  top: -2px;
}
.account-intelligence--contract-summary .contract-draft .btn-open {
  padding: 3px 10px 3px 25px !important;
  margin-left: 10px;
  position: relative;
  background-color: transparent !important;
}
.account-intelligence--contract-summary .contract-draft .btn-open:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background: #ff66cc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.account-intelligence--contract-summary .contract-draft .btn-open.active:before {
  background: #64dd17;
}
.account-intelligence--contract-summary .contract-draft .form-rangecalendar {
  float: left;
  width: auto;
}
.account-intelligence--contract-summary .contract-draft .form-rangecalendar .col-item {
  position: unset;
  float: unset;
}
.account-intelligence--contract-summary .contract-draft .form-rangecalendar .timeselect {
  width: 234px;
  background: none !important;
}
.account-intelligence--contract-summary .contract-draft .form-rangecalendar .timeselect p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .account-intelligence--contract-summary .contract-draft .form-rangecalendar .comparerangepopup {
    width: 460px;
    max-width: unset;
    height: 253px;
    position: absolute;
    top: 34px;
    left: 214px;
    margin: 0;
  }
  .account-intelligence--contract-summary .contract-draft .form-rangecalendar .comparerangepopup .daterange-row {
    min-height: 219px;
  }
}
.account-intelligence--contract-summary .contract-draft .form-rangecalendar.disable {
  cursor: not-allowed;
  pointer-events: none;
}
.account-intelligence--contract-summary .contract-draft .form-rangecalendar.disable .btn-calendar {
  cursor: not-allowed;
  pointer-events: none;
}
.account-intelligence--contract-summary .contract-draft .btn-delete,
.account-intelligence--contract-summary .contract-draft .btn-add,
.account-intelligence--contract-summary .contract-draft .btn-collapse {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.account-intelligence--contract-summary .contract-draft .btn-delete i,
.account-intelligence--contract-summary .contract-draft .btn-add i,
.account-intelligence--contract-summary .contract-draft .btn-collapse i {
  height: 100%;
  width: 100%;
}
.account-intelligence--contract-summary .contract-draft .btn-delete.active,
.account-intelligence--contract-summary .contract-draft .btn-add.active,
.account-intelligence--contract-summary .contract-draft .btn-collapse.active {
  background-color: transparent !important;
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title {
  height: 30px;
  display: flex;
  height: auto;
  column-gap: 5px;
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title h2 {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title .contract-name span,
.account-intelligence--contract-summary .contract-draft .draft-bar-title .contract-year span,
.account-intelligence--contract-summary .contract-draft .draft-bar-title .contract-update span {
  margin-left: 5px;
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title .contract-update {
  padding: 5px 0;
  font-family: "SourceSansProSemiBold";
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title .btn-edit,
.account-intelligence--contract-summary .contract-draft .draft-bar-title .btn-save,
.account-intelligence--contract-summary .contract-draft .draft-bar-title .btn-close {
  position: unset !important;
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title .btn-save {
  display: none;
}
.account-intelligence--contract-summary .contract-draft .draft-bar-title .btn-save.active {
  display: inline-flex;
  background-color: transparent !important;
}
.account-intelligence--contract-summary .contract-draft .contract-draft-content {
  max-height: calc(100vh - 140px);
  position: relative;
  width: 100%;
  overflow: scroll;
}
.account-intelligence--contract-summary .contract-draft .draft-row-group {
  border-top: 4px solid #eeeeee;
}
.account-intelligence--contract-summary .contract-draft .draft-row-group .group-contract {
  position: relative;
}
.account-intelligence--contract-summary .contract-draft .draft-row,
.account-intelligence--contract-summary .contract-draft .draft-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 210px 1fr;
  grid-template-columns: 210px 1fr;
  grid-column-gap: 4px;
}
.account-intelligence--contract-summary .contract-draft .draft-row.profileId,
.account-intelligence--contract-summary .contract-draft .draft-item.profileId {
  -ms-grid-template-columns: 210px 180px;
  grid-template-columns: 210px 180px;
}
.account-intelligence--contract-summary .contract-draft .draft-row.contract-type,
.account-intelligence--contract-summary .contract-draft .draft-item.contract-type {
  -ms-grid-template-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
}
.account-intelligence--contract-summary .contract-draft .draft-row.split-item,
.account-intelligence--contract-summary .contract-draft .draft-item.split-item {
  -ms-grid-template-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
}
.account-intelligence--contract-summary .contract-draft .draft-row,
.account-intelligence--contract-summary .contract-draft .draft-row-group {
  margin-top: 4px;
  width: 1042px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--item {
  -ms-grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.account-intelligence--contract-summary .contract-draft .draft-row--item.contract-row-3-item {
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.account-intelligence--contract-summary .contract-draft .draft-row--title .data-row div {
  background: #98bad6 !important;
}
.account-intelligence--contract-summary .contract-draft .draft-title {
  color: #131111;
  background-color: #ccecff;
  position: relative;
  display: flex;
  align-items: center;
}
.account-intelligence--contract-summary .contract-draft .draft-title span {
  padding: 0 10px;
  height: 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.account-intelligence--contract-summary .contract-draft .draft-title .incidentalNumber,
.account-intelligence--contract-summary .contract-draft .draft-title .seasonNumber {
  padding: 0;
  margin-left: 5px;
  border: none;
  background: none !important;
  width: 20px;
}
.account-intelligence--contract-summary .contract-draft .draft-title span small {
  color: #0070c0 !important;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.account-intelligence--contract-summary .contract-draft .draftrowcontent {
  background: #f9f9f9;
  min-height: 30px;
  padding: 2px 10px 2px 0;
  margin-top: 4px;
}
.account-intelligence--contract-summary .contract-draft .draftrowcontent:first-child {
  margin-top: 0;
}
.account-intelligence--contract-summary .contract-draft .draftrowcontent:after {
  content: "";
  display: table;
  clear: both;
}
.account-intelligence--contract-summary .contract-draft .draftrowcontent .btn-delete {
  position: absolute;
  right: 10px;
  top: 0;
}
.account-intelligence--contract-summary .contract-draft .draftrowcontent .btn-add-contract,
.account-intelligence--contract-summary .contract-draft .draftrowcontent .btn-delete-copy {
  display: inline-flex;
  height: 26px;
  width: 24px;
  margin: 0 -4px 0 10px;
}
.account-intelligence--contract-summary .contract-draft .negative {
  color: #ff0000;
}
.account-intelligence--contract-summary .contract-draft .data {
  height: 26px;
  padding: 2px 10px;
  color: #131111;
  cursor: pointer;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #8f91a2;
}
.account-intelligence--contract-summary .contract-draft .data.no-border {
  border: none;
}
.account-intelligence--contract-summary .contract-draft .data.no-bg {
  background-color: transparent;
}
.account-intelligence--contract-summary .contract-draft .data-info {
  width: 200px;
  float: left;
}
.account-intelligence--contract-summary .contract-draft .data-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: repeat(5, minmax(120px, 1fr));
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  grid-column-gap: 1px;
}
.account-intelligence--contract-summary .contract-draft .data-row div {
  background-color: #f9f9f9;
  text-align: center;
}
.account-intelligence--contract-summary .contract-draft .data-row div span {
  padding: 3px 10px;
  display: block;
  min-height: 26px;
}
.account-intelligence--contract-summary .contract-draft .form-group {
  margin: 0;
}
.account-intelligence--contract-summary .contract-draft .data-input {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}
.account-intelligence--contract-summary .contract-draft .contract-date-select {
  width: 200px;
  float: left;
}
.account-intelligence--contract-summary .contract-draft .draft-row--item:first-child .draft-item {
  position: relative;
}
.account-intelligence--contract-summary .contract-draft .draft-row--item:first-child .draft-item .form-rangecalendar .btn-calendar {
  margin-right: 5px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--item:first-child .draft-item .form-rangecalendar .comparerangepopup {
  top: 34px;
  left: 0;
  bottom: unset;
  -webkit-transform: unset;
  transform: unset;
  margin: 0;
}
.account-intelligence--contract-summary .contract-draft .draft-item--rate-plan .form-group,
.account-intelligence--contract-summary .contract-draft .draft-row--rateplan-extra .form-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2px;
}
.account-intelligence--contract-summary .contract-draft .draft-item--rate-plan .data-input,
.account-intelligence--contract-summary .contract-draft .draft-row--rateplan-extra .data-input {
  display: inline-flex;
  column-gap: 0;
}
.account-intelligence--contract-summary .contract-draft .draft-item--rate-plan .data-input .form-control,
.account-intelligence--contract-summary .contract-draft .draft-row--rateplan-extra .data-input .form-control {
  width: calc(100% - 30px);
  flex-grow: 1;
}
.account-intelligence--contract-summary .contract-draft .draft-item--rate-plan .data-input .btn-deletecell,
.account-intelligence--contract-summary .contract-draft .draft-row--rateplan-extra .data-input .btn-deletecell {
  width: 30px;
  height: 26px !important;
  border: 1px solid #8f91a2;
  border-left: none;
  background-color: #b3c6e8 !important;
  position: relative;
  top: unset;
  right: inherit;
}
.account-intelligence--contract-summary .contract-draft .draft-item--rate-plan .data-input:first-child .btn-deletecell {
  display: none;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rateplan-extra.active {
  display: -ms-grid;
  display: grid;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rateplan-extra .form-group {
  max-width: 295px;
}
.account-intelligence--contract-summary .contract-draft .draft-item--split .data-input .form-control {
  width: 70px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate {
  float: left;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .mars-radio label {
  padding: 3px 5px 3px 5px;
  margin: 0;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .form-group-input,
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .data-group {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .form-group-input .form-control,
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .data-group .form-control {
  width: 58px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .ceiling-rate-select {
  width: 200px !important;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .discount-select,
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .range-select {
  width: 190px !important;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .form-group {
  display: none;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .label-head {
  padding: 3px 10px;
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .label-text {
  display: none;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate .item-rate__content {
  display: flex;
  column-gap: 10px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate.active .form-group,
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate.active .label-text {
  display: block;
}
.account-intelligence--contract-summary .contract-draft .draft-row--rate-strategy .item-rate.active .form-group-input {
  display: inline-flex;
}
.account-intelligence--contract-summary .contract-draft .draft-row--revenue-summary .draft-title {
  font-family: "SourceSansProSemiBold";
}
.account-intelligence--contract-summary .contract-draft .draft-row--revenue-summary .group-summary {
  background-color: #98bad6;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--revenue-summary .group-summary div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.account-intelligence--contract-summary .contract-draft .draft-row--revenue-summary .group-summary div label {
  padding: 3px 0 3px 10px;
  font-weight: normal;
  margin: 0;
}
.account-intelligence--contract-summary .contract-draft .draft-row--revenue-summary .group-summary div .form-control {
  width: 90px;
  margin-left: 5px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .draftrowcontent,
.account-intelligence--contract-summary .contract-draft .draft-row--room .draftrowcontent {
  position: relative;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .draftrowcontent.is-edit,
.account-intelligence--contract-summary .contract-draft .draft-row--room .draftrowcontent.is-edit {
  padding-right: 45px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input .data, .account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input .form-control {
  width: 71px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input:first-child .data, .account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input:first-child .form-control {
  width: 155px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input.data-input-select {
  width: 200px;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input.data-input-select .data {
  width: 200px !important;
}
.account-intelligence--contract-summary .contract-draft .draft-row--incidental .group-incidental .data-input.data-input-select .multiselect-native-select {
  width: 200px !important;
}
.account-intelligence--contract-summary .contract-draft .draft-row-group--pricing-analytics .data-row {
  background-color: #FFFFFF;
}
.account-intelligence--contract-summary .contract-draft .draft-row-group--pricing-analytics .draft-row-year-title .data-row div {
  background-color: #c5e0b4;
}
.account-intelligence--contract-summary .contract-draft .draft-row-group--pricing-analytics .draft-row-year-title .data-row div.bg-yellow {
  background-color: #fff2cc;
}
.account-intelligence--contract-summary .contract-draft .draft-row-group--pricing-analytics .draft-row--title .draft-title span {
  font-family: "SourceSansProSemiBold";
}

/* mishu new */
.account-intelligence--dashboard .btn-deshboard-setup {
  height: 30px;
}
.account-intelligence--dashboard .top-action-area .contract-row {
  -ms-grid-template-columns: auto 200px 30px;
  grid-template-columns: auto 200px 30px;
}
@media (max-width: 767px) {
  .account-intelligence--dashboard .fillgap {
    flex-grow: unset;
    width: 100%;
    height: 5px;
  }
}
.account-intelligence--dashboard .table-responsive {
  overflow: auto;
}
@media (min-width: 768px) {
  .account-intelligence--dashboard .table-responsive {
    height: calc(100vh - 230px);
  }
}
@media (min-width: 1201px) {
  .account-intelligence--dashboard .table-responsive {
    height: calc(100vh - 228px);
  }
}
.account-intelligence--dashboard .dashboard-table th {
  font-family: "SourceSansProSemiBold" !important;
  text-align: center !important;
}
.account-intelligence--dashboard .dashboard-table { /* added 18-10-2020 */ }
.account-intelligence--dashboard .dashboard-table tr th,
.account-intelligence--dashboard .dashboard-table tr td {
  min-width: 110px;
  width: 110px;
}
.account-intelligence--dashboard .dashboard-table tr th:first-child,
.account-intelligence--dashboard .dashboard-table tr td:first-child {
  min-width: 45px !important;
  width: 45px !important;
}
.account-intelligence--dashboard .dashboard-table tr th.account-name,
.account-intelligence--dashboard .dashboard-table tr td.account-name {
  min-width: 220px !important;
  width: 220px !important;
  text-align: left;
}
@media (max-width: 1366px) {
  .account-intelligence--dashboard .dashboard-table tr th,
  .account-intelligence--dashboard .dashboard-table tr td {
    min-width: 103px;
    width: 103px;
  }
  .account-intelligence--dashboard .dashboard-table tr th:nth-child(3),
  .account-intelligence--dashboard .dashboard-table tr td:nth-child(3) {
    min-width: 80px !important;
    width: 80px !important;
  }
  .account-intelligence--dashboard .dashboard-table tr th,
  .account-intelligence--dashboard .dashboard-table tr td { /* using class value-score not reduce column width */ }
  .account-intelligence--dashboard .dashboard-table tr th.account-name,
  .account-intelligence--dashboard .dashboard-table tr td.account-name {
    min-width: 164px !important;
    width: 164px !important;
  }
}
.account-intelligence--dashboard .dashboard-table tr td:first-child {
  text-align: left !important;
}
.account-intelligence--dashboard .dashboard-table tr td {
  border-bottom: none;
}
.account-intelligence--dashboard .dashboard-table .top-priority {
  background-color: #c5e0b4 !important;
}
.account-intelligence--dashboard .dashboard-table .mid-priority {
  background-color: !important;
}
.account-intelligence--dashboard .dashboard-table .low-priority {
  background-color: #f6bcc9 !important;
}

/*
==========================================================================
    Chimps Account Intelligence popup
==========================================================================
*/
/* link-hotel-popup */
.link-hotel-popup {
  font-family: "SourceSansProRegular";
  position: fixed;
  top: 132px; /* mishu changed top: 172px;  */
  left: 272px;
  z-index: 1000;
  max-width: 100%;
}
@media (max-width: 1300px) {
  .link-hotel-popup {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 760px) {
  .link-hotel-popup {
    left: 15px;
    width: calc(100% - 30px);
    -webkit-transform: unset;
    transform: unset;
  }
}
.link-hotel-popup .btn-reportclose {
  right: 10px;
}
.link-hotel-popup .link-hotel-popup-content {
  padding: 20px 10px;
  background: #F5F5F5;
  overflow: auto;
  width: 730px; /* mishu new added */
}
.link-hotel-popup .tab-pane {
  display: none;
}
.link-hotel-popup .tab-pane.active {
  display: block;
}
.link-hotel-popup .tab-container {
  overflow: auto;
  max-height: 280px;
  min-height: 180px;
  position: relative;
}
.link-hotel-popup .tab-area {
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 10px;
  margin-bottom: 10px;
}
.link-hotel-popup .tab-area .total-link {
  height: 30px;
  background: #ccecff;
  padding: 4px 10px;
}
.link-hotel-popup .tab-area .mars-tab {
  display: block;
  margin-bottom: 0;
}
.link-hotel-popup .tab-area .mars-tab .btn {
  min-width: 106px;
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .link-hotel-popup .tab-area .mars-tab .btn {
    min-width: 115px;
  }
}
.link-hotel-popup .tab-area .link-hotel-content {
  min-height: 180px;
}
.link-hotel-popup .data-row {
  margin-top: 2px;
  width: 693px;
  display: grid;
  grid-template-columns: 44px 187px 110px auto;
  grid-column-gap: 2px;
}
.link-hotel-popup .data-row:first-child {
  margin-top: 0;
}
.link-hotel-popup .data-row.data-row--title {
  position: sticky;
  top: 0;
  z-index: 100;
  grid-template-columns: 44px 187px 110px auto;
}
.link-hotel-popup .data-row.data-row--title .data-column {
  text-align: center;
}
.link-hotel-popup .data-row.data-row--title .data-column .data {
  background: #b3c6e8;
  border: 1px solid #b3c6e8;
  font-family: "SourceSansProSemiBold";
}
.link-hotel-popup .data-row .data-column {
  position: relative;
}
.link-hotel-popup .data-row .data-column i {
  width: 30px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  z-index: 10;
  cursor: pointer;
}
.link-hotel-popup .data-row .data-column.active .dropdown-link li {
  display: block;
}
.link-hotel-popup .data-row .data,
.link-hotel-popup .data-row .dropdown-link li {
  height: 26px;
  border: 1px solid #8f91a2;
  padding: 3px 10px;
  font-size: 14px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ffffff;
}
.link-hotel-popup .data-row .data-blank {
  background: #F5F5F5;
  border: none;
}
.link-hotel-popup .data-row .data-dropdown .dropdown-link {
  margin: 0;
  padding: 0;
}
.link-hotel-popup .data-row .data-dropdown .dropdown-link li {
  margin-top: 2px;
  display: none;
}
.link-hotel-popup .data-row .data-dropdown .dropdown-link li:first-child {
  display: block;
  margin-top: 0;
}
.link-hotel-popup .group .child {
  display: grid;
  grid-template-columns: 234px 110px;
  grid-column-gap: 2px;
  margin-top: 2px;
}
.link-hotel-popup .group .child:first-child {
  margin-top: 0;
}

/* Popup for action all in Profile Management Table/Grid - Edit mode */
.dialog-popup-for-profile-management-tab {
  width: auto !important;
  min-height: auto !important;
}
.dialog-popup-for-profile-management-tab .ui-widget-content {
  margin: -34px 0px 0px -102px !important;
}
.dialog-popup-for-profile-management-tab .mars-popup-titlebar {
  padding: 6px 10px;
}

.dialog-popup-for-excluded-profiles-tab {
  width: auto !important;
  min-height: auto !important;
}
.dialog-popup-for-excluded-profiles-tab .ui-widget-content {
  margin: -34px 0px 0px -102px !important;
}
.dialog-popup-for-excluded-profiles-tab .mars-popup-titlebar {
  padding: 6px 10px;
}

/* list-action-popup */
.list-action-popup {
  padding: 30px 10px 10px 10px;
  background: #f5f5f5;
  min-height: 0 !important;
}
.list-action-popup .btn-accept,
.list-action-popup .btn-exclude,
.list-action-popup .btn-reset {
  padding: 5px 10px;
  margin: 0 5px;
  min-width: 85px;
}
.list-action-popup .btn-accept {
  background-color: #bae18f;
  color: #006600;
}
.list-action-popup .btn-exclude {
  background-color: #ff0000;
  color: #FFFFFF;
}
.list-action-popup .btn-reset {
  background-color: #ffd600;
  color: #131111;
}

/* account-attributes-popup */
.account-attributes-popup {
  font-family: "SourceSansProRegular";
  padding: 10px 0 10px 0 !important;
  max-height: 400px !important;
  overflow: auto;
}
.account-attributes-popup .attributes-setup {
  max-width: 100%;
}
.account-attributes-popup .attributes-setup--edit .is-save {
  display: none;
}
.account-attributes-popup .attributes-setup--edit .is-edit {
  display: block;
}
.account-attributes-popup .attributes-setup--edit .head-input.is-edit {
  display: grid;
}
.account-attributes-popup .attributes-setup--edit .data-input.is-edit {
  display: grid;
}
.account-attributes-popup .attributes-setup--save .is-edit {
  display: none;
}
.account-attributes-popup .attributes-setup--save .is-save {
  display: block;
}
.account-attributes-popup .attributes-setup--save .head-input.is-edit {
  display: none;
}
.account-attributes-popup .attributes-setup--save .data-input.is-edit {
  display: none;
}
.account-attributes-popup .attributes-setup input[type=text] {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.account-attributes-popup .attributes-setup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.account-attributes-popup .attributes-setup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.account-attributes-popup .attributes-setup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.account-attributes-popup .attributes-setup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.account-attributes-popup .attributes-setup input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.account-attributes-popup .attributes-setup input[type=text]:-moz-read-only, .account-attributes-popup .attributes-setup input[type=text]:read-only {
  background: #FFFFFF !important;
}
.account-attributes-popup .attributes-setup input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.account-attributes-popup .attributes-setup .btn-save,
.account-attributes-popup .attributes-setup .btn-edit,
.account-attributes-popup .attributes-setup .btn-plus {
  width: 30px;
  height: 30px;
}
.account-attributes-popup .attributes-setup .attributes-setup__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 210px auto;
  grid-template-columns: 210px auto;
  grid-column-gap: 10px;
}
.account-attributes-popup .attributes-setup .attributes-setup__top .btn-save, .account-attributes-popup .attributes-setup .attributes-setup__top .btn-edit {
  margin-left: 10px;
  float: left;
}
.account-attributes-popup .attributes-setup .attributes-setup__top .head-label {
  color: #131111;
  background-color: #cce5ff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.account-attributes-popup .attributes-setup .attributes-setup__top .attributes-setup__top-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.account-attributes-popup .attributes-setup .attributes-setup__top .btn-plus {
  float: left;
  margin-right: 10px;
}
.account-attributes-popup .attributes-setup .attributes-setup__top .form-control {
  height: 30px;
  width: 50px;
  display: block;
  text-align: center;
  float: left;
}
.account-attributes-popup .attributes-setup .attributes-setup__content {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 212px 212px 212px 212px;
  grid-template-columns: 212px 212px 212px 212px;
  -ms-grid-template-columns: repeat(4, 212px);
  grid-template-columns: repeat(4, 212px);
  grid-column-gap: 10px;
}
@media (max-width: 767px) {
  .account-attributes-popup .attributes-setup .attributes-setup__content {
    -ms-grid-template-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 480px) {
  .account-attributes-popup .attributes-setup .attributes-setup__content {
    -ms-grid-template-columns: auto;
    grid-template-columns: auto;
  }
}
.account-attributes-popup .attributes-setup .attributes-setup__column {
  margin-bottom: 10px;
}
.account-attributes-popup .attributes-setup .attributes-setup__column ul {
  padding: 0;
  margin: 0;
}
.account-attributes-popup .attributes-setup .attributes-setup__column ul li {
  margin-top: 2px;
}
.account-attributes-popup .attributes-setup .attributes-setup__head {
  background: #b3c6e8;
  height: 30px;
  position: relative;
}
.account-attributes-popup .attributes-setup .head-input,
.account-attributes-popup .attributes-setup .data-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 30px auto 30px;
  grid-template-columns: 30px auto 30px;
}
.account-attributes-popup .attributes-setup .head-input .btn-deletecell,
.account-attributes-popup .attributes-setup .data-input .btn-deletecell {
  position: unset;
  top: unset;
  right: unset;
}
.account-attributes-popup .attributes-setup .head-input .form-control {
  height: 30px;
}
.account-attributes-popup .attributes-setup .head-input .btn-deletecell {
  height: 30px;
}
.account-attributes-popup .attributes-setup .head-input .btn-add {
  height: 30px;
  width: 30px;
  display: block;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: #b3c6e8;
}
.account-attributes-popup .attributes-setup .head-input .btn-add:hover {
  background-color: #c2d7fd;
}
.account-attributes-popup .attributes-setup .head-input .btn-add i {
  margin: 2px auto;
}
.account-attributes-popup .attributes-setup .head-text {
  font-family: "SourceSansProSemiBold";
  padding: 5px 10px;
  text-align: center;
}
.account-attributes-popup .attributes-setup .data {
  padding: 3px 10px;
  height: 26px;
  font-size: 14px;
  background: #FFFFFF;
  color: #131111;
  border: 1px solid #8f91a2;
}

/* comparative-market-segment-popup */
.comparable-segment-popup {
  font-family: "SourceSansProRegular";
  padding: 0px 0 10px 0 !important;
  left: 0;
  padding: 0.2em;
  outline: 0;
  display: block;
}
.comparable-segment-popup.ui-dialog {
  top: 115px !important;
  left: 555px !important;
}
.comparable-segment-popup .ui-dialog-titlebar {
  padding-right: 80px !important;
}
.comparable-segment-popup .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
}
.comparable-segment-popup .utilities {
  margin-top: -2px !important;
  min-height: 113px;
  max-height: 330px;
  height: auto;
}
.comparable-segment-popup .utilities .utilities-edit {
  margin-top: 0;
  padding-bottom: 0;
}
.comparable-segment-popup .utilities .utilities-view {
  padding-bottom: 0px;
  overflow: hidden;
}
.comparable-segment-popup .utilities .utilities-completion .utilities__row {
  -ms-grid-template-columns: 180px 170px;
  grid-template-columns: 180px 170px;
}
.comparable-segment-popup .utilities .utilities__cell .chi-tic {
  -webkit-background-size: 14px 14px !important;
  background-size: 14px 14px !important;
  margin: 0 auto;
}
.comparable-segment-popup .data-option {
  padding: 3px 10px;
  background: #eeeeee;
}
.comparable-segment-popup .utilities__row--property {
  margin-bottom: 10px;
}
.comparable-segment-popup .radio-wrap {
  margin-bottom: 0;
}
.comparable-segment-popup .radio-wrap .mars-radio {
  float: left;
}
.comparable-segment-popup .radio-wrap .mars-radio.active {
  background: none !important;
}
.comparable-segment-popup .radio-wrap .mars-radio label {
  padding: 3px 5px;
}
.comparable-segment-popup .radio-wrap .mars-radio label span {
  margin-right: 5px;
}
.comparable-segment-popup .radio-wrap .mars-radio label .color {
  margin: 2px 5px 0 0;
}
.comparable-segment-popup .mars-popup-titlebar {
  height: 32px;
  width: 362px !important;
  padding: 6px 10px;
  margin: 0;
  border: none;
  color: #131111;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  background: #e1e2e7 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e2e7), color-stop(100%, #9ea3b5)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e2e7 0%, #9ea3b5 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e1e2e7 0%, #9ea3b5 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.comparable-segment-popup .mars-popup-titlebar .action-bar {
  float: right;
  width: 100px;
  margin-top: -6px;
}
.comparable-segment-popup .mars-popup-titlebar .ui-widget-content {
  padding: 0px;
}
.comparable-segment-popup .mars-popup-titlebar .float-right {
  float: right;
}

.dialog-popup-for-auto-link .mars-popup .mars-popup-titlebar .action-bar {
  margin-top: -25px;
}

/* autolink popup */
.dialog-autolink-popup .ui-dialog-content {
  padding: 0 !important;
}

.autolink-popup #templateForAutoLinkName {
  display: none;
  visibility: hidden;
}
.autolink-popup .mars-popup-titlebar .action-bar {
  margin-left: -25px;
}
.autolink-popup input[type=text] {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.autolink-popup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.autolink-popup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.autolink-popup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.autolink-popup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.autolink-popup input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.autolink-popup input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.autolink-popup input[type=text]:-moz-read-only, .autolink-popup input[type=text]:read-only {
  background: #FFFFFF !important;
}
.autolink-popup input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autolink-popup input[readonly] {
  background: #FFFFFF !important;
}
.autolink-popup .new-title-bar {
  display: flex;
}
.autolink-popup .new-title-bar h2 {
  display: inline-block;
}
.autolink-popup .new-title-bar .btn-add.is-edit {
  display: inline-block;
  margin-left: 10px;
}
.autolink-popup .autolink-popup-content {
  padding: 15px 0 10px 0;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--edit .is-edit {
  display: block;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--edit .is-save {
  display: none;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--edit .item {
  grid-template-columns: 1fr 30px;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--edit input[type=text] {
  border-right: none;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--edit .btn-deletecell {
  border-left: none;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--save .is-edit {
  display: none;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--save .is-save {
  display: block;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--save .item {
  grid-template-columns: 1fr;
}
.autolink-popup .autolink-popup-content.autolink-popup-content--save input[type=text],
.autolink-popup .autolink-popup-content.autolink-popup-content--save .btn-deletecell {
  border-left: 1px solid #8f91a2;
}
.autolink-popup .item-content {
  max-height: 370px;
  margin-top: 2px;
  overflow: auto;
}
.autolink-popup .item {
  display: grid;
  margin-top: 2px;
}
.autolink-popup .item:first-child {
  margin-top: 0;
}
.autolink-popup .btn-deletecell {
  position: unset;
  right: unset;
  top: unset;
  border: 1px solid #8f91a2;
}
.autolink-popup #autoLinkConfigPopupNotification {
  margin: 5px 0 0 5px;
}

/* mishu new */
/* copy-contract-popup */
.copy-contract-popup .errorAlertPosition {
  top: 4px;
  display: block;
  width: 330px;
  left: 185px;
}
.copy-contract-popup {
  font-family: "SourceSansProRegular";
  padding: 10px 0 !important;
  display: none;
}
.copy-contract-popup input[type=text] {
  height: 26px;
}
.copy-contract-popup .copy-contract-group {
  margin-top: 4px;
  display: none;
}
.copy-contract-popup .copy-contract-group.active {
  display: block;
}
.copy-contract-popup .copy-contract__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 200px 300px;
  grid-template-columns: 200px 300px;
  grid-column-gap: 10px;
  margin-top: 4px;
}
.copy-contract-popup .copy-contract__row:first-child {
  margin-top: 0;
}
.copy-contract-popup .copy-contract__column {
  display: block;
  background-color: #e4e4e4;
}
.copy-contract-popup .copy-contract__column:first-child {
  background: #ccecff;
}
.copy-contract-popup .copy-contract__column--option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.copy-contract-popup .copy-contract__column--option .mars-radio {
  height: 26px;
}
.copy-contract-popup .copy-contract__column--option .mars-radio.active, .copy-contract-popup .copy-contract__column--option .mars-radio:hover {
  background: none !important;
}
.copy-contract-popup .copy-contract__column--option .mars-radio .color {
  margin: 2px 5px 0 0;
}
.copy-contract-popup .copy-contract__column--option .mars-radio label {
  padding: 3px 5px;
}
.copy-contract-popup .copy-contract__column-title {
  padding: 3px 10px;
}
.copy-contract-popup .data {
  padding: 3px 10px;
}
.copy-contract-popup .block-bottom {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.copy-contract-popup.ui-dialog {
  top: 170px !important;
  left: 450px !important;
}

/* deshboard-setup-popup */
.deshboard-setup-popup {
  font-family: "SourceSansProRegular";
  font-size: 14px;
}
.deshboard-setup-popup .deshboard-setup {
  height: 400px;
  padding-top: 5px;
  margin-bottom: 0;
  overflow: auto;
}
.deshboard-setup-popup .deshboard-setup--edit .is-edit {
  display: block;
}
.deshboard-setup-popup .deshboard-setup--edit .is-save {
  display: none;
}
.deshboard-setup-popup .deshboard-setup--save .is-edit {
  display: none;
}
.deshboard-setup-popup .deshboard-setup--save .is-save {
  display: block;
}
.deshboard-setup-popup .deshboard-setup--save .item {
  cursor: not-allowed;
}
.deshboard-setup-popup .deshboard-setup__group {
  margin-top: 20px;
}
.deshboard-setup-popup .deshboard-setup__group:first-child {
  margin-top: 0;
}
.deshboard-setup-popup .deshboard-setup__row {
  margin-top: 10px;
}
.deshboard-setup-popup .deshboard-setup__row:first-child {
  margin-top: 0;
}
.deshboard-setup-popup .deshboard-setup__row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
@media (min-width: 768px) {
  .deshboard-setup-popup .deshboard-setup__row {
    -ms-grid-template-columns: repeat(3, 180px);
    grid-template-columns: repeat(3, 180px);
  }
}
@media (min-width: 1023px) {
  .deshboard-setup-popup .deshboard-setup__row {
    -ms-grid-template-columns: repeat(5, 180px);
    grid-template-columns: repeat(5, 180px);
  }
}
.deshboard-setup-popup .deshboard-setup__row--segment {
  -ms-grid-template-columns: 180px 200px;
  grid-template-columns: 180px 200px;
}
.deshboard-setup-popup .deshboard-setup__row--segment .title {
  padding: 3px 10px;
  background-color: #ccecff;
}
.deshboard-setup-popup .data {
  padding: 2px 10px;
  background-color: #FFFFFF;
  border: 1px solid #8f91a2;
}
.deshboard-setup-popup .item {
  padding: 3px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.deshboard-setup-popup .deshboard-setup--edit .item {
  background-color: #FFFFFF;
}
.deshboard-setup-popup .deshboard-setup--edit .item.active {
  background-color: #a9f9be;
}
.deshboard-setup-popup .deshboard-setup--save .item {
  background-color: #e9efed;
}
.deshboard-setup-popup .deshboard-setup--save .item.active {
  background-color: #a9f9be;
}

@media (max-width: 960px) {
  .ui-resizable {
    max-width: 95%;
  }
}

/*
==========================================================================
	other-income
==========================================================================
*/
.other-income-config {
  font-family: "SourceSansProRegular";
}
.other-income-config .content {
  padding: 20px 15px 0 15px;
}
.other-income-config input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.other-income-config .btn-save,
.other-income-config .btn-edit,
.other-income-config .btn-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.other-income-config .btn-sync {
  color: #131111 !important;
  padding: 5px 10px 5px 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  background-color: #f2f2f2;
}
.other-income-config .btn-sync i {
  position: absolute;
  left: 0;
  top: 0;
}
.other-income-config .btn-export {
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 40px;
  height: 30px;
  width: 88px;
  border-radius: 0;
  background-color: #F2F2F2;
}
.other-income-config .btn-export i.chi-export {
  right: 55px !important;
}
.other-income-config .top-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.other-income-config .top-head .btn-save.active,
.other-income-config .top-head .btn-edit.active,
.other-income-config .top-head .btn-close.active {
  display: block !important;
}
.other-income-config .top-head .btn-save,
.other-income-config .top-head .btn-edit,
.other-income-config .top-head .btn-close {
  margin-left: 4px;
  position: unset;
}
.other-income-config .top-head .head-label {
  background-color: #ccecff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: inherit;
}
.other-income-config .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.other-income-config .other-income-mgtco .sortable-container,
.other-income-config .other-income-forecast-property .sortable-container {
  height: 382px;
}
@media (min-width: 768px) {
  .other-income-config .other-income-mgtco .sortable-container,
  .other-income-config .other-income-forecast-property .sortable-container {
    height: calc(100vh - 184px);
  }
}
@media (min-width: 821px) {
  .other-income-config .other-income-mgtco .sortable-container,
  .other-income-config .other-income-forecast-property .sortable-container {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 1201px) {
  .other-income-config .other-income-mgtco .sortable-container,
  .other-income-config .other-income-forecast-property .sortable-container {
    height: calc(100vh - 162px);
  }
}
.other-income-config .other-income-mgtco .group1:first-child .is-hand-delete-button,
.other-income-config .other-income-forecast-property .group1:first-child .is-hand-delete-button {
  -ms-grid-template-columns: 30px auto !important;
  grid-template-columns: 30px auto !important;
}
.other-income-config .other-income-mgtco .group1:first-child .is-hand-delete-button .btn-deletecell,
.other-income-config .other-income-forecast-property .group1:first-child .is-hand-delete-button .btn-deletecell {
  display: none;
}
.other-income-config .other-income-mgtco .group1:first-child .is-hand-delete-button input[type=text],
.other-income-config .other-income-forecast-property .group1:first-child .is-hand-delete-button input[type=text] {
  border: 1px solid #8f91a2;
}
.other-income-config .other-income-mgtco .group1 .group2 .is-hand-delete-button,
.other-income-config .other-income-forecast-property .group1 .group2 .is-hand-delete-button {
  -ms-grid-template-columns: 30px auto 30px !important;
  grid-template-columns: 30px auto 30px !important;
}
.other-income-config .other-income-mgtco .group1 .group2 .is-hand-delete-button .btn-deletecell,
.other-income-config .other-income-forecast-property .group1 .group2 .is-hand-delete-button .btn-deletecell {
  display: block !important;
}
.other-income-config .other-income-mgtco .group1 .group2 .is-hand-delete-button input[type=text],
.other-income-config .other-income-forecast-property .group1 .group2 .is-hand-delete-button input[type=text] {
  border-right: none;
}
.other-income-config .other-income-forecast-property .sortable-container .sortable-row-top-title .sortable-group {
  -ms-grid-template-columns: 402px 1016px;
  grid-template-columns: 402px 1016px;
}
.other-income-config .other-income-forecast-property .sortable-container .is-add-button .group1,
.other-income-config .other-income-forecast-property .sortable-container .is-add-button .group2,
.other-income-config .other-income-forecast-property .sortable-container .is-add-button .group3 {
  -ms-grid-template-columns: 210px 100px auto;
  grid-template-columns: 210px 100px auto;
}
.other-income-config .other-income-forecast-property .sortable-container .is-add-button .group4 {
  -ms-grid-template-columns: 210px 142px 142px 142px 142px;
  grid-template-columns: 210px 142px 142px 142px 142px;
}
.other-income-config .other-income-forecast-property .sortable-container .group1,
.other-income-config .other-income-forecast-property .sortable-container .group2 {
  -ms-grid-template-columns: 200px auto !important;
  grid-template-columns: 200px auto !important;
}
.other-income-config .other-income-forecast-property .sortable-container .group3 {
  -ms-grid-template-columns: 240px 100px auto;
  grid-template-columns: 240px 100px auto;
}
.other-income-config .other-income-forecast-property .sortable-container .group4 {
  -ms-grid-template-columns: 240px 142px 142px 142px 142px;
  grid-template-columns: 240px 142px 142px 142px 142px;
}
.other-income-config .other-income-forecast-property .sortable-container .dept-sourceType .data-save {
  display: block;
}

.other-income-source-setup .group3 {
  -ms-grid-template-columns: 250px 100px auto !important;
  grid-template-columns: 250px 100px auto !important;
}
.other-income-source-setup .group4 {
  -ms-grid-template-columns: 240px 250px 142px 142px 142px !important;
  grid-template-columns: 240px 250px 142px 142px 142px !important;
}

.ui-dialog-content.other-income-dialog-popup {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.ui-dialog-content.other-income-dialog-popup .form-control {
  padding: 0px;
}
.ui-dialog-content.other-income-dialog-popup .multiselect-container .input-group-addon, .ui-dialog-content.other-income-dialog-popup .multiselect-container .input-group-btn {
  display: none;
}
.ui-dialog-content.other-income-dialog-popup .multiselect-container .multiselect-search {
  display: block;
  width: 100%;
  height: 24px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: inherit;
  border: 1px solid #8f91a2;
}
.ui-dialog-content.other-income-dialog-popup .selectedCodeColumn.edit-view li span {
  width: 195px;
}
.ui-dialog-content.other-income-dialog-popup .group {
  position: inherit;
}
.ui-dialog-content.other-income-dialog-popup button.multiselect.dropdown-toggle.btn.btn-default {
  border: 1px solid #8f91a2;
  background: white;
}
.ui-dialog-content.other-income-dialog-popup button.multiselect.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-dialog-content.other-income-dialog-popup .rowcolumn .item2 {
  margin-left: 160px;
}
.ui-dialog-content.other-income-dialog-popup .rowcolumn .column.column4 {
  width: 205px;
}
.ui-dialog-content.other-income-dialog-popup .rowcolumn .column.column5 {
  width: 180px;
}
.ui-dialog-content.other-income-dialog-popup .rowcolumn .column > div span {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.other-income-tcsetup .action-bar {
  width: auto !important;
}

.other-income-source-setup {
  padding-bottom: 20px !important;
}

/*
==========================================================================
common components sortable container
==========================================================================
*/
.mars-sortable-wrapper .sortable-container {
  padding: 0;
  overflow: auto;
  position: relative;
  z-index: 0;
}
.mars-sortable-wrapper .sortable-container input[type=text], .mars-sortable-wrapper .sortable-container input[type=number] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.mars-sortable-wrapper .sortable-container .mars-select .multiselect-container {
  min-width: initial !important;
}
.mars-sortable-wrapper .sortable-container .btn-add,
.mars-sortable-wrapper .sortable-container .btn-hand,
.mars-sortable-wrapper .sortable-container .btn-deletecell {
  width: 30px;
  height: 26px;
  display: block;
}
.mars-sortable-wrapper .sortable-container .btn-add {
  padding: 1px 3px;
}
.mars-sortable-wrapper .sortable-container .btn-deletecell {
  border: 1px solid #8f91a2;
  background-color: #c2d7fd;
  position: unset;
}
.mars-sortable-wrapper .sortable-container .stickyHeader {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  display: block;
}
.mars-sortable-wrapper .sortable-container .sortable-row-content {
  position: relative;
  clear: both;
}
.mars-sortable-wrapper .sortable-container .sortable-row {
  margin-top: 2px;
}
.mars-sortable-wrapper .sortable-container .sortable-row:first-child {
  margin-top: 0;
}
.mars-sortable-wrapper .sortable-container .sortable-row {
  position: relative;
  z-index: 0;
}
.mars-sortable-wrapper .sortable-container .sortable-row-title {
  height: 30px;
}
.mars-sortable-wrapper .sortable-container .sortable-row-top-title .sortable-group .sortable-column .data {
  background: #cce5ff;
  text-align: center;
  border: none;
  padding: 3px 10px;
  font-family: "SourceSansProSemiBold";
}
.mars-sortable-wrapper .sortable-container .sortable-row-top-title .sortable-group .sortable-column:first-child .data {
  background: #e2e2e2 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #f3f2f2)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f2f2 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.mars-sortable-wrapper .sortable-container .sortable-item {
  min-height: 26px;
}
.mars-sortable-wrapper .sortable-container .sortable-column a {
  text-decoration: underline;
  color: #131111;
}
.mars-sortable-wrapper .sortable-container .sortable-column-title {
  padding: 0;
  -ms-grid-template-columns: auto;
  grid-template-columns: auto;
  text-align: center;
  background: #b3c6e8;
}
.mars-sortable-wrapper .sortable-container .sortable-column-title .data {
  height: 30px;
  padding: 5px 10px;
  background: #b3c6e8;
  border: none;
}
.mars-sortable-wrapper .sortable-container .sortable-column-title.is-add-button {
  display: -ms-grid;
  display: grid;
  padding: 0;
  -ms-grid-template-columns: auto 30px;
  grid-template-columns: auto 30px;
}
.mars-sortable-wrapper .sortable-container .sortable-column-title.is-add-button .btn-add {
  padding: 3px 3px;
  left: unset;
  height: 30px;
  position: relative;
}
.mars-sortable-wrapper .sortable-container .sortable-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 2px;
  margin-top: 2px;
}
.mars-sortable-wrapper .sortable-container .sortable-group:first-child {
  margin-top: 0;
}
.mars-sortable-wrapper .sortable-container .is-add-button {
  position: relative;
  padding-left: 30px;
}
.mars-sortable-wrapper .sortable-container .is-add-button .btn-add {
  position: absolute;
  left: 0;
  top: 0;
  float: none;
}
.mars-sortable-wrapper .sortable-container .is-add-button {
  /* default drag and drop child grid upto 3 group but you can remove this as your need */
}
.mars-sortable-wrapper .sortable-container .is-add-button .group2 {
  -ms-grid-template-columns: 210px auto;
  grid-template-columns: 210px auto;
}
.mars-sortable-wrapper .sortable-container .is-add-button .group3 {
  -ms-grid-template-columns: 210px 1fr 1fr 54px 1fr;
  grid-template-columns: 210px 1fr 1fr 54px 1fr;
}
.mars-sortable-wrapper .sortable-container .is-add-button {
  /* ----------------------------------------------- end */
}
.mars-sortable-wrapper .sortable-container .data {
  height: 26px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #8f91a2;
  padding: 2px 10px;
}
.mars-sortable-wrapper .sortable-container .data-checkbox {
  height: 26px;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  background: #FFFFFF;
}
.mars-sortable-wrapper .sortable-container .data-checkbox .mars-checkbox {
  margin: 0;
  display: block;
}
.mars-sortable-wrapper .sortable-container .data-input {
  display: -ms-grid;
  display: grid;
}
.mars-sortable-wrapper .sortable-container .data-input.is-hand-button { /* check */
  -ms-grid-template-columns: 30px auto;
  grid-template-columns: 30px auto;
}
.mars-sortable-wrapper .sortable-container .data-input.is-hand-delete-button {
  -ms-grid-template-columns: 30px auto 30px;
  grid-template-columns: 30px auto 30px;
}
.mars-sortable-wrapper .sortable-container .data-input.is-hand-delete-button .btn-deletecell {
  border-left: none !important;
}
.mars-sortable-wrapper .sortable-container .data-input.is-hand-delete-button .form-control {
  border-right: none !important;
}
.mars-sortable-wrapper .sortable-container .predefineData {
  height: 26px;
  color: #000000;
  padding: 2px 10px;
  color: #131111;
  border: 1px solid #8f91a2;
  background: #e2e2e2 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #f3f2f2)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #f3f2f2 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f2f2 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.mars-sortable-wrapper .sortable-container {
  /* default drag and drop child grid upto 3 group but you can remove this as your need*/
}
.mars-sortable-wrapper .sortable-container .group1 {
  -ms-grid-template-columns: 200px auto;
  grid-template-columns: 200px auto;
}
.mars-sortable-wrapper .sortable-container .group2 {
  -ms-grid-template-columns: 240px auto;
  grid-template-columns: 240px auto;
}
.mars-sortable-wrapper .sortable-container .group3 {
  -ms-grid-template-columns: 240px 1fr 1fr 54px 1fr;
  grid-template-columns: 240px 1fr 1fr 54px 1fr;
}
.mars-sortable-wrapper .sortable-container {
  /* ----------------------------------------------- end */
  /* check option show  */
}
.mars-sortable-wrapper .sortable-container .is-check .data,
.mars-sortable-wrapper .sortable-container .is-check .data-select {
  display: none;
}
.mars-sortable-wrapper .sortable-container .is-check .data.active,
.mars-sortable-wrapper .sortable-container .is-check .data-select.active {
  display: block;
}
.mars-sortable-wrapper .sortable-container {
  /* sortable-container save & edit added by js */
}
.mars-sortable-wrapper .sortable-container.sortable-container--save .data-edit {
  display: none;
}
.mars-sortable-wrapper .sortable-container.sortable-container--save .data-save {
  display: block;
}
.mars-sortable-wrapper .sortable-container.sortable-container--save .data-save.data-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mars-sortable-wrapper .sortable-container.sortable-container--save .is-check .data-edit {
  display: none;
}
.mars-sortable-wrapper .sortable-container.sortable-container--save .is-check .data-edit.active {
  display: none;
}
.mars-sortable-wrapper .sortable-container.sortable-container--save .is-check .data-save {
  display: block;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .data-edit {
  display: block;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .data-edit.data-input {
  display: -ms-grid;
  display: grid;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .data-edit.data-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .data-save {
  display: none;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .is-check .data.data-edit,
.mars-sortable-wrapper .sortable-container.sortable-container--edit .is-check .data-select.data-edit {
  display: none;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .is-check .data.data-edit.active,
.mars-sortable-wrapper .sortable-container.sortable-container--edit .is-check .data-select.data-edit.active {
  display: block;
}
.mars-sortable-wrapper .sortable-container.sortable-container--edit .is-check .data-save {
  display: none;
}
.mars-sortable-wrapper .sortable-container--update .sortable-row--top-title, .mars-sortable-wrapper .sortable-container--update .sortable-row--title {
  display: grid;
  gap: 0 2px;
}
.mars-sortable-wrapper .sortable-container--update .sortable-row--top-title .sortable-column, .mars-sortable-wrapper .sortable-container--update .sortable-row--title .sortable-column {
  display: flex;
}
.mars-sortable-wrapper .sortable-container--update .sortable-row--top-title .sortable-column .data, .mars-sortable-wrapper .sortable-container--update .sortable-row--title .sortable-column .data {
  flex-grow: 1;
}
.mars-sortable-wrapper .sortable-container--update .sortable-row--top-title div:first-child {
  background: linear-gradient(to bottom, #e2e2e2 0%, #f3f2f2 100%) !important;
}
.mars-sortable-wrapper .sortable-container--update .sortable-row--top-title div {
  background: #cce5ff;
  text-align: center;
  border: none;
  padding: 3px 10px;
  font-family: "SourceSansProSemiBold";
}
.mars-sortable-wrapper .sortable-container--update .btn-hand {
  background-color: #FFFFFF !important;
}
.mars-sortable-wrapper .sortable-container--update .btn-deletecell {
  background-color: #c2d7fd !important;
}
.mars-sortable-wrapper .sortable-container--update .data-input .form-control + .btn-deletecell {
  border-left: none;
}
.mars-sortable-wrapper .sortable-container--update.sortable-container--edit .data-input.data-edit {
  display: flex;
}

/* Card Popup */
.ui-dialog .card-popup {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ui-dialog .card-popup .card {
  text-align: center;
  padding: 40px 10px;
  background-color: #FFFFFF;
  width: 300px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui-dialog .card-popup .card:hover {
  background-color: #cce5ff;
}
.ui-dialog .card-popup .card:hover .card-icon {
  background-color: #FFFFFF;
}
.ui-dialog .card-popup .card h3 {
  font-size: 20px;
  margin-bottom: 26px;
  color: #131111;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
}
.ui-dialog .card-popup .card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-dialog .card-popup .card ul li {
  padding: 2px 0;
  margin-top: 10px;
  font-size: 14px;
  font-family: "SourceSansProRegular";
}
.ui-dialog .card-popup .card ul li:first-child {
  margin-top: 0;
}
.ui-dialog .card-popup .card ul li a {
  text-decoration: underline;
  color: #131111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ui-dialog .card-popup .card ul li a:hover {
  color: #37c5ab;
}
.ui-dialog .card-popup .card .card-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-color: #F5F5F5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-dialog .card-popup .card .card-icon i {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-position: center center;
}

/*
==========================================================================
    property landing page
==========================================================================
*/
.popover-content {
  overflow-y: auto;
  height: 150px;
}

.popover {
  max-width: none;
}

.table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  border-top: 0;
}

.property-landing-page .content {
  padding: 0 15px;
}
.property-landing-page .text-red {
  color: #ff0000 !important;
}
.property-landing-page .text-red a {
  color: #ff0000 !important;
}
.property-landing-page .feature {
  max-width: 1240px;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property-landing-page .feature__item {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 968px) {
  .property-landing-page .feature__item {
    width: calc(50% - 50px);
  }
}
.property-landing-page .feature__item--news .feature__list li {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 160px auto;
  grid-column-gap: 10px;
}
.property-landing-page .feature__item--shortcut .feature__list li {
  width: 50%;
  float: left;
  padding: 5px 3px;
}
@media (max-width: 1024px) {
  .property-landing-page .feature__item .feature__list li {
    height: 21px;
    min-height: 18px;
  }
  .property-landing-page .feature__item--shortcut .feature__list li {
    height: 18px;
    min-height: 18px;
  }
}
.property-landing-page .feature__item--mcnews, .property-landing-page .feature__item--news {
  height: 210px;
  margin-bottom: 20px;
}
.property-landing-page .feature__item--whatnext {
  margin-top: 20px;
  height: 125px;
  padding-bottom: 20px;
}
.property-landing-page .feature__item--whatnext .feature__list {
  height: 122px !important;
}
.property-landing-page .feature__item--enhancement_suggestions {
  margin-top: 20px;
  height: 125px;
  padding-bottom: 20px;
}
.property-landing-page .feature__item--enhancement_suggestions .feature__list {
  height: 70px !important;
}
.property-landing-page .feature__item--shortcut {
  margin-top: 20px;
  height: 205px;
  padding-bottom: 20px;
}
.property-landing-page .feature__item--shortcut .feature__list {
  max-height: 150px !important;
}
.property-landing-page .feature__item--alert {
  margin-top: 20px;
  height: 205px;
  padding-bottom: 20px;
}
.property-landing-page .feature__item--alert .feature__list {
  max-height: 150px !important;
}
.property-landing-page .feature__title {
  height: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-column-gap: 5px;
  margin-bottom: 10px;
}
.property-landing-page .feature__title h2 {
  color: #0070c0;
  font-size: 15px;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  margin: 0;
  padding: 7px 10px;
  background-color: #f2f2f2;
}
.property-landing-page .feature__list {
  padding: 0 0 0 35px;
  margin: 0;
  max-height: 175px;
  overflow-x: hidden;
}
.property-landing-page .feature__list li {
  font-size: 15px;
  min-height: 25px;
  padding: 5px 3px;
  margin-bottom: 2px;
}
.property-landing-page .feature__list li a {
  color: #131111;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.property-landing-page .feature__list li a:hover {
  color: #0070c0;
}
.property-landing-page .feature__list li span {
  display: block;
}
.property-landing-page .feature__list li small {
  font-size: 13px;
  font-style: italic;
  color: #8f91a2;
}
.property-landing-page .feature__list li p {
  margin-bottom: 0;
}
.property-landing-page .feature__list li div {
  word-break: break-word;
}
.property-landing-page .feature__list li div.user-dashboard {
  display: contents !important;
}
.property-landing-page .link-bar {
  max-width: 1240px;
  margin: 10px auto 10px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #e5f4e3;
}
.property-landing-page .link-bar a {
  padding: 0 10px 0 0;
  font-size: 15px;
  text-decoration: none;
  color: #131111;
}
.property-landing-page .link-bar a:hover {
  color: #0070c0;
}
.property-landing-page .link-bar a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.property-landing-page .link-bar a i {
  margin-right: 5px;
}

/* Message Popup */
.message-popup {
  top: 140px !important;
  padding: 10px 0 10px 10px !important;
}
.message-popup .btn-add-message {
  margin-bottom: 10px;
  background-color: #e4e4e4 !important;
}
.message-popup .single-calendar .datepicker-dropdown {
  left: 620px !important;
  right: 86px;
  top: 50px !important;
}
.message-popup .single-calendar .messageDate .datepicker-dropdown {
  left: 470px !important;
  top: 48px !important;
}
.message-popup .single-calendar input[type=text] {
  background-color: transparent;
  background: url(../images/chi-calendar.svg) no-repeat 1px 0 !important;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  padding: 0 4px 0 30px;
  height: 26px;
  color: #131111;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.message-popup .single-calendar .input-group-addon {
  display: none;
}
.message-popup .popup-content {
  max-width: 800px;
}
.message-popup .mars-ember-table {
  max-height: 340px;
  margin-bottom: 0;
}
.message-popup .table-responsive {
  position: static;
}
.message-popup .maintenance-message {
  position: static;
  width: max-content;
}
.message-popup .property-message {
  position: static;
}
.message-popup .commonTable tr td div {
  white-space: normal !important;
  text-overflow: clip !important;
}
.message-popup .message-popup-table {
  margin-bottom: 0;
}
.message-popup .message-popup-table .btn-edit,
.message-popup .message-popup-table .btn-save,
.message-popup .message-popup-table .btn-attach,
.message-popup .message-popup-table .btn-trash,
.message-popup .message-popup-table .btn-close {
  background: none;
  width: 26px !important;
  height: 26px !important;
}
.message-popup .message-popup-table .btn-edit i,
.message-popup .message-popup-table .btn-save i,
.message-popup .message-popup-table .btn-attach i,
.message-popup .message-popup-table .btn-trash i,
.message-popup .message-popup-table .btn-close i {
  width: 26px;
  height: 26px;
}
.message-popup .message-popup-table .form-group {
  margin: 0;
}
.message-popup .message-popup-table tr.tr-save .is-edit {
  display: none;
}
.message-popup .message-popup-table tr.tr-save .is-save {
  display: block;
}
.message-popup .message-popup-table tr.tr-save .groups {
  color: blue;
}
.message-popup .message-popup-table tr.tr-save .btn-attach.active {
  display: none;
}
.message-popup .message-popup-table tr.tr-edit .is-save {
  display: none;
}
.message-popup .message-popup-table tr.tr-edit .is-edit {
  display: block;
}
.message-popup .message-popup-table tr.tr-edit .btn-attach.active {
  display: block;
}
.message-popup .message-popup-table tr th, .message-popup .message-popup-table tr td {
  border: none !important;
}
.message-popup .message-popup-table tr th:first-child {
  min-width: 40px;
}
.message-popup .data {
  padding: 0 10px;
}
.message-popup .col-message .data {
  width: 350px;
}
.message-popup .col-message {
  max-width: 380px;
  min-width: 380px;
  text-align: left;
  word-wrap: break-word;
}
.message-popup .col-message p {
  text-align: left;
}
.message-popup .col-message .ck p {
  text-align: left !important;
}
.message-popup .col-post-date {
  width: 115px;
}
.message-popup .col-created-by {
  width: 85px;
}
.message-popup .col-first {
  width: 40px;
}
.message-popup .col-expiration {
  min-width: 180px;
  text-align: left;
}
.message-popup .col-type {
  min-width: 150px;
  text-align: left;
}
.message-popup .col-action {
  width: 110px;
}
.message-popup .col-action .action {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.message-popup .col-action .action span {
  margin: 0 5px;
  cursor: pointer;
}
.message-popup {
  /* message-popup--admin-list */
}
.message-popup.message-popup--admin-list .popup-content {
  max-width: 980px;
}
.message-popup.message-popup--admin-list .col-action {
  width: 132px;
}
.message-popup.message-popup--admin-list .col-message .data {
  width: 380px;
}
.message-popup.message-popup--admin-list .width380 {
  width: 380px !important;
}
.message-popup {
  /* nicEdit */
}
.message-popup .nicEdit-main {
  padding: 0 5px;
}

@media (max-width: 960px) {
  .dialog-message-popup {
    max-width: 100% !important;
    width: 95% !important;
  }
}

.NewsAlertPopUp {
  position: absolute;
  height: auto;
  width: 1000px;
  top: 118px;
  left: 400px;
  z-index: 101;
}

.news-alert-popup, .message-popup {
  min-height: 150px !important;
}

.canny_link {
  color: #0070c0 !important;
  font-weight: normal;
}

.first-row {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.second-row {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  height: 150px !important;
}

.third-row {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  padding-bottom: 10px !important;
  height: 190px !important;
}

.property-listing-page .wrap.search-wrap {
  overflow: visible;
}
.property-listing-page .wrap.search-wrap > .container-fluid {
  overflow: visible;
}
.property-listing-page .search .form-inline {
  overflow: visible;
}
.property-listing-page .uad-property-search-attributes {
  margin: 20px 4px -15px 0;
  display: inline-block;
  position: relative;
  z-index: 101;
}
.property-listing-page .uad-property-search-attributes .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}
.property-listing-page .uad-property-switch {
  display: inline-block;
  vertical-align: middle;
}
.property-listing-page .search .uad-prop-label-search {
  display: block;
  height: 34px;
  line-height: 30px;
  background: #e2f0d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  width: 220px;
  float: left;
  padding: 2px 14px;
  margin: 0 8px 0 8px;
  color: #131111;
}
.property-listing-page .margin-top-property-switch {
  margin-top: 12px;
  margin-left: 50px !important;
}
.property-listing-page .uad-prop-label-search:hover {
  cursor: pointer;
}
.property-listing-page .uad-search-labels {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-left: 8px;
}
.property-listing-page .uad-property-search {
  margin: 50px 4px;
}
.property-listing-page #uad-property-search {
  width: 350px;
}
.property-listing-page .search-tab-selected {
  background: #85cdc1 !important;
}
.property-listing-page .navigation-back-button {
  float: left !important;
  margin-top: 5px;
  font-size: 16px;
}
.property-listing-page .navigation-back-button:hover {
  background-color: unset;
  border-color: unset;
  color: black;
}
.property-listing-page .property-switch .switch-text {
  font-size: 15px;
}
.property-listing-page .list-addProperty {
  float: right;
  margin-top: -30px;
  margin-right: 4px;
}
.property-listing-page .list-addProperty .display-unset {
  width: 33px;
  height: 30px;
}
.property-listing-page .list-addProperty a:hover {
  background-color: #f2f2f2 !important;
  color: black !important;
}
.property-listing-page .list-addProperty .btn {
  background: #f2f2f2 !important;
  border-radius: unset;
  margin-right: 4px;
  padding-left: 0;
}
.property-listing-page .list-addProperty .btn-message {
  margin-right: 4px;
}
.property-listing-page .btn-export {
  margin-top: -30px !important;
}
.property-listing-page .uad-search-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.property-listing-page .uad-search-layout .navigation-back-button {
  float: none !important;
  margin: 0 8px 0 0;
}
.property-listing-page .uad-search-layout .uad-search-labels {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.property-listing-page .uad-search-layout .uad-search-row-break {
  flex-basis: 100%;
  height: 0;
  margin-top: 20px;
}
.property-listing-page .uad-search-layout .uad-property-search,
.property-listing-page .uad-search-layout .uad-property-search-attributes,
.property-listing-page .uad-search-layout .uad-property-switch {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.property-listing-page .uad-search-layout .uad-property-search {
  margin-right: 8px;
  margin-left: 48px;
}
.property-listing-page .uad-search-layout .uad-property-search-attributes {
  margin-right: 8px;
  margin-left: 48px;
}
.property-listing-page .uad-search-layout .uad-property-switch {
  margin-left: 8px !important;
  margin-right: 0;
}
.property-listing-page .uad-search-layout .uad-property-switch.uad-property-switch-tab-two {
  margin-left: 50px !important;
}
.property-listing-page .uad-search-layout .input-group .multiselect-search {
  border: none;
  height: 34px !important;
}
.property-listing-page .uad-search-layout .input-group .form-control {
  margin: 0;
  border: 1px solid #ccc;
}

/*
==========================================================================
    Rooms Inventory
==========================================================================
*/
.rooms-inventory {
  font-family: "SourceSansProRegular";
}
.rooms-inventory .content {
  padding: 20px 15px 0 15px;
}
.rooms-inventory input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rooms-inventory .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.rooms-inventory .top-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}
.rooms-inventory .top-head .btn-save,
.rooms-inventory .top-head .btn-edit,
.rooms-inventory .top-head .btn-close {
  margin-left: 4px;
  width: 30px;
  height: 30px;
}
.rooms-inventory .top-head .btn-save.displayBlock,
.rooms-inventory .top-head .btn-edit.displayBlock,
.rooms-inventory .top-head .btn-close.displayBlock {
  display: inline-flex !important;
}
.rooms-inventory .top-head .head-label {
  background-color: #ccecff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: inherit;
}
@media (max-width: 820px) {
  .rooms-inventory .top-head .fillgap {
    flex-grow: unset;
    width: 100%;
    height: 5px;
  }
}
.rooms-inventory .btn-popup-copy,
.rooms-inventory .btn-add-new,
.rooms-inventory .btn-synch {
  margin-left: 10px;
  height: 30px;
}
.rooms-inventory .btn-popup-copy.displayBlock,
.rooms-inventory .btn-add-new.displayBlock,
.rooms-inventory .btn-synch.displayBlock {
  display: inline-flex !important;
}
.rooms-inventory .data-btn-import {
  position: relative;
  margin-right: 5px;
}
.rooms-inventory .chi-import-status-red {
  margin-right: 5px;
}
.rooms-inventory .section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 150px auto;
  grid-template-columns: 150px auto;
  grid-column-gap: 4px;
  margin-top: 5px;
}
.rooms-inventory .section-row:first-child {
  margin-top: 0;
}
.rooms-inventory .section-row .section-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.rooms-inventory .section-row .form-group,
.rooms-inventory .section-row .form-group-calendar {
  margin: 0;
  padding: 2px 0;
}
.rooms-inventory .section-row .timeselect {
  width: 199px;
  padding-left: 5px;
  background: #F5F5F5;
}
.rooms-inventory .section-row .timeselect p {
  margin-bottom: 0;
}
.rooms-inventory .section-row .timeselect .btn-calendar {
  margin: 0;
}
@media (min-width: 1201px) {
  .rooms-inventory .section-row .reportpopup {
    top: 30px;
  }
}
.rooms-inventory .section-row .reportpopup {
  margin-left: 154px;
}
.rooms-inventory .section-row .calendar-select {
  width: 210px;
}
.rooms-inventory .section-row .form-group-input .form-control {
  width: 199px;
}
.rooms-inventory .section-row .daterange-row {
  min-height: 219px;
  display: block;
}
.rooms-inventory .section-row .capacity-input {
  width: 60px;
  text-align: center;
  float: left;
}
.rooms-inventory .section-row .capacity-input:read-only:disabled {
  background: #F5F5F5 !important;
}
.rooms-inventory .section-row .normal-text {
  font-weight: 400;
  padding: 3px 0 3px 10px;
}
.rooms-inventory {
  /* sortable section  */
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update {
  height: 382px;
}
@media (min-width: 768px) {
  .rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update {
    height: calc(100vh - 184px);
  }
}
@media (min-width: 821px) {
  .rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 1201px) {
  .rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update {
    height: calc(100vh - 162px);
  }
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .sortable-row-content .sortable-item:first-child .group1:first-child > .sortable-column .btn-deletecell {
  display: none !important;
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update {
  /* Setting column width */
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .sortable-row--title {
  -ms-grid-template-columns: 200px 200px 210px;
  grid-template-columns: 200px 200px 210px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .sortable-row-content .group1 {
  -ms-grid-template-columns: 200px 200px auto;
  grid-template-columns: 200px 200px auto;
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .sortable-row-content .group1 .category-type .form-group {
  margin-bottom: unset;
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .sortable-row-content .is-add-button .group2 {
  -ms-grid-template-columns: 180px;
  grid-template-columns: 180px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .sortable-row-content .group2 {
  -ms-grid-template-columns: 210px;
  grid-template-columns: 210px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-mgtco .sortable-container--update .roomClassDrag .btn-deletecell {
  width: 50px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update {
  height: 382px;
}
@media (min-width: 768px) {
  .rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update {
    height: calc(100vh - 234px);
  }
}
@media (min-width: 821px) {
  .rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update {
    height: calc(100vh - 199px);
  }
}
@media (min-width: 1201px) {
  .rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update {
    height: calc(100vh - 197px);
  }
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update {
  /* Setting column width */
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-row--top-title {
  -ms-grid-template-columns: 439px 556px;
  grid-template-columns: 439px 556px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-row--title {
  -ms-grid-template-columns: 145px 145px 145px 200px 186px 166px;
  grid-template-columns: 145px 145px 145px 200px 186px 166px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-row-content .group1,
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-row-content .group2 {
  -ms-grid-template-columns: 145px 145px auto;
  grid-template-columns: 145px 145px auto;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-row-content .is-add-button .group3 {
  -ms-grid-template-columns: 170px 186px 166px;
  grid-template-columns: 170px 186px 166px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-row-content .group3 {
  -ms-grid-template-columns: 200px 186px 166px;
  grid-template-columns: 200px 186px 166px;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .sortable-item3 {
  margin: -2px 0;
}
.rooms-inventory .mars-sortable-wrapper.inventory-property .sortable-container--update .pmsCodeDrag .btn-deletecell {
  width: 50px;
}

/* popup */
.copy-popup--room-inventory {
  font-family: "SourceSansProRegular";
}
.copy-popup--room-inventory .copy-content {
  padding-bottom: 80px;
}
.copy-popup--room-inventory .copy-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 180px 200px;
  grid-template-columns: 180px 200px;
  grid-column-gap: 10px;
  margin-top: 4px;
}
.copy-popup--room-inventory .copy-row:first-child {
  margin-top: 10px;
}
.copy-popup--room-inventory .column-title {
  background: #ccecff;
  padding: 3px 10px;
}
.copy-popup--room-inventory .form-group {
  margin-bottom: 0;
}
.copy-popup--room-inventory .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.copy-popup--room-inventory .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.copy-popup--room-inventory.ui-dialog {
  top: 115px !important;
  left: 555px !important;
}

.inventory-sync-confirmation .modal-content {
  width: 500px;
  margin-left: 10%;
  text-align: left;
}
.inventory-sync-confirmation .modal-body p {
  text-align: left;
  margin-left: 16px;
}

.unAssignRoomTypeButton {
  padding: 7px;
  height: 30px;
  margin-right: 10px;
}

.dialog-unassignedPMSCodes-popup .message-popup--admin-list {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.dialog-unassignedPMSCodes-popup .message-popup {
  min-height: auto !important;
}

/*
==========================================================================
    rollup-criteria
==========================================================================
*/
.mars-popup.financial-settings-popup {
  top: 114px !important;
  height: 214px !important;
}
.mars-popup.financial-settings-popup .financial-settings-popup {
  z-index: 101;
  height: 224px !important;
  width: 710px !important;
  top: -10px;
  left: -10px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria {
  max-width: 100% !important;
  width: 710px !important;
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-content--edit .is-edit {
  display: block;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-content--edit .is-save {
  display: none;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-content--save .is-edit {
  display: none;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-content--save .is-save {
  display: block;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .data {
  padding: 3px 10px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .colum-wrap,
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .radio-wrap,
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .column .mars-select {
  width: 132px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .column .mars-select .multiselect-container {
  min-width: unset;
  width: 100%;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .mars-radio {
  float: unset;
  min-width: 132px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-title {
  height: 30px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-title .btn-save,
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-title .btn-edit {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 45px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .report-content {
  background: #ffffff;
  margin: 0;
  padding: 10px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .radio-highlight {
  width: 400px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .radio-highlight label {
  float: left;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .radio-highlight .form-control {
  width: 60px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .input-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  font-style: normal;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .input-wrap em {
  font-style: normal;
  margin: 0 5px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .data.data-highlight {
  padding: 0 10px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .data .input-wrap .data-input {
  height: 26px;
  display: block;
  border: 1px solid #8f91a2;
  font-size: 14px;
  background-color: #FFFFFF;
  padding: 2px 10px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60px;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .data .input-wrap .data-input.bg-green {
  background-color: #c5e0b4 !important;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .reportrowcontent .data .input-wrap .data-input.bg-red {
  background-color: #f6bcc9 !important;
}
.mars-popup.financial-settings-popup .financial-settings-popup .financial-setting-criteria .dialog-box-help {
  right: 78px;
}
.mars-popup.financial-settings-popup .help-integration {
  width: 37px;
  height: 30px;
  margin-top: -2px;
}

.rollup-criteria .content {
  min-height: 500px;
  padding: 10px 15px;
}
.rollup-criteria .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rollup-criteria .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.rollup-criteria .topHead {
  position: relative;
}
.rollup-criteria .topHead .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
}
.rollup-criteria .top-action-area {
  flex-wrap: wrap;
  gap: 5px 10px;
}
.rollup-criteria .top-action-area::after {
  display: none;
}
.rollup-criteria .top-action-area .head-label {
  height: 30px;
  padding: 5px 40px 5px 10px;
  background-color: #cce5ff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.rollup-criteria .top-action-area .btn-add-category {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.rollup-criteria .top-action-area .btn-save,
.rollup-criteria .top-action-area .btn-edit {
  width: 30px;
  height: 30px;
}
.rollup-criteria .top-action-area .text-bar {
  padding: 5px 10px;
  background-color: #F5F5F5;
}
.rollup-criteria .financial-setting-criteria {
  max-width: 100% !important;
  width: 710px !important;
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.rollup-criteria .financial-setting-criteria .report-content--edit .is-edit {
  display: block;
}
.rollup-criteria .financial-setting-criteria .report-content--edit .is-save {
  display: none;
}
.rollup-criteria .financial-setting-criteria .report-content--save .is-edit {
  display: none;
}
.rollup-criteria .financial-setting-criteria .report-content--save .is-save {
  display: block;
}
.rollup-criteria .financial-setting-criteria .data {
  padding: 3px 10px;
}
.rollup-criteria .financial-setting-criteria .colum-wrap,
.rollup-criteria .financial-setting-criteria .radio-wrap,
.rollup-criteria .financial-setting-criteria .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rollup-criteria .financial-setting-criteria .column .mars-select {
  width: 132px;
}
.rollup-criteria .financial-setting-criteria .column .mars-select .multiselect-container {
  min-width: unset;
  width: 100%;
}
.rollup-criteria .financial-setting-criteria .mars-radio {
  float: unset;
  min-width: 132px;
}
.rollup-criteria .financial-setting-criteria .report-title {
  height: 30px;
}
.rollup-criteria .financial-setting-criteria .report-title .btn-save,
.rollup-criteria .financial-setting-criteria .report-title .btn-edit {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 45px;
}
.rollup-criteria .financial-setting-criteria .report-content {
  background: #ffffff;
  margin: 0;
  padding: 10px;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .radio-highlight {
  width: 400px;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .radio-highlight label {
  float: left;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .radio-highlight .form-control {
  width: 60px;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .input-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  font-style: normal;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .input-wrap em {
  font-style: normal;
  margin: 0 5px;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .data.data-highlight {
  padding: 0 10px;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .data .input-wrap .data-input {
  height: 26px;
  display: block;
  border: 1px solid #8f91a2;
  font-size: 14px;
  background-color: #FFFFFF;
  padding: 2px 10px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60px;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .data .input-wrap .data-input.bg-green {
  background-color: #c5e0b4 !important;
}
.rollup-criteria .financial-setting-criteria .reportrowcontent .data .input-wrap .data-input.bg-red {
  background-color: #f6bcc9 !important;
}
.rollup-criteria .financial-setting-criteria .dialog-box-help {
  right: 78px;
}
.rollup-criteria {
  /* tab-container */
}
.rollup-criteria .tab-container {
  margin-top: 5px;
  position: relative;
  z-index: 0;
}
.rollup-criteria .tab-container.tab-container--edit .vertical-nav-tabs .is-edit {
  display: block;
}
.rollup-criteria .tab-container.tab-container--edit .vertical-nav-tabs .is-save {
  display: none;
}
.rollup-criteria .tab-container.tab-container--save .vertical-nav-tabs .is-edit {
  display: none;
}
.rollup-criteria .tab-container.tab-container--save .vertical-nav-tabs .is-save {
  display: block;
}
.rollup-criteria .tab-container--child {
  margin: 0;
}
.rollup-criteria .tab-container--child .tab-section {
  display: -ms-grid;
  display: grid;
}
.rollup-criteria .tab-container--child .group-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
  padding: 0;
  margin: 0 0 10px 0 !important;
}
.rollup-criteria .tab-container--child .group-item-wrap .group-item {
  position: relative;
  height: 26px;
  width: 100%;
}
@media (min-width: 768px) {
  .rollup-criteria .tab-container--child .group-item-wrap .group-item {
    width: 190px;
  }
}
.rollup-criteria .tab-container--child .group-item-wrap .group-item a {
  height: 26px;
  display: block;
  background: #e1e5f2 !important;
  color: #131111;
  padding: 2px 10px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
.rollup-criteria .tab-container--child .group-item-wrap .group-item:hover a, .rollup-criteria .tab-container--child .group-item-wrap .group-item.active a {
  background: #a9f9be !important;
}
.rollup-criteria .tab-content {
  display: block;
  margin-top: 0;
}
.rollup-criteria .vertical-tabs-container {
  display: -ms-grid !important;
  display: grid !important;
}
@media (min-width: 768px) {
  .rollup-criteria .vertical-tabs-container {
    grid-template-columns: 232px 1fr;
    grid-column-gap: 10px;
  }
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  color: #131111 !important;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li {
  float: none;
  margin: 0 0 10px 0;
  padding: 0;
  background: #f2f2f2 !important;
  position: relative;
  cursor: pointer;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .btn-add-group {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 26px;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .btn-add-group i {
  width: 24px;
  height: 100%;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li a {
  height: 26px;
  line-height: inherit;
  padding: 3px 10px;
  color: #131111 !important;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none !important;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li a:hover {
  background: #b3c6e8 !important;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li.active a {
  background: #b3c6e8 !important;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li:first-child .input-box .btn-deletecell {
  display: none;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .input-box {
  display: flex;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .input-box .btn-hand,
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .input-box .btn-deletecell {
  width: 30px;
  position: unset;
  right: unset;
  top: unset;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .input-box .btn-deletecell {
  border: 1px solid #8f91a2;
  border-left: none;
}
.rollup-criteria .vertical-tabs-container .vertical-nav-tabs li .input-box .form-control {
  flex-grow: 1;
  width: 0;
}
.rollup-criteria .vertical-tabs-container .tab-pane {
  padding-bottom: 10px;
  position: relative;
  max-width: 930px;
  max-height: 100% !important;
  display: none;
  overflow: hidden;
}
.rollup-criteria .vertical-tabs-container .tab-pane.active {
  display: -ms-grid !important;
  display: grid !important;
  grid-row-gap: 10px;
}
.rollup-criteria .vertical-tabs-container .tab-pane .title {
  height: 30px;
  padding: 0 15px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  position: relative;
}
.rollup-criteria .vertical-tabs-container .tab-pane .title h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  color: #002060;
  line-height: 30px;
  margin: 0;
  padding-right: 60px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rollup-criteria .vertical-tabs-container .tab-pane .title .btn-save,
.rollup-criteria .vertical-tabs-container .tab-pane .title .btn-edit,
.rollup-criteria .vertical-tabs-container .tab-pane .title .btn-trash,
.rollup-criteria .vertical-tabs-container .tab-pane .title .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 40px;
  cursor: pointer;
}
.rollup-criteria .vertical-tabs-container .tab-pane .title .btn-close {
  right: 10px;
  display: block;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section {
  max-width: 930px !important;
  width: 100%;
  overflow: auto;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section.section--new {
  display: none;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section.section--new.active {
  display: block;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section.section--save .title .btn-trash {
  right: 40px;
  display: block;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section.section--save .title .btn-save,
.rollup-criteria .vertical-tabs-container .tab-pane .section.section--save .title .btn-edit {
  right: 70px !important;
}
.rollup-criteria .vertical-tabs-container .tab-pane .btn-popupclose {
  margin-right: 5px;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section-content {
  background: #F5F5F5;
  padding: 20px 10px;
  overflow: visible;
}
.rollup-criteria .vertical-tabs-container .tab-pane .section-content:after {
  content: "";
  display: table;
  clear: both;
}
.rollup-criteria .create-group {
  height: 382px;
}
@media (min-width: 812px) {
  .rollup-criteria .create-group {
    height: calc(100vh - 292px);
  }
}
@media (min-width: 813px) {
  .rollup-criteria .create-group {
    height: calc(100vh - 294px);
  }
}
@media (min-width: 1201px) {
  .rollup-criteria .create-group {
    height: calc(100vh - 262px);
  }
}
.rollup-criteria .create-group .create-group__column--center .create-group__list--individual {
  max-height: 470px;
}

.rollup-criteria,
.hotel-selection-popup {
  /* To update common component for our regular style */
}
.rollup-criteria input[type=text],
.hotel-selection-popup input[type=text] {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.rollup-criteria input[type=text]::-webkit-input-placeholder,
.hotel-selection-popup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.rollup-criteria input[type=text]:-ms-input-placeholder,
.hotel-selection-popup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.rollup-criteria input[type=text]::-moz-placeholder,
.hotel-selection-popup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.rollup-criteria input[type=text]:-moz-placeholder,
.hotel-selection-popup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.rollup-criteria input[type=text],
.hotel-selection-popup input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rollup-criteria input[type=text]:disabled,
.hotel-selection-popup input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.rollup-criteria input[type=text]:-moz-read-only, .rollup-criteria input[type=text]:read-only,
.hotel-selection-popup input[type=text]:-moz-read-only,
.hotel-selection-popup input[type=text]:read-only {
  background: #FFFFFF !important;
}
.rollup-criteria input[type=text]:focus,
.hotel-selection-popup input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rollup-criteria input[readonly],
.hotel-selection-popup input[readonly] {
  background: #FFFFFF !important;
}
.rollup-criteria,
.hotel-selection-popup {
  /* create-group */
}
.rollup-criteria .create-group,
.hotel-selection-popup .create-group {
  overflow: auto;
}
.rollup-criteria .create-group.create-group--edit .is-edit,
.hotel-selection-popup .create-group.create-group--edit .is-edit {
  display: block;
}
.rollup-criteria .create-group.create-group--edit .is-save,
.hotel-selection-popup .create-group.create-group--edit .is-save {
  display: none;
}
.rollup-criteria .create-group.create-group--edit .is-edit .additem,
.hotel-selection-popup .create-group.create-group--edit .is-edit .additem {
  display: none;
}
.rollup-criteria .create-group.create-group--edit .btn-block:before,
.hotel-selection-popup .create-group.create-group--edit .btn-block:before {
  display: block;
}
.rollup-criteria .create-group.create-group--save .is-edit,
.hotel-selection-popup .create-group.create-group--save .is-edit {
  display: none;
}
.rollup-criteria .create-group.create-group--save .is-save,
.hotel-selection-popup .create-group.create-group--save .is-save {
  display: block;
}
.rollup-criteria .create-group.create-group--save .is-edit .additem,
.hotel-selection-popup .create-group.create-group--save .is-edit .additem {
  display: none !important;
}
.rollup-criteria .create-group.create-group--save .btn-block:before,
.hotel-selection-popup .create-group.create-group--save .btn-block:before {
  display: none;
}
.rollup-criteria .create-group.create-group--save .btn-clear,
.hotel-selection-popup .create-group.create-group--save .btn-clear {
  display: none !important;
}
.rollup-criteria .create-group.create-group--save .btn-addproperty,
.hotel-selection-popup .create-group.create-group--save .btn-addproperty {
  display: none !important;
}
.rollup-criteria .create-group .btn-addproperty,
.hotel-selection-popup .create-group .btn-addproperty {
  width: 26px;
  height: 26px;
  background-color: #FFFFFF !important;
}
.rollup-criteria .create-group .btn-addproperty i,
.hotel-selection-popup .create-group .btn-addproperty i {
  width: 26px;
  height: 26px;
}
.rollup-criteria .create-group .top-row,
.hotel-selection-popup .create-group .top-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 680px 220px;
  grid-column-gap: 10px;
}
.rollup-criteria .create-group .top-row .total-hotel,
.hotel-selection-popup .create-group .top-row .total-hotel {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
}
.rollup-criteria .create-group .grouping-input-area,
.hotel-selection-popup .create-group .grouping-input-area {
  overflow: hidden;
  position: relative;
  margin-bottom: 4px;
}
.rollup-criteria .create-group .grouping-input-area span,
.hotel-selection-popup .create-group .grouping-input-area span {
  height: 26px;
  color: #131111;
  background: #b3c6e8;
  display: block;
  padding: 3px 10px;
  width: 220px;
  float: left;
}
.rollup-criteria .create-group .grouping-input-area .form-control,
.hotel-selection-popup .create-group .grouping-input-area .form-control {
  position: relative;
  background: #ccecff;
  margin-left: 230px;
  float: none;
  width: 310px;
  max-width: 100%;
}
.rollup-criteria .create-group .additem,
.hotel-selection-popup .create-group .additem {
  border: 1px solid #8f91a2;
  border-top: none;
  padding: 0 10px;
  background: #FFFFFF;
  height: 26px;
  margin-top: 5px;
}
.rollup-criteria .create-group .additem:first-child,
.hotel-selection-popup .create-group .additem:first-child {
  margin-top: 0;
}
.rollup-criteria .create-group .searchitem,
.hotel-selection-popup .create-group .searchitem {
  border: 1px solid #8f91a2;
}
.rollup-criteria .create-group .searchitem .form-control,
.hotel-selection-popup .create-group .searchitem .form-control {
  border: none;
  height: 24px;
}
.rollup-criteria .create-group .search-box,
.hotel-selection-popup .create-group .search-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
  padding: 0 !important;
  z-index: 100;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rollup-criteria .create-group .search-box.open,
.hotel-selection-popup .create-group .search-box.open {
  width: 280px;
}
.rollup-criteria .create-group .search-box.open .search-wrap .form-control,
.hotel-selection-popup .create-group .search-box.open .search-wrap .form-control {
  width: 100%;
  display: block;
}
.rollup-criteria .create-group .search-box .search-wrap,
.hotel-selection-popup .create-group .search-box .search-wrap {
  position: relative;
  padding: 0 30px 0 0;
}
.rollup-criteria .create-group .search-box .search-wrap .form-control,
.hotel-selection-popup .create-group .search-box .search-wrap .form-control {
  height: 24px;
  width: 0;
}
.rollup-criteria .create-group .search-box .search-wrap .btn-search,
.hotel-selection-popup .create-group .search-box .search-wrap .btn-search {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #b3c6e8 !important;
}
.rollup-criteria .create-group .search-box .search-wrap .btn-search.active,
.hotel-selection-popup .create-group .search-box .search-wrap .btn-search.active {
  background: #5b9bd5 !important;
}
.rollup-criteria .create-group .search-box .search-wrap .btn-search i,
.hotel-selection-popup .create-group .search-box .search-wrap .btn-search i {
  width: 100%;
  height: 100%;
  background-position: center center;
}
.rollup-criteria .create-group .create-group__row,
.hotel-selection-popup .create-group .create-group__row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 220px 450px 220px;
  grid-column-gap: 10px;
}
.rollup-criteria .create-group .create-group__section,
.hotel-selection-popup .create-group .create-group__section {
  margin-top: 10px;
}
.rollup-criteria .create-group .create-group__section:first-child,
.hotel-selection-popup .create-group .create-group__section:first-child {
  margin-top: 0;
}
.rollup-criteria .create-group .create-group__section__title,
.hotel-selection-popup .create-group .create-group__section__title {
  padding: 2px 10px;
}
.rollup-criteria .create-group .create-group__title,
.hotel-selection-popup .create-group .create-group__title {
  border: 1px solid #41719c;
}
.rollup-criteria .create-group .create-group__title > div,
.hotel-selection-popup .create-group .create-group__title > div {
  padding: 2px 10px;
}
.rollup-criteria .create-group .create-group__section__title,
.rollup-criteria .create-group .create-group__title,
.hotel-selection-popup .create-group .create-group__section__title,
.hotel-selection-popup .create-group .create-group__title {
  height: 26px;
  line-height: auto;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #b3c6e8 !important;
}
.rollup-criteria .create-group .create-group__section__title .additem,
.rollup-criteria .create-group .create-group__title .additem,
.hotel-selection-popup .create-group .create-group__section__title .additem,
.hotel-selection-popup .create-group .create-group__title .additem {
  background: transparent;
}
.rollup-criteria .create-group .create-group__section__title.grouppropertytitle,
.rollup-criteria .create-group .create-group__title.grouppropertytitle,
.hotel-selection-popup .create-group .create-group__section__title.grouppropertytitle,
.hotel-selection-popup .create-group .create-group__title.grouppropertytitle {
  margin: 0;
  position: relative;
}
.rollup-criteria .create-group .create-group__section__title.grouppropertytitle .additem,
.rollup-criteria .create-group .create-group__title.grouppropertytitle .additem,
.hotel-selection-popup .create-group .create-group__section__title.grouppropertytitle .additem,
.hotel-selection-popup .create-group .create-group__title.grouppropertytitle .additem {
  margin: 0;
}
.rollup-criteria .create-group .create-group__column--left .searchitem,
.hotel-selection-popup .create-group .create-group__column--left .searchitem {
  margin-top: -1px !important;
  display: none;
}
.rollup-criteria .create-group .create-group__column--left .searchitem.show,
.hotel-selection-popup .create-group .create-group__column--left .searchitem.show {
  display: block;
}
.rollup-criteria .create-group .create-group__column--left .card-country .card-body ul,
.hotel-selection-popup .create-group .create-group__column--left .card-country .card-body ul {
  max-height: 189px;
  overflow: auto;
}
.rollup-criteria .create-group .create-group__column--center,
.hotel-selection-popup .create-group .create-group__column--center {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-row-gap: 10px;
}
.rollup-criteria .create-group .create-group__column--center .btn-clear,
.hotel-selection-popup .create-group .create-group__column--center .btn-clear {
  display: none;
  height: 24px;
  padding: 0 !important;
  background-color: #eae6ec !important;
}
.rollup-criteria .create-group .create-group__column--center .btn-clear i,
.hotel-selection-popup .create-group .create-group__column--center .btn-clear i {
  height: 100%;
  width: 30px;
}
.rollup-criteria .create-group .create-group__column--center .btn-deletecell,
.hotel-selection-popup .create-group .create-group__column--center .btn-deletecell {
  width: 30px;
  height: 26px;
}
.rollup-criteria .create-group .create-group__column--center .additem-filter,
.hotel-selection-popup .create-group .create-group__column--center .additem-filter {
  background: #e4e4e4 !important;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 26px 1fr;
  grid-row-gap: 4px;
  margin: 0;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem {
  border: none;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem span,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem span {
  display: flex;
  align-items: center;
  position: relative;
  line-height: auto;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem .item-number,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem .item-number {
  width: 30px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem .item-name,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem .item-name {
  width: 170px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem .item-id,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem .item-id {
  width: 80px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem .id-value,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem .id-value {
  padding-left: 15px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem .item-country,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem .item-country {
  width: 120px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .additem .item-group-name,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .additem .item-group-name {
  width: 350px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .create-group__title .additem,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .create-group__title .additem {
  padding: 0;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .create-group__title .additem span,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .create-group__title .additem span {
  justify-content: center;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section .create-group__title .sort-span,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section .create-group__title .sort-span {
  width: 0 !important;
  margin-left: 10px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__section:first-child .create-group__title,
.hotel-selection-popup .create-group .create-group__column--center .create-group__section:first-child .create-group__title {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 30px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__list,
.hotel-selection-popup .create-group .create-group__column--center .create-group__list {
  min-height: 28px;
  overflow: auto;
  border: 1px solid #8faadc;
}
.rollup-criteria .create-group .create-group__column--center .create-group__list .btn-deletecell,
.hotel-selection-popup .create-group .create-group__column--center .create-group__list .btn-deletecell {
  right: 0;
  top: 0;
}
.rollup-criteria .create-group .create-group__column--center .create-group__list--property,
.rollup-criteria .create-group .create-group__column--center .create-group__list--individual,
.hotel-selection-popup .create-group .create-group__column--center .create-group__list--property,
.hotel-selection-popup .create-group .create-group__column--center .create-group__list--individual {
  overflow: auto;
  max-height: 120px;
}
.rollup-criteria .create-group .create-group__column--center .create-group__list--individual,
.hotel-selection-popup .create-group .create-group__column--center .create-group__list--individual {
  max-height: 320px;
}
.rollup-criteria .create-group .create-group__row--setcriteria,
.hotel-selection-popup .create-group .create-group__row--setcriteria {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 680px 220px !important;
  grid-column-gap: 10px;
  margin-bottom: 4px;
}
.rollup-criteria .create-group .create-group__row--setcriteria .create-group__section,
.hotel-selection-popup .create-group .create-group__row--setcriteria .create-group__section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.rollup-criteria .create-group .create-group__row--setcriteria .create-group__section .create-group__section__title,
.hotel-selection-popup .create-group .create-group__row--setcriteria .create-group__section .create-group__section__title {
  background: #cce5ff;
  width: 220px;
}
.rollup-criteria .create-group .create-group__row--setcriteria .create-group__section .total-hotel,
.hotel-selection-popup .create-group .create-group__row--setcriteria .create-group__section .total-hotel {
  width: 80px;
}
.rollup-criteria,
.hotel-selection-popup {
  /* css for above property popup*/
}
.rollup-criteria .above-hotel-selection-popup .create-group .create-group__row--setcriteria,
.hotel-selection-popup .above-hotel-selection-popup .create-group .create-group__row--setcriteria {
  grid-template-columns: 790px 110px !important;
}
.rollup-criteria .above-hotel-selection-popup .create-group .create-group__row--setcriteria .create-group__hotel__title_aboveproperty,
.hotel-selection-popup .above-hotel-selection-popup .create-group .create-group__row--setcriteria .create-group__hotel__title_aboveproperty {
  width: 120px !important;
}
.rollup-criteria,
.hotel-selection-popup {
  /* accordion */
}
.rollup-criteria .accordion,
.hotel-selection-popup .accordion {
  margin: 0;
}
.rollup-criteria .accordion .card,
.hotel-selection-popup .accordion .card {
  margin-top: 4px;
}
.rollup-criteria .accordion .collapse,
.hotel-selection-popup .accordion .collapse {
  max-height: 350px;
  overflow: auto;
}
.rollup-criteria .accordion .collapseHeading,
.hotel-selection-popup .accordion .collapseHeading {
  border-radius: 0;
  display: block;
  text-align: left;
  text-decoration: none;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  background: #FFFFFF;
  padding: 5px 10px;
  position: relative;
  flex-grow: 1;
  margin: 0;
  border: 1px solid #8f91a2;
}
.rollup-criteria .accordion .collapseHeading:before,
.hotel-selection-popup .accordion .collapseHeading:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #5b9bd5;
  border-top: 0;
}
.rollup-criteria .accordion .collapsed .collapseHeading:before,
.hotel-selection-popup .accordion .collapsed .collapseHeading:before {
  border-top: 8px solid #5b9bd5;
  border-bottom: 0;
}
.rollup-criteria .accordion .select-all-hotel,
.hotel-selection-popup .accordion .select-all-hotel {
  height: 28px;
  margin-top: 4px;
  background-color: #FFFFFF;
}
.rollup-criteria .accordion .select-all-hotel,
.rollup-criteria .accordion .card-body ul li,
.hotel-selection-popup .accordion .select-all-hotel,
.hotel-selection-popup .accordion .card-body ul li {
  border: 1px solid #8f91a2;
  display: flex;
  cursor: pointer;
}
.rollup-criteria .accordion .select-all-hotel.active,
.rollup-criteria .accordion .card-body ul li.active,
.hotel-selection-popup .accordion .select-all-hotel.active,
.hotel-selection-popup .accordion .card-body ul li.active {
  background-color: #d0fddc;
  display: flex !important;
}
.rollup-criteria .accordion .select-all-hotel.dbactive,
.rollup-criteria .accordion .card-body ul li.dbactive,
.hotel-selection-popup .accordion .select-all-hotel.dbactive,
.hotel-selection-popup .accordion .card-body ul li.dbactive {
  background-color: #d0fddc;
  background-image: url(../images/chi-tic.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px auto;
  pointer-events: none;
}
.rollup-criteria .accordion .select-all-hotel div,
.rollup-criteria .accordion .card-body ul li div,
.hotel-selection-popup .accordion .select-all-hotel div,
.hotel-selection-popup .accordion .card-body ul li div {
  flex-grow: 1;
  padding: 3px 10px;
}
.rollup-criteria .accordion .card-body ul,
.hotel-selection-popup .accordion .card-body ul {
  padding: 0;
  margin: 0;
}
.rollup-criteria .accordion .card-body ul li,
.hotel-selection-popup .accordion .card-body ul li {
  border-top: none;
  background-color: #f2f2f2;
}
.rollup-criteria .accordion .card-single-property .card-body ul li,
.hotel-selection-popup .accordion .card-single-property .card-body ul li {
  display: list-item;
}

/* popup */
.hotel-selection-popup {
  font-family: "SourceSansProRegular";
  padding: 10px 0 10px 0 !important;
  background: #f5f5f5;
}
.hotel-selection-popup .create-group {
  height: 540px;
}
.hotel-selection-popup .shorten-text-span {
  display: inline-block !important;
  float: left;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}
.hotel-selection-popup .dialog-box-help {
  position: absolute;
  right: 68px;
  margin-top: unset;
}

.hotel-selection-popup,
.delete-group-popup,
.delete-inputbox-popup,
.delete-popup,
.delete-property-popup,
.clear-popup {
  display: none;
}

.dialog-titlebar-change {
  padding-top: 0 !important;
}
.dialog-titlebar-change .ui-dialog-titlebar {
  height: 30px;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 20px;
}
.dialog-titlebar-change .ui-dialog-titlebar .help-integration {
  width: 38px;
  height: 31px;
  margin-top: -4px;
  background-size: 32px 32px !important;
}
.dialog-titlebar-change .ui-icon-closethick {
  left: 0px;
  top: 0px;
  margin: 0;
}
.dialog-titlebar-change .btn-edit,
.dialog-titlebar-change .btn-save {
  right: 45px;
  top: 0 !important;
}

.mars-popup.hotel-selection-popup {
  top: 13.5px !important;
  left: 208px !important;
}

.mars-popup.shift-dialog-below {
  top: 80px !important;
}

.rollup-criteria .landing-content {
  padding: 0;
}
.rollup-criteria .landing-content .top-action-area {
  padding: 10px 15px;
  margin-bottom: 0;
  background: #FFFFFF;
}

/*
==========================================================================
    rollup-total-revenue
==========================================================================
*/
.ember-table.mars-ember-table table thead th.fakeRow {
  background: #cbced7 !important;
  font-family: "SourceSansProRegular" !important;
}
.ember-table.mars-ember-table table thead th:first-child {
  text-align: left;
  padding-left: 4px !important;
}
.ember-table.mars-ember-table table thead th.solidBorder {
  border-right: 1px solid #002060 !important;
}

.top-action-area .icon-button {
  height: 30px;
}
.top-action-area .btn-sync {
  margin-right: 15px !important;
}
.top-action-area .fillgap {
  height: 30px;
}
.top-action-area .fillgap .icon-right {
  padding-right: 10px !important;
}
.top-action-area .message-float {
  float: left;
  margin: 5px;
}

.rollup-total-revenue {
  height: auto !important;
  max-height: fit-content;
}
.rollup-total-revenue .commonTable tr th.is-fixed-left, .rollup-total-revenue .commonTable tr td.is-fixed-left {
  border-right: 1px solid #002060 !important;
}
.rollup-total-revenue .commonTable tr th.negativeNumber, .rollup-total-revenue .commonTable tr td.negativeNumber {
  color: red;
}
.rollup-total-revenue .commonTable thead tr th:not(.is-fixed-left) {
  z-index: 2 !important;
}
.rollup-total-revenue .btn-export {
  background: #f2f2f2 !important;
}
.rollup-total-revenue .btn-criteria-report {
  height: 30px;
}
@media (max-width: 1023px) {
  .rollup-total-revenue .top-action-area .btn-criteria-report {
    order: 0;
  }
  .rollup-total-revenue .top-action-area .btn-export {
    order: 1;
  }
  .rollup-total-revenue .top-action-area .criteria-bread-crumb {
    order: 2;
  }
  .rollup-total-revenue .top-action-area .fillgap {
    display: none;
  }
}
.rollup-total-revenue .mars-select select {
  height: auto;
  background-color: #FFFFFF !important;
}
.rollup-total-revenue .criteria-bread-crumb .breadcrumb-list {
  overflow: hidden;
  position: relative;
  margin: -3px 0 0 0;
}
.rollup-total-revenue {
  /* table */
}
.rollup-total-revenue .commonTable tr .icon-collapse {
  left: 10px;
  top: 0;
  display: block;
  padding: 2px 0;
}
.rollup-total-revenue .commonTable tr th,
.rollup-total-revenue .commonTable tr td {
  min-width: 110px;
}
.rollup-total-revenue .commonTable tr th.fixcell,
.rollup-total-revenue .commonTable tr td.fixcell {
  border-right: 1px solid #002060 !important;
}
.rollup-total-revenue .commonTable tr th.fixcell:first-child,
.rollup-total-revenue .commonTable tr td.fixcell:first-child {
  min-width: 195px !important;
  width: 195px !important;
  max-width: 195px !important;
  padding-left: 35px !important;
}
.rollup-total-revenue .commonTable tr th.solidBorder,
.rollup-total-revenue .commonTable tr td.solidBorder {
  border-right: 1px solid #002060 !important;
}
.rollup-total-revenue .commonTable tr th.colspanset {
  padding-right: 20px !important;
}
.rollup-total-revenue .commonTable tr th {
  font-family: "SourceSansProSemiBold" !important;
}
.rollup-total-revenue .commonTable tr td {
  border-bottom: none;
}
.rollup-total-revenue .commonTable tr:first-child th div {
  display: inline-block;
}
.rollup-total-revenue .commonTable tr:first-child.comparisonNone th div {
  display: block;
}
.rollup-total-revenue .commonTable tr .border-right {
  border-right: 1px solid #002060 !important;
}
.rollup-total-revenue .commonTable tr:first-child th.fixcell:first-child {
  padding: 0 10px !important;
  text-align: left;
}
.rollup-total-revenue .commonTable .negativeValue {
  background-color: #ffabab !important;
}
.rollup-total-revenue .commonTable .positiveValue {
  background-color: #d1e6c4 !important;
}
.rollup-total-revenue .rollup-total-revenue-list tr th.fixcell:first-child,
.rollup-total-revenue .rollup-total-revenue-list tr td.fixcell:first-child {
  padding-left: 10px !important;
}
.rollup-total-revenue .rollup-total-revenue-list tr th:nth-child(2), .rollup-total-revenue .rollup-total-revenue-list tr th.fixcell.property-id,
.rollup-total-revenue .rollup-total-revenue-list tr td:nth-child(2),
.rollup-total-revenue .rollup-total-revenue-list tr td.fixcell.property-id {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  padding-left: 10px !important;
}
.rollup-total-revenue .btn-sort:before {
  top: 7px !important;
}
.rollup-total-revenue {
  /* row hide */
}
.rollup-total-revenue .stlycell,
.rollup-total-revenue .comparisonAll,
.rollup-total-revenue .priorcell,
.rollup-total-revenue .diffcell,
.rollup-total-revenue .varcell {
  display: none;
}

.datesRangeCalendar .reportpopup {
  height: unset !important;
  top: 50% !important;
  bottom: unset !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.datesRangeCalendar .reportpopup .defaultviewsection {
  display: block;
}
.datesRangeCalendar .reportpopup .report-row .reportrowcontent span:first-child {
  width: 100%;
}
.datesRangeCalendar .reportpopup-content .report-row {
  grid-template-columns: 155px 1fr;
  margin-top: 4px;
  position: relative;
}
.datesRangeCalendar .reportpopup-content .daterange-row,
.datesRangeCalendar .reportpopup-content .radio-row {
  display: block !important;
  grid-template-columns: unset !important;
  grid-column-gap: unset !important;
}
.datesRangeCalendar .reportpopup-content .daterange-row {
  height: 218px !important;
  z-index: 0;
}

.rollup-criteria .newreport.commonDisplayCriteria {
  max-width: 890px !important;
  z-index: 101 !important;
}
.rollup-criteria .criteria-bread-crumb .breadcrumb-list ol li:first-child {
  background: #ccecff !important;
}
.rollup-criteria .criteria-bread-crumb .breadcrumb-list ol li:first-child:after {
  border-left: 10px solid #ccecff !important;
}
.rollup-criteria .updateBreadCrumb {
  background: white !important;
  margin: -10px 0px 0px 0px !important;
}

.rollup-total-revenue-criteria {
  max-width: 890px !important;
  top: 175px !important;
}
@media (min-width: 759px) {
  .rollup-total-revenue-criteria {
    width: 759px;
  }
}
.rollup-total-revenue-criteria .mars-select {
  width: 232px;
  margin-left: 10px;
  margin-right: 7px !important;
}
.rollup-total-revenue-criteria .mars-select.filterDropdown {
  margin-right: 5px;
  padding: 5px;
}
.rollup-total-revenue-criteria .mars-select.filterDropdown .multiselect {
  width: 232px !important;
  /* margin-left: 10px;*/
}
.rollup-total-revenue-criteria .mars-select:first-child {
  margin-left: 0px !important;
}
.rollup-total-revenue-criteria .report-row {
  position: unset;
}
@media (max-width: 767px) {
  .rollup-total-revenue-criteria .report-row {
    grid-template-columns: auto;
  }
}
.rollup-total-revenue-criteria .form-group label {
  margin-bottom: 0 !important;
  float: left;
}
.rollup-total-revenue-criteria .form-group-calendar {
  float: left;
}
.rollup-total-revenue-criteria .form-group-calendar .timeselect .btn-calendar {
  margin-left: 0;
}
.rollup-total-revenue-criteria .new-title-bar {
  height: 30px;
}
.rollup-total-revenue-criteria .new-title-bar h2 {
  padding: 5px 0;
}
.rollup-total-revenue-criteria .btn-reportclose {
  z-index: unset;
}
.rollup-total-revenue-criteria .reportpopup {
  height: unset;
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rollup-total-revenue-criteria .reportpopup-content .report-row {
  grid-template-columns: 155px 1fr;
  margin-top: 4px;
  position: relative;
}
.rollup-total-revenue-criteria .reportpopup-content .daterange-row,
.rollup-total-revenue-criteria .reportpopup-content .radio-row {
  display: block;
  grid-template-columns: unset;
  grid-column-gap: unset;
}
.rollup-total-revenue-criteria .reportpopup-content .daterange-row {
  height: 218px !important;
  z-index: 0;
}
.rollup-total-revenue-criteria .select-daysofweek {
  width: auto;
}
.rollup-total-revenue-criteria .select-daysofweek label {
  width: 108px;
  padding: 3px 10px;
  float: left;
}
.rollup-total-revenue-criteria .select-daysofweek .multiselect-native-select {
  width: 183px !important;
}
.rollup-total-revenue-criteria .lastsubmitted {
  position: relative;
}
.rollup-total-revenue-criteria .lastsubmittedtoggle {
  min-height: 0 !important;
}
.rollup-total-revenue-criteria .lastsubmittedtoggle span {
  margin-left: 360px !important;
}
.rollup-total-revenue-criteria .report-row--type .mars-select {
  width: 232px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .rollup-total-revenue-criteria .report-row--type .mars-select {
    margin-left: 0;
  }
}
.rollup-total-revenue-criteria .report-row--type .mars-select .multiselect-container {
  max-height: unset !important;
}
.rollup-total-revenue-criteria .report-row--type .mars-select:first-child {
  margin-left: 0;
}
.rollup-total-revenue-criteria .primaryDataRow {
  position: relative;
}
.rollup-total-revenue-criteria .primaryDataRow .lastsubmittedtoggle span {
  margin-left: 240px !important;
}
.rollup-total-revenue-criteria .year-select {
  width: 100px !important;
  margin-left: 0 !important;
}
.rollup-total-revenue-criteria .year-select .multiselect-container {
  width: 100px;
  min-width: 0;
}
.rollup-total-revenue-criteria .form-group-impact label {
  padding: 3px 10px;
}
.rollup-total-revenue-criteria .report-row--data-filters .reportrowcontent .mars-select {
  width: 200px;
}
.rollup-total-revenue-criteria .report-row--data-filters .reportrowcontent .select-daysofweek {
  width: 308px;
}
.rollup-total-revenue-criteria .report-row--data-filters .reportrowcontent .select-daysofweek .multiselect-native-select {
  width: 200px !important;
}
@media (max-width: 980px) {
  .rollup-total-revenue-criteria .report-row--data-filters .mars-select {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
  .rollup-total-revenue-criteria .report-row--data-filters .mars-select:first-child {
    margin-top: 0;
  }
  .rollup-total-revenue-criteria .form-group {
    float: none;
    clear: both;
    margin-top: 5px;
  }
  .rollup-total-revenue-criteria .form-group:first-child {
    margin-top: 0;
  }
  .rollup-total-revenue-criteria .form-group::after {
    clear: both;
    content: "";
    display: table;
  }
}
.rollup-total-revenue-criteria .reportrowcontent .datesRangeCalendar .timeselect {
  width: 250px !important;
}

.rollup-overlay {
  z-index: 11;
}

.geosetup-content .btn-cancel i {
  position: absolute;
  right: -66px;
  background-size: 40px 40px !important;
}

.bisetup .btn-cancel i {
  position: absolute;
  right: -40px;
  background-size: 40px 40px !important;
}

.property-segment-page .top-action-area {
  margin-right: 15px !important;
}
.property-segment-page .btn-copy-rooms-setup {
  padding: 5px 8px 5px 32px !important;
}
.property-segment-page .property-parent-container {
  width: 1526px !important;
}
.property-segment-page .segment-column.combine-column {
  width: 200px;
}
.property-segment-page .segment-row .box.drag-box {
  width: 61px;
}
.property-segment-page .segment-row .box.combine-box {
  width: 200px !important;
}
.property-segment-page .combine-column-view {
  width: 199px !important;
}
.property-segment-page .setupViewMode .segment-row .box.combine-box {
  width: 199px !important;
}
.property-segment-page .segment-column.code-column {
  width: 150px;
}
.property-segment-page .segment-column.description-column {
  width: 270px;
}
.property-segment-page .setupEditMode .group-item3:not(:nth-child(1)) .shorten-text {
  left: 9.2em;
}
.property-segment-page .segment-row .box.code-box {
  width: 150px;
}
.property-segment-page .segment-row .box.description-box {
  width: 270px;
}
.property-segment-page .segment-row .box span .btnhand {
  left: 27px;
}
.property-segment-page .new-segment-row .group-items1 {
  margin-right: 1px;
}
.property-segment-page .segment-row {
  width: 1427px !important;
}
.property-segment-page .prop-width {
  width: 1710px !important;
}
.property-segment-page .setupEditMode .new-segment-row .group-item2 {
  margin-top: 0 !important;
}
.property-segment-page .setupEditMode .group-item2 {
  margin-top: 2px !important;
}
.property-segment-page .setupEditMode .group-item3:not(:nth-child(1)) .shorten-text {
  left: unset;
}
.property-segment-page .setupEditMode .group-item4.no-categories-edit {
  margin-bottom: 0 !important;
}
.property-segment-page .setupEditMode .add-child3 {
  position: absolute;
  left: 218px;
}
.property-segment-page .setupEditMode .add-child3 i {
  margin-left: -59px !important;
}
.property-segment-page .segment-column.forecast-column {
  width: 170px;
}
.property-segment-page .segment-row .box.forecast-box {
  width: 170px;
}
.property-segment-page .setupEditMode .segment-row .group-item5:not(:first-of-type) .box.coderev-box .form-control {
  margin-top: 2px !important;
}
.property-segment-page .property-segment-setup.setupEditScreen .new-segment-row {
  width: 1490px !important;
}
.property-segment-page .btn-mprg {
  margin-right: 10px;
  margin-left: 20px;
  color: #000000 !important;
  background: #f5f5f5;
  height: 30px;
  cursor: pointer;
  padding: 27px 5px 0 39px;
}
.property-segment-page .btn-mprg i {
  margin: -27px 0px -25px -38px;
}

.roomsLitePropertySegmentSetup .property-segment-setup .new-segment-row {
  width: 1320px !important;
}
.roomsLitePropertySegmentSetup .property-segment-setup.setupEditScreen .new-segment-row {
  width: 1382px !important;
}

#sysRecSettings-popup .reportrowtitle {
  width: 182px;
  min-height: 22px;
  margin: 2px 3px;
}
#sysRecSettings-popup .mars-radio {
  float: left !important;
  min-width: 120px !important;
  height: 26px !important;
  margin-right: 2px;
}

.mars-file-action-buttons {
  justify-content: center;
}

.marsManageFileStatusDialog .panel-default {
  height: 330px;
}
.marsManageFileStatusDialog .display-flex {
  padding: 10px;
}

.alignButtons {
  display: flex;
  justify-content: space-between;
}

.lockUnlockButtonBackgroundColours {
  background-color: #ebebeb !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.marsManageFileStatusError .table > tbody > tr > td {
  border: 1px solid black;
  border-collapse: collapse;
}
.marsManageFileStatusError .alignErrorMessageCenter {
  text-align: center;
}
.marsManageFileStatusError .tableMargin {
  margin-top: 10px;
  margin-bottom: 5px;
}
.marsManageFileStatusError .errorTable {
  overflow: auto;
  max-height: 300px;
  min-height: fit-content;
}
.marsManageFileStatusError .errorTable table thead tr {
  position: sticky;
  top: 0;
  border: 1px solid black;
}
.marsManageFileStatusError .errorTable table thead tr th {
  border: 1px solid black !important;
}
.marsManageFileStatusError .ui-dialog-content {
  overflow: hidden !important;
  height: fit-content !important;
}

.mars-action-table thead tr th:last-child {
  width: 12%;
}

.mars-action-table thead tr th:nth-child(2) {
  text-align: center;
}

.table.mars-action-table > tbody > tr > td.col-us-action > div {
  display: flex;
  justify-content: space-around;
  margin: 5px 0px;
}

div.container-responsive.actionListWrapper {
  margin: auto;
}

.actionWrapperClass {
  width: 90%;
  margin: auto;
}

.actionWrapperClass .actionRequestTable div.ember-table-overflow {
  overflow: auto !important;
}

.actionRequestTable .mars-ember-table table thead th:nth-child(1) {
  text-align: center !important;
}

.actionRequestTable .mars-ember-table table thead tr th.is-last-column {
  width: unset !important;
  max-width: unset !important;
  white-space: unset !important;
}

.actionRequestTable .mars-ember-table table tbody tr td.is-last-column {
  width: unset !important;
  max-width: unset !important;
  white-space: unset !important;
}

#actionMessageSetup {
  margin: 6px !important;
  padding: 5px;
  position: relative;
  float: left;
  z-index: 10;
}

.table.mars-action-table > tbody > tr td {
  border: 1px solid #8f91a2;
}

.actionRequestTable table label.mars-action-checkbox {
  margin: 3px 0 !important;
}

table > td.actionColumnIcons a.icon-button {
  background-color: transparent !important;
}

.actionRequestMessageColumn {
  white-space: wrap !important;
  text-overflow: unset !important;
}

.actionRequestMessageColumn > span {
  white-space: wrap !important;
  text-overflow: unset !important;
}

.actionRequestTable table tbody tr td.actionRequestStatusColumn.text-red {
  color: red;
}

.actionRequestTable table tbody tr td.actionRequestStatusColumn.text-green {
  color: green;
}

/* we need to use this piece of codes to update table in different templates. So, to use commonly added this scss file */
.commonTableFixing {
  margin-bottom: 0;
}
.commonTableFixing tr th, .commonTableFixing tr td {
  min-width: 90px;
  vertical-align: middle;
}
.commonTableFixing tr th.fixcell:first-child, .commonTableFixing tr td.fixcell:first-child {
  text-align: left;
}
.commonTableFixing tr th.totalColumn, .commonTableFixing tr td.totalColumn {
  min-width: 110px;
  width: 110px;
}
.commonTableFixing tr th {
  height: 25px;
  padding: 0 10px !important;
}
.commonTableFixing tr th.twoCell div {
  padding: 0 10px;
}
.commonTableFixing tr th.twoCell .btn-close {
  margin-left: 10px;
}
.commonTableFixing tr th.twoCell .addText {
  padding: 3px 10px;
}
.commonTableFixing tr td {
  padding: 0 10px !important;
  height: 25px;
  vertical-align: middle !important;
}
.commonTableFixing tr.trPattensBlue .totalColumn {
  background-color: #ccecff !important;
}
.commonTableFixing tr:first-child th:first-child {
  padding: 0 0 !important;
}
.commonTableFixing .trHead th, .commonTableFixing .trHead td {
  padding: 0 10px !important;
  height: auto;
}
.commonTableFixing .icon-collapse {
  float: left;
}

/* end */
.currency {
  font-family: "SourceSansProRegular";
}
.currency .content {
  padding: 0 15px;
}
.currency {
  /* update common component to our regular style */
}
.currency input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.currency input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.currency input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.currency input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.currency input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.currency input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.currency input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.currency input[type=text]:-moz-read-only, .currency input[type=text]:read-only {
  background: #FFFFFF !important;
}
.currency input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.currency input[readonly] {
  background: #FFFFFF !important;
}
.currency .mars-select .multiselect-container {
  min-width: unset;
  max-height: 100px !important;
  overflow: auto;
}
.currency .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.currency .form-group {
  display: flex;
  margin-bottom: 0;
}
.currency .form-group > label {
  padding: 3px 0 3px 10px;
  display: block;
  margin-bottom: 0;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 14px;
}
.currency .nonConfigCurrencies {
  background-color: #FFFFFF !important;
  border: 0;
  height: 28px;
  position: absolute;
  width: 175px;
  color: black;
}
.currency select {
  margin-top: -5px;
}
.currency .form-control {
  padding: 0 12px 0 0 !important;
}
.currency small {
  float: right;
  background-color: #c2d7fd;
}
.currency .btn-currency-template {
  height: 30px;
}
.currency .btn-export {
  height: 30px;
  margin-left: 10px;
  background-color: #f2f2f2 !important;
}
.currency .top-action-area {
  margin-top: 15px;
}
.currency .top-action-area .btn-edit,
.currency .top-action-area .btn-save,
.currency .top-action-area .btn-close {
  height: 30px;
  width: 30px;
  display: none;
  margin-left: 0;
}
@media (min-width: 901px) {
  .currency .top-action-area .btn-edit,
  .currency .top-action-area .btn-save,
  .currency .top-action-area .btn-close {
    margin-left: 10px;
  }
}
.currency .top-action-area .btn-edit.active,
.currency .top-action-area .btn-save.active,
.currency .top-action-area .btn-close.active {
  display: inline-flex;
  background: transparent !important;
}
@media (max-width: 900px) {
  .currency .top-action-area {
    display: flex;
    gap: 10px;
  }
  .currency .top-action-area .btn-export {
    margin-left: 0;
  }
  .currency .top-action-area .fillgap {
    display: none;
  }
}
.currency .currency-setup.currency-setup--save .is-edit {
  display: none;
}
.currency .currency-setup.currency-setup--save .is-save {
  display: block;
}
.currency .currency-setup.currency-setup--edit .is-edit {
  display: block;
}
.currency .currency-setup.currency-setup--edit .is-save {
  display: none;
}
.currency .currency-setup.currency-setup--edit .radio-wrap.is-edit {
  display: flex;
  flex-wrap: wrap;
}
.currency .currency-setup .data {
  padding: 3px 10px;
  height: 26px;
}
.currency .currency-setup .mars-select {
  width: 210px;
  margin-left: 10px;
}
.currency .currency-setup .mars-radio:hover, .currency .currency-setup .mars-radio.active {
  background: transparent !important;
}
.currency .currency-setup .mars-radio label {
  padding: 3px 5px 3px 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.currency .currency-setup .currency-setup__row {
  margin-top: 5px;
  min-height: 30px;
  display: grid;
  grid-template-columns: 175px 276px;
  grid-column-gap: 10px;
}
.currency .currency-setup .currency-setup__row:first-child {
  margin-top: 0;
}
.currency .currency-setup .currency-setup__title {
  background-color: #ccecff;
  padding: 5px 10px;
}
.currency .currency-setup .currency-setup__content {
  padding: 2px 0;
  background: #F5F5F5;
}
.currency .currency-setup .currency-setup__row .form-group {
  display: grid;
  grid-template-columns: 1fr 220px;
}
.currency .btn-browse {
  height: 30px;
  margin-left: 10px;
  padding-top: 3px;
}
.currency .tab-container {
  overflow: hidden;
}
.currency .vertical-tabs-container {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: auto;
  grid-column-gap: 10px;
}
@media (min-width: 901px) {
  .currency .vertical-tabs-container {
    grid-template-columns: 175px auto;
  }
}
.currency .vertical-nav-tabs {
  border: none;
}
.currency .vertical-nav-tabs li {
  float: none;
  margin: 0 0 10px 0;
}
.currency .vertical-nav-tabs li a {
  padding: 3px 10px;
  background: #E1E5F2 !important;
  border: none !important;
  color: #131111 !important;
  display: block;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.currency .vertical-nav-tabs li a:hover {
  background: #b3c6e8 !important;
}
.currency .vertical-nav-tabs li.active a {
  background: #b3c6e8 !important;
}
.currency .tab-content {
  display: block;
  overflow: hidden;
}
.currency .tab-pane {
  display: none;
}
.currency .tab-pane.active {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 900px) {
  .currency .tab-pane.active {
    display: block;
  }
}
.currency .tab-pane .title {
  height: 30px;
  padding: 0 15px;
  background: #dde0ec !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde0ec), color-stop(100%, #9da8ce)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dde0ec 0%, #9da8ce 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dde0ec 0%, #9da8ce 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
  position: relative;
}
.currency .tab-pane .title h2 {
  font-family: "SourceSansProSemiBold";
  font-size: 14px;
  color: #002060;
  line-height: 30px;
  margin: 0;
  padding-right: 60px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.currency .tab-pane .title .btn-save,
.currency .tab-pane .title .btn-edit,
.currency .tab-pane .title .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.currency .tab-pane .title .btn-edit,
.currency .tab-pane .title .btn-save {
  right: 40px;
  display: none;
}
.currency .tab-pane .title .btn-edit.active,
.currency .tab-pane .title .btn-save.active {
  display: inline-flex;
  background: transparent !important;
}
.currency .tab-pane .title .btn-close {
  right: 10px;
  display: inline-flex;
}
.currency .tab-pane .section-content {
  padding: 0;
  overflow: visible;
}
.currency .tab-pane .section-content:after {
  content: "";
  display: table;
  clear: both;
}
.currency .currency-form {
  margin: 0 0 10px 0;
  position: relative;
  display: flex;
  gap: 0 10px;
}
.currency .currency-form .form-column {
  display: inline-flex;
  gap: 0 10px;
}
.currency .currency-form .form-column:first-child .head-label {
  min-width: 120px;
}
.currency .currency-form .form-column .head-label {
  background-color: #ccecff;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 900px) {
  .currency .currency-form .head-label {
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .currency .currency-form {
    display: block;
  }
  .currency .currency-form .form-column--file {
    margin-top: 5px;
  }
  .currency .currency-form .btn-add-currency {
    float: right;
  }
}
.currency .currency-form .form-group {
  float: left;
  min-height: 30px;
  padding: 2px 0;
  background: #ffffff;
}
.currency .currency-form .form-group .form-control[disabled] {
  background: #dddddd !important;
}
.currency .currency-form .file-upload .form-control {
  background: #ffffff !important;
  width: 200px;
}
.currency .form-group-select {
  padding: 2px 1px !important;
}
.currency .form-group-select .mars-select {
  width: 94px;
}
.currency .currency-annual--save .form-column--file,
.currency .currency-month--save .form-column--file {
  display: flex;
}
.currency .currency-annual--save .btn-enter,
.currency .currency-month--save .btn-enter {
  display: inline-flex !important;
}
.currency .currency-month--edit .form-column--file,
.currency .currency-month--edit .btn-enter {
  display: none !important;
}
.currency {
  /* table */
}
.currency .ember-table { /* .table-responsive */
  overflow: auto !important;
  max-height: inherit;
  height: 382px;
  border: none !important;
}
@media (min-width: 1201px) {
  .currency .ember-table {
    height: calc(100vh - 272px);
  }
}
.currency .commonTable .editableCell input {
  width: 94px;
  text-align: center;
  border: 1px solid #8f91a2 !important;
}
.currency .commonTable .editableCell .showError {
  border: 2px solid #f05352 !important;
}
.currency .commonTable {
  border-spacing: 1px;
  margin: -1px 0 0 -1px !important;
}
.currency .commonTable tr td div {
  overflow: visible;
}
.currency .commonTable td {
  background-color: #FFFFFF;
}
.currency .commonTable tr th, .currency .commonTable tr td {
  min-width: 76px;
}
.currency .commonTable tr th:first-child, .currency .commonTable tr td:first-child {
  min-width: 230px;
  width: 230px;
}
.currency .commonTable tr th {
  border: 1px solid #98bad6 !important;
  font-family: "SourceSansProSemiBold" !important;
}
.currency .commonTable tr td {
  border: 1px solid #8f91a2 !important;
}
.currency .commonTable tr td.celledit {
  padding: 0 !important;
}
.currency .commonTable tr td.celledit input {
  border: none;
  font-size: 13px !important;
  width: auto;
  text-align: center;
}
.currency .commonTable tr td.celledit .form-control:-moz-read-only {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.currency .commonTable tr td.celledit .form-control:read-only {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.currency .commonTable tr .selectcell {
  padding: 0 !important;
  overflow: visible;
}
.currency .commonTable tr .selectcell.active {
  position: sticky;
  z-index: 1000 !important;
}
.currency .commonTable tr .input-select {
  display: flex;
  overflow: visible;
}
.currency .commonTable tr .input-select div {
  overflow: visible;
}
.currency .commonTable tr .input-select .mars-select {
  flex-grow: 1;
}
.currency .commonTable tr .input-select .mars-select .multiselect-native-select .btn-group .multiselect {
  border: none;
  height: 24px !important;
}
.currency .commonTable tr .input-select .mars-select .multiselect-container {
  top: 24px;
}
.currency .commonTable tr .input-select .btn-deletecell {
  border: none;
  width: 30px;
  height: 24px;
  position: relative;
  right: unset;
  top: unset;
}
.currency .title.title-bar .error-msg-notification {
  display: inline-flex;
  margin-top: 5px;
}

/*
==========================================================================
    other-income-forecasting
==========================================================================
*/
.other-income-forecasting .container-fluid {
  overflow: visible;
}
.other-income-forecasting .ember-table-wrapper-div {
  height: auto;
}
.other-income-forecasting .content {
  padding: 10px 15px 0 15px;
  position: relative;
}
.other-income-forecasting .content .topHeadLeft .title {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 330px;
}
.other-income-forecasting .revenue-driver .topHeadLeft .title {
  max-width: 445px !important;
}
.other-income-forecasting input[type=text] {
  padding: 0 10px;
  height: 26px;
  width: 118px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.other-income-forecasting input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.other-income-forecasting input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.other-income-forecasting input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.other-income-forecasting input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.other-income-forecasting input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.other-income-forecasting input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.other-income-forecasting input[type=text]:-moz-read-only, .other-income-forecasting input[type=text]:read-only {
  background: #FFFFFF !important;
}
.other-income-forecasting input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.other-income-forecasting input[readonly] {
  background: #FFFFFF !important;
}
.other-income-forecasting .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 120px;
}
.other-income-forecasting .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.other-income-forecasting .btn-other-income-forecast {
  background-color: #ccecff !important;
  padding: 5px 10px; /* restyle for using class .resident-guestforecast */
  display: inline-flex !important; /* restyle for using class .resident-guestforecast */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* restyle for using class .resident-guestforecast */
}
.other-income-forecasting .switch-area .switch-text.active {
  display: block;
}
.other-income-forecasting {
  /* top-action-area */
}
.other-income-forecasting .top-action-area a {
  text-decoration: none;
}
.other-income-forecasting .top-action-area .icon-button {
  margin: 0 0 0 10px;
}
.other-income-forecasting .top-action-area .icon-button:first-child {
  margin-left: 0;
}
.other-income-forecasting .top-action-area .sys-rec-notlinked {
  cursor: default;
}
.other-income-forecasting .top-action-area .sys-rec-notlinked.active {
  display: inline-flex;
  background-color: transparent !important;
}
.other-income-forecasting .top-action-area .btn-relink.active {
  display: inline-flex;
  background-color: #f2f2f2 !important;
}
@media (max-width: 1200px) {
  .other-income-forecasting .top-action-area {
    display: flex;
    gap: 10px;
  }
  .other-income-forecasting .top-action-area .icon-button {
    margin-left: 0;
  }
  .other-income-forecasting .top-action-area .fillgap {
    display: none;
  }
}
.other-income-forecasting {
  /* fiscal-range  */
}
.other-income-forecasting .fiscal-range-wrap {
  display: none;
}
.other-income-forecasting .fiscal-range-wrap .fiscal-range {
  padding: 10px 0;
}
.other-income-forecasting .fiscal-action {
  min-width: 78px;
}
@media (max-width: 767px) {
  .other-income-forecasting .fiscal-range.fiscal-range-start .fiscal-range__group.is-space {
    padding-right: 0 !important;
  }
}
.other-income-forecasting {
  /* criteria */
}
.other-income-forecasting .commonDisplayCriteria {
  max-width: 660px !important;
}
.other-income-forecasting .commonDisplayCriteria .lastSubmittedSelect {
  width: 160px;
}
.other-income-forecasting .commonDisplayCriteria .daysofweek-select {
  width: 240px;
}
.other-income-forecasting .commonDisplayCriteria .select-stly,
.other-income-forecasting .commonDisplayCriteria .select-calendar,
.other-income-forecasting .commonDisplayCriteria .select-lastSubmitted {
  float: left;
  width: 130px;
  display: none;
}
.other-income-forecasting .commonDisplayCriteria .select-stly.active,
.other-income-forecasting .commonDisplayCriteria .select-calendar.active,
.other-income-forecasting .commonDisplayCriteria .select-lastSubmitted.active {
  display: block;
}
.other-income-forecasting .commonDisplayCriteria .select-stly.disabled,
.other-income-forecasting .commonDisplayCriteria .select-calendar.disabled,
.other-income-forecasting .commonDisplayCriteria .select-lastSubmitted.disabled {
  display: none;
}
.other-income-forecasting .commonDisplayCriteria .select-lastSubmitted {
  width: auto;
}
.other-income-forecasting {
  /* table */
}
.other-income-forecasting .commonTable .btn-edit,
.other-income-forecasting .commonTable .btn-save,
.other-income-forecasting .commonTable .btn-close {
  height: 22px;
  margin: 0;
}
.other-income-forecasting .commonTable .btn-close {
  margin-left: 10px;
}
.other-income-forecasting .commonTable .btn-group {
  margin-top: 1px;
}
.other-income-forecasting .commonTable th.twoCell div,
.other-income-forecasting .commonTable th.singleOne div {
  padding: 0 10px;
}
.other-income-forecasting .commonTable tr th.fixcell:first-child,
.other-income-forecasting .commonTable tr td.fixcell:first-child {
  min-width: 195px !important;
  width: 195px !important;
  max-width: 195px !important;
}
.other-income-forecasting .commonTable tr th.fixcell .addBtn,
.other-income-forecasting .commonTable tr td.fixcell .addBtn {
  padding: 1px 10px;
}
.other-income-forecasting .commonTable tr th {
  font-family: "SourceSansProSemiBold" !important;
}
.other-income-forecasting .commonTable tr td.celledit {
  padding: 0 !important;
}
.other-income-forecasting .commonTable tr td.celledit input {
  border: 1px solid #CCCCCC;
  font-size: 13px !important;
  text-align: center !important;
}
.other-income-forecasting .commonTable tr td {
  border-bottom: none;
}
.other-income-forecasting .commonTable tr td.averageColumn {
  background-color: #d4d9e8 !important;
}
.other-income-forecasting .commonTable tr .negativeValueColor {
  color: #ff0000 !important;
}
.other-income-forecasting .commonTable .trPattensBlue th,
.other-income-forecasting .commonTable .trLinkWater th,
.other-income-forecasting .commonTable .trHead th {
  font-family: "SourceSansProRegular" !important;
}
.other-income-forecasting .consolidatedMaxTable tr th, .other-income-forecasting .consolidatedMaxTable tr td {
  width: 118px;
  min-width: 118px;
}
.other-income-forecasting .consolidatedMaxTable tr td.fixcell:first-child {
  min-width: 245px !important;
  width: 245px !important;
  max-width: 245px !important;
}
.other-income-forecasting .consolidatedMaxTable tr th.fixcell {
  padding-left: 10px !important;
}
.other-income-forecasting .consolidatedMaxTable tr td.fixcell {
  padding-left: 35px !important;
  height: 23px;
}
.other-income-forecasting .consolidatedMaxTable tr td.fixcell.icon-cirle-show {
  padding-left: 50px !important;
}
.other-income-forecasting .consolidatedMaxTable tr td.fixcell.icon-cirle-show .icon-cirle {
  display: block;
}
.other-income-forecasting .consolidatedMaxTable tr .fixcell, .other-income-forecasting .consolidatedMaxTable tr .Last, .other-income-forecasting .consolidatedMaxTable tr .headerColumn {
  border-right: 1px solid #002060 !important;
}
.other-income-forecasting .consolidatedMaxTable tr th:last-child,
.other-income-forecasting .consolidatedMaxTable tr td:last-child {
  border-right: 1px solid #FFFFFF !important;
}
.other-income-forecasting .consolidatedMaxTable tr .icon-collapse,
.other-income-forecasting .consolidatedMaxTable tr .icon-cirle {
  position: absolute;
  top: 0;
}
.other-income-forecasting .consolidatedMaxTable tr .icon-collapse {
  padding: 2px 0;
  left: 10px;
}
.other-income-forecasting .consolidatedMaxTable tr .icon-cirle {
  display: none;
  left: 30px;
  padding: 7px 5px;
}
.other-income-forecasting .consolidatedMaxTable tr .icon-cirle i {
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #3eea31;
}
.other-income-forecasting .consolidatedMaxTable tr .border-right-white {
  border-right: 1px solid #FFFFFF !important;
}
.other-income-forecasting .consolidatedMaxTable tr .border-right-blue {
  border-right: 1px solid #002060 !important;
}
.other-income-forecasting .consolidatedMaxTable.editViewTable th.fixcell {
  padding-left: 10px !important;
}
.other-income-forecasting .consolidatedMaxTable.editViewTable td.fixcell {
  padding-left: 35px !important;
}
.other-income-forecasting .consolidatedMaxTable.editViewTable .contributioncell {
  display: table-cell !important;
}
.other-income-forecasting .otherIncomeRevenueTable tr th, .other-income-forecasting .otherIncomeRevenueTable tr td {
  width: 90px;
  min-width: 90px;
  height: 25px !important;
}
.other-income-forecasting .otherIncomeRevenueTable tr th.overridecolumn span, .other-income-forecasting .otherIncomeRevenueTable tr td.overridecolumn span {
  color: blue;
}
.other-income-forecasting .otherIncomeRevenueTable tr:first-child th {
  height: 25px !important;
  border-top: none !important;
}
.other-income-forecasting .otherIncomeRevenueTable tr .forecastLogicColumn {
  min-width: 112px;
  width: 112px;
}
.other-income-forecasting .otherIncomeRevenueTable input[type=text] {
  width: 108px !important;
}
.other-income-forecasting .otherIncomeRevenueTable.otherIncomeDeptSummaryTable input[type=text] {
  width: 88px !important;
}
.other-income-forecasting .otherIncomeRevenueTable.otherIncomeDeptSummaryTable .totalColumn input[type=text] {
  width: 108px !important;
}
.other-income-forecasting .revenuerow,
.other-income-forecasting .revenuecell,
.other-income-forecasting .contributioncell {
  display: none;
}
.other-income-forecasting .gotoselectarea .dropdown-menu {
  z-index: 900 !important;
}
.other-income-forecasting .currencyDropdown {
  height: 26px;
  width: 90% !important;
  padding: 0 !important;
  display: block;
  text-align: left;
  margin-left: -46%;
}

.utilities--other-icome .tab-pane {
  display: none;
}
.utilities--other-icome .tab-pane.active {
  display: block;
}
.utilities--other-icome .rollingWeek-departmentLogic {
  font-size: 15px;
  margin: 0 151px 0 8px;
}
.utilities--other-icome .utilities-edit,
.utilities--other-icome .save-utilities-view,
.utilities--other-icome .utilities-view {
  padding-bottom: 120px;
}
.utilities--other-icome .new-title-bar {
  padding: 0 100px 0 10px;
  position: relative;
  margin-bottom: 0 !important;
}
.utilities--other-icome .new-title-bar .action {
  height: 30px;
  min-width: 34px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.utilities--other-icome .new-title-bar .btn-close,
.utilities--other-icome .new-title-bar .btn-edit,
.utilities--other-icome .new-title-bar .btn-save {
  display: none;
}
.utilities--other-icome .new-title-bar .btn-close.active,
.utilities--other-icome .new-title-bar .btn-edit.active,
.utilities--other-icome .new-title-bar .btn-save.active {
  display: inline-flex !important;
  background-color: transparent !important;
}
.utilities--other-icome .mars-radio label .color {
  width: 16px !important;
}
.utilities--other-icome .utilities-outlet .utilities__row {
  -ms-grid-template-columns: 220px auto;
  grid-template-columns: 220px auto;
}
.utilities--other-icome .utilities-outlet .utilities__row-time2 {
  display: flex;
  gap: 10px;
  overflow: visible;
}
.utilities--other-icome .utilities-outlet .utilities__row-time2 .utilities-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 170px auto;
  grid-template-columns: 170px auto;
  grid-column-gap: 2px;
}
.utilities--other-icome .utilities-outlet .utilities__row-time2 .utilities-item .data {
  width: 120px;
}
.utilities--other-icome .utilities-outlet .utilities__row-time2 .utilities-item .data-select {
  width: 220px;
}
.utilities--other-icome .utilities-outlet .utilities__row-time2 .utilities-item.utilities-item--category {
  -ms-grid-template-columns: 120px auto;
  grid-template-columns: 120px auto;
}
.utilities--other-icome .utilities-outlet .utilities__row-time2 .utilities-item.utilities-item--category .forecastPageSelect {
  width: 220px;
  margin-bottom: 0;
}
.utilities--other-icome .utilities-outlet .utilities__row-category-title {
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
}
.utilities--other-icome .utilities-outlet .utilities__row-category-title .utilities__cell-head {
  text-align: left;
  background-color: #d8dbec !important;
}
.utilities--other-icome .utilities-edit .utilities__row-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 220px 526px;
  grid-template-columns: 220px 526px;
}
.utilities--other-icome .utilities-edit .utilities__row-category .utilities__cell.is-historical:first-child,
.utilities--other-icome .utilities-edit .utilities__row-category .utilities__cell.is-historical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.utilities--other-icome .utilities-edit .utilities__row-category .utilities__cell.is-historical:first-child strong {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  padding: 3px 0 0 0;
  margin-right: 5px;
  width: auto;
}
.utilities--other-icome .utilities-dept .mars-radio.active, .utilities--other-icome .utilities-dept .mars-radio:hover {
  background: none !important;
}
.utilities--other-icome .utilities-dept .utilitiesDeptSelect {
  width: 200px;
  margin-bottom: 0;
}
.utilities--other-icome .utilities-dept .utilities__row {
  -ms-grid-template-columns: 200px minmax(220px, 1fr);
  grid-template-columns: 200px minmax(220px, 1fr);
}
.utilities--other-icome .utilities-dept .mars-radio label .color {
  width: 16px !important;
}
.utilities--other-icome .utilities-dept .utilities-edit .utilities__row-category {
  display: grid;
  -ms-grid-template-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
}
.utilities--other-icome .utilities-dept .utilities-edit .utilities__row-category .utilities__cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.utilities--other-icome .utilities-dept .utilities-edit .utilities__row-category .utilities__cell:first-child strong {
  width: auto;
}

/* change */
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup {
  padding: 0 0 10px 0 !important;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .autoadjust {
  width: auto;
  overflow: auto !important;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .autoadjust .blocktab {
  display: none;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .autoadjust .block .block-title {
  width: 150px;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .autoadjust .block .block-input {
  margin-left: 160px;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .right-block .before-after-change .row .head-cell, .ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .right-block .before-after-change .row .cell {
  padding: 5px 10px;
  width: 22%;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .right-block .before-after-change .row .cell:first-child {
  width: 34%;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .right-block .before-after-change .row.head-row:before {
  left: 34%;
}
.ui-dialog.dialog-autoadjustforcast .otherincome-autoadjust-popup .right-block .before-after-change .row .head-cell:first-child {
  width: 34%;
}

@media (max-width: 960px) {
  .ui-resizable,
  .ui-draggable {
    max-width: 95%;
  }
}

.btn-import-status + .popover .popover {
  background-color: #F5F5F5;
  border: none !important;
  max-width: none;
}
.btn-import-status + .popover .popover.bottom .arrow::after {
  border-bottom-color: #F5F5F5;
}
.btn-import-status + .popover .popover-content {
  background-color: #F5F5F5;
  height: auto;
  min-width: 280px;
  max-width: none;
}
.btn-import-status + .popover .popover-content ul {
  padding: 2px;
  width: max-content;
}
.btn-import-status + .popover .popover-content ul li {
  padding: 5px 3px;
  max-width: none;
  font-size: 14px;
}
.btn-import-status + .popover .popover-content ul li span {
  max-width: none;
  display: inline-block;
}
.btn-import-status + .popover .popover-content ul li span.negativeData {
  color: red !important;
}
.btn-import-status + .popover .popover-content ul li span:first-child {
  width: 120px;
}

.import-status-property {
  text-align: -webkit-center;
}

/*
==========================================================================
    finance-scheduler
==========================================================================
*/
.finance-scheduler .container-fluid {
  overflow: visible;
}
.finance-scheduler .hidden {
  display: none !important;
}
.finance-scheduler .content {
  padding: 10px 15px 0 15px;
  position: relative;
}
.finance-scheduler input[type=text], .finance-scheduler input[type=password] {
  margin-left: 4px;
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.finance-scheduler input[type=text]::-webkit-input-placeholder, .finance-scheduler input[type=password]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.finance-scheduler input[type=text]:-ms-input-placeholder, .finance-scheduler input[type=password]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.finance-scheduler input[type=text]::-moz-placeholder, .finance-scheduler input[type=password]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.finance-scheduler input[type=text]:-moz-placeholder, .finance-scheduler input[type=password]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.finance-scheduler input[type=text], .finance-scheduler input[type=password] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.finance-scheduler input[type=text]:disabled, .finance-scheduler input[type=password]:disabled {
  background: #F5F5F5 !important;
}
.finance-scheduler input[type=text]:-moz-read-only, .finance-scheduler input[type=text]:read-only, .finance-scheduler input[type=password]:-moz-read-only, .finance-scheduler input[type=password]:read-only {
  background: #FFFFFF !important;
}
.finance-scheduler input[type=text]:focus, .finance-scheduler input[type=password]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.finance-scheduler input[readonly] {
  background: #FFFFFF !important;
}
.finance-scheduler .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 120px;
}
.finance-scheduler .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.finance-scheduler .date-range-rolling-input {
  padding: 0 10px;
  height: 26px;
  font-size: 14px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  width: 60px;
  outline: none !important;
  margin-left: 2px;
}
.finance-scheduler {
  /* commonDisplayCriteria */
}
.finance-scheduler .schedule-export {
  width: 930px;
  top: 50px;
}
@media (min-width: 1240px) {
  .finance-scheduler .schedule-export {
    width: 1350px;
  }
}
@media (max-width: 767px) {
  .finance-scheduler .schedule-export .report-row {
    grid-template-columns: auto;
  }
}
.finance-scheduler .schedule-export .mars-radio.active.disabled,
.finance-scheduler .schedule-export .mars-checkbox.active.disabled {
  opacity: 1 !important;
}
.finance-scheduler .schedule-export--save .is-edit {
  display: none;
}
.finance-scheduler .schedule-export--save .is-save {
  display: block;
}
.finance-scheduler .schedule-export--edit .is-save {
  display: none;
}
.finance-scheduler .schedule-export--edit .is-edit {
  display: block;
}
.finance-scheduler .schedule-export .btn-edit,
.finance-scheduler .schedule-export .btn-save {
  position: absolute !important;
  right: 40px;
  top: 0;
  height: 30px;
  width: 30px;
  display: none;
  cursor: pointer;
  background: none;
}
.finance-scheduler .schedule-export .btn-edit.active,
.finance-scheduler .schedule-export .btn-save.active {
  display: block;
}
.finance-scheduler .schedule-export .btn-edit i,
.finance-scheduler .schedule-export .btn-save i {
  height: 30px;
}
.finance-scheduler .schedule-export .checkbox-wrap > div,
.finance-scheduler .schedule-export .mars-radio {
  min-width: 130px;
}
@media (min-width: 1240px) {
  .finance-scheduler .schedule-export .checkbox-wrap > div,
  .finance-scheduler .schedule-export .mars-radio {
    min-width: 163px;
  }
}
.finance-scheduler .schedule-export .mars-select {
  width: 190px;
}
.finance-scheduler .schedule-export .form-control {
  max-width: 190px;
}
.finance-scheduler .schedule-export .Address-select .form-control {
  max-width: 225px;
}
.finance-scheduler .schedule-export .form-group.form-group-calendar .daterange-row {
  display: block;
  grid-template-columns: unset;
  grid-column-gap: unset;
  margin-top: 4px;
  height: 218px;
}
.finance-scheduler .schedule-export .form-group.form-group-calendar .timeselect .btn-calendar {
  margin-left: 0;
}
.finance-scheduler .schedule-export .form-group.form-group-calendar .form-control {
  max-width: unset;
}
@media (max-width: 1201px) {
  .finance-scheduler .schedule-export .reportpopup {
    position: absolute;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    top: unset;
    bottom: unset;
  }
}
@media (max-width: 767px) {
  .finance-scheduler .schedule-export .reportpopup {
    position: fixed;
    z-index: 9999;
    top: 50%;
  }
}
.finance-scheduler .schedule-export .new-title-bar {
  height: 30px;
}
.finance-scheduler .schedule-export .new-title-bar .btn-edit,
.finance-scheduler .schedule-export .new-title-bar .btn-save {
  position: absolute;
  top: 0;
  right: 45px;
}
.finance-scheduler .schedule-export .export-name {
  max-width: 316px;
}
.finance-scheduler .schedule-export .small-input {
  width: 40px;
}
.finance-scheduler .schedule-export .data {
  height: 26px;
  padding: 2px 10px;
  background: #FFFFFF;
  border: 1px solid #8f91a2;
}
.finance-scheduler .schedule-export .column-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px 0;
}
.finance-scheduler .schedule-export .column-wrap,
.finance-scheduler .schedule-export .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.finance-scheduler .schedule-export .column-item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 130px 190px;
  gap: 0;
}
@media (min-width: 1240px) {
  .finance-scheduler .schedule-export .column-item {
    grid-template-columns: 126px 190px;
  }
}
.finance-scheduler .schedule-export .column-title {
  height: 26px;
  padding: 2px 10px;
  background: #ccecff;
  position: relative;
}
.finance-scheduler .schedule-export .column-wrap .filterDropdown {
  padding: 0 5px !important;
}
.finance-scheduler .schedule-export .report-row.displayBlock {
  display: -ms-grid !important;
  display: grid !important;
}
.finance-scheduler .schedule-export .report-row--hotelgroup .mars-select, .finance-scheduler .schedule-export .report-row--hotelgroup .mars-dropdown {
  width: 190px;
}
.finance-scheduler .schedule-export .report-row--custom-group .mars-select, .finance-scheduler .schedule-export .report-row--custom-group .mars-dropdown {
  width: 316px;
}
.finance-scheduler .schedule-export .report-row--room .column-wrap,
.finance-scheduler .schedule-export .report-row--fb .column-wrap,
.finance-scheduler .schedule-export .report-row--otherincome .column-wrap {
  gap: 5px 0;
}
.finance-scheduler .schedule-export .report-row--room .column,
.finance-scheduler .schedule-export .report-row--fb .column,
.finance-scheduler .schedule-export .report-row--otherincome .column {
  gap: 5px 5px;
}
.finance-scheduler .schedule-export .report-row--room .single-select,
.finance-scheduler .schedule-export .report-row--fb .single-select,
.finance-scheduler .schedule-export .report-row--otherincome .single-select {
  display: none;
}
.finance-scheduler .schedule-export .report-row--room .single-select .dropdown-menu,
.finance-scheduler .schedule-export .report-row--fb .single-select .dropdown-menu,
.finance-scheduler .schedule-export .report-row--otherincome .single-select .dropdown-menu {
  min-width: 0;
}
.finance-scheduler .schedule-export .report-row--room .single-select, .finance-scheduler .schedule-export .report-row--room .data,
.finance-scheduler .schedule-export .report-row--fb .single-select,
.finance-scheduler .schedule-export .report-row--fb .data,
.finance-scheduler .schedule-export .report-row--otherincome .single-select,
.finance-scheduler .schedule-export .report-row--otherincome .data {
  width: 160px;
}
.finance-scheduler .schedule-export .report-row--room .column--budget .single-select, .finance-scheduler .schedule-export .report-row--room .column--budget .data,
.finance-scheduler .schedule-export .report-row--fb .column--budget .single-select,
.finance-scheduler .schedule-export .report-row--fb .column--budget .data,
.finance-scheduler .schedule-export .report-row--otherincome .column--budget .single-select,
.finance-scheduler .schedule-export .report-row--otherincome .column--budget .data {
  width: 160px;
}
.finance-scheduler .schedule-export.schedule-export--save .report-row--room .column .is-save,
.finance-scheduler .schedule-export.schedule-export--save .report-row--fb .column .is-save,
.finance-scheduler .schedule-export.schedule-export--save .report-row--otherincome .column .is-save {
  display: none;
}
.finance-scheduler .schedule-export.schedule-export--save .report-row--room .active-column .is-save,
.finance-scheduler .schedule-export.schedule-export--save .report-row--fb .active-column .is-save,
.finance-scheduler .schedule-export.schedule-export--save .report-row--otherincome .active-column .is-save {
  display: block;
}
.finance-scheduler .schedule-export.schedule-export--edit .report-row--room .column .is-edit,
.finance-scheduler .schedule-export.schedule-export--edit .report-row--fb .column .is-edit,
.finance-scheduler .schedule-export.schedule-export--edit .report-row--otherincome .column .is-edit {
  display: none;
}
.finance-scheduler .schedule-export.schedule-export--edit .report-row--room .active-column .is-edit,
.finance-scheduler .schedule-export.schedule-export--edit .report-row--fb .active-column .is-edit,
.finance-scheduler .schedule-export.schedule-export--edit .report-row--otherincome .active-column .is-edit {
  display: block;
}
.finance-scheduler .schedule-export .report-row--date-range {
  position: unset;
}
.finance-scheduler .schedule-export .report-row--date-range .column-wrap, .finance-scheduler .schedule-export .report-row--date-range .column {
  gap: 5px 0;
}
.finance-scheduler .schedule-export .report-row--date-range .column--rolling .radioRolling {
  margin-right: 5px;
}
.finance-scheduler .schedule-export .report-row--date-range .column--rolling .column-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.finance-scheduler .schedule-export .report-row--date-range .column--rolling .column-item.displayBlock {
  display: flex !important;
}
.finance-scheduler .schedule-export .report-row--date-range .column--rolling .column-item .mars-radio {
  min-width: 130px;
}
@media (min-width: 1240px) {
  .finance-scheduler .schedule-export .report-row--date-range .column--rolling .column-item .mars-radio {
    min-width: 80px;
  }
}
.finance-scheduler .schedule-export .report-row--date-range .column--rolling .column-item .next-input-group {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.finance-scheduler .schedule-export .report-row--date-range .column--rolling .column-item .next-input-group .form-control {
  width: 60px;
}
.finance-scheduler .schedule-export .report-row--export-method .is-email .column .form-control {
  max-width: 100%;
}
.finance-scheduler .schedule-export .report-row--export-method .is-email .column .mars-dropdown, .finance-scheduler .schedule-export .report-row--export-method .is-email .column .mars-select {
  width: 260px;
}
@media (min-width: 500px) {
  .finance-scheduler .schedule-export .report-row--export-method .is-email .column .mars-dropdown, .finance-scheduler .schedule-export .report-row--export-method .is-email .column .mars-select {
    width: 280px;
  }
}
.finance-scheduler .schedule-export .report-row--exportsetting {
  position: unset;
}
@media (min-width: 1240px) {
  .finance-scheduler .schedule-export .report-row--exportsetting .column .mars-select, .finance-scheduler .schedule-export .report-row--exportsetting .column .data {
    width: 190px;
  }
}
.finance-scheduler .schedule-export .report-row--exportsetting .column-body .mars-radio {
  min-width: 120px;
}
.finance-scheduler .schedule-export .report-row--exportsetting .column-body .small-input {
  width: 40px;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .mars-radio {
  min-width: auto !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li {
  width: 100% !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li > a,
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li > a:hover,
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li > a:focus {
  display: block !important;
  width: 100% !important;
  background-color: transparent !important;
  background-image: none !important;
  padding: 0 !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li.active > a,
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li.active > a:hover,
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li.active > a:focus {
  background-color: transparent !important;
  background-image: none !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li > a > label {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 3px 22px 3px 8px !important;
  background-color: transparent !important;
  background-image: none !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li.active > a > label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%234caf50' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 6px center !important;
  background-size: 10px 8px !important;
}
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li > a > label > input[type=checkbox],
.finance-scheduler .schedule-export #HOTEL_SELECTION_ROW_ID .hotel-selection-conditions .dropdown-menu > li > a > label > input[type=radio] {
  display: none !important;
}
.finance-scheduler .schedule-export .input-form-to.export-label span {
  background: #ccecff;
  padding: 4px 4px;
}
.finance-scheduler .schedule-export .input-form-to.EOM-prior-value {
  width: 30px !important;
  margin-left: -120px;
}
.finance-scheduler .schedule-export .input-form-to.EOM-prior-value .ember-text-field {
  width: inherit;
  text-align: center;
}
.finance-scheduler .schedule-export .input-form-to.EOM-prior-value-daily {
  width: 30px !important;
  margin-left: -10px;
}
.finance-scheduler .schedule-export .input-form-to.EOM-prior-value-daily .ember-text-field {
  width: inherit;
  text-align: center;
}
.finance-scheduler .schedule-export #DATA_TYPE_ROW_ID .checkbox-wrap div {
  min-width: 105px;
}
.finance-scheduler .schedule-export #DATA_TYPE_ROW_ID .export-currency-option-label {
  float: left;
  margin-left: 40px;
  font-weight: normal;
  background: #ccecff;
  padding: 4px 10px;
  margin-bottom: 0px;
}
.finance-scheduler .schedule-export #DATA_TYPE_ROW_ID .mars-radio {
  min-width: fit-content;
  padding-right: 20px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) {
  margin-bottom: 5px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportcontentarea div:nth-child(1) {
  display: grid;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) {
  height: 26px;
  display: grid;
  margin-bottom: 5px;
  grid-template-columns: 230px 230px 230px 230px auto;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) .datesRangeCalendar, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) .datesRangeCalendar {
  display: grid;
  grid-template-columns: 90px 120px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) .datesRangeCalendar label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) .datesRangeCalendar label:first-child {
  background: #ccecff;
  padding: 4px 10px;
  font-weight: normal;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.Time-select, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.interval-select, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.Time-select, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.interval-select {
  float: none;
  margin-right: 10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.Time-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.interval-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.Time-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.interval-select span {
  grid-template-columns: 100px 120px;
  display: grid;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.Time-select span > label:nth-child(2), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.interval-select span > label:nth-child(2), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.Time-select span > label:nth-child(2), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.interval-select span > label:nth-child(2) {
  grid-template-columns: 200px 300px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.Time-select span > label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.interval-select span > label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.Time-select span > label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.interval-select span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select {
  float: none;
  width: 330px;
  margin-right: 10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select span {
  grid-template-columns: 100px 120px;
  display: -webkit-box;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select span span div.btn-group ul.dropdown-menu li div.input-group input.multiselect-search, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select span span div.btn-group ul.dropdown-menu li div.input-group input.multiselect-search {
  max-width: 100%;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select span > label:nth-child(2), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select span > label:nth-child(2) {
  grid-template-columns: 200px 300px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select span > label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select div.input-group > .input-group-addon, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(1) div.timezone-select .input-group-btn, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select div.input-group > .input-group-addon, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(3) div.timezone-select .input-group-btn {
  display: none;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) {
  height: 26px;
  display: grid;
  margin-bottom: 5px;
  grid-template-columns: 230px 120px 160px 195px 195px 120px auto;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.frequency-select, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.From-select, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.To-select {
  float: none;
  margin-right: 10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.frequency-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.From-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.To-select span {
  grid-template-columns: 100px 120px;
  display: grid;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.frequency-select span > label:nth-child(2), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.From-select span > label:nth-child(2), .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.To-select span > label:nth-child(2) {
  grid-template-columns: 200px 300px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.frequency-select span > label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.From-select span > label:first-child, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.To-select span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.From-select span, .finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.To-select span {
  grid-template-columns: 90px 90px;
  display: grid;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.OfWeek-select {
  width: 150px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) div.endOfMonth-select {
  width: 125px;
  margin-left: -70px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .reportrowcontent:nth-child(2) .mars-radio {
  height: 26px;
  width: 100px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .forever {
  margin-left: 50px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day {
  margin-left: -260px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day-without-input {
  margin-left: -115px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day-daily {
  margin-left: -90px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .apply-bus-day-daily-without-input {
  margin-left: -10px;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .To-select {
  margin-left: -60px !important;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .To-select .multiselect-native-select {
  width: 135px !important;
}
.finance-scheduler .schedule-export #EXPORT_SETTING_ROW_ID .From-select {
  margin-left: -45px !important;
}
.finance-scheduler .schedule-export.isEditMode #EXPORT_SETTING_ROW_ID .reportrowcontent .datesRangeCalendar.disabled {
  opacity: unset !important;
}
.finance-scheduler .schedule-export #DATA_FORMAT_ROW_ID .reportrowtitle {
  height: 30px;
}
.finance-scheduler .schedule-export #DATA_FORMAT_ROW_ID {
  height: 30px;
}
.finance-scheduler .schedule-export #DATA_FORMAT_ROW_ID .reportrowcontent div.filterDropdown span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #DATA_FORMAT_ROW_ID .reportrowcontent div.filterDropdown span {
  grid-template-columns: 100px 120px;
  display: grid;
}
.finance-scheduler .schedule-export #DATA_FORMAT_ROW_ID .segment-option-label {
  float: left;
  margin-left: 40px;
  font-weight: normal;
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent:nth-child(1) {
  margin-bottom: 5px;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent:nth-child(2) {
  display: grid;
  height: 26px;
  grid-template-columns: auto auto auto auto auto;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent:nth-child(2) .ember-text-field {
  width: 150px;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent {
  display: flex;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown {
  float: none;
  margin-right: 10px;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown span {
  grid-template-columns: 130px 190px;
  display: grid;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span {
  grid-template-columns: 130px 240px;
  display: grid;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-addon, .finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-btn {
  display: none !important;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-addon button, .finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.input-group-btn button {
  display: none;
}
.finance-scheduler .schedule-export #EXPORT_METHOD_ROW_ID .reportrowcontent div.filterDropdown.Address-select span.multiselect-selected-text {
  display: block;
}
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .reportrowcontent {
  display: flex;
}
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .reportrowcontent div.filterDropdown {
  float: none;
  margin-right: 10px;
}
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .reportrowcontent div.filterDropdown span {
  grid-template-columns: 180px 190px;
  display: grid;
}
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .reportrowcontent div.filterDropdown span > label:first-child {
  background: #ccecff;
  padding: 4px 10px;
}
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .reportrowcontentarea {
  background-color: #f5f5f5;
}
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .mars-select .multiselect-native-select .btn-group .multiselect .multiselect-selected-text,
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .mars-select .multiselect-native-select .btn-group .dropdown-toggle .multiselect-selected-text,
.finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .mars-select .multiselect-native-select .btn-group .btn .multiselect-selected-text, .finance-scheduler .schedule-export #OPERATION_FILTER_ROW_ID .mars-select .multiselect-native-select .btn-group .btn-default .multiselect-selected-text {
  display: block;
  height: 100%;
  padding: 2px 15px 0 10px !important;
  text-align: left;
  width: 100%;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
}
.finance-scheduler .schedule-export .input-form-to.timeZone {
  width: max-content;
}
.finance-scheduler .schedule-export .input-form-to.timeZone input {
  width: 187px;
}
.finance-scheduler .schedule-export .input-form-to.timeZone span {
  width: 130px;
  display: inline-flex;
  height: 26px;
  padding: 4px 10px;
  background-color: #ccedff;
}
.finance-scheduler .schedule-export .input-form-to.sftp > span {
  display: inline-flex;
  align-content: flex-end;
}
@media (max-width: 1024px) {
  .finance-scheduler .schedule-export .input-form-to.sftp > span {
    top: 18px;
  }
}
@media (min-width: 1240px) {
  .finance-scheduler .newreport.commonDisplayCriteria.schedule-export {
    width: 1350px !important;
    z-index: 10 !important;
  }
}
@media (max-width: 767px) {
  .finance-scheduler .newreport.commonDisplayCriteria.schedule-export .report-row {
    grid-template-columns: auto !important;
  }
}
.finance-scheduler .newreport.commonDisplayCriteria.schedule-export {
  max-width: calc(100% - 30px) !important;
}
.finance-scheduler {
  /* finance-table */
}
.finance-scheduler .mars-ember-table {
  overflow: auto !important;
  max-height: inherit;
  height: 382px;
}
@media (min-width: 768px) {
  .finance-scheduler .mars-ember-table {
    height: calc(100vh - 185px);
  }
}
@media (min-width: 812px) {
  .finance-scheduler .mars-ember-table {
    height: calc(100vh - 152px);
  }
}
@media (min-width: 813px) {
  .finance-scheduler .mars-ember-table {
    height: calc(100vh - 154px);
  }
}
@media (min-width: 1201px) {
  .finance-scheduler .mars-ember-table {
    height: calc(100vh - 152px);
  }
}
.finance-scheduler .finance-table .btn-view,
.finance-scheduler .finance-table .btn-trash {
  background: none;
  width: 26px;
  height: 26px;
}
.finance-scheduler .finance-table tr th, .finance-scheduler .finance-table tr td {
  vertical-align: middle;
}
.finance-scheduler .finance-table tr .col-export-name {
  min-width: 200px;
}
.finance-scheduler .finance-table tr .col-export-type {
  min-width: 100px;
}
.finance-scheduler .finance-table tr .col-data-type {
  min-width: 100px;
}
.finance-scheduler .finance-table tr .col-daterange {
  width: 180px;
}
.finance-scheduler .finance-table tr .col-action {
  width: 110px;
}
.finance-scheduler .finance-table tr .col-action .action {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.finance-scheduler .finance-table tr .col-action .action span {
  margin: 0 5px;
  cursor: pointer;
}
.finance-scheduler .freeze {
  pointer-events: none;
}

.ui-dialog.export-scheduler-log {
  width: 88vw !important;
  top: 10vh !important;
  left: 11vh !important;
}

.ui-dialog.check-reason {
  width: 25vw !important;
  top: 20vh !important;
  left: 75vh !important;
}

/* export-scheduler-log popup */
.export-scheduler-log .export-scheduler-log__content {
  padding-top: 10px;
}
.export-scheduler-log .table tr th {
  min-width: 150px;
}
.export-scheduler-log .table tr .col-export {
  min-width: 220px;
}
.export-scheduler-log .table tr .col-user {
  min-width: 180px;
}
.export-scheduler-log .failed-reason {
  color: #ff0000;
}
.export-scheduler-log .btn-check-reason {
  color: #3d5afe !important;
  text-decoration: underline !important;
}

.hotel-selection-conditions .multiselect-native-select .btn-group .multiselect-container.dropdown-menu,
.hotel-selection-conditions .multiselect-native-select .btn-group.open .multiselect-container.dropdown-menu,
.hotel-selection-conditions .multiselect-native-select .btn-group.dropup .multiselect-container.dropdown-menu,
.hotel-selection-conditions .multiselect-native-select .btn-group.open.dropup .multiselect-container.dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}

.hotel-selection-conditions .multiselect-native-select .btn-group,
.hotel-selection-conditions .multiselect-native-select .btn-group.dropup,
.hotel-selection-conditions .multiselect-native-select .btn-group.open.dropup {
  position: relative !important;
}

.hotel-selection-conditions {
  padding: 4px 6px;
  background-color: #f5f5f5;
}
.hotel-selection-conditions .hsc-mode-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.hotel-selection-conditions .hsc-mode-toggle .mars-radio {
  min-width: auto;
  background: transparent !important;
}
.hotel-selection-conditions .hsc-mode-toggle .mars-radio:hover, .hotel-selection-conditions .hsc-mode-toggle .mars-radio.active {
  background: #ebebeb !important; /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #d1d1d1)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.hotel-selection-conditions .hsc-mode-toggle .mars-radio label {
  padding: 3px 8px 3px 6px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.hotel-selection-conditions .conditions-scroll-container {
  overflow: visible;
}
.hotel-selection-conditions .conditions-scroll-container.scroll-enabled {
  max-height: 175px;
  overflow-y: auto;
  overflow-x: visible;
  padding-bottom: 200px;
}
.hotel-selection-conditions .conditions-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin-bottom: 5px;
  overflow: visible;
}
.hotel-selection-conditions .condition-cell .dropdown-menu {
  z-index: 10000 !important;
}
.hotel-selection-conditions .condition-row {
  display: table;
  table-layout: fixed;
  width: auto;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background: transparent;
  margin-bottom: 3px;
}
.hotel-selection-conditions .condition-cell .btn-group,
.hotel-selection-conditions .property-filter-box .btn-group {
  position: relative !important;
  display: block !important;
  width: 230px !important;
}
.hotel-selection-conditions .condition-cell .btn-group.dropup .dropdown-menu, .hotel-selection-conditions .condition-cell .btn-group.open.dropup .dropdown-menu,
.hotel-selection-conditions .property-filter-box .btn-group.dropup .dropdown-menu,
.hotel-selection-conditions .property-filter-box .btn-group.open.dropup .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
.hotel-selection-conditions .condition-cell .multiselect-container,
.hotel-selection-conditions .property-filter-box .multiselect-container {
  top: 100% !important;
  bottom: auto !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}
.hotel-selection-conditions .btn-add-condition.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.hotel-selection-conditions .hsc-error-msg {
  color: #d9534f;
  font-size: 12px;
  margin-top: 4px;
}
.hotel-selection-conditions .attribute-cell {
  width: 160px;
}
.hotel-selection-conditions .operator-cell {
  width: 190px;
}
.hotel-selection-conditions .value-cell {
  width: 190px;
}
.hotel-selection-conditions .andor-cell {
  width: 80px;
}
.hotel-selection-conditions .remove-cell {
  width: 30px;
  text-align: center;
}
.hotel-selection-conditions .condition-cell .dropdown-menu,
.hotel-selection-conditions .condition-cell .multiselect-container {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.hotel-selection-conditions .condition-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 3px;
}
.hotel-selection-conditions .condition-cell select,
.hotel-selection-conditions .condition-cell select.multiselect-list {
  display: none !important;
}
.hotel-selection-conditions .condition-cell > span,
.hotel-selection-conditions .condition-cell .multiselect-native-select,
.hotel-selection-conditions .condition-cell .btn-group {
  display: block !important;
  width: 100% !important;
}
.hotel-selection-conditions .condition-cell .btn-group {
  position: relative !important;
}
.hotel-selection-conditions .condition-cell button.multiselect {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "SourceSansProRegular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: 26px;
  line-height: 20px !important;
  padding: 3px 20px 3px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  position: relative !important;
  box-sizing: border-box;
}
.hotel-selection-conditions .condition-cell button.multiselect b.caret {
  position: absolute !important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  float: none !important;
  margin: 0 !important;
  display: inline-block !important;
  width: 0;
  height: 0;
  border-top: 4px solid #666 !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu {
  box-sizing: border-box;
  z-index: 9999 !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu li > a {
  white-space: nowrap;
  padding: 0 !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu li label input[type=checkbox],
.hotel-selection-conditions .condition-cell .dropdown-menu li label input[type=radio] {
  display: none !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu,
.hotel-selection-conditions .property-filter-box .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 1px solid #b5b5b5 !important;
  border-radius: 2px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a,
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a:hover,
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a:focus,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a:hover,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a:focus {
  background-color: transparent !important;
  background-image: none !important;
  color: #131111 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li.active > a,
.hotel-selection-conditions .condition-cell .dropdown-menu > li.active > a:hover,
.hotel-selection-conditions .condition-cell .dropdown-menu > li.active > a:focus,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li.active > a,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li.active > a:hover,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li.active > a:focus {
  background-color: transparent !important;
  background-image: none !important;
  color: #131111 !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li.active > a > label,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li.active > a > label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%234caf50' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 10px 8px !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a {
  padding: 0 !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a > label,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a > label {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
  padding: 2px 24px 2px 8px !important;
  font-family: "SourceSansProRegular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  white-space: nowrap !important;
  line-height: 18px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background-color: transparent !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a > label > input[type=checkbox],
.hotel-selection-conditions .condition-cell .dropdown-menu > li > a > label > input[type=radio],
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a > label > input[type=checkbox],
.hotel-selection-conditions .property-filter-box .dropdown-menu > li > a > label > input[type=radio] {
  display: none !important;
}
.hotel-selection-conditions .condition-cell .dropdown-menu > li.multiselect-all > a > label,
.hotel-selection-conditions .property-filter-box .dropdown-menu > li.multiselect-all > a > label {
  font-family: "SourceSansProBold" !important;
  font-weight: bold !important;
}
.hotel-selection-conditions .condition-cell .multiselect-filter,
.hotel-selection-conditions .property-filter-box .multiselect-filter {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.hotel-selection-conditions .condition-cell .multiselect-filter .input-group,
.hotel-selection-conditions .property-filter-box .multiselect-filter .input-group {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}
.hotel-selection-conditions .condition-cell .multiselect-filter .input-group .input-group-addon,
.hotel-selection-conditions .condition-cell .multiselect-filter .input-group .input-group-btn,
.hotel-selection-conditions .property-filter-box .multiselect-filter .input-group .input-group-addon,
.hotel-selection-conditions .property-filter-box .multiselect-filter .input-group .input-group-btn {
  display: none !important;
}
.hotel-selection-conditions .condition-cell .multiselect-filter .input-group .form-control.multiselect-search,
.hotel-selection-conditions .property-filter-box .multiselect-filter .input-group .form-control.multiselect-search {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  background-color: #ffffc1 !important;
  border: 0 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "SourceSansProRegular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  height: 22px !important;
  padding: 0 8px !important;
  margin: 0 !important;
  color: #131111 !important;
  display: block !important;
  box-sizing: border-box !important;
  float: none !important;
}
.hotel-selection-conditions .condition-cell .multiselect-filter .input-group .form-control.multiselect-search:focus,
.hotel-selection-conditions .property-filter-box .multiselect-filter .input-group .form-control.multiselect-search:focus {
  outline: none !important;
  box-shadow: none !important;
}
.hotel-selection-conditions .condition-cell .multiselect-filter .input-group .form-control.multiselect-search::placeholder,
.hotel-selection-conditions .property-filter-box .multiselect-filter .input-group .form-control.multiselect-search::placeholder {
  color: #999;
  font-style: normal;
}
.hotel-selection-conditions .multiselect-clear-filter {
  display: none !important;
}
.hotel-selection-conditions .btn-remove-condition {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #999;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 2px;
}
.hotel-selection-conditions .btn-remove-condition i {
  font-size: 12px;
}
.hotel-selection-conditions .btn-remove-condition:hover, .hotel-selection-conditions .btn-remove-condition:focus {
  color: #d9534f;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.hotel-selection-conditions .add-condition-row {
  margin-top: 4px;
}
.hotel-selection-conditions .add-condition-row .btn-add-condition {
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 10px;
  background-color: #546e7a;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.hotel-selection-conditions .add-condition-row .btn-add-condition:hover, .hotel-selection-conditions .add-condition-row .btn-add-condition:focus {
  background-color: #80CBC4;
  color: #333;
  outline: none;
  box-shadow: none;
}
.hotel-selection-conditions .property-mode-content {
  background-color: #f5f5f5;
  min-height: 34px;
  display: block;
}
.hotel-selection-conditions .property-mode-content > .property-filter-box {
  display: inline-block !important;
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
  float: none !important;
}
.hotel-selection-conditions .property-filter-box {
  display: inline-block;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
}
.hotel-selection-conditions .property-filter-box > span,
.hotel-selection-conditions .property-filter-box > div,
.hotel-selection-conditions .property-filter-box .multiselect-native-select,
.hotel-selection-conditions .property-filter-box .btn-group {
  display: inline-block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.hotel-selection-conditions .property-filter-box button.multiselect {
  float: none !important;
  display: block !important;
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
  text-align: left !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  font-family: "SourceSansProRegular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: 26px !important;
  line-height: 20px !important;
  padding: 3px 20px 3px 8px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #555 !important;
  position: relative !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
.hotel-selection-conditions .property-filter-box button.multiselect b.caret {
  position: absolute !important;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  float: none !important;
  margin: 0 !important;
  display: inline-block !important;
  width: 0;
  height: 0;
  border-top: 4px solid #666 !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
}
.hotel-selection-conditions .property-filter-box select.multiselect-list {
  display: none !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu,
.hotel-selection-conditions .property-filter-box .multiselect-container {
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
  box-sizing: border-box !important;
  z-index: 9999 !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu li.multiselect-item.multiselect-filter,
.hotel-selection-conditions .property-filter-box .multiselect-container li.multiselect-item.multiselect-filter {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu li.multiselect-item.multiselect-filter .input-group,
.hotel-selection-conditions .property-filter-box .multiselect-container li.multiselect-item.multiselect-filter .input-group {
  width: 100% !important;
  margin: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu li.multiselect-item.multiselect-filter .input-group-addon,
.hotel-selection-conditions .property-filter-box .dropdown-menu li.multiselect-item.multiselect-filter .input-group-btn,
.hotel-selection-conditions .property-filter-box .multiselect-container li.multiselect-item.multiselect-filter .input-group-addon,
.hotel-selection-conditions .property-filter-box .multiselect-container li.multiselect-item.multiselect-filter .input-group-btn {
  display: none !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu li.multiselect-item.multiselect-filter input.multiselect-search,
.hotel-selection-conditions .property-filter-box .multiselect-container li.multiselect-item.multiselect-filter input.multiselect-search {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  float: none !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu li > a,
.hotel-selection-conditions .property-filter-box .multiselect-container li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}
.hotel-selection-conditions .property-filter-box .dropdown-menu li label input[type=checkbox],
.hotel-selection-conditions .property-filter-box .dropdown-menu li label input[type=radio],
.hotel-selection-conditions .property-filter-box .multiselect-container li label input[type=checkbox],
.hotel-selection-conditions .property-filter-box .multiselect-container li label input[type=radio] {
  display: none !important;
}
.hotel-selection-conditions .property-filter-box button.multiselect {
  padding-right: 24px !important;
}
.hotel-selection-conditions .property-filter-box button.multiselect span, .hotel-selection-conditions .property-filter-box button.multiselect > * {
  display: inline-block !important;
  max-width: 180px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}
.hotel-selection-conditions.is-read-only {
  pointer-events: none;
}
.hotel-selection-conditions.is-read-only .condition-cell button.multiselect,
.hotel-selection-conditions.is-read-only .property-filter-box button.multiselect {
  background-color: #fff !important;
  color: #767676 !important;
  border-color: #e0e0e0 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
.hotel-selection-conditions.is-read-only .condition-cell button.multiselect b.caret,
.hotel-selection-conditions.is-read-only .property-filter-box button.multiselect b.caret {
  border-top-color: #d0d0d0 !important;
  opacity: 0.5;
}
.hotel-selection-conditions.is-read-only .btn-add-condition,
.hotel-selection-conditions.is-read-only .btn-remove-condition {
  opacity: 0.5;
  cursor: not-allowed;
}
.hotel-selection-conditions.hsc-has-error .conditions-container,
.hotel-selection-conditions.hsc-has-error .property-filter-box {
  border: 1px solid #d9534f;
  border-radius: 4px;
  padding: 3px;
}
.hotel-selection-conditions.hsc-has-error .condition-cell.field-missing button.multiselect {
  border-color: #d9534f !important;
}
.hotel-selection-conditions .condition-row.is-disabled .attribute-cell,
.hotel-selection-conditions .condition-row.is-disabled .operator-cell,
.hotel-selection-conditions .condition-row.is-disabled .value-cell,
.hotel-selection-conditions .condition-row.is-disabled .andor-cell {
  pointer-events: none;
  opacity: 0.5;
}
.hotel-selection-conditions .property-filter-box button.multiselect {
  color: rgb(19, 17, 17) !important;
}

.hotel-selection-criteria-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 4px;
}
.hotel-selection-criteria-modal .modal-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(to bottom, #e1e2e7 0%, #9ea3b5 100%) !important;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}
.hotel-selection-criteria-modal .modal-header .modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #131111;
  margin: 0;
  text-align: left;
}
.hotel-selection-criteria-modal .modal-header .modal-icons {
  display: flex;
  gap: 8px;
}
.hotel-selection-criteria-modal .modal-header .modal-icons .btn-icon,
.hotel-selection-criteria-modal .modal-header .modal-icons .btn-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  color: #0066cc;
  line-height: 1;
}
.hotel-selection-criteria-modal .modal-header .modal-icons .btn-icon:hover,
.hotel-selection-criteria-modal .modal-header .modal-icons .btn-close:hover {
  color: #004499;
}
.hotel-selection-criteria-modal .modal-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc !important;
}
.hotel-selection-criteria-modal .modal-body .selected-group-header {
  padding: 8px 12px;
  background-color: #b3c6e8;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 600;
  color: #131111;
  font-size: 13px;
  margin-bottom: 12px;
  text-align: left;
}
.hotel-selection-criteria-modal .modal-body .conditions-section {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #41719c;
  border-radius: 3px;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .hsc-mode-toggle {
  display: none !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .add-condition-row {
  display: block !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .icon-play,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .play-icon,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .chi-play,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .chi-run,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle button.play-button,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle [class*=play],
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle [class*=run],
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle svg.play-icon {
  display: none !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle option,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle input[type=text],
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle input[type=search],
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-control,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle button {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-native-select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-container-dropdown-menu,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-list,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-filter,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-item {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-list li,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-item label,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .multiselect-option {
  text-align: left !important;
  padding-left: 12px !important;
  margin-left: 0 !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .ember-power-select-trigger {
  text-align: left !important;
  justify-content: flex-start !important;
  padding-left: 12px !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .ember-power-select-options {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .ember-power-select-group-name,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .ember-power-select-option {
  text-align: left !important;
  padding-left: 12px !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle input,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle textarea,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-control {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle li,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .dropdown-menu li,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .ember-power-select-option {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .row input,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .row select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .row .form-control,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .row .ember-power-select-trigger,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .row .multiselect-native-select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-row input,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-row select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-row .form-control,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-row .ember-power-select-trigger,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .form-row .multiselect-native-select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .condition-row input,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .condition-row select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .condition-row .form-control,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .condition-row .ember-power-select-trigger,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .condition-row .multiselect-native-select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .criteria-row input,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .criteria-row select,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .criteria-row .form-control,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .criteria-row .ember-power-select-trigger,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle .criteria-row .multiselect-native-select {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle span,
.hotel-selection-criteria-modal .modal-body .conditions-section.hsc-hide-mode-toggle label {
  text-align: left !important;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 10px;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-add-condition {
  flex: 0 0 auto;
  padding: 6px 12px;
  background-color: #6c757d;
  border: 1px solid #5a6268;
  color: white;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.15s;
  display: none !important;
  align-items: center;
  gap: 4px;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-add-condition .icon-plus {
  font-weight: bold;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-add-condition:hover {
  background-color: #5a6268;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-add-condition:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-apply {
  flex: 0 0 auto;
  padding: 8px 24px;
  background-color: #0066ff;
  color: white;
  border: none;
  margin-top: 15px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-apply:hover {
  background-color: #0052cc;
}
.hotel-selection-criteria-modal .modal-body .action-buttons-row .btn-apply:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: nowrap;
  min-height: 300px;
  z-index: 1;
  position: relative;
  width: 100%;
  visibility: visible;
  padding: 12px;
  border: 1px solid #41719c;
  border-radius: 3px;
  background-color: #ffffff;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  background-color: #ffffff !important;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  min-width: 200px;
  height: 300px;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .box-header,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .box-header {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .search-container,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .search-container {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .search-container .search-input,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .search-container .search-input {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 12px;
  text-align: left !important;
  background-color: #ffffff;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .search-container .search-input:focus,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .search-container .search-input:focus {
  outline: none;
  border-color: #0066ff;
  background-color: white;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list {
  flex: 1;
  max-height: 220px;
  overflow-y: auto;
  padding: 4px;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item {
  padding: 8px 10px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: 2px;
  transition: background-color 0.1s;
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  text-align: left;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item:hover:not(.disabled),
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item:hover:not(.disabled) {
  background-color: #f5f5f5;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item.selected,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item.selected {
  background-color: #ffffff;
  font-weight: 500;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item.selected:hover,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item.selected:hover {
  background-color: #f5f5f5;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item.focused,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item.focused {
  background-color: #d0e0ff;
  border: 1px solid #0066ff;
  padding: 7px 9px;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item.disabled,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item.disabled {
  color: #999;
  cursor: default;
  padding: 8px 10px;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .available-properties-box .property-list .property-item .checkmark,
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .property-list .property-item .checkmark {
  color: #28a745;
  font-weight: bold;
  font-size: 14px;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box.has-error {
  border-color: #dc3545;
  border-width: 1px;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .selected-properties-box .error-message {
  color: #721c24;
  font-size: 12px;
  font-weight: 600;
  background-color: #f8d7da;
  border-top: 1px solid #dc3545;
  padding: 8px 10px;
  text-align: left;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .arrow-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex: 0 0 auto;
  width: auto;
  min-width: 50px;
  z-index: 100;
  visibility: visible;
  align-self: center;
  pointer-events: auto;
  overflow: visible;
  position: relative;
  background-color: transparent;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .arrow-buttons .btn-arrow {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 2px solid #0066cc;
  background: none !important;
  color: #0066cc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 100;
  visibility: visible;
  pointer-events: auto;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .arrow-buttons .btn-arrow:hover:not(:disabled) {
  background: none !important;
  color: #0066cc;
  border-color: #0066cc;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
  transform: scale(1.05);
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .arrow-buttons .btn-arrow:active:not(:disabled) {
  background: none !important;
  color: #0066cc;
  border-color: #0066cc;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .arrow-buttons .btn-arrow:disabled {
  background: none !important;
  color: #bbb;
  border-color: #ddd;
  cursor: not-allowed;
  opacity: 0.7;
}
.hotel-selection-criteria-modal .modal-body .property-transfer-section .arrow-buttons .btn-arrow:not(:disabled) {
  background: none !important;
  border-color: #0066cc;
}

.ui-dialog.submitted-data {
  width: 41vw !important;
  top: 20vh !important;
  left: 65vh !important;
}

.download-submitted-data-content .datesRangeCalendar .customdaterange {
  width: 455px;
}
.download-submitted-data-content .mars-radio {
  display: inline-block;
}
.download-submitted-data-content .report-row {
  height: 28px;
}
.download-submitted-data-content .report-row.btn-row {
  text-align: center;
  padding-top: 10px;
  height: 40px;
}
.download-submitted-data-content .reportrowtitle.submitted-export-btn {
  background-color: #f5f5f5;
}
.download-submitted-data-content .reportrowtitle.submitted-export-btn span {
  padding: 0px;
}
.download-submitted-data-content .btn-export {
  width: 85px;
  float: none !important;
  padding: 5px 10px;
  background: #DDDDDD;
  margin-left: 110px;
  height: 26px;
  text-align: right;
  margin-top: 0 !important;
  margin-bottom: 4px;
}
.download-submitted-data-content .btn-export i {
  left: 0;
}
.download-submitted-data-content .btn-push-to-rms {
  width: 85px;
  float: none !important;
  padding: 5px 10px;
  background: #DDDDDD;
  height: 26px;
  text-align: right;
  margin-top: 0 !important;
  margin-bottom: 4px;
}
.download-submitted-data-content .btn-push-to-rms i {
  left: 0;
  position: absolute;
}
.download-submitted-data-content .data-btn-import {
  position: relative;
}
.download-submitted-data-content .data-btn-import a[data-title]:hover:after {
  content: attr(data-title);
  position: absolute;
  color: #363a39;
  top: 35px;
  left: -113px;
  width: max-content;
  border: 1px solid black;
}

/*
==========================================================================
    Total Revenue Report
==========================================================================
*/
.revenue-report .container-fluid {
  overflow: visible;
}
.revenue-report .content {
  padding: 10px 15px 10px 15px;
  position: relative;
}
.revenue-report input[readonly] {
  background: #FFFFFF !important;
}
.revenue-report .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: unset;
}
.revenue-report .btn-criteria-report {
  margin-right: 10px;
}
.revenue-report .btn-doughnut,
.revenue-report .btn-auto-send,
.revenue-report .btn-export {
  margin-left: 10px;
  background: #f2f2f2 !important;
}
.revenue-report .btn-auto-send {
  padding-left: 37px !important;
}
.revenue-report .btn-auto-send .icon-large {
  width: 32px;
  -webkit-background-size: 32px auto !important;
  background-size: 32px auto !important;
}
@media (max-width: 640px) {
  .revenue-report .topHeadLeft {
    float: left;
  }
  .revenue-report .topHead .topHeadRight {
    clear: unset;
    float: right;
    padding: 0;
  }
}
.revenue-report .commonDisplayCriteria {
  top: 50px;
  z-index: 100 !important;
  display: block;
}
@media (max-width: 1122px) {
  .revenue-report .commonDisplayCriteria {
    width: 580px;
  }
}
.revenue-report .commonDisplayCriteria .form-group {
  float: left;
}
.revenue-report .commonDisplayCriteria .form-group > label {
  margin-bottom: 0 !important;
  padding: 3px 10px;
  float: left;
}
.revenue-report .commonDisplayCriteria .mars-select {
  width: 183px;
}
.revenue-report .commonDisplayCriteria .mars-select .multiselect-container {
  min-width: 0;
}
@media (max-width: 1122px) {
  .revenue-report .commonDisplayCriteria .form-group:not(.single-calendar) {
    float: none !important;
    clear: both;
    padding-top: 5px;
  }
  .revenue-report .commonDisplayCriteria .form-group:not(.single-calendar):first-child {
    padding-top: 0;
  }
}
.revenue-report .commonDisplayCriteria .reportrowcontent .form-group:first-child label {
  min-width: 98px;
  width: auto;
}
.revenue-report .commonDisplayCriteria .form-group-calendar {
  float: left;
  margin-bottom: 0;
}
.revenue-report .commonDisplayCriteria .form-group-calendar .timeselect {
  width: 280px;
}
.revenue-report .commonDisplayCriteria .form-group-calendar .timeselect .btn-calendar {
  margin-left: 0;
}
.revenue-report .commonDisplayCriteria .form-group-calendar p {
  margin-bottom: 0;
}
.revenue-report .commonDisplayCriteria .form-group-calendar .reportpopup {
  height: unset;
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.revenue-report .commonDisplayCriteria .form-group-calendar .reportpopup-content .report-row {
  grid-template-columns: 155px 1fr;
  margin-top: 4px;
  position: relative;
}
.revenue-report .commonDisplayCriteria .form-group-calendar .reportpopup-content .daterange-row,
.revenue-report .commonDisplayCriteria .form-group-calendar .reportpopup-content .radio-row {
  display: block;
  grid-template-columns: unset;
  grid-column-gap: unset;
}
.revenue-report .commonDisplayCriteria .form-group-calendar .reportpopup-content .daterange-row {
  height: 218px !important;
  z-index: 0;
}
.revenue-report .commonDisplayCriteria .new-title-bar {
  height: 30px;
}
.revenue-report .commonDisplayCriteria .new-title-bar h2 {
  padding: 5px 0;
}
.revenue-report .commonDisplayCriteria .btn-reportclose {
  z-index: unset;
}
.revenue-report .criteria-bread-crumb {
  display: none;
}
.revenue-report .criteria-bread-crumb .breadcrumb-list {
  margin-top: -5px !important;
}
.revenue-report .topHead .btn.btn-small {
  height: 30px;
}
.revenue-report {
  /* table  */
}
.revenue-report .ember-table { /* .table-responsive */
  max-height: inherit;
  height: 382px;
}
@media (min-width: 768px) {
  .revenue-report .ember-table {
    height: calc(100vh - 230px);
  }
}
@media (min-width: 812px) {
  .revenue-report .ember-table {
    height: calc(100vh - 230px);
  }
}
@media (min-width: 900px) {
  .revenue-report .ember-table {
    height: calc(100vh - 190px);
  }
}
@media (min-width: 1201px) {
  .revenue-report .ember-table {
    height: calc(100vh - 188px);
  }
}
@media (min-width: 768px) {
  .revenue-report .height-set2 {
    height: calc(100vh - 279px);
  }
}
@media (min-width: 812px) {
  .revenue-report .height-set2 {
    height: calc(100vh - 279px);
  }
}
@media (min-width: 900px) {
  .revenue-report .height-set2 {
    height: calc(100vh - 239px);
  }
}
@media (min-width: 1201px) {
  .revenue-report .height-set2 {
    height: calc(100vh - 237px);
  }
}
.revenue-report .commonTable tr th,
.revenue-report .commonTable tr td {
  min-width: 90px;
}
.revenue-report .commonTable tr th.fixcell,
.revenue-report .commonTable tr td.fixcell {
  border-right: 1px solid #002060 !important;
}
.revenue-report .commonTable tr th.fixcell:first-child,
.revenue-report .commonTable tr td.fixcell:first-child {
  min-width: 200px !important;
  width: 200px !important;
  max-width: 200px !important;
}
.revenue-report .commonTable tr th {
  font-family: "SourceSansProSemiBold" !important;
}
.revenue-report .commonTable tr th.colspanset {
  padding-right: 20px !important;
}
.revenue-report .commonTable tr td {
  border-bottom: none;
}
.revenue-report .commonTable tr .border-right {
  border-right: 1px solid #002060 !important;
}
.revenue-report .commonTable tr .btn-edit, .revenue-report .commonTable tr .btn-close, .revenue-report .commonTable tr .btn-save {
  height: 22px;
}
.revenue-report .commonTable tr .negativeValueColor {
  color: #ff0000 !important;
}
.revenue-report .commonTable tr .singleCell {
  position: relative;
}
.revenue-report .commonTable tr .chi-view {
  position: absolute;
  right: 5px;
  top: 0;
}
.revenue-report .commonTable tr:first-child th.fixcell:first-child {
  padding: 0 10px !important;
  text-align: left;
}
.revenue-report .commonTable tr:first-child th.singleCell div {
  display: block;
}
.revenue-report .commonTable tr:first-child th.activecell {
  background: #ccecff !important;
  border-top: 1px solid #ccecff !important;
}
.revenue-report .commonTable tr:nth-child(2) th.activecell {
  background: #ccecff !important;
  border-top: 1px solid #FFFFFF !important;
}
.revenue-report .commonTable tr.headerTitle .fixcell:first-child {
  text-align: left;
  font-family: "SourceSansProSemiBold" !important;
}
.revenue-report .commonTable tr.roomsrevHeader td, .revenue-report .commonTable tr.totalfbrevHeader td, .revenue-report .commonTable tr.oirevHeader td {
  text-align: center;
}
.revenue-report .commonTable tr.roomsrevHeader .fixcell:first-child, .revenue-report .commonTable tr.totalfbrevHeader .fixcell:first-child, .revenue-report .commonTable tr.oirevHeader .fixcell:first-child {
  text-align: left;
}
.revenue-report {
  /* daily-flash */
}
.revenue-report.revenue-report--daily-flash .criteria-bread-crumb.updateBreadCrumb {
  margin: 0 !important;
  display: block !important;
}
.revenue-report.revenue-report--daily-flash .criteria-bread-crumb .breadcrumb-list ol {
  margin-bottom: 0 !important;
}
.revenue-report.revenue-report--daily-flash .criteria-bread-crumb .breadcrumb-list {
  margin: -3px 0 0 0 !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria {
  width: 1013px !important;
  max-width: unset !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .single-calendar input[type=text] {
  background-position: 3px 0 !important;
  padding-left: 35px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .checkbox-wrap {
  float: left;
  padding-top: 0;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status {
  margin: 0 0 0 10px;
  float: left;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status .btn-import-status {
  margin-right: 0;
  position: absolute;
  top: -2px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown {
  position: relative;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown .dropdown-content {
  width: 280px;
  display: none;
  position: absolute;
  left: 40px;
  right: 0;
  top: 0;
  z-index: 10000;
  background-color: #eae6ec;
  padding: 10px;
  margin: 0;
  overflow: hidden;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown .dropdown-content .import-title {
  text-decoration: underline;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown .dropdown-content ul {
  margin: 5px 0 0 0;
  padding: 0;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown .dropdown-content ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown .dropdown-content ul li span {
  width: 135px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown .dropdown-content ul li.overweekdata {
  color: red;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .import-status.dropdown:hover .dropdown-content {
  display: block;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .mars-select {
  width: 220px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .mars-select .multiselect-container {
  min-width: 0;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .negativeValue {
  background-color: #ffabab !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .positiveValue {
  background-color: #d1e6c4 !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .reportrowcontent .form-group:first-child label {
  min-width: 60px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .reportrowcontent .form-group .guest-label {
  min-width: 114px;
}
@media (max-width: 1122px) {
  .revenue-report.revenue-report--daily-flash .commonDisplayCriteria .reportrowcontent .form-group:first-child label, .revenue-report.revenue-report--daily-flash .commonDisplayCriteria .guest-label {
    min-width: 0 !important;
  }
}
@media (max-width: 700px) {
  .revenue-report.revenue-report--daily-flash .commonDisplayCriteria .data-select {
    margin-top: 5px;
    clear: both;
  }
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1122px) {
  .revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area {
    clear: both;
  }
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area .alert-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5 0;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area small {
  padding: 3px 10px;
  font-weight: normal;
  font-size: 14px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area .form-control {
  width: 60px;
  height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area .greater-value {
  background-color: #d1e6c4 !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .alert-input-area .lesser-value {
  background-color: #ffabab !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .mars-radio.active, .revenue-report.revenue-report--daily-flash .commonDisplayCriteria .mars-radio:hover {
  background: none !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria #singleDatepicker1 .datepicker-dropdown {
  left: 0 !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .data-type-select {
  margin-right: 10px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .data-type-select .multiselect-native-select {
  margin: -26px 0 0 60px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .data-select .multiselect-native-select {
  margin: 0 0 0 182px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .interval-select {
  margin-right: 10px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .interval-select label {
  padding-left: 70px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .interval-select .multiselect-native-select {
  margin: -26px 0 0 175px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .rooms-stat-select .multiselect-native-select {
  margin: -26px 0 0 60px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .compare-to-select .multiselect-native-select {
  margin: -26px 0 0 60px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .guest-stat-select label {
  padding-left: 70px;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .guest-stat-select .multiselect-native-select {
  margin: -26px 0 0 175px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria #COMPARE_TO_ROW_ID .normal-text {
  float: left;
  padding: 3px 12px 3px 60px;
  margin: 0 0 0 10px;
  font-weight: normal;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria #COMPARE_TO_ROW_ID .normal-text .reportrowcontent {
  margin-top: 2px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria #SEND_REPORT_ROW_ID {
  display: none !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria #SEND_REPORT_ROW_ID .time-input {
  width: 92px !important;
}
.revenue-report.revenue-report--daily-flash .commonDisplayCriteria .contract-select .multiselect-native-select {
  margin: -26px 0 0 95px !important;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row {
  min-height: 30px;
  display: grid;
  grid-template-columns: 127px 210px;
  grid-column-gap: 10px;
  margin: 5px 0 10px;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row:first-child {
  margin-top: 0;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row {
  position: relative;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row .total-revenue__title {
  background-color: #ccecff;
  padding: 5px 10px;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row .total-revenue__content {
  padding: 2px 5px;
  background: #F5F5F5;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row .form-group {
  display: grid;
  grid-template-columns: 1fr 220px;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row .single-calendar {
  margin-bottom: 0;
}
.revenue-report.revenue-report--daily-flash .total-revenue__row .single-calendar input[type=text] {
  background: url(../images/chi-calendar.svg) no-repeat 1px 0 !important;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  padding: 0 4px 0 30px;
  width: 175px;
  height: 26px;
  color: #131111;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th:not(.is-first-column), .revenue-report.revenue-report--daily-flash .daily-flash-table td:not(.is-first-column) {
  padding: 0 5px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .fixcell:not(:first-child) {
  border-right: 1px solid #FFFFFF !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .fixcell.border-right {
  border-right: 1px solid #002060 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table thead th.is-first-column {
  padding: 0 10px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table thead th.is-first-column span {
  display: inline-block;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.trLinkWater.headerTitle {
  background-color: #cbced7 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.trLinkWater.headerTitle.headerpositiveValue {
  background-color: #d1e6c4 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.trLinkWater.headerTitle.headernegativeValue {
  background-color: #ffabab !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.totalRevHeader {
  z-index: 20 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.totalRevColumnHeader {
  z-index: 4 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .day-arrow {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .day-arrow .icon-button {
  display: inline-flex !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .edit-link {
  display: inline-block;
  cursor: pointer;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .height-50 th:not(:first-child) {
  padding: 0 5px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table .height-50 th, .revenue-report.revenue-report--daily-flash .daily-flash-table .height-50 td {
  min-width: 140px;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table td.singleColumn {
  min-width: 145px;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.singleColumn {
  height: 50px !important;
  min-height: 50px !important;
  min-width: 170px !important;
  white-space: unset !important;
  text-overflow: unset;
  overflow: visible;
  width: 145px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.singleColumn:not(:first-child) {
  padding: 0 2px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.singleColumn span {
  display: block;
  width: 100%;
}
.revenue-report.revenue-report--daily-flash .daily-flash-table th.singleColumn.colspanset, .revenue-report.revenue-report--daily-flash .daily-flash-table th.singleColumn.activecolspanset {
  width: 160px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td.overridecolumn span {
  color: blue;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td.celledit, .revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td.editableCell {
  padding: 0 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td.celledit input, .revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td.editableCell input {
  border: 1px solid #CCCCCC;
  font-size: 13px !important;
  text-align: center !important;
  min-width: 114px !important;
  width: 114px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table th.is-first-column {
  z-index: 8 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td.is-first-column {
  z-index: 5 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table th:not(:first-child) {
  min-width: 115px !important;
  width: 115px !important;
  z-index: 5 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table td:not(:first-child) {
  min-width: 115px !important;
  width: 115px !important;
  z-index: 0 !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table.daily-flash-otherincome-edit-save-table td:not(:first-child), .revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table.daily-flash-otherincome-edit-save-table th:not(:first-child) {
  min-width: 133px !important;
  width: 133px !important;
}
.revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table.daily-flash-otherincome-edit-save-table td.celledit input, .revenue-report.revenue-report--daily-flash .daily-flash-edit-save-table.daily-flash-otherincome-edit-save-table td.editableCell input {
  min-width: 136px !important;
  width: 138px !important;
}
.revenue-report.revenue-report--daily-flash.daily-flash-edit-report .total-revenue__row {
  grid-template-columns: 127px 210px 40px;
}
.revenue-report.revenue-report--daily-flash.daily-flash-edit-report .single-calendar .input-group-addon {
  border: 0 !important;
  background: #F5F5F5;
}
.revenue-report {
  /* total revenue */
}
.revenue-report.revenue-report--total .criteria-bread-crumb {
  display: block;
}
.revenue-report.revenue-report--total .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #CCECFF;
}
.revenue-report.revenue-report--total .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.revenue-report.revenue-report--total .commonDisplayCriteria {
  min-width: 970px !important;
  z-index: 21 !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .customdaterange {
  top: 95px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .reportrowcontent {
  padding-top: 0px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .label-min-width {
  min-width: 76px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .report-row--daterange {
  position: unset;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .year-select {
  margin-right: 10px;
  width: 80px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .rooms-stat-select {
  margin-right: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .select-daysofweek {
  width: auto;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .select-daysofweek .multiselect-native-select {
  width: 183px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1122px) {
  .revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area {
    clear: both;
  }
}
.revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area .alert-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5 0;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area small {
  padding: 3px 10px;
  font-weight: normal;
  font-size: 14px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area .form-control {
  width: 60px;
  height: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area .greater-value {
  background-color: #d1e6c4 !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .alert-input-area .lesser-value {
  background-color: #ffabab !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .checkbox-wrap {
  display: flex;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .reportrowcontent .filterDropdown {
  display: inline-flex;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID label.normal-text {
  margin-left: 10px;
  font-weight: 400;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .filterDropdown {
  width: 259px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .filterDropdown:first-of-type {
  width: 280px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .filterDropdown span span:first-of-type {
  width: 181px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .filterDropdown span > label {
  padding-top: 4px;
  padding-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr-select label, .revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr1-select label, .revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr3-select span label {
  min-width: 74px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr-select:first-of-type, .revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr2-select:first-of-type span {
  display: inline-flex;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr-select:first-of-type label, .revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr2-select:first-of-type span label {
  width: 98px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr-select:first-of-type, .revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr2-select:first-of-type span {
  width: inherit;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr-select:first-of-type li a label, .revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr2-select:first-of-type span li a label {
  width: unset !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .Yr2-select:first-of-type span li label {
  width: unset !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .checkbox-wrap {
  display: inline-flex;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .reportrowcontent:last-of-type {
  margin-top: 4px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .prior-yr > span > label {
  margin-right: 2px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #COMPARITIVE_DATA_ROW_ID .prior-yr-3 > span > label {
  margin-right: 4px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #FILTER_DATA_ROW_ID .filterDropdown {
  width: 281px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #FILTER_DATA_ROW_ID .filterDropdown span:first-of-type {
  width: 181px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #FILTER_DATA_ROW_ID .filterDropdown span {
  display: inline-flex;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #FILTER_DATA_ROW_ID .filterDropdown span > label {
  padding-top: 3px;
  padding-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #FILTER_DATA_ROW_ID .rangesliderbox {
  margin-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .filterDropdown {
  width: auto;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .guest-metrics {
  margin-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .Financial-select > span, .revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .room-metrics > span, .revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .guest-metrics > span {
  min-width: 181px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .room-metrics > label {
  min-width: 76px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #PRIMARY_DATA_ROW_ID .filterDropdown > label {
  padding-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .Financial-select label {
  margin-right: 3px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .filterDropdown label {
  padding-left: 5px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria .filterDropdown.prior-yr-1 label {
  padding-left: 9px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .timeselect {
  width: 281px !important;
  padding-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .timeselect .btn-comparerangepopup {
  padding-top: 3px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .filterDropdown span > label {
  padding-top: 3px;
  padding-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .reportrowcontent .Event-select {
  width: 259px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .reportrowcontent .Event-select span {
  width: 158px;
  display: inline-flex;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .reportrowcontent .Event-select span label {
  width: 130px;
  min-width: 97px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .reportrowcontent .Event-select div:last-of-type .filterDropdown span {
  width: 140px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .reportrowcontent .Event-select .MetricsDropdown button {
  width: 140px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .impactEventList-select > span {
  width: 183px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .impactEventList-select {
  margin-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID .reportrowcontent div:last-of-type + span {
  width: 190px;
  padding-left: 10px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown span.multiselect-native-select {
  margin-left: 8px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown span.multiselect-native-select .btn-group {
  width: 180px !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown .multiselect-native-select .btn-group .multiselect-container {
  width: 180px;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown .multiselect-native-select .btn-group .multiselect-container li.multiselect-group a label {
  float: left !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown .multiselect-native-select .btn-group .multiselect-container li.active > a:hover {
  color: black !important;
  background-color: #ffffff !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown .multiselect-native-select .btn-group .multiselect-container li {
  width: 100% !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown .multiselect-native-select .btn-group .multiselect-container li.active label {
  background-position-x: 100% !important;
  color: black !important;
  background: #FFFFFF url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 135px center !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown span.multiselect-selected-text {
  width: 90% !important;
}
.revenue-report.revenue-report--total .commonDisplayCriteria #DATE_RANGE_ROW_ID div#impactEventDropDown ul li a label {
  width: 95% !important;
}
.revenue-report.revenue-report--total .date-range-table .fixcell:not(:first-child) {
  border-right: 1px solid #FFFFFF !important;
}
.revenue-report.revenue-report--total .date-range-table .fixcell.border-right {
  border-right: 1px solid #002060 !important;
}
.revenue-report.revenue-report--total .date-range-table th.trLinkWater.headerTitle {
  background-color: #cbced7 !important;
}
.revenue-report.revenue-report--total .date-range-table th.trLinkWater.headerTitle.headerpositiveValue {
  background-color: #d1e6c4 !important;
}
.revenue-report.revenue-report--total .date-range-table th.trLinkWater.headerTitle.headernegativeValue {
  background-color: #ffabab !important;
}
.revenue-report.revenue-report--total .date-range-table tr:first-child th {
  padding-right: 10px !important;
}
.revenue-report.revenue-report--total .date-range-table tr:first-child th span {
  display: inline-block;
}
.revenue-report.revenue-report--total .date-range-table th.totalRevHeader {
  z-index: 20 !important;
}
.revenue-report.revenue-report--total .date-range-table th.totalRevHeader > span {
  padding-left: 5px;
}
.revenue-report.revenue-report--total .date-range-table th.totalRevColumnHeader {
  z-index: 4 !important;
}
.revenue-report.revenue-report--total .date-range-table tr:first-child th strong {
  display: inline-block;
}
.revenue-report.revenue-report--total .date-range-table .height-50 th:not(:first-child) {
  padding: 0 5px !important;
}
.revenue-report.revenue-report--total .date-range-table .height-50 th, .revenue-report.revenue-report--total .date-range-table .height-50 td {
  min-width: 140px;
}
.revenue-report.revenue-report--total .date-range-table .height-50 th {
  height: 50px !important;
  min-height: 50px !important;
  white-space: unset !important;
  text-overflow: unset;
  overflow: visible;
}
.revenue-report.revenue-report--total .date-range-table .height-50 th span {
  display: block;
  width: 100%;
}
.revenue-report.revenue-report--total .date-range-table .height-50 th.colspanset, .revenue-report.revenue-report--total .date-range-table .height-50 th.activecolspanset {
  width: 160px !important;
}
.revenue-report.revenue-report--total .date-range-table td.singleColumn {
  min-width: 140px;
}
.revenue-report.revenue-report--total .date-range-table th.singleColumn {
  height: 50px !important;
  min-height: 50px !important;
  min-width: 160px !important;
  white-space: unset !important;
  text-overflow: unset;
  overflow: visible;
  width: 160px !important;
}
.revenue-report.revenue-report--total .date-range-table th.singleColumn:not(:first-child) {
  padding: 0 5px !important;
}
.revenue-report.revenue-report--total .date-range-table th.singleColumn span {
  display: block;
  width: 100%;
}
.revenue-report.revenue-report--total .date-range-table th.singleColumn.colspanset, .revenue-report.revenue-report--total .date-range-table th.singleColumn.activecolspanset {
  width: 160px !important;
}
.revenue-report.revenue-report--total .date-range-table thead .icon-collapse {
  padding-left: 5px;
}
.revenue-report {
  /* --- table row / cell hide --- */
  /* daily-flash & total-revenue */
}

/* landing page */
.bg-gray .wrapper {
  background: #f2f2f2 !important;
}

/* popup */
.alert-popup {
  font-family: "SourceSansProRegular";
}

.dialog-autosend-report-popup.ui-dialog {
  top: 110px !important;
  height: 342px !important;
}
.dialog-autosend-report-popup.ui-dialog #dailyFlashAutoSendPopup {
  margin: unset !important;
}

.autosend-report-popup {
  width: 390px !important;
  height: 262px !important;
  margin: 10px;
  font-family: "SourceSansProRegular";
}
.autosend-report-popup .status-not-sent,
.autosend-report-popup .status-confirmed,
.autosend-report-popup .status-sent {
  padding: 3px 10px;
  min-width: 100px;
  text-align: center;
}
.autosend-report-popup .status-not-sent {
  background-color: #ffabab;
}
.autosend-report-popup .status-confirmed,
.autosend-report-popup .status-sent {
  background-color: #a9f9be;
}
.autosend-report-popup .icon-button {
  height: 26px;
  min-width: 78px;
}
.autosend-report-popup .icon-button i {
  height: 26px;
}
.autosend-report-popup .icon-button.icon-left {
  padding: 3px 10px 3px 35px !important;
}
.autosend-report-popup .btn-reset,
.autosend-report-popup .btn-confirmed,
.autosend-report-popup .btn-pop-send,
.autosend-report-popup .btn-pop-resend {
  background-color: #e4e4e4 !important;
}
.autosend-report-popup .btn-reset.displayBlock,
.autosend-report-popup .btn-confirmed.displayBlock,
.autosend-report-popup .btn-pop-send.displayBlock,
.autosend-report-popup .btn-pop-resend.displayBlock {
  display: inline-flex !important;
}
.autosend-report-popup .btn-reset.displayNone,
.autosend-report-popup .btn-confirmed.displayNone,
.autosend-report-popup .btn-pop-send.displayNone,
.autosend-report-popup .btn-pop-resend.displayNone {
  display: none !important;
}
.autosend-report-popup .btn-reset i {
  top: 0;
}
.autosend-report-popup .data {
  min-height: 26px;
  padding: 3px 10px;
  background-color: #FFFFFF;
}
.autosend-report-popup .mars-radio label {
  padding: 3px 5px 0 5px;
  margin-bottom: 0;
}
.autosend-report-popup .mars-radio.active, .autosend-report-popup .mars-radio:hover {
  background: none !important;
}
.autosend-report-popup .time-input {
  position: relative;
}
.autosend-report-popup .time-input .form-control {
  width: 100%;
  height: 26px;
  padding: 3px 10px;
  background: #ffffff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #8f91a2;
}
.autosend-report-popup .time-input .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.autosend-report-popup .time-input .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.autosend-report-popup .time-input .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.autosend-report-popup .time-input .form-control:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.autosend-report-popup .time-input .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.autosend-report-popup .time-input .caret {
  position: absolute;
  right: 5px;
  top: 10px;
}
.autosend-report-popup .data-upon-validation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.autosend-report-popup .data-upon-validation .upon-validation {
  margin-right: 10px;
}
.autosend-report-popup .data-upon-validation .mars-checkbox {
  margin-bottom: 0;
  padding-left: 18px;
}
.autosend-report-popup .autosend-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 180px 200px;
  grid-template-columns: 180px 200px;
  grid-column-gap: 10px;
  margin-top: 4px;
  float: left !important;
}
.autosend-report-popup .autosend-row:first-child {
  margin-top: 0;
}
.autosend-report-popup .autosend-row.top-space {
  margin-top: 20px;
}
.autosend-report-popup .column.column-btn, .autosend-report-popup .column.radio-wrap, .autosend-report-popup .column.column-send {
  display: flex;
}
.autosend-report-popup .column.column-btn {
  justify-content: space-between;
}
.autosend-report-popup .column.radio-wrap {
  background-color: #FFFFFF;
}
.autosend-report-popup .column.column-send {
  justify-content: space-between;
  align-items: center;
}
.autosend-report-popup .column-title {
  background: #ccecff;
  padding: 3px 10px;
}
.autosend-report-popup .form-group {
  margin-bottom: 0;
}
.autosend-report-popup .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.autosend-report-popup .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autosend-report-popup .mars-select .multiselect-container {
  max-height: 101px !important;
}

.ui-timepicker-wrapper-dailyflash {
  width: 200px;
}

.seasonality-setup .popover .popover-content {
  height: auto;
}
.seasonality-setup .content {
  padding: 10px 15px 0 15px;
}
.seasonality-setup .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 120px;
  min-width: 0;
}
.seasonality-setup .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.seasonality-setup .form-group {
  margin-bottom: 0;
}
.seasonality-setup .top-action-area .form-column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.seasonality-setup .top-action-area .form-column .head-label {
  border-radius: 0;
  height: 30px;
}
.seasonality-setup .top-action-area .form-column .form-group {
  padding: 2px 0;
  background-color: #f2f2f2;
}
.seasonality-setup .top-action-area .form-column .yearSelect {
  width: 100px;
}
.seasonality-setup .top-action-area .radio-wrap {
  display: flex;
  margin-left: 10px;
}
.seasonality-setup .top-action-area .seasonality-action {
  margin-left: 10px;
  display: flex;
  gap: 0 5px;
}
.seasonality-setup .top-action-area .seasonality-action .btn-save, .seasonality-setup .top-action-area .seasonality-action .btn-edit, .seasonality-setup .top-action-area .seasonality-action .btn-close {
  width: 30px;
  height: 30px;
}
.seasonality-setup .btn-copy-seasonality {
  margin-left: 10px;
}
.seasonality-setup .calendar .months-container .month-container {
  height: 240px !important;
}
.seasonality-setup .calendar .months-container .month-container .month tr .day-content {
  height: 29px !important;
  color: rgb(0, 0, 0) !important;
}
.seasonality-setup .calendar table.month td.day .div-content:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.seasonality-setup .calendar table.month tr td.range .div-content {
  background: rgba(0, 0, 0, 0.2);
}
.seasonality-setup .dayHighlight {
  position: relative;
  pointer-events: stroke;
}
.seasonality-setup .dayHighlight::before {
  content: "";
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #ff0000;
}
.seasonality-setup .dayHighlight-hide {
  display: none;
}
.seasonality-setup .div-content {
  height: -webkit-fill-available !important;
  padding-top: 6px;
}
.seasonality-setup .day.range div.day-content, .seasonality-setup .day.range div.div-content {
  background: rgba(0, 0, 0, 0.2) !important;
}
.seasonality-setup .day.ctrl-selected {
  background: rgba(0, 0, 0, 0.2) !important;
}
.seasonality-setup .calendar table.month tr td.day {
  height: 30px !important;
  width: 30px;
}
.seasonality-setup .calendar table.month tr td.day.range, .seasonality-setup .calendar table.month tr td.day.ctrl-selected, .seasonality-setup .calendar table.month tr td.day.ctrl-selected .day-content, .seasonality-setup .calendar table.month tr td.day.ctrl-selected .div-content {
  background: rgba(0, 0, 0, 0.2) !important;
}
.seasonality-setup .calendar table.month tr td.day {
  padding: 0 !important;
}
.seasonality-setup .calendar table.month tr td.day div.day-content.occupancy {
  padding-top: 0px !important;
  position: absolute;
  top: 0 !important;
  text-align: left !important;
  font-size: 10px;
}
.seasonality-setup .calendar table.month tr td.day span.occupancy-data {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 26px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  z-index: 101;
}

.body-seasonality .popover .popover-content {
  height: auto;
} /* changed height "event-tooltip-content" */
/* popup */
.range-select-popup .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.range-select-popup .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.range-select-popup .range-lavel-select {
  margin-bottom: 0;
}
.range-select-popup .range-select-popup {
  overflow: unset;
}
.range-select-popup p {
  margin-top: 15px;
}
.range-select-popup div.mars-popup-titlebar {
  display: flex;
}
.range-select-popup div.mars-popup-titlebar span.shorten-text {
  width: -webkit-fill-available;
  display: block;
}
.range-select-popup div.mars-popup-titlebar div.action-bar {
  width: 30px !important;
}

#changeReasonTypesPopup {
  padding: 0 0 !important;
}
#changeReasonTypesPopup .ui-dialog-titlebar {
  margin-bottom: 10px;
}
#changeReasonTypesPopup.seasonality-setup-popup .arcr-content {
  width: auto;
  max-height: 400px;
  overflow: auto;
  margin-top: 40px;
}
#changeReasonTypesPopup.seasonality-setup-popup .rccode {
  background: #CCCCCC;
}
#changeReasonTypesPopup.seasonality-setup-popup .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#changeReasonTypesPopup.seasonality-setup-popup .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}

.copy-seasonality-popup {
  padding: 0 !important;
  font-family: "SourceSansProRegular";
}
.copy-seasonality-popup .popup-content {
  overflow: auto;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.copy-seasonality-popup input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.copy-seasonality-popup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.copy-seasonality-popup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.copy-seasonality-popup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.copy-seasonality-popup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.copy-seasonality-popup input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.copy-seasonality-popup input[type=text]:disabled {
  background: #F5F5F5 !important;
}
.copy-seasonality-popup input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.copy-seasonality-popup input[readonly] {
  background: #FFFFFF !important;
}
.copy-seasonality-popup .mars-select .multiselect-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: unset;
}
.copy-seasonality-popup .mars-select .multiselect-container li.disabled { /* please check "input.scss", "disabled" class  "display: block !important;"  */
  display: none !important;
}
.copy-seasonality-popup .mars-select .multiselect-container {
  height: 120px;
}
.copy-seasonality-popup .input-group {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 10px;
}
.copy-seasonality-popup .input-group > label {
  padding: 3px 10px;
  font-weight: normal;
  border-radius: 0;
  display: block;
  margin: 0;
}
.copy-seasonality-popup .radio-wrap {
  display: flex;
}

.delete-popup, .confirm-popup, .confirm-popup2 {
  font-family: "SourceSansProRegular";
}

@media (max-width: 960px) {
  .ui-resizable {
    max-width: 95%;
  }
}

.seasonality-setup-dialog div.notification {
  width: fit-content;
  margin-left: 126px;
}

.seasonality-dialog {
  top: 230px !important;
}

.copy-seasonality-popup {
  margin: 10px !important;
}

.copy-feature-seasonality-popup .block-bottom {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.seasonality-setup-dialog {
  top: 162px !important;
}

.revenue-report {
  /* forecast-accuracy */
}
.revenue-report.revenue-report--forecast-accuracy input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.revenue-report.revenue-report--forecast-accuracy input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.revenue-report.revenue-report--forecast-accuracy input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.revenue-report.revenue-report--forecast-accuracy input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.revenue-report.revenue-report--forecast-accuracy input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.revenue-report.revenue-report--forecast-accuracy input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.revenue-report.revenue-report--forecast-accuracy .criteria-bread-crumb {
  display: block;
}
.revenue-report.revenue-report--forecast-accuracy .breadcrumb-list.breadcrumb-label ol li:first-child {
  background: #CCECFF;
}
.revenue-report.revenue-report--forecast-accuracy .breadcrumb-list.breadcrumb-label ol li:first-child::after {
  border-left: 10px solid #ccecff;
}
.revenue-report.revenue-report--forecast-accuracy .breadcrumb-list {
  margin-top: -5px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria {
  max-width: 940px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .mars-radio {
  min-width: 130px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .report-row.displayBlock {
  display: grid !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .select-daysofweek {
  width: auto;
  min-width: 281px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .select-daysofweek .multiselect-native-select {
  width: 183px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .form-group--time-interval .time-interval-select {
  width: 100px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .time-interval-input-area {
  display: inline-flex;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .time-interval-input-area .label-text {
  margin-bottom: 0 !important;
  padding: 3px 10px;
  font-weight: normal;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .time-interval-input-area .time-interval-input {
  display: inline-flex;
  gap: 0 10px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .time-interval-input-area .time-interval-input .form-control {
  width: 50px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .reportrowcontent .OfWeek-select {
  width: 300px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .reportrowcontent .OfWeek-select label {
  margin-left: 5px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .mars-select .multiselect-native-select {
  width: 183px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Interval-select, .revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Metrics-select {
  width: 300px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Interval-select label, .revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Metrics-select label {
  margin-right: 10px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .rangesliderbox {
  margin-left: 0;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Forecast-select, .revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Prior-select {
  width: 270px;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Forecast-select label, .revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .Prior-select label {
  min-width: 70px !important;
}
.revenue-report.revenue-report--forecast-accuracy #report.commonDisplayCriteria .reportpopup.customdaterange {
  position: absolute;
  top: 90px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .fixcell:not(:first-child) {
  border-right: 1px solid #FFFFFF !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .fixcell.border-right {
  border-right: 1px solid #002060 !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.trLinkWater.headerTitle {
  background-color: #cbced7 !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.trLinkWater.headerTitle.headerpositiveValue {
  background-color: #d1e6c4 !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.trLinkWater.headerTitle.headernegativeValue {
  background-color: #ffabab !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table tr:first-child th {
  padding-right: 10px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table tr:first-child th span {
  display: inline-block;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.totalRevHeader {
  z-index: 20 !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.totalRevHeader > span {
  padding-left: 5px;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.totalRevColumnHeader {
  z-index: 4 !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table tr:first-child th strong {
  display: inline-block;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 th:not(:first-child) {
  padding: 0 5px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 th, .revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 td {
  min-width: 140px;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 th {
  height: 50px !important;
  min-height: 50px !important;
  white-space: unset !important;
  text-overflow: unset;
  overflow: visible;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 th span {
  display: block;
  width: 100%;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 th.colspanset, .revenue-report.revenue-report--forecast-accuracy .date-range-table .height-50 th.activecolspanset {
  width: 160px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table td.singleColumn {
  min-width: 140px;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.singleColumn {
  height: 25px !important;
  min-height: 25px !important;
  min-width: 200px !important;
  white-space: unset !important;
  text-overflow: unset;
  overflow: visible;
  width: 200px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.singleColumn:not(:first-child) {
  padding: 0 5px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.singleColumn span {
  display: block;
  width: 100%;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table th.singleColumn.colspanset, .revenue-report.revenue-report--forecast-accuracy .date-range-table th.singleColumn.activecolspanset {
  width: 160px !important;
}
.revenue-report.revenue-report--forecast-accuracy .date-range-table thead .icon-collapse {
  padding-left: 5px;
}
.revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table th, .revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table td {
  min-width: 110px !important;
}
.revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table .fixcell.border-right-white {
  border-right: 1px solid #FFFFFF !important;
}
.revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table .actsyscell.statcell, .revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table .actsyscell.revenuecell {
  border-right: 1px solid #002060 !important;
}
.revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table tbody tr:not(.headerTitle) .actsyscell.diffprior {
  background: #ebe7e7 !important;
}
.revenue-report.revenue-report--forecast-accuracy .forecast-accuracy-table tbody tr:not(.headerTitle) .actsyscell.rmsdiffprior {
  background: #ebe7e7 !important;
}
.revenue-report {
  /* forecast-accuracy */
}

.fb-forecast.banquet.event-block-adjustment .nav > li > a:focus, .fb-forecast.banquet.event-block-adjustment .nav > li > a:hover {
  background-color: unset;
}
.fb-forecast.banquet.event-block-adjustment .container-fluid, .fb-forecast.banquet.event-block-adjustment .content {
  overflow: visible;
}
.fb-forecast.banquet.event-block-adjustment .top-action-area {
  gap: 5px 0;
}
.fb-forecast.banquet.event-block-adjustment .top-action-area .btn-criteria-report {
  margin-right: 10px;
}
.fb-forecast.banquet.event-block-adjustment .top-action-area .topHead {
  margin: 0;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr auto;
}
.fb-forecast.banquet.event-block-adjustment .top-action-area .topHead .topHeadRight {
  max-height: 30px !important;
  display: flex;
}
.fb-forecast.banquet.event-block-adjustment .top-action-area .topHeadRight .btn.btn-small {
  height: 30px;
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria {
  width: 460px !important;
  display: block;
  top: 135px;
}
@media (max-width: 789px) {
  .fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria {
    width: 580px;
  }
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria .bluegradientbar {
  height: 30px;
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria .bluegradientbar h2 {
  padding: 5px 0;
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria .btn-reportclose {
  z-index: unset;
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria .form-group {
  float: left;
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria .form-group > label {
  margin-bottom: 0 !important;
  padding: 3px 10px;
  float: left;
}
.fb-forecast.banquet.event-block-adjustment .reportDisplayCriteria .mars-select {
  width: calc(100% - 10px);
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment {
  display: grid;
  row-gap: 10px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .new-title-bar {
  height: 30px;
  position: relative;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .new-title-bar .action {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .new-title-bar .action .btn-help, .fb-forecast.banquet.event-block-adjustment .blockadjustment .new-title-bar .action .btn-close {
  width: 30px;
  height: 30px;
  display: block !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .form-group {
  margin-bottom: 0;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block,
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-content {
  display: grid;
  row-gap: 4px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-body {
  display: block;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-content {
  background: #dcedff;
  padding: 10px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-row {
  display: grid;
  grid-template-columns: 144px auto;
  gap: 0 10px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-title {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
  background: #b3c6e8;
  margin: 0;
  padding: 0 10px;
  min-height: 26px;
  line-height: 26px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-input {
  display: block;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .columns {
  display: grid;
  gap: 5px 10px;
}
@media (max-width: 767px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .columns {
    flex-direction: column;
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .column {
  display: grid;
  gap: 5px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .sizerange {
  display: flex;
  gap: 0 5px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .sizerange .form-control {
  width: 60px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .sizerange .normaltext {
  padding: 2px 0;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjust .block-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjust .block-body .block-content {
  width: 100%;
  max-width: 450px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjust .block-body .go-area {
  display: flex;
  align-items: flex-end;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjust .block-body .go-area .btn-go {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .block-body .block-title {
  height: 26px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .block-body .block-row {
  display: grid;
  grid-template-columns: 1fr auto;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .button-area {
  float: right;
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-relink {
  height: 26px;
  margin-left: 10px;
  justify-content: flex-start;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-preview,
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-apply {
  padding: 0 10px;
  background-color: #d8dbec;
  border: none;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-preview.active, .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-preview:hover,
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-apply.active,
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .btn-apply:hover {
  background-color: #80cbc4 !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .table-content {
  overflow: auto;
  max-height: inherit;
  margin-top: unset;
  padding: unset;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table {
  table-layout: auto;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr:first-child th:first-child {
  padding: 5px 5px !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr th {
  vertical-align: top !important;
  text-align: center;
  padding: 5px 5px !important;
  font-family: "SourceSansProSemiBold" !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr th, .fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr td {
  min-width: 60px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr th.overridecolumn span, .fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr td.overridecolumn span {
  color: blue;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table .rowlabel .rowlabel {
  height: 25px;
  background: #f9f9f9 !important;
  padding: 0 10px !important;
  text-align: center;
  border: none !important;
  border-top: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr td:last-child {
  border-right: none !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr {
  min-width: 62px !important;
  width: 62px !important;
  max-width: 62px !important;
  padding: 3px 10px !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr .mars-checkbox {
  display: block;
  padding: 0;
  margin: 0 auto !important;
  width: 18px;
  height: 18px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr .check-text {
  float: left;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr .celledit {
  padding: 0 !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr .celledit .form-control {
  min-width: 0;
  height: 25px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top {
  display: grid;
  grid-template-columns: auto;
  gap: 5px 10px;
}
@media (min-width: 540px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top {
    grid-template-columns: 1fr auto;
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top.fullwidth {
  grid-template-columns: auto;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .topcolumn {
  display: flex;
  flex-direction: column;
  gap: 5px 5px;
}
@media (min-width: 540px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .topcolumn {
    flex-direction: row;
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .topcolumn div {
  padding: 5px 10px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .topcolumn div.topcolumn-title {
  background-color: #b3c6e8;
  min-width: 210px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .topcolumn div.current-text {
  background-color: #F5F5F5;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .button-area {
  display: flex;
  gap: 0 10px;
  justify-content: end;
}
@media (min-width: 540px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .button-area {
    justify-content: start;
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .btn-preview, .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .btn-apply {
  background-color: #d8dbec;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .btn-preview.active, .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .btn-preview:hover, .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .btn-apply.active, .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-top .btn-apply:hover {
  background-color: #80cbc4 !important;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .new-title-bar h2 {
  float: left;
  margin-right: 10px;
  min-width: 190px;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .multi-column {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media (max-width: 767px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .multi-column {
    display: grid;
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .multi-column .btn-relink {
  margin-left: 0;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column {
  grid-template-columns: 200px auto;
}
@media (max-width: 767px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column {
    grid-template-columns: auto;
    max-width: 200px;
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column .block-input {
  display: flex;
  flex-wrap: wrap;
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column .block-input .form-control {
  width: 110px;
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column .block-input {
    flex-direction: column;
    gap: 5px 0;
  }
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column .block-input .form-control {
    width: 100%;
  }
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-adjustment .column .block-input .btn-relink {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 228px);
  }
}
@media (min-width: 812px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 228px);
  }
}
@media (min-width: 900px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 226px);
  }
}
@media (min-width: 1201px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 226px);
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .excludedrow {
  display: none;
}
@media (min-width: 768px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 315px);
  }
}
@media (min-width: 812px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 315px);
  }
}
@media (min-width: 900px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 313px);
  }
}
@media (min-width: 1201px) {
  .fb-forecast.banquet.event-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 313px);
  }
}
.fb-forecast.banquet.event-block-adjustment .blockadjustment .filter-table tr td {
  padding: 0 10px !important;
  height: 25px;
}
.fb-forecast.banquet.event-block-adjustment .subcolumn.trLinkWater {
  background-color: #cbced7 !important;
}
.fb-forecast.banquet.event-block-adjustment .textAlignLeft {
  text-align: left !important;
}
.fb-forecast.banquet.event-block-adjustment .checkmark-area {
  display: flex;
}
.fb-forecast.banquet.event-block-adjustment .filter-table.adjustotbinclusion .ember-table-overflow {
  height: auto !important;
}
.fb-forecast.banquet.event-block-adjustment .filter-table.adjustblockvalues .ember-table-overflow {
  height: auto !important;
}
.fb-forecast.banquet.event-block-adjustment .icon-circle-space {
  padding: 0 8px;
}
.fb-forecast.banquet.event-block-adjustment i.i-circle {
  width: 6px !important;
  height: 6px !important;
  margin-top: 2px;
}

.property-sfdc-mapping .modal-header {
  background-color: #98bad6;
  height: 40px;
  padding: 5px;
}
.property-sfdc-mapping .modal-header .modal-title {
  text-align: center;
  padding: 5px;
  font-family: SourceSansProSemiBold, serif;
  display: inline-block;
  width: 94%;
}
.property-sfdc-mapping .modal-header .close {
  margin-top: -5px;
  font-size: 40px;
}
.property-sfdc-mapping .management-company-dropdown {
  width: 68%;
  display: inline-block;
}
.property-sfdc-mapping .file-name-label {
  color: #ffffff !important;
  margin-right: 5px !important;
  background: #7F7DA0;
}
.property-sfdc-mapping .sfdc-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.property-sfdc-mapping .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 300px;
}
.property-sfdc-mapping .modal-body .multiselect-container > li > a > label {
  text-align: left !important;
}
.property-sfdc-mapping .modal-body .dropdown-menu {
  max-height: 200px !important;
}
.property-sfdc-mapping .deactivate-property {
  color: #ffffff !important;
  background: #7F7DA0;
  cursor: pointer;
  padding: 3px 5px;
  margin-left: 12px;
}
.property-sfdc-mapping .property-status-mapping {
  line-height: 2;
}
.property-sfdc-mapping .activate-and-deactivate-properties {
  color: #ffffff !important;
  margin-right: 5px !important;
  background: #7F7DA0;
  cursor: pointer;
}
.property-sfdc-mapping .activate-and-deactivate-properties-parent {
  width: auto;
  display: inline-block;
}
.property-sfdc-mapping .search-box-parent {
  padding-left: 2px !important;
  padding-right: 2px !important;
  width: auto;
  display: inline-block;
}
.property-sfdc-mapping .search-box-filter {
  width: 180px !important;
}
.property-sfdc-mapping .label-search {
  width: auto !important;
}
.property-sfdc-mapping .margin-bottom-unset {
  margin-bottom: unset;
}

/*
==========================================================================
    property landing page
==========================================================================
*/
.popover-content {
  overflow-y: auto;
  height: 150px;
}

.popover {
  max-width: none;
}

.table > tbody > tr > td {
  border-bottom: 1px solid #ddd;
  border-top: 0;
}

.navigation-back-button {
  float: left !important;
  font-size: 16px;
}
.navigation-back-button:hover {
  background-color: unset;
  border-color: unset;
  color: black;
}

.management-company-landing-page .content {
  padding: 0 15px;
}
.management-company-landing-page .search .btn-message {
  padding: 5px 6px 5px 35px !important;
}
.management-company-landing-page #financial-submission .feature__list {
  max-height: 185px;
}
.management-company-landing-page .text-red {
  color: #ff0000 !important;
}
.management-company-landing-page .text-red a {
  color: #ff0000 !important;
}
.management-company-landing-page .feature {
  max-width: 1240px;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.management-company-landing-page #financial-submission .submission-details-link {
  cursor: pointer;
}
.management-company-landing-page .feature__item {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 968px) {
  .management-company-landing-page .feature__item {
    width: calc(50% - 50px);
  }
}
.management-company-landing-page .feature__item--news .feature__list li {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 160px auto;
  grid-column-gap: 10px;
}
.management-company-landing-page .feature__item--shortcut .feature__list li {
  width: 50%;
  float: left;
  padding: 5px 3px;
}
@media (max-width: 1024px) {
  .management-company-landing-page .feature__item .feature__list li {
    height: 21px;
    min-height: 18px;
  }
  .management-company-landing-page .feature__item--shortcut .feature__list li {
    height: 18px;
    min-height: 18px;
  }
}
.management-company-landing-page .feature__item--mcnews, .management-company-landing-page .feature__item--news {
  height: 210px;
  margin-bottom: 20px;
}
.management-company-landing-page .feature__item--whatnext {
  margin-top: 20px;
  height: 125px;
  padding-bottom: 20px;
}
.management-company-landing-page .feature__item--whatnext .feature__list {
  height: 122px !important;
}
.management-company-landing-page .feature__item--enhancement_suggestions {
  margin-top: 20px;
  height: 125px;
  padding-bottom: 20px;
}
.management-company-landing-page .feature__item--enhancement_suggestions .feature__list {
  height: 70px !important;
}
.management-company-landing-page .feature__item--shortcut {
  margin-top: 20px;
  height: 205px;
  padding-bottom: 20px;
}
.management-company-landing-page .feature__item--shortcut .feature__list {
  max-height: 150px !important;
}
.management-company-landing-page .feature__item--alert {
  margin-top: 20px;
  height: 205px;
  padding-bottom: 20px;
}
.management-company-landing-page .feature__item--alert .feature__list {
  max-height: 150px !important;
}
.management-company-landing-page .feature__title {
  height: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-column-gap: 5px;
  margin-bottom: 10px;
}
.management-company-landing-page .feature__title h2 {
  color: #0070c0;
  font-size: 15px;
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  margin: 0;
  padding: 7px 10px;
  background-color: #f2f2f2;
}
.management-company-landing-page .import-failure-actuals-link {
  cursor: pointer;
}
.management-company-landing-page .margin-left-import-failure {
  margin-left: 99px;
}
.management-company-landing-page .feature__list {
  padding: 0 0 0 35px;
  margin: 0;
  max-height: 175px;
  overflow-x: hidden;
}
.management-company-landing-page .feature__list li {
  font-size: 15px;
  min-height: 25px;
  padding: 5px 3px;
  margin-bottom: 2px;
}
.management-company-landing-page .feature__list li a {
  color: #131111;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.management-company-landing-page .feature__list li a:hover {
  color: #0070c0;
}
.management-company-landing-page .feature__list li span {
  display: block;
}
.management-company-landing-page .feature__list li small {
  font-size: 13px;
  font-style: italic;
  color: #8f91a2;
}
.management-company-landing-page .feature__list li p {
  margin-bottom: 0;
}
.management-company-landing-page .feature__list li div {
  word-break: break-word;
}
.management-company-landing-page .feature__list li div.user-dashboard {
  display: contents !important;
}
.management-company-landing-page .feature__list .popover-content {
  height: fit-content;
}
.management-company-landing-page .link-bar {
  max-width: 1240px;
  margin: 10px auto 10px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #e5f4e3;
}
.management-company-landing-page .link-bar a {
  padding: 0 10px 0 0;
  font-size: 15px;
  text-decoration: none;
  color: #131111;
}
.management-company-landing-page .link-bar a:hover {
  color: #0070c0;
}
.management-company-landing-page .link-bar a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.management-company-landing-page .link-bar a i {
  margin-right: 5px;
}
.management-company-landing-page .third-row .feature__list {
  height: 115px;
}
.management-company-landing-page .third-row .feature__list a {
  text-decoration: underline;
  color: black;
}
.management-company-landing-page .third-row .feature__list ul a:hover {
  color: #337ab7 !important;
}
.management-company-landing-page .add-message-width {
  grid-template-columns: 30px 1fr 30px;
}
.management-company-landing-page #management-company-news h2 {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.management-company-landing-page #management-company-news .icon-button {
  padding: 0 0 1px 30px !important;
}

/* Message Popup */
.message-popup {
  top: 140px !important;
  padding: 10px 0 10px 10px !important;
}
.message-popup .btn-add-message {
  margin-bottom: 10px;
  background-color: #e4e4e4 !important;
}
.message-popup .single-calendar .datepicker-dropdown {
  left: 620px !important;
  right: 86px;
  top: 50px !important;
}
.message-popup .single-calendar .messageDate .datepicker-dropdown {
  left: 470px !important;
  top: 48px !important;
}
.message-popup .single-calendar input[type=text] {
  background-color: transparent;
  background: url(../images/chi-calendar.svg) no-repeat 1px 0 !important;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  padding: 0 4px 0 30px;
  height: 26px;
  color: #131111;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.message-popup .single-calendar .input-group-addon {
  display: none;
}
.message-popup .popup-content {
  max-width: 800px;
}
.message-popup .mars-ember-table {
  max-height: 340px;
  margin-bottom: 0;
}
.message-popup .table-responsive {
  position: static;
}
.message-popup .maintenance-message {
  position: static;
  width: max-content;
}
.message-popup .property-message {
  position: static;
}
.message-popup .commonTable tr td div {
  white-space: normal !important;
  text-overflow: clip !important;
}
.message-popup .message-popup-table {
  margin-bottom: 0;
}
.message-popup .message-popup-table .btn-edit,
.message-popup .message-popup-table .btn-save,
.message-popup .message-popup-table .btn-attach,
.message-popup .message-popup-table .btn-trash,
.message-popup .message-popup-table .btn-close {
  background: none;
  width: 26px !important;
  height: 26px !important;
}
.message-popup .message-popup-table .btn-edit i,
.message-popup .message-popup-table .btn-save i,
.message-popup .message-popup-table .btn-attach i,
.message-popup .message-popup-table .btn-trash i,
.message-popup .message-popup-table .btn-close i {
  width: 26px;
  height: 26px;
}
.message-popup .message-popup-table .form-group {
  margin: 0;
}
.message-popup .message-popup-table tr.tr-save .is-edit {
  display: none;
}
.message-popup .message-popup-table tr.tr-save .is-save {
  display: block;
}
.message-popup .message-popup-table tr.tr-save .groups {
  color: blue;
}
.message-popup .message-popup-table tr.tr-save .btn-attach.active {
  display: none;
}
.message-popup .message-popup-table tr.tr-edit .is-save {
  display: none;
}
.message-popup .message-popup-table tr.tr-edit .is-edit {
  display: block;
}
.message-popup .message-popup-table tr.tr-edit .btn-attach.active {
  display: block;
}
.message-popup .message-popup-table tr th, .message-popup .message-popup-table tr td {
  border: none !important;
}
.message-popup .message-popup-table tr th:first-child {
  min-width: 40px;
}
.message-popup .data {
  padding: 0 10px;
}
.message-popup .col-message .data {
  width: 350px;
}
.message-popup .col-message {
  max-width: 380px;
  min-width: 380px;
  text-align: left;
  word-wrap: break-word;
}
.message-popup .col-message p {
  text-align: left;
}
.message-popup .col-message .ck p {
  text-align: left !important;
}
.message-popup .col-post-date {
  width: 115px;
}
.message-popup .col-created-by {
  width: 85px;
}
.message-popup .col-first {
  width: 40px;
}
.message-popup .col-expiration {
  min-width: 180px;
  text-align: left;
}
.message-popup .col-type {
  min-width: 150px;
  text-align: left;
}
.message-popup .col-action {
  width: 110px;
}
.message-popup .col-action .action {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.message-popup .col-action .action span {
  margin: 0 5px;
  cursor: pointer;
}
.message-popup {
  /* message-popup--admin-list */
}
.message-popup.message-popup--admin-list .popup-content {
  max-width: 980px;
}
.message-popup.message-popup--admin-list .col-action {
  width: 132px;
}
.message-popup.message-popup--admin-list .col-message .data {
  width: 380px;
}
.message-popup.message-popup--admin-list .width380 {
  width: 380px !important;
}
.message-popup {
  /* nicEdit */
}
.message-popup .nicEdit-main {
  padding: 0 5px;
}

@media (max-width: 960px) {
  .dialog-message-popup {
    max-width: 100% !important;
    width: 95% !important;
  }
}

.NewsAlertPopUp {
  position: absolute;
  height: auto;
  width: 1000px;
  top: 118px;
  left: 400px;
  z-index: 101;
}

.news-alert-popup, .message-popup {
  min-height: 150px !important;
}

.canny_link {
  color: #0070c0 !important;
  font-weight: normal;
}

.first-row {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.second-row {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  height: 150px !important;
}

.third-row {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  padding-bottom: 10px !important;
  height: 190px !important;
}
.third-row .display-flex {
  display: flex !important;
  justify-content: space-around !important;
}
.third-row .text-color-black a {
  color: black !important;
}
.third-row .item-center a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content {
  padding: 10px 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .top-action-area {
  gap: 5px 0;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .top-action-area .topHead {
  margin: 0;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr auto;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .top-action-area .topHeadRight {
  max-height: 30px !important;
  display: flex;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .top-action-area .topHeadRight .btn.btn-small {
  height: 30px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .top-action-area .btn-criteria-report {
  margin-right: 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria {
  width: 460px !important;
  display: block;
  top: 120px;
  left: unset !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria .bluegradientbar {
  height: 30px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria .bluegradientbar h2 {
  padding: 5px 0;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria .btn-reportclose {
  z-index: unset;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria .form-group {
  float: left;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria .form-group label {
  margin-bottom: 0 !important;
  padding: 3px 10px;
  float: left;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria .mars-select {
  width: calc(100% - 10px);
}
@media (max-width: 789px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .content .reportDisplayCriteria {
    width: 580px;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .new-title-bar {
  height: 30px;
  position: relative;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .new-title-bar .action {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .new-title-bar .action .btn-help, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .new-title-bar .action .btn-close {
  width: 30px;
  height: 30px;
  display: block !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment {
  display: grid;
  row-gap: 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .new-title-bar {
  height: 30px;
  position: relative;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .new-title-bar .action {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .new-title-bar .action .btn-help, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .new-title-bar .action .btn-close {
  width: 30px;
  height: 30px;
  display: block !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .form-group {
  margin-bottom: 0;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block,
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-content {
  display: grid;
  row-gap: 4px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-body {
  display: block;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-content {
  background: #dcedff;
  padding: 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-row {
  display: grid;
  grid-template-columns: 144px auto;
  gap: 0 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-title {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
  background: #b3c6e8;
  margin: 0;
  padding: 0 10px;
  min-height: 26px;
  line-height: 26px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .columns {
  display: grid;
  gap: 5px 10px;
}
@media (max-width: 767px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .columns {
    flex-direction: column;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .sizerange {
  display: flex;
  gap: 0 5px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .sizerange .form-control {
  width: 60px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .sizerange .normaltext {
  padding: 2px 0;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjust .block-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjust .block-body .block-content {
  width: 100%;
  max-width: 450px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjust .block-body .go-area {
  display: flex;
  align-items: flex-end;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjust .block-body .go-area .btn-go {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .block-body .block-title {
  height: 26px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .block-body .block-row {
  display: grid;
  grid-template-columns: 1fr auto;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .button-area {
  float: right;
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-relink {
  height: 26px;
  margin-left: 10px;
  justify-content: flex-start;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-preview,
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-apply {
  padding: 0 10px;
  background-color: #d8dbec;
  border: none;
  border-radius: 5px;
  height: 26px;
  line-height: 26px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-preview.active, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-preview:hover,
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-apply.active,
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .btn-apply:hover {
  background-color: #80cbc4 !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .table-content {
  overflow: auto;
  max-height: inherit;
  margin-top: unset;
  padding: unset;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table {
  table-layout: auto;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table table {
  width: 100%;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr:first-child th:first-child {
  padding: 5px 5px !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr th {
  vertical-align: top !important;
  text-align: center;
  padding: 5px 5px !important;
  font-family: "SourceSansProSemiBold" !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr th, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr td {
  min-width: 60px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr th.overridecolumn span, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr td.overridecolumn span {
  color: blue;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table .rowlabel .rowlabel {
  height: 25px;
  background: #f9f9f9 !important;
  padding: 0 10px;
  text-align: center;
  border: none !important;
  border-top: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr td:last-child {
  border-right: none !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr {
  min-width: 62px !important;
  width: 62px !important;
  max-width: 62px !important;
  padding: 3px 10px !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr .mars-checkbox {
  display: block;
  padding: 0;
  margin: 0 auto !important;
  width: 18px;
  height: 18px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr .check-text {
  float: left;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table .editableCell {
  min-width: 0;
  height: 25px !important;
  padding: 0 !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table .editableCell input {
  width: 110px;
  padding: 2px 10px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 24px !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top {
  display: grid;
  grid-template-columns: auto;
  gap: 5px 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-export {
  padding: 5px 5px 5px 40px !important;
}
@media (min-width: 540px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top {
    grid-template-columns: 1fr auto;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top.fullwidth {
  grid-template-columns: auto;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .topcolumn {
  display: flex;
  flex-direction: column;
  gap: 5px 5px;
}
@media (min-width: 540px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .topcolumn {
    flex-direction: row;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .topcolumn div {
  padding: 5px 10px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .topcolumn div.topcolumn-title {
  background-color: #b3c6e8;
  min-width: 210px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .topcolumn div.current-text {
  background-color: #F5F5F5;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .button-area {
  display: flex;
  gap: 0 10px;
  justify-content: end;
}
@media (min-width: 540px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .button-area {
    justify-content: start;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-preview, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-apply {
  background-color: #d8dbec;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-preview.active, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-preview:hover, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-apply.active, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-top .btn-apply:hover {
  background-color: #80cbc4 !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .new-title-bar h2 {
  float: left;
  margin-right: 10px;
  min-width: 190px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .multi-column {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media (max-width: 767px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .multi-column {
    display: grid;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .multi-column .btn-relink {
  margin-left: 0;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .column {
  grid-template-columns: 200px auto;
}
@media (min-width: 768px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 228px);
  }
}
@media (min-width: 812px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 228px);
  }
}
@media (min-width: 900px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 226px);
  }
}
@media (min-width: 1201px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .table-content {
    height: calc(100vh - 226px);
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustotbinclusion .excludedrow {
  display: none;
}
@media (min-width: 768px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 315px);
  }
}
@media (min-width: 812px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 315px);
  }
}
@media (min-width: 900px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 313px);
  }
}
@media (min-width: 1201px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-filter-adjustblockvalues .table-content {
    height: calc(100vh - 313px);
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .filter-table tr td {
  padding: 0 10px !important;
  height: 25px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .subcolumn.trLinkWater {
  background-color: #cbced7 !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .textAlignLeft {
  text-align: left !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .checkmark-area {
  display: flex;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .filter-table.adjustotbinclusion .ember-table-overflow {
  height: auto !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .filter-table.adjustblockvalues .ember-table-overflow {
  height: auto !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .icon-circle-space {
  padding: 0 8px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment i.i-circle {
  width: 6px !important;
  height: 6px !important;
  margin-top: 2px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 5px;
}
@media (max-width: 640px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column {
    grid-template-columns: auto;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .block-input {
  display: flex;
  flex-wrap: wrap;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .column .block-input .form-control {
  width: 110px;
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 1100px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .rooms-block-adjustment .blockadjustment .column .block-input {
    flex-direction: column;
    gap: 5px 0;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  flex-direction: row;
}
@media (min-width: 900px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .rooms-block-adjustment .blockadjustment .column .radio-wrap {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .column .block-input {
    flex-direction: column;
    gap: 5px 0;
  }
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .column .block-input .form-control {
    width: 100%;
  }
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-adjustment .column .block-input .btn-relink {
    margin-left: 0;
  }
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .radio-wrap .mars-radio {
  float: left;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .radio-wrap .mars-radio:hover, .rooms-forecast.rooms-block-adjustment.group-block-adjustment .rooms-block-adjustment .blockadjustment .column .radio-wrap .mars-radio.active {
  background: transparent !important;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .radio-wrap .mars-radio label {
  padding: 0 5px;
  margin-bottom: 0;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .radio-wrap .mars-radio label .color {
  margin-top: 0;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .column .radio-wrap .mars-radio label .form-control {
  margin: 0 5px;
  width: 50px;
}
.rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .button-area {
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .rooms-forecast.rooms-block-adjustment.group-block-adjustment .blockadjustment .block-input--comp {
    flex-direction: column;
    align-items: flex-start;
  }
}

.management-segment-setup.setupEditScreen .new-segment-row {
  width: 1135px !important;
}

.roomsLiteManagementSegmentSetup .segment-row.segmentgroup-title {
  width: 1025px !important;
}
.roomsLiteManagementSegmentSetup .management-segment-setup.setupEditScreen .new-segment-row {
  width: 1028px !important;
}
.roomsLiteManagementSegmentSetup .parentContainer {
  width: 1028px !important;
}

.conversion-setting {
  font-size: 13px !important;
}
.conversion-setting .p-5 {
  padding: 5px;
}
.conversion-setting .pl-3 {
  padding: 0 3rem !important;
}
.conversion-setting .m-5 {
  margin: 5px;
}
.conversion-setting .ml-0 {
  margin-left: 5px;
}
.conversion-setting .ml-5 {
  margin-left: 5px;
}
.conversion-setting .color.fuego {
  background-color: #c0ca33;
}
.conversion-setting .color {
  position: relative;
  display: block;
  background: #DDDDDD;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 26px;
  float: left;
  margin: 2px 5px 0 0;
}
.conversion-setting .radio-wrap {
  display: flex;
  justify-content: space-evenly;
}
.conversion-setting .table > tbody > tr > td {
  border-top: 0;
  border-bottom: none;
}
.conversion-setting tr td.fixcell:first-child {
  min-width: 220px !important;
  width: 220px !important;
  max-width: 220px !important;
}
.conversion-setting tr .bg-cell {
  background-color: #eeeeee !important;
}
.conversion-setting .text-align-center {
  text-align: center;
}
.conversion-setting .disable-radio-label {
  opacity: 0.5;
}
.conversion-setting .trGhostWhite td {
  background-color: #FAFAFF;
}
.conversion-setting tr td {
  padding: 0 10px !important;
  border-right: 1px solid #ffffff !important;
  border-top: 1px solid #ffffff !important;
  font-size: 13px !important;
}
.conversion-setting .conversionSettingTable {
  margin-top: 0;
  padding: 0;
}
.conversion-setting .conversionSettingTable .commonTable tbody tr > td {
  vertical-align: middle;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}
.conversion-setting .corpMonthlyLabel {
  height: fit-content !important;
}
.conversion-setting .textBold {
  font-size: 14px !important;
  font-weight: bold !important;
}

.conversion-currency-setup {
  padding: 0 5px;
  margin-top: 10px;
}

.conversionCurrencySetupForm .form-group {
  clear: both;
  width: 60%;
  overflow: hidden;
  margin: 3px 0;
}

.conversionCurrencySetupForm .form-group:first-child {
  margin-top: 0;
}

.conversionCurrencySetupForm .form-col:nth-child(1) {
  float: left;
  width: 180px;
  padding: 0;
}

.conversionCurrencySetupForm .form-col:nth-child(2n) {
  margin-left: 185px;
  padding: 0 5px;
}

.conversionCurrencySetupForm .form-col.actionMenu {
  display: flex;
  justify-content: space-between;
}
.conversionCurrencySetupForm .form-col.actionMenu .actionIcons {
  display: flex;
}
.conversionCurrencySetupForm .form-col.actionMenu .actionIcons i {
  height: 30px;
}

.conversionCurrencySetupForm .panelLabel,
.conversionCurrencySetupForm input[type=text],
.conversionCurrencySetupForm .btn-submit,
.conversionCurrencySetupForm select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block !important;
  height: 30px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100% !important;
  padding: 0 15px !important;
  margin: 0;
  cursor: pointer;
}

.conversionCurrencySetupForm .radio-wrap {
  display: flex;
}
.conversionCurrencySetupForm .radio-wrap .mars-radio {
  cursor: pointer;
}
.conversionCurrencySetupForm .radio-wrap .mars-radio:hover {
  background: none !important;
}
.conversionCurrencySetupForm .radio-wrap .mars-radio label, .conversionCurrencySetupForm .radio-wrap .mars-radio span {
  cursor: pointer !important;
}

.conversionCurrencySetupForm .col-item {
  padding-left: 4px;
}
.conversionCurrencySetupForm .col-item.conversionCurrencyDropdown {
  width: 20%;
  position: absolute;
}

.conversionCurrencySetupForm .col-item span1 {
  font-size: 14px;
  font-weight: 400;
  color: #131111;
  /*padding: 0 15px;*/
  display: block;
  line-height: 28px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.textAlignLeft {
  text-align: left !important;
}

.corpMonthlyExchngRateTable {
  width: 70% !important;
}

.side-navigation-bar .vertical-main-menu-bar {
  height: 100vh;
  background-color: #1B84C5;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
  padding: 10px;
}
.side-navigation-bar .vertical-main-menu-bar .nav > li > a:focus {
  background-color: unset;
}
.side-navigation-bar .vertical-main-menu-bar .nav > li > a:hover {
  background-color: unset;
}
.side-navigation-bar .vertical-main-menu-bar .nav > li {
  cursor: pointer;
}
.side-navigation-bar .vertical-main-menu-bar .selected-main-menu-icon {
  background-color: #FFFFFF !important;
}
.side-navigation-bar .vertical-main-menu-bar .selected-main-menu-icon:hover {
  background-color: #FFFFFF !important;
}
.side-navigation-bar .vertical-main-menu-bar .wrap {
  overflow: inherit;
}
.side-navigation-bar .vertical-sub-menu-bar {
  margin-left: 57px;
  z-index: 1500 !important;
  position: absolute;
  background-color: #D8F0FF !important;
  overlay: auto;
  overflow-y: auto;
  width: 310px;
  height: 100vh;
}
.side-navigation-bar .display-none {
  display: none;
}
.side-navigation-bar .input-search {
  border: none;
  background-color: #ffffff;
  margin: 20px;
}
.side-navigation-bar .has-search .form-control {
  padding-right: 12px;
  padding-left: 34px;
}
.side-navigation-bar .has-search {
  margin: 20px;
  border-radius: 5px;
  border: none;
}
.side-navigation-bar .has-search input::placeholder {
  color: black !important;
}
.side-navigation-bar .border-none {
  border: none;
}
.side-navigation-bar .input-search-icon {
  background: url(../images/vertical-nav/search-icon.svg) no-repeat center center;
  padding: 33px 0px 0px 28px;
  background-size: 15px auto !important;
  right: initial;
  left: 0;
  position: absolute;
}
.side-navigation-bar .header-sub-menu {
  padding: 25px;
  font-family: "LatoSemibold", sans-serif !important;
  font-size: 20px;
}
.side-navigation-bar .home-icon {
  background: url(../images/vertical-nav/home-icon.svg) no-repeat center center;
}
.side-navigation-bar .admin-icon {
  background: url(../images/vertical-nav/admin-icon-new.svg) no-repeat center center;
}
.side-navigation-bar .roll-up-icon {
  background: url(../images/vertical-nav/enterprise-reports-icon.svg) no-repeat center center;
}
.side-navigation-bar .strategy-icon {
  background: url(../images/vertical-nav/strategy-icon-new.svg) no-repeat center center;
}
.side-navigation-bar .planning-icon {
  background: url(../images/vertical-nav/planning-icon-new.svg) no-repeat center center;
}
.side-navigation-bar .superAdminMenu-icon {
  background: url(../images/vertical-nav/superAdminMenu-icon.svg) no-repeat center center;
  margin-bottom: 25px;
}
.side-navigation-bar .admin-icon-blue {
  background: url(../images/vertical-nav/admin-icon-blue.svg) no-repeat center center;
}
.side-navigation-bar .roll-up-icon-blue {
  background: url(../images/vertical-nav/enterprise-reports-icon-blue.svg) no-repeat center center;
}
.side-navigation-bar .strategy-icon-blue {
  background: url(../images/vertical-nav/strategy-icon-blue.svg) no-repeat center center;
}
.side-navigation-bar .planning-icon-blue {
  background: url(../images/vertical-nav/planning-icon-blue.svg) no-repeat center center;
}
.side-navigation-bar .superAdminMenu-icon-blue {
  background: url(../images/vertical-nav/superAdminMenu-icon-blue.svg) no-repeat center center;
  margin-bottom: 25px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.side-navigation-bar .vertical-main-menu-bar .fade-in {
  animation: fadeIn 1s ease forwards; /* Adjust duration and timing function as needed */
}
.side-navigation-bar .vertical-main-menu-bar .nav {
  margin-top: 50px;
}
.side-navigation-bar .vertical-main-menu-bar .nav > li > a {
  padding: 18px 19px;
  margin-top: 15px;
}
.side-navigation-bar .vertical-main-menu-bar .align-bottom {
  position: absolute;
  bottom: 0px;
}
.side-navigation-bar .vertical-main-menu-bar .nav > li.activeMenu {
  position: relative;
}
.side-navigation-bar .vertical-main-menu-bar .nav > li.activeMenu:after {
  border-right: 9px solid rgba(197, 239, 253, 0.9882352941);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: "";
  height: 0;
  margin-right: -10px !important;
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
}
.side-navigation-bar .vertical-main-menu-bar .nav-pills > li > a {
  border-radius: 8px;
}
.side-navigation-bar .display-block {
  display: block;
}
.side-navigation-bar .vertical-sub-menu-bar .bg-white {
  background-color: #FFFFFF !important;
}
.side-navigation-bar .vertical-main-fav-icon {
  background: url(../images/IDeaS_Software_Favicon-eb1d86ae9ffe0eb22f689e1b6cae4af2.png) no-repeat center center;
  width: 26px !important;
  height: 26px !important;
  display: block;
  border: none;
  margin: 0 auto;
  border-width: 0;
  -webkit-background-size: 24px auto !important;
  background-size: 15px auto !important;
  background-color: whitesmoke;
  border-radius: 5px;
}
.side-navigation-bar .input-cross-icon {
  background: url(../images/vertical-nav/cross-icon.svg) no-repeat center center;
  padding: 17px;
  background-size: 10px auto !important;
  right: 0;
  top: 0;
  position: absolute;
}
.side-navigation-bar .submenu-list .subMenuListItem, .side-navigation-bar .quick-access-list .subMenuListItem {
  background-color: unset;
  border: unset;
  border-left: 1px solid black;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: unset;
  height: 46px;
  width: 210px;
}
.side-navigation-bar .submenu-list .subMenuListItem a, .side-navigation-bar .quick-access-list .subMenuListItem a {
  padding: 10px !important;
  width: 210px !important;
}
.side-navigation-bar .submenu-list .subMenuLink, .side-navigation-bar .quick-access-list .subMenuLink {
  width: 190px !important;
}
.side-navigation-bar .submenu-list .subMenuLinkArrow, .side-navigation-bar .quick-access-list .subMenuLinkArrow {
  padding: 12px 14px;
  background-color: unset;
  border: unset;
  border-radius: unset;
}
.side-navigation-bar .submenu-list .subMenuLinkArrow:active, .side-navigation-bar .submenu-list .subMenuLinkArrow:focus, .side-navigation-bar .submenu-list .subMenuLinkArrow:hover, .side-navigation-bar .quick-access-list .subMenuLinkArrow:active, .side-navigation-bar .quick-access-list .subMenuLinkArrow:focus, .side-navigation-bar .quick-access-list .subMenuLinkArrow:hover {
  background-color: unset;
  border: unset;
  color: black;
}
.side-navigation-bar .submenu-list .subMenuLinkArrow[aria-expanded=false] .glyphicon-menu-down, .side-navigation-bar .quick-access-list .subMenuLinkArrow[aria-expanded=false] .glyphicon-menu-down {
  display: none;
}
.side-navigation-bar .submenu-list .subMenuLinkArrow[aria-expanded=true] .glyphicon-menu-down, .side-navigation-bar .quick-access-list .subMenuLinkArrow[aria-expanded=true] .glyphicon-menu-down {
  display: block;
}
.side-navigation-bar .submenu-list .subMenuLinkArrow[aria-expanded=false] .glyphicon-menu-right, .side-navigation-bar .quick-access-list .subMenuLinkArrow[aria-expanded=false] .glyphicon-menu-right {
  display: block;
}
.side-navigation-bar .submenu-list .subMenuLinkArrow[aria-expanded=true] .glyphicon-menu-right, .side-navigation-bar .quick-access-list .subMenuLinkArrow[aria-expanded=true] .glyphicon-menu-right {
  display: none;
}
.side-navigation-bar .submenu-list ul, .side-navigation-bar .quick-access-list ul {
  padding-left: 20px;
  margin-bottom: 0px !important;
}
.side-navigation-bar .submenu-list a, .side-navigation-bar .quick-access-list a {
  display: block;
  color: black !important;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "LatoRegular", sans-serif !important;
  font-weight: normal;
  font-size: 17px;
  width: 245px;
}
.side-navigation-bar .submenu-list a:hover, .side-navigation-bar .quick-access-list a:hover {
  text-decoration: none !important;
  outline: none !important;
  background-color: white;
  border-radius: unset !important;
}
.side-navigation-bar .submenu-list .unpinButton, .side-navigation-bar .submenu-list .subMenuUnpinButton, .side-navigation-bar .submenu-list .subMenuLevelUnpinButton, .side-navigation-bar .quick-access-list .unpinButton, .side-navigation-bar .quick-access-list .subMenuUnpinButton, .side-navigation-bar .quick-access-list .subMenuLevelUnpinButton {
  padding: 13px 2px;
  background-color: unset;
  margin-left: -40px !important;
}
.side-navigation-bar .submenu-list .subMenuLevelUnpinButton, .side-navigation-bar .submenu-list .subMenuUnpinButton, .side-navigation-bar .quick-access-list .subMenuLevelUnpinButton, .side-navigation-bar .quick-access-list .subMenuUnpinButton {
  margin-left: -30px !important;
}
.side-navigation-bar .submenu-list .pinButton, .side-navigation-bar .submenu-list .subMenuLevelPinButton, .side-navigation-bar .quick-access-list .pinButton, .side-navigation-bar .quick-access-list .subMenuLevelPinButton {
  display: none;
  background-color: #ffffff !important;
  padding: 12px 2px;
  border-radius: unset;
}
.side-navigation-bar .submenu-list .subMenuPinButton, .side-navigation-bar .quick-access-list .subMenuPinButton {
  display: none;
  background-color: #ffffff !important;
  padding: 2px 2px;
  border-radius: unset;
  margin-top: 12px;
  margin-bottom: 12px;
}
.side-navigation-bar .submenu-list .subMenuLevelPinButton, .side-navigation-bar .quick-access-list .subMenuLevelPinButton {
  padding: 14px 3px 14px 0px !important;
  margin-left: -20px !important;
  margin-top: 1px;
}
.side-navigation-bar .submenu-list .pinButton:active, .side-navigation-bar .submenu-list .pinButton:focus, .side-navigation-bar .submenu-list .pinButton:hover,
.side-navigation-bar .submenu-list .subMenuLevelPinButton.active, .side-navigation-bar .submenu-list .subMenuLevelPinButton:active, .side-navigation-bar .submenu-list .subMenuLevelPinButton:focus, .side-navigation-bar .submenu-list .subMenuLevelPinButton:hover,
.side-navigation-bar .submenu-list .subMenuPinButton:active, .side-navigation-bar .submenu-list .subMenuPinButton:focus, .side-navigation-bar .submenu-list .subMenuPinButton:hover, .side-navigation-bar .quick-access-list .pinButton:active, .side-navigation-bar .quick-access-list .pinButton:focus, .side-navigation-bar .quick-access-list .pinButton:hover,
.side-navigation-bar .quick-access-list .subMenuLevelPinButton.active, .side-navigation-bar .quick-access-list .subMenuLevelPinButton:active, .side-navigation-bar .quick-access-list .subMenuLevelPinButton:focus, .side-navigation-bar .quick-access-list .subMenuLevelPinButton:hover,
.side-navigation-bar .quick-access-list .subMenuPinButton:active, .side-navigation-bar .quick-access-list .subMenuPinButton:focus, .side-navigation-bar .quick-access-list .subMenuPinButton:hover {
  background-color: #ffffff !important;
  border: unset;
  color: black;
  text-decoration: none !important;
  outline: none !important;
}
.side-navigation-bar .submenu-list .subMenuLink:has(+ .subMenuLevelPinButton:hover), .side-navigation-bar .submenu-list .subMenuLink:has(+ .subMenuLevelPinButton:focus), .side-navigation-bar .submenu-list .subMenuLink:has(+ .subMenuLevelPinButton:active),
.side-navigation-bar .submenu-list .subMenuLink:has(+ .subMenuLevelUnpinButton:hover), .side-navigation-bar .submenu-list .subMenuLink:has(+ .subMenuLevelUnpinButton:focus), .side-navigation-bar .submenu-list .subMenuLink:has(+ .subMenuLevelUnpinButton:active),
.side-navigation-bar .submenu-list .subMenuItemLink:has(+ .subMenuPinButton:hover), .side-navigation-bar .submenu-list .subMenuItemLink:has(+ .subMenuPinButton:focus), .side-navigation-bar .submenu-list .subMenuItemLink:has(+ .subMenuPinButton:active),
.side-navigation-bar .submenu-list .subMenuItemLink:has(+ .subMenuUnpinButton:hover), .side-navigation-bar .submenu-list .subMenuItemLink:has(+ .subMenuUnpinButton:focus), .side-navigation-bar .submenu-list .subMenuItemLink:has(+ .subMenuUnpinButton:active),
.side-navigation-bar .submenu-list .subMenuDirectLink:has(+ .pinButton:hover), .side-navigation-bar .submenu-list .subMenuDirectLink:has(+ .pinButton:focus), .side-navigation-bar .submenu-list .subMenuDirectLink:has(+ .pinButton:active),
.side-navigation-bar .submenu-list .subMenuDirectLink:has(+ .unpinButton:hover), .side-navigation-bar .submenu-list .subMenuDirectLink:has(+ .unpinButton:focus), .side-navigation-bar .submenu-list .subMenuDirectLink:has(+ .unpinButton:active), .side-navigation-bar .quick-access-list .subMenuLink:has(+ .subMenuLevelPinButton:hover), .side-navigation-bar .quick-access-list .subMenuLink:has(+ .subMenuLevelPinButton:focus), .side-navigation-bar .quick-access-list .subMenuLink:has(+ .subMenuLevelPinButton:active),
.side-navigation-bar .quick-access-list .subMenuLink:has(+ .subMenuLevelUnpinButton:hover), .side-navigation-bar .quick-access-list .subMenuLink:has(+ .subMenuLevelUnpinButton:focus), .side-navigation-bar .quick-access-list .subMenuLink:has(+ .subMenuLevelUnpinButton:active),
.side-navigation-bar .quick-access-list .subMenuItemLink:has(+ .subMenuPinButton:hover), .side-navigation-bar .quick-access-list .subMenuItemLink:has(+ .subMenuPinButton:focus), .side-navigation-bar .quick-access-list .subMenuItemLink:has(+ .subMenuPinButton:active),
.side-navigation-bar .quick-access-list .subMenuItemLink:has(+ .subMenuUnpinButton:hover), .side-navigation-bar .quick-access-list .subMenuItemLink:has(+ .subMenuUnpinButton:focus), .side-navigation-bar .quick-access-list .subMenuItemLink:has(+ .subMenuUnpinButton:active),
.side-navigation-bar .quick-access-list .subMenuDirectLink:has(+ .pinButton:hover), .side-navigation-bar .quick-access-list .subMenuDirectLink:has(+ .pinButton:focus), .side-navigation-bar .quick-access-list .subMenuDirectLink:has(+ .pinButton:active),
.side-navigation-bar .quick-access-list .subMenuDirectLink:has(+ .unpinButton:hover), .side-navigation-bar .quick-access-list .subMenuDirectLink:has(+ .unpinButton:focus), .side-navigation-bar .quick-access-list .subMenuDirectLink:has(+ .unpinButton:active) {
  background-color: #ffffff !important;
}
.side-navigation-bar .submenu-list .subMenuSingleOption:active .pinButton, .side-navigation-bar .submenu-list .subMenuSingleOption:hover .pinButton, .side-navigation-bar .submenu-list .subMenuSingleOption:focus .pinButton, .side-navigation-bar .quick-access-list .subMenuSingleOption:active .pinButton, .side-navigation-bar .quick-access-list .subMenuSingleOption:hover .pinButton, .side-navigation-bar .quick-access-list .subMenuSingleOption:focus .pinButton {
  display: block;
  margin-left: -40px !important;
}
.side-navigation-bar .submenu-list .subMenuListItem:active .subMenuPinButton, .side-navigation-bar .submenu-list .subMenuListItem:hover .subMenuPinButton, .side-navigation-bar .submenu-list .subMenuListItem:focus .subMenuPinButton, .side-navigation-bar .quick-access-list .subMenuListItem:active .subMenuPinButton, .side-navigation-bar .quick-access-list .subMenuListItem:hover .subMenuPinButton, .side-navigation-bar .quick-access-list .subMenuListItem:focus .subMenuPinButton {
  display: block;
  margin-left: -30px !important;
}
.side-navigation-bar .submenu-list .subMenuLevelLink:active .subMenuLevelPinButton, .side-navigation-bar .submenu-list .subMenuLevelLink:hover .subMenuLevelPinButton, .side-navigation-bar .submenu-list .subMenuLevelLink:focus .subMenuLevelPinButton, .side-navigation-bar .quick-access-list .subMenuLevelLink:active .subMenuLevelPinButton, .side-navigation-bar .quick-access-list .subMenuLevelLink:hover .subMenuLevelPinButton, .side-navigation-bar .quick-access-list .subMenuLevelLink:focus .subMenuLevelPinButton {
  display: block !important;
}
.side-navigation-bar .quick-access-list a {
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
}
.side-navigation-bar .quick-access-list .unpinButton {
  margin-left: -30px !important;
}
.side-navigation-bar #quick-access-menu {
  color: white;
}
.side-navigation-bar .filter-item ul {
  padding-left: 20px;
  margin-bottom: 0px !important;
  padding-top: 10px;
}
.side-navigation-bar .filter-item a {
  display: block;
  color: black !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  font-size: 15px;
  text-wrap: wrap;
  width: 228px !important;
}
.side-navigation-bar .filter-item a:hover {
  text-decoration: none !important;
  background-color: white;
  width: 228px !important;
  border-radius: 5px !important;
  height: max-content;
  padding-bottom: 5px;
  text-wrap: wrap;
}
.side-navigation-bar #Search input:hover {
  box-shadow: 0 0 0 1px #1B84C5;
}
.side-navigation-bar #Search input:focus {
  border: 2px solid;
}
.side-navigation-bar #Search input {
  color: black;
}

.side-Navigation-main-content {
  margin: 0px !important;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow: auto !important;
}
.side-Navigation-main-content .navbar-brand {
  padding-top: 17px;
}
.side-Navigation-main-content .product-name {
  padding-top: 5px;
}

#pinned-message-alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  background-color: #F9EDBE;
  border-color: #EF3F35;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 18px;
  width: 478px;
  height: 85px;
  display: none;
  align-items: center;
}
#pinned-message-alert .glyphicon-warning-sign {
  padding-right: 5px;
  color: #F2AE29;
  font-size: 15px;
}
#pinned-message-alert .pinned-alert-text {
  display: inline;
  font-size: 17px;
  margin: 0px !important;
}

.quick-access-list ul li a div {
  width: 215px;
}
.quick-access-list ul li a div .bold-quick-access {
  font-family: "LatoSemibold", sans-serif !important;
}

.PROPERTY #collapse-Setup > ul > li:nth-child(4) {
  display: inline-block !important;
}

.new-top-header .container-fluid {
  overflow: unset;
}
.new-top-header .navbar-nav {
  font-family: "LatoRegular", sans-serif;
  font-size: 26px;
  padding: 14px 10px 6px 10px;
  color: #4d4d4d;
}
.new-top-header .navbar-nav.navbar-right {
  padding: 18px 10px 0px 10px !important;
}
.new-top-header .navbar-nav.navbar-right li {
  font-family: "LatoRegular", sans-serif;
  font-size: 15px;
}
.new-top-header .navbar-brand img {
  width: 206px;
}
.new-top-header .custom-management-logo {
  width: 120px !important;
}
.new-top-header .search-box-trigger {
  background: url(../images/vertical-nav/search-icon.svg) no-repeat center center !important;
  background-size: 20px !important;
  padding: 0px 10px;
  border: 0;
}
.new-top-header .ember-power-select-trigger:focus, .new-top-header .ember-power-select-trigger--active {
  border: 0;
}
.new-top-header .arrow-history {
  color: black;
}
.new-top-header .top-left-menu {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
}
.new-top-header .page-section {
  font-family: "LatoLight", sans-serif;
  font-size: 15px;
  margin-bottom: 0px;
}
.new-top-header .page-section a {
  color: black;
}
.new-top-header .page-section a:focus, .new-top-header .page-section a:hover {
  color: black;
  text-decoration: none;
}
.new-top-header .page-name {
  font-family: "LatoSemibold", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}
.new-top-header .historyHeader {
  font-family: "LatoSemibold", sans-serif;
  font-size: 15px;
  color: black;
  padding: 5px 20px;
  margin-bottom: 9px;
}
.new-top-header .historyHeader i {
  background: url(../images/vertical-nav/recently-visited-icon.svg) no-repeat center center;
  background-size: 20px !important;
  float: left;
  margin-right: 10px;
}
.new-top-header .historyLink {
  font-family: "LatoRegular", sans-serif;
  font-size: 14px;
}
.new-top-header .top-header-title {
  font-family: "LatoLight", sans-serif;
  font-size: 22px;
  margin-left: 20px;
}
.new-top-header .dateNavItem {
  padding: 3px 5px !important;
}
.new-top-header .search-box-result-dropdown {
  top: 75px !important;
  right: 120px !important;
}
.new-top-header .ember-power-select-status-icon {
  display: none !important;
}
.new-top-header .click-walkme {
  background: url(../images/vertical-nav/showMe-icon.svg) no-repeat center center !important;
  background-size: 20px !important;
  height: 30px !important;
  padding: 0px !important;
  width: 30px !important;
}
.new-top-header .help-integration {
  background: url(../images/vertical-nav/help-icon.svg) no-repeat center center !important;
  background-size: 22px !important;
  width: 30px !important;
  margin: 0px !important;
}
.new-top-header .navItem {
  padding: 0px 3px;
  height: 30px !important;
}
.new-top-header .displayBadge {
  padding: 1px 3px !important;
}
.new-top-header .badge {
  background-color: #1f66ad;
  font-size: 12px;
  font-weight: normal;
  border-radius: 50%;
  padding: 7px 5px;
  width: 26px;
  height: 26px;
  text-align: center;
}
.new-top-header .product-name {
  font-family: "rockwell";
  font-size: 28px;
  color: #78BE20;
  font-weight: normal;
  margin: 8px 5px 0px 0px;
}
.new-top-header .logout-icon {
  padding: 3px 0px;
}
.new-top-header .logout-icon i {
  background: url(../images/vertical-nav/logOut-icon.svg) no-repeat center center;
  background-size: 20px !important;
}
.new-top-header .toggleMenuIcon {
  padding: 0px;
}

.property-search {
  padding-top: 2px !important;
}

.top-header-property-search {
  top: 67px !important;
  right: 150px !important;
  width: 320px !important;
}

.new-breadcrumb {
  margin-top: 2px;
  margin-bottom: 4px;
}
.new-breadcrumb .main-nav {
  border: none !important;
}

.action-request-header-bar {
  border-color: #e7e7e7 !important;
  background-color: #f8f8f8;
}
.action-request-header-bar a img {
  margin-top: 0 !important;
  width: 140px !important;
}
.action-request-header-bar strong-property-level {
  margin-top: 3% !important;
}

.airdatepicker-range .input-group .form-control {
  width: 100% !important;
}
.airdatepicker-range .air-datepicker {
  width: 100%;
  font-family: "SourceSansProRegular";
}
.airdatepicker-range .row {
  margin: unset;
  padding: 1% 0% !important;
}
.airdatepicker-range .row .col-sm-6 {
  padding: unset;
}
.airdatepicker-range .row .pr-1 {
  padding-right: 1%;
}
.airdatepicker-range .row .pl-1 {
  padding-left: 1%;
}
.airdatepicker-range .row {
  /*.air-datepicker.-inline- {
    margin-top: 15% !important;

    .air-datepicker-body--cells.-days- {
      grid-auto-rows: unset;

      .-current- {
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
        color: #000;
      }
    }

    .air-datepicker-body--day-name {
      color: #000;
      text-transform: capitalize;
      font-size: 1em;
    }
  }

  .air-datepicker-nav {
    padding: 4px 0 0 0;
    border: unset;

    .air-datepicker-nav--title {
      width: 100%;
      background: -webkit-linear-gradient(top, #ccecff 0%, #87cec2 100%) !important;
      border-radius: unset;
      color: #000000 !important;

      i {
        color: #000000 !important;
      }
    }
  }*/
}

.air-single-calendar .air-datepicker.-inline- {
  position: absolute;
}

.air-datepicker.-inline- {
  margin-top: 15% !important;
}
.air-datepicker.-inline- .air-datepicker-body--cells.-days- {
  grid-auto-rows: unset;
}
.air-datepicker.-inline- .air-datepicker-body--cells.-days- .-current- {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  color: #000;
}
.air-datepicker.-inline- .air-datepicker-body--day-name {
  color: #000;
  text-transform: capitalize;
  font-size: 1em;
}

.air-datepicker-nav {
  padding: 4px 0 0 0;
  border: unset;
}
.air-datepicker-nav .air-datepicker-nav--title {
  width: 100%;
  background: -webkit-linear-gradient(top, #ccecff 0%, #87cec2 100%) !important;
  border-radius: unset;
  color: #000000 !important;
}
.air-datepicker-nav .air-datepicker-nav--title i {
  color: #000000 !important;
}

.air-datepicker-cell.-selected- {
  color: unset !important;
  background-color: #eee !important;
}

/*.startDateRangePicker {
  .air-datepicker-body--cells{
    .-selected-:nth-of-type(1){
      background-color: #04c !important;
    }
    .-selected-:last-child{
      background-color: #eee !important;
    }
  }
}*/
.startDateRangePicker .-selected-, .endDateRangePicker .-selected- {
  background-color: #04c !important;
  color: #fff !important;
}

.air-datepicker -selected-:first-child {
  background-color: #04c !important;
}

/*
.air-datepicker-cell.-current-,  {
  color: #000 !important;
  background-color: #04c !important;
}
*/
.-current- {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  color: #000 !important;
}

.disabled-class {
  background-color: #eee !important;
  color: #000 !important;
  border-radius: unset !important;
}

.rangesliderbox {
  display: block;
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  margin-left: 11%;
  width: 260px;
}

.rangesliderbox .irs-handle {
  display: block;
  position: absolute;
  top: 3px;
  width: 30px;
  height: 20px;
  border: 1px solid #ffc000;
  background: #ffc000;
  border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* F&B Finance Setup editrevenuegroups-popup */
.fnbEditRevenueGroupsPopup {
  justify-self: anchor-center;
  align-self: anchor-center;
  max-width: 400px;
}
.fnbEditRevenueGroupsPopup input[type=text] {
  padding: 2px 10px;
  height: 26px;
  background: #ffffc1;
  color: #131111;
  border: 1px solid #8f91a2;
}
.fnbEditRevenueGroupsPopup input[type=text]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.fnbEditRevenueGroupsPopup input[type=text]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.fnbEditRevenueGroupsPopup input[type=text]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fnbEditRevenueGroupsPopup input[type=text]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fnbEditRevenueGroupsPopup input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fnbEditRevenueGroupsPopup input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fnbEditRevenueGroupsPopup .ui-dialog-titlebar {
  margin-bottom: 10px !important;
}
.fnbEditRevenueGroupsPopup {
  /* common structure */
}
.fnbEditRevenueGroupsPopup .section-head .section-row .section-column-title {
  background-color: #b3c6e8;
  font-family: "SourceSansProSemiBold";
}
.fnbEditRevenueGroupsPopup .section-group .section-subgroup .section-column-title {
  padding-left: 20px;
}
.fnbEditRevenueGroupsPopup .section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 184px auto;
  grid-template-columns: 184px auto;
  grid-column-gap: 2px;
  margin-top: 2px;
}
.fnbEditRevenueGroupsPopup .section-column-title {
  background-color: #ccecff;
  min-height: 26px;
  padding: 3px 10px;
}
.fnbEditRevenueGroupsPopup .section-column {
  height: 26px;
}
.fnbEditRevenueGroupsPopup .section-column .data {
  height: 26px;
  display: block;
  border: 1px solid #8f91a2;
  background: #FFFFFF;
  padding: 2px 10px;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fnbEditRevenueGroupsPopup #revenue-groups-setup {
  width: 386px !important;
  padding: 0;
}

.fbeditrevenuegroups-popup {
  font-family: "SourceSansProRegular";
}
.fbeditrevenuegroups-popup .fbeditrevenuegroups .section-column .form-control {
  font-size: 14px !important;
}
.fbeditrevenuegroups-popup .fbeditrevenuegroups .section-column .data {
  display: none;
}
.fbeditrevenuegroups-popup .fbeditrevenuegroups.fbeditrevenuegroups--edit .section-column .form-control {
  display: block;
}
.fbeditrevenuegroups-popup .fbeditrevenuegroups.fbeditrevenuegroups--edit .section-column .data {
  display: none;
}
.fbeditrevenuegroups-popup .fbeditrevenuegroups.fbeditrevenuegroups--save .section-column .form-control {
  display: none;
}
.fbeditrevenuegroups-popup .fbeditrevenuegroups.fbeditrevenuegroups--save .section-column .data {
  display: block;
}

.removeOverriddenForRevenueDriver .container-fluid, .removeOverriddenForRevenueDriver .content, .removeOverriddenForRevenueDriver .mapping {
  overflow: unset !important;
}

.revenue-drivers .container-fluid {
  overflow: unset !important;
}
.revenue-drivers .no-border {
  border: none !important;
}
.revenue-drivers .section-group .section-column-title {
  background-color: #ccecff !important;
}
.revenue-drivers .mappingarea, .revenue-drivers .maprow {
  width: 950px !important;
}
.revenue-drivers .revenue-driver-year {
  padding: 0 2%;
}
.revenue-drivers .revenue-driver-year .multiselect-native-select {
  position: absolute !important;
  width: 10% !important;
}
.revenue-drivers .mappingarea .maprow .mapmapcell-2 {
  width: 220px !important;
}
.revenue-drivers .mappingarea .maprow .mapmapcell-3 {
  width: 150px !important;
}
.revenue-drivers .mappingarea .maprow .mapitemdrag3 {
  overflow: unset !important;
}
.revenue-drivers .revenue-driver-dropdown {
  height: 26px !important;
}
.revenue-drivers .revenue-driver-dropdown select {
  height: 24px !important;
  border: none !important;
  background-color: unset !important;
}
.revenue-drivers .revenue-driver-dropdown span.multiselect-selected-text {
  padding: 0px 15px 0 10px !important;
  border: none !important;
}

#revenue-driver-action-buttons .btn-copy {
  margin: 0 15px !important;
  padding: 5px 8px 5px 32px !important;
}
#revenue-driver-action-buttons .btn-export {
  width: 88px;
  height: 30px;
  line-height: 30px;
}

.revenueDriverCopyDiv {
  padding-bottom: 40px !important;
}

/* Virtualized Multi-Select component styles — matches Bootstrap Multiselect look */
.virtualized-multi-select {
  position: relative;
  display: inline-block;
  width: 100%;
  .vms-dropdown {
    position: relative;
  }
  .btn.multiselect.dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 2px 20px 2px 10px;
    border: 1px solid #8f91a2;
    background-color: #fff;
    font-size: 14px;
    /* line-height: 24px; */
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    .multiselect-selected-text {
      display: inline-block;
      max-width: calc(100% - 15px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: middle;
    }
    .caret {
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .btn:hover, .btn.active {
    /* background-color: #894F76; */
    color: black;
  }
  .multiselect-container.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    min-width: 200px;
    max-width: 320px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    list-style: none;
    display: block;
    max-height: 420px;
    li {
      padding: 0;
      cursor: pointer;
      a {
        padding: 0px 2px 0px 0px;
        display: block;
        text-decoration: none;
        color: #333;
        label {
          margin-bottom: 0;
          font-weight: normal;
          cursor: pointer;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 3px 20px 3px 35px;
          input[type=checkbox] {
            margin-right: 6px;
          }
        }
      }
      &:hover {
        background-color: #f5f5f5;
      }
      &.active {
        /* background-color: #e8f0fe; */
        a label {
          font-weight: normal;
        }
      }
    }
    .multiselect-filter {
      border-bottom: 1px solid #eee;
      .input-group {
        width: 100%;
        .form-control.multiselect-search {
          width: 100%;
          padding: 2px 8px;
          font-size: 14px;
          height: auto;
          border: 1px solid #ccc;
        }
      }
    }
    .multiselect-all {
      /* border-bottom: 1px solid #eee; */
    }
  }
  .vms-scroll-container {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .vms-loading-indicator {
    text-align: center;
    padding: 6px;
    color: #999;
    font-size: 11px;
    font-style: italic;
    cursor: default;
    &:hover {
      background-color: transparent !important;
    }
  }
  .multiselect-container li.active label {
    background: url(../images/chi-tic.svg) no-repeat 98% center !important;
    -webkit-background-size: 12px auto !important;
    background-size: 12px auto !important;
  }
}

.app-name {
  margin-bottom: 5%;
}

.padding-5px {
  padding: 5px;
}

.right-margin-3px {
  margin-right: 3px;
}

.right-margin-12px {
  margin-right: 12px;
}

.padding-none {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.full-height-100 {
  height: 100% !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.bold {
  font-weight: bold;
}

.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

.display-flex {
  display: flex;
}

.display-unset {
  display: unset;
}

.recover-password {
  text-decoration: underline;
  outline: none;
  color: #eee;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.multiselect-container.dropdown-menu {
  z-index: 900;
}

.managementRegistrationForm .form-group {
  overflow: inherit;
}

.managementRegistrationForm label {
  background: #ccecff;
}

.input-error-focus {
  border: 1px solid #f05352 !important;
}

.input-error {
  height: 1px;
  width: 1px;
}

.errorTag, .errorTagForFirstInput {
  white-space: nowrap;
  position: absolute;
  margin: 0 5px 0 10px;
  display: inline-block;
  background: #f05352;
  color: white;
  line-height: 23px;
  top: -40px;
  z-index: 100 !important;
  padding: 7px 14px;
  text-align: left;
  line-height: inherit;
  font-size: 12px;
  width: auto;
  display: block;
}

.errorTag:before, .errorTagForFirstInput:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -9px;
  left: 47px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #b53837;
}

.errorTagForFirstInput {
  top: 40px;
}

.errorTagForFirstInput:before {
  bottom: 31px;
  left: 47px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #b53837;
  border-top: 0px solid transparent;
}

.alert {
  display: none;
  padding: 5px;
  position: absolute;
  float: left;
  left: 52%;
  width: 40%;
  z-index: 10;
}

#globalStatusBar {
  display: none;
  padding: 0px;
  position: absolute;
  width: 99%;
  text-align: center;
}

.action-box {
  height: 30px;
  float: right;
  background: #fff;
  width: 8%;
  position: relative;
}

.action-box a {
  float: left;
}

.action-box .discard-large-icon {
  background-size: 40px 40px !important;
  margin-left: 10px;
}

.alertMsgSetup {
  padding: 5px;
  position: relative;
  width: 40%;
  margin-left: 27%;
  font-weight: bold;
  /*padding-right: 45px;
  text-align: right;*/
}

.geosetup-content .alert {
  float: left !important;
  position: inherit !important;
  margin-left: 10px;
  margin-bottom: 0px;
}

.displayNone {
  display: none !important;
}

.displayInlineBlock {
  display: inline-block !important;
}

.displayBlock {
  display: block !important;
}

.ui-autocomplete {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  border-radius: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.drop-scroll {
  max-height: 256px !important;
  border: 2px solid gray;
  overflow: hidden !important;
  margin-bottom: 20px;
}

.geosetup-content .btn-reassign {
  margin-left: 20%;
}

.geosetup .headeraddbtn {
  left: 87.5%;
}

/*
=================================================
                       CSS FOR NICE SCOLL
=================================================
*/
.grey-scroll + .nicescroll-rails, .grey-scroll + .nicescroll-rails {
  background: #d6d6d6 !important;
}

.grey-scroll + .nicescroll-rails .nicescroll-cursors {
  background: #555 !important;
  width: 8px;
}

/*
=================================================
                       //CSS FOR NICE SCOLL
=================================================
*/
.standard-autocomplete.ui-widget-content .ui-state-active {
  background: #eff3f6 !important;
}

.ui-autocomplete li a, .ui-autocomplete li .ui-menu-item-wrapper {
  font-size: 12px;
  color: #333;
  padding: 8px;
  display: block;
}

.ui-autocomplete li .ui-menu-item-wrapper {
  margin-top: -1px;
}

.ui-state-hover {
  background: #428BCA !important;
}

.ui-menu .search-item {
  display: block;
  margin: 0;
}

.ui-widget.ui-widget-content {
  margin-left: -12px;
}

.ui-autocomplete .ui-widget-content {
  background: transparent;
}

.ui-menu .search-item .ui-state-focus, .ui-menu .search-item .ui-menu-item-wrapper:hover, .ui-widget-content .ui-state-active {
  background: #e9ddf1 !important;
  border-radius: 0 !important;
  text-decoration: none;
  border-color: transparent;
}

.ui-menu .search-item .gl-search strong {
  font-weight: normal;
  background: #f2e96c;
}

.ui-menu .search-item .gl-search:hover strong {
  background: transparent;
}

.ui-helper-hidden-accessible {
  display: none;
}

#main-menu > li a.active {
  background: #b3c6e8 !important;
  color: #000000 !important;
}

.btn-save, .btn-delete {
  cursor: pointer;
}

.geosetup .itemcolumn {
  min-width: 30px;
  min-height: 32px;
}

/*
===========================================================
CSS FOR RESOLUTION RELATED FIXES ON MANAGE COMPANY FORM
===========================================================
*/
.managementRegistrationForm input::-webkit-input-placeholder {
  color: #999999;
}

.managementRegistrationForm input:-moz-placeholder {
  color: #999999;
}

.managementRegistrationForm input:-ms-input-placeholder {
  color: #999999;
}

@media all and (max-width: 1280px) and (min-width: 1280px) {
  input#phoneCountryCode,
  input#mobileCountryCode,
  input#text-postalCode {
    font-stretch: condensed;
  }
}
/* =======================================================================
CSS FOR READ ONLY CHECK BOX
 */
.table-content.property-listing-page {
  overflow: hidden;
}
.table-content.property-listing-page .table-responsive {
  max-height: unset;
}

.property-geo-list .submemu {
  display: inline-block;
}

.top-margin {
  margin-top: 6px !important;
}

.btn-remove {
  position: inherit;
}

.managementRegistrationForm label.custom-label {
  min-height: 30px;
  line-height: 22px;
  word-wrap: break-word;
  height: auto;
  padding: 2px 15px 0px 15px !important;
}

.bisetup-content .tiers-selection .btn-add,
.geosetup-content .tiers-selection .btn-add {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  margin: 0 10px 0 10px;
  width: 30px;
  border: 1px solid #5f5b6b;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.bisetup-content .tiers-selection .count-box,
.geosetup-content .tiers-selection .count-box {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  padding: 0 15px;
  margin: 0 10px 0 4px;
  width: 45px;
  border: 1px solid #5f5b6b;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.geosetup-content .errorAlert {
  width: fit-content;
  height: 30px;
}

.bisetup-content .rowcontent-edit .ncheck {
  pointer-events: none;
}

.bisetup-content .tiers-selection .btn-add {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  width: 30px;
  border: 1px solid #5f5b6b;
  background-color: #ffffff;
  font-size: 20px;
}

.bisetup-content .tiers-selection .count-box,
.geosetup-content .tiers-selection .count-box {
  background-color: lightgrey;
  border-width: 2px;
  border-bottom-color: #f2f2f2;
  border-right-color: #f2f2f2;
  border-top-color: darkgrey;
  border-left-color: darkgrey;
}

#main-menu li.bread-crumb {
  min-width: 250px;
}

.table-responsive.company-list-table-container {
  max-height: unset !important;
}

.company-col-align tbody tr td {
  height: 31px;
}

.company-col-align tbody tr td a {
  cursor: pointer !important;
}

.company-col-align tr th, .company-col-align tr td {
  min-width: 140px;
  max-width: 250px;
}

.company-col-align tr td:nth-child(1), .company-col-align tr td:nth-child(3) {
  padding-left: 5px !important;
}

.company-col-align tr th:nth-child(1), .company-col-align tr td:nth-child(1) {
  width: 45px !important;
  min-width: 45px !important;
}

.company-col-align tr th:nth-child(2), .company-col-align tr td:nth-child(2) {
  min-width: 250px !important;
  max-width: 400px !important;
}

.company-col-align tr th:nth-child(3), .company-col-align tr td:nth-child(3) {
  width: 75px !important;
  min-width: 75px !important;
}

.company-col-align tr th:nth-child(8), .company-col-align tr td:nth-child(8) {
  min-width: 200px !important;
  max-width: 300px !important;
}

.company-col-align tr th:last-child, .company-col-align tr td:last-child {
  width: 75px !important;
  min-width: 75px !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.company-col-align tr td:last-child {
  padding-left: 25px !important;
}

.container-responsive {
  padding-right: 15px;
  padding-left: 15px;
}

.property-col-align tr th, .property-col-align tr td {
  min-width: 140px;
  max-width: 250px;
}

.property-col-align tr td {
  padding: 2px 1px !important;
  height: 31px;
}

.property-col-align tr th:nth-child(1), .property-col-align tr td:nth-child(1) {
  width: 30px !important;
  min-width: 30px !important;
}

.property-col-align tr th:nth-child(2), .property-col-align tr td:nth-child(2) {
  min-width: 250px !important;
  max-width: 400px;
}

.property-col-align tr th:nth-child(3), .property-col-align tr td:nth-child(3) {
  min-width: 130px !important;
  max-width: 150px;
}

.property-col-align tr th:nth-child(4), .property-col-align tr td:nth-child(4) {
  width: 55px !important;
  min-width: 45px !important;
}

.property-col-align tr th:nth-child(5), .property-col-align tr td:nth-child(5) {
  width: 90px !important;
  min-width: 70px !important;
}

.left-align {
  text-align: left !important;
}

.geosetup {
  width: 100%;
  max-height: 700px;
  overflow-y: auto;
}

.table-registration tr td {
  word-wrap: break-word;
}

.bisetup-content .ncheck input {
  position: absolute;
  top: -3px;
  left: 185px;
  height: 18px;
  width: 18px;
  border: 1px solid #4ca354;
  background-color: #eee;
}

.bisetup-content .checkmark {
  position: absolute;
  top: 0;
  left: 185px;
  height: 18px;
  width: 18px;
  border: 1px solid #4ca354;
  background-color: #eee;
}

.bisetup .btn-delete {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 188px;
  top: 0;
  background: url("../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png");
  padding-top: 1%;
}

.blue-add-btn {
  position: absolute;
  width: 29px;
  height: 29px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 20px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  display: block;
  color: #fff;
  top: 1px;
  background: url(../images/pluse3-ded13a2538dae5ae3dbf7626ee257385.png) no-repeat 0 0 !important;
  z-index: 10;
  right: 26px;
}

.bicolumn .box span {
  word-wrap: break-word;
}

.bicolumn .box span span {
  word-wrap: break-word;
  min-height: min-content;
}

.bisetup .rowcontent-edit .itemcolumntitle {
  min-height: min-content;
  text-align: center;
  padding-right: 14%;
  padding-left: 5%;
  height: auto;
  padding-bottom: 2%;
}

.bisetup .rowcontent-edit .itemcolumntitle span {
  word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
}

.bisetup {
  max-height: 700px;
  overflow-y: auto;
  padding-bottom: 30px;
}

.biHeaderText {
  padding-top: 3px;
}

.biHeaderText span {
  white-space: pre-wrap;
}

.biOptionText span {
  white-space: pre-wrap;
}

.bisetup-content .count-box {
  pointer-events: none;
}

.bisetup-content .list-display {
  pointer-events: none;
}

.bicolumn .itemcolumntitle input {
  padding: 4px 12px;
}

.rowcontent-edit .biOptionText span span {
  height: auto;
}

.bisetup-content .alert {
  width: auto;
}

/*
==========================================================================
DATA IMPORT MODULE
==========================================================================
*/
.flex-container {
  padding: 0;
  margin: 10px auto;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

@media all and (max-width: 500px) {
  .flex-container {
    flex-direction: column;
  }
  .readonly-input {
    width: 100% !important;
  }
}
.flex-item {
  margin: auto 5px;
  height: 28px !important;
}

.data-import {
  display: inline-block !important;
}

.data-import-label {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.upload-btn-wrapper {
  position: relative;
  /* overflow: hidden; */
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.custom-calendar-icon {
  font-size: 29px;
  color: lightblue;
}

.daterange-readonly {
  height: 30px !important;
  margin-left: -150px;
  border: none !important;
  background-color: white !important;
  box-shadow: none !important;
}

.filename-readonly {
  height: 30px !important;
  background-color: white !important;
  /* font-size: 15px; */
}

/*
==========================================================================
Calendar component
==========================================================================
*/
ul {
  list-style-type: none;
}

#calendarcomponent .month {
  padding: 5px;
  width: 100%;
  /* background: #7e96c7; */
  background: #707e96;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 2px;
}

#calendarcomponent .month ul {
  margin: 0;
  padding: 0;
}

#calendarcomponent .month ul li {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0px;
}

#calendarcomponent .weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #b7cbf7;
  /* background-color: #ddd; */
}

#calendarcomponent .weekdays li {
  display: inline-block;
  width: 12.6%;
  color: #666;
  text-align: center;
}

#calendarcomponent .days {
  padding: 10px 0;
  background: #eee;
  margin: 0 0 20px 0;
  height: 150px;
}

#calendarcomponent .days li {
  list-style-type: none;
  display: inline-block;
  width: 12.6%;
  text-align: center;
  /* margin-bottom: 5px; */
  font-size: 12px;
  color: #777;
  padding: 3px 0px 2px 0px;
}

#calendarcomponent .days li.hover:hover {
  background: #7e96c7;
}

#calendarcomponent .days li a {
  text-decoration: none;
  color: #777;
}

.dataimport-customlabel {
  border-radius: 3px;
  background-color: #e4eaf7;
  text-align: center;
  width: 186px;
  height: 30px;
  margin-right: 10px;
  border: 2px solid #d7dbe0;
  text-align: left;
  padding: 2px 10px !important;
}

#importsuccessmessage {
  display: none;
  padding: 5px;
  position: absolute;
  color: #2f9a30;
  margin-left: -110px;
}

#importfailuremessage {
  display: none;
  padding: 5px;
  position: absolute;
  color: #b91414;
  margin-left: -300px;
}

.calendar-label {
  margin: 0px;
  background-color: #97646b;
  font-size: 14px;
  padding: 8px 63px;
}

.center-div {
  margin: 0 auto;
  width: 280px;
}

/* ============================================
CSS FOR ERROR MODAL
 */
.modal-content {
  margin-top: 50%;
  width: 404px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  border: none;
  background: #f5f5f5;
}

.modal-header {
  height: 34px;
}

.modal-header h2 {
  line-height: 5px;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #131111;
  padding: 0;
  margin: 0;
}

.modal-body {
  border: 1px solid #8faadc !important;
  border-top: none !important;
  padding: 23px 10px !important;
}

.modal-body p {
  line-height: 26px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #131111;
  text-align: center;
}

.modal-body label {
  display: block;
  text-align: center;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0);
}

.modal-footer {
  border: 1px solid #8faadc !important;
  border-top: none !important;
  padding: 10px;
  text-align: center;
}

.modal-footer .btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #131111;
  text-align: center;
  background: #e6e6e6;
  border: 1px solid #adadad;
  display: inline-block;
  margin: 0 5px;
  min-width: 70px;
}

.modal-footer .btn:hover {
  background: #9e828c;
  border: 1px solid #9e828c;
  color: #fff;
}

/*
=================================================================================================
Management company and property registration
=================================================================================================
*/
.right-form-adjustment {
  display: inline-block !important;
  width: 46% !important;
  margin-left: 45px;
  float: none !important;
}

.title-bar-adjustment {
  width: 97.2%;
}

/*
=========================================================================================
Calendar icon alignment
=========================================================================================
*/
.management-registration #datepicker input {
  width: 100%;
  background: #f5f5f5 url(../images/icon-calendar-89a3968204b7183f666c101b8de09636.png) no-repeat 1% 1px;
  padding-right: 0;
  /*Please add class name so that is does not affect anywhere else*/
  padding-left: 35px !important;
}

/*
=========================================================================================
Calendar icon alignment
=========================================================================================
*/
.alert-adjust {
  width: 40% !important;
  padding: 5px !important;
}

/*
=========================================================================================
Geosetup Nav Button
=========================================================================================
*/
.geosetup-nav-btn {
  margin-left: 20px !important;
  padding: 0px 7px !important;
  height: 30px !important;
  background: #b3c6e8 !important;
}

.export-btn {
  display: inline-block;
  width: 89px;
  height: 30px;
  margin: 0 5px 0 0;
  background: #e3f1fa url(../images/icon-export-c5269bd6edf720384bf17f6f3e28db58.png) no-repeat 54px top;
  cursor: pointer;
  font-size: 15px;
  color: #010101;
  line-height: 30px;
  text-decoration: none;
  padding: 0 5px;
  text-decoration: none;
  position: relative;
}

.inlineblock {
  width: 90%;
  display: inline-block !important;
}

.bisetupinner input[type=text], .geosetup input[type=text] {
  background-color: #ffffc1 !important;
}

/*
=========================================================================================
Login screen custom css
=========================================================================================
*/
.custom-error {
  padding: 8px !important;
  width: 100% !important;
  float: none !important;
  position: inherit !important;
  font-size: 15px;
  margin: 0px !important;
}

/*
=========================================================================================
Rooms forecasting Fiscal Ranges custom css
=========================================================================================
*/
#modalToCopySession .modal-content {
  width: 500px;
}

#modalToCopySession .form-group .form-control {
  background-color: #fff !important;
}

.roomsForecastAlertMessage {
  display: none;
  padding: 5px;
  position: absolute;
  width: auto;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 10px;
}

.fiscaltimeselect.custom-width {
  width: 310px;
}

.daterangeset.custom-width-row .fiscalrow {
  width: 465px;
}

.roomsforecast-content .datepicker table tr td.range,
.roomsforecast-content .datepicker table tr td.disabled.range {
  background: #FFFFFF !important;
}

.fiscal-section {
  width: 1860px;
}

.fiscalboxcol:first-child {
  width: 262px;
}

.fiscalboxcol {
  width: 262px;
}

.fiscalbox .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat right 10px bottom 5px !important;
}

input::-ms-clear {
  display: none;
}

.fiscaldaterangewrap2 .fiscalboxcol {
  width: 305px;
}

.fiscaldaterangewrap {
  padding-bottom: 0px;
}

.fiscalgroup {
  margin-top: 0;
}

.fiscal-list .fiscalboxcol {
  margin-right: 4px;
}

.fiscaldaterange-content {
  display: flex;
  flex-wrap: wrap;
}

.fiscaldaterange2, .fiscaldaterange1 {
  display: block;
}

.calendar-months-block .fiscal-section, .custom-block .fiscal-section {
  margin-bottom: 20px;
}

.fiscaldaterange2 .fiscalboxcol {
  float: left;
  width: 259px;
  margin-left: 4px;
}

.fiscaldaterange2 .fiscalboxcol:first-child {
  margin-left: 0;
  width: 259px;
}

.custom-block .fiscaldaterangerow .fiscalpopup2 {
  left: inherit;
}

.custom-block .fiscaldaterangerow .fiscalboxcol:nth-child(1) .fiscalpopup2, .custom-block .fiscaldaterangerow .fiscalboxcol:nth-child(2) .fiscalpopup2, .custom-block .fiscaldaterangerow .fiscalboxcol:nth-child(3) .fiscalpopup2 {
  left: 0px;
}

.fiscalpopup {
  z-index: 2000;
}

.seesion > div.radio, .start > div.radio {
  width: 100% !important;
}

.forecast-list-continer {
  display: flex;
  overflow: auto;
  margin-top: 20px;
}

.forecast-list-continer > div {
  border: 1px solid black;
  white-space: nowrap;
}

.forecast-list + div > button {
  width: 140px !important;
}

.btn-back {
  background: url(../images/icon-arrowleft-5935cd2186c3e6576fea50dde449750b.png) no-repeat center center;
  -webkit-background-size: 26px auto;
  background-size: 26px auto;
  border-radius: 2px;
  width: 26px;
  height: 26px;
}

.btn-enter {
  background: url(../images/chi-go.svg) no-repeat center center;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

.forecastmethod .form-control {
  background: #98bad6 !important;
}

.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell2 > div,
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell > div,
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcelltotal > div {
  z-index: 1;
}

.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell > div {
  width: 251px;
}

.gridErrorMessage {
  display: none;
  padding: 0px 5px;
}

/*
=========================================================================================
Market Segment custom css
=========================================================================================
*/
.mgmtsetup .btn-add {
  background: url(../images/pluse3-ded13a2538dae5ae3dbf7626ee257385.png) no-repeat 0 0 !important;
}

#warningForNoStructureSaved {
  width: 20%;
  padding: 5px 10px;
  margin: 15px;
  font-weight: bold;
}

#firstSectionCategoryWarning, #secondSectionCategoryWarning {
  padding: 5px 10px;
  font-weight: bold;
  margin-left: 10px;
}

.showSetupCategoryWarning {
  display: inline-block;
}

.disableOnStructure {
  opacity: 0.5;
  pointer-events: none;
}

.enableOnStructure {
  pointer-events: auto;
}

.title-no-categories-view {
  width: 860px;
}

.title-no-categories-edit {
  width: 900px;
}

.mgmtsetup {
  width: auto;
}

#msgSetupSuccess, #msgSetupError {
  width: 30%;
  float: left;
}

.setuptitle {
  font-size: 15px;
}

#templateForCategoryRow, #templateForSubCategoryRow {
  display: none;
  visibility: hidden;
}

.mgmtsetup .box span span {
  height: auto;
}

.mgmtsetup .box span {
  height: auto;
}

#msgSetupError, #msgSetupSuccess, #msgSetupInfo, #noDataMsg {
  width: auto;
  margin-left: 10px;
  float: left;
  padding-right: 25px;
}

.mgmtsetup {
  max-height: 700px;
  overflow-y: auto;
}

.edit-segmentsetup .segment-column.code-column h3 {
  padding: 0 5px;
}

.save-segmentsetup .segment-column.code-column h3 {
  padding: 0 20px 0 0px;
}

.segmentsetuptitle h3, .segmentsetuptitle h3 small {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

.segmentsetuptitle h3 small {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
}

.btn-addtx {
  background: #b3c6e8 url(../images/pluse3-ded13a2538dae5ae3dbf7626ee257385.png) no-repeat 0 0 !important;
}

.segment-column.code-column h3 {
  text-align: center;
  padding: 0 10px 0px 0px;
}

.segment-row .itemcolumn1 .ncheck.no-cursor-view-mode {
  cursor: default;
}

.prop-margin {
  margin-left: 155px;
}

.segment-column.companyName {
  width: 466px;
  background: linear-gradient(to bottom, #e3e3e3 0%, #a6a6a6 100%) !important;
}

.ind-company-width {
  width: 311px !important;
}

.segment-column.companyName h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-segment-row .box {
  width: 154px;
}

.btn-edit-parent, .btn-save-parent, .btn-cancel-parent {
  margin-left: 7px;
  display: inline-block !important;
  position: unset !important;
}

.parentContainer {
  overflow-y: auto;
  overflow-x: hidden;
  width: 1267px !important;
}

.property-parent-container {
  width: 1425px !important;
}

.message-placement {
  margin-left: 50px !important;
}

.mgmtsetup-content button.multiselect.dropdown-toggle.btn.btn-default {
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #CCCCCC;
}

.mgmtsetup-content .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.mgmtsetup-content button.multiselect.dropdown-toggle.btn.btn-default li:hover {
  cursor: pointer !important;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #08c !important;
}

.mgmtsetup-content .btn:hover, .btn.active {
  background-color: #ccc;
  color: #333 !important;
}

.mgmtsetup-content .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #337ab7 !important;
  outline: 0;
}

/*
								Sorting Arrows
==========================================================================
*/
.sortable-data-grid th {
  cursor: pointer;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid lightslategray;
}

.triangle-up.active {
  border-bottom: 10px solid black;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid lightslategray;
}

.triangle-down.active {
  border-top: 10px solid black;
}

/*
==========================================================================
								Sorting Arrows
==========================================================================
*/
.align-center {
  display: inline-block !important;
  right: 34% !important;
}

.position-relative {
  position: relative !important;
}

/*
==========================================================================
								Sort Table
==========================================================================
*/
.sortable-data-grid th.default-cursor, .useraccess-top .btn-user.default-cursor {
  cursor: default;
}

/*

===========================================================================
Forecast Workbench
===========================================================================
*/
.fiscaltimeselect.custom-width {
  width: 310px;
}

.daterangeset.custom-width-row .fiscalrow {
  width: 465px;
}

.roomsforecast-content .datepicker table tr td.range,
.roomsforecast-content .datepicker table tr td.disabled.range {
  background: #FFFFFF !important;
}

.roomsforecast-content {
  max-width: 1900px;
  overflow: auto;
  height: auto;
}

.fiscal-section {
  width: 1860px;
  float: left;
}

.fiscalgroup {
  float: left;
}

.fiscalboxcol {
  width: 262px;
}

.fiscalbox .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat right 10px bottom 5px !important;
}

input::-ms-clear {
  display: none;
}

.fiscaldaterangewrap2 .fiscalboxcol {
  width: 305px;
}

.fiscaldaterangewrap {
  padding-bottom: 0px;
}

@media (max-width: 1280px) {
  .fiscal-section {
    width: 100%;
  }
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 160px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 183px;
  }
  .roomsforecast-content {
    padding: 4px 20px;
  }
}
@media (max-width: 1200px) {
  .fiscal-section {
    width: 1190px;
  }
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 166px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 190px;
  }
}
@media (min-width: 1201px) {
  .fiscal-section {
    width: 100%;
  }
  .fiscalboxcol, .fiscalboxcol:first-child {
    width: 158px;
  }
  .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 155px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 182px;
  }
  .roomsforecast-content {
    height: auto;
    min-height: 805px;
    padding: 4px 20px;
  }
}
@media (min-width: 1280px) {
  .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 168px;
  }
  .fiscalboxcol, .fiscalboxcol:first-child {
    width: 166px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 195px;
  }
}
@media (min-width: 1360px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 176px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 208px;
  }
}
@media (min-width: 1400px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 182px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 215px;
  }
}
@media (min-width: 1440px) {
  .fiscal-section {
    width: 100%;
  }
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 190px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 223px;
  }
  .roomsforecast-content {
    height: auto;
    min-height: 685px;
    padding: 4px 15px;
  }
}
@media (min-width: 1500px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 200px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 223px;
  }
}
@media (min-width: 1600px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 212px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 248px;
  }
}
@media (min-width: 1680px) {
  .fiscal-section {
    width: 100%;
    padding-right: 15px;
  }
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 222px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 261px;
  }
  .roomsforecast-content {
    max-width: 1900px;
    height: auto;
    min-height: 845px;
  }
}
@media (min-width: 1700px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 225px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 262px;
  }
}
@media (min-width: 1800px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 240px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 280px;
  }
}
@media (min-width: 1900px) {
  .fiscalboxcol, .fiscalboxcol:first-child, .fiscaldaterange2 .fiscalboxcol, .fiscaldaterange2 .fiscalboxcol:first-child {
    width: 255px;
  }
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 296px;
  }
}
@media (min-width: 1920px) {
  .fiscaldaterangewrap2 .fiscalboxcol {
    width: 300px;
  }
}
.editbar {
  width: 99.8%;
}

.savebar {
  width: 99.8%;
}

.empty-row-height {
  min-height: 26px;
  width: 1127px;
}

.indp-property-actionbar {
  width: 88.8%;
}

.segment-column.show-column {
  width: 48px;
}

.segment-column.combine-column {
  width: 121px;
}

.segment-columnbox {
  width: 123px;
}

.segment-row .box.forecast-box {
  width: 200px;
}

.segment-row .box.show-box {
  width: 48px;
}

.segment-row .box.combine-box {
  width: 122px;
}

.combine-column-view {
  width: 155px !important;
}

.setupViewMode .segment-row .box.combine-box {
  width: 155px;
}

.setupViewMode .segment-row .box.combine-box {
  width: 155px;
}

.segment-column.code-column {
  width: 145px;
}

.segment-row .segment-code {
  width: 154px;
}

.segment-row .box.code-box {
  width: 145px;
}

.segment-row .box span .btndeletetx {
  background: url(../images/minus-bbac2c7b08dc47f15cafacebfab418a5.png) no-repeat -2px -2px;
}

.group-item7.no-categories-saved {
  float: left;
}

.itemcolumn3, .group-items7 {
  min-height: 22px;
  z-index: 10;
  overflow: hidden;
}

.ms-link {
  cursor: pointer;
}

/*
===============================================================================
//Style Admin Access
===============================================================================
*/
.useraccess-content .errorTagForFirstInput, .useraccess-content .errorTag {
  padding: 16px 14px;
}

.table.table-useraccess > tbody > tr > td span {
  text-align: left;
}

.segment-column.forecast-column {
  width: 200px;
}

.prop-width {
  width: 1405px !important;
}

.segmentsetup {
  overflow: auto !important;
}

/*
============================================================================================
Global Styles
============================================================================================
 */
.global-margin {
  margin: 0px 5px;
}

#main-menu > li.list-blue {
  min-width: auto;
}

#main-menu > li.list-registration {
  min-width: fit-content;
}

.fixed-width {
  width: 1280px;
}

/*
============================================================================================
Global Styles End
============================================================================================
 */
/*
============================================================
Navigation bar
============================================================
*/
.nav-justified > li {
  float: left;
}

#main-menu li.bread-crumb {
  min-width: 250px;
}

.adjust-margin {
  margin: 0px auto;
  max-width: 90%;
}

.wip-img-margin {
  margin-top: 8%;
}

.dashboard-txt {
  font-family: Rockwell;
  text-align: center;
  font-size: 40px;
}
.dashboard-txt img {
  display: inline;
  height: 60px;
  margin-bottom: 10px;
}

.pantone368 {
  color: #78BE20;
}

.pantone306 {
  color: #00B5E2;
}

.pale-yellow {
  background-color: #FEF9E7 !important;
}

select {
  background-color: #FEF9E7 !important;
}

/*
============================================================
Multiselect Dropdown
============================================================
*/
.example-multiple-optgroups-classes ~ .btn-group .multiselect-container input {
  display: none;
}

/*
============================================================
Error page
============================================================
*/
.errormsg {
  text-align: center;
  margin-top: 60px;
}

/*
============================================================
Edit mode color
============================================================
*/
input:not(.default-input-background), select:not(.default-input-background) {
  background-color: #ffffc1 !important;
}

/*
============================================================
View mode color
============================================================
*/
input:read-only:not(.default-input-background) {
  background-color: #ffffff !important;
}

/*
============================================================
Header Bar Display Name Styles
============================================================
*/
.displayname {
  max-width: 200px;
}

/*
============================================================
Rooms Trend Styles
============================================================
*/
#report.newreport .report-row .impactevent2 {
  width: 265px;
  float: left;
}

#report.newreport .row4 .multiselect-native-select {
  margin-left: 4px;
}

#report.newreport #sub-totals, #report.newreport #pms-segments {
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
  background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
}

.green-background {
  background: #e2f0d9 !important;
}

.grey-background {
  background: #f9f9f9 !important;
}

.darkgrey-background {
  background: #eff1f7 !important;
}

.turquoise-background {
  background: #ccecff !important;
}

.table.marsGrid tr td.negativeData, .table tr td.negativeData {
  color: red !important;
}

.table.marsGrid tr td.positiveData, .table tr td.positiveData {
  color: black !important;
}

#wait.loader {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 102; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.loaderImg {
  margin-left: auto;
  margin-right: auto;
  user-select: none;
}

.loaderDiv {
  margin-top: 25%;
}

#multiselectExample .multiselect-container li.active label,
#singleSelectExample .multiselect-container li.active label {
  background: url(../images/icon-tick-e726d9eb20b89ee09eda2546393faa63.png) no-repeat 190px center !important;
}

#multiselectExample .multiselect-container > li > a > label > input[type=checkbox],
#singleSelectExample .multiselect-container > li > a > label > input[type=radio] {
  display: none !important;
}

#multiselectExample .multiselect-container > li.active > a:hover #singleSelectExample .multiselect-container > li.active > a:hover {
  color: black;
}

.multiselect-container > li.active > a {
  color: black !important;
}

.ui-widget-overlay {
  opacity: 0.5 !important;
}

.ui-widget-content {
  margin: 10px !important;
}

.ui-dialog {
  padding: 0px !important;
}

div#rooms-setup-un-assigned-ms ~ div.overlay-hidden {
  width: 0% !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important; /* IE8 and lower */
}

.no-title-bar[role=dialog] > .ui-dialog-titlebar {
  display: none !important;
}

.ui-widget {
  font-family: "Source Sans Pro", sans-serif !important;
}

.floatThead-wrapper {
  z-index: 10;
}

#main-menu > li.list-search {
  width: 35px;
  height: 30px;
}

#main-menu > li.list-search .dropdown-menu {
  min-width: 200px !important;
  float: right !important;
  right: 0px !important;
  left: auto !important;
  min-height: 41px !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #D7D7D7;
  top: 35px;
  padding-top: 0px;
}

.header .logo a {
  pointer-events: none;
}

.logo img {
  width: 100px;
}

.multiselect-native-select .btn-group .multiselect-selected-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.multiselect-container li label {
  overflow: hidden;
  text-overflow: ellipsis;
}

#globalErrorBar.alert-danger {
  text-align: center;
  position: absolute;
  z-index: 200;
  width: 100%;
  min-height: 30px;
}

.table-responsive {
  position: relative;
}

.table-responsive.tableScroll {
  max-height: 480px;
}

.commonTable {
  border: none !important;
  border-collapse: separate;
}

.commonTable tr th,
.commonTable tr td {
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr th {
  font-family: "SourceSansProSemiBold";
  padding: 5px 10px !important;
  color: #131111;
  text-align: center;
  position: relative;
  background: #98bad6;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #dddddd !important;
}

.commonTable tr th:last-child {
  border-right: none !important;
}

.commonTable tr td {
  font-family: "SourceSansProRegular";
  color: #131111;
  padding: 3px 10px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr td a {
  color: #131111;
}

.commonTable tr td a:hover {
  color: #131111;
}

.commonTable tr td > span {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr td div {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr td.celledit input {
  padding: 0 10px;
  margin: 0;
  display: block;
  border-radius: 0;
  height: 24px;
  background: #ffffc1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* fixTableColumn */
.fixTableColumn {
  width: auto !important;
}

.fixTableColumn th,
.fixTableColumn td {
  position: relative;
  z-index: 0;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fixTableColumn th.fixcell,
.fixTableColumn td.fixcell {
  z-index: 10;
}

/* highlightTableRow */
.tableRowColor tr th,
.tableRowColor tr td {
  padding: 0 10px !important;
  border-right: 1px solid #ffffff !important;
  border-top: 1px solid #ffffff !important;
  font-size: 13px !important;
  font-family: "SourceSansProRegular" !important;
}

.tableRowColor tr th {
  background-color: #98bad6 !important;
  font-weight: normal !important;
  border-bottom: none !important;
  vertical-align: middle !important;
}

.tableRowColor tr th.twoCell {
  padding: 0 !important;
}

.tableRowColor tr th.twoCell > div {
  padding: 3px 10px;
  text-align: left;
  height: 23px;
  position: relative;
}

.tableRowColor tr th.twoCell > div:first-child {
  border-bottom: 1px solid #fff;
  height: 24px;
}

.tableRowColor tr th.totalColumn {
  background-color: #98bad6 !important;
}

.tableRowColor tr td {
  background-color: #f9f9f9 !important;
  text-align: center;
}

.tableRowColor tr td.totalColumn {
  background-color: #d4d9e8 !important;
}

.tableRowColor tr .btn-edit,
.tableRowColor tr .btn-save {
  padding: 0 5px;
  width: 30px;
  height: 19px;
  display: block;
  float: left;
  margin: -1px 0 0 0;
  background-color: #ffffff;
}

.tableRowColor .trHead th, .tableRowColor .trHead td {
  font-family: "SourceSansProSemiBold" !important;
}

.tableRowColor .hoverActive th.fixcell:hover, .tableRowColor .hoverActive td.fixcell:hover {
  background-color: #ccecff !important;
  position: relative;
}

.tableRowColor .hoverActive a {
  color: #131111;
  text-decoration: none;
  display: block;
  padding-right: 10px;
}

.tableRowColor .icon-collapse {
  cursor: pointer;
}

.table-responsive {
  position: relative;
}

.table-responsive.tableScroll {
  max-height: 480px;
}

.commonTable {
  border: none !important;
  border-collapse: separate;
}

.commonTable tr th,
.commonTable tr td {
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr th {
  font-family: "SourceSansProSemiBold";
  padding: 5px 10px !important;
  color: #131111;
  text-align: center;
  position: relative;
  background: #98bad6;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #dddddd !important;
}

.commonTable tr th:last-child {
  border-right: none !important;
}

.commonTable tr td {
  font-family: "SourceSansProRegular";
  color: #131111;
  padding: 3px 10px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr td a {
  color: #131111;
}

.commonTable tr td a:hover {
  color: #131111;
}

.commonTable tr td > span {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr td div {
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.commonTable tr td.celledit input {
  padding: 0 10px;
  margin: 0;
  display: block;
  border-radius: 0;
  height: 24px;
  background: #ffffc1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* fixTableColumn */
.fixTableColumn {
  width: auto !important;
}

.fixTableColumn th,
.fixTableColumn td {
  position: relative;
  z-index: 0;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fixTableColumn th.fixcell,
.fixTableColumn td.fixcell {
  z-index: 10;
}

/* highlightTableRow */
.tableRowColor tr th,
.tableRowColor tr td {
  padding: 0 10px !important;
  border-right: 1px solid #ffffff !important;
  border-top: 1px solid #ffffff !important;
  font-size: 13px !important;
  font-family: "SourceSansProRegular" !important;
}

.tableRowColor tr th {
  background-color: #98bad6 !important;
  font-weight: normal !important;
  border-bottom: none !important;
  vertical-align: middle !important;
}

.tableRowColor tr th.trPattensBlue {
  background-color: #ccecff !important;
}

.tableRowColor tr th.twoCell {
  padding: 0 !important;
}

.tableRowColor tr th.twoCell > div {
  padding: 3px 10px;
  text-align: left;
  height: 23px;
  position: relative;
}

.tableRowColor tr th.twoCell > div:first-child {
  border-bottom: 1px solid #fff;
  height: 24px;
}

.tableRowColor tr th.totalColumn {
  background-color: #98bad6 !important;
}

.tableRowColor tr td {
  background-color: #f9f9f9 !important;
  text-align: center;
}

.tableRowColor tr td.totalColumn, .tableRowColor tr td.totalcolumn {
  background-color: #d4d9e8 !important;
}

.tableRowColor tr .btn-edit,
.tableRowColor tr .btn-close,
.tableRowColor tr .btn-save {
  padding: 0 5px;
  width: 30px;
  height: 19px;
  display: block;
  float: left;
  margin: -1px 2px 0 0;
  background-color: #ffffff;
}

.tableRowColor tr th.negativenumber, .tableRowColor tr td.negativenumber {
  color: red !important;
}

.tableRowColor .hoverActive th.fixcell:hover, .tableRowColor .hoverActive td.fixcell:hover {
  background-color: #ccecff !important;
  position: relative;
}

.tableRowColor .hoverActive a {
  color: #131111;
  text-decoration: none;
  display: block;
  padding-right: 10px;
}

.tableRowColor .icon-collapse {
  cursor: pointer;
}

.setupEditMode .segment-row {
  margin-top: 2px;
  position: relative;
  z-index: auto;
  overflow: visible;
}

.setupEditMode .new-segment-row .itemcolumn1 {
  overflow: visible;
  margin-top: 0;
}

.setupEditMode .segment-row.new-segment-row .group-item4 {
  clear: none;
}

.setupEditMode .itemcolumn {
  overflow: visible !important;
}

.setupEditMode .itemcolumn2,
.setupEditMode .itemcolumn3,
.setupEditMode .itemcolumn4 {
  margin-left: 156px;
  overflow: visible;
  z-index: auto;
}

.setupEditMode .group-items1,
.setupEditMode .group-items2,
.setupEditMode .group-items3,
.setupEditMode .group-items4 {
  overflow: visible !important;
  z-index: auto;
  position: relative;
  margin: 0;
}

.setupEditMode .group-items4 {
  min-height: 26px;
  margin-top: 0;
}

.setupEditMode .segment-row:after,
.setupEditMode .new-segment-row:after,
.setupEditMode .itemcolumn:after,
.setupEditMode .group-item1:after,
.setupEditMode .group-items2:after,
.setupEditMode .group-items3:after,
.setupEditMode .group-items4:after,
.setupEditMode .group-item3:after {
  content: "";
  display: table;
  clear: both;
}

.setupEditMode .group-item1,
.setupEditMode .group-item2,
.setupEditMode .group-item3,
.setupEditMode .group-item4 {
  overflow: visible !important;
  z-index: auto;
  position: relative;
  margin-top: 0;
}

.setupEditMode .group-item3 {
  margin-top: 2px !important;
}

.setupEditMode .group-item3:first-child {
  margin-top: 0 !important;
}

.setupEditMode .group-item4 {
  overflow: hidden !important;
  margin-top: 2px !important;
}

.setupEditMode .group-item4:first-child {
  margin-top: 0 !important;
}

.setupEditMode .group-item4.ui-sottable-helper {
  z-index: 10000 !important;
}

.setupEditMode .segment-row .box .form-control,
.setupEditMode .segment-row .itemcolumn1 .select.form-control,
.setupEditMode .segment-row .box span em,
.setupEditMode .segment-row .box span span {
  margin: 0 !important;
}

.setupEditMode .btnhand {
  width: 33px !important;
}

.setupEditMode .itemcolumn4, .group-items4 {
  min-height: 22px;
  z-index: 10;
  overflow: hidden;
}

.segment-row.new-segment-row .group-item4:first-child {
  margin-top: 0;
}

.group-item4.no-categories-edit {
  float: left;
  margin-bottom: 2px !important;
}

.session-timeout .ui-dialog-content {
  margin: 0px !important;
}

.session-timeout .ui-dialog-titlebar-close {
  display: none !important;
}

/*
==========================================================================
    Roomsforecast New Page
==========================================================================
*/
.fcstroomsforecast .fiscaldaterange-title {
  font-family: "SourceSansProSemiBold";
  font-weight: normal;
  max-width: 1268px;
}

/*.fcstroomsforecast .btn-summary {
  background-image: none !important; }*/
.fcstroomsforecast .btn-enter {
  margin-right: 10px;
}

.fcstroomsforecast .top-action-area {
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fcstroomsforecast .top-action-area:after {
  content: "";
  display: table;
  clear: both;
}

.fcstroomsforecast .top-action-area .btn-occupancyRatios {
  background: #ccecff;
  float: none;
  color: #131111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.fcstroomsforecast .top-action-area .btn-occupancyRatios:hover {
  color: #131111 !important;
}

.fcstroomsforecast .top-action-area .options-area {
  margin-right: 10px;
  background-color: #f5f5f5;
}

.fcstroomsforecast .top-action-area .options-area .mars-radio {
  float: left;
}

.fcstroomsforecast .top-action-area .options-checkbox {
  margin-right: 10px;
  background-color: #f5f5f5;
}

.fcstroomsforecast .top-action-area .options-checkbox.hide {
  display: none;
}

.fcstroomsforecast .top-action-area .options-checkbox div {
  padding: 0 5px;
  float: left;
}

.fcstroomsforecast .top-action-area .options-checkbox div .mars-checkbox {
  margin: 0;
}

.fcstroomsforecast .top-action-area .checkbox-area {
  margin-right: 10px;
  flex-grow: 1;
}

.fcstroomsforecast .top-action-area .checkbox-area > div {
  float: left;
  padding: 0 5px;
}

.fcstroomsforecast .top-action-area .checkbox-area > div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
}

.fcstroomsforecast .top-action-area .checkbox-area > div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}

.fcstroomsforecast .top-action-area .checkbox-area > div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}

.fcstroomsforecast .new-roomsforecast-content {
  overflow: hidden !important;
  min-height: inherit !important;
}
.fcstroomsforecast .new-roomsforecast-content .auto-height {
  height: calc(100vh - 180px);
}

.fcstroomsforecast .new-roomsforecast-content .disableoption {
  background: #e4e4e4 !important;
}

.fcstroomsforecast #report.newreport {
  font-family: "SourceSansProRegular";
  font-weight: normal;
  border: none;
  max-width: 530px;
}

.fcstroomsforecast #report.newreport .btn-reportclose {
  margin-right: 10px;
}

.fcstroomsforecast #report.newreport .report-title h2 {
  font-weight: normal;
  font-family: "SourceSansProSemiBold";
}

.fcstroomsforecast #report.newreport .report-content {
  border: none;
}

.fcstroomsforecast #report.newreport .report-content .report-row {
  margin-top: 4px;
}

.fcstroomsforecast #report.newreport .report-content .report-row:last-child .reportrowcontent {
  padding: 0 0;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group {
  padding: 0;
}

@media (max-width: 1084px) {
  .fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group {
    float: none;
    clear: both;
    margin: 4px 0 0 0;
  }
  .fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:first-child {
    margin-top: 0;
  }
  .fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group > label {
  margin: 0 10px;
  float: left;
  width: auto;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  text-align: left;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group.form-group-event > label {
  width: 77px;
  text-align: right;
}

@media (max-width: 1084px) {
  .fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group.form-group-event > label {
    width: auto !important;
  }
}
.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:first-child {
  margin-left: 0;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group:first-child label {
  width: 100px;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .form-group small {
  display: block;
  float: left;
  padding: 0 10px;
  font-style: normal;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .mars-radio {
  float: left;
  min-width: 120px;
  position: relative;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .mars-radio label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding: 3px 5px;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div {
  float: left;
  padding: 0 5px;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div .mars-checkbox {
  position: relative;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div .mars-checkbox input:checked ~ .checkmark:after {
  display: block !important;
}

.fcstroomsforecast #report.newreport .report-content .report-row .reportrowcontent .checkbox-area > div .mars-checkbox .checkmark {
  position: absolute;
  top: 50% !important;
}

.fcstroomsforecast #report.newreport .report-content .report-row .mars-select {
  float: left;
}

.fcstroomsforecast #report.newreport .report-content .report-row .mars-select .multiselect-native-select {
  width: inherit !important;
  max-width: 100%;
}

.fcstroomsforecast #report.newreport .report-content .report-row .mars-select .multiselect-native-select .multiselect {
  width: 240px !important;
  line-height: auto;
}

.fcstroomsforecast #report.newreport .report-content .report-row .mars-select .multiselect-container,
.fcstroomsforecast #report.newreport .report-content .report-row .mars-select .multiselect-container li {
  width: 100%;
}

.fcstroomsforecast #report.newreport .report-content .report-row .mars-select .multiselect-container li label {
  height: 26px !important;
  line-height: 24px !important;
}

.fcstroomsforecast #report.newreport .report-content .report-row .mars-select .multiselect-container li.active label {
  background: url(../images/chi-tic.svg) no-repeat 98% center !important;
  -webkit-background-size: 12px auto !important;
  background-size: 12px auto !important;
  line-height: 24px !important;
}

.fcstroomsforecast #report.newreport .report-content .report-row .rangesliderbox {
  margin-right: 0;
  padding: 0 10px !important;
  width: 240px;
  position: relative;
  z-index: 0;
}

.fcstroomsforecast #report.newreport .report-content .report-row .rangesliderbox .rangesliderwrap {
  width: 100%;
  float: none;
  padding: 0;
}

.fcstroomsforecast #report.newreport .report-content .report-row .rangesliderbox .irs-hidden-input {
  display: none !important;
}

.fcstroomsforecast .table-responsive {
  overflow: scroll !important;
  max-height: inherit;
  height: 372px;
}

@media (min-width: 768px) {
  .fcstroomsforecast .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .fcstroomsforecast .table-responsive {
    height: 372px;
  }
}
@media (min-width: 1280px) {
  .fcstroomsforecast .table-responsive {
    height: 715px;
  }
}
@media (min-width: 1366px) {
  .fcstroomsforecast .table-responsive {
    height: 459px;
  }
}
@media (min-width: 1400px) {
  .fcstroomsforecast .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1440px) {
  .fcstroomsforecast .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1600px) {
  .fcstroomsforecast .table-responsive {
    height: 591px;
  }
}
@media (min-width: 1680px) {
  .fcstroomsforecast .table-responsive {
    height: 741px;
  }
}
@media (min-width: 1920px) {
  .fcstroomsforecast .table-responsive {
    height: 771px;
  }
}
.fcstroomsforecast .table-responsive.tableAutoResponsive {
  max-width: 1113px;
}

.fcstroomsforecast .table-responsive.summeryTableResponsive {
  max-width: 1368px;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr th,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr td {
  min-width: 100px;
  width: 100px;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr th.fixcell,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr td.fixcell {
  min-width: 160px;
  width: 160px;
  border-right: 1px solid #002060 !important;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr th.colspanset, .fcstroomsforecast .commonTable.consolidatedMaxTable tr th.borderd-right,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr td.colspanset,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr td.borderd-right {
  border-right: 1px solid #002060 !important;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr th:last-child,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr td:last-child {
  border-right: none !important;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr .dfcell.acsplitcell2 + .acpercentcell.active,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr .vrcellShow.borderd-right,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr .vrcell.borderd-right.active,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr .dfcellShow.borderd-right,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr .dfcell.borderd-right.active {
  border-right: none !important;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr th.colspanset.varcell,
.fcstroomsforecast .commonTable.consolidatedMaxTable tr th.colspanset.dfcell {
  border-right: none !important;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr:first-child th:first-child {
  min-width: 126px;
  width: 126px;
  padding: 0 0 !important;
}

.fcstroomsforecast .commonTable.consolidatedMaxTable tr td:first-child {
  min-width: 126px;
  width: 126px;
}

.fcstroomsforecast .commonTable.summeryTable tr .fixcell:first-child {
  min-width: 165px !important;
  width: 165px !important;
}

.fcstroomsforecast .new-roomsforecast-content .commonTable tr th.contributioncell,
.fcstroomsforecast .new-roomsforecast-content .commonTable tr td.contributioncell,
.fcstroomsforecast .new-roomsforecast-content .commonTable tr th.acsplitcell,
.fcstroomsforecast .new-roomsforecast-content .commonTable tr td.acsplitcell,
.fcstroomsforecast .new-roomsforecast-content .commonTable tr th.acpercentcell,
.fcstroomsforecast .new-roomsforecast-content .commonTable tr .acpercentcell,
.fcstroomsforecast .new-roomsforecast-content .commonTable .actualstlyrow {
  display: none;
}

.fcstroomsforecast .commonTable .dfrow,
.fcstroomsforecast .commonTable .varrow,
.fcstroomsforecast .commonTable .acrow,
.fcstroomsforecast .commonTable .actualstlyrow,
.fcstroomsforecast .tcrow, .fcstroomsforecast .gcrow, .fcstroomsforecast .otrow, .fcstroomsforecast .vrcell {
  display: none;
}

/*  ---  common section  ---  */
.fcstroomsforecast .btn-action,
.guestForecastOccRatioPopup .btn-action {
  background: #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 5px 0 30px;
  margin-right: 10px;
  color: #131111;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: unset;
}

.fcstroomsforecast .btn-action {
  height: 30px;
  padding: 4px 40px 0 10px;
}

.fcstroomsforecast .btn-action i,
.guestForecastOccRatioPopup .btn-action i {
  position: absolute;
  right: 5px !important;
  top: 3px;
}

.fcstroomsforecast .form-rangecalendar,
.guestForecastOccRatioPopup .form-rangecalendar {
  margin: 0 10px 0 0;
  float: left;
}

.fcstroomsforecast .form-rangecalendar .col-item,
.guestForecastOccRatioPopup .form-rangecalendar .col-item {
  overflow: visible;
  float: left;
  margin: 0 0 0 10px;
  padding-top: 0;
  padding-right: 30px;
  min-height: 26px;
  position: relative;
}

.fcstroomsforecast .form-rangecalendar .col-item:first-child,
.guestForecastOccRatioPopup .form-rangecalendar .col-item:first-child {
  padding-right: 0;
}

.fcstroomsforecast .form-rangecalendar .col-item:first-child .btn-deletecell,
.guestForecastOccRatioPopup .form-rangecalendar .col-item:first-child .btn-deletecell {
  display: none;
}

.fcstroomsforecast .form-rangecalendar .timeselect,
.guestForecastOccRatioPopup .form-rangecalendar .timeselect {
  width: 100%;
  display: block;
  height: 26px;
  line-height: 24px;
  font-family: "SourceSansProRegular";
  font-size: 14px;
  font-weight: normal;
  color: #131111;
  margin: 0;
  padding: 0;
  border: 1px solid #8f91a2;
  background: #fff url(../images/chi-calendar.svg) no-repeat 2px center;
  -webkit-background-size: 24px auto !important;
  background-size: 24px auto !important;
  float: left;
  width: 195px;
}

.fcstroomsforecast .form-rangecalendar .timeselect .btn-calendar,
.guestForecastOccRatioPopup .form-rangecalendar .timeselect .btn-calendar {
  margin-right: 5px;
}

.fcstroomsforecast .form-rangecalendar .timeselect p,
.guestForecastOccRatioPopup .form-rangecalendar .timeselect p {
  margin: 0;
}

.fcstroomsforecast .form-rangecalendar .comparerangepopup,
.guestForecastOccRatioPopup .form-rangecalendar .comparerangepopup {
  bottom: inherit;
  right: inherit;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10000 !important;
  margin: 0;
  width: 460px;
  max-width: 460px;
}

@media (min-width: 1366px) {
  .fcstroomsforecast .form-rangecalendar .comparerangepopup,
  .guestForecastOccRatioPopup .form-rangecalendar .comparerangepopup {
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.fcstroomsforecast .form-rangecalendar .input-sm,
.guestForecastOccRatioPopup .form-rangecalendar .input-sm {
  height: 26px;
  line-height: 24px;
  border-radius: 0px;
  border: 1px solid #8f91a2;
  font-size: 14px;
  font-family: "SourceSansProRegular";
  font-weight: normal;
  color: #131111;
  padding: 0px 10px;
  margin-bottom: 4px;
  background: #ffffff;
}

.fcstroomsforecast .mars-radio-area,
.guestForecastOccRatioPopup .mars-radio-area {
  margin-left: 10px;
  float: left;
}

.fcstroomsforecast .commonTable tr th, .fcstroomsforecast .commonTable tr td,
.guestForecastOccRatioPopup .commonTable tr th,
.guestForecastOccRatioPopup .commonTable tr td {
  min-width: 90px;
  width: 90px;
}

.fcstroomsforecast .commonTable tr th.fixcell:first-child, .fcstroomsforecast .commonTable tr td.fixcell:first-child,
.guestForecastOccRatioPopup .commonTable tr th.fixcell:first-child,
.guestForecastOccRatioPopup .commonTable tr td.fixcell:first-child {
  text-align: left;
}

.fcstroomsforecast .commonTable tr th.totalColumn, .fcstroomsforecast .commonTable tr td.totalColumn,
.guestForecastOccRatioPopup .commonTable tr th.totalColumn,
.guestForecastOccRatioPopup .commonTable tr td.totalColumn {
  min-width: 110px;
  width: 110px;
}

.fcstroomsforecast .commonTable tr th,
.guestForecastOccRatioPopup .commonTable tr th {
  padding: 2px 10px !important;
  border-bottom: none !important;
  height: 26px;
}

.fcstroomsforecast .commonTable tr td,
.guestForecastOccRatioPopup .commonTable tr td {
  padding: 3px 10px !important;
}

.fcstroomsforecast .commonTable tr.trColor6 .totalColumn,
.guestForecastOccRatioPopup .commonTable tr.trColor6 .totalColumn {
  background-color: #ccecff !important;
}

.fcstroomsforecast .commonTable tr .singleCell:first-child > div,
.guestForecastOccRatioPopup .commonTable tr .singleCell:first-child > div {
  padding: 0 10px;
}

.fcstroomsforecast .commonTable tr .btn-edit, .fcstroomsforecast .commonTable tr .btn-save,
.guestForecastOccRatioPopup .commonTable tr .btn-edit,
.guestForecastOccRatioPopup .commonTable tr .btn-save {
  height: 23px;
  float: left;
}

.fcstroomsforecast .commonTable tr .btn-close,
.guestForecastOccRatioPopup .commonTable tr .btn-close {
  margin-left: 10px;
}

.fcstroomsforecast .commonTable tr.trPattensBlue .totalColumn,
.guestForecastOccRatioPopup .commonTable tr.trPattensBlue .totalColumn {
  background-color: #ccecff !important;
}

.fcstroomsforecast .commonTable .trHead th, .fcstroomsforecast .commonTable .trHead td,
.guestForecastOccRatioPopup .commonTable .trHead th,
.guestForecastOccRatioPopup .commonTable .trHead td {
  padding: 0 10px !important;
  height: auto;
}

.fcstroomsforecast .commonTable .icon-collapse,
.guestForecastOccRatioPopup .commonTable .icon-collapse {
  float: left;
}

.fcstroomsforecast .commonTable .twoCell > div,
.guestForecastOccRatioPopup .commonTable .twoCell > div {
  padding: 0 10px;
}

.fcstroomsforecast .commonTable.occRatioTable tr th.borderd-right,
.fcstroomsforecast .commonTable.occRatioTable tr td.borderd-right,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr th.borderd-right,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr td.borderd-right {
  border-right: 1px solid #002060 !important;
}

.guestForecastOccRatioPopup .commonTable.occRatioTable tr th.borderd-right:last-child,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr td.borderd-right:last-child {
  border-right: none !important;
}

.fcstroomsforecast .commonTable.occRatioTable tr th.twoCell > div:first-child .btn-close,
.fcstroomsforecast .commonTable.occRatioTable tr td.twoCell > div:first-child .btn-close,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr th.twoCell > div:first-child .btn-close,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr td.twoCell > div:first-child .btn-close {
  margin-left: 10px;
}

.fcstroomsforecast .commonTable.occRatioTable tr th.twoCell > div:first-child.addText,
.fcstroomsforecast .commonTable.occRatioTable tr td.twoCell > div:first-child.addText,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr th.twoCell > div:first-child.addText,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr td.twoCell > div:first-child.addText {
  padding: 3px 10px;
}

.fcstroomsforecast .commonTable.occRatioTable tr .fixcell:first-child,
.guestForecastOccRatioPopup .commonTable.occRatioTable tr .fixcell:first-child {
  min-width: 175px !important;
  width: 175px !important;
}

.fcstroomsforecast .commonTable tr th.celledit,
.fcstroomsforecast .commonTable tr td.celledit,
.guestForecastOccRatioPopup .commonTable tr th.celledit,
.guestForecastOccRatioPopup .commonTable tr td.celledit {
  padding: 0 !important;
  margin: 0 !important;
}

.fcstroomsforecast .fiscal-range-wrap,
.guestForecastOccRatioPopup .fiscal-range-wrap {
  display: none;
}

.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .report-row {
  display: grid;
  grid-template-columns: 160px auto;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .lastsubmitted {
  position: relative;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .lastsubmitted ul {
  margin: 0;
  border: 1px solid #bcbcbc;
  position: absolute;
  top: 26px;
  left: 0;
  display: none;
  max-height: 120px;
  overflow: hidden auto;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .lastsubmitted ul.active {
  display: block;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .lastsubmitted li {
  height: unset;
  line-height: unset;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 3px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .lastsubmittedtoggle {
  min-height: 0;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .lastsubmittedtoggle span {
  margin-left: 240px !important;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .reportrowcontent {
  margin-left: 0px !important;
  margin-top: 4px !important;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .reportrowcontent:first-child {
  margin-top: 0px;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .checkbox-area > div {
  min-width: 105px !important;
}
.newreport.commonDisplayCriteria:not(.other-income-consolidation-criteria) .notification {
  margin-left: 10px;
  padding: 3px;
}

.commonDisplayCriteria.roomsConsolidationDisplayCriteria {
  max-width: 760px !important;
}

.commonDisplayCriteria.roomsConsolidationDisplayCriteria.consolidation-max-width {
  max-width: 940px !important;
}

.fcstroomsforecast .commonTable.tableRowColor tr th.action-column {
  padding: 2px 10px !important;
}

.timeZoneDiv span {
  overflow: unset !important;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 25px !important;
}

.timeZoneDiv.editMode span {
  padding: 0 !important;
}

.timeZoneDiv .input-group-addon, .timeZoneDiv .input-group-btn {
  display: none !important;
}

.timeZoneDiv div, .timeZoneDiv ul {
  width: 100%;
}

.timeZoneDiv.mgtCo ul {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  top: auto;
  left: auto;
  height: 100px;
  position: absolute;
}

.timeZoneDiv.mgtCo.hasError > span {
  border: red solid 0.5px;
}

.timeZoneDiv span.multiselect-native-select {
  margin: 0;
  height: 27px;
  border: unset;
  box-shadow: none;
}

.timeZoneDiv .multiselect.btn-default {
  width: 100%;
  text-align: left;
  height: 27px;
  background-color: #ffffc1 !important;
  border-radius: unset;
}
.timeZoneDiv .multiselect.btn-default span {
  border: none;
  box-shadow: none;
}

.timeZoneDiv .multiselect.btn-default:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-default {
  background-color: unset;
}

.timeZoneDiv label.radio {
  padding-left: 25px !important;
  background-color: white;
}

.dialog-close {
  background: none !important;
  border: none !important;
  padding: 0;
  margin-top: -16px;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input {
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.property-list-import-status .icon-l-padding {
  padding: 3px 26px !important;
}

.config-Params {
  height: 35px;
  margin-top: 10px;
}
.config-Params .btn-group {
  border: black solid 1px;
  border-radius: 6.5px;
}

.configparam {
  height: calc(100vh - 82px);
}
.configparam .configparamtableheight {
  height: calc(100vh - 230px) !important;
}
.configparam .configparamglobaltableheight {
  height: calc(100vh - 200px) !important;
}

.jobs-schedule tr {
  height: 40px;
}
.jobs-schedule .link-margin {
  margin-right: 10px;
}
.jobs-schedule .btn-sm {
  margin-bottom: 20px;
  margin-top: 10px;
  border: black solid 1px;
  border-radius: 6.5px;
  margin-right: 10px;
}
.jobs-schedule .float-right {
  margin-right: 120px;
}

div#ember-testing-container ~ div#qunit {
  position: static !important;
}

div#ember-testing-container {
  top: 50%;
}

/*.newreport.commonDisplayCriteria .mars-select.filterDropdown .multiselect-native-select .multiselect {
  width: 170px !important;
  margin-right: 10px;
}*/
.score-card-background-grey {
  background-color: rgb(242, 242, 242);
}

.score-card-background-white {
  background-color: rgb(255, 255, 255);
}

.textShortEllipses > a, .textShortEllipses div {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
}

.full-fiscal-validation-message {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  padding: 5px 10px;
}

.full-fiscal-validation-message .validation-row {
  margin-top: 8px;
  line-height: 20px;
  white-space: normal;
}