@charset "UTF-8";
.default-settings__general-panel .tesseractDropDownInputPanel:after, .tesseractPagePropertyPanel .tesseractPropertyHeaderPanel:after {
  content: "";
  display: block;
  clear: both;
}

/* Base */
/* Init Variables */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100% !important;
  min-height: 100%;
  background: #fff !important;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body {
  overflow: hidden;
  font-size: 14px;
  color: #555;
  direction: ltr;
}

.pm-main-view > :not(login-component):not(session-timeout-component):not(invalid-component):not(disconnect-gl-component):not(app-maintenance-component):not(activate-code-component) > div {
  padding-top: 50px;
}

div.panel-open .app-tabs {
  margin-left: 468px;
}

/* Create Scrollable panel*/
.scrollable {
  overflow-y: auto;
  height: 90vh;
}

.modal-dialog-title {
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: 500;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.modal-dialog-body {
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.font-weight-500 {
  font-weight: 500;
}

.dialog-button {
  width: 75px;
}

/* Icons */
.icon-bar {
  position: fixed;
  left: 0;
  top: 32px;
  bottom: 0;
  width: 60px;
  background-color: #1B495A;
  height: 100vh;
  z-index: 100;
  font-size: 1vh;
}

.module-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #fff;
  font-size: 24px;
}

.panel-icon {
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  position: relative;
}
.panel-icon > a {
  color: #fff;
  display: block;
}
.panel-icon:hover, .panel-icon:hover > a {
  color: #028D73;
  cursor: pointer;
}
.panel-icon.active {
  -webkit-box-shadow: inset 4px 0 0 0px #028D73;
  box-shadow: inset 4px 0 0 0px #028D73;
  color: #028D73;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
.panel-icon i {
  display: inline-block;
  font-size: inherit;
  margin: 15px 0;
}

.panel-card-list i.favorite {
  color: #028D73;
}

.icon-my-reports:before {
  margin-left: 5px;
}

.welcome-page__content .plan-select i {
  font-size: 16px;
  margin-left: 3px;
}
.welcome-page__content .plan-select .icon-plan {
  color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.welcome-page__content .plan-select .icon-warning {
  color: #FFA500;
}

/* Buttons */
.btn-primary {
  background-color: #028D73;
  border-color: #028D73;
}
.btn-primary.btn-outline {
  border-color: #028D73;
  color: #028D73;
}
.btn-primary.btn-outline.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary.btn-outline:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
  border-color: rgb(1.572027972, 110.827972028, 90.3916083916);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background-color: #028D73;
  border-color: #028D73;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
  border-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}

.btn-primary-rounded {
  background-color: #00AC74;
  border-color: #00AC74;
  border-radius: 30px !important;
  color: #FFFFFF;
}
.btn-primary-rounded.btn-outline {
  border-color: #00AC74;
  color: #00AC74;
}
.btn-primary-rounded.btn-outline.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-rounded.btn-outline:hover {
  background-color: rgb(0, 141.4, 95.3627906977);
  border-color: rgb(0, 141.4, 95.3627906977);
  color: #FFFFFF;
}
.btn-primary-rounded:hover, .btn-primary-rounded:focus, .btn-primary-rounded.active, .btn-primary-rounded:active {
  background-color: #00AC74;
  border-color: #00AC74;
  color: #FFFFFF !important;
}
.btn-primary-rounded:hover {
  background-color: rgb(0, 141.4, 95.3627906977);
  border-color: rgb(0, 141.4, 95.3627906977);
}

.btn-outline {
  background: #fff;
  border: 1px solid #CCC;
  padding-left: 22px;
  padding-right: 22px;
}
.btn-outline:hover {
  background-color: #FAFAFA;
  border-color: #B2B2B2;
}

.btn-tiered {
  margin-top: 10px;
  position: relative;
}

.btn-confirm {
  padding-left: 24px;
  padding-right: 24px;
}

.btn-cancel {
  margin-left: 16px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #717577;
}
.btn-cancel:focus, .btn-cancel:hover {
  border-color: #adadad;
}

.fa:hover {
  color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.fa.fa-trash-o:hover, .fa.fa-ban:hover {
  color: #dc4d4d;
}
.fa.fa-key:hover {
  color: #ff7500;
}

/* Ladda Buttons*/
.select-profile.ladda-button {
  min-width: 105px;
}
.select-profile.ladda-button[disabled], .select-profile.ladda-button[disabled]:hover, .select-profile.ladda-button[data-loading], .select-profile.ladda-button[data-loading]:hover {
  cursor: red;
  background-color: #028D73;
  opacity: 1 !important;
  color: #fff !important;
  border-color: #028D73;
}

/* Override bootstrap buttons */
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #028D73;
  border-color: #028D73;
  color: #fff !important;
}

/* Button Styles */
a:hover,
a:focus {
  color: #028D73;
  text-decoration: underline;
}

a {
  color: #028D73;
}

.select-account {
  width: 30%;
}

.button-margin {
  margin-bottom: 13px;
}

.account-field {
  width: 50%;
}

.flex-section-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-account {
  margin-top: 7px;
  margin-left: 9px;
}

.generate-password-field {
  width: 3% !important;
  height: 19px !important;
}

.textarea-no-resize {
  resize: none;
}

/* VARS */
/** UI-GRID STYLE, BUTTONS, ETC **/
.c-scrolling .ui-grid-render-container-left .ui-grid-viewport.bottom-buffer,
.c-scrolling .ui-grid-render-container-right .ui-grid-viewport.bottom-buffer {
  overflow-x: scroll !important;
}

.c-scrolling .ui-grid-render-container-left .ui-grid-viewport.bottom-buffer::-webkit-scrollbar,
.c-scrolling .ui-grid-render-container-right .ui-grid-viewport.bottom-buffer::-webkit-scrollbar {
  background: ghostwhite;
}

.c-scrolling .ui-grid-render-container-left .ui-grid-viewport.bottom-buffer::-webkit-scrollbar-button,
.c-scrolling .ui-grid-render-container-right .ui-grid-viewport.bottom-buffer::-webkit-scrollbar-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-grid-contents-wrapper {
  /*
  * -- This cuts off the dropdown menu in the grid so disabled for now
  * overflow: hidden;
  */
}
.ui-grid-contents-wrapper .ui-grid-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-grid-contents-wrapper .ui-grid-footer-info span {
  margin-left: 5px;
}

.ui-grid-icon-cell i {
  color: #fff;
  padding: 5px;
}

.ui-grid-icon-cell i.fa-plus {
  background-color: #028D73;
}

.ui-grid-icon-cell i.fa-pencil-square {
  background-color: #FFFF00;
}

.ui-grid-icon-cell i.fa-minus {
  background-color: #d9534f;
}

.ui-grid-option-header {
  font-weight: 700;
  background: ghostwhite;
}

.ui-grid-option-header {
  font-weight: 700;
  background: ghostwhite;
}

.ui-grid-option-header {
  font-weight: 700;
  background: ghostwhite;
}

.ui-grid-menu-item .ui-grid-icon-cancel {
  color: transparent;
}

.grid-button-row {
  margin-bottom: 12px;
}
.grid-button-row .pull-right:not(:last-child) {
  margin-left: 4px;
}

.grid-button {
  color: #666;
  line-height: 2em;
  width: 33px;
  padding: 0 8px;
  font-size: 1.1em;
}

.grid-button:hover {
  cursor: pointer;
}

.data-grid {
  height: 500px;
}

.grid-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.grid-arrows div {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.ui-grid-cell-contents {
  padding: 3px 5px;
  height: 26px;
  margin: 2px;
}
.ui-grid-cell-contents .grid-button.isIcon, .ui-grid-cell-contents .grid-button.isMaterial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.ui-grid-cell-contents .grid-button i[class^=icon-]:hover, .ui-grid-cell-contents .grid-button i[class*=" icon-"]:hover, .ui-grid-cell-contents .grid-button i.material-icons:hover {
  color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.ui-grid-cell-contents .grid-button i[class^=icon-], .ui-grid-cell-contents .grid-button i[class*=" icon-"] {
  font-size: 16px;
}
.ui-grid-cell-contents .grid-button i.material-icons {
  font-size: 18px;
}

/*UI-grid FOCUS styles */
.ui-grid-cell-focus {
  background-color: #028D73;
  color: #fff;
  border-radius: 3px;
}
.ui-grid-cell-focus a {
  color: #fff;
}
.ui-grid-cell-focus.unsaved-green {
  color: #fff;
}

.ui-grid-row.ui-grid-row-selected {
  -webkit-box-shadow: #028D73 0px 0px 0px 1px inset;
  box-shadow: #028D73 0px 0px 0px 1px inset;
  height: 32px !important;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c0e2dc;
  border-color: #fff;
  margin-top: 1px;
}

.table-hover > tbody > tr:hover {
  background-color: #c0e2dc;
}

.ui-grid-filter-container {
  padding: 0 4px 4px;
  position: relative;
}

.selected-node,
.selected-node .tree-node:hover,
.selected-node .vs-tree-root-node:hover {
  background: #028D73;
}

.tree-node:hover,
.vs-tree-root-node:hover {
  color: #028D73;
}

/* Editable grid cell styles */
#activeCellForm {
  margin: 2px;
}
#activeCellForm textarea {
  height: 26px;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #028D73;
  border-radius: 3px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.unsaved-green {
  color: inherit;
  font-weight: normal !important;
  position: relative !important;
}

.unsaved-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 6px solid #1ABC9C;
}

input[type=text].ui-grid-filter-input {
  border-radius: 50px;
  padding: 4px 23px 4px 8px;
  font-weight: normal;
}

input[type=text].ui-grid-filter-input:focus {
  border-color: #3498DB;
}

.ui-grid-cell {
  border-color: #BDC3C7;
}

.data-grid-bs {
  width: 100%;
  height: 320px;
  margin: 0;
  border-width: 1px 0 0;
}

.data-grid-asm {
  width: 98%;
  height: 430px;
  margin-left: 10px;
}

.base-structure .data-grid .full-grid-content {
  height: calc(100vh - 240px) !important;
}
.base-structure .data-grid--with-footer .full-grid-content {
  height: calc(100vh - 250px) !important;
}
.base-structure.extra-margin-bottom .full-grid-content {
  height: calc(100vh - 220px) !important;
}

.job-status .data-grid {
  min-height: 75px;
  height: calc(100vh - 200px) !important;
}
.job-status .data-grid .full-grid-content {
  height: 100% !important;
}

.job-status-detail .data-grid {
  height: 100% !important;
  min-height: 100px;
}
.job-status-detail .data-grid .full-grid-content {
  height: 100% !important;
}

.grid-account {
  height: 200px;
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.ui-grid-row.ng-scope.ui-grid-row-selected {
  pointer-events: auto;
}

/* Dialogs */
.ngdialog-nopadding.ngdialog-theme-default.ngdialog .ngdialog-content {
  padding: 0;
}

.tesseract-dialog.ngdialog .ngdialog-content {
  background: #fafafa !important;
  width: 90vw !important;
  min-width: auto;
  max-height: 93vh;
  overflow: hidden;
}
.tesseract-dialog.ngdialog.recognition-schedules-dialog .ngdialog-content {
  height: 100%;
}
.tesseract-dialog.ngdialog.recognition-schedules-dialog .ngdialog-content .modal-body {
  height: calc(100% - 145px);
  padding-bottom: 0;
}
.tesseract-dialog.ngdialog.recognition-schedules-dialog .ngdialog-content .modal-body .spreadform-nav {
  height: 100%;
}
.tesseract-dialog.ngdialog.recognition-schedules-dialog .ngdialog-content .modal-body .spreadform-nav .recognition-schedule-form {
  height: 100%;
}
.tesseract-dialog.ngdialog.recognition-schedules-dialog .ngdialog-content .modal-footer {
  margin-top: 0;
}

.allocation-dialog.ngdialog .ngdialog-content {
  background: #fafafa !important;
  min-width: auto;
  max-height: 93vh;
  overflow: hidden;
}
.allocation-dialog.ngdialog.allocation-methods-dialog .ngdialog-content {
  height: 100%;
}
.allocation-dialog.ngdialog.allocation-methods-dialog .ngdialog-content .modal-body {
  height: calc(100% - 145px);
  padding-bottom: 0;
}
.allocation-dialog.ngdialog.allocation-methods-dialog .ngdialog-content .modal-footer {
  margin-top: 0;
}

.allocation-top-panel-dialog.ngdialog .ngdialog-content {
  background: #fafafa !important;
  min-width: auto;
  max-height: 93vh;
  overflow: hidden;
}
.allocation-top-panel-dialog.ngdialog.allocation-methods-dialog .ngdialog-content {
  height: 100%;
  width: auto !important;
  max-width: 90%;
  margin: 0 auto;
}
.allocation-top-panel-dialog.ngdialog.allocation-methods-dialog .ngdialog-content .modal-body {
  height: calc(100% - 105px);
  padding-bottom: 0;
}
.allocation-top-panel-dialog.ngdialog.allocation-methods-dialog .ngdialog-content .modal-footer {
  margin-top: 0;
}

.ngdialog {
  z-index: 100000;
  /* Keep this index higher than wait-block */
}
.ngdialog.ngdialog-theme-default {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #f0f0f0;
  color: #444;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 25px;
  position: relative;
  width: 450px;
  font-size: 1em;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  word-wrap: break-word;
}

.ngdialog {
  z-index: 100000;
  /* Keep this index higher than wait-block */
}
.ngdialog.ngdialog-theme-default-increase-decrease {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ngdialog.ngdialog-theme-default-increase-decrease .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #f0f0f0;
  color: #444;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 25px;
  position: relative;
  width: 1200px !important;
  font-size: 1em;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  word-wrap: break-word;
}
.ngdialog.ngdialog-theme-default-increase-decrease .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-body-user-input {
  margin-top: 12px;
  padding-top: 15px;
  padding-left: 15px;
  border-top: 1px solid #dbdbdb;
}

.modal-button-footer {
  text-align: right;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #dbdbdb;
}

.modal-body .btn-group-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  max-width: 50px;
  padding: 0;
}
.modal-body .data-grid-asm {
  margin: 0;
}
.modal-body .assign-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-body .assign-members__left-col, .modal-body .assign-members__right-col {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.modal-body .assign-members__mid-col {
  width: 10%;
  margin-right: 10px;
}
.modal-body .assign-members__mid-col .btn {
  max-width: 50px;
  -ms-flex-item-align: center;
  align-self: center;
}

#AttributeAssignMember .modal-dialog {
  width: calc(100% - 30px);
  padding: 0 15px;
}

#AttributeAssignMember .modal-body {
  max-height: 100%;
}

.ngdialog-assign-member .ngdialog-content {
  width: 80% !important;
}

.modal-content {
  width: 626px !important;
}

.ngdialog-content {
  width: 555px !important;
}

.ngdialog.dialog-has-textarea .ngdialog-content {
  width: auto !important;
  min-width: 450px;
}
.ngdialog.dialog-has-textarea .ngdialog-content textarea {
  min-width: 370px;
  min-height: 70px;
}

.ngdialog.newdialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ngdialog.newdialog .modal-header {
  border: 0;
}
.ngdialog.newdialog .modal-footer {
  border: 0;
  padding-top: 0;
}
.ngdialog.newdialog .ui-grid-top-panel {
  background: #eeeeee;
}
.ngdialog.newdialog .modal-title {
  padding: 0 15px;
}
.ngdialog.newdialog .filters-toggle {
  line-height: 34px;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 10px;
}
.ngdialog.newdialog .filters-toggle .filter-toggle {
  display: inline-block;
  margin-left: 20px;
}
.ngdialog.newdialog .filters-toggle .filter-actions {
  float: left;
}
.ngdialog.newdialog .filters-toggle label {
  margin: 0;
}
.ngdialog.newdialog .filters-toggle .flipswitch-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ngdialog.newdialog .data-grid-defaults {
  margin-top: 0;
}
.ngdialog.newdialog .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  color: #444;
  line-height: 1.5em;
  background: #f5f5f5;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  min-width: 80vw !important;
}
.ngdialog.newdialog .control-label {
  font-size: 14px;
}
.ngdialog.newdialog .remove-cellfocus .ui-grid-cell-focus {
  outline: 0 !important;
  background-color: #f0f0ee;
  color: #444;
}
.ngdialog.newdialog .remove-cellfocus .ui-grid-row.ui-grid-row-selected .ui-grid-cell-focus {
  background-color: #c0e2dc;
  color: #444;
  border-radius: 3px;
}

.ngdialog.newdialog-increase-decrease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ngdialog.newdialog-increase-decrease .modal-header {
  border: 0;
}
.ngdialog.newdialog-increase-decrease .modal-footer {
  border: 0;
  padding-top: 0;
}
.ngdialog.newdialog-increase-decrease .ui-grid-top-panel {
  background: #eeeeee;
}
.ngdialog.newdialog-increase-decrease .modal-title {
  padding: 0 15px;
}
.ngdialog.newdialog-increase-decrease .filters-toggle {
  line-height: 34px;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 10px;
}
.ngdialog.newdialog-increase-decrease .filters-toggle .filter-toggle {
  display: inline-block;
  margin-left: 20px;
}
.ngdialog.newdialog-increase-decrease .filters-toggle .filter-actions {
  float: left;
}
.ngdialog.newdialog-increase-decrease .filters-toggle label {
  margin: 0;
}
.ngdialog.newdialog-increase-decrease .filters-toggle .flipswitch-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ngdialog.newdialog-increase-decrease .data-grid-defaults {
  margin-top: 0;
}
.ngdialog.newdialog-increase-decrease .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  color: #444;
  line-height: 1.5em;
  background: #f5f5f5;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  width: 1150px !important;
}
.ngdialog.newdialog-increase-decrease .control-label {
  font-size: 14px;
}
.ngdialog.newdialog-increase-decrease .remove-cellfocus .ui-grid-cell-focus {
  outline: 0 !important;
  background-color: #f0f0ee;
  color: #444;
}
.ngdialog.newdialog-increase-decrease .remove-cellfocus .ui-grid-row.ui-grid-row-selected .ui-grid-cell-focus {
  background-color: #c0e2dc;
  color: #444;
  border-radius: 3px;
}
.ngdialog.newdialog-increase-decrease .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.job-status-detail .ngdialog-content {
  height: 80% !important;
  min-height: 250px;
  width: 80% !important;
  min-width: 500px;
}
.ngdialog.job-status-detail .ngdialog-content job-status-detail-dialog {
  height: 100%;
}

.ngdialog.variance-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ngdialog.variance-settings .modal-header {
  border: 0;
}
.ngdialog.variance-settings .modal-footer {
  border: 0;
}
.ngdialog.variance-settings .ui-grid-top-panel {
  background: #eeeeee;
}
.ngdialog.variance-settings .modal-title {
  padding: 0 15px;
}
.ngdialog.variance-settings .filters-toggle {
  line-height: 34px;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 10px;
}
.ngdialog.variance-settings .filters-toggle .filter-toggle {
  display: inline-block;
  margin-left: 20px;
}
.ngdialog.variance-settings .filters-toggle .filter-actions {
  float: left;
}
.ngdialog.variance-settings .filters-toggle label {
  margin: 0;
}
.ngdialog.variance-settings .filters-toggle .flipswitch-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ngdialog.variance-settings .data-grid-defaults {
  margin-top: 0;
}
.ngdialog.variance-settings .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  color: #444;
  line-height: 1.5em;
  background: #f5f5f5;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  min-width: 40vw !important;
}
.ngdialog.variance-settings .control-label {
  font-size: 14px;
}
.ngdialog.variance-settings .remove-cellfocus .ui-grid-cell-focus {
  outline: 0 !important;
  background-color: #f0f0ee;
  color: #444;
}
.ngdialog.variance-settings .remove-cellfocus .ui-grid-row.ui-grid-row-selected .ui-grid-cell-focus {
  background-color: #c0e2dc;
  color: #444;
  border-radius: 3px;
}
.ngdialog.variance-settings .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 5%;
  font-size: x-large;
  padding-top: 2%;
}

.password-strength-parent {
  padding: 0 15px;
}
.password-strength-parent ul li span .fa-info-circle {
  color: #1e92f4;
}
.password-strength-parent ul li span .fa-check-circle {
  color: #00AC74;
}
.password-strength-parent .progress-bar-empty {
  background-color: #fff;
  width: 0;
}
.password-strength-parent .progress-bar-1 {
  background-color: red;
  width: 25%;
}
.password-strength-parent .progress-bar-2 {
  background-color: #ff9800;
  width: 50%;
}
.password-strength-parent .progress-bar-3 {
  background-color: #fffa00;
  width: 75%;
}
.password-strength-parent .progress-bar-full {
  background-color: #00AC74;
  width: 100%;
}
.password-strength-parent .progress-bar-forbidden-character {
  background-color: red;
  width: 100%;
}
.password-strength-parent .progress-password {
  background-color: #fff;
  margin-bottom: 10px;
  height: 8px;
}
.password-strength-parent .progress-password .password-strength {
  height: 100%;
}

account-component .password-strength-parent, user-component .password-strength-parent {
  width: 50%;
}

/* SubSet */
.topSubset {
  position: relative;
  margin-right: 20px;
}

