/*
==========================================================================
    Chimps variables
==========================================================================
*/
/* font variables */
/* font size variables */
/* Color variables  */
/* new add */
/* new add */
/* new add */
/* new add */
/*
==========================================================================
    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-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-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-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; }

/* 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-consolidated {
  background: url(../images/chi-consolidated.svg) no-repeat center center; }

/* C */
.chi-checked-checkbox {
  background: url(../images/chi-checked-checkbox.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; }

.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; }

/* 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-download {
  background: url(../images/chi-download.svg) no-repeat center center; }

.chi-drag {
  background: url(../images/chi-drag.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; }

/* 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; }

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

.chi-go {
  background: url(../images/chi-go.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; }

/* 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; }

/* 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-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; }

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

/* P */
.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; }

/* 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-refresh2 {
  background: url(../images/chi-refresh2.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; }

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

.chi-sun {
  background: url(../images/chi-sun.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; }

/* U */
.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; }

/* 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; }

.icon-edit {
  height: 24px;
  width: 24px;
  display: block; }

.icon-delete {
  height: 24px;
  width: 24px;
  display: block; }

.icon-save {
  height: 24px;
  width: 24px;
  display: block; }

.icon-cancel {
  height: 24px;
  width: 24px;
  display: block; }

/* 20-11-2018 */
/* landing page */
.chi-power-bi {
  background: url(../images/chi-power-bi.svg) no-repeat center center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chi-calendar-day {
  background: url(../images/chi-calendar-day.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; }

/* 15-12-2018 */
/* Currency pages */
.chi-upload {
  background: url(../images/chi-upload.svg) no-repeat center center; }

/* 18-12-2018 */
/* Rollup Criteria pages */
.chi-list-view {
  background: url(../images/chi-list.svg) no-repeat center center; }

.chi-synchronize {
  background: url(../images/chi-synchronize.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-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; }

.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-list-view,
.btn-reset,
.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-list-view:hover,
  .btn-reset:hover,
  .btn-save-default:hover {
    background: none;
    color: #131111; }
  .btn-list-view i,
  .btn-reset i,
  .btn-save-default i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

/* 20-11-2018 */
/* landing page */
.btn-rollup {
  display: inline-block;
  font-size: 15px;
  color: #131111;
  font-family: "SourceSansProSemiBold";
  background: #f7f7ff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 6px 10px 6px 40px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .btn-rollup:hover {
    text-decoration: none;
    background: #ffffff; }
  .btn-rollup i {
    position: absolute;
    left: 5px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(100, 255, 218, 0.5);
    -webkit-background-size: 24px auto !important;
    background-size: 24px auto !important; }

.btn-sort {
  width: 22px;
  height: 30px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer; }
  .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;
    border-top: 10px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom: none !important;
    top: 12px; }
  .btn-sort:hover:before {
    border-top: 10px solid black !important; }
  .btn-sort.active:before {
    border-top: none !important;
    border-bottom: 10px solid black !important;
    top: 12px; }

/*
==========================================================================
    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 {
    font-family: "SourceSansProSemiBold";
    padding: 5px !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; }

/*
==========================================================================
    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"); }

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.list-search a, #main-menu > li.list-search a:hover {
  background: url(../images/chi-search.svg) no-repeat right 1px !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;
        -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 .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover {
          background: #894F76;
          border: 1px solid #894F76;
          color: #ffffff; }

.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;
  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; }

.commonselect .multiselect-container li.active label {
  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; }

/* commented by mishu */
/* #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 .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; }

/* new */
.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; }

input[type=number]:active,
input[type=number]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.reportpopup-title h2 {
  font-family: "SourceSansProSemiBold";
  font-weight: normal; }

/* popover */
.popover {
  font-size: 12px;
  padding: 0; }
  .popover .popover-content {
    padding: 5px 7px 3px 7px; }

/* 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%; } }

/* new code 26-9-2018 */
.exportreport .btn-exportreportclose {
  right: 10px !important; }
  .exportreport .btn-exportreportclose i {
    width: 100% !important;
    height: 100% !important; }

/* 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; }

.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; }

/* 15-11-2018 */
/* select optgroup */
.commonselect.form-optgroup .multiselect-container > li > a > label {
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 20px; }

.commonselect.form-optgroup .multiselect-container > li.multiselect-item > a > label {
  padding: 0 10px 0 10px; }

/*  breadcrumb-list */
.breadcrumb-list {
  overflow: hidden;
  position: relative;
  margin: 5px 0 5px 0; }
  .breadcrumb-list.breadcrumb-label ol {
    margin: 0 0 5px 0; }
    .breadcrumb-list.breadcrumb-label ol li {
      background: #e2f0d9;
      padding: 3px 10px;
      margin: 5px 5px 0 10px; }
      .breadcrumb-list.breadcrumb-label ol li:last-child {
        margin-right: 10px; }
      .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: #e2f0d9 #e2f0d9 #e2f0d9 transparent;
        left: -10px; }
      .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 #e2f0d9;
        right: -10px; }
      .breadcrumb-list.breadcrumb-label ol li a {
        padding: 0;
        background: none; }
        .breadcrumb-list.breadcrumb-label ol li a:hover {
          background: none;
          color: #85cdc1; }
        .breadcrumb-list.breadcrumb-label ol li a::before, .breadcrumb-list.breadcrumb-label ol li a::after {
          display: none; }
  .breadcrumb-list.breadcrumb-double ol {
    float: left;
    margin-right: 10px; }
  .breadcrumb-list ol {
    overflow: hidden;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    border-radius: 0;
    list-style: none; }
    .breadcrumb-list ol li {
      float: left;
      margin: 5px 10px 0 10px;
      font-family: "SourceSansProRegular";
      font-size: 14px;
      position: relative; }
      .breadcrumb-list ol li:first-child {
        margin-left: 0; }
        .breadcrumb-list ol li:first-child a:before {
          display: none; }
      .breadcrumb-list ol li a {
        background: #e2f0d9;
        padding: 3px 10px;
        font-family: "SourceSansProSemiBold";
        float: left;
        text-decoration: none;
        color: #131111;
        position: relative;
        margin-left: -5px; }
        .breadcrumb-list ol li a:hover {
          background: #85cdc1; }
        .breadcrumb-list ol li a::before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -13px;
          border-width: 13px 0 13px 10px;
          border-style: solid;
          border-color: #e2f0d9 #e2f0d9 #e2f0d9 transparent;
          left: -10px; }
        .breadcrumb-list ol li a:hover::before {
          border-color: #85cdc1 #85cdc1 #85cdc1 transparent; }
        .breadcrumb-list ol li a::after {
          content: "";
          position: absolute;
          top: 0;
          margin-top: 0;
          border-top: 13px solid transparent;
          border-bottom: 13px solid transparent;
          border-left: 10px solid #e2f0d9;
          right: -10px; }
        .breadcrumb-list ol li a:hover::after {
          border-left-color: #85cdc1; }
      .breadcrumb-list ol li.current, .breadcrumb-list ol li.current:hover {
        background: #85cdc1;
        padding: 3px 10px; }
        .breadcrumb-list ol li.current:before, .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: #85cdc1 #85cdc1 #85cdc1 transparent;
          left: -10px; }
        .breadcrumb-list ol li.current:after, .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 #85cdc1;
          right: -10px; }

/* 3-9-2018 new scss start*/
/* calendar css */
.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: .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; }

/*Fonts family*/
/*
==========================================================================
    multiselect select Custom style
==========================================================================
*/
.select-section {
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin-top: 20px;
  width: 45%;
  margin-right: 5%;
  float: left; }
  .select-section:after {
    content: '';
    display: table;
    clear: both; }

.commonselect {
  width: 200px; }
  .commonselect:after {
    content: '';
    display: table;
    clear: both; }
  .commonselect .multiselect-native-select .btn-group .multiselect,
  .commonselect .multiselect-native-select .btn-group .dropdown-toggle,
  .commonselect .multiselect-native-select .btn-group .btn,
  .commonselect .multiselect-native-select .btn-group .btn-default {
    background-color: #ffffff;
    border: 1px solid #8f91a2;
    line-height: auto !important;
    height: 26px;
    padding: 0 20px 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .commonselect .multiselect-native-select .btn-group .multiselect .multiselect-selected-text,
    .commonselect .multiselect-native-select .btn-group .dropdown-toggle .multiselect-selected-text,
    .commonselect .multiselect-native-select .btn-group .btn .multiselect-selected-text,
    .commonselect .multiselect-native-select .btn-group .btn-default .multiselect-selected-text {
      display: block;
      height: 100%; }
  .commonselect .multiselect-native-select .btn-group.open .dropdown-toggle {
    background-color: #ffffff; }

.app-name {
  margin-bottom: 5%; }

.padding-5px {
  padding: 5px; }

.padding-none {
  padding: 0 !important; }

.padding-left-none {
  padding-left: 0 !important; }

.padding-right-none {
  padding-right: 0 !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.clear {
  clear: both !important; }

.disabled {
  opacity: 0.5 !important;
  pointer-events: none; }

.display-flex {
  display: flex; }

.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; }

.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%; }

#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; }

.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: 20px !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; }

.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) {
  width: 55px !important;
  min-width: 45px !important; }

