/* VARIABLES */
/* Colors */
/* Warning messages colors */
/* Status colors */
/* project chart colors */
/* NAVBAR */
/* BASE64 PATTERNS */
/* MIXINS */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  height: 100vh;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  color: black;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.625rem;
}
body {
  font-size: 1rem;
  box-sizing: border-box;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
  color: #000000;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
*:focus {
  outline: none;
  box-shadow: 0;
}
body *:first-child {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', serif;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4874ba;
}
::-moz-selection {
  background-color: #DDDDDD;
  color: #4874ba;
}
::selection {
  background-color: #DDDDDD;
  color: #4874ba;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in;
}
article,
aside,
main,
section,
header,
footer,
nav {
  display: block;
}
ul,
ol,
dl {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
li {
  line-height: 1.5rem;
  font-size: 1.125rem;
}
li + li {
  margin-top: 1.5rem;
}
::-webkit-input-placeholder {
  color: rgba(50, 67, 50, 0.41);
}
:-moz-placeholder {
  color: rgba(50, 67, 50, 0.41);
}
::-moz-placeholder {
  color: rgba(50, 67, 50, 0.41);
}
:-ms-input-placeholder {
  color: rgba(50, 67, 50, 0.41);
}
.app-view,
.app-container,
.imm-session {
  display: table;
  width: 100%;
  height: 100%;
  height: 100vh;
  table-layout: fixed;
}
.imm-menu,
.imm-wa {
  display: table-cell;
  vertical-align: top;
}
.imm-wa--session {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.imm-wa {
  padding: 30px 40px 80px;
  position: relative;
}
.imm-wa__hdr {
  margin-bottom: 20px;
}
.imm-wa__hdr-tools {
  text-align: right;
}
.imm-wa__hdr-tools > * {
  margin-left: 10px;
}
.imm-wa__tit {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  position: relative;
  font-family: 'Open Sans', serif;
  color: #4874ba;
}
.imm-wa__cnt {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .imm-wa__cnt {
    min-height: 400px;
  }
}
.imm-wa__cnt_light {
  background-color: white;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.imm-wa__cnt_light .custom-box {
  border: 1px solid lightgray;
}
.imm-wa__cnt_light .imm-table {
  border: 1px solid lightgray;
}
.imm-wa__cnt_light .ace_editor {
  border: 1px solid lightgray;
}
.imm-wa__cnt--scrollable {
  overflow-x: scroll;
  padding-bottom: 0;
  position: relative;
  margin-right: -5px;
  padding-right: 5px;
}
.imm-wa__actions {
  border-top: 1px solid lightgray;
  display: block;
  text-align: right;
  background-color: white;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 10px;
  vertical-align: middle;
  line-height: 40px;
}
.imm-wa__actions-error {
  display: inline-block;
  padding: 0 1rem;
  color: #E34949;
  font-size: .875rem;
}
.imm-wa__info {
  display: block;
  color: #333333;
  text-align: center;
}
.imm-wa__info a {
  color: #4874ba;
  cursor: pointer;
}
.imm-wa__info-icon {
  opacity: .4;
  width: 40px;
  height: 40px;
  display: block;
  margin: 1rem auto;
}
.imm-project-id {
  font-family: 'Open Sans', serif;
  color: #DDDDDD;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.imm-flex {
  display: flex;
}
.imm-flex-1 {
  flex: 1;
}
.imm-flex-2 {
  flex: 2;
}
.imm-flex-3 {
  flex: 3;
}
.imm-flex-4 {
  flex: 4;
}
.imm-flex-5 {
  flex: 5;
}
.imm-flex-6 {
  flex: 6;
}
* + .imm-row {
  margin-top: 3.5rem;
}
paging {
  display: block;
  text-align: center;
}
* + paging {
  margin-top: 20px;
}
.imm-featured-link {
  font-family: 'Open Sans', serif;
  font-size: .875rem;
  text-decoration: underline;
}
.imm-featured-link:hover {
  color: #4874ba;
}
.imm-menu {
  background: #363B3F;
  width: 180px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.imm-menu .imm-menu__wrp {
  display: block;
  width: 180px;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  padding-bottom: 120px;
}
.imm-menu .imm-menu__wrp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.imm-menu__hdr {
  display: block;
  height: 60px;
  height: 90px;
  background-color: #000000;
  overflow: hidden;
  transition: height .5s ease;
  position: relative;
  z-index: 5;
}
.imm-menu__hdr + .imm-menu__nav {
  top: 120px;
}
.imm-menu__hdr.imm-menu__app-list-block {
  height: 150px;
}
.imm-menu__hdr.imm-menu__app-list-block + .imm-menu__nav {
  top: 150px;
}
.imm-menu__hdr .imm-menu__app {
  text-align: center;
  padding: 5px 0 5px 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: 'Open Sans', serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: relative;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.imm-menu__hdr .imm-menu__app .imm-menu__app-icon {
  color: #4874ba;
  letter-spacing: inherit;
  font-size: 0.625rem;
  line-height: inherit;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  height: 35px;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: 5px;
  left: 10px;
  text-align: center;
}
.imm-menu__hdr .imm-menu__current-app .imm-menu__dropdown {
  position: absolute;
  top: 14px;
  right: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.imm-menu__hdr .imm-menu__current-app .imm-menu__dropdown.rotate {
  transform: rotate(0);
}
.imm-menu__hdr .imm-menu__app-list .imm-menu__app-list-item {
  height: 30px;
}
.imm-menu__hdr .imm-menu__app-list .imm-menu__app-list-item:first-child {
  background-color: rgba(0, 0, 0, 0.3);
}
.imm-menu__tit {
  line-height: 60px;
  display: inline-block;
  margin-left: 29px;
  height: 60px;
}
.imm-menu__tit img {
  height: 115px;
  vertical-align: middle;
}
.imm-menu__tools {
  cursor: pointer;
}
.imm-menu__env {
  margin: 0 3px;
  color: #fff;
  font-weight: bold;
  font-size: .875rem;
}
.imm-menu__nav {
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  padding-bottom: 30px;
  top: 70px;
  overflow: auto;
  -ms-scrollbar-face-color: #5D6266;
  -ms-scrollbar-base-color: #5D6266;
  -ms-scrollbar-3dlight-color: #363B3F;
  -ms-scrollbar-highlight-color: #363B3F;
  -ms-scrollbar-track-color: #363B3F;
  -ms-scrollbar-arrow-color: #5D6266;
  -ms-scrollbar-shadow-color: #363B3F;
  -ms-scrollbar-dark-shadow-color: #363B3F;
  scrollbar-base-color: #5D6266;
  scrollbar-face-color: #5D6266;
  scrollbar-3dlight-color: #363B3F;
  scrollbar-highlight-color: #363B3F;
  scrollbar-track-color: #363B3F;
  scrollbar-arrow-color: #5D6266;
  scrollbar-shadow-color: #363B3F;
  scrollbar-dark-shadow-color: #363B3F;
}
.imm-menu__nav.imm-menu__nav-down {
  top: 274px;
}
.imm-menu__nav::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: transparent;
}
.imm-menu__nav::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border: none;
}
.imm-menu__nav::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  width: 20px;
}
.imm-menu__nav-item {
  width: 100%;
  line-height: 1.25rem;
  display: block;
  padding: .625rem .75rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  transition: background-color 0.2s ease-in, box-shadow 0.15s ease-in, width 0.05s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-menu__nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.imm-menu__nav-item .imm-icon-wrapper {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  width: 16px;
  text-align: center;
  margin-right: .625rem;
}
.imm-menu__nav-item .imm-icon-wrapper img {
  height: 100%;
  width: auto;
}
.imm-menu__nav-item .imm-icon-wrapper .imm-icon__notification-count {
  display: inline-block;
  width: .875rem;
  height: .875rem;
  line-height: .875rem;
  font-size: .625rem;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px #000000;
  -moz-box-shadow: 0 1px 2px #000000;
  box-shadow: 0 1px 2px #000000;
  position: absolute;
  left: 10px;
  bottom: 6px;
  background: #E34949;
  color: #ffffff;
  letter-spacing: -1px;
  text-indent: -1px;
}
.imm-menu__nav-item--selected {
  background: #181A1C;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.has-submenu {
  cursor: pointer;
  position: relative;
}
.has-submenu > .imm-submenu--icon-chevron {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
}
.has-submenu > .imm-submenu--icon-chevron:before {
  transition: all ease 0.3s;
  opacity: 0.5;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #999999;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  position: relative;
  transform: rotate(-45deg);
  vertical-align: middle;
  left: 0;
  top: 9px;
  transform: rotate(45deg);
}
.has-submenu > .imm-submenu--icon-chevron.rotated-chevron:before {
  transform: rotate(135deg);
}
.has-submenu:hover > .imm-submenu--icon-chevron:before {
  opacity: 1;
}
.has-submenu:hover > .imm-menu__submenu {
  display: block;
  opacity: 1;
}
.imm-menu__submenu {
  opacity: 0;
  transition: all ease 0.3s;
  display: none;
  padding: 5px 0;
  position: fixed;
  left: 165px;
  margin-top: -35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.imm-menu__submenu:hover {
  display: block;
  opacity: 1;
}
.imm-menu__submenu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.imm-menu__submenu > ul li {
  margin: 0;
}
.imm-menu__submenu > ul li a {
  display: block;
  color: #333333;
  font-size: 0.825rem;
  font-weight: 500;
  padding: 0px 20px;
  line-height: 2.5rem;
}
.imm-menu__submenu > ul li a:hover {
  background-color: #ececec;
}
.imm-menu__submenu > ul li a .imm-icon-wrapper {
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  width: 16px;
  text-align: center;
  margin-right: .625rem;
}
.imm-menu__submenu > ul li a .imm-icon-wrapper img {
  height: 100%;
  width: auto;
  display: block;
}
.imm-menu__submenu > ul li a .imm-menu__submenu-label {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 1px;
}
.imm-menu__submenu--wrapper {
  height: auto;
  transition: height 0.5s ease;
  background: rgba(0, 0, 0, 0.2);
}
.imm-menu__submenu--wrapper.submenu-collapsed {
  height: 0;
}
.imm-menu__submenu--wrapper.submenu-collapsed * {
  display: none;
}
form,
input,
textarea,
select,
option,
button {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
}
form {
  margin: 0 auto;
}
fieldset {
  display: table;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
select,
textarea {
  border: 1px solid lightgray;
  color: #000000;
  padding: .25rem;
  resize: none;
  min-width: 50%;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.2s ease-in;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=number][readonly],
input[type=email][readonly],
select[readonly],
textarea[readonly] {
  border-color: lightgray;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: gray;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=email]:hover,
textarea:hover {
  border-color: gray;
}
status-select.focus + .imm-frm__lbl-name,
input[type=text]:focus + .imm-frm__lbl-name,
input[type=password]:focus + .imm-frm__lbl-name,
input[type=search]:focus + .imm-frm__lbl-name,
input[type=number]:focus + .imm-frm__lbl-name,
input[type=email]:focus + .imm-frm__lbl-name,
select:focus + .imm-frm__lbl-name,
textarea:focus + .imm-frm__lbl-name {
  color: gray;
}
input[type=text][readonly]:focus + .imm-frm__lbl-name,
input[type=password][readonly]:focus + .imm-frm__lbl-name,
input[type=search][readonly]:focus + .imm-frm__lbl-name,
input[type=number][readonly]:focus + .imm-frm__lbl-name,
input[type=email][readonly]:focus + .imm-frm__lbl-name,
select[readonly]:focus + .imm-frm__lbl-name,
textarea[readonly]:focus + .imm-frm__lbl-name {
  color: #363B3F;
}
select:active + .imm-frm__lbl-name {
  color: #4874ba;
}
textarea {
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0  0 1rem 0;
  height: 4.875rem;
}
button {
  border: none;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=number][readonly],
input[type=email][readonly],
textarea[readonly] {
  background-color: transparent;
  border: 1px solid lightgray;
}
select {
  padding: .25rem 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAL0lEQVQIW2PcsGHDfwYCgBEkj09hQEAAI1gRLoUgBSA5uCJ0hTAFGIpgCpEVgMQA9LkTFUnWvw0AAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  outline: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2px;
}
select:focus {
  border-color: gray;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAL0lEQVQIW2P0mvDoPwMBwAiSx6dwW4EcI1gRLoUgBSA5uCJ0hTAFGIpgCpEVgMQAoxUSwYpHYMMAAAAASUVORK5CYII=');
}
select:hover {
  border-color: gray;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px;
  }
}
.imm-frm {
  width: 100%;
}
* + .imm-frm__fld {
  margin-top: 2rem;
}
* + .imm-frm__fldgrp {
  margin-top: 2rem;
}
.imm-frm--sm * + .imm-frm__fld {
  margin-top: 0.5rem;
}
.imm-frm--sm * + .imm-frm__fldgrp {
  margin-top: 0.5rem;
}
.imm-frm__fldgrp {
  display: flex;
}
.imm-frm__fldgrp .imm-frm__fld {
  flex: 1;
}
.imm-frm__fldgrp .imm-frm__fld.imm-flex-1 {
  flex: 1;
}
.imm-frm__fldgrp .imm-frm__fld.imm-flex-2 {
  flex: 2;
}
.imm-frm__fldgrp .imm-frm__fld.imm-flex-3 {
  flex: 3;
}
.imm-frm__fldgrp .imm-frm__fld.imm-flex-4 {
  flex: 4;
}
.imm-frm__fldgrp .imm-frm__fld.imm-flex-5 {
  flex: 5;
}
.imm-frm__fldgrp .imm-frm__fld.imm-flex-6 {
  flex: 6;
}
.imm-frm__fldgrp .imm-frm__fldgrp--source {
  width: 50%;
  display: block;
  padding: 2%;
  margin-right: 2%;
  border: solid 1px #ccc;
}
.imm-frm__fldgrp .imm-frm__fldgrp--target {
  width: 50%;
  display: block;
  padding: 2%;
  margin-left: 2%;
  border: solid 1px #ccc;
}
.imm-frm__fldgrp .imm-frm__fldgrp--source label a,
.imm-frm__fldgrp .imm-frm__fldgrp--target label a {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.imm-frm__fldgrp .imm-frm__fld--medium {
  flex: 2;
}
.imm-frm__fldgrp .imm-frm__fld + .imm-frm__fld {
  margin: 0 0 0 1.25rem;
}
.imm-frm__lbl {
  display: block;
  position: relative;
  padding-top: 1.5rem;
}
.imm-frm__lbl input,
.imm-frm__lbl textarea,
.imm-frm__lbl select {
  width: 100%;
  background-color: #fff;
}
.imm-frm__lbl input[type="radio"],
.imm-frm__lbl input[type="file"] {
  display: inline-block;
  width: auto;
}
.imm-frm__lbl.active .imm-frm__lbl-name {
  color: #4874ba;
}
.imm-frm__lbl-name {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.125rem;
  display: block;
  font-family: 'Open Sans', serif;
  font-size: .875rem;
  color: #333333;
  font-weight: 400;
  transition: color 0.2s ease-in;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-frm__lbl--error .imm-frm__lbl-name {
  color: #E34949;
}
.imm-frm__lbl--error input,
.imm-frm__lbl--error select,
.imm-frm__lbl--error textarea {
  border-color: #E34949;
}
.imm-frm__error-item {
  color: #E34949;
  line-height: 1rem;
  font-size: .7125rem;
  text-transform: uppercase;
  display: block;
}
.imm-frm__lbl--cash {
  position: relative;
}
.imm-frm__lbl--cash:before {
  content: '';
  display: block;
  color: #333333;
  position: absolute;
  left: 0;
  bottom: .25rem;
  font-size: 1.125rem;
}
.imm-frm__lbl--cash input {
  padding-left: 1.25rem;
  text-align: right !important;
}
.imm-frm__lbl--cash--es-es:before {
  content: '€';
}
.imm-frm__lbl--cash--pt:before {
  content: 'R$';
}
.imm-form--hollow input[type=text],
.imm-form--hollow input[type=password],
.imm-form--hollow input[type=search],
.imm-form--hollow input[type=number],
.imm-form--hollow input[type=email],
.imm-form--hollow select,
.imm-form--hollow textarea {
  border: 1px solid #D8D8D8;
  padding: .25rem .5rem;
  font-size: 1rem;
  line-height: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.imm-form--hollow status-select.focus,
.imm-form--hollow input[type=text]:focus,
.imm-form--hollow input[type=password]:focus,
.imm-form--hollow input[type=search]:focus,
.imm-form--hollow input[type=number]:focus,
.imm-form--hollow input[type=email]:focus,
.imm-form--hollow textarea:focus {
  border-color: #4874ba;
}
.imm-form--hollow status-select.focus + .imm-frm__lbl-name,
.imm-form--hollow input[type=text]:focus + .imm-frm__lbl-name,
.imm-form--hollow input[type=password]:focus + .imm-frm__lbl-name,
.imm-form--hollow input[type=search]:focus + .imm-frm__lbl-name,
.imm-form--hollow input[type=number]:focus + .imm-frm__lbl-name,
.imm-form--hollow input[type=email]:focus + .imm-frm__lbl-name,
.imm-form--hollow select:focus + .imm-frm__lbl-name,
.imm-form--hollow textarea:focus + .imm-frm__lbl-name {
  color: #4874ba;
}
.imm-form--hollow * + .imm-frm__fld {
  margin-top: 20px;
}
.imm-form--hollow .imm-frm__lbl-name {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #73808E;
}
.imm-frm__actions {
  margin-top: 30px;
}
.imm-frm__actions .imm-btn {
  width: 100%;
}
.imm-frm--center {
  width: 100%;
  margin: 0 auto;
}
.imm-btn {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000000;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.imm-btn:focus,
.imm-btn.focus {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.imm-btn[disabled],
.imm-btn:disabled,
.imm-btn.disabled {
  opacity: 0.5;
  box-shadow: none;
}
.imm-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.imm-btn:active,
.imm-btn:hover {
  background-color: #0d0d0d;
}
.imm-btn:active {
  background-color: #000000;
}
.imm-btn--block {
  width: 100%;
  display: block;
}
.imm-login--btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #000000;
  height: 50px;
  font-size: 1rem;
}
.imm-btn-sm {
  padding: 5px 15px;
  font-size: 0.75rem;
}
.imm-btn-lg {
  padding: 15px 25px;
  font-size: 1rem;
}
.imm-btn--alt {
  background-color: #F2F2F2;
  color: #666666;
}
.imm-btn--alt.focus,
.imm-btn--alt:focus {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(242, 242, 242, 0.3);
}
.imm-btn--alt:active,
.imm-btn--alt:hover {
  background-color: #f7f7f7;
}
.imm-btn--alt:active {
  background-color: #e5e5e5;
}
.imm-btn--success {
  background-color: #4AD6A0;
}
.imm-btn--success.focus,
.imm-btn--success:focus {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(74, 214, 160, 0.3);
}
.imm-btn--success:active,
.imm-btn--success:hover {
  background-color: #5fdbab;
}
.imm-btn--success:active {
  background-color: #2cc188;
}
.imm-btn--danger {
  background-color: #E34949;
}
.imm-btn--danger.focus,
.imm-btn--danger:focus {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(227, 73, 73, 0.3);
}
.imm-btn--danger:active,
.imm-btn--danger:hover {
  background-color: #e65f5f;
}
.imm-btn--danger:active {
  background-color: #d82121;
}
.imm-btn--round,
.imm-btn--round_alt {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: .875rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  height: auto;
  padding: .25rem 1rem .20rem;
  margin-bottom: .25rem;
  white-space: nowrap;
  word-break: keep-all;
}
.imm-btn--round:hover {
  background-color: #000000;
}
.imm-btn--round_alt {
  background-color: #F2F2F2;
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.imm-btn--round_alt:hover {
  background-color: #cccccc;
  color: inherit;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.imm-btn-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.15s ease-in;
  background-color: #E8E8E8;
  cursor: pointer;
}
.imm-btn-circle i {
  transition: color 0.15s ease-in;
  vertical-align: text-top;
  color: #999999;
}
.imm-btn-circle:hover {
  background-color: #000000;
}
.imm-btn-circle:hover i {
  color: #ffffff;
}
.imm-btn-circle--approve i {
  font-size: 1rem;
  vertical-align: baseline;
}
.imm-btn-circle--approve:hover {
  background-color: #79DB74;
}
.imm-btn-circle--disapprove:hover {
  background-color: #F67878;
}
.imm-download-excel {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.imm-download-excel:hover {
  background-color: transparent;
  border: 0;
}
a.imm-btn.disabled,
fieldset:disabled a.imm-btn {
  pointer-events: none;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.pulse-button {
  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-color: #e84c3d;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/173024/jonathanlarradet_copy.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 50vh auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* Switch 4 Specific Style Start */
.box_4 {
  background: #eee;
}
.input_wrapper {
  width: 80px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.input_wrapper input[type="checkbox"] {
  width: 80px;
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b8b8b8;
  border-radius: 2px;
  position: relative;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.input_wrapper input[type="checkbox"]:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 34px;
  height: 34px;
  background: #dfeaec;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.input_wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: 1;
}
.input_wrapper .is_checked {
  width: 18px;
  left: 18%;
  -webkit-transform: translateX(190%) translateY(-30%) scale(0);
  transform: translateX(190%) translateY(-30%) scale(0);
}
.input_wrapper .is_unchecked {
  width: 15px;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1);
}
/* Checked State */
.input_wrapper input[type="checkbox"]:checked {
  background: #000000;
}
.input_wrapper input[type="checkbox"]:checked:after {
  left: calc(53%);
}
.input_wrapper input[type="checkbox"]:checked + .is_checked {
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1);
}
.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked {
  -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
  transform: translateX(-190%) translateY(-30%) scale(0);
}
/* Switch 4 Specific Style End */
.imm-session-blk {
  display: inline-block;
  min-width: 340px;
  max-width: 800px;
}
.imm-session-blk.choose-app {
  width: 340px;
}
.imm-session-blk__hdr {
  line-height: 1.65rem;
  font-size: 1.5rem;
  padding-bottom: 80px;
  text-align: left;
}
.imm-session-blk__logo {
  text-align: center;
  display: block;
  margin: 0;
}
.imm-session-blk__logo img {
  display: block;
  margin: 0 auto;
}
.imm-session--app-name {
  color: #4874ba;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.imm-session--choose-app {
  color: #505050;
  text-align: left;
}
.imm-session--choose-app h1 {
  font-size: 1.75rem;
  font-family: 'Open Sans', sans-serif;
}
.imm-session--app {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding-top: 34px;
  height: 160px;
  width: 160px;
  border: 3px inset rgba(27, 54, 103, 0);
  border-radius: 8px;
  background-color: #fff;
  opacity: .8;
  transition: .5s ease opacity;
  cursor: pointer;
}
.imm-session--app:hover {
  opacity: 1;
}
.imm-session--app h1 {
  color: #4874ba;
  font-size: 2.4rem;
  text-align: center;
}
.imm-session--app span {
  display: block;
  width: 100%;
  color: rgba(50, 67, 50, 0.41);
  position: absolute;
  bottom: 20px;
}
.imm-session--app:first-child {
  margin-right: 20px;
}
.imm-session--app.selected {
  opacity: 1;
  border: 3px inset rgba(27, 54, 103, 0.2);
  background-image: url(../assets/images/icons/app-check-icon.svg);
  background-position: right 14px top 14px;
  background-repeat: no-repeat;
}
.imm-session--app-form {
  text-align: left;
  margin: 30px 0;
  font-size: 0.875rem;
}
.imm-session--app-form p {
  text-align: center;
}
.imm-session--app-form p a.imm-link {
  text-decoration: underline;
  color: #4874ba;
}
.imm-login--input-grp {
  margin-bottom: 20px;
}
.imm-login--input-grp input {
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: none !important;
  padding: 18px;
  padding-left: 48px;
}
.imm-login--input-grp input:first-child {
  border-radius: 8px 8px 0 0;
  background-image: url(../assets/images/username-icon.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
}
.imm-login--input-grp input:last-child {
  border-radius: 0 0 8px 8px;
  position: relative;
  bottom: 1px;
  background-image: url(../assets/images/password-icon.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
}
.imm-login--input-grp div.imm-login--divider {
  margin: 0 16px;
  height: 1px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 99;
}
table.imm-table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  text-align: left;
}
table.imm-table thead {
  background: #F2F2F2;
  text-transform: uppercase;
}
table.imm-table thead > tr {
  border-bottom: unset !important;
}
table.imm-table th,
table.imm-table td {
  line-height: 1rem;
  margin: 0;
  border: 0;
  white-space: nowrap;
  text-align: left;
}
table.imm-table th input[type='text'],
table.imm-table td input[type='text'],
table.imm-table th input[type='password'],
table.imm-table td input[type='password'],
table.imm-table th input[type='search'],
table.imm-table td input[type='search'],
table.imm-table th input[type='number'],
table.imm-table td input[type='number'],
table.imm-table th input[type='email'],
table.imm-table td input[type='email'],
table.imm-table th select,
table.imm-table td select,
table.imm-table th textarea,
table.imm-table td textarea {
  border: 1px solid #f0f0f0;
  color: inherit;
  padding: 3px;
  margin: -3px;
  resize: none;
  width: auto;
  font-size: inherit;
  line-height: 1rem;
  transition: all 0.2s ease-in;
  background-color: white;
}
table.imm-table th span.imm-table__money,
table.imm-table td span.imm-table__money {
  display: inline-block;
  position: relative;
  left: -3px;
}
table.imm-table th {
  padding: 0.40625rem 1rem;
  background-color: #F3F3F3;
  height: 35px;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
}
table.imm-table td {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
table.imm-table tr:nth-child(odd) {
  background-color: white;
}
table.imm-table tr {
  background-color: white;
  border-bottom: 2px solid #F8F8F8;
}
* + table {
  margin-top: 40px;
}
.imm-table {
  table-layout: initial;
}
.imm-table__modal {
  height: 150px;
  width: 100%;
  overflow-y: scroll;
}
.imm-table__modal thead th,
.imm-table__modal tbody td {
  padding: 2px 3px;
}
.imm-table__compact {
  font-size: 0.73rem;
}
.imm-table__compact thead th,
.imm-table__compact tbody td {
  padding: 7px 5px;
}
/*.imm-table__quad {
  thead th,
  tbody td {
    &:nth-child(even) {
      background-color: rgba(200, 200, 200, 0.15);
    }
  }
}*/
.imm-table--fixed {
  table-layout: fixed;
}
.imm-table--horizontal-overflow {
  border-left: 4px solid #4874ba;
  border-right: 4px solid #4874ba;
}
.imm-table__currency {
  text-align: right;
}
.imm-table__currency input {
  text-align: right;
  width: 85px !important;
  margin: 0 !important;
}
.imm-table__nowrap {
  white-space: nowrap;
}
.imm-table__normal th {
  white-space: normal;
}
.imm-table--selectable tbody tr {
  transition: color 0.1s linear, background-color 0.1s linear;
  cursor: pointer;
}
/*.imm-table--selectable tbody tr:hover {
  color: @color-white;
  background: @color-dark-gray;
}*/
.imm-table--selectable tbody tr:active {
  background: #4874ba;
}
.imm-table__featured-row {
  background: #F8F8F8;
}
.imm-table--multi {
  table-layout: fixed;
}
.imm-table--multi tbody tr {
  border-bottom: 1px solid #F8F8F8;
}
.imm-table--multi tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.imm-table__tools {
  width: 60px;
  text-align: right;
  padding: 0 4px;
}
.imm-table__tools .imm-icon {
  color: #4874ba;
  font-size: 0.875rem;
}
.imm-table__tools .imm-icon + .imm-icon {
  margin-left: 2px;
}
.imm-table__tree-row td:first-child {
  padding-left: 3.25rem;
  background-image: url(/assets/images/tree-ico.png);
  background-position: 1.5rem -0.25rem;
  /*background-repeat-x: no-repeat;
  background-repeat-y: repeat;*/
  background-repeat: no-repeat;
}
.imm-table__tree-row--last td:first-child {
  background-repeat-y: no-repeat;
}
.imm-table__original-row {
  background-color: rgba(71, 152, 235, 0.3) !important;
}
.imm-table__link {
  text-decoration: underline;
}
.imm-table__overhead {
  background-color: white;
  text-align: center;
}
.imm-table__overhead-wrp {
  position: relative;
  text-align: center;
}
.imm-table__overhead,
tr.imm-table__overhead,
tr.imm-table__overhead:nth-child(odd) {
  background: #fff;
}
.imm-table__overhead-wrp span {
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
.imm-table__overhead-wrp:before {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
  background: #ccc;
}
.imm-table--treeview label {
  vertical-align: super;
}
.imm-table--treeview tbody tr {
  border: none;
}
.imm-table--treeview__brands,
.imm-table--treeview__rubros {
  margin: 0;
}
.imm-table--treeview__brands thead tr th,
.imm-table--treeview__rubros thead tr th {
  padding-left: 5%;
  text-transform: none;
  font-weight: normal;
}
.imm-table--treeview__brands tbody tr td,
.imm-table--treeview__rubros tbody tr td {
  padding-left: 10%;
}
.imm-tabla-horizontal-scroll {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
}
.imm-project-bar-table__cnt {
  width: 20%;
  margin-left: 5%;
}
.imm-project-bar-table__cnt table tr {
  /*background: #E6EEF3;*/
  border: solid 1px #fff;
}
.imm-project-bar-table__cnt table td {
  padding: 2px 1rem;
  font-weight: bold;
  font-size: 10px;
}
.imm-project-bar-table__row {
  background: #e6eef3 !important;
}
.imm-project-bar-table__row td {
  width: 120px;
  height: 24px;
}
.imm-project-bar-table__cnt table p {
  font-size: 10px;
  margin: 4px;
}
.inside--table {
  position: relative;
}
.inside--table .ui-select-bootstrap > .ui-select-choices {
  margin-top: -1em;
  margin-left: -3px;
  width: 200px;
}
.imm-frm__fldgrp--no-margin {
  margin-top: 0px;
}
.imm-table--landing i {
  color: #195ABD;
  font-size: 1.1rem;
}
.imm-table--landing button {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
.imm-table--landing button i {
  color: #fff;
}
.imm-table--landing a i {
  color: #fff;
}
@font-face {
  font-family: "icons";
  src: url("/styles/imm-iconfont.eot?45e54add71bd8f3e04faaad1cb6fe056");
  src: url("/styles/imm-iconfont.eot?#iefix") format("embedded-opentype"), url("/styles/imm-iconfont.woff?45e54add71bd8f3e04faaad1cb6fe056") format("woff"), url("/styles/imm-iconfont.ttf?45e54add71bd8f3e04faaad1cb6fe056") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.imm-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.imm-icon:before {
  font-family: "icons";
}
.imm-icon--analytics-ico:before {
  content: "\f101";
}
.imm-icon--approval-icon-action:before {
  content: "\f102";
}
.imm-icon--approval-icon-approved:before {
  content: "\f103";
}
.imm-icon--approval-icon-cancelled:before {
  content: "\f104";
}
.imm-icon--approval-icon-rejected:before {
  content: "\f105";
}
.imm-icon--approval-icon-waiting:before {
  content: "\f106";
}
.imm-icon--arrow-fill-right-2-ico:before {
  content: "\f107";
}
.imm-icon--arrow-fill-right-ico:before {
  content: "\f108";
}
.imm-icon--arrow-line-right-2-ico:before {
  content: "\f109";
}
.imm-icon--arrow-line-right-ico:before {
  content: "\f10a";
}
.imm-icon--ayuda-ico:before {
  content: "\f10b";
}
.imm-icon--calendar-ico:before {
  content: "\f10c";
}
.imm-icon--catalogos-ico:before {
  content: "\f10d";
}
.imm-icon--change-profile:before {
  content: "\f10e";
}
.imm-icon--chat:before {
  content: "\f10f";
}
.imm-icon--chevron-right-ico:before {
  content: "\f110";
}
.imm-icon--cierre-ico:before {
  content: "\f111";
}
.imm-icon--clock:before {
  content: "\f112";
}
.imm-icon--close-big-ico:before {
  content: "\f113";
}
.imm-icon--close-modal:before {
  content: "\f114";
}
.imm-icon--close-session:before {
  content: "\f115";
}
.imm-icon--cog-ico:before {
  content: "\f116";
}
.imm-icon--delete_entry-ico:before {
  content: "\f117";
}
.imm-icon--details-ico-blue:before {
  content: "\f118";
}
.imm-icon--details-ico:before {
  content: "\f119";
}
.imm-icon--document:before {
  content: "\f11a";
}
.imm-icon--download-ico:before {
  content: "\f11b";
}
.imm-icon--excel-download:before {
  content: "\f11c";
}
.imm-icon--file:before {
  content: "\f11d";
}
.imm-icon--filters:before {
  content: "\f11e";
}
.imm-icon--hamburger-ico-blue:before {
  content: "\f11f";
}
.imm-icon--hamburger-ico:before {
  content: "\f120";
}
.imm-icon--icon-chatter--folder:before {
  content: "\f121";
}
.imm-icon--icon-chatter--unread:before {
  content: "\f122";
}
.imm-icon--icon-close:before {
  content: "\f123";
}
.imm-icon--icon-duplicate-row:before {
  content: "\f124";
}
.imm-icon--icon-process-budget:before {
  content: "\f125";
}
.imm-icon--icon-process-document:before {
  content: "\f126";
}
.imm-icon--icon-process-project:before {
  content: "\f127";
}
.imm-icon--icon-tipo-N:before {
  content: "\f128";
}
.imm-icon--icon-tipo-T:before {
  content: "\f129";
}
.imm-icon--list-icon-attachment:before {
  content: "\f12a";
}
.imm-icon--list-icon-link:before {
  content: "\f12b";
}
.imm-icon--log-ico:before {
  content: "\f12c";
}
.imm-icon--notificaciones-ico:before {
  content: "\f12d";
}
.imm-icon--pencil-ico:before {
  content: "\f12e";
}
.imm-icon--person-msg-icon-white:before {
  content: "\f12f";
}
.imm-icon--person-msg-icon:before {
  content: "\f130";
}
.imm-icon--person-notify-icon:before {
  content: "\f131";
}
.imm-icon--plus-ico:before {
  content: "\f132";
}
.imm-icon--presupuesto-ico:before {
  content: "\f133";
}
.imm-icon--project-star-icon-off:before {
  content: "\f134";
}
.imm-icon--project-star-icon-on:before {
  content: "\f135";
}
.imm-icon--proyectos-ico:before {
  content: "\f136";
}
.imm-icon--reportes-ico:before {
  content: "\f137";
}
.imm-icon--ringfence-ico:before {
  content: "\f138";
}
.imm-icon--star:before {
  content: "\f139";
}
.imm-icon--thumbsup-ico:before {
  content: "\f13a";
}
.imm-icon--tick-ico:before {
  content: "\f13b";
}
.imm-icon--warning-ico:before {
  content: "\f13c";
}
.imm-icon--zoom-ico:before {
  content: "\f13d";
}
.imm-icon {
  background-size: cover;
  position: relative;
}
.imm-icon--thumbsdown-ico {
  transform: rotate(180deg);
}
.imm-icon--thumbsdown-ico:before {
  content: "\f114";
}
.imm-icon--pencil {
  background: url('/assets/images/icons/pencil-ico.svg');
  width: 14px;
  height: 14px;
  cursor: pointer;
}
* + .imm-icon--zoom {
  margin-left: .25rem;
}
.imm-icon--triangle-down {
  line-height: inherit;
  padding: 0 5px;
}
.imm-icon--triangle-down:after {
  content: "";
  display: inline-block;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.imm-icon--triangle-up {
  line-height: inherit;
  padding: 0 5px;
}
.imm-icon--triangle-up:after {
  content: "";
  display: inline-block;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.imm-icon--triangle-right {
  line-height: inherit;
  padding: 0 5px;
}
.imm-icon--triangle-right:after {
  content: "";
  display: inline-block;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #333333;
}
.imm-icon--triangle-down__overhead,
.imm-icon--triangle-up__overhead {
  /*
  float: right;
  top: 5px;
  */
  padding: 0px 1px;
  cursor: pointer;
}
.imm-icon--tree {
  line-height: inherit;
  padding: 0 10px;
}
.imm-icon--tree:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(/assets/images/tree-ico.png) no-repeat;
  position: relative;
  top: -8px;
}
/* COMPONENTS */
.imm-bc {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.imm-bc:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  bottom: .25rem;
  background-image: url(/assets/images/icons/chevron-right-ico.svg);
  width: 9px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.imm-bc-item {
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.875rem;
  display: inline-block;
  position: relative;
  color: #333333;
}
a.imm-bc-item {
  color: #000000;
  border-bottom: 1px dotted currentColor;
}
.imm-bc-item + .imm-bc-item {
  margin-left: 40px;
}
.imm-bc-item + .imm-bc-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  bottom: .25rem;
  background-image: url(/assets/images/icons/chevron-right-ico.svg);
  width: 9px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.imm-bc--head {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: inline-block;
  padding: 0;
  color: #333333;
}
.imm-select.ui-select-container {
  min-width: 70px;
}
.imm-select.ui-select-container .selectize-input {
  border-bottom: 1px solid #EEEEEE;
  color: #000000;
  padding: .25rem 0;
  resize: none;
  min-width: 50%;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.2s ease-in;
  background-color: white;
}
.imm-select.ui-select-container .selectize-input.disabled {
  background-color: #efefef !important;
}
.imm-select.ui-select-container span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.imm-select.ui-select-container .selectize-input:after {
  border-top-color: #F8F8F8;
  margin-top: -1px;
  border-width: 4px 4px 0 4px;
  right: 8px;
}
.imm-select .ui-select-dropdown {
  background: #ffffff;
  color: #333333;
  border-radius: 3px;
  border: 1px solid #F8F8F8;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  max-height: 200px;
  overflow: scroll;
}
.imm-select .ui-select-dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}
.imm-select .ui-select-dropdown .active {
  background: rgba(255, 255, 255, 0.2);
  color: #333333;
}
.imm-select .ui-select-dropdown[style*="top"]:before {
  top: auto;
  bottom: -6px;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.imm-select .ui-select-choices-content {
  border-radius: 2px;
  overflow-y: scroll;
  overflow-x: auto;
}
.imm-select .ui-select-choices-row {
  padding: .275rem 1rem;
  font-size: .75rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.imm-select .ui-select-choices-row:hover {
  background: #4874ba;
  color: #ffffff;
}
.imm-select .ui-select-choices-row:hover .ui-select-choices-row-inner {
  color: #ffffff;
}
.imm-select .ui-select-search {
  border-bottom: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.imm-select.imm-select--input span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.imm-select.imm-select--input .selectize-input:after {
  display: none;
}
.imm-select.imm-select--input .selectize-input.open,
.imm-select.imm-select--input .selectize-input.focus {
  border-color: gray;
}
.imm-select.imm-select--input .selectize-input.open:before,
.imm-select.imm-select--input .selectize-input.focus:before {
  color: gray;
}
.imm-select.imm-select--input .selectize-input.selectize-focus {
  border-color: gray !important;
}
.imm-select.selectize-input--container .selectize-input {
  font-size: .75rem;
  font-weight: normal;
  padding: 0 5px;
}
.imm-select.ui-select-container {
  z-index: 10000;
}
.ui-select-search-hidden,
.ui-select-offscreen {
  clip: rect(0px 0px 0px 0px);
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  border-image: initial !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
  outline: 0px !important;
}
.ui-select-choices-row-inner {
  color: #666;
}
.ui-select-choices-row-inner {
  font-size: 11px !important;
}
.ui-select-bootstrap .ui-select-placeholder {
  display: block;
}
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  position: absolute;
  top: 45px !important;
  background: #fff;
  padding: 0;
  margin-top: 0;
  max-height: 295px !important;
  border: solid 1.1px #eee;
  border-top: none;
  z-index: 999;
  overflow-y: scroll !important;
}
.imm-table .ui-select-choices-row-inner {
  font-size: 10px;
  padding: 5px !important;
}
.imm-table .ui-select-choices,
.imm-table .ui-select-container,
.imm-table .ui-select-search {
  width: 200px;
}
.ui-select-bootstrap.imm-select--input-profiles {
  width: 235px;
}
.ui-select-bootstrap.imm-select--input-profiles .ui-select-no-choice {
  width: auto;
}
.imm-select--input-profiles .ui-select-match-text {
  background: #fff;
  padding: 2px;
}
.imm-select--input-profiles .ui-select-placeholder {
  background: #fff;
  padding: 3px;
}
.imm-select--input-reclas.ui-select-bootstrap .ui-select-choices-row-inner,
.imm-select--input-reclas.ui-select-bootstrap .ui-select-match-text {
  font-size: 10px;
}
.ui-select-multiple {
  background: #fff;
  border: 1px solid #ccc;
}
.imm-tabs {
  margin: 20px 0;
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
}
.imm-tabs:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 2px solid #4874ba;
}
.imm-tabs__item {
  display: table-cell;
  padding: .2rem 1rem;
  font-size: .75rem;
  text-transform: uppercase;
  background-color: white;
  transition: color 0.15s ease-in, background-color 0.15s ease-in;
  font-weight: bold;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-tabs__item:hover {
  background-color: #dfdfdf;
}
.imm-tabs__item--selected {
  background-color: #4874ba;
  color: #ffffff;
}
.imm-tabs__item--selected:hover {
  background-color: #325184;
}
.imm-tags {
  display: block;
  padding: 0;
  border-bottom: 1px solid #EEEEEE;
  min-height: 2rem;
}
.imm-tags__item {
  display: inline-block;
  background: #EEEEEE;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  font-size: .875rem;
  line-height: 1.125rem;
  padding: .25rem 1rem;
  margin: 0 0 .25rem 0;
  transition: color 0.15s ease-in, background-color 0.15s ease-in;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-tags__item i {
  padding-left: 6px;
  cursor: pointer;
}
.imm-tags__item:hover {
  background-color: #4874ba;
  color: #ffffff;
}
.ngdialog-overlay,
.imm-modal-backdrop {
  position: fixed;
  margin-left: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.ngdialog-content,
.imm-modal-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100px;
  padding: 30px 0;
  height: 100%;
  width: 100%;
  z-index: 1011;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@keyframes modal {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes modal-med {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.imm-modal {
  display: inline-block;
  min-width: 400px;
  max-width: 740px;
  transform: translateY(-100%);
  background: #ffffff;
  animation-name: modal;
  animation-duration: .15s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.imm-modal--medium {
  animation-name: modal;
  width: 630px;
}
.imm-modal--big {
  animation-name: modal;
  min-width: 1040px;
}
.imm-modal__header {
  background: #F8F8F8;
  line-height: 25px;
  padding: 12.5px 38px 12.5px 20px;
  position: relative;
}
.imm-modal__title {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 25px;
}
.imm-task__subtitle {
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem !important;
  line-height: 25px;
}
.imm-modal__close-btn {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
.imm-modal__cnt {
  padding: 30px 40px 15px 40px;
}
.imm-modal__actions {
  border-top: 1px solid #F8F8F8;
  text-align: right;
  padding: 10px 40px;
}
.imm-status {
  display: inline-block;
}
.imm-status__text {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  vertical-align: middle;
}
.imm-status__text:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #F2F2F2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.imm-status__text--authorized:before {
  background: #4AD6A0;
}
.imm-status__text--created:before {
  background: #4874ba;
}
.imm-status__text--denied:before {
  background: #E34949;
}
.imm-status__text--pending:before {
  background: #FFEC79;
}
.imm-select-status {
  position: relative;
}
.imm-select-status.active + .imm-frm__lbl-name {
  color: #4874ba;
}
status-select.focus .imm-select-status__selected {
  border-color: #4874ba;
}
status-select.focus .imm-select-status__selected:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
status-select.focus .imm-select-status__dropdown {
  display: block;
}
.imm-select-status__selected {
  border-bottom: 1px solid #EEEEEE;
  color: #000000;
  padding: .25rem 0;
  resize: none;
  min-width: 50%;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: relative;
  padding-right: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-select-status__selected:after {
  content: "";
  display: inline-block;
  top: 50%;
  margin-top: -1px;
  right: 0;
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.imm-select-status__dropdown {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 110px;
  top: 38px;
  right: 0;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.imm-select-status__dropdown .imm-status__text {
  font-size: .875rem;
  display: block;
  padding: .5rem 1rem .5rem 2rem;
  color: #363B3F;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.imm-select-status__dropdown .imm-status__text:before {
  left: 10px;
}
.imm-select-status__dropdown .imm-status__text:hover {
  background: #F8F8F8;
  color: #000000;
}
.imm-user {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: initial;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #363B3F;
}
.imm-user:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(0deg, #363B3F 5%, rgba(54, 59, 63, 0) 100%);
}
.imm-flag-container {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  margin-right: 7px;
  position: relative;
  top: 2px;
  vertical-align: top;
}
.imm-flag-container .imm-user__pic {
  height: auto;
  width: 100%;
}
.imm-user__cnt {
  padding: 0 15px 0 12px;
}
.imm-user__data {
  display: inline-block;
  vertical-align: top;
}
.imm-user__data .imm-user__name {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.imm-user__data .imm-user__profile {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.imm-user {
  transform: translateY(100px);
  transition: transform 0.15s ease-out;
}
.imm-user.active {
  transform: translateY(0);
}
.imm-user__toggle {
  padding: 0 0 2px;
  text-align: left;
  cursor: pointer;
  position: relative;
  background: #363B3F;
}
.imm-user__menu-toggle {
  text-align: center;
  padding: 7px 0;
}
.imm-user__menu-toggle .imm-icon--caret {
  transform: rotate(180deg);
  opacity: 0.5;
  transition: 0.3s ease all;
}
.imm-user__menu-toggle .imm-icon--caret:hover {
  opacity: 1;
}
.imm-user__menu-toggle .imm-icon--caret.active {
  transform: rotate(0);
}
.imm-menu__version {
  text-align: right;
  font-size: 0.625rem;
  font-weight: bold;
  position: relative;
}
.imm-user__options {
  display: table;
  width: 100%;
}
.imm-user__options-btn {
  float: left;
  max-width: 50%;
  width: 120px;
  height: 100px;
  background: #181A1C;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  padding: 70px 5px 16px;
  position: relative;
  transition: background-color 0.15s ease-in;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
.imm-user__options-btn .imm-icon {
  position: absolute;
  top: 24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 1.875rem;
}
.imm-user__options-btn .imm-icon--change-profile {
  top: 32px;
}
.imm-user__options-btn:hover {
  background-color: #ccc;
}
.imm-user--chat-btn-container {
  padding: 0 15px 0 10px;
}
.imm-btn-webchat {
  position: relative;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  opacity: 0.8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
  cursor: pointer;
  transition: all .2s;
}
.imm-btn-webchat:hover {
  opacity: 1;
}
.imm-btn-webchat .imm-icon {
  margin: 12px 10px 12px 15px;
  width: 14px;
  height: 16px;
}
.imm-btn-webchat .external-link {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
.imm-settings__btn {
  border: 1px solid #EEEEEE;
  width: 58px;
  height: 35px;
  display: inline-block;
  background: #F8F8F8;
  position: relative;
  top: 2px;
  vertical-align: text-bottom;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.imm-settings__btn:before {
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background: url('/assets/images/icons/cog-ico.svg');
  position: absolute;
  left: 8px;
  top: 7px;
}
.imm-settings__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 8px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.imm-settings__btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
}
.imm-settings {
  position: relative;
  display: inline-block;
}
.imm-settings .imm-settings__list {
  max-height: 0;
  height: 0;
  overflow: hidden;
  display: none;
  min-width: 188px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 39px;
  background: #F8F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 0 5px;
}
.imm-settings .imm-settings__list a {
  display: block;
  line-height: 15px;
  padding: 10px 20px;
  text-align: left;
  font-size: .875rem;
  color: #666666;
  cursor: pointer;
}
.imm-settings .imm-settings__list a:hover {
  color: #363B3F;
}
.imm-settings .imm-settings__list.imm-settings--catalogs {
  background-color: #ffffff;
}
.imm-settings .imm-settings__list .imm-settings--item {
  display: block;
  line-height: 15px;
  padding: 10px;
  background-color: #ffffff;
  text-align: left;
  font-size: .875rem;
  color: #666666;
  cursor: pointer;
}
.imm-settings .imm-settings__list .imm-settings--item:hover {
  color: #363B3F;
}
.imm-settings .imm-settings__list .imm-settings--item .imm-settings--item-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.imm-settings .imm-settings__list .imm-settings--item .imm-settings--item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.imm-settings .imm-settings__list .imm-settings--header {
  height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .625rem;
  text-align: left;
  color: #828282;
  padding: 0 10px;
  line-height: 1.25rem;
  vertical-align: middle;
  background-color: #F8F8F8;
}
.imm-settings .imm-settings__list hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), #DDDDDD, rgba(0, 0, 0, 0.1));
  margin: 5px 0;
}
.imm-settings.active .imm-settings__list {
  display: inline-table;
  height: auto;
  max-height: 100vh;
}
.imm-settings.active .imm-settings__btn {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) inset;
}
.imm-settings.active .imm-settings__btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.imm-budget-bar {
  display: block;
  position: relative;
  margin-bottom: 56px;
}
.imm-project-bar--alt {
  display: flex;
  align-items: flex-end;
}
.imm-budget-bar__title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans', serif;
  color: #333333;
  margin-bottom: 10px;
}
.imm-budget-bar__cnt {
  position: relative;
}
.imm-budget-bar__amount,
.imm-budget-bar__available {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: -26px;
  color: #666666;
  background: #ffffff;
  padding: 0 .25rem;
}
.imm-budget-bar__item-graph {
  display: block;
  height: 10px;
  background: #EEEEEE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.imm-budget-bar__b {
  position: absolute;
}
.imm-budget-bar__b--spent {
  z-index: 2;
}
.imm-budget-bar__b--spent .imm-budget-bar__item-graph {
  background: #4874ba;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.imm-budget-bar__b--old-spent {
  z-index: 1;
}
.imm-budget-bar__b--old-spent .imm-budget-bar__item-graph {
  background: rgba(72, 116, 186, 0.5);
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.imm-project-bar {
  margin-bottom: 1.5rem;
}
.imm-project-bar .imm-project-bar__cnt {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.imm-project-bar .imm-project-bar__cnt--alt {
  width: 75%;
}
.imm-project-bar .imm-project-bar__item {
  display: table-cell;
  white-space: nowrap;
}
.imm-project-bar .imm-project-bar__item:first-child .imm-project-bar__item-graph {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.imm-project-bar .imm-project-bar__item:last-child .imm-project-bar__item-graph {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.imm-project-bar .imm-project-bar__item-graph {
  height: 32px;
  line-height: 32px;
  font-size: .9rem;
  font-weight: bold;
  color: #333333;
  background: #BDBDBD;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.imm-project-bar .imm-project-bar__item-graph--alt {
  height: auto;
  line-height: 1;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.imm-project-bar .imm-project-bar__item-graph--alt p {
  font-size: 10px;
  margin: 5.3px 0;
}
.imm-project-bar .imm-project-bar__item--forecastRF .imm-project-bar__item-graph {
  background: #EEEEEE;
  color: #333333;
}
.imm-project-bar .imm-project-bar__item--forecast .imm-project-bar__item-graph {
  background: #F8D21C;
}
.imm-project-bar .imm-project-bar__item--available .imm-project-bar__item-graph {
  background: #4EE24A;
}
.imm-project-bar .imm-project-bar__item--effective .imm-project-bar__item-graph {
  background: #4EE24A;
}
.imm-project-bar .imm-project-bar__item--comp .imm-project-bar__item-graph {
  background: #FFEC79;
}
.imm-project-bar .imm-project-bar__item--prov .imm-project-bar__item-graph {
  background: #4A90E2;
}
.imm-project-bar .imm-project-bar__item--dtg .imm-project-bar__item-graph {
  background: #E6EEF3;
}
.imm-project-bar .imm-project-bar__amount {
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
  color: #333333;
}
.imm-notifications {
  display: block;
  text-align: center;
}
.imm-notification {
  display: inline-table;
  vertical-align: top;
}
.imm-notification + .imm-notification {
  margin-top: 30px;
}
.imm-notification__tools {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  width: 180px;
  text-align: left;
}
.imm-notification__tools .imm-btn-square + .imm-btn-square {
  margin-left: 8px;
}
.imm-blk {
  display: table-cell;
  text-align: left;
  width: 700px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.imm-blk__hdr {
  background: #F8F8F8;
  line-height: 25px;
  padding: 12.5px 20px 12.5px 20px;
  position: relative;
}
.imm-blk__tit {
  font-size: 1.25rem;
  color: #666666;
  margin: 0;
  line-height: 25px;
  display: inline-block;
}
.imm-blk__date {
  float: right;
  font-size: .875rem;
  font-family: 'Open Sans', serif;
  color: #999999;
  line-height: 25px;
}
.imm-blk__cnt {
  padding: 20px;
}
.imm-blk__cnt * + .imm-flex {
  margin-top: 15px;
}
.imm-datepicker-btn {
  display: inline-block;
  background-color: #4874ba;
  border-radius: 10px;
  padding: 0 1.875rem;
  font-size: .875rem;
  line-height: 1.875rem;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.imm-datepicker-btn:hover:after {
  display: block;
}
.imm-datepicker > div:first-child {
  position: relative;
}
.imm-datepicker > div:first-child:after {
  content: '\f101';
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  font-size: .675rem;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 7px;
  bottom: 2px;
  z-index: 0;
  color: #F8F8F8;
  transition: color 0.15s ease-in;
}
.imm-datepicker > div:first-child:hover input {
  border-color: #4874ba;
}
.imm-datepicker > div:first-child:hover:after {
  color: #4874ba;
}
.imm-datepicker .ng-datepicker-input {
  position: relative;
  background: transparent;
  cursor: pointer;
  padding-right: 22px;
  z-index: 1;
  width: 100%;
}
.imm-datepicker .ng-datepicker {
  position: absolute;
  z-index: 9999;
  width: 246px;
  margin-top: 6px;
  background: #ffffff;
  font-size: 12px;
  color: #333333;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}
.imm-datepicker .ng-datepicker:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}
.imm-datepicker .ng-datepicker > .controls {
  width: 246px;
  display: inline-block;
  padding: 8px 0 ;
  text-transform: uppercase;
}
.imm-datepicker .ng-datepicker > .controls i {
  font-size: 25px;
  cursor: pointer;
}
.imm-datepicker .ng-datepicker > .controls > .left {
  width: 35px;
  display: inline-block;
  float: left;
  margin: 5px 0 0 3px;
}
.imm-datepicker .ng-datepicker > .controls > .left > i.prev-year-btn {
  float: left;
  display: block;
  font-size: 14px;
  opacity: 0.4;
}
.imm-datepicker .ng-datepicker > .controls > .left > i.prev-month-btn {
  float: left;
  margin: -5px 0 0 9px;
  display: block;
}
.imm-datepicker .ng-datepicker > .controls > span.date {
  width: 170px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 3px 0 0 0;
}
.imm-datepicker .ng-datepicker > .controls > .right {
  width: 35px;
  display: inline-block;
  float: right;
  margin: 5px 0 0 0;
}
.imm-datepicker .ng-datepicker > .controls > .right > i.next-year-btn {
  float: left;
  display: block;
  font-size: 14px;
  opacity: 0.4;
}
.imm-datepicker .ng-datepicker > .controls > .right > i.next-month-btn {
  float: left;
  margin: -6px 9px 0 0;
}
.imm-datepicker .ng-datepicker > .day-names {
  width: 246px;
  border-bottom: 1px solid #F8F8F8;
  display: inline-block;
}
.imm-datepicker .ng-datepicker > .day-names > span {
  width: 35px;
  text-align: center;
  float: left;
  display: block;
}
.imm-datepicker .ng-datepicker > .calendar {
  width: 246px;
  display: inline-table;
  vertical-align: top;
  margin: -9px -1px -1px -1px;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.imm-datepicker .ng-datepicker > .calendar > span > span.day {
  width: 35px;
  height: 35px;
  border-left: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
  float: left;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.15s ease-in, background-color 0.15s ease-in;
}
.imm-datepicker .ng-datepicker > .calendar > span:last-child > span.day {
  border-right: 1px solid #F8F8F8;
}
.imm-datepicker .ng-datepicker > .calendar > span > span.day.disabled {
  border-left: 1px solid transparent;
  cursor: default;
  pointer-events: none;
}
.imm-datepicker .ng-datepicker > .calendar > span > span.day:hover {
  background: #4874ba;
  color: #ffffff;
}
.imm-loader {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  height: 140px;
}
.imm-loader:before {
  content: "Cargando...";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 80px;
  font-size: .875rem;
  line-height: 25px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Open Sans', serif;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-40px);
  text-indent: .5rem;
  text-shadow: 1px 1px 1px #ffffff;
}
.imm-loader:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url('/assets/images/ring-alt.svg');
  background-size: cover;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.imm-loader--centered {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  width: 120px;
  height: 120px;
}
.imm-loader--centered:before {
  content: "";
}
/*
* === MAJOR SECTION HEADING ===
*/
.types li {
  margin: 0 2rem;
}
/* — Step Status — */
.approval__step {
  display: inline-block;
  position: relative;
  width: 155px;
}
.approval__step__round {
  width: 70px;
  height: 70px;
  border: solid 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.approval__step__round .step__round__value .round__value {
  width: 70px;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  color: #666666;
}
.step__round__status {
  position: absolute;
  text-align: center;
  top: 38px;
  left: 38px;
}
.step__round__status .round__status-value {
  display: block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.approval__step--not .approval__step__round {
  border: dashed 4px #e5e5e5;
}
.approval__step--not .step__round__status {
  display: none;
}
.approval__step--not .step__round__value .round__value {
  opacity: .2;
}
.approval__step--not > .approval__step__title {
  opacity: .2;
}
/* — Status Icon — */
.round__status-icon {
  width: 15px;
  height: 11px;
  margin-top: 8.5px !important;
  /*vertical-align: middle;*/
}
.step__round__status .round__status--approved {
  background-color: #79db74;
}
.step__round__status .round__status--action {
  background-color: #4a90e2;
}
.step__round__status .round__status--waiting,
.step__round__status .round__status--cancelled {
  background-color: #e5e5e5;
}
.step__round__status .round__status--rejected {
  background-color: #f67878;
}
/* — Step Title — */
.approval__step__title {
  width: 130px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.43;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  margin-bottom: 15px;
  height: auto;
}
.approval__step__title h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* — Step Name & Date — */
.approval__step__name {
  text-align: center;
}
.approval__step__name .step__name-user {
  display: flex;
  justify-content: center;
  height: 1.5rem;
  align-items: center;
}
.approval__step__name .step__name-user span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
  margin: 0 5px;
  white-space: nowrap;
}
.approval__step__name .step__name-user a {
  font-family: 'Open Sans', sans-serif;
}
.approval__step__name .step__name-user img {
  width: 15px;
  margin: -3px 5px;
}
.approval__step__name .step__name-date {
  text-align: center;
}
.approval__step__name .step__name-date span {
  font-family: 'Open Sans', sans-serif;
  opacity: 0.5;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
}
.approval__step__waiting {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #4a90e2;
}
.approval__step__cancelled {
  font-family: 'Open Sans', sans-serif;
  opacity: .3;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
}
/* — Step in Name of — */
.approval__step__nameof .step__nameof-user {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  height: 1.5rem;
  align-items: center;
}
.approval__step__nameof .step__nameof-user span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
  margin: 0 5px;
}
.approval__step__nameof .step__nameof-user a {
  font-family: 'Open Sans', sans-serif;
}
.approval__step__nameof .step__nameof-user a:hover {
  border: none;
}
.approval__step__nameof .step__nameof-user img {
  width: 18px;
  margin: 0 5px;
}
.approval__step__nameof .step__nameof-date {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 5px;
}
.approval__step__nameof .step__nameof-date span {
  font-family: 'Open Sans', sans-serif;
  opacity: 0.5;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
}
/* — Step Status — */
.approval__step__status {
  font-family: 'Open Sans', sans-serif;
  margin: 1rem 0;
}
.approval__step__status .step__status-normal {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin-bottom: 5px;
}
.approval__step__status .step__status--approved {
  color: #79db74;
}
.approval__step__status .step__status--rejected {
  color: #f67878;
}
.approval__step__status .step__status-date {
  opacity: 0.5;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
}
.approval__step__status .step__status-reason {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #333333;
  max-width: 140px;
  display: block;
  margin: 0 auto;
  margin-top: .5rem;
}
/* — Step Choose — */
.approval__step__choose {
  display: inline-flex;
  margin-top: 1rem;
}
.approval__step__choose .step__choose {
  margin: 0 1rem;
}
.approval__step__choose .step__choose-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #999999;
}
.approval__step__choose .step__choose-normal {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  cursor: pointer;
}
.approval__step__choose .step__choose-normal img {
  width: 1rem;
}
.approval__step__choose .step__choose--approved {
  background-color: #79db74;
}
.approval__step__choose .step__choose--rejected {
  background-color: #f67878;
}
/* LINES ----------------------------------------------------- */
.approval__step__round {
  position: relative;
  z-index: 1000;
  background: white;
}
.panel {
  overflow-x: scroll;
}
.panel h1,
.panel h2,
.panel h3,
.panel div,
.panel span {
  font-family: 'Open Sans', sans-serif;
}
.panel li + li {
  margin: 0;
}
.panel ul li {
  list-style: none;
}
.panel div:first-child ul li:only-child:before {
  display: none;
}
.panel .step {
  display: table-cell;
  vertical-align: middle;
}
.panel .step ul li:only-child:before {
  content: '';
  display: block;
  height: 3px;
  background-color: #e5e5e5;
  left: 0;
  position: absolute;
  top: 50px;
  z-index: -8;
  width: 50%;
}
.panel .step ul .not--applicable:only-child:before {
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50px;
  z-index: -8;
  width: 50%;
  border-bottom: dashed 3px #e5e5e5;
  background-color: initial;
}
.panel .step ul li::after {
  content: '';
  display: block;
  height: 3px;
  background-color: #e5e5e5;
  right: 0;
  position: absolute;
  top: 50px;
  z-index: -8;
  width: 50%;
}
.panel .step ul .not--applicable::after {
  content: '';
  display: block;
  height: 3px;
  background-color: initial;
  border-bottom: dashed 3px #e5e5e5;
  right: 0;
  position: absolute;
  top: 50px;
  z-index: -8;
  width: 50%;
}
.panel ul {
  min-width: 10rem;
  padding: 0;
  min-height: 26rem;
  margin: 0;
}
.panel ul li {
  padding: 1rem;
  top: 0;
  position: relative;
  min-height: 315px;
}
.panel .step__groupal {
  border-right: 3px solid #e5e5e5;
}
.panel .step__groupal li {
  min-height: auto;
}
.panel .step__groupal li:after {
  content: '';
  display: block;
  height: 3px;
  background-color: #e5e5e5;
  left: 0;
  position: absolute;
  top: 50px;
  z-index: -8;
  width: 50%;
}
.panel .step__groupal li:before {
  content: '';
  display: block;
  height: 3px;
  background-color: #e5e5e5;
  left: 0;
  position: absolute;
  top: 50px;
  z-index: -8;
  width: 50%;
}
.panel .step__groupal li:first-child:before {
  position: absolute;
  left: 0;
  border-left: 3px solid #e5e5e5;
  top: 50px;
  /*height: 215px;*/
  min-height: 1px;
}
.panel .step__groupal li:last-child:before {
  display: none;
}
.panel .step__groupal li:last-child:before {
  content: '';
  display: block;
  height: 50px;
  background-color: #e5e5e5;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -8;
  width: 3px;
}
.panel .step__groupal li::before {
  position: absolute;
  left: 0;
  border-left: 3px solid #e5e5e5;
  background-color: initial;
  top: 0;
  height: 100%;
}
.panel .step__last::after {
  display: none !important;
}
.pvtUi {
  color: #333;
}
table.pvtTable {
  font-size: 8pt;
  text-align: left;
  border-collapse: collapse;
}
table.pvtTable thead tr th,
table.pvtTable tbody tr th {
  background-color: #e6EEEE;
  border: 1px solid #CDCDCD;
  font-size: 8pt;
  padding: 5px;
}
table.pvtTable .pvtColLabel {
  text-align: center;
}
table.pvtTable .pvtTotalLabel {
  text-align: right;
}
table.pvtTable tbody tr td {
  color: #3D3D3D;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  vertical-align: top;
  text-align: right;
}
.pvtTotal,
.pvtGrandTotal {
  font-weight: bold;
}
.pvtVals {
  text-align: center;
  white-space: nowrap;
}
.pvtRowOrder,
.pvtColOrder {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
  display: inline-block;
}
.pvtAggregator {
  margin-bottom: 5px ;
}
.pvtAxisContainer,
.pvtVals {
  border: 1px solid gray;
  background: #EEE;
  padding: 5px;
  min-width: 20px;
  min-height: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.pvtAxisContainer li {
  padding: 8px 6px;
  list-style-type: none;
  cursor: move;
}
.pvtAxisContainer li.pvtPlaceholder {
  -webkit-border-radius: 5px;
  padding: 3px 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #aaa;
}
.pvtAxisContainer li span.pvtAttr {
  -webkit-text-size-adjust: 100%;
  background: #F3F3F3;
  border: 1px solid #DEDEDE;
  padding: 2px 5px;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pvtTriangle {
  cursor: pointer;
  color: grey;
}
.pvtHorizList li {
  display: inline;
}
.pvtVertList {
  vertical-align: top;
}
.pvtFilteredAttribute {
  font-style: italic;
}
.pvtFilterBox {
  z-index: 100;
  width: 300px;
  border: 1px solid gray;
  background-color: #fff;
  position: absolute;
  text-align: center;
}
.pvtFilterBox h4 {
  margin: 15px;
}
.pvtFilterBox p {
  margin: 10px auto;
}
.pvtFilterBox label {
  font-weight: normal;
}
.pvtFilterBox input[type='checkbox'] {
  margin-right: 10px;
  margin-left: 10px;
}
.pvtFilterBox input[type='text'] {
  width: 230px;
}
.pvtFilterBox .count {
  color: gray;
  font-weight: normal;
  margin-left: 3px;
}
.pvtCheckContainer {
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  overflow-y: scroll;
  width: 100%;
  max-height: 250px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.pvtCheckContainer p {
  margin: 5px;
}
.pvtRendererArea {
  padding: 5px;
}
/* CUSTOM STYLES */
.pvtUi th,
.pvtUi td {
  text-transform: none;
}
.pvtUi tr:first-child td:first-child {
  text-align: center;
}
.pvtRows li,
.pvtUnused li {
  margin: 0;
}
select.pvtAttrDropdown {
  margin-right: 10px;
}
.pvtAxisContainer,
.pvtVals {
  border: 1px solid#eee;
  background: #fff;
}
.pvtRows li span.pvtAttr,
.pvtUnused li span.pvtAttr {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 5px;
}
td.pvtUnused.pvtHorizList li span.pvtAttr {
  display: inline-block;
}
.pvtCols li span.pvtAttr {
  border-radius: 0;
  padding: 5px;
}
table.pvtTable thead tr th,
table.pvtTable tbody tr th {
  background-color: initial;
  border: 1px solid #ddd;
  font-weight: normal;
}
.pvtFilterBox h4 {
  font-size: 1rem;
}
.pvtFilterBox .pvtSearch {
  margin: 5px;
}
.pvtFilterBox button {
  border: solid 1px #ddd;
  padding: 5px;
  margin: 5px;
  width: 25%;
  background: #4A90E2;
  color: #fff;
}
.pvtFilterBox p button:last-child {
  background: #eee;
  color: #333;
}
.pvtCheckContainer {
  font-size: 0.75rem;
}
.pvtAggregator {
  margin-bottom: 10px;
}
th.pvtRowLabel {
  font-weight: bold !important;
}
table.pvtTable thead tr th,
table.pvtTable .pvtTotalLabel,
table.pvtTable .pvtColLabel,
.pvtTotal,
.pvtGrandTotal {
  border: solid 1px #ccc !important;
  background: #ddd !important;
  font-weight: bold;
  text-align: center;
}
.collaborative-fake-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.collaborative_flap {
  position: fixed;
  height: 36px;
  right: 36px;
  bottom: 50%;
  background-color: #4874ba;
  border-radius: 5px 5px 0 0;
  transform: rotate(270deg);
  transform-origin: right top 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.container__right {
  display: block;
  width: 280px;
  box-shadow: 5px 0px 18px 8px #e3e3e3;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.collaborative_title {
  height: 50px;
  background-color: #4874ba;
  padding: 15px;
  line-height: 1.3125;
  color: #fff;
  cursor: pointer;
}
.container__chat .chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container__chat .panel-body {
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  top: 50px;
  right: 0;
  bottom: 70px;
}
.chat-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
}
.chat-footer button {
  border-color: none;
  border-style: initial;
  border-width: 0;
  padding: 1px 7px 2px;
  border: .5px solid #c1c1c1;
  height: 100%;
  font-size: .7rem;
  color: #c1c1c1;
  font-family: sans-serif;
  outline: none;
}
.chat-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.container__chat .chat .chat-item {
  min-height: auto;
  padding: 10px 15px 5px;
  position: relative;
}
.container__chat .chat .chat-item .chat-icon {
  position: absolute;
  text-align: center;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 0.6875rem;
  line-height: 1.3125rem;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.container__chat .chat .chat-item .chat-body {
  padding-left: 30px;
  position: relative;
}
.container__chat .chat .chat-item .chat-body p {
  margin: 0;
  color: #333333;
  line-height: 1.25rem;
  font-size: .75rem;
}
.container__chat .chat .chat-item .chat-body .header {
  line-height: 1rem;
  margin-bottom: 6px;
  font-size: .75rem;
}
.container__chat .chat .chat-item .chat-body .header span {
  color: rgba(51, 51, 51, 0.5);
  font-size: inherit;
  margin-left: 10px;
}
.date-line {
  padding-top: 15px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: .7rem;
}
.date-line span {
  background: #fff;
  padding: 0 15px;
}
.date-line:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 24px;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: -1;
}
/* ========= CONTAINER LEFT ========= */
/*#region container left*/
.container__left {
  display: block;
  float: left;
  width: 24vw;
  left: 0;
  top: 0;
  border-right: .5px solid #dfdfdf;
}
.container__left .row {
  height: 100%;
  display: flex;
}
.container__left .col-md-5 {
  height: 100%;
  width: 100%;
}
.container__left .panel {
  height: 100%;
  width: 100%;
  padding-left: 10%;
  overflow: auto;
}
.container__left .panel ul {
  min-height: 0px;
}
.container__left .panel ul li {
  min-height: 0px;
  padding: 0;
}
.container__left .panel-heading {
  display: inline-block;
  width: 100%;
}
.container__left .panel-heading h2 {
  margin-bottom: 1rem;
}
.container__left .panel-heading input {
  display: flex;
  width: 90%;
  padding: 0 3%;
  padding-right: 0;
  border: .5px solid #c1c1c1;
  font-size: .8rem;
  outline: none;
  height: 2.4rem;
}
.container__left .panel-heading .heading-unread {
  margin: 1.5rem 0 0 0;
}
.container__left .panel-heading .heading-unread span {
  display: inline-flex;
}
.container__left .panel-heading .heading-unread span::before {
  content: '';
  display: block;
  background-image: url('/assets/images/icons/icon-chatter--unread.svg');
  width: 18px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
/* ------- FOLDERS TITLE ------  */
.container__left .category-title {
  font-size: .9rem;
  color: #777777;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  font-weight: normal;
  margin: 5px 0;
  padding: 5px 0;
  text-transform: uppercase;
}
/*#endregion*/
/* ------- FOLDERS ------  */
/*#region folder*/
.container__left .category-folder {
  margin-right: 30px;
  margin-bottom: .5rem;
}
.container__left .folder {
  display: inline;
}
.container__left .panel-body-category {
  max-height: 250px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.container__left .panel-body-category:last-child {
  margin-bottom: 0px;
}
.container__left .panel-body .folder-title {
  color: #333333;
  background: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
}
.container__left .panel-body .folder-title--projects::before {
  content: '';
  display: block;
  background-image: url('/assets/images/icons/icon-process-project.svg');
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
.container__left .panel-body .folder-title--documentos::before {
  content: '';
  display: block;
  background-image: url('/assets/images/icons/icon-process-document.svg');
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left;
  margin-right: 5px;
}
.container__left .panel-body .folder-title--budget::before {
  background-image: none !important;
  width: 0px;
  margin: 0px;
}
.container__left .panel-body .folder-title--budget > i {
  margin-right: 10px;
  color: #4a90e2;
  margin-top: 4px;
}
.container__left .panel-body .folder__item {
  padding: 0 5%;
  background-color: white;
  overflow: hidden;
  margin: 5px 0;
}
.container__left .panel-body .folder__item li a {
  text-decoration: none;
  color: #333333;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 5%;
  height: 30px;
}
.container__left .panel-body .folder__item li a span {
  color: #c1c1c1;
  margin-right: .5rem;
}
.container__left .panel-body .folder__item li:active a:active,
.container__left .panel-body .folder__item a.active,
.container__left .panel-body .folder__item li a:focus {
  font-weight: normal;
  background: #f5f5f5;
}
/*#endregion*/
/* ------- GENERAL ------  */
.unread-message {
  font-weight: bold;
  cursor: pointer;
}
span.unread-message,
label.unread-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 15px;
  margin: 3px 7px;
  border-radius: 50px;
  background-color: #f03030;
  color: white !important;
  font-size: 10px;
}
label.unread-message {
  display: inline-flex;
  vertical-align: top;
  margin: 5px;
}
/* ========= CONTAINER RIGHT ========= */
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #f4f3f3;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9f9;
  border: 1px solid #c1c1c1;
}
::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
  background-color: #c1c1c1;
  border-radius: 50px;
  width: 20px;
}
/* ========= CONTAINER CHAT ========= */
.container__chat {
  display: block;
  margin-top: 70px;
  z-index: 80px;
}
.container__chat_close_ico {
  width: 12px;
  height: 12px;
  float: right;
}
.container__chat .panel-footer .input-group,
.container__right .chat-footer .input-group {
  padding: 0px 10px;
  height: 45px;
  background: white;
  width: auto;
  display: flex;
  align-items: center;
}
.container__chat .panel-footer input,
.container__right .chat-footer input {
  width: 100%;
  height: 35px;
  padding: 0 3%;
  border: .5px solid #ccc !important;
  border-right: none;
  font-size: .9rem;
  outline: none;
}
.container__chat .panel-footer button,
.container__right .chat-footer button {
  height: 35px !important;
  width: 35px;
  display: flex;
  cursor: pointer;
  padding: 0 2% !important;
}
.container__chat .panel-footer button img,
.container__right .chat-footer button img {
  margin: 0 auto;
}
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #f4f3f3;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9f9;
  border: 1px solid #c1c1c1;
}
::-webkit-scrollbar-thumb {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
  background-color: #c1c1c1;
  border-radius: 50px;
  width: 20px;
}
ul.scrollable-menu {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 225px;
  max-height: 200px;
  background: #fff;
  padding-left: 10px;
}
ul.scrollable-menu li {
  margin-top: 10px;
  cursor: pointer;
}
ul.scrollable-menu li:hover {
  color: #4A90E2;
}
.imm-dashboard--indicators-container {
  margin-bottom: 20px;
}
.imm-dashboard--indicators-wrapper {
  position: relative;
  padding-right: 20px;
  height: 100%;
}
.imm-dashboard--indicators {
  background-color: #fff;
  height: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  transition: all ease 0.5s;
  cursor: pointer;
}
.imm-dashboard--indicators:hover {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.imm-dashboard--indicators h1 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #4874ba;
  margin-bottom: 0;
}
.imm-dashboard--indicators h1.green {
  color: #4AD6A0;
  vertical-align: middle;
  font-size: 1.5rem;
}
.imm-dashboard--indicators h1.red {
  color: #E34949;
  vertical-align: middle;
  font-size: 1.5rem;
}
.imm-dashboard--indicators span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dashboard-heading {
  margin-top: .875rem;
  margin-bottom: .625rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.325rem;
}
.dashboard-heading .dashboard-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: text-top;
}
.imm-dashboard--table {
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: left;
  width: 100%;
  padding-right: 20px;
  color: #333333;
}
.imm-dashboard--table .imm-dashboard--table-color {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  float: left;
  margin-top: 0.2em;
  margin-right: 8px;
}
.imm-dashboard--table .imm-dashboard--table-color-nm {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  float: left;
  left: -15px;
  margin-right: -8px;
  margin-top: 0.2em;
  position: relative;
}
.imm-dashboard--table thead > tr {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.imm-dashboard--table thead > tr th {
  padding: 7px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
}
.imm-dashboard--table tbody > tr > td {
  padding: 7px 20px;
  font-size: 0.875rem;
  line-height: 1rem;
}
.dashboard-highchart .highcharts-legend {
  display: none;
}
.highcharts-container {
  text-align: left !important;
  width: 100% !important;
}
text.highcharts-title {
  display: none !important;
}
.imm-favorite--ul {
  list-style: none;
  list-style-type: none;
}
.imm-favorite--ul li {
  color: #195ABD;
  font-size: 0.875rem;
  margin-top: 0.5em;
}
.link-modal {
  padding-right: 20px;
  font-size: 0.875rem;
  cursor: pointer;
  color: #4A90E2;
  line-height: 1.325rem;
  vertical-align: bottom;
}
.link-modal:hover {
  color: #1683ff;
}
.imm-catalog--search-wrapper {
  padding-top: 2px;
}
.imm-catalog--search-wrapper .imm-catalog--search {
  background-image: url('../assets/images/icons/magnify-ico.svg');
  background-position-x: 12.5px;
  background-position-y: 9.5px;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: 2rem;
  width: 100%;
  height: 35px;
  border: 1px solid #BDBDBD;
  color: #333333;
  font-size: .825rem;
  line-height: 1.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.imm-catalog--search-wrapper .imm-catalog--search::-webkit-input-placeholder {
  color: #999999;
  font-size: .825rem;
  font-style: italic;
  line-height: 1.25rem;
}
.imm-catalog--search-wrapper .imm-catalog--search:-moz-placeholder {
  color: #999999;
  font-size: .825rem;
  font-style: italic;
  line-height: 1.25rem;
}
.imm-catalog--search-wrapper .imm-catalog--search::-moz-placeholder {
  color: #999999;
  font-size: .825rem;
  font-style: italic;
  line-height: 1.25rem;
}
.imm-catalog--search-wrapper .imm-catalog--search:-ms-input-placeholder {
  color: #999999;
  font-size: .825rem;
  font-style: italic;
  line-height: 1.25rem;
}
.imm-catalog--icon-wrapper {
  box-sizing: border-box;
  height: 52px;
  width: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.imm-catalog--category-header {
  height: 28px;
  padding: 6px 14px;
  background-color: #F8F8F8;
  display: block;
  color: #333333;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.imm-catalog--item-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
  margin-bottom: 18px;
}
.imm-catalog--img {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px;
  background: #ffffff;
  transition: all 0.3s ease;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.imm-catalog--img .imm-catalog--img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
}
.imm-catalog--img .imm-catalog--img-circle .imm-catalog--img-container {
  width: 24px;
  height: 24px;
  align-self: center;
}
.imm-catalog--img .imm-catalog--img-circle .imm-catalog--img-container img {
  display: block;
  flex: auto;
  max-width: 100%;
  height: auto;
}
.imm-catalog--img:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.imm-catalog--img:hover .imm-catalog--img-circle {
  opacity: 1;
}
.imm-catalog--label {
  align-self: center;
  margin-left: 14px;
  font-size: .825rem;
  color: #505050;
  line-height: 1.25rem;
  text-align: left;
}
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjallemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjallemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}
.toast-message {
  font-family: 'Open Sans', monospace;
  font-size: 0.75rem;
  line-height: 1.125rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #333333;
}
.toast-message a:hover {
  color: #333333;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-center {
  top: 12px;
}
.toast-top-right {
  top: 30px;
  right: 30px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-center {
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-center {
  top: 45%;
}
#toast-container {
  z-index: 999999;
  pointer-events: auto;
  /*overrides*/
  width: 470px;
  position: fixed;
  top: 30px;
  right: 30px;
  height: auto;
}
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center {
  width: 100%;
  pointer-events: none;
}
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  margin: auto;
  pointer-events: auto;
}
#toast-container.toast-center > button,
#toast-container.toast-top-center > button,
#toast-container.toast-bottom-center > button {
  pointer-events: auto;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 20px 20px 20px 23px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  color: #333333;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  transition: all ease 0.3s;
}
#toast-container > div:before {
  content: " ";
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#toast-container > :hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-wait {
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important;
}
#toast-container > .toast-error {
  border-left: #E34949;
}
#toast-container > .toast-error:before {
  background-color: #E34949;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*
  * AngularJS-Toaster
  * Version 0.3
 */
:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8;
}
:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
  opacity: 0;
}
.imm-wa__full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.imm-wa__full .imm-wa__lbl {
  line-height: 1.125rem;
  display: block;
  font-family: 'Open Sans', serif;
  font-size: 0.75rem;
  color: #666;
  font-weight: 400;
  transition: color 0.2s ease-in;
}
.imm-wa__full .imm-cstm__grid {
  display: block;
  width: 90px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-wa__full .imm-cstm__grid img {
  width: 100%;
  display: block;
}
.imm-wa__full .imm-cstm__grid:hover .imm-wa__lbl {
  color: #4874ba;
}
.imm-wa__full .imm-cstm__grid:hover .imm-cstm__grid-25-two {
  border-color: #4874ba;
}
.imm-wa__full .imm-cstm__grid-25 {
  display: inline-table;
  width: 8rem;
  background-color: #ccc;
  height: 8rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.imm-wa__full .imm-cstm__grid-25-two {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #4874ba;
  height: 90px;
  transition: border-color 0.15s ease-in;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.imm-wa__full .imm-cstm__cntr {
  text-align: center;
  margin-right: 1.125rem;
  margin-bottom: 1.125rem;
}
.imm-btn__right {
  float: right;
}
.imm-cstm__grid-5 {
  width: 5%;
}
.imm-cstm__grid-10 {
  width: 10%;
}
#ngProgress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: green;
  color: green;
  box-shadow: 0 0 10px 0;
  /* Inherits the font color */
  height: 2px;
  opacity: 0;
  /* Add CSS3 styles for transition smoothing */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* Styling for the ngProgress-container */
#ngProgress-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.err-display {
  color: red;
}
.pager {
  margin-right: 0.5em;
}
.activePage {
  background: #4874ba;
  color: #ffffff;
}
.required {
  color: red;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.imm-link__delete {
  float: left;
  color: #E34949;
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
}
.imm-link__delete::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/assets/images/icons/delete_entry-ico.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: -3px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.table-vrt-top td {
  vertical-align: top;
  padding: 0.5em;
}
*::-ms-clear {
  display: none;
}
.field-filter {
  border: 1px solid #ddd;
  width: 100%;
}
.modal-table input.field-filter,
.modal-table select.field-filter {
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  height: 24px !important;
  font-size: 0.7rem !important;
  font-weight: normal !important;
}
.ui-select--sku-list {
  min-width: 100%;
  width: auto !important;
}
.ui-select-choices-content {
  overflow-y: hidden !important;
  z-index: 999999 !important;
}
.imm-table .ui-select-bootstrap > .ui-select-no-choice {
  display: none;
}
.ui-select-choices.ui-select-dropdown.selectize-dropdown {
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.ns-popover-custom-theme {
  background: #f0f0f0;
  -webkit-box-shadow: 0 1px 3px #6f6f6f;
  -moz-box-shadow: 0 1px 3px #6f6f6f;
  box-shadow: 0 1px 3px #6f6f6f;
  width: auto;
}
.ns-popover-custom-theme .list-item,
.ns-popover-custom-theme li {
  list-style-type: none;
}
.ns-popover-custom-theme .list-item a,
.ns-popover-custom-theme li a {
  font-size: 12px !important;
}
.imm-wa__hdr.imm-custom__mrg {
  margin-bottom: 1rem;
}
.imm-tabs.imm-custom__mrg {
  margin-bottom: 1rem;
}
.imm-table.imm-custom__mrg {
  margin-top: 1rem;
}
.imm-table.imm-custom__hdr th {
  width: 90px;
  text-align: center;
}
.imm-table.imm-custom__hdr td {
  text-align: center;
}
.custom-check {
  /* Normal Track */
  /* Checked Track (Blue) */
  /* Tiny Track */
  /* Big Track */
  /* Green Track */
  /* Normal Knob */
  /* Checked Knob (Blue Style) */
  /* Tiny Knob */
  /* Checked Tiny Knob (Blue Style) */
  /* Big Knob */
  /* Checked Big Knob (Blue Style) */
  /* Green Knob */
}
.custom-check input[type="checkbox"] {
  /*position: absolute;*/
  opacity: 0;
  display: none;
}
.custom-check input[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.4);
  margin: 0;
}
.custom-check input[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: #4A90E2;
  border: 1px solid #0e62cd;
  box-shadow: inset 0 0 0 10px #3b89ff;
}
.custom-check input[type="checkbox"].tinyswitch.ios-switch + div {
  width: 34px;
  height: 18px;
}
.custom-check input[type="checkbox"].bigswitch.ios-switch + div {
  width: 50px;
  height: 25px;
}
.custom-check input[type="checkbox"].green.ios-switch:checked + div {
  background-color: #00e359;
  border: 1px solid #00a23f;
  box-shadow: inset 0 0 0 10px #00e359;
}
.custom-check input[type="checkbox"].ios-switch + div > div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
.custom-check input[type="checkbox"].ios-switch:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #0850ac;
}
.custom-check input[type="checkbox"].tinyswitch.ios-switch + div > div {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.custom-check input[type="checkbox"].tinyswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #0850ac;
}
.custom-check input[type="checkbox"].bigswitch.ios-switch + div > div {
  width: 23px;
  height: 23px;
  margin-top: 0;
}
.custom-check input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 0 1px #0850ac;
}
.custom-check input[type="checkbox"].green.ios-switch:checked + div > div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f;
}
.gantt_add {
  display: none !important;
}
.gantt_grid_head_cell.gantt_grid_head_add.gantt_last_cell {
  display: none !important;
}
.gantt_task_line.macro {
  background: rgba(51, 109, 121, 0.73);
  border: rgba(51, 109, 121, 0.73);
}
.gantt_task_line.project_0 .gantt_task_content {
  background: #FF4040;
  border: 1px #FF4040 solid;
}
.gantt_task_line.project_1 .gantt_task_content {
  background: #FFDE3E;
  border: 1px #FFDE3E solid;
}
.gantt_task_line.project_2 .gantt_task_content {
  background: #4EE24A;
  border: 1px #4EE24A solid;
}
.gantt_task_line.project_3 .gantt_task_content {
  background: rgba(255, 32, 32, 0.73);
  border: 1px rgba(255, 32, 32, 0.73) solid;
}
.gantt_task_line project_4 .gantt_task_content {
  background: rgba(74, 144, 226, 0.73);
  border: rgba(74, 144, 226, 0.73);
}
.gantt_task_line.project_5 .gantt_task_content {
  background: rgba(255, 236, 121, 0.73);
  border: rgba(255, 236, 121, 0.73);
}
.gantt_task_line.project_6 .gantt_task_content {
  background: rgba(229, 229, 229, 0.73);
  border: rgba(229, 229, 229, 0.73);
}
.gantt_task_line.red .gantt_task_content {
  background: #FF4040;
  border: #FF4040;
}
.gantt_task_line.yellow .gantt_task_content {
  background: #FFDE3E;
  border: #FFDE3E;
}
.gantt_task_line.green .gantt_task_content {
  background: #4EE24A;
  border: #4EE24A;
}
.imm-table-datepicker .imm-datepicker .ng-datepicker > .day-names {
  display: block;
}
.imm-table-datepicker .imm-datepicker .ng-datepicker > .calendar {
  display: block;
}
.imm-table-datepicker .imm-datepicker > div:first-child {
  position: relative;
}
.imm-table-datepicker .imm-datepicker > div:first-child:after {
  z-index: 999;
  color: #363B3F;
  transition: color 0.15s ease-in;
}
.imm-table-datepicker .imm-datepicker > div:first-child:hover input {
  border-color: #000000;
}
.imm-table-datepicker .imm-datepicker > div:first-child:hover:after {
  color: #000000;
}
.imm-table-datepicker .imm-datepicker .ng-datepicker-input {
  min-width: 80px;
  background: white;
  color: #000000;
  width: 100%;
}
.imm-table-org tbody tr {
  background: #fff;
  border-bottom: 0;
}
.imm-table-org td {
  vertical-align: top;
}
.imm-table-org table {
  margin-top: 0;
}
.imm-submenu {
  padding-left: 4em;
  font-size: 12px;
}
.imm-table--conciliation thead {
  width: 99% !important;
}
.imm-table--conciliation tbody {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.imm-table--conciliation tbody tr,
.imm-table--conciliation thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.imm-table--conciliation thead tr:first-child th {
  color: #4A90E2;
}
.imm-table--conciliation .imm-icon {
  margin-right: 5px;
  padding: 0 1px;
  cursor: pointer;
  width: 15px;
}
.imm-table--conciliation .imm-table--conciliation-border-right {
  border-right: solid 1px #fff !important;
  border-right-width: 5px !important;
}
.imm-table--conciliation td,
.imm-table--conciliation th {
  text-align: center;
}
.imm-table--conciliation .imm-table--conciliation__negative-value {
  color: red;
  background: #fd000040 !important;
}
.imm-table--conciliation .imm-table--conciliation__medium-value {
  background: #ffff0094;
}
.imm-table--conciliation .imm-table--conciliation__zero-value {
  color: green;
  background: #0e8c0e4a;
}
input[readonly],
select:disabled,
select[readonly] {
  background-color: #efefef !important;
}
textarea[readonly] {
  background-color: #efefef !important;
}
input[type="text"]:disabled {
  background-color: #efefef !important;
}
.imm-currency-field {
  text-align: right;
  padding-right: 0.5em !important;
}
.imm-disabled {
  background-color: #efefef !important;
}
.custom-box {
  overflow: hidden;
  overflow-y: scroll;
  height: 300px;
}
.imm-file {
  margin-top: 7px !important;
  margin-bottom: 3px;
  display: block;
  position: relative;
  z-index: 1;
}
.imm-file__btn {
  overflow: hidden;
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.qk-file__name {
  padding: 0 1rem;
  display: inline-block;
}
.qk-file__name > span {
  font-size: 0.925rem;
}
.qk-file__name > span + span {
  margin-left: 0.125rem;
}
.qk-file__remove {
  font-size: 1.5rem;
  color: #E34949;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 0.25rem;
}
.disabled .qk-file__name {
  color: #333333;
}
.request_inbox {
  margin: 1em;
  text-align: center;
  display: inline-flex;
}
.request_inbox span {
  font-size: 4em;
  color: #4A90E2;
  padding-top: 0.2em;
}
.request_inbox a {
  font-size: 5em;
  font-size: 1.1em;
  cursor: pointer;
}
.request_inbox a button {
  cursor: pointer;
}
.icon {
  margin: 0 0.5em;
  width: 1.5em;
}
@media all and (-ms-high-contrast: none) {
  .custom-check input[type="checkbox"] {
    position: relative !important;
  }
  /* IE10 */
  *::-ms-backdrop,
  .custom-check input[type="checkbox"] {
    position: relative !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  .custom-check input[type='checkbox']:checked.ios-switch.bigswitch + div > div {
    position: relative;
    margin-left: 2em;
  }
  .custom-check input[type='checkbox']:checked.ios-switch.bigswitch + div > div {
    position: relative;
    margin-left: 2em;
  }
}
.inspect--subitems {
  padding-left: 20px;
  padding-right: 20px;
}
.inspect--title {
  width: 100%;
  border-bottom: 2px solid #4874ba;
  font-size: 1.3em;
  font-weight: bold;
  color: #4874ba;
  padding-bottom: 0.3em;
}
.inspect--subtitle {
  border-bottom: 2px solid #4874ba;
  font-size: 1.1em;
  font-weight: bold;
  color: #4874ba;
  padding-bottom: 0.2em;
}
.custom-before {
  position: absolute;
}
.imm-project-favorite--on {
  opacity: 1;
}
.imm-project-favorite--on:hover {
  opacity: 0.8;
}
.imm-project-favorite--off {
  opacity: 0.1;
}
.imm-project-favorite--off:hover {
  opacity: 0.3;
}
#pivotgrid {
  width: 65%;
}
.hidden-on-narrow {
  display: inline-block;
  vertical-align: top;
}
.component-title {
  font-size: 1.1em;
  margin-bottom: 2em;
}
.remove__margin-left {
  margin-left: 0 !important;
}
.gantt__activity .gantt-task-content,
.gantt__project .gantt-task-content {
  cursor: pointer;
}
.gantt__font-white .gantt-task-content span {
  color: #fff;
}
.imm-from--flexibility .panel {
  overflow: auto;
}
.list .highcharts-background {
  z-index: -1;
}
.imm-tree--category ul {
  margin: 0;
  list-style: none;
}
.imm-tree--category ul i {
  cursor: pointer;
}
.imm-tree--category ul li {
  margin-top: 0;
}
.imm-tree--category .imm-link__delete {
  float: none;
  vertical-align: middle;
}
.imm-tree--category .imm-link__delete::before {
  width: 12px;
}
.imm-tree--category ul span {
  font-size: 0.875rem;
}
.imm-tree--category ul table {
  margin: 0.5rem 1.5rem;
}
.flow--container--historic {
  display: flex;
}
.flow--container--historicc .panel {
  margin: 0 auto;
}
.imm-table--asset-historic tr td {
  padding: 0.35rem 1rem;
}
.imm-table--asset-historic td {
  background: #F8F8F8;
}
.imm-frm__fldgrp--overflow {
  overflow-y: scroll;
  max-height: 250px;
  margin: 0;
}
.flow--container--historic .panel {
  overflow: visible;
}
.flow--container--historic ul,
.flow--container--historic ul li {
  min-height: 175px;
}
.round-green--icon {
  border-radius: 50%;
  padding: 3px;
  width: 20px;
  height: 20px;
  background: #4CAF50;
}
@media (max-width: 2967px) {
  .topNavBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 70px !important;
    z-index: 99;
  }
}
@media (max-width: 1024px) {
  .topNavBar {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    background-color: white;
    height: 70px !important;
    z-index: 99;
  }
  .imm-menu__nav-item-panel {
    min-height: 35px;
  }
  .imm-menu__nav-item:hover {
    width: 150px;
    position: fixed;
    width: 145px;
    background: #181A1C;
  }
  .imm-menu__nav-item:hover > span {
    display: inline-block !important;
  }
}
.topNavBar-size {
  min-height: 60px !important;
}
.app-section-main {
  height: auto;
  background-color: white;
  min-width: 30% !important;
  padding-bottom: 3px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.top-selected {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.app-selected {
  height: 50px !important;
  background-color: white !important;
  font-size: 16px !important;
  padding-left: 55px !important;
  color: #000000 !important;
  padding-bottom: 3px !important;
}
.panel-gray {
  background-color: #F8F8F8 !important;
}
.color-gray {
  color: #F8F8F8 !important;
}
.color-blue {
  color: #195ABD !important;
}
.arrow-apps-1 {
  position: absolute;
  top: 10px;
  right: 15px;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: transform;
}
.arrow-apps {
  position: absolute;
  top: 15px;
  right: 15px;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: transform;
}
.arrow-apps-rotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.main-App {
  background-color: transparent;
  color: #195ABD;
  font-size: 20px;
}
.app-icons {
  background-color: #195ABD !important;
  color: white !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  padding-top: 7px !important;
  vertical-align: middle !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  background-color: white !important;
}
.color-black {
  color: black !important;
}
.app-list {
  background-color: white !important;
  font-size: 16px !important;
  padding-left: 55px !important;
  color: #195ABD !important;
  height: 50px !important;
  padding-bottom: 3px !important;
  padding-right: 15px !important;
}
.app-list-selected {
  background-color: rgba(216, 216, 216, 0.5) !important;
  padding-bottom: 3px !important;
}
.imm-menu__app-list {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}
.app-list-label {
  white-space: nowrap;
  font-size: 18px;
}
.app-current-label {
  white-space: nowrap;
  font-size: 20px;
  margin-right: 42px;
}
.mg-r-10 {
  margin-right: 30px;
}
.mg-r-30 {
  margin-right: 30px;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-14 {
  margin-top: 14px !important;
}
.navtop-container {
  margin-top: 10px !important;
  max-height: 60px !important;
  margin-right: 20px;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-160 {
  padding-top: 160px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.position-absolute {
  position: absolute !important;
}
.header-tabs {
  position: absolute;
  right: 0;
}
.profile-topnavbar {
  padding-left: 15px !important;
  color: black !important;
  height: 50px !important;
}
.app-section-profile {
  display: block;
  min-height: 50px !important;
  height: auto !important;
  background-color: white !important;
  min-width: 185px;
  transition: height 0.5s ease;
  position: relative;
  z-index: 5;
  overflow: visible !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
.flag-profile {
  position: absolute;
  top: 10px;
  right: 35px;
}
.name-profile {
  right: 70px;
  position: absolute;
}
.btn-profile {
  width: 100% !important;
  text-align: left !important;
  color: black !important;
  background-color: transparent;
  cursor: pointer;
  padding-left: 15px;
}
.btn-profile > span {
  font-weight: 500;
  font-size: 14px;
  color: #505050;
  margin-left: 5px;
}
.btn-profile:hover {
  width: 100% !important;
  text-align: left !important;
  color: black !important;
  background-color: rgba(216, 216, 216, 0.5) !important;
  cursor: pointer;
}
.ico-profile {
  width: 19px !important;
  height: 19px;
}
.hdr-size {
  height: 120px !important;
}
.profile-flag {
  width: 30px !important;
  height: 30px !important;
  border-radius: 8px !important;
}
.profile-name {
  white-space: nowrap;
  font-size: 14px !important;
  margin-top: 0 !important;
  font-family: roboto !important;
  font-weight: 500;
  color: #505050;
}
.profile-titles {
  margin-right: 70px;
}
.profile-enterprise {
  white-space: nowrap;
  font-size: 10px;
  color: #828282;
  line-height: 14px;
  margin-top: -15px;
  margin-bottom: 0;
  font-family: roboto !important;
}
.profile-role {
  white-space: nowrap;
  font-size: 10px;
  color: #828282;
  line-height: 14px;
  margin-top: -2px;
  margin-bottom: 0;
  font-family: roboto !important;
}
.profile-options {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  min-height: 60px;
}
.mg-r-10 {
  margin-right: 10px;
}
.mg-l-5 {
  margin-left: 5px !important;
}
.mg-l-10 {
  margin-left: 10px !important;
}
.mg-l-25 {
  margin-left: 25px !important;
}
.mg-l-30 {
  margin-left: 30px !important;
}
.navtop-icons {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}
.navtop-img {
  width: 20px !important;
  height: 20px !important;
  margin-left: 2px;
}
.navtop-navigation {
  padding-top: 15px;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
}
.navtop-navigation:hover {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding-bottom: 12px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.navtop-navigation:hover .navtop-svg {
  fill: #000000 !important;
}
.navtop-notification {
  width: 12px;
  height: 12px;
  text-align: center;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  bottom: 11px;
  background: #E34949;
  color: #ffffff;
  letter-spacing: -1px;
  text-indent: -1px;
}
.imm-multiselect button {
  width: 100%;
  text-align: left;
  border: 1px solid lightgray;
}
.imm-multiselect button:hover {
  border: 1px solid gray;
}
.imm-multiselect button:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 8px;
  bottom: 12px;
  border-color: lightgray transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}
.imm-multiselect .searchField {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #EEEEEE !important;
  margin: 5px 0;
}
.imm-multiselect .divider {
  display: none;
}
.imm-multiselect .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 7;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.imm-multiselect .dropdown-menu > li {
  margin-top: 0;
}
.imm-multiselect .dropdown-menu > li:first-child,
.imm-multiselect .dropdown-menu > li:first-child + li {
  display: inline-block;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.imm-multiselect .dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
}
.imm-multiselect .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.imm-multiselect .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.imm-multiselect .glyphicon-ok {
  width: 10px;
  height: 10px;
  background: url("/assets/images/icons/app-check-icon.svg") no-repeat;
  background-size: 10px;
}
.imm-multiselect .glyphicon-remove {
  width: 8px;
  height: 10px;
  background: url("/assets/images/icons/close-ico.svg") no-repeat;
  background-size: 8px;
}
table.imm-table tbody > tr {
  background-color: white;
}
.no-shadow {
  border-bottom: unset !important;
}
.no-shadow > th {
  height: 25px !important;
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  box-shadow: unset !important;
}
.pnl-customize {
  background-color: white;
  padding: 15px;
}
.pnl-customize-distance-b {
  margin-bottom: 15px;
}
.pnl-customize-distance-r {
  margin-right: 25px;
}
.pnl-dashboard-yellow {
  background-color: #F5BF36;
  color: white;
  height: 120px;
  border: 1px solid #f2f2f2;
  padding-top: 10px;
  text-align: center;
  /* padding: 15px 10px; */
  transition: all ease 0.5s;
  font-family: roboto !important;
  font-family: sans-serif !important;
}
.pnl-dashboard-separate-label {
  font-size: 12px;
  font-weight: bold;
}
.pnl-dashboard-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
}
.imm-fml-roboto {
  font-family: roboto !important;
}
.imm-dashboard--panel-container {
  position: relative;
}
.imm-dashboard--indicators-container > span {
  font-family: roboto !important;
}
.imm-dashboard--indicators-container > h4 {
  font-family: roboto !important;
}
.imm-dashboard--indicators-container > h5 {
  font-family: roboto !important;
}
.imm-dashboard--indicators-container > label {
  font-family: roboto !important;
}
.pd-top-32 {
  padding-top: 32px;
}
.pd-top-45 {
  padding-top: 45px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pnl-dashboard-blue {
  background-color: #3598E0;
  color: white;
  height: 120px;
  border: 1px solid #f2f2f2;
  text-align: center;
  padding-top: 10px;
  transition: all ease 0.5s;
  cursor: pointer;
  font-family: sans-serif !important;
}
.pnl-dashboard-orange {
  background-color: #F58F36;
  color: white;
  height: 120px;
  border: 1px solid #f2f2f2;
  text-align: center;
  padding-top: 10px;
  transition: all ease 0.5s;
  cursor: pointer;
  font-family: sans-serif !important;
}
.pnl-dashboard-bluemarine {
  background-color: #7E83D6;
  color: white;
  height: 120px;
  border: 1px solid #f2f2f2;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-family: sans-serif !important;
}
.pnl-dashboard-green {
  background-color: #4AD6A0;
  color: white;
  height: 120px;
  border: 1px solid #f2f2f2;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-family: sans-serif !important;
}
.pnl-dashboard-number {
  font-size: 46px;
  font-weight: 300;
  font-family: "Roboto slab";
}
.pnl-dashboard-number-second {
  font-size: 56px;
  font-weight: 300;
  font-family: "Roboto slab";
}
.pnl-dashboard-info {
  margin-left: 25px;
}
.pnl-dashboard-separator {
  position: absolute;
  right: 50%;
  width: 2px;
  height: 40px;
  top: 40%;
  background-color: white;
  opacity: 0.5;
}
.imm-select.ui-select-container .selectize-input {
  height: 30px;
  border: 1px solid lightgray;
  padding-left: 2px;
}
.imm-select.ui-select-container .selectize-input:hover {
  border: 1px solid gray;
}
.imm-select.ui-select-container .selectize-input:focus {
  border-color: gray !important;
}
.imm-select.ui-select-container .selectize-input:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-top: -12px;
  border-color: lightgray transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}
.imm-chatbot-img {
  float: left;
  margin-right: 5px;
}
.imm-chatbot-title {
  height: 52px;
  background-color: #363B3F;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  line-height: 1.3125;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.imm-chatbot-closeico {
  width: 14px;
  height: 14px;
  float: right;
  opacity: 0.8;
  margin-top: 3px !important;
}
.imm-chatbot-messageinput {
  width: 80%;
  border: none !important;
  padding-top: 20px !important;
  padding-left: 15px !important;
}
.imm-chatbot-messageinput {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.imm-chatbot-sendbtn {
  position: absolute;
  top: 22px;
  cursor: pointer;
}
.imm-chatbot-imgsvg {
  position: absolute;
  top: 22px;
}
.imm-chatbot-imgbtn {
  cursor: pointer;
}
.imm-chatbot-imgbtn:hover {
  fill: rgba(0, 0, 0, 0.4);
}
.navtop-svg {
  fill: rgba(0, 0, 0, 0.8);
}
.chatbot-ia {
  position: relative;
  background-color: #195ABD;
  float: left;
  padding: 5px 10px;
  color: white;
  margin-bottom: 5px !important;
  margin-right: 20%;
}
.chatbot-ia > span {
  font-size: 14px;
}
.chatbot-ia:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #195ABD transparent;
}
.chatbot-me {
  position: relative;
  background-color: darkgray;
  float: right;
  padding: 5px 10px;
  color: white;
  margin-bottom: 5px !important;
  margin-left: 10%;
  margin-right: 10%;
}
.chatbot-me > span {
  word-break: break-all;
  font-size: 14px;
}
.chatbot-text {
  word-break: break-all;
}
.chatbot-me:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent darkgray;
}
.chatbot-container {
  max-height: 330px;
  overflow-y: scroll;
  padding-top: 5px;
}
.chatbot-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.chatbot-footer > img {
  position: absolute;
  top: 25px;
}
.container__chatbot {
  display: block;
  margin-top: 20px;
  z-index: 80px;
  width: 302px;
  height: 452px;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.modal-circle-success {
  margin-left: 35%;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #4AD6A0;
  width: 100px;
  height: 100px;
}
.modal-circle-success > i {
  font-size: 40px;
  color: #4AD6A0;
  margin-top: 25%;
}
.modal-circle-error {
  margin-left: 35%;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #dc3545;
  width: 100px;
  height: 100px;
}
.modal-circle-error > i {
  font-size: 40px;
  color: #dc3545;
  margin-top: 25%;
}
.modal-header-np {
  padding: unset !important;
}
.modal-text {
  color: gray;
  word-break: break-all;
  text-align: center;
}
.modal-actions {
  text-align: center;
  padding-bottom: 20px;
}
.modal-btn {
  width: 80px;
}
.pnl-dashboard-img {
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.pnl-dashboard-img-separator {
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 24px;
  max-height: 24px;
  margin-left: 2px;
}
.btn-full {
  width: 100%;
}
.align-right {
  text-align: right;
}
.imm-box-blue {
  background-color: #7E83D6;
  color: white;
  height: 100px;
  border: 1px solid #f2f2f2;
  padding-top: 7px;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-family: roboto !important;
}
.imm-box-yellow {
  background-color: #F5BF36;
  color: white;
  height: 100px;
  border: 1px solid #f2f2f2;
  padding-top: 7px;
  text-align: center;
  transition: all ease 0.5s;
  font-family: roboto !important;
}
.imm-box-green {
  background-color: #4AD6A0;
  color: white;
  height: 100px;
  border: 1px solid #f2f2f2;
  padding-top: 7px;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-family: roboto !important;
}
.imm-catalog--title_label {
  align-self: center;
  margin-left: 14px;
  font-size: 0.825rem;
  color: #505050;
  line-height: 1.25rem;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}
.pnl-dashboard-center {
  height: 120px;
  line-height: 120px;
}
.align-left {
  text-align: left;
}
.pnl-dashboard-title-center {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.imm-form--subtitle_label {
  align-self: center;
  margin-left: 0;
  font-size: 0.825rem;
  color: #505050;
  line-height: 1.25rem;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}
.UR_tabTypeButton {
  visibility: hidden;
}
.input-error {
  border: 1px solid #E34949 !important;
}
.uiselect-error .selectize-input {
  border: 1px solid #E34949 !important;
}
.datepicker-error > div:first-child {
  border: 1px solid #E34949 !important;
}
.text-error {
  color: #E34949;
  font-family: Roboto;
  font-size: 12px;
}
.main-text-error {
  text-align: left;
  position: absolute;
  color: #E34949;
}
.main-text-error > span {
  margin-left: 25px;
}
.ico-error {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E34949;
  position: absolute;
  top: 10px;
}
.ico-error > img {
  width: 20px;
  height: 20px;
  position: absolute;
}
.survey-modal-code {
  min-height: 200px;
  min-width: 400px;
  max-width: 700px;
  max-height: 550px;
  word-break: break-all;
}
.survey-modal-ctn {
  max-height: 500px;
  overflow: scroll;
}
.div-role {
  background-color: skyblue;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
}
.flasap-not-available {
  background-color: #e84135;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.flasap-available {
  background-color: #67db8e;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.edit-table-button {
  min-width: 25px;
  min-height: 25px;
  border-radius: 25px;
  background-color: #000000;
  cursor: pointer;
  color: #fff;
}
.imm-modal__cnt .imm-frm__fldgrp {
  flex-wrap: wrap;
}
.imm-modal__cnt .imm-frm__fldgrp-icon i {
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
}
.imm-modal__cnt .imm-frm__fldgrp-icon i:hover {
  -webkit-box-shadow: 1px 7px 16px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 7px 16px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 7px 16px -8px rgba(0, 0, 0, 0.75);
  font-size: 1.6rem;
}
.moment-picker td,
.moment-picker th {
  font-size: 2rem !important;
}
.moment-picker td.disabled {
  background-color: #e84135 !important;
  color: #fff !important;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.9);
}
.moment-picker .month-view td {
  border: 1px solid #ccc;
}
.imm-table {
  margin-top: 10px !important;
}
.imm-wa__hdr {
  margin-bottom: 10px;
}
.moment-picker .month-view td {
  min-width: 60px !important;
  height: 60px !important;
}
.item-navBar {
  width: 22%;
  float: right;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 10px !important;
  margin-right: 10px !important;
  text-align: center;
}
.option__item {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: 2rem;
  padding: 50px;
}
.internal-client {
  background-color: #f79d48 !important;
}
.internal-client-detail {
  background-color: #7076FE !important;
}
@media screen {
  body {
    min-width: 860px;
  }
  .imm-wa {
    padding: 20px 20px 55px;
  }
  .imm-wa__full {
    margin-right: -1rem;
  }
  .imm-wa__full .imm-cstm__cntr {
    margin-right: .65rem;
  }
  .imm-blk {
    width: 500px;
  }
}
/* MEDIA RESP 1024 */
@media (max-width: 1024px) {
  /* SIDE BAR -- INIT */
  .imm-menu .imm-menu__wrp,
  .imm-menu {
    width: 95px;
  }
  .imm-menu__nav span:not(.imm-icon__notification-count) {
    display: none;
  }
  nav.imm-menu__nav {
    text-align: center;
  }
  .imm-menu__tit img {
    width: 50px;
  }
  .imm-menu__tit {
    margin-left: 10px;
  }
  .imm-menu__tools-btn {
    top: 20px;
    right: 10px;
  }
  .imm-user__name {
    font-size: 10px;
    line-height: 10px;
  }
  .imm-user__profile {
    font-size: 8px;
  }
  .imm-user__options-btn {
    font-size: 8px;
    padding: 60px 5px 16px;
  }
  /* SIDE BAR -- END */
  /* COMPONENTS  -- INIT */
  .imm-btn {
    font-size: 0.8rem;
  }
  td,
  th {
    font-size: .6rem;
  }
  /* COMPONENTS  -- END */
  /* POPUP -- INIT */
  .imm-modal--big {
    min-width: 70rem;
    margin-right: 8rem;
  }
  /* POPUP -- END */
}