.subset {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 10px 0 6px 20px;
  height: calc(50vh - 120px);
  position: relative;
}
.subset__wrapper {
  height: 100% !important;
  min-height: auto !important;
}
.subset:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f6f8f8;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
.subset.loading:after {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.subset__title {
  border: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}
.subset select {
  margin-bottom: 8px;
}
.subset .panel-body {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 5px 5px;
}
.subset .tesseractDropDownPanel {
  height: calc(50vh - 205px) !important;
}

.allocation-subset {
  margin: 10px 0 6px 10px;
  border: 1px solid transparent;
  position: relative;
}
.allocation-subset__wrapper {
  height: 100% !important;
  min-height: auto !important;
}
.allocation-subset:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f6f8f8;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
.allocation-subset.loading:after {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.allocation-subset__title {
  border: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}
.allocation-subset select {
  margin-bottom: 8px;
}
.allocation-subset .panel-body {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 5px 5px;
}
.allocation-subset .tesseractDropDownPanel {
  height: calc(50vh - 205px) !important;
}

.subset-grid {
  margin: 6px 20px 0 20px;
  height: calc(50vh - 102px);
  position: relative;
  min-height: 160px;
}
.subset-grid #PropertyGrid {
  width: 100%;
  height: calc(100% - 45px);
}
.subset-grid__buttons {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.subset-grid__buttons .btn-primary {
  color: #028D73;
  background-color: #fff;
}
.subset-grid__buttons .btn-primary:hover, .subset-grid__buttons .btn-primary:focus {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
  color: #fff;
}
.subset-grid__multiDimensionButtons .btn-primary {
  line-height: normal;
  color: #028D73;
  background-color: #fff;
}
.subset-grid__multiDimensionButtons .btn-primary:hover, .subset-grid__multiDimensionButtons .btn-primary:focus {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
  color: #fff;
}
.subset-grid__selectDatesButton {
  position: absolute;
}
.subset-grid__selectDatesButton .btn-primary {
  color: #028D73;
  background-color: #fff;
}
.subset-grid__selectDatesButton .btn-primary:hover, .subset-grid__selectDatesButton .btn-primary:focus {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
  color: #fff;
}

.subset .tesseractDropDownPanel {
  padding: 0;
}

.alloc-top-panel-subset {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 10px 0 6px 20px;
  height: calc(50vh - 120px);
  position: relative;
}
.alloc-top-panel-subset__wrapper {
  height: 100% !important;
  min-height: auto !important;
}
.alloc-top-panel-subset:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f6f8f8;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none;
}
.alloc-top-panel-subset.loading:after {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.alloc-top-panel-subset__title {
  border: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}
.alloc-top-panel-subset select {
  margin-bottom: 8px;
}
.alloc-top-panel-subset .panel-body {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 5px 5px;
}
.alloc-top-panel-subset .tesseractDropDownPanel {
  height: calc(50vh - 210px) !important;
}

.topSubset .tesseractSubsetTreePanel, .allocation-subset .tesseractSubsetTreePanel, .alloc-top-panel-subset .tesseractSubsetTreePanel {
  height: calc(100% - 36px) !important;
}

/* Tesseract Override */
/* Vars */
.tesseractReport .tesseractPageSplitterTop,
.tesseract .tesseractPageSplitterTop {
  border-top: 0;
}
.tesseractReport .tesseractPageSplitterTop .ui-resizable-handle.ui-resizable-n,
.tesseract .tesseractPageSplitterTop .ui-resizable-handle.ui-resizable-n {
  top: 0;
}
.tesseractReport .tesseractPageSplitterTop .ui-resizable-handle.ui-resizable-n:after,
.tesseract .tesseractPageSplitterTop .ui-resizable-handle.ui-resizable-n:after {
  content: "";
  border-top: 4px solid #DBDBDB;
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
}
.tesseractReport .tesseractDimensionBarPanel,
.tesseract .tesseractDimensionBarPanel {
  height: 62px;
  padding-bottom: 4px;
}
.tesseractReport .tesseractPageGridTopPanel,
.tesseract .tesseractPageGridTopPanel {
  padding-bottom: 4px;
}
.tesseractReport .tesseractPageGridTopPanel .tesseractPageGridTitleIcon,
.tesseract .tesseractPageGridTopPanel .tesseractPageGridTitleIcon {
  position: relative;
  top: 5px;
}
.tesseractReport .tesseractLinkCell,
.tesseract .tesseractLinkCell {
  display: block;
  padding: 3px;
}

.tesseractReport {
  padding-right: 8px;
}
.tesseractReport .tesseractBorderPage .tesseractPageTitlePanel {
  width: calc(100% + 16px);
}
.tesseractReport .tesseractPageGrid .tesseractGridRightPanel .tesseractGridHeaderPanel {
  -webkit-box-shadow: inset 1px 2px 0px 0px #979797, inset -2px -2px 0px 0px #979797;
  box-shadow: inset 1px 2px 0px 0px #979797, inset -2px -2px 0px 0px #979797;
}

.main .tesseractPageGridTopEmptyPanel {
  height: 5px;
}

/* Tesseract Grid */
.tesseractPageGrid .tesseractGridHeaderPanel {
  background-color: transparent;
}
.tesseractPageGrid .tesseractGridHeaderPanel .tesseractGridHeaderRow,
.tesseractPageGrid .tesseractGridHeaderPanel .tesseractGridFreezeHeaderPanel {
  -webkit-box-shadow: inset 2px 2px 0px 0px #979797, inset -1px -2px 0px 0px #979797;
  box-shadow: inset 2px 2px 0px 0px #979797, inset -1px -2px 0px 0px #979797;
}
.tesseractPageGrid .tesseractGridHeaderPanel .tesseractGridDataHeaderPanel {
  -webkit-box-shadow: inset 0px 2px 0px 0px #979797, inset -2px -2px 0px 0px #979797;
  box-shadow: inset 0px 2px 0px 0px #979797, inset -2px -2px 0px 0px #979797;
}
.tesseractPageGrid .tesseractGridHeaderPanel .tesseractGridHeaderCellText {
  color: #555;
}
.tesseractPageGrid .tesseractGridRightPanel .tesseractGridHeaderPanel {
  -webkit-box-shadow: inset 2px 2px 0px 0px #979797, inset -2px -2px 0px 0px #979797;
  box-shadow: inset 2px 2px 0px 0px #979797, inset -2px -2px 0px 0px #979797;
}
.tesseractPageGrid .tesseractGridRightPanel .tesseractGridHeaderRow {
  -webkit-box-shadow: inset 0 2px 0px 0px #979797;
  box-shadow: inset 0 2px 0px 0px #979797;
}
.tesseractPageGrid .tesseractGridRightPanel .tesseractGridHeaderRow:last-child {
  -webkit-box-shadow: inset 0 2px 0px 0px #979797, inset -2px 0 0px 0px #979797;
  box-shadow: inset 0 2px 0px 0px #979797, inset -2px 0 0px 0px #979797;
}
.tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWHEADERCellPanel .tesseractGridRowHeaderCellText, .tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWATTRIBUTECellPanel .tesseractGridRowHeaderCellText {
  font-weight: 400;
  color: #555;
}
.tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWHEADERCellPanel .tesseractGridRowHeaderCellText[title=CR], .tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWATTRIBUTECellPanel .tesseractGridRowHeaderCellText[title=CR] {
  color: #dc4d4d;
}
.tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWHEADERCellPanel .tesseractGridRowHeaderCellText.tesseractTransactionTypeHeader, .tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWATTRIBUTECellPanel .tesseractGridRowHeaderCellText.tesseractTransactionTypeHeader {
  font-weight: 600;
  color: #ff9800;
}
.tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWHEADERCellPanel .tesseractGridRowHeaderCellText.tesseractTransactionSubtypeHeader, .tesseractPageGrid .tesseractGridRowHeaderPanel .tesseractGridROWATTRIBUTECellPanel .tesseractGridRowHeaderCellText.tesseractTransactionSubtypeHeader {
  font-weight: 600;
  color: #767676;
}

.tesseractBorderPage .tesseractPageTitlePanel {
  background: #f6f8f8;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 0px 0px 0px;
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitle {
  font-weight: 400;
  font-size: 2em;
  letter-spacing: -1px;
  color: inherit;
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon {
  font-family: "lm-line-icons" !important;
  font-size: 20px;
  background-color: #028D73;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  text-align: center;
  padding-top: 2px;
  padding-left: 1px;
  color: #fff;
  display: inline-block;
  margin: 15px 5px auto 12px;
  float: left;
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[title="Operating Expenses"]:before {
  content: "\e90a";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[title=Revenue]:before {
  content: "\e8e5";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[title=Personnel]:before {
  content: "\e910";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[title=Drivers]:before {
  content: "\e023";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[title=Adjustments]:before {
  content: "\e935";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[data-text=shared-reports]:before, .tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[data-text=my-reports]:before {
  font-size: 19px;
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[data-text=shared-reports]:before {
  content: "\e923";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[data-text=my-reports]:before {
  content: "\e929";
  padding-left: 3px;
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleIcon[data-text=favorite-reports]:before {
  content: "\e91e";
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleCommentIcon {
  font-size: 20px;
  border: 1px solid transparent;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  text-align: center;
  padding-top: 5px;
  color: #028D73;
  display: inline-block;
  margin: 15px 12px auto 5px;
  float: right;
}
.tesseractBorderPage .tesseractPageTitlePanel .tesseractPageTitleCommentIcon:hover {
  color: white;
  border-color: #028D73;
  background-color: #028D73;
  cursor: pointer;
}

.steps-modal h4 {
  font-size: 16px;
}
.steps-modal.is-step-1 .step-name.step1 span {
  background-color: #028D73;
}
.steps-modal.is-step-1 .step-name.step1 label {
  color: #028D73;
}
.steps-modal.is-step-1 .progressbar:before {
  width: 32%;
}
.steps-modal.is-step-2 .step-name.step1 span, .steps-modal.is-step-2 .step-name.step2 span {
  background-color: #028D73;
}
.steps-modal.is-step-2 .step-name.step1 label, .steps-modal.is-step-2 .step-name.step2 label {
  color: #028D73;
}
.steps-modal.is-step-2 .progressbar:before {
  width: 64%;
}
.steps-modal.is-step-3 .step-name span {
  background-color: #028D73;
}
.steps-modal.is-step-3 .step-name label {
  color: #028D73;
}
.steps-modal.is-step-3 .progressbar:before {
  width: 100%;
}
.steps-modal .driver-properties__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px -10px 20px;
}
.steps-modal .driver-properties__filters:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.steps-modal .driver-properties__filters .col {
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  padding: 0 10px;
}
.steps-modal .driver-properties__filters .col--flip-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 6px;
}
.steps-modal .driver-properties__filters .col--flip-switch .flip-switch-label {
  margin-bottom: 3px;
}
.steps-modal .driver-properties__filters .col--flip-switch .c-flip-switch {
  display: inline-block;
  margin-left: 10px;
}
.steps-modal .driver-properties__filters .col > label:not(.flip-switch-label) {
  display: block;
}
.steps-modal .driver-properties__filters .col > input, .steps-modal .driver-properties__filters .col > select {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1pt solid #b2b2b2;
}
.steps-modal .select-records__filters {
  margin-top: 20px;
}
.steps-modal .select-records__filters span:first-child {
  display: block;
  margin-bottom: 15px;
}
.steps-modal .select-records__filters__radio-buttons {
  display: inline-block;
  margin-left: 10px;
}
.steps-modal .select-records__filters__radio-buttons label {
  margin-right: 20px;
  font-weight: 400;
}
.steps-modal .select-records .topSubset {
  margin: 20px 0 0;
}
.steps-modal .select-records .topSubset .subset {
  margin: 0;
  border: none;
  background: transparent;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.steps-modal .select-records .topSubset .subset__title {
  background: transparent;
  font-weight: 400;
  margin-bottom: 0;
}
.steps-modal .select-records .topSubset .subset select {
  margin-bottom: 5px;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border-color: #CDCDCD;
}
.steps-modal .select-records .topSubset .subset .panel-body {
  padding: 0;
  margin-right: 20px;
  height: 100%;
  max-width: 100%;
}
.steps-modal .select-records .topSubset .subset .panel-body .tesseractDropDownPanel {
  border-color: #CDCDCD;
  height: calc(100% - 50px) !important;
}
.steps-modal .preview-and-apply.hiddenScreen {
  visibility: hidden;
  height: 0;
}
.steps-modal .preview-and-apply .tesseractBorderPage {
  background: white;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  height: 300px;
}
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel {
  padding: 0;
}
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridHeaderPanel,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridSelectionHeaderPanel {
  background-color: #f0f0f0;
}
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridHeaderCellText,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridFreezeHeaderCellText,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridDataHeaderCellText,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridRowHeaderCellText,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridDataCellText,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridSequenceCellText {
  text-align: left;
  font-size: 13px;
}
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridROWHEADERCellPanel,
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractGridSequenceRow {
  border-color: #e7e7e7;
}
.steps-modal .preview-and-apply .tesseractBorderPage .tesseractPropertyViewGridPanel .tesseractCheckboxDiv {
  font-size: 14px;
}
.steps-modal__body {
  padding: 20px 0 0;
}
.steps-modal__footer {
  position: relative;
  text-align: right;
  margin-bottom: 10px;
}
.steps-modal__footer .selected-red {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #960000;
}
.steps-modal__footer .fa {
  font-size: 11px;
  margin-left: 5px;
}
.steps-modal__header__title {
  margin: 15px 0 30px;
}
.steps-modal__header__progress {
  overflow: hidden;
}
.steps-modal__header__progress div {
  float: left;
  width: 32%;
  overflow: hidden;
}
.steps-modal__header__progress div span {
  background: #b2b2b2;
  color: #fff;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
  line-height: 1.666em;
  font-size: 12px;
  vertical-align: middle;
}
.steps-modal__header__progress div label {
  color: #b2b2b2;
  font-weight: 400;
  vertical-align: text-top;
}
.steps-modal__header__progress div.progressbar {
  position: relative;
  height: 8px;
  border-radius: 5px;
  width: 100%;
  background: #b2b2b2;
}
.steps-modal__header__progress div.progressbar:before {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: " ";
  background: #028D73;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
}

.tesseract-modal__header.tesseractPageGridTitle {
  padding: 0;
  margin: 5px 0 22px;
  width: 100%;
}
.tesseract-modal__content .grid-button-row {
  margin-bottom: 15px;
}
.tesseract-modal__content .grid-button-row button {
  padding: 5px 15px;
  margin-right: 5px;
}
.tesseract-modal__content .ui-grid .ui-grid-cell:first-child,
.tesseract-modal__content .ui-grid .ui-grid-header-cell:first-child {
  min-width: 60px;
  text-align: center;
}
.tesseract-modal__content .ui-grid .ui-grid-cell:first-child span,
.tesseract-modal__content .ui-grid .ui-grid-header-cell:first-child span {
  display: block;
}
.tesseract-modal__content .ui-grid .ui-grid-cell {
  border-bottom: 1px solid #BDC3C7;
}
.tesseract-modal__content .ui-grid .ui-grid-cell .ui-grid-cell-contents {
  padding: 5px 10px;
}
.tesseract-modal__content .ui-grid .ui-grid-header-cell-row {
  background: #eee;
}
.tesseract-modal__content .ui-grid .ui-grid-header-cell-row .ui-grid-cell-contents {
  padding: 3px 5px;
  font-weight: 500;
}
.tesseract-modal__footer {
  margin: 15px 0 8px;
}
.tesseract-modal__footer button:not(:first-child) {
  margin-left: 5px;
}
.tesseract-modal .data-link-modal__equation__header, .steps-modal .data-link-modal__equation__header {
  padding: 8px 12px;
  line-height: 1;
  background-color: #d6d6d6;
}
.tesseract-modal .data-link-modal__equation__header--valid, .steps-modal .data-link-modal__equation__header--valid {
  background-color: rgba(25, 166, 82, 0.1);
}
.tesseract-modal .data-link-modal__equation__header--invalid, .steps-modal .data-link-modal__equation__header--invalid {
  background-color: rgba(208, 2, 27, 0.1);
}
.tesseract-modal .data-link-modal__equation__header label, .steps-modal .data-link-modal__equation__header label {
  vertical-align: sub;
}
.tesseract-modal .data-link-modal__equation__header .message, .steps-modal .data-link-modal__equation__header .message {
  float: right;
  vertical-align: sub;
  line-height: 20px;
  text-transform: uppercase;
}
.tesseract-modal .data-link-modal__equation__header .message--valid, .steps-modal .data-link-modal__equation__header .message--valid {
  color: #028D73;
}
.tesseract-modal .data-link-modal__equation__header .message--invalid, .steps-modal .data-link-modal__equation__header .message--invalid {
  color: #870615;
}
.tesseract-modal .data-link-modal__equation__content, .steps-modal .data-link-modal__equation__content {
  background-color: #EFECEC;
  min-height: 70px;
  font-size: 16px;
  padding: 10px;
  max-height: 85px;
  overflow-y: auto;
}
.tesseract-modal .data-link-modal__equation__content .selected-currentColor, .steps-modal .data-link-modal__equation__content .selected-currentColor {
  display: block;
  margin-bottom: 10px;
}
.tesseract-modal .data-link-modal__equation__content .message, .steps-modal .data-link-modal__equation__content .message {
  font-size: 14px;
}
.tesseract-modal .data-link-modal__equation__content .message--invalid, .steps-modal .data-link-modal__equation__content .message--invalid {
  color: #870615;
}
.tesseract-modal .data-link-modal__grid .data-grid-dp, .steps-modal .data-link-modal__grid .data-grid-dp {
  height: 100%;
}
.tesseract-modal .topSubset .tesseractDropDownPanel, .steps-modal .topSubset .tesseractDropDownPanel {
  height: calc(100% - 60px) !important;
}

.tesseractPagePropertyPanel .tesseractPropertyHeaderPanel p {
  margin: 0;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid {
  padding: 5px 10px;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup {
  padding: 10px;
  background-color: white;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractPropertyGroupRow {
  margin-top: 0;
  margin-bottom: 5px;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractPropertyGroupRow .tesseractPropertyGroupCellText {
  padding-left: 0;
  padding-top: 0;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractPropertyRow {
  font-size: 12px;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractArrowPanel {
  float: right;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractArrowPanel div {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractArrowPanel div.tesseractArrowUp {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.tesseractPagePropertyPanel .tesseractPropertyGrid .tesseractPropertyGroup .tesseractArrowPanel div.tesseractArrowDown {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

copyversion .select-profile.btn.btn-primary.btn-outline.dates {
  margin-left: 12px !important;
  margin-bottom: 0;
  margin-top: 3px;
}
copyversion .destination-version {
  margin-top: 1px;
}
copyversion .version {
  margin-top: 14px;
}

/* selection */
.tesseractDataGridSelectedRow {
  background-color: #e9e9e9;
}

.tesseractSelectedNodeTextPanel,
.tesseractPropertyGridSelectedRow {
  background-color: #c0e2dc;
}

.variance-settings-modal__equation__header {
  padding: 8px 12px;
  line-height: 1;
  background-color: #d6d6d6;
}
.variance-settings-modal__equation__header--valid {
  background-color: rgba(25, 166, 82, 0.1);
}
.variance-settings-modal__equation__header--invalid {
  background-color: rgba(208, 2, 27, 0.1);
}
.variance-settings-modal__equation__header label {
  vertical-align: sub;
}
.variance-settings-modal__equation__header .message {
  float: right;
  vertical-align: sub;
  line-height: 20px;
  text-transform: uppercase;
}
.variance-settings-modal__equation__header .message--valid {
  color: #028D73;
}
.variance-settings-modal__equation__header .message--invalid {
  color: #870615;
}
.variance-settings-modal__equation__content {
  background-color: #EFECEC;
  min-height: 40px;
  font-size: 16px;
  padding: 10px;
  max-height: 85px;
  overflow-y: auto;
}
.variance-settings-modal__equation__content .selected-currentColor {
  display: block;
  margin-bottom: 10px;
}
.variance-settings-modal__equation__content .message {
  font-size: 14px;
}
.variance-settings-modal__equation__content .message--invalid {
  color: #870615;
}
.variance-settings-modal__grid .data-grid-dp {
  height: 100%;
}

/* Datepicker Overrides */
.ui-datepicker.ui-widget-content {
  width: 18em;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  z-index: 999999 !important;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header {
  border: none;
  background: #028D73;
  border-radius: 0;
  padding: 10px 0;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title:before, .ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title:after {
  content: "";
  position: absolute;
  z-index: 5;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  left: 62px;
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title:after {
  left: 150px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header select.ui-datepicker-month,
.ui-datepicker.ui-widget-content .ui-datepicker-header select.ui-datepicker-year {
  position: relative;
  z-index: 10;
  background: none;
  border: none;
  color: white;
  padding: 0 8px 0 16px;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header select.ui-datepicker-month::-ms-expand,
.ui-datepicker.ui-widget-content .ui-datepicker-header select.ui-datepicker-year::-ms-expand {
  display: none;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header select option {
  background: transparent;
  color: #555;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-corner-all {
  height: 100%;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-corner-all.ui-state-hover {
  background: transparent;
  color: #fff;
  opacity: 0.8;
  border: none;
  top: 2px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-corner-all .ui-icon {
  background-image: none;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 12px;
  width: 12px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-corner-all.ui-datepicker-next {
  right: 13px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-corner-all.ui-datepicker-prev {
  left: 13px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-corner-all.ui-datepicker-prev .ui-icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar {
  border-collapse: initial;
  padding: 10px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th span {
  text-transform: uppercase;
  opacity: 0.7;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar td.ui-datepicker-td {
  padding: 3px;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-priority-secondary {
  opacity: 0.4;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default {
  border: none;
  text-align: center;
  background: transparent;
  font-weight: bold;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  border: 1px #028D73 solid;
  color: inherit;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default.ui-state-startPeriod-highlight {
  border: 1px #3498DB solid;
  color: inherit;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default.ui-state-active {
  border: 1px #028D73 solid;
  background: #028D73;
  color: #fff;
}
.ui-datepicker.ui-widget-content .ui-datepicker-calendar .ui-state-default.ui-state-hover {
  background: #c0e2dc;
  color: inherit;
}
.ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-close {
  border: none;
  background: none;
  color: #028D73 !important;
  font-weight: 600;
  opacity: 0.7;
}
.ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-current:hover, .ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
  text-decoration: underline;
}
.ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-current:first-child(), .ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-close:first-child() {
  float: left;
}
.ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-current:last-child(), .ui-datepicker.ui-widget-content .ui-datepicker-buttonpane button.ui-datepicker-close:last-child() {
  float: right;
}
.ui-datepicker.ui-widget-content:not(.showNeverEnd) .ui-datepicker-buttonpane button.ui-datepicker-close {
  display: none;
}

/* Setup Pages */
.spread-method-form.scrollable,
.recognition-schedule-form.scrollable {
  height: calc(100vh - 146px);
  margin-bottom: 8px;
}
.spread-method-form.panel-bottom-open-form,
.recognition-schedule-form.panel-bottom-open-form {
  margin-bottom: 0;
}

.tiered-rates.scrollable,
.work-pay-cycle.scrollable,
.payment-method-form.scrollable,
.receivable-method-form.scrollable {
  height: calc(100vh - 166px);
}

.default-settings__wrapper {
  height: calc(100vh - 184px);
  padding: 10px 15px;
}

.work-pay-cycle {
  padding: 10px 30px 100px;
}

.slide-panel-bottom .slide-panel-bottom__inner {
  padding-top: 6px;
  overflow-x: auto;
}

.main .user-edit.container-fluid {
  padding-bottom: 20px;
}

.deploy.step3-container.form-nav {
  height: calc(100% - 128px);
}

/* Tooltips Override */
spread-methods .tooltip-inner,
payment-methods .tooltip-inner,
receivable-methods .tooltip-inner,
recognition-schedules .tooltip-inner,
tiered-rates .tooltip-inner,
work-pay-cycle .tooltip-inner,
budget-panel-chart .tooltip-inner {
  width: auto !important;
}

dimension-definition-edit .tooltip-inner,
deployplan-to-cube .tooltip-inner {
  width: auto !important;
  min-width: 500px;
}

payment-methods span.badge,
receivable-methods span.badge,
recognition-schedules span.badge,
tiered-rates span.badge,
work-pay-cycle span.badge {
  vertical-align: top;
}
payment-methods .tooltips tip,
receivable-methods .tooltips tip,
recognition-schedules .tooltips tip,
tiered-rates .tooltips tip,
work-pay-cycle .tooltips tip {
  display: none !important;
}

payment-methods .tooltips,
receivable-methods .tooltips,
recognition-schedules .tooltips {
  width: 100%;
}

#dimension_form .tooltip {
  max-width: 500px;
}

dimension-hierarchy-component .hierarchy__form .tooltip {
  width: 600px;
}
dimension-hierarchy-component .hierarchy__form .tooltip-inner {
  width: auto !important;
}

.form-group.useWeightsControl label {
  display: block;
}
.form-group.useWeightsControl .badge {
  margin: 1px;
}

/* Header */
/* Fixed Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: auto;
  background-color: #337B6C;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .logo {
  cursor: pointer;
}
.header .nav-wrapper, .header .logo, .header .header-top-menu {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.header .header-top-menu .header-top-menu-container {
  margin: 0 0 0 16px;
  padding: 0 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-top-menu .header-top-menu-container .header-top-menu-container-plan {
  -webkit-text-decoration: underline #FFFFFF;
  text-decoration: underline #FFFFFF;
  color: #FFFFFF;
}
.header .header-top-menu .header-top-menu-container.header-top-menu-container-no-plan {
  margin: 0 24px 0 0;
  padding: 0;
}
.header .header-top-menu .header-top-menu-container > li > a.menu-disabled {
  cursor: not-allowed;
}
.header .header-top-menu .header-top-menu-container > li > a.menu-disabled i {
  color: #acaaaa;
}
.header .header-top-menu .header-top-menu-container > li > a.menu-disabled:hover i, .header .header-top-menu .header-top-menu-container > li > a.menu-disabled:focus i {
  color: #b5b4b4;
}
.header .header-top-menu .header-top-menu-container > li > a.menu-disabled.focused, .header .header-top-menu .header-top-menu-container > li > a.menu-disabled:focus {
  border-color: transparent;
}
.header .header-top-menu .header-top-menu-container > li > a, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}
.header .header-top-menu .header-top-menu-container > li > a:focus, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown:focus {
  border-color: #fff;
}
.header .header-top-menu .header-top-menu-container > li > a.focused, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown.focused {
  border-color: #fff;
}
.header .header-top-menu .header-top-menu-container > li, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown {
  float: left;
  color: #fff;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-top-menu .header-top-menu-container > li > a, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > a {
  text-align: center;
  display: block;
}
.header .header-top-menu .header-top-menu-container > li > a > i, .header .header-top-menu .header-top-menu-container > li > a > span, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > a > i, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > a > span {
  height: 100%;
  width: 100%;
  line-height: inherit;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.header .header-top-menu .header-top-menu-container > li > a > i:hover, .header .header-top-menu .header-top-menu-container > li > a > span:hover, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > a > i:hover, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > a > span:hover {
  color: #028D73;
}
.header .header-top-menu .header-top-menu-container > li > i.blip.blip-alert, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > i.blip.blip-alert {
  position: relative;
  left: -2px;
  width: 8px;
  height: 8px;
}
.header .header-top-menu .header-top-menu-container > li > i.blip.blip-alert.flash-mode, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > i.blip.blip-alert.flash-mode {
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}
.header .header-top-menu .header-top-menu-container > li > i.blip.blip-alert.blip-red, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > i.blip.blip-alert.blip-red {
  background: #dc4d4d;
}
.header .header-top-menu .header-top-menu-container > li > ul, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul {
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  background-color: #fff;
  display: none;
  position: fixed;
  width: 220px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header .header-top-menu .header-top-menu-container > li > ul li a, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a {
  padding: calc(2px - 2px) calc(20px - 2px);
  display: block;
  color: #262626;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32.6px;
  line-height: 1.42857;
  border: 2px solid transparent;
}
.header .header-top-menu .header-top-menu-container > li > ul li a:hover, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a:hover {
  background-color: #DFE6EB;
}
.header .header-top-menu .header-top-menu-container > li > ul li a:focus, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a:focus {
  border-color: #028D73;
}
.header .header-top-menu .header-top-menu-container > li > ul li a span, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a span {
  line-height: 27px;
}
.header .header-top-menu .header-top-menu-container > li > ul li a i, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a i {
  vertical-align: bottom;
  margin-right: 13px;
  font-size: 20px;
  color: #028D73;
  line-height: inherit;
}
.header .header-top-menu .header-top-menu-container > li > ul li a i[class^=icon-], .header .header-top-menu .header-top-menu-container > li > ul li a i[class*=" icon-"], .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a i[class^=icon-], .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li a i[class*=" icon-"] {
  padding: 0 1px 0 1px;
  font-size: 17px;
}
.header .header-top-menu .header-top-menu-container > li > ul li.dropdown-menu__title, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li.dropdown-menu__title {
  margin-bottom: -6px;
  font-size: 0.95em;
  text-transform: uppercase;
}
.header .header-top-menu .header-top-menu-container > li > ul li.dropdown-menu__title a, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li.dropdown-menu__title a {
  height: 31px;
  color: #9B9B9B;
  background: none;
}
.header .header-top-menu .header-top-menu-container > li > ul li.singleDrop-header a, .header .header-top-menu .header-top-menu-container > li > .header-dropdown-list-dropdown > ul li.singleDrop-header a {
  line-height: normal;
  padding: 10px 20px;
  height: auto;
  font-weight: 700;
}

/* SubHeader */
.section-header {
  overflow: hidden;
  padding: 10px 20px;
  background: #f6f8f8;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.section-header--space-between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-header--space-between .flipswitch-row {
  position: initial;
}
.section-header h1.title {
  padding: 0;
  font-weight: 400;
}
.section-header h1.title span {
  vertical-align: middle;
  line-height: 38px;
}
.section-header h1.title i {
  font-size: 20px;
  background-color: #028D73;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.section-header h1.title i.fa {
  font-size: 15px;
  padding-top: 8px;
}
.section-header h1.title i.fa:hover {
  color: #fff;
}
.section-header .subtitle {
  font-size: 1.4em;
  padding: 0;
  margin: 0 0 0 40px;
  font-weight: 300;
}
.section-header .align-filter-preview-year {
  left: initial;
  float: right;
  margin-top: 32.5px;
  /* The half of the height */
}
.section-header .align-filter-preview-year .flipswitch-row {
  padding: 0;
  background: none;
}

.data-maintenance {
  overflow: auto;
  height: calc(100vh - 30px);
  padding-bottom: 20px;
}
.data-maintenance section .section-title {
  margin: 30px 0 10px 30px;
  padding: 0;
}
.data-maintenance section ul {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}
.data-maintenance section ul li {
  padding: 10px;
}
.data-maintenance section ul li a {
  border-radius: 8px;
  border: 1px solid #028D73;
  padding: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
}
.data-maintenance section ul li a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #028D73;
  box-shadow: inset 0px 0px 0px 1px #028D73;
}
.data-maintenance section ul li a i {
  font-size: 60px;
  margin-right: 20px;
}

/* Landing Page */
.lp-container,
.lp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-container {
  height: 100vh;
  min-height: 600px;
  margin-left: -8px;
  min-width: 964px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #DFE6EB;
}
.lp-container--no-page {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 2em;
}
.lp-container--no-page .title-module {
  margin: 1em 0;
}
.lp-container .lp-title-container {
  color: #fff;
  width: 1000px;
  margin-bottom: 50px;
}
.lp-container .lp-title-container .title {
  font-size: 3.3em;
  font-weight: 100;
  margin: 0;
  padding: 10px 0;
}
.lp-container .lp-title-container .title .text-success {
  color: #1B495A;
  font-weight: bold;
}
.lp-container .lp-title-container .sub-title {
  color: #002549;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.5px;
}
.lp-container .lp-content {
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
}
.lp-container .lp-content .lp-card {
  width: 32%;
  background-color: #fff;
  border-style: solid;
  border-color: #1B495A;
  border-width: thin;
  color: #343f4d;
}
.lp-container .lp-content .lp-card i {
  font-size: 110px;
}
.lp-container .lp-content .lp-card__body {
  padding: 0 20px;
  height: 240px;
}
.lp-container .lp-content .lp-card__body__description {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #002549;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.lp-container .lp-content .lp-card__body__actions__buttons__row {
  height: 40px;
}
.lp-container .lp-content .lp-card__body__actions__buttons a {
  text-decoration: none;
  padding-top: 15px;
  cursor: pointer;
}
.lp-container .lp-content .lp-card__body__actions__buttons .rounded-button i {
  color: #002549;
  background-color: white;
  border: 1px solid #002549;
  padding: 3px;
  float: left;
  font-size: 20px;
  border-radius: 100%;
}
.lp-container .lp-content .lp-card__body__actions__buttons .rounded-button span {
  margin: 5px auto 0;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  color: #1B495A;
  float: left;
}
.lp-container .lp-content .lp-card__body__actions__buttons .rounded-button:hover i {
  color: rgb(73, 165.2465753425, 255);
  border-color: rgb(73, 165.2465753425, 255);
}
.lp-container .lp-content .lp-card__body__actions__buttons.links {
  float: right;
  height: auto;
  padding-top: 30px;
}
.lp-container .lp-content .lp-card__body__actions__buttons.links .link {
  font-weight: 500;
  font-size: 14px;
  color: #002549;
  font-weight: bold;
}
.lp-container .lp-content .lp-card__body__actions__buttons.links .link:hover {
  color: rgb(0, 21.4904109589, 42.4);
}
.lp-container .lp-content .lp-card__body__actions__buttons.links .link .material-icons {
  font-size: 20px;
  font-weight: 900;
  vertical-align: middle;
  margin: -5px;
}
.lp-container .lp-content .lp-card__body__actions .connections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px;
}
.lp-container .lp-content .lp-card__body__actions .connections select {
  width: 100%;
  color: #1B495A;
  font-weight: bold;
  border-color: #DFE6EB;
  border-width: 1.5px;
}
.lp-container .lp-content .lp-card__body__actions .connections .connections-dropdown {
  width: 100%;
}
.lp-container .lp-content .lp-card__body__actions .connections .connected-text {
  color: #028D73;
  font-weight: 500;
  margin-left: 10px;
}
.lp-container .lp-content .lp-card__body__actions .connections .one-profile {
  margin-top: 20px;
}
.lp-container .lp-content .lp-card__body__actions .connections .connected-profile-name {
  color: #1B495A;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 200px;
}
.lp-container .lp-content .lp-card__body__actions .connections .connected-profile-current-profile-text {
  font-weight: bold;
  margin-right: 100px;
}
.lp-container .lp-content .lp-card__header {
  border-radius: 6px 6px 0 0;
  position: relative;
  color: #1B495A;
  font-weight: 100;
  padding: 30px 20px;
}
.lp-container .lp-content .lp-card__header .title {
  font-size: 26px;
  font-weight: 100;
  margin: 0;
  letter-spacing: 0.3px;
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 10px;
}
.lp-container .lp-content .lp-card__header img {
  width: 20%;
  margin-top: -10px;
}

.object-lp-container,
.object-lp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.object-lp-container {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.object-lp-container .object-lp-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40vw;
}
.object-lp-container .object-lp-content .object-lp-icon {
  width: 40%;
  font-size: 98px;
  text-align: center;
  color: #028D73;
}
.object-lp-container .object-lp-content .object-lp-description {
  width: 60%;
}
.object-lp-container .object-lp-content .object-lp-description .title {
  color: #028D73;
}

/* Welcome Page */
.welcome-page {
  padding: 20px 20px 0 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: calc(100vh - 30px);
  border-radius: 20px 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.welcome-page__header {
  height: 95px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.welcome-page__header.lp-title-container {
  margin-bottom: 0;
}
.welcome-page__header.lp-title-container .title {
  font-size: 2.9em;
}
.welcome-page__content {
  height: calc(100vh - 95px - 80px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.welcome-page__content.reports {
  max-height: none;
}
.welcome-page__content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 40px;
}
.welcome-page__content header.plan-select h5 {
  font-size: 1.3em;
  color: #002549;
  font-weight: bold;
  letter-spacing: -0.25px;
  margin-right: 6.6666666667px;
}
.welcome-page__content header.plan-select .plan-select__dropdown {
  border: 1px solid rgb(1.572027972, 110.827972028, 90.3916083916);
  background-color: #fafafa;
  margin-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.welcome-page__content header.plan-select .plan-select__dropdown a {
  color: rgb(1.572027972, 110.827972028, 90.3916083916);
  font-size: 1.1em;
  line-height: 40px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.welcome-page__content header.plan-select .plan-select__dropdown a i.arrow-down-icon {
  vertical-align: middle;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.welcome-page__content header.plan-select .plan-select__dropdown .plan-name {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: clip;
  white-space: nowrap;
  display: inline-block;
  width: 215px;
}
.welcome-page__content header.plan-select .plan-select__dropdown.open a i.arrow-down-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu {
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 9999;
  border-radius: 0;
  padding: 0;
  margin: 0;
  left: initial;
  right: -1px;
  min-width: 260px;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  max-height: 65vh;
  z-index: 99999;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu ul li {
  font-size: 14px;
  line-height: 50px;
  padding: 0 30px;
  white-space: nowrap;
  cursor: pointer;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu ul li:hover {
  background-color: #028D73;
  color: #fff;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu ul li:hover i {
  color: #fff;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu ul li.no-plans {
  font-style: italic;
  opacity: 0.5;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu ul li i {
  font-size: 18px;
  color: #028D73;
  vertical-align: text-bottom;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu__no-plans {
  font-style: italic;
  color: #999 !important;
}
.welcome-page__content header.plan-select .plan-select__dropdown__menu__no-plans:hover {
  background: inherit !important;
  color: #999 !important;
  cursor: inherit;
}
.welcome-page__content header.plan-select .plan-select__spinner {
  position: relative;
  margin-top: 5px;
  width: 282px;
  color: #028D73;
}
.welcome-page__content header.plan-select .plan-select__spinner i {
  font-size: 2em;
}
.welcome-page__content header.profile-display h5 {
  font-size: 1.3em;
  color: #002549;
  font-weight: bold;
  letter-spacing: -0.25px;
  margin-right: 6.6666666667px;
}
.welcome-page__content header.profile-display .profile-display__dropdown {
  margin-left: 5px;
}
.welcome-page__content header.profile-display .profile-display__dropdown a {
  color: #002549;
  font-size: 1.1em;
  line-height: 40px;
  text-decoration: none;
  cursor: default;
}
.welcome-page__content header.profile-display .profile-display__dropdown .profile-name {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: clip;
  white-space: nowrap;
  display: inline-block;
  width: 260px;
}
.welcome-page__content section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #bebebe;
  padding: 20px 0;
  min-height: 95px;
  height: 176px;
}
.welcome-page__content section.applications .section__links__inner .carousel__wrapper__inner .item a, .welcome-page__content section.bm-data-tools .section__links__inner .carousel__wrapper__inner .item a, .welcome-page__content section.workflow .section__links__inner .carousel__wrapper__inner .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.welcome-page__content section.applications .section__links__inner .carousel__wrapper__inner .item a i, .welcome-page__content section.bm-data-tools .section__links__inner .carousel__wrapper__inner .item a i, .welcome-page__content section.workflow .section__links__inner .carousel__wrapper__inner .item a i {
  position: initial;
}
.welcome-page__content section.applications .section__links__inner .carousel__wrapper__inner .item a span, .welcome-page__content section.bm-data-tools .section__links__inner .carousel__wrapper__inner .item a span, .welcome-page__content section.workflow .section__links__inner .carousel__wrapper__inner .item a span {
  position: static;
  width: 100%;
}
.welcome-page__content section.applications:not(.one-row) {
  height: 332px;
  min-height: calc(95px * 2 - 20px);
}
.welcome-page__content section.applications:not(.one-row) .section__links__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 580px;
  min-width: 580px;
}
.welcome-page__content section.applications:not(.one-row) .section__links__inner .carousel__wrapper__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 580px;
  min-width: 580px;
}
.welcome-page__content section.applications:not(.one-row) .section__links__inner .carousel__wrapper__inner .item {
  height: calc(50% - 10px);
  margin-bottom: 20px;
}
.welcome-page__content section.applications:not(.one-row) .section__links__inner .item {
  height: calc(50% - 10px);
  margin-bottom: 20px;
}
.welcome-page__content section.applications.one-row .section__links__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 580px;
  min-width: 580px;
}
.welcome-page__content section.applications.one-row .section__links__inner .carousel__wrapper__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 580px;
  min-width: 580px;
}
.welcome-page__content section.applications.one-row .section__links__inner .carousel__wrapper__inner .item {
  margin-bottom: 20px;
}
.welcome-page__content section.applications.one-row .section__links__inner .item {
  margin-bottom: 20px;
}
.welcome-page__content section .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
}
.welcome-page__content section .section__header img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
}
.welcome-page__content section .section__header__description {
  color: #002549;
  padding-right: 20px;
}
.welcome-page__content section .section__header__description .title {
  font-size: 1.3em;
  padding: 0;
  letter-spacing: -0.25px;
  font-weight: bold;
}
.welcome-page__content section .section__header__description p {
  font-size: 0.9em;
  font-weight: 400;
  color: #002549;
}
.welcome-page__content section .section__header__description button {
  padding: 5px 22px;
}
.welcome-page__content section .section__header__button {
  padding-top: 10px;
}
.welcome-page__content section.favorite {
  max-height: 500px;
  height: calc(100% - 176px - 40px);
}
.welcome-page__content section.favorite .section__links {
  overflow-y: auto;
}
.welcome-page__content section.favorite .section__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  margin-left: -10px;
}
.welcome-page__content section.favorite .section__links__inner .item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 1130px) and (max-width: 1280px) {
  .welcome-page__content section.favorite .section__links__inner .item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .welcome-page__content section.favorite .section__links__inner .item {
    -ms-flex-preferred-size: 145px;
    flex-basis: 145px;
  }
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .welcome-page__content section.favorite .section__links__inner .item {
    -ms-flex-preferred-size: 145px;
    flex-basis: 145px;
  }
}
@media (min-width: 1440px) {
  .welcome-page__content section.favorite .section__links__inner .item {
    -ms-flex-preferred-size: 145px;
    flex-basis: 145px;
  }
}
.welcome-page__content section.favorite .section__links__inner .item .squared-button {
  height: 135px;
  min-width: 125px;
}
.welcome-page__content section.favorite .section__links__inner .item .squared-button i {
  position: initial;
  margin-bottom: 20px;
}
.welcome-page__content section.bs-section .section__links__inner .squared-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.welcome-page__content section.bs-section .section__links__inner .squared-button i {
  position: initial;
}
.welcome-page__content section.bs-section .section__links__inner .squared-button span {
  position: initial;
  left: 0;
  width: 100%;
}
.welcome-page__content section.favorite-upper {
  height: 176px;
}
.welcome-page__content section.favorite-upper .section__header button {
  background-color: #002549;
  border-color: #002549;
}
.welcome-page__content section.favorite-upper .section__header button:hover {
  background-color: rgb(0, 21.4904109589, 42.4);
}
.welcome-page__content section.favorite-upper .section__links__inner .squared-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.welcome-page__content section.favorite-upper .section__links__inner .squared-button i {
  position: initial;
}
.welcome-page__content section.favorite-upper .section__links__inner .squared-button span {
  position: initial;
  left: 0;
  width: 100%;
}
.welcome-page__content .section__links {
  width: 62%;
}
.welcome-page__content .section__links__inner {
  height: 100%;
}
.welcome-page__content .section__links__inner .line-break {
  width: 100%;
}
.welcome-page__content .section__links__inner .squared-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px;
  margin: 0 10px;
  border-radius: 2px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
}
.welcome-page__content .section__links__inner .squared-button span {
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  position: absolute;
  left: 10%;
  width: 80%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 50px;
}
.welcome-page__content .section__links__inner .squared-button i {
  display: block;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
.welcome-page__content .section__links__inner .squared-button--yellow {
  background-color: #e4a628;
}
.welcome-page__content .section__links__inner .squared-button--yellow:hover {
  background-color: rgb(210.9132231405, 150.0917355372, 26.4867768595);
}
.welcome-page__content .section__links__inner .squared-button--boston-blue {
  background-color: #2F80B9;
}
.welcome-page__content .section__links__inner .squared-button--boston-blue:hover {
  background-color: rgb(40.800862069, 111.1172413793, 160.599137931);
}
.welcome-page__content .section__links__inner .squared-button--red {
  background-color: #9c2f31;
}
.welcome-page__content .section__links__inner .squared-button--red:hover {
  background-color: rgb(132.484729064, 39.915270936, 41.6137931034);
}
.welcome-page__content .section__links__inner .squared-button--violet {
  background-color: #602e80;
}
.welcome-page__content .section__links__inner .squared-button--violet:hover {
  background-color: rgb(79.1172413793, 37.9103448276, 105.4896551724);
}
.welcome-page__content .section__links__inner .squared-button--red-violet {
  background-color: #002549;
}
.welcome-page__content .section__links__inner .squared-button--red-violet:hover {
  background-color: rgb(0, 21.4904109589, 42.4);
}
.welcome-page__content .section__links__inner .squared-button--gossamer {
  background-color: #028D73;
}
.welcome-page__content .section__links__inner .squared-button--gossamer:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.welcome-page__content .section__links__inner .squared-button--fire-bush {
  background-color: #0061A2;
}
.welcome-page__content .section__links__inner .squared-button--fire-bush:hover {
  background-color: rgb(0, 78.6777777778, 131.4);
}
.welcome-page__content .section__links__inner .squared-button--blue {
  background-color: #244B92;
}
.welcome-page__content .section__links__inner .squared-button--blue:hover {
  background-color: rgb(29.9472527473, 62.3901098901, 121.4527472527);
}
.welcome-page__content .section__links__inner .squared-button--deep-blush {
  background-color: #EB648B;
}
.welcome-page__content .section__links__inner .squared-button--deep-blush:hover {
  background-color: rgb(231.5028571429, 72.8971428571, 118.7165714286);
}
.welcome-page__content .section__links__inner .squared-button--red {
  background-color: #9c2f31;
}
.welcome-page__content .section__links__inner .squared-button--red:hover {
  background-color: rgb(132.484729064, 39.915270936, 41.6137931034);
}
.welcome-page__content .section__links__inner .squared-button--green {
  background-color: #1a693c;
}
.welcome-page__content .section__links__inner .squared-button--green:hover {
  background-color: rgb(19.9267175573, 80.4732824427, 45.9847328244);
}
.welcome-page__content .section__links__inner .squared-button--fruit-salad {
  background-color: #028D73;
}
.welcome-page__content .section__links__inner .squared-button--fruit-salad:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.welcome-page__content .section__links__inner .squared-button--bay-leaf {
  background-color: #028D73;
}
.welcome-page__content .section__links__inner .squared-button--bay-leaf:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.welcome-page__content .section__links__inner .squared-button--magenta {
  background-color: #a03d6c;
}
.welcome-page__content .section__links__inner .squared-button--magenta:hover {
  background-color: rgb(137.8461538462, 52.5538461538, 93.0461538462);
}
.welcome-page__content .section__links__inner .squared-button--orange {
  background-color: #ea6514;
}
.welcome-page__content .section__links__inner .squared-button--orange:hover {
  background-color: rgb(205.8094488189, 88.8322834646, 17.5905511811);
}
.welcome-page__content .section__links__inner .squared-button--dark-green {
  background-color: #1B495A;
}
.welcome-page__content .section__links__inner .squared-button--dark-green:hover {
  background-color: rgb(19.9384615385, 53.9076923077, 66.4615384615);
}
.welcome-page__content .section__links__inner .squared-button--cyan {
  background-color: #5ba1af;
}
.welcome-page__content .section__links__inner .squared-button--cyan:hover {
  background-color: rgb(77.1803278689, 144.7131147541, 158.2196721311);
}
.welcome-page__content .section__links__inner .squared-button--deep-cerulean {
  background-color: #028D73;
}
.welcome-page__content .section__links__inner .squared-button--deep-cerulean:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.welcome-page__content .section__links__inner .squared-button--egg-blue {
  background-color: #028D73;
}
.welcome-page__content .section__links__inner .squared-button--egg-blue:hover {
  background-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.welcome-page__content .section__links__inner .squared-button--salmon {
  background-color: #0061A2;
}
.welcome-page__content .section__links__inner .squared-button--salmon:hover {
  background-color: rgb(0, 78.6777777778, 131.4);
}
.welcome-page__content .section__links__inner .squared-button--salmon2 {
  background-color: #002549;
}
.welcome-page__content .section__links__inner .squared-button--salmon2:hover {
  background-color: rgb(0, 21.4904109589, 42.4);
}
.welcome-page__content .section__links__inner .carousel__wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.welcome-page__content .section__links__inner .carousel__wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 5000px;
  margin-left: -10px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.welcome-page__content .section__links__inner .carousel__wrapper__inner .item {
  -ms-flex-preferred-size: 145px;
  flex-basis: 145px;
  max-width: 160px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 100%;
  cursor: pointer;
}
.welcome-page__content .section__links__inner .carousel-control {
  width: 4%;
}
.welcome-page__content .section__links__inner .carousel-control .glyphicon-chevron-left,
.welcome-page__content .section__links__inner .carousel-control .glyphicon-chevron-right,
.welcome-page__content .section__links__inner .carousel-control .icon-prev,
.welcome-page__content .section__links__inner .carousel-control .icon-next {
  font-size: 15px;
  right: 7px;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .welcome-page__content .section__links__inner .carousel-control.right {
    right: 4px;
  }
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .welcome-page__content .section__links__inner .carousel-control.right {
    right: 3px;
  }
}
@media (min-width: 1440px) {
  .welcome-page__content .section__links__inner .carousel-control.right {
    right: 4px;
  }
}
.welcome-page__content .section__links__inner .module-disabled {
  background-color: #d9dfe5;
  color: #625d5e;
  border: 1px dashed #343A40;
  cursor: not-allowed;
}
.welcome-page__content .section__links__inner .module-disabled:hover {
  opacity: 0.25;
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
.welcome-page__content .section__links__inner .module-disabled:hover i, .welcome-page__content .section__links__inner .module-disabled:hover span {
  color: #fff;
}
.welcome-page__content .section__links__inner .module-disabled i, .welcome-page__content .section__links__inner .module-disabled span {
  color: #625d5e;
}

.tesseract .tesseractPropertyNameCell.ui-draggable:not(.ui-draggable-disabled):hover, copyversion .tesseractPropertyNameCell.ui-draggable:not(.ui-draggable-disabled):hover, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.ui-draggable:hover, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.ui-draggable:hover, .tesseract .tesseractDragHelper, copyversion .tesseractDragHelper {
  cursor: pointer;
  position: relative;
}
.tesseract .tesseractPropertyNameCell.ui-draggable:not(.ui-draggable-disabled):hover:before, copyversion .tesseractPropertyNameCell.ui-draggable:not(.ui-draggable-disabled):hover:before, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.ui-draggable:hover:before, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.ui-draggable:hover:before, .tesseract .tesseractDragHelper:before, copyversion .tesseractDragHelper:before {
  content: "\e93f";
  font-family: "lm-line-icons";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.tesseract .tesseractDragging, copyversion .tesseractDragging {
  position: relative;
}
.tesseract .tesseractDragging:after, copyversion .tesseractDragging:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 90;
  cursor: pointer;
}
.tesseract .tesseractDNDDragged .tesseractDivText, copyversion .tesseractDNDDragged .tesseractDivText {
  color: #0800ff !important;
}
.tesseract .tesseractDragHelper, copyversion .tesseractDragHelper {
  width: auto !important;
  padding: 3px;
  padding: 3px 8px 3px 16px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 2px;
  background: #F0F0F0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  color: #555555;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tesseract .tesseractDragHelper.tesseractDNDValid, copyversion .tesseractDragHelper.tesseractDNDValid {
  background: #c0e2dc;
}
.tesseract .tesseractDragHelper.tesseractDNDInvalid, copyversion .tesseractDragHelper.tesseractDNDInvalid {
  background: #F0F0F0;
}
.tesseract .tesseractDragHelper.tesseractDNDDelete, copyversion .tesseractDragHelper.tesseractDNDDelete {
  background: #FFE2E6;
  position: relative;
}
.tesseract .tesseractDragHelper.tesseractDNDDelete:after, copyversion .tesseractDragHelper.tesseractDNDDelete:after {
  content: "\e940";
  font-family: "lm-line-icons";
  color: red;
  position: absolute;
  left: -20px;
  top: 4px;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive {
  background: #c0e2dc;
  border-style: solid;
  border-color: #028D73;
  z-index: 95;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive.tesseractDNDActiveHovering, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive.tesseractDNDActiveHovering {
  border-left-width: 0 !important;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive.tesseractDNDActiveLast:not(.tesseractDNDActiveHoveringLast), copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive.tesseractDNDActiveLast:not(.tesseractDNDActiveHoveringLast) {
  border-right-width: 1px !important;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive.tesseractDNDActiveLast.tesseractDNDActiveHoveringLast, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive.tesseractDNDActiveLast.tesseractDNDActiveHoveringLast {
  border-right-width: 0 !important;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive .tesseractDivText, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractDNDActive .tesseractDivText {
  opacity: 1;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.ui-draggable.ui-resizable-resizing:before, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.ui-draggable.ui-resizable-resizing:before {
  display: none !important;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel {
  display: inline;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort.showFilter .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort:not(.ui-resizable-resizing):hover .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort.showFilter .tesseractGridSortPanel {
  right: 15px;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showFilter .tesseractGridFilterPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showFilter .tesseractGridFilterPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showFilter .tesseractGridFilterPanel {
  display: inline;
}
.tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort .tesseractGridSortPanel, .tesseract .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasFilter.showSort .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridROWHEADERHEADERCellPanel.tesseractHasSort.showSort .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasFilter.showSort .tesseractGridSortPanel, copyversion .tesseractGridHeaderPanel .tesseractGridCOLUMNPROPHEADERCellPanel.tesseractHasSort.showSort .tesseractGridSortPanel {
  display: inline;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  display: none;
  z-index: 95;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:before, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:after, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:before, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:after, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:before, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:after, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:before, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:before, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:before, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:before, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:before {
  top: 0;
  border-top: 5px solid green;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:after, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:after, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:after, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:after {
  bottom: 0;
  border-bottom: 5px solid green;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft {
  border-left: 1px solid green;
  right: 0;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft.tesseractDropIndicatorSide.tesseractDropIndicatorLast, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft.tesseractDropIndicatorSide.tesseractDropIndicatorLast {
  right: 5px;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:before, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:after, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:before, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorLeft:after {
  left: -5px;
  border-left: 5px solid transparent;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight {
  border-right: 1px solid green;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:not(.tesseractDropIndicatorOut), copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:not(.tesseractDropIndicatorOut) {
  left: 0;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight.tesseractDropIndicatorOut, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight.tesseractDropIndicatorOut {
  top: 1px;
  height: calc(100% - 2px);
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight.tesseractDropIndicatorOut:not(.tesseractDropIndicatorLast), copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight.tesseractDropIndicatorOut:not(.tesseractDropIndicatorLast) {
  right: -1px;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight.tesseractDropIndicatorOut.tesseractDropIndicatorLast, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight.tesseractDropIndicatorOut.tesseractDropIndicatorLast {
  right: 4px;
}
.tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:before, .tesseract .tesseractGridHeaderPanel .tesseractDropIndicatorRight:after, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:before, copyversion .tesseractGridHeaderPanel .tesseractDropIndicatorRight:after {
  left: 0;
  border-right: 5px solid transparent;
}
.tesseract .tesseractPropertyNameCell:not(.ui-draggable), .tesseract .tesseractPropertyNameCell.ui-draggable-disabled, copyversion .tesseractPropertyNameCell:not(.ui-draggable), copyversion .tesseractPropertyNameCell.ui-draggable-disabled {
  position: relative;
}
.tesseract .tesseractPropertyNameCell:not(.ui-draggable):before, .tesseract .tesseractPropertyNameCell.ui-draggable-disabled:before, copyversion .tesseractPropertyNameCell:not(.ui-draggable):before, copyversion .tesseractPropertyNameCell.ui-draggable-disabled:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #acacac;
}
.tesseract .tesseractPropertyNameCell:not(.ui-draggable) Text, .tesseract .tesseractPropertyNameCell.ui-draggable-disabled Text, copyversion .tesseractPropertyNameCell:not(.ui-draggable) Text, copyversion .tesseractPropertyNameCell.ui-draggable-disabled Text {
  cursor: default;
}
.tesseract .tesseractPropertyNameCellText, copyversion .tesseractPropertyNameCellText {
  line-height: 18px;
}

/* Panel Card */
.panel-header {
  padding: 16px 16px 0px;
  background-color: #fafafa;
  height: 0;
}
.panel-header .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}

.button-row {
  padding: 0px 16px 12px;
  background-color: #fafafa;
  text-align: right;
  height: 42px;
}

.panel-card-controls {
  border: 1px solid #b2b2b2;
  border-width: 1px 0;
  padding: 4px 10px;
  background-color: #fafafa;
}
.panel-card-controls span button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0 4px;
}
.panel-card-controls span button i {
  vertical-align: middle;
  font-size: 18px;
}

.panel-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
.panel-card-list.scrollable {
  height: calc(100vh - 140px);
}
.panel-card-list.card-tree .panel-card.active, .panel-card-list.card-tree .panel-card.active:hover {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 0 2px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
  box-shadow: inset 0 0 0 2px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
}
.panel-card-list.card-tree .panel-card:hover {
  -webkit-box-shadow: inset 0 0 0 1px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
  box-shadow: inset 0 0 0 1px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
}
.panel-card-list.card-list .panel-card-wrapper .panel-card::before, .panel-card-list.card-card .panel-card-wrapper .panel-card::before {
  content: "";
  top: calc(50% - 16px);
  position: absolute;
  background-color: #fafafa;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  height: 32px;
  width: 32px;
  padding: 6px 0 0;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  font-family: "lm-line-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-card-list.card-list .panel-card-wrapper .panel-card.active, .panel-card-list.card-card .panel-card-wrapper .panel-card.active {
  -webkit-box-shadow: inset 0 0 0 1px #028D73;
  box-shadow: inset 0 0 0 1px #028D73;
}
.panel-card-list.card-list .panel-card-wrapper .panel-card.active::before, .panel-card-list.card-card .panel-card-wrapper .panel-card.active::before {
  border-color: #002549;
  color: #002549;
  background-color: white;
}
.panel-card-list.card-list .panel-card-wrapper .panel-card:hover, .panel-card-list.card-card .panel-card-wrapper .panel-card:hover {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 0 1px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
  box-shadow: inset 0 0 0 1px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
  text-decoration: none;
}
.panel-card-list.card-list .panel-card-wrapper .panel-card:hover:not(.active)::before, .panel-card-list.card-card .panel-card-wrapper .panel-card:hover:not(.active)::before {
  color: rgb(73, 165.2465753425, 255);
  border-color: rgb(73, 165.2465753425, 255);
}
.panel-card-list.card-list .panel-card-wrapper .panel-card .title, .panel-card-list.card-card .panel-card-wrapper .panel-card .title {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 240px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.panel-card-list.card-list .panel-card-wrapper .panel-card .rolling-forecast, .panel-card-list.card-list .panel-card-wrapper .panel-card .icon-after-title, .panel-card-list.card-card .panel-card-wrapper .panel-card .rolling-forecast, .panel-card-list.card-card .panel-card-wrapper .panel-card .icon-after-title {
  line-height: 0.75em;
  margin-left: 5px;
}
.panel-card-list.card-list .panel-card-wrapper .panel-card .rolling-forecast i, .panel-card-list.card-list .panel-card-wrapper .panel-card .icon-after-title i, .panel-card-list.card-card .panel-card-wrapper .panel-card .rolling-forecast i, .panel-card-list.card-card .panel-card-wrapper .panel-card .icon-after-title i {
  font-size: 1.4em;
  vertical-align: 14%;
  color: #b2b2b2;
}
.panel-card-list.card-list .base-structure-form .panel-card::before, .panel-card-list.card-card .base-structure-form .panel-card::before {
  content: "";
  display: none;
}
.panel-card-list.card-list .profile .panel-card::before, .panel-card-list.card-card .profile .panel-card::before {
  content: "\e909";
}
.panel-card-list.card-list .base_structure .panel-card::before, .panel-card-list.card-card .base_structure .panel-card::before {
  content: "\e908";
}
.panel-card-list.card-list .spread_methods .panel-card::before, .panel-card-list.card-card .spread_methods .panel-card::before {
  content: "\e918";
}
.panel-card-list.card-list .recognition_schedules .panel-card::before, .panel-card-list.card-card .recognition_schedules .panel-card::before {
  content: "\e914";
}
.panel-card-list.card-list .payment_methods .panel-card::before, .panel-card-list.card-card .payment_methods .panel-card::before {
  content: "\e916";
}
.panel-card-list.card-list .sample_plan .panel-card::before, .panel-card-list.card-card .sample_plan .panel-card::before {
  content: "\e911";
}
.panel-card-list.card-list .reports.report-private .panel-card::before, .panel-card-list.card-card .reports.report-private .panel-card::before {
  content: "\e929";
  padding-left: 3px;
}
.panel-card-list.card-list .reports.report-shared .panel-card::before, .panel-card-list.card-card .reports.report-shared .panel-card::before {
  content: "\e923";
}
.panel-card-list.card-list .receivable_methods .panel-card::before, .panel-card-list.card-card .receivable_methods .panel-card::before {
  content: "\e915";
}
.panel-card-list.card-list .dimension .panel-card::before, .panel-card-list.card-card .dimension .panel-card::before {
  content: "\e904";
}
.panel-card-list.card-list .destination_connection .panel-card::before, .panel-card-list.card-card .destination_connection .panel-card::before {
  content: "\e904";
}
.panel-card-list.card-list .tesseract_plan .panel-card::before, .panel-card-list.card-card .tesseract_plan .panel-card::before {
  content: "\e904";
}
.panel-card-list.card-list .export .panel-card::before, .panel-card-list.card-card .export .panel-card::before {
  content: "\e906";
}
.panel-card-list.card-list .forecast .panel-card::before, .panel-card-list.card-card .forecast .panel-card::before {
  content: "\e95a";
}
.panel-card-list.card-list .tiered_rates .panel-card::before, .panel-card-list.card-card .tiered_rates .panel-card::before {
  content: "\e913";
}
.panel-card-list.card-list .increase_decrease .panel-card::before, .panel-card-list.card-card .increase_decrease .panel-card::before {
  content: "\e949";
}
.panel-card-list.card-list .workpay_cycle .panel-card::before, .panel-card-list.card-card .workpay_cycle .panel-card::before {
  content: "\e930";
}
.panel-card-list.card-list .allocation_methods .panel-card::before, .panel-card-list.card-card .allocation_methods .panel-card::before {
  content: "\e947";
}
.panel-card-list.card-list .bottom-button-area, .panel-card-list.card-card .bottom-button-area {
  font-size: 11px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.panel-card-list.card-list .panel-card {
  border-radius: 0;
  margin: 1px 0 0;
  border: 0;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.panel-card-list.card-list .panel-card::before {
  left: 16px;
}
.panel-card-list.card-list .panel-card .bottom-button-area.shift {
  font-size: 11px;
  position: absolute;
  top: 25%;
  right: 135px;
}
.panel-card-list.card-card .panel-card {
  margin: 8px 16px 8px;
  border: 0px solid #dbdbdb;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-box-shadow: 0 1px 3px rgba(52, 63, 77, 0.3), inset 71px 0 0 -15px #fafafa;
  box-shadow: 0 1px 3px rgba(52, 63, 77, 0.3), inset 71px 0 0 -15px #fafafa;
}
.panel-card-list.card-card .panel-card::before {
  left: 13px;
}
.panel-card-list.card-card .panel-card:first-child, .panel-card-list.card-card .panel-card:nth-child(2) {
  margin-top: 8px;
}
.panel-card-list.card-card .panel-card.active {
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 0 0 1px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
  box-shadow: inset 0 0 0 1px #028D73, 0 1px 3px rgba(52, 63, 77, 0.3);
}
.panel-card-list.card-card .panel-card .panel-card-controls {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
  padding: 2px;
}
.panel-card-list .panel-card {
  display: block;
  position: relative;
  padding: 16px;
  padding-left: 67px !important;
  background-color: #fff;
  border: 1px solid #BDC3C7;
  border-radius: 3px;
  color: #666;
}
.panel-card-list .panel-card .container {
  width: 100%;
}
.panel-card-list .panel-card .title {
  padding: 0 0 4px 0;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.5px;
}
.panel-card-list .panel-card p {
  font-size: 12px;
  margin: 0 8px 18px 0;
}
.panel-card-list .panel-card p .material-icons {
  font-size: 14px;
  vertical-align: top;
  color: #028D73;
}
.panel-card-list .panel-card .description {
  max-width: 260px;
  width: 100%;
  word-wrap: break-word;
  display: inline-block;
  white-space: pre-line;
}
.panel-card-list .panel-card .highlight {
  font-weight: bold;
}
.panel-card-list .panel-card .provider,
.panel-card-list .panel-card .source {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
}
.panel-card-list .panel-card .bottom-button-area {
  margin-top: 8px;
  font-size: 12px;
}
.panel-card-list .panel-card .bottom-button-area .button {
  padding-right: 8px;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.panel-card-list .panel-card .panel-card-type {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
}
.panel-card-list .base-structure-form .panel-card {
  padding: 16px !important;
  -webkit-box-shadow: 0 1px 3px rgba(52, 63, 77, 0.3), inset 0 0 0 -15px #fafafa !important;
  box-shadow: 0 1px 3px rgba(52, 63, 77, 0.3), inset 0 0 0 -15px #fafafa !important;
}
.panel-card-list .base-structure-form .panel-card .form-button-row {
  height: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0 !important;
}
.panel-card-list .base-structure-form .panel-card:hover {
  background-color: #fff !important;
  text-decoration: none;
}

div.panel-open .panel-card-list {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

#destination-connection-list .card-card .profile.panel-card::before,
#destination-connection-list .card-list .profile.panel-card::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#tiered-rates-list ul.panel-card-list li.profile.panel-card::before {
  content: "\e913";
}

.bottom-button-area a {
  margin-left: 8px;
  color: inherit;
}

.description label,
.provider label,
.source label {
  display: block;
  color: #888;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.tree-view i {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.draft-badge {
  padding: 2px 4px;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  font-size: 10px;
  vertical-align: baseline;
  color: #b2b2b2;
  margin-right: 6px;
}

/* Loading Cover (css class only)
 * Inserts a cover with the words "loading"
 * Over whatever it is assigned to
 * TO DO: Make directive to allow for translation
 */
.loading-cover:before {
  position: absolute;
  content: "Loading...";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50%;
  background: rgba(200, 200, 200, 0.5);
}

.cd-secondary-dropdown.single {
  display: none;
}

.cd-secondary-dropdown.single.is-active {
  display: block;
}

.panel-icon--streched {
  width: 100%;
}
.panel-icon:not(.has-submenu) {
  height: 54px;
}
.panel-icon:not(.has-submenu) > a {
  border: 2px solid transparent;
}
.panel-icon:not(.has-submenu) > a:focus {
  color: #fff;
  border-color: #fff;
}
.panel-icon:not(.has-submenu) > a:hover {
  color: #028D73;
}
.panel-icon:not(.has-submenu) > a i {
  margin: calc(15px - 2px) 0;
}
.panel-icon.has-submenu.top-menu {
  height: 50px;
}
.panel-icon.has-submenu.top-menu > div {
  border: 2px solid transparent;
}
.panel-icon.has-submenu.top-menu > div.focused {
  border-color: #fff;
}
.panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu > li {
  height: 75px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  padding-left: calc(20px - 2px);
}
.panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu > li.focused {
  border: 2px solid #028D73;
}
.panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu > li:hover {
  background-color: #DFE6EB;
}
.panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu .module-menu-disabled {
  opacity: 0.5;
  color: #625d5e;
  cursor: not-allowed;
}
.panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu .module-menu-disabled div[class*=panel-icon-module-icon] {
  opacity: 0.25;
  cursor: not-allowed;
}
.panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu .module-menu-disabled .panel-icon-menu-title, .panel-icon.has-submenu.top-menu > div > .panel-icon-menu > .panel-icon-sub-menu .module-menu-disabled .panel-icon-menu-description {
  color: #625d5e;
  cursor: not-allowed;
}
.panel-icon.has-submenu:not(.top-menu) {
  height: 54px;
}
.panel-icon.has-submenu:not(.top-menu) > div {
  border: 2px solid transparent;
}
.panel-icon.has-submenu:not(.top-menu) > div.focused {
  border-color: #fff;
}
.panel-icon.has-submenu:not(.top-menu) > div > a > i {
  margin: calc(15px - 2px) 0;
  position: relative;
  color: #fff;
}
.panel-icon.has-submenu:not(.top-menu) > div > a > i:hover {
  color: #028D73;
}
.panel-icon.has-submenu:not(.top-menu) > div > a > i::after {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  position: absolute;
  right: calc(8px - 2px);
  top: 50%;
  line-height: 10px;
  font-size: 8px;
  margin-top: -8px;
}
.panel-icon.has-submenu:not(.top-menu) > div > .panel-icon-menu > .panel-icon-sub-menu > li {
  height: 50px;
  border: 2px solid transparent;
  padding-left: calc(20px - 2px);
}
.panel-icon.has-submenu:not(.top-menu) > div > .panel-icon-menu > .panel-icon-sub-menu > li.focused {
  border-color: #028D73;
}
.panel-icon.has-submenu:not(.top-menu) > div > .panel-icon-menu > .panel-icon-sub-menu > li:hover {
  background-color: #DFE6EB;
}
.panel-icon.has-submenu:not(.top-menu) > div > .panel-icon-menu > .panel-icon-sub-menu > li a {
  font-size: 24px;
}
.panel-icon.has-submenu:not(.top-menu) > div > .panel-icon-menu > .panel-icon-sub-menu > li a span:before {
  color: #028D73;
}

.panel-icon-menu {
  position: absolute;
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  display: none;
  text-align: left;
}
.panel-icon-menu ul {
  z-index: 9999;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
}

.panel-icon-menu:after {
  content: " ";
  right: 100%;
  top: 24px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.panel-icon-menu ul > li > a {
  text-decoration: none;
}

.panel-icon-menu ul > li > a > div {
  display: block;
  padding-top: 15px;
  clear: both;
  font-weight: normal;
  height: 74px;
  white-space: nowrap;
  cursor: pointer;
  /*border-bottom: 1px solid #e7e7e7;*/
}

.panel-icon-menu ul > li:last-of-type > a > div {
  border-bottom: none;
}

.panel-icon-menu ul > li > a > div > a {
  width: 60px;
  height: 50px;
  padding: 15px 0;
  float: left;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.panel-icon-menu-label,
.panel-icon-menu-title,
.panel-icon-menu-description {
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
}

.panel-icon-menu-title {
  font-size: 16px;
  font-weight: bold;
  color: #1B495A;
  line-height: 25px;
}

.panel-icon-menu-description {
  font-size: 12px;
  font-weight: bold;
  color: #1B495A;
}

.panel-icon-menu-label {
  font-size: 16px;
  line-height: 50px;
  padding-left: 20px;
}

.panel-icon-module-icon-BM {
  background: url(../images/module/BM-icon.png) no-repeat center center;
}

.panel-icon-module-icon-BS {
  background: url(../images/module/BS-icon.png) no-repeat center center;
}

.panel-icon-module-icon-BR {
  background: url(../images/module/BR-icon.png) no-repeat center center;
}

.panel-icon-module-icon-LM {
  background: url(../images/module/LM-icon.png) no-repeat center center;
}

.panel-icon-module-icon-DASH {
  background: url(../images/module/DASH-icon.png) no-repeat center center;
}

.panel-icon-module-icon-selected-ADMIN {
  margin: 1em 0;
}
.panel-icon-module-icon-selected-ADMIN:before {
  content: "\e905";
}

.panel-icon-module-icon-selected-BM {
  background: url(../images/module/BM-module-icon.png) no-repeat center center;
}

.panel-icon-module-icon-selected-BS {
  background: url(../images/module/BS-module-icon.png) no-repeat center center;
}

.panel-icon-module-icon-selected-BR {
  background: url(../images/module/BR-module-icon.png) no-repeat center center;
}

.panel-icon-module-icon-selected-LM {
  background: url(../images/module/LM-module-icon.png) no-repeat center center;
}

.panel-icon-module-icon-selected-DASH {
  background: url(../images/module/DASH-module-icon.png) no-repeat center center;
}

.panel-icon-module-icon-BM,
.panel-icon-module-icon-BS,
.panel-icon-module-icon-BR,
.panel-icon-module-icon-LM,
.panel-icon-module-icon-DASH {
  width: 60px;
  height: 50px;
  margin-right: 10px;
  float: left;
  background-size: 60px 60px;
}

.panel-icon-module-icon-selected-BM,
.panel-icon-module-icon-selected-BS,
.panel-icon-module-icon-selected-BR,
.panel-icon-module-icon-selected-LM,
.panel-icon-module-icon-selected-DASH {
  width: calc(60px - 2px);
  height: calc(50px - 2px * 2);
  background-size: 40px 40px;
}

/* Wizards */
.wizard-container {
  position: relative;
  bottom: 0;
  left: 0;
  height: 100%;
  min-width: 750px;
}

#wizards-export {
  width: 100%;
  height: 100%;
  position: relative;
}
#wizards-export .steps {
  position: relative;
  top: 0;
  height: 100%;
  width: calc(100% - 280px);
}
#wizards-export .steps section {
  height: calc(100vh - 120px);
}
#wizards-export .steps-indicator {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 280px;
  height: calc(100% - 48px);
  margin: 0;
  padding: 42px 24px 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #F7F7F7;
  border-left: 1px solid #CCC;
  list-style: none;
}
#wizards-export .steps-indicator li {
  position: relative;
  float: left;
  margin: 0 0 24px;
  padding: 8px;
  text-align: center;
  line-height: 15px;
  height: 52px;
  width: 232px;
  opacity: 0.65;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: opacity 100ms ease-out;
  -o-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
}
#wizards-export .steps-indicator li:hover {
  opacity: 1;
}
#wizards-export .steps-indicator li a {
  padding-left: 0;
  font-weight: 400;
  margin-bottom: 4px;
  display: inline-block;
  color: inherit;
}
#wizards-export .steps-indicator li p {
  padding: 0;
  font-size: 12px;
  line-height: 17px;
  color: inherit;
  margin: 0;
}
#wizards-export .steps-indicator li img {
  margin-left: 0;
  width: 33px;
  height: 34px;
  position: absolute;
  top: calc(50% - 18px);
  left: 8px;
}
#wizards-export .steps-indicator .wizard-buttons {
  opacity: 1 !important;
}
#wizards-export .steps-indicator .current,
#wizards-export .steps-indicator .editing {
  opacity: 1 !important;
}
#wizards-export .steps-indicator .content {
  width: auto;
  margin-left: 41px;
  position: absolute;
  top: 17px;
  color: #555;
}
#wizards-export .steps-navigator {
  width: calc(100% - 68px);
  left: 215px;
  -webkit-transition: left 200ms ease-out;
  -o-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}
#wizards-export .steps-navigator .btn {
  padding-left: 24px;
  padding-right: 24px;
}
#wizards-export .steps-navigator .back {
  background-color: #fff;
  color: #000000;
}
#wizards-export .steps-navigator .next {
  background-color: #028D73;
  color: #fff;
}
#wizards-export .grid-step3 {
  height: 320px;
  margin-bottom: 30px;
}
#wizards-export .grid-step5-top {
  height: 35vh !important;
  margin-bottom: 30px;
}
#wizards-export .grid-step5-top .data-grid-defaults {
  height: 29vh !important;
  margin-top: 0px;
}
#wizards-export .grid-step5-top .full-grid-content {
  height: 98% !important;
  margin-bottom: 10px;
}

.hidden-menu-mobile-lock #wizards-export .steps-indicator {
  left: 0;
}

.button-wizard {
  background-color: #D9D9D9;
  border: 0px solid #D9D9D9;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  color: #343F4D;
  font-size: 13px;
  font-weight: normal;
  padding: 10px;
  width: 100%;
  margin: 8px 0;
  text-decoration: none;
  text-align: center;
}

/* replace */
.button-area button:nth-child(3) {
  background-color: transparent;
  border-color: transparent;
  color: #DC4D4D;
  font-weight: 700;
}

div.panel-open #wizards-export .steps-navigator {
  left: 675px;
}

.export-title {
  font-weight: 600;
}

.export-subtitle {
  font-weight: normal;
  margin-top: 18px;
  padding: 15px 0;
}

.range-export {
  margin: 0;
  margin-bottom: 28px;
}
.range-export__content {
  padding-left: 15px;
  margin-bottom: 20px;
}
.range-export__content__labels {
  margin: 0;
}
.range-export__content__labels div {
  padding-left: 0;
}
.range-export__content__inputs {
  margin: 0;
}
.range-export__content__inputs > div {
  padding-left: 0;
}
.range-export__content__inputs .inputs__arrow-range {
  line-height: 32px;
  text-align: center;
}
.range-export__content__inputs .inputs__period {
  padding: 0;
}

/* VARS */
/* Login/Account Page */
#invalid_domain header, #session_timeout header, #disconnect_gl header, #app_maintenance header, #activate_code header {
  width: 50%;
  padding-top: 7%;
  margin-left: 25%;
}
#invalid_domain .invalidDomain, #session_timeout .invalidDomain, #disconnect_gl .invalidDomain, #app_maintenance .invalidDomain, #activate_code .invalidDomain {
  text-align: center;
  padding: 25px;
  font-size: 16px;
}
#invalid_domain .session-timeout, #session_timeout .session-timeout, #disconnect_gl .session-timeout, #app_maintenance .session-timeout, #activate_code .session-timeout {
  text-align: center;
  margin-top: 100px;
}
#invalid_domain .session-timeout:hover, #session_timeout .session-timeout:hover, #disconnect_gl .session-timeout:hover, #app_maintenance .session-timeout:hover, #activate_code .session-timeout:hover {
  cursor: pointer;
}
#invalid_domain .disconnect-gl, #session_timeout .disconnect-gl, #disconnect_gl .disconnect-gl, #app_maintenance .disconnect-gl, #activate_code .disconnect-gl {
  text-align: center;
  padding: 25px;
  font-size: 16px;
}
#invalid_domain .qbo-connect-button, #session_timeout .qbo-connect-button, #disconnect_gl .qbo-connect-button, #app_maintenance .qbo-connect-button, #activate_code .qbo-connect-button {
  background: transparent url(../../../src/assets/images/QBO_Connect_button.png) 0% 0% no-repeat padding-box;
  cursor: pointer;
  height: 36px;
  margin-left: auto;
  width: 58%;
}
#invalid_domain .app-maintenance, #session_timeout .app-maintenance, #disconnect_gl .app-maintenance, #app_maintenance .app-maintenance, #activate_code .app-maintenance {
  text-align: center;
  padding: 40px 40px 0 40px;
  font-size: 16px;
  font-weight: bold;
}
#invalid_domain .app-maintenance-two, #session_timeout .app-maintenance-two, #disconnect_gl .app-maintenance-two, #app_maintenance .app-maintenance-two, #activate_code .app-maintenance-two {
  text-align: center;
  padding: 0;
  font-size: 16px;
  margin: 0;
}
#invalid_domain .activate-code, #session_timeout .activate-code, #disconnect_gl .activate-code, #app_maintenance .activate-code, #activate_code .activate-code {
  text-align: center;
  padding: 65px;
  font-size: 16px;
}
#invalid_domain .activate-code .code-input-text, #session_timeout .activate-code .code-input-text, #disconnect_gl .activate-code .code-input-text, #app_maintenance .activate-code .code-input-text, #activate_code .activate-code .code-input-text {
  width: 20%;
  display: inline;
  height: 38px;
}
#invalid_domain .activate-code .enter-code-btn, #session_timeout .activate-code .enter-code-btn, #disconnect_gl .activate-code .enter-code-btn, #app_maintenance .activate-code .enter-code-btn, #activate_code .activate-code .enter-code-btn {
  width: 5%;
  display: inline;
  height: 35px;
  margin-left: 10px;
  min-width: 80px;
}
#invalid_domain .activate-code .p-text, #session_timeout .activate-code .p-text, #disconnect_gl .activate-code .p-text, #app_maintenance .activate-code .p-text, #activate_code .activate-code .p-text {
  padding: 60px 0 0 0;
}
#invalid_domain .activate-code .next-btn, #session_timeout .activate-code .next-btn, #disconnect_gl .activate-code .next-btn, #app_maintenance .activate-code .next-btn, #activate_code .activate-code .next-btn {
  width: 10%;
  min-width: 60px;
}

#login {
  min-width: 840px;
}
#login h1 {
  letter-spacing: -1px;
  font-size: 24px;
  margin: 0px 0 24px;
  text-align: center;
}
#login header img {
  height: 83px;
}
#login header {
  width: 50%;
  margin-top: 130px;
  min-width: 330px;
  padding-left: 25%;
  float: left;
}
#login section {
  width: 50%;
  min-width: 420px;
  height: 60%;
  margin-top: 93px;
  float: left;
}
@media only screen and (max-width: 1380px) {
  #login:not(.hasSSO) .resourceLi {
    margin-right: 12%;
  }
  #login:not(.hasSSO) section {
    margin-left: -2%;
  }
}
#login.hasSSO section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1380px) {
  #login.hasSSO .loginPanel, #login.hasSSO .resources {
    min-width: 990px;
  }
  #login.hasSSO .resourceLi {
    margin-right: 12%;
  }
  #login.hasSSO section {
    margin-left: -2%;
  }
}
#login form {
  padding: 2em;
  max-height: 45em;
  width: 30em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#login form .pack-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3px;
  margin-top: 0;
}
#login form .pack-row label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#login form .pack-row label.input input {
  width: 100%;
}
#login .input.label,
#login .input.input {
  color: #000;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  vertical-align: bottom;
  line-height: normal;
  text-align: left;
}
#login .input.label label,
#login .input.input label {
  color: #999999;
  font-size: 16px;
  margin-left: -11px;
  margin-top: 10px;
  margin-right: 10px;
}
#login .unregistered {
  display: block;
  text-align: center;
  padding: 3em;
  color: white;
  font-size: 24px;
}
#login .ssoPanel {
  width: 170px;
  height: 201px;
  margin-top: 15px;
  border-left: 1px dashed #002549;
}
#login .ssoPanel > div {
  margin: 50% auto;
}
#login .btn-signin, #login .btn-signin-sso {
  margin-top: 12px;
  width: 25%;
  float: right;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
#login .btn-signin-sso {
  width: 100%;
}
#login .btn-signin:disabled, #login .btn-signin-sso:disabled {
  opacity: 1;
  background-color: #00AC74;
  border-color: #00AC74;
  color: #FFFFFF !important;
}
#login .password-link {
  font-size: 12px;
}
#login .password-link:hover {
  cursor: pointer;
}
#login .password-link a {
  font-size: 13px;
  color: #999999;
}

#login label.input i,
#popup label.input i {
  padding: 12px;
  position: absolute;
  color: #2C3E50;
}
#login label.input input,
#popup label.input input {
  width: 100%;
  height: 48px;
  margin-bottom: 6px;
  border: 1px solid #bdc3c7 !important;
  color: #2C3E50;
}
#login label.input input:focus,
#popup label.input input:focus {
  border-color: #3B99FC !important;
}
#login label.input input:focus i,
#popup label.input input:focus i {
  color: #3B99FC;
}