.property-col-align tr th:nth-child(4), .property-col-align tr td:nth-child(4) {
  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.png");
  padding-top: 1%; }

.btn-delete .ion-close {
  font-size: 19px;
  color: #f4516c; }

.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.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;
  /* font-size: 15px; */ }

.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;
  border-top: none;
  padding: 23px 10px; }

.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-backdrop {
  background: rgba(0, 0, 0, 0); }

.modal-footer {
  border: 1px solid #8faadc;
  border-top: none;
  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.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.png) no-repeat 54px top;
  cursor: pointer;
  font-size: 15px;
  color: #010101;
  height: 30px;
  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.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.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.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.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 {
  margin-left: 7px; }

.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; }

/*  change mishu start*/
.mgmtsetup-content .dropdown-menu > .active > a, .mgmtsetup-content .dropdown-menu > .active > a:focus, .mgmtsetup-content .dropdown-menu > .active > a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #337ab7 !important;
  outline: 0; }

/*  change mishu end*/
/*
								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.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 {
    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 {
    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;
    /*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; }

.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-row {
  width: 1248px !important; }

.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.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, .useraccess-content .errorTagForFirstInput {
  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 {
  text-align: center;
  font-size: 40px; }

.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 {
  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 {
  color: red !important; }

.table.marsGrid 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: 99;
  /* 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.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; }

.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; }