.forgotPasswordInput {
  width: 100%;
  color: #000;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  vertical-align: bottom;
  line-height: normal;
  text-align: left;
}
.forgotPasswordInput label {
  font-size: 12px;
  margin-top: 33px;
  margin-right: 10px;
}
.forgotPasswordInput label.non-sso-label {
  width: 140px;
}

.loginControl {
  height: calc(100% - 120px);
  min-height: 590px;
}

.loginPanel {
  height: 46%;
  min-height: 300px;
}

.resources {
  min-height: 300px;
  height: 46%;
  padding-left: 25%;
}
.resources .innerResource {
  color: #002549;
  margin-top: 1%;
  -webkit-box-flex: 0.52;
  -ms-flex: 0.52;
  flex: 0.52;
  min-width: 265px;
}
.resources .innerResource h3 {
  font-size: 17px;
  margin-top: 0px;
  font-weight: 400;
}
.resources .outerResource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.resources .listButtons {
  margin-top: 7%;
  padding-left: 0px;
}
.resources .listButtons .resourceLi {
  margin-right: 14%;
}

.resourceButtons {
  min-height: 59px;
  border-radius: 0px;
  min-width: 160px;
}

.loginFooter {
  height: 10%;
  min-height: 100px;
  min-width: 990px;
  text-align: center;
  color: #999999;
  margin-left: 67%;
}
.loginFooter p a {
  color: #999999;
  text-decoration: none;
  font-size: 16px;
}
.loginFooter .copyright-login {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}

.base-page-background {
  background: url(../../../src/assets/images/centage-background.png) no-repeat !important;
  background-size: 100% 100% !important;
  height: 100%;
}

.individual_page_header {
  text-align: center;
}
.individual_page_header img {
  height: 80px;
}

@media only screen and (max-width: 1380px) {
  .base-page-background {
    background-size: 110% 100% !important;
    background-position: 100% 0% !important;
  }
}
.login-block {
  margin-left: -25%;
  height: 100%;
  min-width: 808px;
}

.login-footer-inner {
  position: absolute;
  right: 1%;
  bottom: 1%;
}

.quickstart {
  overflow-x: hidden;
  margin-left: -8px;
  height: calc(100vh - 80px);
}
.quickstart .row {
  margin: 0 20px;
  text-align: right;
}
.quickstart .topSubset {
  margin-right: 20px;
  margin-left: 0;
}
.quickstart .version-box {
  margin-top: 3px;
  height: 30px;
}

/* Dimension */
.dimension {
  overflow-y: auto;
  height: 100vh !important;
}
.dimension-time-new {
  height: calc(100vh - 139px) !important;
  overflow-x: hidden;
}
.dimension-time-edit {
  height: calc(100vh - 185px) !important;
  overflow-x: hidden;
}
.dimension-security {
  height: calc(100vh - 214px) !important;
}
.dimension.container-fluid.dimension-security {
  padding-bottom: 0;
  padding-top: 10px;
}
.dimension .full-grid-wrapper {
  margin: 0;
}
.dimension .dimension-time-row {
  margin-bottom: 20px;
}
.dimension .dimension-time-rule-text {
  width: 26px;
}
.dimension .dimension-time-rules {
  padding: 0px;
}
.dimension .grid-data-details-wrapper {
  overflow: hidden;
  text-align: right;
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-top: none;
  margin: 0;
  height: 30px;
}
.dimension .grid-data-details-wrapper label {
  margin: 0;
}
.dimension .grid-data-details-wrapper .grid-data-details {
  margin-right: 16px;
}
.dimension .details-control {
  position: relative;
  min-height: 40px;
}
.dimension.container-fluid {
  padding-top: 10px;
}
.dimension .flipswitch-wrapper {
  position: absolute;
  right: 12px;
  bottom: 0;
}
.dimension .flipswitch-wrapper .flipswitch-row {
  position: initial;
  display: inline-block;
  padding: 0;
}
.dimension .flipswitch-wrapper .badge {
  position: relative;
  top: 0;
  right: 0;
}
.dimension__definition.no-scroll.form-nav {
  height: auto;
  overflow: auto;
}
.dimension__definition .full-grid-content {
  margin: 0;
}
.dimension__definition .data-grid-dimension {
  width: 100%;
  height: auto;
  margin: 0;
}
.dimension__member .grid-button-row .btn-file input {
  display: none;
}
.dimension__security .flipswitch-member-security {
  display: inline-block;
  vertical-align: bottom;
}
.dimension__security .flipswitch-container {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.dimension__security .flipswitch-container label {
  font-size: 13px;
  margin-bottom: 0;
}
.dimension__security .flipswitch {
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px;
}
.dimension__security .full-grid-content {
  height: calc(50vh - 40px) !important;
}
.dimension__security__empty {
  height: calc(100vh - 260px);
}
.dimension__security__empty .object-lp-container {
  height: 100%;
}
.dimension__security__group {
  margin-bottom: 15px;
}
.dimension__security__group--upper {
  position: relative;
}
.dimension__security__group--bottom {
  margin-bottom: 0;
}
.dimension__security__group--bottom .grid-dimension-security {
  height: calc(50vh - 140px);
  margin-bottom: 5px;
  overflow: hidden;
}
.dimension__security__group h5 {
  font-weight: 600;
  margin: 0;
}
.dimension__security__group .hiearchies-selector {
  width: 25%;
}
.dimension__security__group p {
  margin-bottom: 5px;
}
.dimension__security__group .form-group {
  margin-bottom: 10px;
}
.dimension__security__group .control-label {
  font-size: 14px;
  margin-bottom: 0;
}
.dimension__hierarchy .icon-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* This class is to hide */
.main-mobile .dimension .show-wide,
.main-tablet .dimension .show-wide {
  display: none;
}

.dimension-time-form {
  margin-left: 0px;
}

.dimension-time-input-number {
  display: block;
  width: 100%;
  height: 32px;
  padding-left: 13px;
}
.dimension-time-input-number:disabled {
  cursor: not-allowed;
  background: #eeeeee;
  border-width: 1px;
}

.dimension-nav-header h1 {
  display: inline-block;
  vertical-align: middle;
}

#dimension_form textarea,
#dimension_attribute_form textarea {
  resize: vertical;
}
#dimension_form .panel,
#dimension_attribute_form .panel {
  margin-top: 20px;
}
#dimension_form .panel-body,
#dimension_attribute_form .panel-body {
  padding: 0px;
  min-height: 150px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dheader-button-row {
  border-bottom: 1px solid #d4d4d4;
  margin: 10px 30px 0;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dheader-button-row.security-buttons a,
.dheader-button-row.security-buttons a:hover {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.dheader-button-row a,
.dheader-button-row a:hover {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: transparent;
  text-decoration: none;
}
.dheader-button-row a div.btn,
.dheader-button-row a:hover div.btn {
  position: relative;
  padding: 6px 5px;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  color: #7f8c8d;
  font-size: 1em;
  width: 100%;
}
.dheader-button-row a div.btn:hover, .dheader-button-row a div.btn:focus,
.dheader-button-row a:hover div.btn:hover,
.dheader-button-row a:hover div.btn:focus {
  border-radius: 3px;
  background-color: #ECF0F1;
}
.dheader-button-row a div.btn:hover span, .dheader-button-row a div.btn:hover i, .dheader-button-row a div.btn:focus span, .dheader-button-row a div.btn:focus i,
.dheader-button-row a:hover div.btn:hover span,
.dheader-button-row a:hover div.btn:hover i,
.dheader-button-row a:hover div.btn:focus span,
.dheader-button-row a:hover div.btn:focus i {
  color: #555;
}
.dheader-button-row a div.btn:before,
.dheader-button-row a:hover div.btn:before {
  content: "";
  opacity: 0;
  width: 0;
}
.dheader-button-row a div.btn.btn-primary:before,
.dheader-button-row a:hover div.btn.btn-primary:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background: #028D73;
  opacity: 1;
  -webkit-transition: width 0.35s ease, opacity 0.5s ease;
  -o-transition: width 0.35s ease, opacity 0.5s ease;
  transition: width 0.35s ease, opacity 0.5s ease;
}
.dheader-button-row a div.btn.btn-primary, .dheader-button-row a div.btn.btn-primary span,
.dheader-button-row a:hover div.btn.btn-primary,
.dheader-button-row a:hover div.btn.btn-primary span {
  pointer-events: none;
  cursor: default;
}
.dheader-button-row a i,
.dheader-button-row a:hover i {
  margin-right: 5px;
}
.dheader-button-row a.tab-disabled {
  background: #ecf0f1;
  cursor: not-allowed;
}
.dheader-button-row a.tab-disabled div.btn {
  cursor: not-allowed;
}
.dheader-button-row a.tab-disabled div.btn:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background: #ecf0f1;
  opacity: 1;
}
.dheader-button-row a.tab-disabled div.btn i,
.dheader-button-row a.tab-disabled div.btn span {
  color: #acaaaa;
}
.dheader-button-row a.tab-disabled div.btn:hover i,
.dheader-button-row a.tab-disabled div.btn:hover span, .dheader-button-row a.tab-disabled div.btn:focus i,
.dheader-button-row a.tab-disabled div.btn:focus span {
  color: #b5b4b4;
}

/* Hierarchy Page Styling */
/* Responsive Behavior */
.main-mobile .hierarchy .jarviswidget .button-text,
.main-tablet .hierarchy .jarviswidget .button-text {
  display: none;
}

.hierarchy {
  height: calc(100% - 110px) !important;
  padding-bottom: 0 !important;
}
.hierarchy.container-fluid {
  overflow-y: auto;
}
.hierarchy__form {
  height: 100%;
}
.hierarchy__form .tree-wrapper {
  overflow-y: auto;
}
.hierarchy__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  height: 100%;
}
.hierarchy__details hierarchy-member-grid {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
}
.hierarchy__tree {
  padding: 0;
  height: 100%;
  position: relative;
}
.hierarchy__tree__searchbox {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.hierarchy__tree import-export-button {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hierarchy__tree import-export-button .btn-import {
  height: 30px;
  padding: 5px 12px;
  font-size: 14px;
  margin-right: 0px;
  border-radius: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 48%;
  display: inline-block;
}
.hierarchy__grid {
  padding: 0;
  min-height: 180px;
}
.hierarchy__grid__body {
  height: calc(100% - 27px);
}
.hierarchy__grid__body .grid {
  height: 100%;
  width: calc(100% - 50px);
  float: left;
}
.hierarchy__grid__body .grid .ui-grid {
  height: 100% !important;
  min-height: 115px;
}
.hierarchy__grid__body .btn-group-vertical {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -26px;
}
.hierarchy__grid__body .btn-group-vertical button {
  font-size: 1.2em;
  font-weight: 900;
}
.hierarchy .hierarchy-tree {
  overflow: auto !important;
}
.hierarchy .hierarchy-dropdown-grid {
  width: 30em;
  padding: 0 1em;
  color: #333;
}
.hierarchy .hierarchy-dropdown-grid li {
  padding: 0 1em;
  line-height: 2em;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid lightgrey;
}
.hierarchy .hierarchy-dropdown-grid li span {
  border-left: 1px solid lightgrey;
  width: 50%;
  text-align: center;
}
.hierarchy .hierarchy-dropdown-grid li span select,
.hierarchy .hierarchy-dropdown-grid li span input {
  width: 100%;
  text-align: center;
}

.jarviswidget-color-blueDark header {
  background-color: #fff;
  padding: 4px 0;
  border-color: #b2b2b2;
}
.jarviswidget header {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jarviswidget header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jarviswidget header button,
.jarviswidget header .form-control {
  line-height: normal;
  margin-right: 4px;
  height: 30px;
}
.jarviswidget header button:last-child,
.jarviswidget header .form-control:last-child {
  margin-right: 0;
}

.btn-s {
  margin-right: 8px;
}

.angular-ui-tree-handle,
.angular-ui-tree-root {
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 3px;
}
.angular-ui-tree-handle:hover,
.angular-ui-tree-root:hover {
  cursor: pointer;
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
}

.angular-ui-tree-empty {
  border: none !important;
  background: none !important;
}

#tree-root {
  margin-left: 2em;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  margin-left: 1em;
}

.angular-ui-tree-handle:hover .node-right-options {
  display: inline-block;
}

.angular-ui-tree-handle span:hover,
.angular-ui-tree-handle a:hover,
.node-right-options:hover {
  cursor: pointer;
}

.angular-ui-tree-placeholder {
  background: ghostwhite;
  border: 1px dashed lightgrey;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-title {
  background-color: #687074 !important;
  color: #fff !important;
}

.new-unsaved {
  color: green;
}

.fixed-action-width-1-button {
  width: 10px;
}

.fixed-action-width-2-button {
  width: 90px;
}

.fixed-action-width-3-button {
  width: 141px;
}

.grid-security-groups {
  height: 150px;
  width: 50%;
}

.grid-security-modules, .grid-dimension-security {
  height: 210px;
  margin-bottom: 30px;
}

.grid-dimension-security {
  width: 100%;
}

dimension-component .container-fluid {
  padding-top: 15px !important;
}

.security .sub-title span,
.dimension-security .sub-title span {
  vertical-align: middle;
}

.security {
  height: calc(100vh - 215px);
  overflow-y: auto;
}
.security .wrapper {
  height: 100%;
}
.security.security--plan-menu-access .security-container-wrapper--upper, .security.security--plan-menu-access .security-container-wrapper--bottom {
  height: 50%;
}
.security.security--plan-menu-access .security-container-wrapper--upper {
  min-height: 264px;
}
.security.security--plan-menu-access .security-container-wrapper--upper .security-container-groups {
  height: calc(100% - 110px);
}
.security.container-fluid.form-nav {
  padding-top: 14px;
}
.security .flipswitch-row {
  padding: 0;
  position: inherit;
  text-align: center;
}
.security .security-container-wrapper--upper {
  height: 40%;
  min-height: 182px;
  padding-bottom: 10px;
}
.security .security-container-wrapper--upper .security-container-groups {
  height: calc(100% - 30px);
}
.security .security-container-wrapper--upper .grid-security-groups {
  height: calc(100% - 2px);
}
.security .security-container-wrapper--bottom {
  height: 60%;
}
.security .security-container-wrapper--bottom .security-container-groups {
  height: calc(100% - 60px);
}
.security .security-container-wrapper .grid-security-modules, .security .security-container-wrapper .grid-dimension-security {
  margin-bottom: 0;
}
.security .grid-security-modules {
  width: 100%;
  max-width: 900px;
  height: 100%;
}

.security-grid-actions-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.security-grid-access-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 4px;
}
.security-grid-access-col .mixed-tooltip-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.security-grid-access-col .mixed-tooltip-container .mixed-tooltip {
  vertical-align: top;
  line-height: 1;
}
.security-grid-access-col .mixed-tooltip-container .mixed-tooltip span {
  line-height: 1;
  vertical-align: middle;
}
.security-grid-access-col form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.security-grid-access-col form + .mixed-tooltip-container {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.security-grid-access-col form div {
  min-width: 11px;
}

.menu-security-level-1 {
  padding-left: 16px;
}

.menu-security-level-2 {
  padding-left: 32px;
}

.menu-security-level-3 {
  padding-left: 48px;
}

.menu-security-level-4 {
  padding-left: 64px;
}

.menu-security-level-5 {
  padding-left: 80px;
}

.menu-security-level-6 {
  padding-left: 96px;
}

.menu-security-level-7 {
  padding-left: 112px;
}

.menu-security-level-8 {
  padding-left: 128px;
}

.plan-dropdown-menu-security {
  margin-bottom: 10px;
}

/* PROFILES */
.profile-form {
  height: calc(100vh - 165px);
  overflow-x: hidden;
  padding: 20px 0 0 20px !important;
}
.profile-form .profile-details {
  height: calc(60% - 3px);
}
.profile-form .profile-details__label-margin {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.profile-form .profile-details__label-light {
  color: #b3b3b3;
  font-style: italic;
  font-weight: 400;
}
.profile-form .profile-details__label-synopsis-header {
  width: 122px;
  margin-bottom: 0px;
}
.profile-form .profile-details__synopsis-area {
  height: 100%;
  overflow: auto;
  min-width: 650px;
}
.profile-form .profile-details__span-subheader1 {
  display: inline-block;
  width: 110px;
  margin-bottom: 5px;
}
.profile-form .profile-details__span-subheader2 {
  display: inline-block;
  width: 235px;
  padding-left: 9em;
  margin-bottom: 5px;
}
.profile-form .profile-details__span-subitem2 {
  padding-left: 17em;
  margin-left: 8px;
  margin-bottom: 5px;
  display: block;
}
.profile-form .connection-information__info {
  margin-top: 5px;
}
.profile-form .connection-information__info label {
  font-size: 12px;
  margin-right: 10px;
}
.profile-form__companies {
  max-height: 450px;
  overflow: auto;
  margin-bottom: 30px;
}
.profile-form__companies table tbody tr td {
  width: 20px;
}
.profile-form__openlink__database {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.profile-form__openlink__database .col:first-child {
  margin-right: 30px;
}
.profile-form__openlink__database__label {
  vertical-align: middle;
}
.profile-form__openlink__database__label .badge {
  vertical-align: top;
}
.profile-form__openlink__database input.profile-form__openlink__database__data {
  min-width: 260px;
}
.profile-form__openlink__database__data {
  display: block;
  height: 42px;
  line-height: 42px;
}
.profile-form.destination-connection {
  height: calc(100vh - 88px);
}

#connection_form {
  height: 100%;
}
#connection_form textarea {
  max-height: 150px;
}
#connection_form hr.margin {
  margin-bottom: 0px;
}
#connection_form .col-xs-6 {
  min-width: 455px;
}

destination-connection-transaction form {
  padding-bottom: 20px;
}

.default-settings__nav .dheader-button-row a,
.default-settings__nav .dheader-button-row a:hover {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.default-settings__properties-title {
  padding: 16px 10px 6px 10px;
  font-weight: 700;
}
.default-settings__form-error {
  color: red;
  font-size: small;
}
.default-settings__panel-header {
  font-size: 16px;
}
.default-settings__general-panel {
  height: calc(100% + 20px);
  padding: 0;
  position: relative;
  top: -10px;
  right: -15px;
  border-left: 4px solid #dbdbdb;
  background: #EFEFEF;
}
.default-settings__general-panel p {
  padding: 20px 10px 10px 10px;
}
.default-settings__general-panel .tesseractDropDownInputPanel {
  position: relative;
}
.default-settings__general-panel .tesseractDropDownInputPanel .tesseractDropDownButtonPanel {
  position: absolute;
}
.default-settings__property-group {
  padding: 10px;
  background-color: white;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  clear: both;
}
.default-settings__content {
  padding: 5px 10px 5px 10px;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
}
.default-settings__content label {
  margin-bottom: 0;
}
.default-settings__content .col-group-label,
.default-settings__content .col-form-label {
  padding: 3px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.default-settings__content .col-group-label {
  font-size: 14px;
}
.default-settings__content .col-form-label {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 12px;
}
.default-settings__content .form-group {
  margin: 5px 0 0 0;
}
.default-settings__content .form-group-header {
  margin: 0 0 5px 0;
}
.default-settings__content .form-control {
  height: 100%;
}
.default-settings__content select.form-control {
  font-size: 12px;
  padding: 5px 10px;
  height: 26px;
}
.default-settings__properties, .default-settings__properties__content,
.default-settings__properties form {
  height: 100%;
}
.default-settings__properties__content .data-grid-defaults {
  height: calc(100% - 140px);
}
.default-settings__properties__content .data-grid-defaults .ui-grid {
  height: 100% !important;
}
.default-settings__assign, .default-settings__assign form {
  height: 100%;
}
.default-settings__assign .full-grid-wrapper, .default-settings__assign form .full-grid-wrapper {
  height: calc(100% - 190px);
}
.default-settings__assign .full-grid-wrapper .ui-grid, .default-settings__assign form .full-grid-wrapper .ui-grid {
  height: 100% !important;
}
.default-settings__wrapper {
  height: calc(100vm - 184px);
}
.default-settings__errors {
  font-size: 12px;
  color: #f00;
  padding: 3px;
  float: left;
  width: calc(100% - 60px);
}
.default-settings--collapsible {
  position: relative;
}
.default-settings--collapsible .collapse-arrow {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.default-settings--collapsible.collapsed .collapse-arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.default-settings--collapsible.collapsed .default-settings__controls {
  display: none;
}

.chart-wrapper {
  padding: 15px 20px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 600px;
}
.chart-wrapper__label {
  margin-right: 10px;
}
.chart-wrapper__grid {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%;
}
.chart-wrapper__grid .gridSpreadMethods {
  margin: 0;
  height: 100% !important;
}
.chart-wrapper__graph {
  width: 45%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 220px;
  margin-left: 10px;
  margin-top: 5px;
}
.chart-wrapper__allocbasis {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 147px;
  left: 0;
  right: 0;
  bottom: 0;
}
.chart-wrapper__allocbasis .gridSpreadMethods {
  margin: 0;
  height: 100% !important;
  width: 100%;
}
.chart-wrapper__allocmember .gridSpreadMethods {
  margin: 0;
  height: 100% !important;
  width: 100%;
}
.chart-wrapper__panelgrid {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%;
}
.chart-wrapper__panelgrid .gridSpreadMethods {
  margin: 0;
  height: 100% !important;
}
.chart-wrapper__panelgrid .gridSpreadMethods .ui-grid-render-container {
  height: 100% !important;
}
.chart-wrapper__panelgrid .gridSpreadMethods .ui-grid-viewport {
  height: calc(100% - 94px) !important;
}
.chart-wrapper .widget-categories {
  height: 100%;
  width: 20%;
  margin-right: 12px;
}
.chart-wrapper .widget-categories ul {
  list-style: none;
  padding-left: 0;
  width: 100px;
}
.chart-wrapper .widget-categories li {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 2px;
  border-left: 4px solid transparent;
  background-color: #f3f3f3;
}
.chart-wrapper .widget-categories li > .widget-category {
  padding-left: 6px;
}
.chart-wrapper .widget-categories li > .widget-category a {
  color: rgb(68, 68, 68);
}
.chart-wrapper .widget-categories li > .widget-category .category-tooltip {
  float: right;
  margin-top: 12px;
}
.chart-wrapper .widget-categories li.selected-category {
  background-color: #DFE6EB;
  border-left-color: #028D73;
  font-weight: bold;
}
.chart-wrapper .widget-categories li:hover {
  background-color: #e9e9e9;
}

.popup-form .form-group:last-child {
  margin-bottom: 5px;
}
.popup-form .form-group .row {
  margin-bottom: 15px;
}
.popup-form .form-group .input {
  height: 35px;
}
.popup-form .form-group .control-group .control-enable-row {
  width: 20px;
  float: left;
  padding-top: 10px;
}
.popup-form .form-group .control-group .control-row {
  margin-left: 20px;
}

.select-profile.btn-outline.dates {
  height: 34px;
  padding: 0;
}

button.btn.btn-primary.new-version {
  line-height: 18px;
  margin-top: 0;
  vertical-align: bottom;
}

.span-panel .flipswitch {
  margin-top: 1px;
}
.span-panel label {
  margin-bottom: 0;
}

.security--plan-menu-access select.form-control {
  width: auto;
  min-width: 50rem;
}

.leyend-inputTypeText {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 15px;
}

.opacity-disabled {
  opacity: 0.4;
}

.data-upload .data-upload-form {
  min-width: 1200px;
  border: 2px dashed transparent;
}
.data-upload .data-upload-form .zip-btn-margin {
  margin-left: 2em;
}
.data-upload .data-upload-form.is-dragover {
  background-color: rgba(234, 234, 234, 0.7);
  border-color: rgba(85, 85, 85, 0.7);
}
.data-upload .data-upload-form.scrollable {
  height: calc(100vh - 146px);
  margin-bottom: 8px;
}
.data-upload .data-upload-form.scrollable .file-input-button {
  display: none;
}
.data-upload .data-upload-form.scrollable .file-drop-zone-wrap {
  padding: 5px 0 20px;
}
.data-upload .data-upload-form.scrollable .file-drop-zone-wrap .file-drop-zone {
  padding: 40px;
  border: 2px dashed rgba(85, 85, 85, 0.25);
  text-align: center;
}
.data-upload .data-upload-form.scrollable .file-drop-zone-wrap .file-drop-zone a {
  cursor: pointer;
}
.data-upload .data-upload-form.scrollable .table {
  word-break: break-all;
}
.data-upload .data-upload-form.scrollable .table .file-type-err {
  color: red;
}
.data-upload .data-upload-form.scrollable .table .remove-file {
  cursor: pointer;
}
.data-upload .data-upload-form.scrollable .invalid-file-type {
  color: red;
}
.data-upload #glSourceValidation_grid {
  height: 250px;
}
.data-upload #glSourceValidation_grid .full-grid-content {
  height: 100% !important;
}
.data-upload .addGLSource-button {
  margin-top: 10px;
  margin-bottom: 15px;
}
.data-upload .enable-upload-all-cif {
  padding-left: 0px;
  padding-right: 0px;
}

.data-update-rule .data-update-rule-form {
  min-width: 900px;
}
.data-update-rule .data-update-rule-form.scrollable {
  height: calc(100vh - 186px);
}
.data-update-rule .data-update-rule-form.scrollable .indentRight {
  padding-left: 50px;
}

.data-maintenance .data-maintenance-form {
  min-width: 900px;
}
.data-maintenance .data-maintenance-form.scrollable {
  height: calc(100vh - 186px);
}
.data-maintenance .data-maintenance-form.scrollable .indentRight {
  padding-left: 50px;
}
.data-maintenance .data-maintenance-form.container-fluid {
  padding: 20px 30px 0;
}

.grid-data-maintenance {
  height: 320px;
}

.data-manage-connect {
  position: absolute !important;
  margin: 80px 30px;
  padding-left: 0 !important;
}

.users-grid {
  margin-top: 10px;
}

.add-new-user-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.licenses-info-text {
  margin-left: 50px;
  font-weight: bold;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.licenses-info {
  margin-left: 30px;
  font-weight: bold;
}
.licenses-info .count {
  color: #028D73;
}
.licenses-info .separator {
  color: #BDC3C7;
}

.backup-restore {
  background-color: #FFFFFF;
  height: 100%;
  padding-bottom: 1px;
}
.backup-restore .header {
  padding-left: 10px;
  color: #FFFFFF;
}
.backup-restore .content-header {
  text-align: left;
  border: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  padding: 10px;
}
.backup-restore .backup {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border: 1px solid;
  margin-left: 110px;
  margin-top: 0px;
}
.backup-restore .restore {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border: 1px solid;
  margin-left: 110px;
  margin-top: 0px;
}
.backup-restore .side-section {
  height: 100%;
  width: 125px;
  position: fixed;
  background-color: #002549;
  margin-top: solid;
  margin-top: 0px;
  margin-left: 0px;
  top: 15;
  left: 0;
}
.backup-restore .side-section .module-tabs {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  border: 0;
  background-color: #002549;
}
.backup-restore .side-section .module-tabs :hover {
  color: #000000;
  background-color: #FFFFFF;
}
.backup-restore .submit-button {
  border: none;
  padding: 15px 32px;
  display: inline-block;
  text-align: center;
  background-color: #4CAF50;
  color: #FFFFFF;
}
.backup-restore .submit-restore {
  border: none;
  padding: 15px 32px;
  display: inline-block;
  text-align: center;
  background-color: #A9A9A9;
  color: #000000;
}
.backup-restore .submit-valid {
  background-color: #4CAF50;
  color: #FFFFFF;
}
.backup-restore .submit-invalid {
  background-color: #A9A9A9;
  color: #000000;
}
.backup-restore .browse-file {
  display: inline-block;
  text-align: center;
}
.backup-restore .switch-module {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}

.workflows {
  margin-left: -8px;
  height: calc(100vh - 45px);
}
.workflows .workflow__group-wrapper {
  padding: 15px 20px 0;
  height: calc(100% - 60px);
  width: 100%;
}
.workflows .workflow__group-wrapper .workflow__group--toggle {
  height: 21px;
}
.workflows .workflow__group-wrapper .workflow__group--toggle .flipswitch-container {
  top: 0;
  right: 0;
  text-align: right;
}
.workflows .workflow__group-wrapper .workflow__group--toggle .flipswitch-container label {
  font-size: 13px;
  margin-bottom: 0;
}
.workflows .workflow__group-wrapper .workflow__group--toggle .flipswitch-container .flipswitch {
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px;
}
.workflows .workflow__group-wrapper .workflow-dashboard {
  margin-top: -21px;
  height: 235px;
  width: 100%;
  padding-bottom: 10px;
}
.workflows .workflow__group-wrapper .workflow-dashboard .workflow-dashboard-header-top {
  height: 31px;
}
.workflows .workflow__group-wrapper .workflow-dashboard .workflow-dashboard-header-top .workflow-dashboard-title-top {
  float: left;
}
.workflows .workflow__group-wrapper .workflow-dashboard .workflow-dashboard-header-top .workflow-dashboard-add {
  height: 35px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: -4px;
  float: left;
}
.workflows .workflow__group-wrapper .workflow-dashboard .workflow-dashboard-header-top .workflow-dashboard-add .workflow-dashboard-add-btn {
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .workflows .workflow__group-wrapper .workflow-dashboard .workflow-dashboard-header-top .workflow-dashboard-add .workflow-dashboard-add-btn span {
    display: none;
  }
}
.workflows .workflow__group-wrapper .workflow-dashboard #workflows_grid {
  height: calc(100% - 31px);
}
.workflows .workflow__group-wrapper .workflow-dashboard #workflows_grid.isCopyEnabled .full-grid-content .grid-button {
  width: 20%;
}
.workflows .workflow__group-wrapper .workflow-dashboard #workflows_grid:not(.isCopyEnabled) .full-grid-content .grid-button {
  width: 25%;
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment {
  height: calc(100% - 240px);
  min-height: 200px;
  width: 100%;
  border: 1px #D3D3D3 solid;
  border-radius: 4px;
  padding: 5px;
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment.isAdmin .workflow-dashboard-header-bottom .workflow-dashboard-title-bottom {
  width: calc(100% - 600px);
}
@media only screen and (max-width: 850px) {
  .workflows .workflow__group-wrapper .workflow-dashboard-assignment.isAdmin .workflow-dashboard-header-bottom .workflow-dashboard-title-bottom {
    width: calc(100% - 330px);
  }
  .workflows .workflow__group-wrapper .workflow-dashboard-assignment.isAdmin .workflow-dashboard-header-bottom .workflow-dashboard-bulk button span {
    display: none;
  }
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment:not(.isAdmin) .workflow-dashboard-header-bottom .workflow-dashboard-title-bottom {
  width: calc(100% - 125px);
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment .workflow-dashboard-header-bottom {
  height: 35px;
  padding-bottom: 4px;
  width: 100%;
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment .workflow-dashboard-header-bottom .workflow-dashboard-title-bottom {
  padding-top: 4px;
  float: left;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment .workflow-dashboard-header-bottom .workflow-dashboard-bulk {
  height: 30px;
  padding-left: 10px;
  float: right;
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment .workflow-dashboard-header-bottom .workflow-dashboard-bulk button {
  height: 100%;
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment #workflow_assignments_grid {
  height: calc(100% - 35px);
}
.workflows .workflow__group-wrapper .workflow-dashboard-assignment #workflow_assignments_grid .full-grid-content .grid-button {
  width: 20%;
}
.workflows .workflow__group-wrapper .isWorkflowOwner #workflow_assignments_grid .full-grid-content .ui-grid-header-cell .ui-grid-filter-container .ui-grid-filter-select option[label="Assignment Not Sent"] {
  display: none;
}
.workflows .workflow-copy .workflow-copy-grid {
  height: calc(100vh - 240px);
}
.workflows .workflow-copy .workflow-copy-grid .workflow-copy-text {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding: 5px;
  text-align: left;
}
.workflows .workflow-copy .workflow-copy-grid .workflow-copy-header-bottom {
  height: 35px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.workflows .workflow-copy .workflow-copy-grid #workflow_assignments_grid {
  height: calc(100% - 35px - 2px);
}
.workflows .workflow-copy .workflow-copy-grid #workflow_assignments_grid .full-grid-content .grid-button {
  width: 100%;
}
.workflows .worlflow-assignments-title {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.workflows .workflow-assignments {
  height: calc(100% - 110px);
}
.workflows .workflow-assignments .workflow-assignments__group--top {
  height: 50%;
  min-height: 150px;
  padding-bottom: 10px;
}
.workflows .workflow-assignments .workflow-assignments__group--top .assignment-left, .workflows .workflow-assignments .workflow-assignments__group--top .assignment-middle {
  width: 250px;
}
.workflows .workflow-assignments .workflow-assignments__group--top .assignment-left, .workflows .workflow-assignments .workflow-assignments__group--top .assignment-middle {
  float: left;
  padding-right: 25px;
}
.workflows .workflow-assignments .workflow-assignments__group--top .assignment-right {
  float: left;
  height: 100%;
  width: calc(100% - 500px);
}
.workflows .workflow-assignments .workflow-assignments__group--top .assignment-right #workflow_dimension_member_grid {
  height: calc(100% - 25px - 2px);
}
@media only screen and (max-width: 850px) {
  .workflows .workflow-assignments .workflow-assignments__group--top .assignment-left, .workflows .workflow-assignments .workflow-assignments__group--top .assignment-middle, .workflows .workflow-assignments .workflow-assignments__group--top .assignment-right {
    width: 33.3333333333%;
  }
}
.workflows .workflow-assignments .workflow-assignments__group--bottom {
  height: 50%;
  min-height: 135px;
  border: 1px #D3D3D3 solid;
  border-radius: 4px;
  padding: 5px;
}
.workflows .workflow-assignments .workflow-assignments__group--bottom .workflow-assignments-header-bottom {
  height: 35px;
  padding-bottom: 5px;
}
.workflows .workflow-assignments .workflow-assignments__group--bottom .workflow-assignments-header-bottom .assigntment-add-btn {
  height: 100%;
  float: right;
}
@media only screen and (max-width: 500px) {
  .workflows .workflow-assignments .workflow-assignments__group--bottom .workflow-assignments-header-bottom .assigntment-add-btn span {
    display: none;
  }
  .workflows .workflow-assignments .workflow-assignments__group--bottom .workflow-assignments-header-bottom .assigntment-add-btn:after {
    content: "Add";
  }
}
.workflows .workflow-assignments .workflow-assignments__group--bottom #workflow_assignments_grid {
  height: calc(100% - 35px - 2px);
}
.workflows .workflow-assignments .workflow-assignments__group--bottom #workflow_assignments_grid .full-grid-content .grid-button {
  width: 100%;
}
.workflows .full-grid-content {
  height: 100% !important;
}
.workflows .full-grid-content .grid-button {
  line-height: normal;
}
.workflows .full-grid-content .grid-button i[class^=icon-]:hover, .workflows .full-grid-content .grid-button i[class*=" icon-"]:hover {
  color: rgb(1.572027972, 110.827972028, 90.3916083916);
}
.workflows .full-grid-content .grid-button-hide:hover {
  cursor: default;
}
.workflows .full-grid-content .ui-grid-header-cell .ui-grid-filter-container .ui-grid-filter-select {
  height: 2em;
  width: 100%;
  border-radius: 50px;
  padding: 4px 8px;
  font-weight: 400;
}
.workflows .full-grid-content .ui-grid-header-cell .ui-grid-filter-container .ui-grid-filter-select option:first-child[value=""] {
  display: none;
}
.workflows .workflow {
  height: calc(100% - 110px) !important;
}

.lp-dashboard {
  height: calc(100vh - 35px);
  min-width: 600px;
  min-height: auto;
}
.lp-dashboard .welcome-page__header {
  height: auto;
}
.lp-dashboard .dashboard {
  height: calc(100% - 75px);
  display: block;
}

.dashboard .dashboard-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 15px;
}
.dashboard .dashboard-body .dashboard-max {
  height: 100%;
  padding-bottom: 20px;
  min-height: 200px;
}
.dashboard .dashboard-body .dashboard-max .widget {
  padding-bottom: 0;
}
.dashboard .dashboard-body .dashboard-max .widget:not(.isConfig) {
  height: 100%;
}
.dashboard .dashboard-body .dashboard-max .widget .widget-content {
  height: calc(100% - 56px);
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(1) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(1 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(1 * 36deg)) translate(10px) !important;
  transform: rotate(calc(1 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(2) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(2 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(2 * 36deg)) translate(10px) !important;
  transform: rotate(calc(2 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(3) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(3 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(3 * 36deg)) translate(10px) !important;
  transform: rotate(calc(3 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(4) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(4 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(4 * 36deg)) translate(10px) !important;
  transform: rotate(calc(4 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(5) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(5 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(5 * 36deg)) translate(10px) !important;
  transform: rotate(calc(5 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(6) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(6 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(6 * 36deg)) translate(10px) !important;
  transform: rotate(calc(6 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(7) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(7 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(7 * 36deg)) translate(10px) !important;
  transform: rotate(calc(7 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(8) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(8 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(8 * 36deg)) translate(10px) !important;
  transform: rotate(calc(8 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(9) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(9 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(9 * 36deg)) translate(10px) !important;
  transform: rotate(calc(9 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body > div:not(.dashboard-max) .widget .widget-content > .sp-wait-block > .spinner div:nth-child(10) div {
  width: 13px !important;
  height: 5px !important;
  -webkit-transform: rotate(calc(10 * 36deg)) translate(10px) !important;
  -ms-transform: rotate(calc(10 * 36deg)) translate(10px) !important;
  transform: rotate(calc(10 * 36deg)) translate(10px) !important;
  border-radius: 2px !important;
}
.dashboard .dashboard-body .dashboard-layout {
  height: 100%;
  width: 100%;
}
.dashboard .dashboard-body .dashboard-layout .dashboard-column-layout {
  height: 100%;
  width: 100%;
  display: block;
}
.dashboard .dashboard-body .dashboard-layout .dashboard-column-layout .dashboard-column {
  height: 100%;
  min-width: 350px;
  float: left;
}
.dashboard .dashboard-body .widget-configuration-wrapper .widget-configuration-menu {
  padding-top: 12px;
}
.dashboard .dashboard-body .widget {
  padding-bottom: 20px;
}
.dashboard .dashboard-body .widget.isMin {
  height: auto !important;
}
.dashboard .dashboard-body .widget .widget-container {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  margin: 0 16px 20px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.dashboard .dashboard-body .widget .widget-container .widget-content {
  padding: 0 24px 16px 20px;
  min-height: 100px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.dashboard .dashboard-body .widget .widget-container .widget-content .widget-inline {
  overflow: auto;
}
.dashboard .dashboard-body .widget .widget-container .widget-content .widget-inline .widget-message-div {
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.dashboard .dashboard-body .widget .widget-container .widget-content .widget-inline .widget-message-div .widget-message {
  margin-bottom: 10px;
  padding: 20px 0;
  color: #333;
}
.dashboard .dashboard-body .widget .widget-container .widget-header {
  height: 56px;
  position: relative;
}
.dashboard .dashboard-body .widget .widget-container .widget-header .widget-header-title {
  height: 100%;
  line-height: 20px;
  padding: 16px 64px 16px 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 4px solid transparent;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -0.096px;
  color: #172b4d;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dashboard .dashboard-body .widget .widget-container .widget-header .widget-header-title.color-green {
  border-top-color: #028D73 !important;
}
.dashboard .dashboard-body .widget .widget-container .widget-header .widget-header-title.color-blue {
  border-top-color: #0061A2 !important;
}

.dashboard .dashboard-header {
  width: 100%;
  top: -56px;
  position: relative;
}
.dashboard .dashboard-header .dashboard-menu {
  padding-top: 7px;
  padding-right: 24px;
  position: absolute;
  right: 0;
}
.dashboard .widget-menu {
  padding-top: 6px;
  padding-right: 24px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.dashboard .widget-menu > div {
  float: right;
  margin: 6px 0 0 1em;
  padding: 0;
  width: auto;
}
.dashboard .widget-menu > div > div {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: relative;
  border-radius: 3px;
}
.dashboard .widget-menu > div > div > a {
  padding: 0 6px;
  height: 32px;
  min-width: 24px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid transparent;
}
.dashboard .widget-menu > div > div > a:hover {
  background-color: #DFE6EB;
}
.dashboard .widget-menu > div > div > a:focus {
  border-color: #028D73;
}
.dashboard .widget-menu > div > div > a > span {
  color: #42526e;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.dashboard .widget-menu > div > div > a > i {
  line-height: 30px;
}
.dashboard .widget-menu > div > div > ul {
  display: none;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  background-color: #fff;
  position: fixed;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-width: 80px;
  z-index: 1000;
}
.dashboard .widget-menu > div > div > ul > li a {
  padding: calc(2px - 2px) calc(20px - 2px);
  display: block;
  color: #262626;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32.6px;
  line-height: 1.42857;
  border: 2px solid transparent;
}
.dashboard .widget-menu > div > div > ul > li a:hover {
  background-color: #DFE6EB;
}
.dashboard .widget-menu > div > div > ul > li a:focus {
  border-color: #028D73;
}
.dashboard .widget-menu > div > div > ul > li a span {
  line-height: 27px;
}
.dashboard .widget-menu > div > div > ul > li a i {
  vertical-align: bottom;
  margin-right: 13px;
  font-size: 20px;
  color: #028D73;
  line-height: inherit;
}
.dashboard .widget-menu > div > div > ul > li a i[class^=icon-], .dashboard .widget-menu > div > div > ul > li a i[class*=" icon-"] {
  padding: 0 1px 0 1px;
  font-size: 17px;
}

.widget-error {
  padding-left: 20px;
}
.widget-new-features {
  padding-left: 20px;
}
.widget-new-features p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.widget-variance .widget-chart .variance-mouse-over-empty-space {
  padding-left: 22px;
}
.widget-variance .c3-title {
  font-weight: bold;
}
.widget-variance table td.value {
  text-align: right;
}

.widget-workflow, .widget-variance {
  padding-left: 20px;
}
.widget-workflow .widget-inner-header, .widget-variance .widget-inner-header {
  width: 100%;
  height: 30px;
}
.widget-workflow .widget-inner-header.showDropdown .widget-inner-header-link, .widget-variance .widget-inner-header.showDropdown .widget-inner-header-link {
  width: calc(100% - 150px);
}
.widget-workflow .widget-inner-header.showBack .widget-inner-header-link, .widget-variance .widget-inner-header.showBack .widget-inner-header-link {
  width: calc(100% - 75px);
}
.widget-workflow .widget-inner-header .widget-inner-header-link, .widget-variance .widget-inner-header .widget-inner-header-link {
  margin: 5px 0;
  width: 100%;
  float: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-workflow .widget-inner-header .widget-inner-header-back, .widget-variance .widget-inner-header .widget-inner-header-back {
  margin: 0;
  float: right;
  width: 60px;
}
.widget-workflow .widget-inner-header .widget-inner-header-back button, .widget-variance .widget-inner-header .widget-inner-header-back button {
  width: 100%;
}
.widget-workflow .widget-inner-header .widget-inner-header-back button i, .widget-variance .widget-inner-header .widget-inner-header-back button i {
  font-size: 10px;
}
.widget-workflow .widget-inner-header .widget-inner-header-dropdown, .widget-variance .widget-inner-header .widget-inner-header-dropdown {
  height: 100%;
  width: 135px;
  float: right;
}
.widget-workflow .widget-inner-header .widget-inner-header-dropdown select, .widget-variance .widget-inner-header .widget-inner-header-dropdown select {
  height: 100%;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.widget-workflow .widget-title, .widget-variance .widget-title {
  font-size: 16px;
  font-weight: bold;
}
.widget-workflow .widget-title, .widget-workflow .widget-sub-title, .widget-variance .widget-title, .widget-variance .widget-sub-title {
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.widget-workflow .widget-chart-div, .widget-variance .widget-chart-div {
  overflow: hidden;
  width: 100%;
}
.widget-workflow .widget-chart-div.hasScroll, .widget-variance .widget-chart-div.hasScroll {
  overflow-x: auto;
}
.widget-workflow .widget-chart.isPie .c3-chart .c3-chart-arcs .c3-chart-arc .c3-shapes .c3-shape, .widget-variance .widget-chart.isPie .c3-chart .c3-chart-arcs .c3-chart-arc .c3-shapes .c3-shape {
  cursor: default !important;
}
.widget-workflow .widget-chart .c3-chart .c3-event-rects .c3-event-rect.drillable, .widget-variance .widget-chart .c3-chart .c3-event-rects .c3-event-rect.drillable {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.widget-workflow .widget-chart .c3-chart .c3-event-rects .c3-event-rect.nodrillable, .widget-variance .widget-chart .c3-chart .c3-event-rects .c3-event-rect.nodrillable {
  cursor: default !important;
}
.widget-workflow .widget-chart .c3-axis-x-label, .widget-variance .widget-chart .c3-axis-x-label {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.widget-workflow .widget-chart .c3-axis-x-label, .widget-workflow .widget-chart .c3-axis-y-label, .widget-variance .widget-chart .c3-axis-x-label, .widget-variance .widget-chart .c3-axis-y-label {
  font-size: 12px;
  font-weight: bolder;
}
.widget-workflow .widget-chart .c3-tooltip th, .widget-workflow .widget-chart .c3-tooltip td.name, .widget-workflow .widget-chart .c3-tooltip td.value, .widget-variance .widget-chart .c3-tooltip th, .widget-variance .widget-chart .c3-tooltip td.name, .widget-variance .widget-chart .c3-tooltip td.value {
  font-size: 12px;
}

.widget-workflow .widget-chart .c3-chart .c3-chart-texts .c3-chart-text:not(.c3-target-Due):not(.c3-target-In-Progress) .c3-texts text {
  fill: white !important;
}
.widget-workflow .widget-chart .c3-chart .c3-chart-texts .c3-chart-text.c3-target-In-Progress .c3-texts text {
  fill: black !important;
}
.widget-workflow .widget-chart .c3-chart .c3-chart-texts .c3-chart-text:not(.c3-target-Due) .c3-texts text {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.widget-workflow .widget-chart .c3-chart .c3-chart-texts .c3-chart-text.c3-target-Due .c3-texts text.pastDue {
  fill: red !important;
  font-weight: bolder;
}
.widget-workflow .widget-chart .c3-chart .c3-chart-arcs .c3-chart-arc.c3-target-Building text {
  fill: black !important;
}

.widget-empty {
  color: #028D73;
}

.widget-type-icon {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
}

body > .c3AxisXLabelLengthCheck {
  font-family: sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.ngdialog.dashboard-addwidget {
  min-width: 600px;
}
.ngdialog.dashboard-addwidget .selection-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ngdialog.dashboard-addwidget .widget-categories {
  height: 100%;
  width: 20%;
  margin-right: 12px;
}
.ngdialog.dashboard-addwidget .widget-categories ul {
  list-style: none;
  padding-left: 0;
  width: 100px;
}
.ngdialog.dashboard-addwidget .widget-categories li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 8px;
  border-left: 4px solid transparent;
}
.ngdialog.dashboard-addwidget .widget-categories li > .widget-category {
  padding-left: 6px;
}
.ngdialog.dashboard-addwidget .widget-categories li > .widget-category a {
  color: rgb(68, 68, 68);
}
.ngdialog.dashboard-addwidget .widget-categories li > .widget-category .category-tooltip {
  float: right;
  margin-top: 12px;
}
.ngdialog.dashboard-addwidget .widget-categories li.selected-category {
  background-color: #DFE6EB;
  border-left-color: #028D73;
}
.ngdialog.dashboard-addwidget .widget-categories li:hover {
  background-color: #e9e9e9;
}
.ngdialog.dashboard-addwidget .widget-types {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  height: 100%;
}
.ngdialog.dashboard-addwidget .widget-types ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.ngdialog.dashboard-addwidget .widget-type-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  border: 0px solid #dbdbdb;
  color: #555;
  margin-bottom: 8px;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-box-shadow: 0 1px 3px rgba(52, 63, 77, 0.3), inset 71px 0 0 -15px #fafafa;
  box-shadow: 0 1px 3px rgba(52, 63, 77, 0.3), inset 71px 0 0 -15px #fafafa;
}
.ngdialog.dashboard-addwidget .widget-type-card .widget-type-card-body {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ngdialog.dashboard-addwidget .widget-type-card .widget-type-card-body .widget-type-card-title {
  font-size: 18px;
  font-weight: 500;
}
.ngdialog.dashboard-addwidget .widget-type-card .widget-type-card-body .widget-type-card-title .widget-type-card-sub-title {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
.ngdialog.dashboard-addwidget .widget-type-card .widget-type-card-body .widget-type-add {
  margin-top: 15px;
  float: right;
}
.ngdialog.dashboard-addwidget .modal-header {
  padding-left: 0;
}
.ngdialog.dashboard-addwidget .modal-body {
  height: 60vh;
  min-width: 400px;
  padding-left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.ngdialog.dashboard-config .modal-body {
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ngdialog.dashboard-config .modal-body .dashboard-config-div .data-grid {
  height: 100%;
}
.ngdialog.dashboard-config .modal-body .dashboard-config-div .data-grid .full-grid-content {
  height: 100% !important;
}

.widget-configuration-variance .sectionLabel {
  font-weight: 700;
}
.widget-configuration-variance .inputRow {
  height: 30px;
}
.widget-configuration-variance .inputRow .inputLabel {
  line-height: 30px;
  margin-bottom: 0;
}
.widget-configuration-variance .inputRow .inputControl {
  height: 100%;
  font-size: inherit;
  float: left;
  width: calc(100% - 140px);
}
.widget-configuration-variance .leftLabel {
  float: left;
  width: 140px;
  padding-left: 20px;
}
.widget-configuration-variance .leftLabel.secondLabel {
  font-size: 12px;
  line-height: 35px;
  padding-left: 40px;
}
.widget-configuration-variance .data-grid {
  height: 100%;
}
.widget-configuration-variance .data-grid .full-grid-content {
  height: 100% !important;
}

.dimension-button-drop {
  width: calc(100% - 30px);
  min-height: 50px;
  height: 100%;
  border: 1px solid rgb(174, 174, 174);
  border-radius: 8px;
  padding: 0;
  margin: 0 15px;
}
.dimension-button-drop.dimensionDropActive {
  background-color: lightyellow;
}
.dimension-button-drop.dimensionDropHover {
  background-color: #e5ffff;
}
.dimension-button-drop .dimension-button-drop-placeholder {
  font-style: italic;
  padding: 5px 15px;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}

.textEllipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.variance {
  min-width: 550px;
  height: 600px;
}
.variance .variance-label {
  float: left;
  height: 30px;
  padding-right: 5px;
}
.variance .variance-tooltip {
  float: left;
}
.variance .variance-body {
  height: calc(100% - 120px) !important;
  overflow: auto;
}
.variance .comparison-version {
  height: 100%;
}
.variance .comparison-version .full-grid-content {
  height: 100% !important;
}
.variance .comparison-version .ui-grid-cell {
  height: 50px !important;
}
.variance .comparison-version .ui-grid-cell-contents {
  height: 40px !important;
}
.variance .time-grid {
  max-height: 200px !important;
  max-width: 100% !important;
  width: auto;
}
.variance .time-grid .ui-grid-cell-contents {
  width: 100%;
  max-width: 100% !important;
}
.variance .time-grid .full-grid-content {
  height: 200px !important;
}
.variance .time-grid .ui-grid-canvas {
  width: 100% !important;
}
.variance .time-grid .ui-grid-cell {
  max-width: 100% !important;
  width: 100% !important;
}
.variance .time-grid .ui-grid-header-cell {
  max-width: 100% !important;
}
.variance .time-grid .ui-grid-filter-container {
  display: none;
}
.variance .variance-formula {
  max-height: none;
  overflow: hidden;
}

.DLQ_Items {
  padding: 30px 50px;
}
.DLQ_Items .link {
  font-size: 14px;
  font-weight: bold;
  color: #002549;
  cursor: pointer;
}
.DLQ_Items .DLQ_AccNotify {
  margin-top: 10px;
}

.pl {
  padding-left: 0;
}

.full-table {
  width: 100%;
}

.per-70-table {
  width: 70%;
}

.action-width-2 {
  width: 7%;
}

.action-width-2-5 {
  width: 12%;
}

.action-width-3 {
  width: 16%;
}

.action-width-4 {
  width: 20%;
}

.action-width-5 {
  width: 25%;
}

.td-width {
  width: 2%;
}

.td-width-20 {
  width: 20%;
}

.td-width-22 {
  width: 22%;
}

.td-width-23 {
  width: 23%;
}

.td-width-24 {
  width: 24%;
}

.selected-blue {
  font-weight: bold;
  color: #0000ff;
  background-color: lightgoldenrodyellow !important;
}

.selected-green {
  font-weight: bold;
  color: green;
}

.selected-red {
  font-weight: bold;
  color: red;
}

.unsaved-green {
  font-weight: bold;
  color: green;
}

.mouse-pointer {
  cursor: pointer;
}

.partial-orange {
  background-color: orange;
}

.selected-white {
  font-weight: bold;
  color: white;
}

:focus {
  outline: 0 !important;
}

label {
  font-size: 14px;
  font-weight: 500;
}

label .optional {
  color: #b3b3b3;
  font-size: 12px;
}

.control-label {
  font-size: 12px;
  line-height: 20px;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 4px;
  margin-top: 1px !important;
}

input[type=checkbox]:hover {
  cursor: pointer;
}

.form-control {
  height: 42px;
}

.form-control:focus {
  color: #343F4D;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075);
  border-color: rgb(1.572027972, 110.827972028, 90.3916083916);
}

/*
select.form-control {
    height: 32px;
}
*/
.inline {
  display: inline-block;
}

.rd-header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  color: #FFFFFF;
}
.rd-header__right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding-right: 10px;
}
.rd-header__right-section__plan-title {
  -webkit-text-decoration: underline #FFFFFF;
  text-decoration: underline #FFFFFF;
}
.rd-header__right-section > li {
  height: 35px;
  width: 32px;
}
.rd-header__right-section > li > a.menu-disabled {
  cursor: not-allowed;
}
.rd-header__right-section > li > a.menu-disabled i {
  color: #acaaaa;
}
.rd-header__right-section > li > a.menu-disabled:hover i, .rd-header__right-section > li > a.menu-disabled:focus i {
  color: #b5b4b4;
}
.rd-header__right-section > li > a.menu-disabled.focused, .rd-header__right-section > li > a.menu-disabled:focus {
  border-color: transparent;
}
.rd-header__right-section > li > a, .rd-header__right-section > li > .header-dropdown-list-dropdown {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}
.rd-header__right-section > li > a:focus, .rd-header__right-section > li > .header-dropdown-list-dropdown:focus {
  border-color: #fff;
}
.rd-header__right-section > li > a.focused, .rd-header__right-section > li > .header-dropdown-list-dropdown.focused {
  border-color: #fff;
}
.rd-header__right-section > li, .rd-header__right-section > li > .header-dropdown-list-dropdown {
  display: block;
  float: left;
  color: #fff;
  line-height: 32px;
}
.rd-header__right-section > li > a, .rd-header__right-section > li > .header-dropdown-list-dropdown > a {
  text-align: center;
  display: block;
}
.rd-header__right-section > li > a > i, .rd-header__right-section > li > a > span, .rd-header__right-section > li > .header-dropdown-list-dropdown > a > i, .rd-header__right-section > li > .header-dropdown-list-dropdown > a > span {
  height: 100%;
  width: 100%;
  line-height: inherit;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.rd-header__right-section > li > a > i:hover, .rd-header__right-section > li > a > span:hover, .rd-header__right-section > li > .header-dropdown-list-dropdown > a > i:hover, .rd-header__right-section > li > .header-dropdown-list-dropdown > a > span:hover {
  color: #028D73;
}
.rd-header__right-section > li > i.blip.blip-alert, .rd-header__right-section > li > .header-dropdown-list-dropdown > i.blip.blip-alert {
  position: relative;
  top: -15px;
  left: 17px;
  width: 8px;
  height: 8px;
}
.rd-header__right-section > li > i.blip.blip-alert.flash-mode, .rd-header__right-section > li > .header-dropdown-list-dropdown > i.blip.blip-alert.flash-mode {
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}
.rd-header__right-section > li > i.blip.blip-alert.blip-red, .rd-header__right-section > li > .header-dropdown-list-dropdown > i.blip.blip-alert.blip-red {
  background: #dc4d4d;
}
.rd-header__right-section > li > ul, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul {
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  background-color: #fff;
  display: none;
  position: fixed;
  width: 220px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.rd-header__right-section > li > ul li a, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a {
  padding: calc(2px - 2px) calc(20px - 2px);
  display: block;
  color: #262626;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32.6px;
  line-height: 1.42857;
  border: 2px solid transparent;
}
.rd-header__right-section > li > ul li a:hover, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a:hover {
  background-color: #DFE6EB;
}
.rd-header__right-section > li > ul li a:focus, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a:focus {
  border-color: #028D73;
}
.rd-header__right-section > li > ul li a span, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a span {
  line-height: 27px;
}
.rd-header__right-section > li > ul li a i, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a i {
  vertical-align: bottom;
  margin-right: 13px;
  font-size: 20px;
  color: #028D73;
  line-height: inherit;
}
.rd-header__right-section > li > ul li a i[class^=icon-], .rd-header__right-section > li > ul li a i[class*=" icon-"], .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a i[class^=icon-], .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li a i[class*=" icon-"] {
  padding: 0 1px 0 1px;
  font-size: 17px;
}
.rd-header__right-section > li > ul li.dropdown-menu__title, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li.dropdown-menu__title {
  margin-bottom: -6px;
  font-size: 0.95em;
  text-transform: uppercase;
}
.rd-header__right-section > li > ul li.dropdown-menu__title a, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li.dropdown-menu__title a {
  height: 31px;
  color: #9B9B9B;
  background: none;
}
.rd-header__right-section > li > ul li.singleDrop-header a, .rd-header__right-section > li > .header-dropdown-list-dropdown > ul li.singleDrop-header a {
  line-height: normal;
  padding: 10px 20px;
  height: auto;
  font-weight: 700;
}

.rd-icon-bar {
  position: fixed;
  left: 0;
  top: 50px;
  bottom: 0;
  width: 130px;
  background-color: #337B6C;
  height: 100vh;
  z-index: 100;
  font-size: 1vh;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.rd-icon-bar__separator {
  margin: 0 19px 0 17px;
}

.rd-module-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  margin: 28px 0;
  color: #fff;
  font-size: 24px;
  padding: 0 28px;
}

.rd-module-icons-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
  color: #fff;
  font-size: 24px;
}

.rd-module-icons-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 18px 0;
  color: #fff;
  font-size: 20px;
}

.rd-panel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rd-panel-icon--row {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.rd-panel-icon-menu {
  position: absolute;
  width: 250px;
  background-color: #E6F9F7;
  display: none;
  text-align: left;
}

.rd-panel-icon-sub-menu {
  z-index: 9999;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
  background-color: #E6F9F7;
}

.rd-panel-icon-menu-top:after {
  content: " ";
  right: 100%;
  top: 14px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #E6F9F7;
  border-width: 18px;
  margin-top: -6px;
}

.rd-panel-icon-single-menu-top:after {
  top: 7px;
}

.rd-panel-icon-menu-bottom:after {
  content: " ";
  right: 100%;
  bottom: 14px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #E6F9F7;
  border-width: 18px;
  margin-top: -6px;
}

.rd-panel-icon-menu-label {
  font-size: 16px;
  line-height: 38px;
  padding-left: 16px;
  color: #000;
  text-decoration: none;
}
.rd-panel-icon-menu-label:focus, .rd-panel-icon-menu-label:hover {
  text-decoration: none;
  color: #fff;
}

.rd-panel-icon-bottom {
  color: #fff;
}

.rd-panel-icon-top {
  color: #fff;
}

.rd-panel-icon-menu-label-container:focus {
  background-color: #337B6C;
}
.rd-panel-icon-menu-label-container:focus .rd-panel-icon-menu-label {
  color: white;
}
.rd-panel-icon-menu-label-container:hover {
  background-color: #337B6C;
}
.rd-panel-icon-menu-label-container:hover .rd-panel-icon-menu-label {
  color: white;
}

.rd-panel-icon-menu-anchor {
  display: block;
  cursor: pointer;
}
.rd-panel-icon-menu-anchor:focus, .rd-panel-icon-menu-anchor:hover {
  text-decoration: none;
}

.rd-panel-icon-toggle.hovered {
  text-decoration: none;
  color: #fff !important;
  background-color: #186153;
}

.rd-panel-icon-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.rd-panel-icon-toggle:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #186153;
}
.rd-panel-icon-toggle:focus {
  text-decoration: none;
  color: #fff !important;
}
.rd-panel-icon-toggle--active {
  background-color: #186153;
}
.rd-panel-icon-toggle--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 12px 0;
}
.rd-panel-icon-toggle--bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  padding: 6px 0 6px 28px;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.rd-panel-icon-toggle--bottom i {
  font-size: 16px;
}

.login-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-layout .left-panel {
  min-width: 376px;
  height: 100vh;
  background-color: #337B6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}
.login-layout .left-panel .top-section {
  font-family: "Jost", sans-serif;
  padding: 40px 0 18px 40px;
}
.login-layout .left-panel .top-section .login-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.login-layout .left-panel .top-section .login-title {
  font-size: 48px;
  margin-top: 100px;
}
.login-layout .left-panel .top-section .additional {
  font-size: 20px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.login-layout .left-panel .top-section .support-link {
  color: white;
  text-decoration: underline;
  display: block;
}
.login-layout .left-panel .bottom-section {
  padding: 18px 28px;
  margin-top: auto;
}
.login-layout .left-panel .bottom-section .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.login-layout .left-panel .bottom-section .about .centage-web-site {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.login-layout .left-panel .bottom-section .about .copyright {
  text-align: center;
  font-size: 12px;
}
.login-layout .right-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-layout .right-panel .rd-session-timeout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.login-layout .right-panel .rd-session-timeout a:hover {
  cursor: pointer;
}
.login-layout .right-panel .login-form {
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.login-layout .right-panel .login-form .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.login-layout .right-panel .login-form .button-group .button-login-regular {
  width: 100%;
  padding: 10px;
  background: #337B6C;
  border: none;
  border-radius: 20px;
  color: white;
}
.login-layout .right-panel .login-form .button-group .button-login-regular:hover {
  background-color: #186153;
  -webkit-box-shadow: 0 0 3px 0 #337B6C;
  box-shadow: 0 0 3px 0 #337B6C;
}
.login-layout .right-panel .login-form .button-group .sso-login {
  width: 100%;
}
.login-layout .right-panel .login-form .button-group .sso-login .button-login-sso {
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #337B6C;
  border-radius: 20px;
  color: #186153;
}
.login-layout .right-panel .login-form .button-group .sso-login .button-login-sso:hover {
  -webkit-box-shadow: 0 0 6px 0 #337B6C;
  box-shadow: 0 0 6px 0 #337B6C;
}
.login-layout .right-panel .login-form .forgot-password:hover {
  cursor: pointer;
}
.login-layout .right-panel .login-form .forgot-password a {
  font-size: 14px;
  color: #337B6C;
}

.main-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
}

.main {
  height: 100%;
  width: 100%;
  -webkit-transition: margin-left 200ms ease-out;
  -o-transition: margin-left 200ms ease-out;
  transition: margin-left 200ms ease-out;
  border-radius: 20px 0 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 980;
  background-color: white;
  overflow: hidden;
}

#main,
#content_application,
.ng-view-wrapper {
  height: 100%;
}

.main .container-fluid {
  padding: 20px 20px 0;
}

/* Scrollable panel w/form buttons */
.scrollable.form-nav {
  height: calc(100% - 48px);
}

.scrollable.form-nav.step1 {
  height: calc(100% - 108px);
}

.no-scroll.form-nav {
  height: inherit;
}

.ng-invalid.ng-dirty {
  border-color: #FA787E !important;
}

.ng-valid.ng-dirty {
  border-color: #c0e2dc !important;
}

.fa-edit,
.fa-copy,
.fa-trash-o {
  cursor: hand;
}

.fa.disabled {
  color: #7F8C8D;
  pointer-events: none;
}

.dataTables_filter {
  width: auto;
}

.dt-toolbar,
.dt-toolbar-footer {
  border: 1px solid #ccc;
}

.dt-toolbar {
  margin-bottom: 7px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.reset-password-dialog-body {
  height: 380px;
}

.reset-password-dialog-body input[type=text] {
  width: 80%;
}

.reset-password-dialog-footer {
  height: 260px;
}

.alert-reset-validation {
  color: #FF3242;
}

.reset-checkbox-margin {
  margin: 1px 0 0 !important;
  vertical-align: middle;
}

.warning-color {
  background-color: #028D73 !important;
}

.error-color {
  background-color: #d9534f !important;
}

/** LIST-FORM DIRECTIVE **/
.list-form-panel {
  position: relative;
  height: 100%;
  z-index: 100;
}

.form-group-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 2.5em;
}

.form-group-row .control-label {
  padding: 0 1em;
}

ul.table-list {
  list-style-type: none;
  padding: 0;
}

ul.table-list li {
  padding: 0.5em 1em;
  color: #357ebd;
}

ul.table-list li:hover {
  text-decoration: underline;
}

ul.table-list li:nth-child(odd) {
  background-color: #fdfdfd;
}

ul.table-list li:nth-child(even) {
  background-color: #f3f3f3;
}

ul.table-list li.selected-row {
  background-color: #b3c4c7;
  font-weight: bolder;
}

ul.table-list li.selected-row:hover {
  cursor: default;
  text-decoration: none;
}

.base-structure-list {
  margin: 16px 14px;
  list-style-type: none;
  padding: 8px 0 0 0;
  border-top: 1px solid #dbdbdb;
}

.base-structure-list li {
  padding: 0.5em 1em;
}

.base-structure-list li:hover {
  color: #3498DB;
}

.base-structure-list li.selected-row {
  background-color: #3498DB;
  color: #fff !important;
  margin: 0 0px 0 0px;
  border-radius: 3px;
  position: relative;
}

.base-structure-list li.selected-row:hover {
  color: #fff;
}

.base-structure-list li.selected-row a {
  color: #ECF0F1;
}

.base-structure-list li.selected-row:after,
.base-structure-list li.selected-row:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.base-structure-list li.selected-row:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #3498DB;
  border-width: 5px;
  margin-top: -5px;
}

.base-structure-list li.selected-row:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #3498DB;
  border-width: 6px;
  margin-top: -6px;
}

#base_structure_form .form-button-row {
  position: relative;
  background-color: transparent;
  padding: 0;
}

#base_structure_form .form-button-row .btn {
  border-radius: 2px;
  padding: 6px 12px;
  margin-right: 4px;
}

#spread_method_form .form-button-row {
  padding-right: 10px;
  padding-bottom: 10px;
  z-index: 90;
}

#spread_method_form .form-button-row.on-active-panel {
  z-index: 90;
  width: 100%;
}

/*#spread_method_form .form-button-row .btn {
    border-radius: 2px;
    padding: 6px 12px;
    margin-right: 2px;
}*/
#recognition_schedule_form .form-button-row {
  padding-right: 10px;
  padding-bottom: 10px;
}

#recognition_schedule_form .form-button-row.on-active-panel {
  z-index: 90;
  width: 100%;
}

/*#recognition_schedule_form .form-button-row .btn {
    border-radius: 2px;
    padding: 6px 12px;
    margin-right: 2px;
}*/
#payment_method_form .form-button-row {
  padding-right: 10px;
  padding-bottom: 10px;
}

#payment_method_form .form-button-row.on-active-panel {
  z-index: 90;
  width: 100%;
}

/*#payment_method_form .form-button-row .btn {
    border-radius: 2px;
    padding: 6px 12px;
    margin-right: 2px;
}*/
#receivable_method_form .form-button-row {
  padding-right: 10px;
  padding-bottom: 10px;
}

#receivable_method_form .form-button-row.on-active-panel {
  z-index: 90;
  width: 100%;
}

/*#receivable_method_form .form-button-row .btn {
    border-radius: 2px;
    padding: 6px 12px;
    margin-right: 2px;
}*/
.increase-decrease-form {
  height: calc(100vh - 165px);
  margin-bottom: 8px;
  overflow-y: auto;
}

.modal-body-inc-dec {
  height: calc(100vh - 300px);
  padding-left: 25px;
  padding-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.incdecform-nav {
  height: calc(100vh - 320px);
  padding-bottom: 10px;
}

.return-link {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}

.data-grid-tiered {
  width: 70%;
  margin-top: 20px;
}

.data-grid-defaults {
  margin-top: 20px;
}

.menu-show-toggle .collapse-sign {
  display: none;
}

#activeCellForm textarea {
  width: 100%;
  resize: none;
}

.disable-block {
  opacity: 0.5;
}

.disable-block {
  pointer-events: none;
}

span.checkbox-span {
  margin-right: 4em;
}

span.checkbox-span input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

/*label.control-label {
    font-weight: 600;
}*/
.push-down {
  position: relative;
  top: 2.5em;
}

/** BUTTON STYLES **/
.btn {
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-button-row {
  position: fixed;
  height: 48px;
  right: 0;
  bottom: 0;
  padding-right: 10px;
  background-color: #ECF0F1;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
}
.form-button-row.initialized {
  -webkit-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  left: 62px;
}
.form-button-row.sidenav-expanded {
  left: 192px;
}

.form-button-row .btn {
  margin-top: 10px;
  margin-left: 4px;
  padding: 6px 50px;
}

.form-button-row .btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.25;
  background-color: transparent;
  color: #1C262F;
  border-color: #2C3E50;
}

.slide-panel-bottom-popup {
  position: absolute;
  top: 370px;
  right: -20px;
  width: 650px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*transition: height 100ms ease-out;*/
}

.title-module {
  font-size: 1.9em;
  margin-top: 0px;
  font-weight: 100;
  color: #2ecc71;
}

.title {
  font-size: 2em;
  margin: 0;
  padding: 20px 0;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
}

.section-title {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 32px;
}

.inline-link {
  margin: 2em;
}

/** Placeholder styling **/
::-webkit-input-placeholder {
  padding-left: 3px;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 100;
}

:-moz-placeholder {
  padding-left: 3px;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 100;
}

::-moz-placeholder {
  padding-left: 3px;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 100;
}

:-ms-input-placeholder {
  padding-left: 3px;
  font-style: italic;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 100;
}

.border-left {
  border-left: 1px solid #CCCCCC;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Export Page */
.cube-item-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #DBDBDB;
  height: 90vh;
}

#export .cube {
  position: relative;
  margin: 10px 0;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #BDC3C7;
  border-radius: 3px;
  color: #666;
}

#export .cube.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #6DAA53;
  background-color: #F5F5F5;
  cursor: pointer;
}

#export .cube.new:hover {
  border-color: #3498DB;
  background-color: #f9f9f9;
}

#export .cube.new:hover a {
  color: #3498DB;
}

#export .cube.new a span {
  line-height: 28px;
}

#export .cube.new a {
  color: #766F67;
}

#export .cube.new a:hover {
  text-decoration: none;
}

#export .top-area .status {
  border: 1px solid #2980B9;
  border-radius: 3px;
  font-size: 11px;
  padding: 1px 4px;
  color: #2980B9;
}

#export .completed {
  border: 1px solid #CCC;
}

#export .cube .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#export .cube .title {
  padding-bottom: 4px;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

#export .cube .description {
  font-size: 12px;
  line-height: 17px;
  margin-top: 12px;
}

#export .cube .bottom-button-area {
  width: 100%;
}

#export .cube .bottom-button-area .button {
  text-decoration: none;
  cursor: pointer;
  color: #666;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#export .cube .bottom-button-area .button.export {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
}

.fix-range {
  padding-top: 10px;
}

.align-filter-preview {
  /*padding-left: 8px;*/
}

.align-filter-preview-year {
  /*left: 43px;*/
}

.preview-footer-align {
  float: right;
}

.ag-floating-bottom-viewport {
  height: 93% !important;
}

.ag-floating-bottom .ag-cell.ag-cell-no-focus.ag-cell-value {
  font-weight: bold;
}

/* HARDCODED CLASSES */
.ag-body-viewport {
  height: calc(100% + 2px) !important;
}

.ag-pinned-cols-viewport {
  height: calc(100% - 105px) !important;
}

/* Profiles Page */
#profiles {
  height: 100%;
}

#profiles-area .form-button-row .btn {
  margin-left: 4px;
}

.profile__prefix {
  height: 40px;
  line-height: 40px;
  display: block;
}

/** FLIP SWITCH STYLE **/
.flipswitch-row {
  padding: 8px 12px 4px;
  /*background-color: #ECF0F1;*/
  position: absolute;
  top: 61px;
  right: 18px;
}

.flipswitch-row > div,
.flipswitch-row > label {
  display: inline-block;
  vertical-align: middle;
}

.flipswitch {
  position: relative;
  width: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.flipswitch.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.argo-dropdown {
  border: 2px solid red;
}

.flipswitch input[type=checkbox] {
  display: none;
}

.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 50px;
}

.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in 0s;
  -o-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}

.flipswitch-inner:before,
.flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 18px;
  color: white;
  /*font-family: Trebuchet, Arial, sans-serif;*/
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flipswitch-inner:before {
  content: "";
  padding-left: 12px;
  background-color: #028D73;
  color: #fff;
}

.flipswitch-inner:after {
  content: "";
  padding-right: 12px;
  background-color: #EBEBEB;
  color: #888888;
  text-align: right;
}

.flipswitch-switch {
  width: 20px;
  height: 18px;
  margin: 0px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

/* Utility classes */
.full-height {
  height: 100%;
}

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

.panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.panel-heading h3 {
  white-space: nowrap;
  overflow: hidden;
  font-weight: 300;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 21px;
  width: auto;
  padding-right: 10px;
  font-size: 13px;
}

.fixed-built-list {
  position: relative;
  top: 15px;
}

.fixed-position {
  margin-top: 52px;
}

.panel-heading .pull-right {
  margin-left: auto;
}

.badge {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  margin: 2px 4px;
  padding: 3px 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  vertical-align: text-bottom;
  border-radius: 50px;
}

#base_structure_form .form-group-row > .badge {
  margin-top: 5%;
}

/* uiNotification Custom Styles */
.ui-notification {
  position: fixed;
  z-index: 999999999;
  width: 300px;
  padding-left: 38px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #fff;
  background: #2C3E50 !important;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.ui-notification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38px;
  background-color: #1D2935;
  border-radius: 4px 0 0 4px;
  font-family: "Material Icons";
  text-rendering: optimizeLegibility;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
}

.ui-notification.success::before {
  content: "\e86c";
  color: #028D73;
}

.ui-notification.error::before {
  content: "\e000";
  color: #d9534f;
}

.ui-notification.warning::before {
  content: "\e000";
  color: #F3C678;
}

/* tooltip (replace) */
.tooltip--red {
  color: red;
}

.tooltip {
  z-index: 999999 !important;
}

.tooltip-inner {
  padding: 8px 8px;
  font-weight: normal;
  text-align: left;
  background-color: #23303E;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35) !important;
  white-space: normal;
  max-width: 35vw;
}

.selector-length-error + div .tooltip-inner {
  text-align: center;
  width: 150px !important;
}

/* Material Icons*/
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-28 {
  font-size: 28px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-96 {
  font-size: 96px;
}

.material-icons.md-light {
  color: #fff;
}

.material-icons.md-dark {
  color: #2B3D50;
}

.material-icons.md-green1 {
  color: #4EBD9D;
}

.material-icons.md-green2 {
  color: #41A185;
}

/* OLD HEAD */
.preview-filter {
  margin: 16px 0px;
}

.preview-data-type {
  display: inline;
  padding-right: 13px;
}

.panel-right {
  float: right;
}

.preview-spiner-loading {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.footer-buttons {
  position: fixed;
  bottom: 0;
  height: 78px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  width: calc(100% - 220px - 320px - 38px);
  padding: 12px;
}

.preview-filter-align {
  padding: 0px;
  top: 5px;
}

.disabled-save-button {
  background-color: rgba(223, 223, 223, 0.34) !important;
  color: #B0B2B3;
}

#wizards-export .preview-navigator {
  width: 100%;
  right: 0px;
  left: auto;
}

#wizards-export .preview-navigator .btn {
  padding-left: 24px;
  padding-right: 24px;
}

#wizards-export .preview-navigator .back,
#wizards-export .preview-navigator .next {
  border-radius: 50px;
}

#wizards-export .preview-navigator .back {
  background-color: #fff;
  color: #000000;
}

.export-spin {
  padding-left: 47px !important;
}

#wizards-export .preview-navigator .next {
  background-color: #1abc9c;
  color: #fff;
}

/* Pace Loader - middle of merge */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #2C3E50;
  height: 48px;
  width: 48px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3498DB;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 18px;
  left: 16px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #3498DB;
  border-left-color: #2980B9;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* from smart admin */
aside {
  display: block;
  background: #3a3633;
  min-height: 100%;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 905;
  top: 0;
  display: block;
  height: 48px;
  margin: 0;
  padding: 0;
  background-color: #3498DB;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
}

#header > div {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  float: left;
}

.fixed-header #header .ajax-dropdown {
  z-index: 906;
}

#logo-group span#activity {
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: 700;
  height: 24px;
  width: 24px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#f1f1f1));
  background-image: -o-linear-gradient(bottom, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(to top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  color: #c4bab6;
  font-size: 19px;
  margin: 10px 0 0;
  position: relative;
}

#logo-group span#activity:hover {
  border: 1px solid #bfbfbf;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  cursor: pointer !important;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

#logo-group > span b.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: #0091d9;
  display: inline-block;
  font-size: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px 4px 3px;
  text-align: center;
  line-height: normal;
}

#left-panel {
  position: absolute;
  left: 0;
  width: 220px;
  background-color: #23303E;
  z-index: 904;
}

#main {
  margin-left: 220px;
  padding: 0;
  position: relative;
}

.menu-toggle {
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  padding-top: 12px;
  background-color: #23303E;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #fff;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile and prevents flashing.
 */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.ngdialog.ngdialog-theme-default.ngdialog-fullwidth .ngdialog-content {
  width: 95%;
  min-width: 1000px;
}

.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content {
  width: 80% !important;
  height: 80%;
  min-height: 340px;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree-chart-div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree-chart-div .dependencyTree-chart {
  width: 100%;
  height: 100%;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree-chart-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #337B6C;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree .node circle {
  fill: #999;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree .node.node--internal circle {
  fill: #555;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree .node.node--internal text {
  text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}
.ngdialog.ngdialog-theme-default.ngdialog-chart-window .ngdialog-content .dependencyTree .link {
  fill: none;
  stroke: #555;
  stroke-opacity: 0.4;
  stroke-width: 1px;
}

.dependencyTree-tooltip {
  position: absolute;
  text-align: center;
  padding: 2px;
  font: 12px sans-serif;
  background: lightsteelblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 100000;
  opacity: 0;
}

.ngdialog.ngDialog-error {
  z-index: 1000000 !important;
}

/* Disable text highlighting everywhere */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input,
textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Miscellaneous */
.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.link-to-connect {
  padding-left: 86px;
  font-size: initial;
  position: absolute;
  top: 37px;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  min-height: 150px;
}

.ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  overflow-x: auto !important;
}

.fix-width-select {
  width: 255% !important;
}

.deploy-info {
  margin: 0px !important;
}

.logo-about {
  position: absolute;
  right: 50px;
  top: 29px;
}

.copyright-about {
  min-width: 530px;
  text-align: left;
}
.copyright-about h6,
.copyright-about h5 {
  display: inline-block;
  text-align: left;
}
.copyright-about h6 {
  height: 44px;
}
.copyright-about a {
  cursor: pointer;
}

.description-plan {
  width: 407px;
}

.eula-link {
  position: relative;
  font-size: 11px;
}

.content-link {
  height: 250px;
  overflow-y: scroll;
}

.leyend-password {
  font-size: 11px;
  font-style: oblique;
  margin-bottom: 33px;
}

.fixed-tooltip-width {
  width: 300px;
}

[title=destination] {
  display: none;
}

.override-deploy-title {
  margin-bottom: 20px;
}

/* DEPLOY SECTION */
.ui-grid-top-panel {
  background: #ECF0F1;
}

.ui-grid-cell-contents {
  padding: 5px 5px;
}

.ui-grid-footer-cell {
  display: inline-block;
}

.ui-grid-cell .ng-scope,
.ui-grid-cell form,
.ui-grid-cell select {
  height: 100%;
}

.ui-grid-canvas .ui-grid-row,
.ui-grid-canvas .ui-grid-cell,
.ui-grid-canvas .ui-grid-cell .ui-grid-vertical-bar {
  height: 34px;
}

/* PREVIEW DATA SECTION */
.preview-data {
  font-size: 14px;
}

.preview-data label {
  font-size: 1em;
}

.section-header .flipswitch-row {
  top: 67px;
  right: 28px;
}

.preview-data .preview-filter-align {
  text-align: right;
}

.preview-data .align-filter-preview:last-child {
  padding-right: 0;
}

.preview-data .align-filter-preview-year {
  top: 2px;
}

.preview-data .ag-fresh-preview {
  width: 100%;
  height: calc(100vh - 368px);
}

.preview-data .ag-pinned-left-header .ag-header-cell-label {
  text-align: left;
}

.preview-data .preview-data-type input[type=radio] {
  vertical-align: middle;
  margin-top: -1px;
}

.preview-data .preview-data-type .control-label {
  margin-top: 3px;
}

/* BASE STRUCTURES SECTION */
.flipswitch-wrapper .flipswitch-row {
  top: 60px;
  right: 43px;
}

.flipswitch-wrapper .badge {
  position: absolute;
  top: 67px;
  right: 28px;
}

.grid-footer {
  text-align: right;
  height: 30px;
  line-height: 30px;
  padding-right: 8px;
  background-color: #f6f8f8;
  border-top: 1px solid #d4d4d4;
}

/* Media Queries */
/* TODO Refactor with sass!!! */
@media screen and (min-width: 1578px) {
  .sidebar-non-collapsed.preview-data .form-control {
    font-size: 12px !important;
    padding: 6px 0px 6px 6px;
  }
}
@media screen and (max-width: 1578px) {
  .sidebar-non-collapsed.preview-data {
    font-size: 12px;
  }
  .sidebar-non-collapsed.preview-data .ag-fresh-preview {
    height: calc(100vh - 448px);
  }
  .sidebar-non-collapsed.preview-data .col-lg-1 {
    width: 12%;
  }
  .sidebar-non-collapsed.preview-data .col-lg-2 {
    width: 37%;
  }
  .sidebar-non-collapsed.preview-data .col-md-5 {
    width: 58.333333%;
  }
  .sidebar-non-collapsed.preview-data .data-type-row {
    margin-top: 8px;
  }
  .sidebar-non-collapsed.preview-data .align-filter-preview:last-child {
    padding-right: 15px;
  }
  .sidebar-non-collapsed.preview-data .last-row-child {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-non-collapsed.preview-data .col-lg-1 {
    width: 20%;
  }
  .sidebar-non-collapsed.preview-data .col-lg-2 {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .preview-data {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .preview-data {
    font-size: 12px;
  }
  .preview-data .ag-fresh-preview {
    height: calc(100vh - 418px);
  }
  .preview-data .col-lg-1 {
    width: 12%;
  }
  .preview-data .col-lg-2 {
    width: 37%;
  }
  .preview-data .col-md-5 {
    width: 58.333333%;
  }
  .preview-data .data-type-row {
    margin-top: 8px;
  }
  .preview-data .align-filter-preview:last-child {
    padding-right: 15px;
  }
  .preview-data .last-row-child {
    margin-top: 16px;
  }
}
.mouse-default {
  cursor: default;
}

.mouse-cursor-reject {
  cursor: not-allowed !important;
}

.gridBackStyle {
  background-color: #fff;
}

deployplan-to-cube .form-group .row {
  margin-bottom: 15px;
}

a.no-underline:hover, a.no-underline:focus {
  text-decoration: none;
}

#user_profile_form ol {
  padding-left: 20px;
}
#user_profile_form span.manual-code {
  color: red;
}
#user_profile_form img.qr-code {
  width: 15%;
  height: 15%;
}

.dimension-definition-label-light,
.mfa-toggle-readonly {
  font-size: 11px;
  font-style: oblique;
}

.timeout-modal .modal-body .progress {
  background-color: #D3D3D3;
}
.timeout-modal .modal-body .progress-bar {
  background-color: #028D73;
}
.timeout-modal .modal-footer {
  text-align: left;
}

.configuration-window .connection-string-text {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.configuration-window .clip-board-copy-button-div {
  padding: 15px 0;
}

.centage-access {
  display: inline-block;
  height: 200px;
}
.centage-access .centage-access-elements {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.centage-access .centage-access-text {
  width: 300px;
}
.centage-access .centage-access-contacts {
  margin-left: 100px;
  width: 500px;
  height: 150px;
}
.centage-access .contacts-text {
  margin: 0px;
  font-size: 26px;
}
.centage-access .contacts {
  font-size: 2em;
  font-weight: 300;
  line-height: normal;
}
.centage-access .account-manager {
  font-size: 13px;
  font-weight: bold;
}
.centage-access .account-manager-text {
  font-size: 12px;
}
.centage-access .customer-success-manager {
  font-size: 13px;
  font-weight: bold;
}
.centage-access .customer-success-manager-text {
  font-size: 12px;
}

.account-am-copy-button {
  margin: 3px 15px;
}

.account-connection-string-text {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  font-weight: 400;
}

/* Special icon settings */
.icon-export,
.icon-import {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.icon-remove-filters:before,
.icon-remove-sorts:before {
  font-size: 18px;
  position: relative;
  top: -2px;
}

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* remove “X” from search input field */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* --------------------------------

Main Components 

-------------------------------- */
.cd-dropdown a,
.cd-dropdown ul,
.cd-dropdown li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  list-style-type: none;
}

.cd-dropdown ol,
.cd-dropdown ul {
  list-style: none;
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  /* height: 40px; */
  /* margin: 0 15px 0 3px; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cd-dropdown-wrapper a {
  text-decoration: none;
  cursor: pointer;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  line-height: 1;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  z-index: 1000;
}

.cd-dropdown-trigger:hover {
  color: #FFF;
}

.no-touch .cd-dropdown-trigger:hover {
  background-color: #2980B9;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after { /* this is the arrow inside the dropdown trigger*/
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  -o-transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
  display: none;
}

.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #2980B9;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #2980B9;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: -3px;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden; /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  -o-transition: transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
}

.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}

.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  -o-transition: transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: -3px; /* reset style*/
    height: 100vh;
    width: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
}
.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-top: 50px;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}
.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #2980B9;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #2980B9;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: "";
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #2980B9;
    font-size: 1.6rem;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #2980B9;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #2980B9;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #2980B9;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    -webkit-box-shadow: inset 2px 0 0 #2980B9;
    box-shadow: inset 2px 0 0 #2980B9;
    color: #2980B9;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #2980B9;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    -webkit-box-shadow: inset -2px 0 0 #2980B9;
    box-shadow: inset -2px 0 0 #2980B9;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search {
  width: 100%;
  height: 35px;
  padding: 0 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.cd-search input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]::-moz-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]:-moz-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}

.cd-search input[type=search]:focus {
  background: #2980B9;
  color: #FFFFFF;
  outline: none;
}

.cd-search input[type=search]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type=search]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
  .cd-search input[type=search] {
    background-color: #343F4D;
  }
  .cd-search input[type=search]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type=search]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type=search]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type=search]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}
.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}
.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

/* Single category dropdown */
.cd-dropdown-content .cd-secondary-dropdown.single {
  width: 320px;
  padding-bottom: 0;
  padding-top: 9px;
}

.cd-dropdown-content .cd-secondary-dropdown.single > li {
  width: 100%;
  float: none;
  height: auto;
}

.cd-dropdown-content .cd-secondary-dropdown.single::before {
  display: none;
}

/* Bottom flyout menu */
.has-children.bottom {
  position: relative;
}

.cd-dropdown li.has-children.bottom ul {
  top: 0;
  height: auto;
}

.cd-dropdown li.bottom .cd-dropdown-content .cd-secondary-dropdown > li {
  height: auto;
}

.topSubset {
  position: relative;
  margin-left: -22px;
  margin-right: 0px;
}
