/* VARIABLES */
/* Warning messages colors */
/* Status colors */
/* project chart colors */
/* BASE64 PATTERNS */
/* MIXINS */
.force-blue {
  color: #4A90E2 !important;
}
.gray-bg {
  border: 1px solid #E5E5E5;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  height: 100vh;
  height: auto;
  font-family: 'montserrat', 'Arial', sans-serif;
  color: black;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  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: 'montserrat', 'Arial', serif;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #004481;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
::-moz-selection {
  background-color: #DDDDDD;
  color: #004481;
}
::selection {
  background-color: #DDDDDD;
  color: #004481;
}
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: #F8F8F8;
}
:-moz-placeholder {
  color: #F8F8F8;
}
::-moz-placeholder {
  color: #F8F8F8;
}
:-ms-input-placeholder {
  color: #F8F8F8;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.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: #F8F8F8;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.imm-menu {
  background: #F9FAFC;
  width: 200px;
  transition: width 0.05s ease;
  overflow: hidden;
}
.imm-menu .imm-menu__wrp {
  display: block;
  width: 200px;
  transition: width 0.05s ease;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  padding-top: 52px;
  padding-bottom: 180px;
}
.imm-menu .imm-menu__wrp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
div.imm-menu__collapsed,
.imm-menu__collapsed {
  transition: width 0.05s ease;
  width: 60px;
}
/*.imm-menu__collapsed .imm-menu__nav-item {
  transition: width 0.5s ease;
  width: 60px;
}
button.imm-menu__icon--collapsed {
  width: 60px;
  height: 30px;
}*/
.imm-menu__hdr {
  display: block;
  height: 52px;
  width: 100%;
  transition: width 0.05s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*background-image: linear-gradient(-180deg, darken(@primary-color, 10%) 3%, @primary-color 100%);*/
  background: #09467D;
}
.imm-menu__stripes {
  display: block;
  line-height: 0;
}
.imm-menu__stripes div {
  width: 20%;
  height: 12px;
  display: inline-block;
}
.imm-menu__stripes div:nth-child(1) {
  background: #146EC1;
}
.imm-menu__stripes div:nth-child(2) {
  background: #229EE5;
}
.imm-menu__stripes div:nth-child(3) {
  background: #52BCEC;
}
.imm-menu__stripes div:nth-child(4) {
  background: #89D1F3;
}
.imm-menu__stripes div:nth-child(5) {
  background: #B5E5F9;
}
.imm-menu__tit {
  height: 52px;
  display: inline-flex;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  padding-left: 22px;
}
.imm-menu__tit img {
  vertical-align: middle;
}
.imm-menu__tools {
  cursor: pointer;
}
.imm-menu__tools-btn {
  display: block;
  width: 18px;
  height: 15px;
  background: url("/assets/images/icons/hamburger-ico.svg") no-repeat;
  position: absolute;
  right: 10px;
  top: 19px;
  text-indent: -9999em;
  color: transparent;
  cursor: pointer;
}
.imm-menu__nav hr {
  margin: 0;
  border-color: #8c8c8c;
}
.imm-menu__nav-item {
  width: 100%;
  line-height: 1.25rem;
  display: block;
  padding: 10px 22px;
  color: #666E78;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  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 .imm-icon {
  font-size: 1.25rem;
  margin-right: 3px;
}
.imm-menu__nav-item:hover {
  background-color: #76838B;
  color: #F9FAFC;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.imm-menu__nav-item--selected {
  background: #76838B;
  color: #F9FAFC;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.imm-menu__nav-item--selected:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-top: -15px;
}
.imm-wa {
  padding: 30px 40px 80px;
  position: relative;
}
.imm-wa__hdr {
  margin-bottom: 1rem;
}
.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: 'montserrat', 'Arial', serif;
  color: #004481;
}
.imm-wa__subtitle {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 1.5rem;
  position: relative;
  font-family: 'montserrat', 'Arial', serif;
}
.imm-wa__cnt {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .imm-wa__cnt {
    min-height: 400px;
  }
}
.imm-wa__cnt--scrollable {
  overflow-x: scroll;
  padding-bottom: 0;
  position: relative;
  margin-right: -5px;
  padding-right: 5px;
}
.imm-wa__actions {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.imm-wa__actions-error {
  display: inline-block;
  padding: 0 1rem;
  color: #c8175e;
  font-size: .875rem;
}
.imm-wa__info {
  display: block;
  color: #333333;
  text-align: center;
}
.imm-wa__info a {
  color: #004481;
  cursor: pointer;
}
.imm-wa__info-icon {
  opacity: .4;
  width: 40px;
  height: 40px;
  display: block;
  margin: 1rem auto;
}
.imm-project-id {
  font-family: 'montserrat', 'Arial', 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: 'montserrat', 'Arial', serif;
  font-size: .875rem;
  text-decoration: underline;
}
.imm-featured-link:hover {
  color: #004481;
}
.vc-tags {
  display: block;
  margin: 0.3rem 0;
  padding: 0 .2rem;
}
.vc-tag {
  margin: .5rem 0;
  padding: 0.2rem 1rem 0.2rem 0rem;
  display: inline-block;
  font-size: .850rem;
}
.vc-tag + .vc-tag {
  margin-left: .100rem;
}
.vc-file__remove {
  font-size: 1.25rem;
  color: #c8175e;
  cursor: pointer;
  vertical-align: middle;
  margin-left: .25rem;
}
.status {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.AVAILABLE {
  background-color: green;
}
.OCCUPIED {
  background-color: orange;
}
.ABSENT {
  background-color: red;
}
.NOT_AVAILABLE {
  background-color: #DDDDDD;
}
.metryc_dashboard {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}
.metryc_item {
  padding: 10px;
  display: flex;
  align-items: center;
}
.metryc_item p {
  margin: 0;
  padding: 0 8px;
}
.cursor-pointer {
  cursor: pointer !important;
}
.img-priority-semaphore {
  width: 18px !important;
  height: auto !important;
  margin-top: -5px !important;
}
.active-tab-priority {
  color: #09467D !important;
  border-bottom: 1px solid #09467D;
}
form,
input,
textarea,
select,
option,
button {
  font-family: 'montserrat', 'Arial', 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;
}
input[type=text],
input[type=password],
input[type=search],
input[type=number],
input[type=email],
select,
textarea {
  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;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #004481;
}
input[type=text]:focus[readonly],
input[type=password]:focus[readonly],
input[type=search]:focus[readonly],
input[type=number]:focus[readonly],
input[type=email]:focus[readonly],
textarea:focus[readonly] {
  border-color: #363B3F;
}
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: #004481;
}
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: #004481;
}
textarea {
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0  0 1rem 0;
  height: 4.875rem;
}
button {
  border: none;
}
input[readonly],
textarea[readonly] {
  background-color: transparent;
}
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: right;
  background-position-y: center;
  outline: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
select:focus {
  border-color: #4A90E2;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAL0lEQVQIW2P0mvDoPwMBwAiSx6dwW4EcI1gRLoUgBSA5uCJ0hTAFGIpgCpEVgMQAoxUSwYpHYMMAAAAASUVORK5CYII=');
}
/* 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-input {
  padding: 0.0625rem 1rem;
}
.imm-frm__fldgrp .imm-input input::placeholder {
  color: gray;
  opacity: 1;
  /* Firefox */
}
.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__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;
  padding-left: 0.5rem;
}
.imm-frm__lbl input,
.imm-frm__lbl textarea,
.imm-frm__lbl select {
  width: 100%;
}
.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: #004481;
}
.imm-frm__lbl-name {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.125rem;
  display: block;
  font-family: 'montserrat', 'Arial', serif;
  font-size: .925rem;
  color: #333333;
  font-weight: 400;
  transition: color 0.2s ease-in;
  width: 100%;
  -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: #c8175e;
}
.imm-frm__lbl--error input,
.imm-frm__lbl--error select,
.imm-frm__lbl--error textarea {
  border-color: #c8175e;
}
.imm-frm__error-item {
  color: #c8175e;
  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-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: #004481;
}
.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: #004481;
}
.imm-form--hollow * + .imm-frm__fld {
  margin-top: 20px;
}
.imm-form--hollow .imm-frm__lbl-name {
  font-family: 'montserrat', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #73808E;
}
.imm-form--hollow .imm-frm__actions {
  margin-top: 30px;
}
.imm-form--hollow .imm-frm__actions .imm-btn {
  width: 100%;
}
.imm-frm--center {
  width: 100%;
  margin: 0 auto;
}
.imm-btn {
  display: inline-block;
  padding: .0625rem 1rem;
  line-height: 2rem;
  height: 2.125rem;
  font-size: .8rem;
  font-weight: 700;
  font-family: 'montserrat', 'Arial', sans-serif;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #004481;
  border-bottom: 1px solid #00294e;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  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-btn-sm {
  padding: .0625rem 0.7rem;
  line-height: 2;
  height: 24px;
  font-size: 10px;
}
.imm-btn-extra-sm {
  padding: .03rem 0.4rem;
  line-height: 1.6;
  height: 18px;
  font-size: .75rem;
}
.imm-btn:active,
.imm-btn:hover {
  background-color: #00519b;
  border-color: #003768;
}
.imm-btn:active {
  background-color: #00294e;
  border-color: #001c35;
}
.imm-btn[disabled] {
  background: #F8F8F8;
  border: #333333;
  color: #686868;
}
.imm-btn--alt {
  background-color: #E5E5E5;
  color: #686868;
  border-color: #cccccc;
}
.imm-btn--alt:active,
.imm-btn--alt:hover {
  background-color: #f2f2f2;
  border-color: #d8d8d8;
}
.imm-btn--alt:active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.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: #00519b;
  border-color: #003768;
}
.imm-btn--round_alt {
  background-color: #E5E5E5;
  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: #bfbfbf;
  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: #004481;
}
.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;
}
.imm-btn--close {
  background: none;
  font-weight: bold;
  cursor: pointer;
}
.imm-btn-danger {
  background: #c8175e;
}
.imm-btn-danger:hover {
  background-color: #ba1558;
  border-color: #ba1558;
}
.imm-session-blk {
  display: inline-block;
  min-width: 350px;
  max-width: 800px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.imm-session-blk__hdr {
  /*background-image: linear-gradient(-180deg, darken(@primary-color, 10%) 3%, @primary-color 100%);*/
  background: #fff;
  line-height: 1.65rem;
  font-size: 1.5rem;
  padding: 22px 40px;
  text-align: left;
}
.imm-session-blk__logo {
  text-align: left;
  display: block;
  margin: 0;
}
.imm-session-blk__logo img {
  display: block;
  margin: 0 auto;
}
.imm-session-blk__cnt {
  padding: 30px 40px;
}
table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  font-size: .75rem;
  text-align: left;
}
* + table {
  margin-top: 40px;
}
thead {
  background: #E5E5E5;
  text-transform: uppercase;
}
th,
td {
  line-height: 1rem;
  margin: 0;
  border: 0;
  white-space: nowrap;
  text-align: left;
}
th input[type=text],
td input[type=text],
th input[type=password],
td input[type=password],
th input[type=search],
td input[type=search],
th input[type=number],
td input[type=number],
th input[type=email],
td input[type=email],
th select,
td select,
th textarea,
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;
}
th span.imm-table__money,
td span.imm-table__money {
  display: inline-block;
  position: relative;
  left: -3px;
}
th {
  padding: .40625rem 1rem;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  color: #686868;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  /*text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
td {
  padding: .5rem 0rem .5rem 1rem;
  font-weight: 300;
  font-size: 11px;
  color: #686868;
  font-style: normal;
}
td strong {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
tr:nth-child(odd) {
  background-color: #F8F8F8;
}
.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: .73rem;
}
.imm-table__compact thead th,
.imm-table__compact tbody td {
  padding: 7px 5px;
}
.imm-table__quad thead th:nth-child(even),
.imm-table__quad 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 #004481;
  border-right: 4px solid #004481;
}
.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--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: #004481;
}
.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--multi tbody td[colspan] {
  padding: 0;
}
.imm-table__tools {
  width: 60px;
  text-align: right;
  padding: 0 4px;
}
.imm-table__tools .imm-icon {
  color: #004481;
  font-size: .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-th__radio {
  width: 20px;
}
.totaltr {
  background-color: #337ab7;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.imm-table--notifications thead tr {
  background: #efefef;
}
.imm-table--notifications thead img {
  width: 15px;
}
.imm-table--notifications thead label {
  vertical-align: super;
  margin-left: 5px;
}
.imm-table--notifications thead span {
  text-transform: none;
  font-weight: normal;
}
.imm-table--notifications td {
  padding: 1rem 1rem;
}
.imm-table--notifications td span {
  white-space: normal;
  font-size: .875rem;
}
.imm-table--notifications td button {
  cursor: pointer;
  background: none;
  border: none;
}
.imm-table--metrics__divisor {
  background-color: rgba(60, 144, 190, 0.1) !important;
  font-weight: bold;
  text-transform: uppercase;
}
.uiInactive {
  background-color: #e8e8e8 !important;
  color: #a0a0a0 !important;
}
.custom-check-modified input[type="checkbox"].ios-switch + div > div {
  margin-top: 0px !important;
}
.check-container {
  display: inline-block;
  width: 10%;
  height: 100%;
}
.text-tip-container {
  display: inline-block;
  width: 75%;
  text-align: center;
}
.action-tips-container {
  width: 15%;
  display: inline-block;
  float: right;
}
.table-container-responsive {
  overflow-x: scroll;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 1400px) {
  .table-container-responsive {
    overflow-x: auto;
    padding-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .table-container-responsive {
    width: 700px;
  }
}
@media (max-width: 800px) {
  .table-container-responsive {
    width: 600px;
  }
}
@media (max-width: 730px) {
  .table-container-responsive {
    width: 550px;
  }
}
/*Table New Design*/
.table-custom thead tr {
  background-color: #E5E5E5;
  height: 35px;
  color: black;
}
.table-custom .imm-icon--triangle-down:after {
  border-color: black transparent transparent transparent !important;
}
.table-custom .imm-icon--triangle-up:after {
  border-color: transparent transparent black transparent !important;
}
.table-custom tbody tr {
  background-color: #FFFBFB !important;
  height: 35px;
}
.table-custom tbody tr td {
  font-size: 0.85rem !important;
}
.table-custom .table-item:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.table-item:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.small-td {
  width: 80px;
}
.medium-td {
  width: 150px;
}
.table-custom-tree-firstlevels {
  background-color: #F7F7F7 !important;
}
.table-custom-tree thead tr {
  background-color: #E5E5E5;
  height: 35px;
  color: black;
}
.table-custom-tree .imm-icon--triangle-down:after {
  border-color: black transparent transparent transparent !important;
}
.table-custom-tree .imm-icon--triangle-up:after {
  border-color: transparent transparent black transparent !important;
}
.table-custom-tree tbody tr {
  background-color: #F7F7F7 !important;
  height: 35px;
}
.table-custom-tree tbody tr td {
  font-size: 0.85rem !important;
}
.table-custom-tree .table-item:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.table-item:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.small-td {
  width: 80px;
}
.medium-td {
  width: 150px;
}
.table-container-theme {
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
}
.td-cursor-auto td {
  cursor: auto !important;
}
@font-face {
  font-family: "icons";
  src: url("/styles/imm-iconfont.eot?5dda64ae97686ab242dbf6cc57e093f8");
  src: url("/styles/imm-iconfont.eot?#iefix") format("embedded-opentype"), url("/styles/imm-iconfont.woff?5dda64ae97686ab242dbf6cc57e093f8") format("woff"), url("/styles/imm-iconfont.ttf?5dda64ae97686ab242dbf6cc57e093f8") 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--alerts-ico:before {
  content: "\f101";
}
.imm-icon--analytics-ico:before {
  content: "\f102";
}
.imm-icon--calendar-ico:before {
  content: "\f103";
}
.imm-icon--catalogos-ico:before {
  content: "\f104";
}
.imm-icon--change-profile:before {
  content: "\f105";
}
.imm-icon--change-status:before {
  content: "\f106";
}
.imm-icon--chevron-right-ico:before {
  content: "\f107";
}
.imm-icon--cierre-ico:before {
  content: "\f108";
}
.imm-icon--close-big-ico:before {
  content: "\f109";
}
.imm-icon--close-modal:before {
  content: "\f10a";
}
.imm-icon--close-session:before {
  content: "\f10b";
}
.imm-icon--cog-ico:before {
  content: "\f10c";
}
.imm-icon--countries-ico:before {
  content: "\f10d";
}
.imm-icon--delete_entry-ico:before {
  content: "\f10e";
}
.imm-icon--details-ico-blue:before {
  content: "\f10f";
}
.imm-icon--details-ico:before {
  content: "\f110";
}
.imm-icon--download-ico:before {
  content: "\f111";
}
.imm-icon--errors-ico:before {
  content: "\f112";
}
.imm-icon--excel-download:before {
  content: "\f113";
}
.imm-icon--filters:before {
  content: "\f114";
}
.imm-icon--hamburger-ico:before {
  content: "\f115";
}
.imm-icon--icon-process-budget:before {
  content: "\f116";
}
.imm-icon--icon-process-document:before {
  content: "\f117";
}
.imm-icon--icon-process-project:before {
  content: "\f118";
}
.imm-icon--icon-tipo-N:before {
  content: "\f119";
}
.imm-icon--icon-tipo-T:before {
  content: "\f11a";
}
.imm-icon--interfaces-ico:before {
  content: "\f11b";
}
.imm-icon--list-icon-attachment:before {
  content: "\f11c";
}
.imm-icon--list-icon-link:before {
  content: "\f11d";
}
.imm-icon--log-ico:before {
  content: "\f11e";
}
.imm-icon--notificaciones-ico:before {
  content: "\f11f";
}
.imm-icon--pencil-alt-ico:before {
  content: "\f120";
}
.imm-icon--pencil-ico:before {
  content: "\f121";
}
.imm-icon--plus-ico:before {
  content: "\f122";
}
.imm-icon--presupuesto-ico:before {
  content: "\f123";
}
.imm-icon--proyectos-ico:before {
  content: "\f124";
}
.imm-icon--question-ico:before {
  content: "\f125";
}
.imm-icon--reportes-ico:before {
  content: "\f126";
}
.imm-icon--ringfence-ico:before {
  content: "\f127";
}
.imm-icon--thumbsup-ico:before {
  content: "\f128";
}
.imm-icon--tick-alt-ico:before {
  content: "\f129";
}
.imm-icon--tick-full-ico:before {
  content: "\f12a";
}
.imm-icon--tick-ico:before {
  content: "\f12b";
}
.imm-icon--users-ico:before {
  content: "\f12c";
}
.imm-icon--warning-ico:before {
  content: "\f12d";
}
.imm-icon--zoom-ico:before {
  content: "\f12e";
}
.imm-icon {
  background-size: cover;
  position: relative;
}
.imm-icon__notification-count,
.imm-icon__chat-count,
.imm-icon__derived-count {
  display: inline-block;
  width: .9125rem;
  height: .9125rem;
  line-height: .9125rem;
  font-size: .725rem;
  text-align: center;
  font-weight: 600;
  -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;
  right: -3px;
  top: -4px;
  color: #ffffff;
  letter-spacing: -1px;
  text-indent: -1px;
}
.imm-icon__notification-count {
  background: #337AB7;
}
.imm-icon__chat-count {
  background: #FF2035;
}
.imm-icon__derived-count {
  background: green;
}
.imm-icon--modal-close {
  background: url('/assets/images/icons/close-modal.svg');
  width: 17px;
  height: 17px;
  line-height: inherit;
  cursor: pointer;
}
.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 {
  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: 11px;
  height: 18px;
}
.imm-back-arrow {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.imm-back-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  bottom: .25rem;
  background-image: url('/assets/images/icons/angle-left-solid.svg');
  width: 9px;
  height: 18px;
}
.imm-bc-item {
  font-family: 'montserrat', 'Arial', serif;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: inline-block;
  position: relative;
  color: #333333;
}
a.imm-bc-item {
  color: #004481;
  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: 11px;
  height: 18px;
}
.imm-bc--head {
  font-family: 'montserrat', 'Arial', 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: #428bca !important;
  color: #ffffff;
}
.imm-select .ui-select-dropdown .active .ui-select-choices-row-inner {
  color: #ffffff;
}
.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: #f5f5f5;
  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: #004481;
}
.imm-select.imm-select--input .selectize-input.open:before,
.imm-select.imm-select--input .selectize-input.focus:before {
  color: #004481;
}
.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;
}
.imm-tabs {
  margin: 30px 0;
  display: table;
  list-style: none;
  padding: 0;
  border-bottom: 5px solid #004481;
}
.imm-tabs__item {
  display: table-cell;
  padding: .2rem 1rem;
  font-size: .75rem;
  text-transform: uppercase;
  background-color: #F8F8F8;
  transition: color 0.15s ease-in, background-color 0.15s ease-in;
  font-weight: 500;
  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: #004481;
  color: #ffffff;
}
.imm-tabs__item--selected:hover {
  background-color: #001c35;
}
.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: #004481;
  color: #ffffff;
}
.ngdialog-overlay,
.imm-modal-backdrop {
  position: fixed;
  margin-left: 200px;
  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: 1000;
  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;
  min-width: 630px;
  max-width: 1100px;
}
.imm-modal--big {
  animation-name: modal;
  min-width: 1040px;
}
.imm-modal-intentPreview {
  margin-right: 100px;
  box-shadow: 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1), 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1);
  animation-name: modal;
  border-radius: 20px;
  min-width: 900px;
  min-height: 440px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.imm-modal-intentPreview .label-title {
  font-size: 22px;
  font-family: "montserrat";
  color: #004481;
}
.imm-modal-intentPreview .intent-title-modal {
  color: #2F80ED;
  font-size: 24px;
  font-family: "montserrat";
}
.imm-modal-intentPreview .intent-date-modal {
  color: #C8C8C8;
  font-size: 15px;
  font-family: "montserrat";
}
.imm-modal-intentPreview .intent-response-modal {
  color: #748AA1;
  font-size: 16px;
  font-family: "montserrat";
  line-height: 24px;
}
.imm-modal-message {
  margin-right: 100px;
  animation-name: modal;
  border-radius: 20px;
  min-width: 500px;
  min-height: 460px;
  box-shadow: 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1), 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0px;
}
.imm-modal-message .modal-message-text {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.imm-modal--theme--full {
  min-width: 80% !important;
}
.margin-modal-top-20 {
  margin-top: 20px !important;
}
.imm-modal--theme {
  animation-name: modal;
  border-radius: 20px;
  min-width: 1040px;
  box-shadow: 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1), 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1);
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  /* Handle */
  /* Handle on hover */
}
.imm-modal--theme .back-button-theme {
  padding-left: 0px;
  background: transparent;
  font-size: 17px;
  cursor: pointer;
}
.imm-modal--theme .imm-modal__header {
  background: white;
  padding: 30px 40px 15px 40px;
  padding-bottom: 0px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.imm-modal--theme .imm-modal__header .imm-modal__close-btn {
  position: absolute;
  right: 0px;
  top: -2px;
}
.imm-modal--theme .imm-modal__title {
  font-size: 20px;
  color: #686868;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.imm-modal--theme .imm-close-modal-theme {
  color: #686868;
  font-size: 16px;
}
.imm-modal--theme .imm-modal__cnt {
  padding-top: 10px;
}
.imm-modal--theme .modal-table-theme th {
  background: #F9F9F9;
  font-size: 12px;
  font-weight: 600;
  color: #686868;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}
.imm-modal--theme .modal-table-theme td {
  cursor: pointer;
}
.imm-modal--theme .modal-table-theme tr:nth-child(odd):hover {
  background-color: #F3F8FC !important;
}
.imm-modal--theme .modal-table-theme tr:hover {
  background-color: #F3F8FC !important;
}
.imm-modal--theme .modal-table-theme .th-description {
  min-width: 300px;
}
.imm-modal--theme .modal-table-theme tr:nth-child(odd) {
  background-color: white !important;
}
.imm-modal--theme .modal-table-theme tr {
  background-color: white;
}
.imm-modal--theme .modal-table-theme .description {
  font-weight: 500;
  font-size: 13px;
}
.imm-modal--theme .modal-table-theme .quantity {
  font-weight: 300;
  font-size: 11px;
}
.imm-modal--theme .imm-modal__actions {
  text-align: center;
  border-top: 0.403275px solid #9B9B9B;
  padding-bottom: 15px;
  padding-top: 15px;
}
.imm-modal--theme ::-webkit-scrollbar {
  width: 10px;
}
.imm-modal--theme ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #EEEEEE;
  border-radius: 10px;
}
.imm-modal--theme ::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}
.imm-modal--theme ::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.imm-modal--bigger {
  animation-name: modal;
  min-width: 1250px;
}
.imm-modal--medium-h {
  animation-name: modal;
  min-width: 800px;
}
.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;
}
.imm-status__text:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #E5E5E5;
  -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: #004481;
}
.imm-status__text--created:before {
  background: #004481;
}
.imm-status__text--denied:before {
  background: #c8175e;
}
.imm-status__text--pending:before {
  background: #fdbd2c;
}
.imm-select-status {
  position: relative;
}
.imm-select-status.active + .imm-frm__lbl-name {
  color: #004481;
}
status-select.focus .imm-select-status__selected {
  border-color: #004481;
}
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: fixed;
  bottom: 0px;
  overflow: hidden;
  text-align: center;
  color: #76838B;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-user__pic {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.imm-user {
  /*transform: translateY(110px);
  transition: transform .15s ease-out;*/
}
.imm-user.active .imm-user__toggle: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 #76838B transparent;
}
.imm-user__toggle {
  padding: 0 26px 22px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.imm-user__toggle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 5px 0 5px;
  border-color: #76838B transparent transparent transparent;
  position: absolute;
  right: 22px;
  top: 7px;
}
.imm-content__toggle {
  padding: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.imm-content__toggle--up: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 #76838B transparent;
}
.imm-content__toggle--down:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 5px 0 5px;
  border-color: #76838B transparent transparent transparent;
}
.imm-user__name {
  font-size: 13px;
  line-height: 18px;
}
.imm-user__profile {
  font-size: 11px;
  line-height: 14px;
}
.imm-user__cnt {
  background-image: url("/assets/images/bg-menu.svg");
  background-position: center 20px;
  background-repeat: no-repeat;
}
.imm-user__options {
  display: table;
  width: 100%;
}
.imm-user__options-btn {
  float: left;
  max-width: 50%;
  width: 100px;
  height: 100px;
  background: #F9FAFC;
  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 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) 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: #76838B;
  color: #F9FAFC;
}
.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/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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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 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-budget-bar__title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'montserrat', 'Arial', 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: #004481;
  -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(0, 68, 129, 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__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--forecastRF .imm-project-bar__item-graph {
  background: #EEEEEE;
  color: #333333;
}
.imm-project-bar .imm-project-bar__item--forecast .imm-project-bar__item-graph {
  background: #f6891e;
}
.imm-project-bar .imm-project-bar__item--available .imm-project-bar__item-graph {
  background: #86c82d;
}
.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: 'montserrat', 'Arial', 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: #004481;
  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: #004481;
}
.imm-datepicker > div:first-child:hover:after {
  color: #004481;
}
.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: #4A90E2;
  color: #ffffff;
}
.imm-loader {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  height: 140px;
}
.imm-loader:before {
  content: "Importando archivo...";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 80px;
  font-size: .875rem;
  line-height: 25px;
  color: #333333;
  font-family: 'montserrat', 'Arial', 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;
}
.help-tip {
  position: absolute;
  margin-left: 10px;
  top: 0px;
  text-align: center;
  background-color: #004481;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 21px;
  cursor: default;
}
.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff;
}
.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 250px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
  z-index: 50000;
}
.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 10px;
  top: -12px;
}
.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}
/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.listchat-container {
  border-top: 1px solid #e5e5e5;
  padding: 5px 0px 10px 5px;
  overflow-x: hidden;
  margin-bottom: 20px;
}
.listchat-container-messages {
  height: 43vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.listchat-container-messages-cut {
  height: 30vh !important;
}
.listchat-container-messages-access {
  height: 50vh;
}
.listchat-container:hover .listchat-date {
  display: unset;
}
.listchat-item:hover .listchat-user-name {
  color: White;
}
.listchat-item:hover .listchat-message {
  color: white;
}
.listchat-user {
  margin-bottom: 2px;
}
.listchat-item {
  cursor: pointer;
}
.listchat-title {
  margin-bottom: 0px;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #76838B;
  position: relative;
}
.listchat-user-name {
  margin-left: 18px;
  white-space: nowrap;
}
.listchat-date {
  font-size: 8px;
  position: absolute;
  right: 0px;
  top: 10px;
  padding-left: 5px;
  padding-right: 3px;
  display: none;
  z-index: 100;
  background-color: inherit;
}
.listchat-seen .listchat-message {
  color: black;
}
.listchat-seen .listchat-user-name {
  color: black;
}
.listchat-message {
  white-space: nowrap;
  font-size: 10px;
  margin-left: 18px;
}
.listchat-image {
  left: 15px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 15px;
  background-color: lightblue;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  font-size: 15px;
  color: white;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20.3288px;
  box-shadow: 0px 20.3288px 50.8221px rgba(0, 0, 0, 0.1), 1px 0px 12px rgba(0, 0, 0, 0.1);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card-body-without-footer {
  padding-bottom: 60px;
}
.card-body .table-container-responsive {
  max-height: 250px;
  overflow-y: auto;
}
.card-body {
  /* Handle */
  /* Handle on hover */
}
.card-body ::-webkit-scrollbar {
  width: 10px;
}
.card-body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #EEEEEE;
  border-radius: 10px;
}
.card-body ::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}
.card-body ::-webkit-scrollbar-thumb:hover {
  background: #C4C4C4;
}
.card-body-with-table {
  min-height: 340px;
}
.card-body-padding {
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #686868;
  font-size: 1.25rem;
}
.card-footer {
  text-align: center;
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 20px;
  padding-bottom: 20px;
}
.card-footer .labelDetail {
  position: relative;
  color: #004481;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.card-table {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(53, 56, 63, 0.1);
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
.card-table-title {
  color: #2F80ED;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 0;
}
.card-table-date {
  color: #748AA1;
  font-size: 11px;
  margin-bottom: -17px;
}
.card-table-buttons-right {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 100%;
  align-items: center;
  display: flex;
}
.card-table-response {
  color: #748AA1;
  max-width: 90%;
  margin-top: 0px;
}
.card-table-editButton {
  cursor: pointer;
  border: 1px solid #004481;
  background-color: white;
  border-radius: 20px;
  font-size: 13px;
  width: 100px;
  height: 35px;
  color: #004481;
}
.card-table-SendButton {
  cursor: pointer;
  color: white;
  border-radius: 20px;
  font-size: 13px;
  width: 100px;
  height: 35px;
  background-color: #004481;
}
.card-table-backButton {
  cursor: pointer;
  font-size: 17px;
  width: 100px;
  height: 35px;
  text-decoration-line: underline;
  color: #004481;
  background-color: transparent;
  text-decoration-color: #004481;
}
.card-table-DeleteButton {
  cursor: pointer;
  border: 1px solid #D15464;
  color: #D15464;
  border-radius: 20px;
  font-size: 13px;
  width: auto;
  min-width: 100px;
  height: 35px;
  background-color: white;
}
.card-table-frequently-text {
  color: #004481;
  font-size: 18px;
}
.card-preview {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  min-height: calc(-215vh);
  box-shadow: 0px 1px 4px rgba(53, 56, 63, 0.2);
}
.card-preview:hover {
  border-color: #BCC6D0;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
}
.card-preview-header {
  height: 46px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.125) !important;
  padding: 1.25rem;
  padding-top: 10px !important;
}
.card-preview-header .intent-title {
  color: #004481;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
}
.card-preview-header .intent-date {
  float: right;
  color: #C8C8C8;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.card-preview-body {
  height: auto;
  padding: 1.25rem;
  padding-bottom: 80px;
  position: relative;
  font-family: arial;
  font-size: 12px;
}
.card-preview-body .intent-response {
  cursor: default;
  min-height: calc(-315vh);
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #5b6f83;
  font-size: 12px;
}
.card-preview-body .btn-group-votation {
  position: absolute;
  bottom: 20px;
  text-align: right;
  right: 20px;
}
.card-preview-body .btn-group-votation img {
  position: absolute;
  left: 10px;
  top: 11px;
}
.card-preview-body .btn-useful {
  position: relative;
  border-radius: 50rem !important;
  background-color: #1DB954;
  color: white;
  border: none;
  margin-right: 10px;
  width: 160px;
  height: 40px;
}
.card-preview-body .btn-useful span {
  margin-left: 10px;
}
.card-preview-body .btn-without-utility {
  position: relative;
  border-radius: 50rem !important;
  background-color: #D15464;
  color: white;
  border: none;
  margin-right: 10px;
  width: 200px;
  height: 40px;
}
.card-preview-body .btn-without-utility span {
  margin-left: 10px;
}
.card-preview-body .btn-another-search {
  position: relative;
  border-radius: 50rem !important;
  background-color: #B7B7B7;
  color: white;
  border: none;
  width: 200px;
  height: 40px;
}
.card-preview-body .btn-another-search span {
  margin-left: 10px;
}
.card-preview-body .title-more-question-subtitle {
  margin-bottom: 7px;
  font-family: Arial;
  font-size: 12px;
  margin-top: 0px;
}
.card-preview-body .input-group-responsive {
  position: fixed;
  margin-right: 30%;
  margin-left: 35px;
  bottom: 20px;
}
.card-preview-body .input-group-responsive-doubts {
  position: relative;
}
.card-preview-body .input-group-responsive-doubts .send_field {
  width: 90%;
  border: solid 2px #CBCBCB;
  border-radius: 43px;
  padding-left: 10px;
  height: 42px;
  color: #6B6B6A;
  font-family: 'MontserratLigth';
}
.card-preview-body .input-group-responsive-doubts .btn.btn-send {
  margin-top: -1px;
  position: absolute;
  right: 10px;
  border-radius: 50% !important;
  background-color: #4198D4;
  width: 42px;
  height: 42px;
}
.card-preview-body .input-group-responsive-doubts .btn.btn-send img {
  width: 20px;
  margin-top: 0px;
  margin-left: -1px;
}
.frequently-question-title {
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.date-doubt {
  color: #C8C8C8;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 0;
}
.title-more-question {
  color: #004481;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 29px;
  padding-right: 15%;
  margin-bottom: 0px;
}
.consultForm-title {
  color: #004481;
  font-size: 14px;
}
.consultForm-title .consultForm-intent-title {
  line-height: 34px;
  text-decoration: underline;
  cursor: pointer;
}
.consult-editor-container {
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.card-table-title-padding .card-table-date {
  padding-left: 10px;
}
.card-table-title-padding .card-table-title {
  padding-left: 10px;
}
.intent-faqs-response-container {
  margin-top: 20px !important;
  padding-left: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.active-input + .slider-toggle {
  background-color: #2196f3;
}
input:focus + .slider-toggle {
  box-shadow: 0 0 1px #2196f3;
}
.active-input + .slider-toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded slider-toggles */
.slider-toggle.round {
  border-radius: 34px;
}
.slider-toggle.round:before {
  border-radius: 50%;
}
.imm-help {
  width: 400px !important;
  height: 700px;
  overflow-y: auto !important;
  position: fixed !important;
  bottom: 0px !important;
  right: 20px !important;
  z-index: 999 !important;
  background-color: #d1d1d1 !important;
}
.imm-help .imm-help-main {
  padding: 10px !important;
  margin: 10px !important;
}
.imm-help .imm-help-main h4 {
  font-size: 1.2em !important;
}
.imm-help .imm-help-body {
  margin-top: 10px !important;
  padding: 10px !important;
  background-color: white !important;
  border-radius: 10px !important;
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
}
.imm-help .imm-help-body h5 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  font-size: 1.1em !important;
}
.imm-help .imm-help-body p {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
}
.imm-help .imm-help-body div {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
}
.imm-help .imm-help-body span {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
}
.imm-help .imm-help-body div > p {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
}
.imm-help .imm-help-body div > span {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
}
.imm-help .imm-help-body div > ul > li {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}
.imm-help .imm-help-body ul > li {
  font-size: 1em !important;
  font-weight: 100;
  line-height: inherit;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
}
.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: 'Sanchez', serif;
  font-size: .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: #004481;
}
.imm-wa__full .imm-cstm__grid:hover .imm-cstm__grid-25-two {
  border-color: #004481;
}
.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: block;
  border: 1px solid transparent;
  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;
  display: block;
  max-height: 40px;
  overflow: hidden;
  line-height: 1;
  padding: 5px 0;
}
.err-text {
  color: red;
  line-height: 1;
  padding: 5px 0;
  font-size: 0.875rem;
  text-wrap: break-word;
}
.pager {
  margin-right: 0.5em;
}
.activePage {
  background: #004481;
  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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.imm-link__delete {
  float: left;
  color: #c8175e;
  font-size: .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;
}
.imm-link__activate {
  float: left;
  color: green;
  font-size: .9rem;
  text-decoration: underline;
  cursor: pointer;
}
.imm-link__activate::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/icons/check-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: -3px;
}
.imm-link {
  float: left;
  color: #23527c;
  font-size: .9rem;
  text-decoration: underline;
  cursor: pointer;
}
.imm-link img {
  width: 1rem;
}
.imm-link__delete-warning {
  float: left;
  color: #c8175e;
  font-size: .9rem;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.div-right-head-chat {
  padding-right: 1.5rem !important;
  float: right !important;
  position: absolute !important;
  right: 10px !important;
  text-align: right !important;
}
.div-right-head-chat p {
  margin: 0px !important;
}
.div-right-head-chat p strong {
  padding-left: 5px !important;
}
.text-center {
  text-align: center !important;
}
.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: .7rem !important;
  font-weight: normal !important;
}
.ui-select-choices-content {
  overflow-y: hidden !important;
}
.cke_combo_open {
  margin-top: 10px !important;
}
.ui-select-choices.ui-select-dropdown.selectize-dropdown {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.imm-select .ui-select-choices-content {
  border-radius: 2px;
  overflow-y: auto !important;
  height: 200px;
}
.custom-color-content .ui-select-choices-content {
  height: 145px !important;
  overflow-x: hidden;
}
.custom-color-content .selectize-input {
  height: 16px;
}
.custom-color-content .imm-select.imm-select--input span {
  font-size: 11px !important;
  color: #686868 !important;
}
.custom-color-content .ui-select-choices-row {
  padding-left: 0px;
  padding-right: 0px;
}
.custom-color-content .selected-color {
  font-size: 11px !important;
  color: #686868 !important;
}
.custom-color-content .selectize-input {
  line-height: 0.7rem !important;
}
.custom-color-content .ui-select-search {
  font-size: 11px !important;
  line-height: 0.6rem !important;
  color: #686868 !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 li,
.ns-popover-custom-theme .list-item {
  list-style-type: none;
}
.ns-popover-custom-theme li a,
.ns-popover-custom-theme .list-item 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;
}
.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;
}
.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: .4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 15px 1.2em 15px 2.5em;
}
.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: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 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: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 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: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
.custom-check input[type="checkbox"].bigswitch.ios-switch + div > div {
  width: 23px;
  height: 23px;
  margin-top: 0px;
}
.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: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
.custom-check input[type="checkbox"].green.ios-switch:checked + div > div {
  box-shadow: 0px 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: 666;
  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 {
  background: white;
  color: #000000;
}
.imm-datepicker > div:first-child:after {
  content: '\f102';
}
.imm-table-org tbody tr {
  background: #fff;
  border-bottom: 0px;
}
.imm-table-org td {
  vertical-align: top;
}
.imm-table-org table {
  margin-top: 0px;
}
.imm-submenu {
  padding-left: 4em;
  font-size: 12px;
}
input[readonly],
select[readonly],
select:disabled {
  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;
}
.consult-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
}
.custom-box--medium {
  overflow: hidden;
  overflow-y: scroll;
  height: 600px;
}
.custom-box--alt {
  overflow: hidden;
  overflow-y: scroll;
  height: auto;
  max-height: 300px;
}
.imm-file {
  margin-top: 7px !important;
  margin-bottom: 3px;
  display: block;
  position: relative;
  z-index: 1;
}
.imm-file__btn {
  overflow: hidden;
  height: .1px;
  width: .1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.qk-file__name {
  padding: 0 1rem;
  display: inline-block;
}
.qk-file__name > span {
  font-size: .925rem;
}
.qk-file__name > span + span {
  margin-left: .125rem;
}
.qk-file__remove {
  font-size: 1.5rem;
  color: #c8175e;
  cursor: pointer;
  vertical-align: middle;
  margin-left: .25rem;
}
.disabled .qk-file__name {
  color: #333333;
}
/* Styles for placeholders */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #E6E6E6;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #E6E6E6;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #E6E6E6;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #E6E6E6;
}
.animate {
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 1;
}
.lead {
  font-size: 1.2rem;
}
body {
  background-image: url(/assets/images/bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 600px;
}
.selectize-input.disabled input {
  background: #efefef !important;
}
/* Input tags */
tags-input .tags .tag-item {
  background: #006ec1 !important;
  color: #fff !important;
}
tags-input .tags .tag-item .remove-button {
  color: #fff !important;
}
tags-input .autocomplete .suggestion-item {
  margin-top: 0 !important;
}
tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  background-color: #006ec1 !important;
}
tags-input .host .tags {
  border: 1px solid transparent;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 0 0 transparent;
}
td > tags-input .host {
  margin: 0;
}
td > tags-input .host .tags {
  padding: 0;
  border: none;
  border: 1px solid  #ddd;
  box-shadow: 0 0 0 0 transparent;
}
td > tags-input .host .tags .input {
  padding: 1px;
  height: auto;
  margin: 0;
  font: unset;
  width: 100%;
}
.alert-server-error {
  color: #3c763d;
  background-color: red;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.alert-server-error button {
  float: right;
  background: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.alert-server-success {
  color: #3c763d;
  background-color: green;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.alert-server-success button {
  float: right;
  background: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.alert-server-danger {
  background-color: orange;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.alert-server-danger button {
  float: right;
  background: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
/* Tree View - Circles */
.node {
  cursor: pointer;
}
.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}
.found {
  fill: #ff4136;
  stroke: #ff4136;
}
.node text {
  font: 9px 'Arial', sans-serif;
}
.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}
/* Chat */
.iteractive-chat .frame {
  background: #F4F8FA;
  height: 480px;
  overflow: auto;
  padding: 0;
  position: relative;
}
.iteractive-chat .frame > div:last-of-type {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100%;
  display: block;
}
/* Chat */
.iteractive-chat .frame2 {
  background: #F4F8FA;
  height: 532px;
  overflow: auto;
  padding: 0;
  position: relative;
}
.iteractive-chat .frame2 > div:last-of-type {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100%;
  display: block;
}
.iteractive-chat .macro {
  width: 85%;
  border-radius: 5px;
  padding: 5px;
  display: block;
}
.iteractive-chat .timeline-content {
  text-align: center;
  color: #009ee5;
  border-bottom: solid 1px #009ee5;
  position: relative;
  margin: 45px 0 30px 0;
}
.iteractive-chat .timeline-content span {
  position: relative;
  top: 10px;
  overflow: hidden;
  background: #F4F8FA;
  padding: 0 10px;
}
.iteractive-chat .mytext {
  border: 0;
  padding: 10px;
  background: #337AB7;
}
.iteractive-chat .text {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.iteractive-chat .text > p:first-of-type {
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  line-height: 13px;
  font-size: 12px;
}
.iteractive-chat .text > p:last-of-type {
  width: 100%;
  text-align: right;
  color: silver;
  margin-bottom: -7px;
  margin-top: auto;
}
.iteractive-chat .text-r {
  float: right;
  padding-left: 1em;
  position: relative;
}
.iteractive-chat .msj {
  background-color: #e8f2fd !important;
}
.iteractive-chat .msj .imm-chat-options {
  display: none;
}
.imm-chat-options_show {
  display: none;
}
.iteractive-chat .msj-helpdesk {
  background: whitesmoke;
}
.iteractive-chat .msj-helpdesk .imm-msj-icon {
  width: 1.5rem;
}
.iteractive-chat .msj-helpdesk .imm-msj-edit {
  display: flex;
}
.iteractive-chat .msj-helpdesk .imm-msj-edit .imm-msg-edit_input {
  flex-grow: 1;
}
.iteractive-chat .msj-helpdesk .imm-msj-edit .imm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.iteractive-chat .msj-helpdesk .imm-chat-options_show:hover {
  display: flex;
}
.iteractive-chat .msj-helpdesk .imm-chat-options {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -2rem;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #DAE6EE;
  cursor: pointer;
}
.iteractive-chat .msj:hover .imm-chat-options_show {
  display: flex;
}
.iteractive-chat .msj-invalid {
  background-color: #e6e6e6 !important;
}
.not-send-message {
  margin-top: 10px;
  color: #f87159 !important;
}
.iteractive-chat .msj:before {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: -14px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #ffffff transparent transparent;
  display: none;
}
.iteractive-chat .msj-rta:after {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: 14px;
  position: relative;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: whitesmoke transparent transparent transparent;
  display: none;
}
.iteractive-chat .msj-btn {
  float: right;
  background: #F4F8FA;
  border-radius: 0;
}
.iteractive-chat .img-circle {
  position: relative;
  width: 45px;
  border-radius: 50%;
}
.iteractive-chat .chat-list {
  width: 95%;
  list-style-type: none;
  padding: 5px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.iteractive-chat .chat-list .chat-container + .chat-container {
  margin-top: 0.5rem;
}
.iteractive-chat .chat-list .chat-container:last-child {
  margin-bottom: 0.5rem;
}
.iteractive-chat .chat-list__data {
  min-width: 25%;
  width: auto;
  border-color: #DAE6EE;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  padding: 10px 20px 10px 20px;
  background: #fff;
  border: 1px solid #E1E1E1;
  margin-left: 10px;
  color: #888;
  max-width: calc(50%);
}
.iteractive-chat .chat-list__data-date {
  margin-bottom: 0;
  color: #888;
  font-size: 1rem;
}
.divExtra {
  cursor: pointer;
  position: relative;
  text-align: right;
  margin: 0;
}
.divExtra img {
  width: 19px;
}
.tab-auxChats {
  display: inline-flex;
}
.tab-auxChats .tabAux {
  margin-right: 1.6em;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #686868;
  display: flex;
  align-items: center;
}
.tab-auxChats .tabAux strong {
  padding-right: 4px;
}
.tab-auxChats .tabAux img {
  padding-right: 6px;
}
.divExtraModal {
  position: absolute;
  border-color: #2F80ED !important;
  background-color: #2F80ED !important;
  border-radius: 25px;
  width: 280px;
  left: 170%;
  top: 20px;
  transform: translate(-50%, -50%);
  padding: 16px 26px;
  box-shadow: -1px 1px 20px 0px #2e2e2e;
}
.divExtraModal .divExtraModal-title {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  margin-top: 24px;
}
.divExtraModal .divExtraModal-send {
  margin-bottom: 14px;
  color: white;
  text-align: center;
  background-color: #004481;
  border: solid 1px #004481;
  cursor: pointer;
  height: 28px;
  border-radius: 50rem !important;
  margin-top: 10px;
  line-height: 28px;
  font-weight: 100;
  font-size: 12px;
}
.divExtraModal .divExtraModal-for .lab {
  color: #fff;
  text-align: left;
  font-size: 13px;
  margin-top: 8px;
}
.divExtraModal .divExtraModal-for .inp {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 34px;
}
.iteractive-chat .chat-list__data-text {
  margin: 0;
  font-size: 12px;
  word-break: break-word;
}
.iteractive-chat .btn-cnt {
  width: 100%;
  padding: 0;
  display: block;
}
.iteractive-chat .input-send {
  background: #fff;
  width: 88%;
  height: 50px;
  padding: 6px 12px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
}
.iteractive-chat .input-send::-webkit-input-placeholder {
  color: #888;
}
.iteractive-chat .btn-send {
  background-color: #009ee5;
  color: #fff;
  margin-left: 1%;
  width: 100px;
  height: 50px;
  border: 0;
  font-size: 14px;
  vertical-align: bottom;
}
.iteractive-chat .btn--chat-attach {
  position: absolute;
  padding: 13px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.iteractive-chat .btn--chat-attach img {
  width: 8px;
  vertical-align: middle;
}
.asker-status {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
}
.asker-status--connected {
  background: green;
}
.asker-status--disconnected {
  background: red;
}
.imm-frm--indicators label {
  padding: 0;
  cursor: pointer;
}
.imm-frm--indicators label input {
  width: auto;
}
.imm-clear--community {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  margin-left: -35px;
  margin-top: 10px !important;
}
.imm-text--alert {
  border-bottom-color: red !important;
}
/* autocomplete */
.auto-complete-container {
  border-radius: 5px;
  max-height: 150px;
  overflow-y: scroll;
}
.auto-complete-container li {
  font-weight: normal !important;
  background-color: #F9FAFC !important;
  font-size: 1em !important;
  padding: 4px !important;
}
.auto-complete-container li.auto-complete-item:hover,
.auto-complete-container li.auto-complete-item-selected {
  background-color: #006ec1 !important;
}
.direct-chat-survey-options-horizontal-text {
  background: white;
}
.search-input {
  position: absolute;
  top: 25px;
  right: 50px;
  color: #ddd;
}
.multiline-table {
  white-space: normal;
}
.imm-new-message {
  background: #00e359 !important;
}
.badge1 {
  position: relative;
}
.badge1:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: .7em;
  background: red;
  color: white;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}
.badge2 {
  position: relative;
  background: transparent;
  border-radius: 4px;
  padding: 1px 2px;
  text-transform: uppercase;
  background: red;
  color: white;
  font-weight: bold;
  text-align: center;
}
td.compact,
th.compact {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.table-select {
  font-size: .75rem;
}
.table-select .ui-select-multiple.ui-select-bootstrap {
  padding: 0;
}
.table-select > .ui-select-choices,
.table-select > .ui-select-no-choice {
  border: none;
  margin-top: 1px !important;
}
.table-select.open .ui-select-match {
  position: relative;
  top: -2px;
}
.table-select .ui-select-match > span {
  background-color: #ddd;
  height: 12px;
  margin: 1px;
  display: inline-block;
}
.table-select .ui-select-match > span .close.ui-select-match-close {
  top: 1px;
  position: relative;
  cursor: pointer;
}
.table-select .imm-select.ui-select-container input {
  border-bottom: none;
  color: inherit;
  padding: 0;
  resize: none;
  min-width: 50%;
  font-size: .75rem;
  line-height: 1.6;
  transition: none;
  background-color: transparent;
}
.table-select > div {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  padding: 0;
  height: 17px;
  width: 100%;
  font: inherit;
  font-size: .75rem;
  line-height: 1.6;
}
.table-choices.ui-select-choices {
  list-style: none;
  padding: 0;
}
.table-choices.ui-select-choices li {
  list-style: none;
}
.table-choices.ui-select-choices li .ui-select-choices-row {
  padding: 0;
}
.multi-select {
  font-size: .75rem;
}
.multi-select .multi-select-input {
  border: 1px solid #ddd;
  background: #fff;
  margin: 1px;
  padding: 1px;
  height: 17px;
  width: 160px;
}
.multi-select .multi-select-input span {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-select .multi-select-options {
  position: absolute;
  width: 160px;
  border: 1px solid #ddd;
  background: #fff;
  margin: 1px;
  padding: 1px;
}
.multi-select .multi-select-options .multi-select-options-close {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 3px;
}
.multi-select .multi-select-options ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.multi-select .multi-select-options ul li {
  font: inherit;
  margin: .5rem 0;
}
tip.inbox--reject-tooltip {
  min-width: 200px;
}
tip.tip--active-tooltip {
  min-width: 120px;
  font-size: 12px;
}
.tree-node-content {
  margin: 5px;
  padding: 5px;
}
.tree-node {
  border: 1px solid #dae2ea;
  background: #f8faff;
  font-weight: normal !important;
}
.tree-node-add {
  margin: 0 15px;
  cursor: pointer;
}
.tree-node--edit {
  display: inline-block;
  float: right;
}
.tree-node--edit img {
  width: 10px;
  left: 20px;
  position: relative;
}
.tree-node--input {
  padding: 0px 0px 0px 20px !important;
}
.angular-ui-tree-handle {
  margin-right: 0 !important;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 0px !important;
}
.title-input {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
}
.input-custom {
  font-size: 1.100rem !important;
  color: #6e6e6d !important;
  font-weight: lighter !important;
}
.input-custom .imm-select.imm-select--input span {
  font-size: 1.100rem;
  color: red;
  font-weight: lighter;
}
.angular-ui-tree-handle {
  cursor: unset !important;
}
.btn-design {
  width: 65px;
}
.custom-tree-nodes {
  border: 1px solid #dedfe2;
  background: #f8faff;
  font-weight: normal !important;
  margin-bottom: 10px !important;
}
.custom-tree-nodes .tree-node {
  border: unset !important;
}
.custom-tree-nodes .firtLevel-node {
  margin-left: 0px;
}
.custom-tree-nodes .firtLevel-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.custom-tree-nodes .input-name {
  width: 160px;
  border: 1px solid #dedfe2;
  padding-left: 5px;
  color: #333333 !important;
}
.custom-tree-nodes .input-owner {
  width: 205px;
}
.custom-tree-nodes .input-owner > input {
  width: 205px !important;
  border: 1px solid #dedfe2;
  padding-left: 5px;
  color: #333333 !important;
}
.custom-tree-nodes .input-owner .selectize-input {
  border: 1px solid #dedfe2;
  padding-left: 5px;
  color: #333333 !important;
}
.custom-tree-nodes .action-buttons-incident {
  position: absolute;
  right: 10px;
}
.custom-tree-nodes .input-ans {
  width: 120px;
  border: 1px solid #dedfe2;
  padding-left: 5px;
  color: #333333 !important;
}
.custom-tree-nodes .secondLevel-node {
  padding-left: 0px;
  margin-left: 25px;
  border-bottom: 1px solid #dae2ea !important;
}
.custom-tree-nodes .secondLevel-node .imm-icon--triangle-right {
  padding-left: 0px;
}
.custom-tree-nodes .secondLevel-node .imm-icon--triangle-down {
  padding-left: 0px;
}
.custom-tree-nodes .secondLevel-div {
  padding-left: 0px;
  margin-left: 0px;
}
.custom-tree-nodes .threeLevel-node {
  padding-left: 25px;
}
.custom-tree-nodes .threeLevel-div {
  padding-left: 0px;
  margin-left: 0px;
}
.custom-tree-nodes .separator-level {
  border-bottom: 1px solid #dae2ea !important;
}
.custom-tree-nodes .separator-level .imm-frm__lbl {
  padding-top: 0px;
}
.custom-tree-nodes .pd-none {
  padding-top: 0px !important;
}
.custom-tree-nodes .separator-level-top {
  border-top: 1px solid #dae2ea !important;
}
.custom-tree-nodes .label-item {
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.custom-tree-nodes .display-flex {
  display: flex;
}
.imm-btn--add-node {
  padding: 0 .5rem;
  line-height: 2rem;
  height: 2rem;
  font-size: .75rem;
  width: 65px;
}
.imm-fixed__layout {
  table-layout: fixed;
}
.imm-fixed__layout td {
  word-wrap: break-word;
  white-space: initial;
}
.msj--cont-rta {
  display: flex;
  justify-content: flex-end;
}
.msj--cont {
  display: flex;
  justify-content: flex-start;
}
.margin-30 {
  margin-top: 30px;
}
@media (max-width: 2400px) {
  .intent-tables-scroll {
    max-width: 1600px;
    overflow-x: scroll;
  }
}
@media (max-width: 2200px) {
  .intent-tables-scroll {
    max-width: 1500px;
    overflow-x: scroll;
  }
}
@media (max-width: 2000px) {
  .intent-tables-scroll {
    max-width: 1400px;
    overflow-x: scroll;
  }
}
@media (min-width: 1700px) and (max-width: 2500px) {
  .responsive-chart-container {
    padding-left: 7%;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .responsive-chart-container {
    padding-left: 5%;
  }
}
@media (min-width: 1550px) and (max-width: 1600px) {
  .responsive-chart-container {
    padding-left: 2%;
  }
}
@media (max-width: 1600px) {
  .intent-tables-scroll {
    max-width: 1250px;
    overflow-x: scroll;
  }
}
@media (max-width: 1500px) {
  .intent-tables-scroll {
    max-width: 1150px;
    overflow-x: scroll;
  }
}
@media (max-width: 1400px) {
  .intent-tables-scroll {
    max-width: 1100px;
    overflow-x: scroll;
  }
}
@media (max-width: 1300px) {
  .intent-tables-scroll {
    max-width: 1000px;
    overflow-x: scroll;
  }
  .imm-modal--big {
    min-width: 900px!important;
  }
  .imm-modal--theme {
    min-width: 900px!important;
  }
  .imm-modal--theme--full {
    min-width: 80% !important;
  }
}
@media (max-width: 1200px) {
  .intent-tables-scroll {
    max-width: 900px;
    overflow-x: scroll;
  }
}
.btn-group-white {
  background-color: white;
  width: 15px;
  height: 15px;
  border: 3px solid steelblue;
  border-radius: 50%;
  padding-top: inherit !important;
  position: absolute;
}
.btn-group-gray {
  background-color: gray;
  width: 15px;
  height: 15px;
  border: 3px solid steelblue;
  border-radius: 50%;
  padding-top: inherit !important;
  position: absolute;
}
.btn-group-blue {
  background-color: blue;
  width: 15px;
  height: 15px;
  border: 3px solid steelblue;
  border-radius: 50%;
  padding-top: inherit !important;
  position: absolute;
}
.group-label {
  margin-left: 20px;
}
.mg-left-7 {
  margin-left: 7px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-25 {
  margin-left: 25px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-25 {
  margin-top: 25px;
}
.mg-left-5 {
  margin-left: 5px;
}
.imm-table--metrics__divisor_darker {
  background-color: #B5E5F9 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  font-family: inherit;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border: 1px solid gray;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 1px solid gray;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-checkbox-darker {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  font-family: inherit;
}
.container-checkbox-darker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 9.5px;
  height: 11px;
  width: 11px;
  background-color: #eee;
  border: 1px solid gray;
}
.check-absolute {
  position: absolute;
  top: 0;
  left: 9px;
}
.container-checkbox-darker input:checked ~ .checkmark {
  background-color: #ccc;
  border: 1px solid gray;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox-darker input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox-darker .checkmark:after {
  display: none;
  left: 6px;
  top: 1px;
  width: 0px;
  height: 15px;
  border: solid white;
  border-width: 0 0px 0px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checked-i-custom-r {
  margin-left: 28px !important;
  margin-top: 8px;
}
.checked-i-custom-d {
  margin-left: 28px !important;
  margin-top: 2px;
}
.iteractive-chat .frameHistoric {
  background: #F4F8FA;
  height: 480px;
  overflow: auto;
  padding: 0;
  position: relative;
}
.branched-editor-group {
  width: 300px;
}
.btn-last-message {
  background-color: #546E7A;
  border-radius: 12px;
  position: sticky;
  bottom: 10px;
  left: 45%;
  cursor: pointer;
  color: white;
}
.btn-last-message > span {
  color: white !important;
  background-color: transparent! important;
}
.btn-last-message > i {
  color: white;
}
.login-text {
  margin-left: 10px;
  padding-bottom: 35px;
  display: inline-block;
  color: #043263;
  font-size: 24px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.navbar-text {
  margin-left: 10px;
  color: white !important;
  display: inline-block;
  color: #043263;
  font-size: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.table-action {
  cursor: pointer;
}
.addOwnerButton {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: -140px;
  color: blue;
}
.incidence-owner-label {
  font-size: 13px;
  margin-left: 10px;
}
.btn-close-delete {
  position: absolute;
  top: 5px;
  font-size: 15px;
  right: 10px;
  color: black;
  cursor: pointer;
}
.switch-size {
  width: 35px;
  height: 22px;
}
.badge-notification:after {
  content: '';
  position: absolute;
  top: 0px;
  margin-left: 5px;
  font-size: .7em;
  background: red;
  color: white;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}
.last_update_label {
  color: #686868;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}
.last_status {
  color: #686868;
  font-weight: 700;
  font-size: 13px;
}
.votes_label {
  text-align: right;
}
.capitalizable_label {
  text-transform: capitalize !important;
}
.tree-title {
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
.tree-arrow-container {
  width: 10px;
}
.tree-group-title {
  font-size: 12px;
  cursor: pointer;
}
.tree-user-title {
  font-size: 11px;
  padding-left: 40px;
}
.tree-group {
  background-color: #F8FAFD !important;
  cursor: pointer;
}
.tree-row {
  text-transform: uppercase;
  background-color: #F8FAFD !important;
}
.tree-tbody {
  background-color: #F8FAFD;
}
/*.tree-tbody:hover{
    border-top: 2px solid #69A1D7;
    border-bottom: 2px solid #69A1D7;
    border-left: 3px solid #69A1D7;
    border-right: 3px solid #69A1D7;
}*/
.table-custom .table-item:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.table-custom-tree .table-item:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  /*box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
  -webkit-box-shadow: 1px -5px 5px -5px rgba(0, 0, 0, 0.3), 1px 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px -5px 5px -5px rgba(0, 0, 0, 0.3), 1px 5px 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px -5px 5px -5px rgba(0, 0, 0, 0.3), 1px 5px 5px -5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.modal-export-cnt {
  height: auto !important;
}
.modal-export-cnt .imm-datepicker .ng-datepicker {
  position: fixed !important;
}
.modal-export-cnt .datepicker-modal .ng-datepicker {
  right: -10px;
  position: fixed;
}
.answer-addbtn {
  text-align: right;
  margin-right: 20px;
}
.success-display {
  color: green;
  display: block;
  max-height: 40px;
  overflow: hidden;
  line-height: 1;
  padding: 5px 0;
}
.table-node {
  margin-top: 0px !important;
}
.buttons-node-right {
  text-align: right;
  padding-right: 45px;
  position: relative;
}
.title-node {
  padding-left: 20px;
}
.circle-blue {
  width: 12px;
  background-color: blue;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-violet {
  width: 12px;
  background-color: violet;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-yellow {
  width: 12px;
  background-color: yellow;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-aqua {
  width: 12px;
  background-color: aqua;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-red {
  width: 12px;
  background-color: red;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-green {
  width: 12px;
  background-color: green;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-orange {
  width: 12px;
  background-color: coral;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-chocolate {
  width: 12px;
  background-color: chocolate;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-gray {
  width: 12px;
  background-color: gray;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.circle-white {
  width: 12px;
  background-color: white;
  position: absolute;
  height: 12px;
  border-radius: 50%;
  margin-top: 5px !important;
  border: 1px solid steelblue;
}
.ico-tree {
  font-size: 15px !important;
}
.ico-disabled {
  color: gray !important;
}
.node-padding {
  padding-right: 0px;
}
.direct-chat-survey-options-question {
  text-align: left;
}
.direct-chat-survey-options-container {
  max-width: 70% !important;
}
.container-survey-options {
  display: flex;
  float: left;
  margin-bottom: .5rem!important;
  margin-right: -3px !important;
  margin-top: .5rem!important;
}
.direct-chat-survey-options-horizontal-text {
  text-align: left;
  word-break: break-word;
  border: 1px solid #337AB7;
  border-radius: 20px;
  color: #337AB7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 50px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-selected {
  color: white;
  background-color: #337AB7;
}
.ranking-tooltip tooltip tip {
  min-width: 300px !important;
}
.fa-info-circle {
  font-size: 15px !important;
}
._steady._ready tip {
  max-width: 800px !important;
}
.imm-select-answertree-table .ui-select-choices-content {
  height: 155px !important;
}
.imm-select-answertree-table .ui-select-search::placeholder {
  color: #969696;
  opacity: 1;
  /* Firefox */
}
.imm-select-answertree-table .ui-select-search:-ms-input-placeholder {
  color: #969696;
}
.imm-select-answertree-table .ui-select-search::-ms-input-placeholder {
  color: #969696;
}
.answer-title {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #171717;
}
.answer-title-node {
  font-size: 12px;
  color: #171717;
}
.answer-tree-button {
  padding-left: 5px !important;
}
.table-answer-input {
  /*width: 100% !important;
    border: 1px solid #DEDFE2 !important;
    height: 25px;
    margin-left: 10px !important;
    margin-top: 3px !important;
    max-width: 400px !important;*/
  width: 100% !important;
  border: 1px solid #DEDFE2 !important;
  height: 28px;
  margin-left: 10px !important;
  margin-top: 0px !important;
  max-width: 400px !important;
}
.table-button-addbutton {
  background-color: #186DB5;
  color: white;
  cursor: pointer;
  height: 28px;
  width: 95px;
  margin-left: 10px;
}
.table-button-addbutton:disabled {
  background-color: #B7B7B7;
}
.delete-disabled {
  color: #B7B7B7 !important;
}
.delete-ico-table {
  color: red;
}
.table-button-save {
  background-color: #186DB5;
  color: white;
  cursor: pointer;
  height: 30px;
  width: 90px;
  margin-top: 5px !important;
}
.table-button-cancel {
  background-color: #B7B7B7;
  color: white;
  height: 30px;
  width: 90px;
  cursor: pointer;
  margin-top: 5px !important;
}
.table-button-add {
  position: absolute;
  top: 7px;
}
.imm-modal-chat-answer .iteractive-chat .img-circle {
  width: 30px !important;
}
.imm-modal-chat-answer .direct-chat-survey-options-horizontal-text {
  line-height: 1.42857143;
  font-size: 12px;
}
.imm-modal-chat-answer .iteractive-chat .chat-list__data {
  max-width: calc(90%);
}
.imm-modal-chat-answer .iteractive-chat .chat-list__data-text {
  font-size: 12px;
}
.imm-modal-chat-answer .imm-modal__close-btn {
  z-index: 4000;
}
.imm-modal-chat-answer .iteractive-chat .chat-list {
  padding-top: 30px;
}
.imm-modal-chat-answer .iteractive-chat .input-send {
  width: 78% !important;
}
.imm-modal-chat-answer .iteractive-chat .btn-send {
  float: right !important;
}
.imm-modal-chat-answer .btn-back-responsive {
  width: 152px;
  height: 40px;
  border-radius: 4px;
  background-color: #7290a3;
  box-shadow: 0 2px 0 0 #5d7585;
  color: #fff;
  right: 30px;
  position: fixed;
  bottom: 10px;
  line-height: 2em;
  z-index: 999;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.imm-modal-chat-answer .iteractive-chat .btn-cnt {
  width: 70%;
  position: relative;
}
.imm-modal-chat-answer .iteractive-chat .text-r {
  float: left;
}
.imm-modal-chat-answer .imm-modal__cnt {
  padding-top: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.imm-modal-chat-answer .iteractive-chat .frame {
  height: 600px;
}
.imm-modal-chat-answer .iteractive-chat .frame2 {
  height: 600px;
}
.imm-modal-chat-answer .new-ui__welcome-msg {
  background-color: #02a5a5;
  padding: 1em;
  margin-left: -35%;
  margin-right: 0;
  width: calc(170%);
  padding-left: calc(38%);
  height: 136px;
  padding-top: 20px;
}
.imm-modal-chat-answer .new-ui__welcome-msg h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.imm-modal-chat-answer .new-ui__welcome-msg h4:after {
  content: '';
  display: block;
  width: 51px;
  height: 4px;
  margin-top: 5px;
  background-color: #fff;
}
.imm-modal-chat-answer .new-ui__welcome-msg p {
  font-size: 16px;
  margin-top: 1em;
  color: #fff;
}
.imm-select-short .ui-select-choices-content {
  height: 110px;
}
.table-auto {
  width: auto !important;
  max-width: 100%;
}
.fitwidth {
  width: 1px;
  white-space: nowrap;
}
.paragraph-text {
  font-size: 13px;
  font-weight: normal;
  margin: 0px 0px 1rem;
  color: #686868;
}
.paragraph-text li {
  font-size: 13px !important;
  margin: 0.5rem 0;
}
.paragraph-text ul,
.paragraph-text ol {
  font-size: 13px !important;
  margin: 0.5rem 0;
}
.tooltip-text {
  min-width: 500px;
  text-align: left;
  font-size: 11px;
}
.tooltip-text li {
  font-size: 11px;
  margin: 0 0;
}
.tooltip-text ul {
  font-size: 11px;
  margin: 2px 0;
}
.tooltip-text-modal {
  min-width: 300px;
  text-align: left;
  font-size: 11px;
}
.tooltip-text-modal li {
  font-size: 11px;
  margin: 0 0;
}
.tooltip-text-modal ul {
  font-size: 11px;
  margin: 2px 0;
}
.ico-circle-arrow {
  font-size: 15px;
  color: blue;
}
.icon-row .arrow {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.icon-row:hover .arrow {
  opacity: 1;
}
.loader-content {
  position: fixed;
  z-index: 9999;
  background: white;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
}
.loader-img {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-tree-ico {
  font-size: 15px;
  background-color: transparent;
  height: 28px;
  width: 28px;
  border-radius: 20px;
  line-height: 28px !important;
  text-align: center;
}
.table-tree-ico:hover {
  background-color: #e9eaea;
}
.table-tree-link-image {
  position: relative;
  margin-right: 20px;
}
.table-tree-link-pencil {
  position: relative;
  margin-right: 18px;
}
.table-tree-image {
  font-size: 15px;
  background-color: transparent;
  height: 28px;
  width: 28px;
  border-radius: 20px;
  padding-left: 6px;
  padding-right: 5px;
  position: absolute;
  left: 0px;
}
.table-tree-image-pencil {
  font-size: 15px;
  background-color: transparent;
  height: 28px;
  width: 28px;
  border-radius: 20px;
  padding-left: 7px;
  padding-right: 8px;
  position: absolute;
  left: 0px;
}
.table-tree-image-pencil:hover {
  background-color: #e9eaea;
}
.table-tree-image:hover {
  background-color: #e9eaea;
}
.imm-clear--level {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  margin-left: -35px;
  margin-top: 10px !important;
  top: 0;
  right: -25px;
}
.datepicker-custom-blue {
  border: 1px solid #004481;
  border-radius: 6px;
  float: right;
}
.datepicker-custom-blue .ng-datepicker-input {
  padding-left: 5px;
  color: #004481;
}
.extrp .small1 a {
  font-size: 10px !important;
  padding: 3px 6px !important;
}
.divHelpChat {
  padding-right: 24px;
  position: relative;
}
.divHelpChat .helpIconChat {
  position: absolute;
  right: 4px;
  top: 5px;
  z-index: 20;
}
.divHelpChat:after {
  content: '';
  width: 24px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #004481;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.div-central-input {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.div-central-input .left {
  width: 60%;
  background: #dadada;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 14px;
}
.div-central-input .answer {
  min-width: 30%;
  background: #dadada;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 14px;
  white-space: initial !important;
}
.div-central-input .answer p {
  margin-top: 5px !important;
}
.div-central-input .right {
  width: 40%;
  background: #dadada;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 2px 5px;
  max-width: 100px;
}
.select-custom-blue {
  border: 1px solid #004481;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
  padding-left: 5px;
  padding-right: 1.5rem;
  color: #004481;
  border-radius: 6px;
  background-position-x: calc(100%) !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(0, 68, 129, 1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.select-custom-blue:hover {
  background-position-x: calc(100%) !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(0, 68, 129, 1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
}
.select-custom-blue:focus {
  background-position-x: calc(100%) !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(74, 144, 226, 1)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
}
.button-custom-blue {
  position: relative;
  color: #004481;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  border: 1px solid #004481 !important;
  min-width: 138px;
  min-height: 27.4px;
  box-sizing: border-box;
  border-radius: 6px !important;
  background-color: transparent;
  cursor: pointer;
}
.button-custom-blue i {
  font-size: 13px;
  position: absolute;
  right: 16px;
  top: 8px;
  right: 5px;
}
.select-custom-blue option:hover {
  background-color: red !important;
  background: red !important;
}
.link-selected {
  color: green !important;
}
.pd-t15 {
  padding-top: 15px;
}
.GraphicsConsultIntentIndicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.GraphicsTimeDiference {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.GraphicsTimeDiference .highcharts-color-0 {
  fill: #cecece !important;
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-0 path {
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-0 .highcharts-point {
  fill: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-1 {
  fill: #d6381b !important;
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-1 path {
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-1 .highcharts-point {
  fill: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-2 {
  fill: #cecece !important;
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-2 path {
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-2 .highcharts-point {
  fill: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-3 {
  fill: #d6381b !important;
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-3 path {
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-3 .highcharts-point {
  fill: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-4 {
  fill: #cecece !important;
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-4 path {
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-4 .highcharts-point {
  fill: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-5 {
  fill: #d6381b !important;
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-5 path {
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-5 .highcharts-point {
  fill: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-6 {
  fill: #cecece !important;
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-6 path {
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-6 .highcharts-point {
  fill: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-7 {
  fill: #d6381b !important;
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-7 path {
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-7 .highcharts-point {
  fill: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-8 {
  fill: #cecece !important;
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-8 path {
  stroke: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-8 .highcharts-point {
  fill: #cecece !important;
}
.GraphicsTimeDiference .highcharts-color-9 {
  fill: #d6381b !important;
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-9 path {
  stroke: #d6381b !important;
}
.GraphicsTimeDiference .highcharts-color-9 .highcharts-point {
  fill: #d6381b !important;
}
.GraphicsTimesWaiting {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.GraphicsTimesWaiting .highcharts-color-0 {
  fill: #c9daf8 !important;
  stroke: #c9daf8 !important;
}
.GraphicsTimesWaiting .highcharts-color-1 {
  fill: #50ad80 !important;
  stroke: #50ad80 !important;
}
.GraphicsTimesWaiting .highcharts-color-2 {
  fill: #145ac8 !important;
  stroke: #145ac8 !important;
}
.GraphicsTimesWaiting .highcharts-color-3 {
  fill: #ed665a !important;
  stroke: #ed665a !important;
}
.GraphicsTimesWaiting .highcharts-color-4 {
  fill: #fdd258 !important;
  stroke: #fdd258 !important;
}
.GraphicsConsultIntentIndicatorsVotes {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/*@media (min-width: 1400px) { 
    .highcharts-container {
        height: 600px !important;
    }

    .highcharts-root  {
        height: 600px !important;
    }
}*/
.highcharts-container {
  height: 400px !important;
  font-family: 'montserrat' !important;
}
.highcharts-credits {
  display: none !important;
}
.highcharts-legend-item text {
  font-weight: normal !important;
}
.highcharts-root {
  height: 400px !important;
}
.GraphicsConsultDerivationIndicatorsForm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.input-copy {
  min-width: 40px !important;
  width: 440px;
  padding-left: 5px !important;
}
.environment-text {
  position: absolute;
  color: red !important;
  bottom: -1px;
  font-size: 13px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
}
.copyLink-tooltip tooltip tip {
  min-width: 115px !important;
}
.intent-status {
  position: absolute;
  background-color: green;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid gray;
  -webkit-transform: translateX(-50%);
}
.intent-status-select {
  position: absolute;
  background-color: green;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 15px;
  top: -2px !important;
  left: 11px !important;
  transform: translateX(-50%);
  border: 1px solid black;
  -webkit-transform: translateX(-50%);
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.modal-detail-textnumber {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #686868;
}
.modal-detail-table-title {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  color: #686868;
}
.dashboard .card-footer .imm-icon__chat-count {
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.3rem;
  right: -14px;
  top: -12px;
  font-size: .755rem;
  box-shadow: unset !important;
  font-family: "MontserratLigth";
  letter-spacing: 0px;
}
.dashboard .letter-one {
  letter-spacing: -1px !important;
}
.dashboard .check-button {
  position: absolute;
  top: 2px;
  z-index: 9999;
  left: 7px;
}
.dashboard .buttons-intent {
  padding-left: 8px;
  position: relative;
}
.dashboard .buttons-intent .fa-caret-down {
  position: absolute;
  top: 4px;
  margin-left: 18px;
  left: 7px;
}
.dashboard .buttons-intent .check-status {
  top: -15px;
  margin-left: 0px;
  cursor: pointer;
  width: 18px;
}
.dashboard .inbox-table-container .table-container-responsive {
  height: 250px;
  overflow-y: auto;
}
.dashboard .inbox-table tr:nth-child(odd) {
  background-color: white !important;
  cursor: pointer;
}
.dashboard .inbox-table tr {
  background-color: #F9F9F9;
  cursor: pointer;
}
.dashboard .inbox-table tr:hover {
  background-color: #F3F8FC;
}
.dashboard .inbox-table tr:hover .description {
  font-style: normal;
  font-weight: 700;
}
.dashboard .inbox-table tr:hover .response {
  font-weight: 500;
}
.dashboard .inbox-table tr:nth-child(odd):hover {
  background-color: #F3F8FC !important;
}
.dashboard .inbox-table tr:nth-child(odd):hover .description {
  font-style: normal;
  font-weight: 700;
}
.dashboard .inbox-table tr:nth-child(odd):hover .response {
  font-weight: 500;
}
.dashboard .inbox-table .description-td {
  padding-left: 7px;
  height: 40px;
  padding-top: 0;
  position: relative;
}
.dashboard .inbox-table .description-td .description {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  margin-left: 10px;
  top: 6px;
}
.dashboard .inbox-table .description-td .response {
  position: absolute;
  left: 17px;
  bottom: 6px;
  font-weight: 300;
  font-size: 11px;
}
.dashboard .intent-table td {
  position: relative;
  cursor: pointer;
}
.dashboard .intent-table tr:nth-child(odd):hover {
  background-color: #F3F8FC !important;
}
.dashboard .intent-table tr:hover {
  background-color: #F3F8FC !important;
}
.dashboard .intent-table tr:nth-child(odd) {
  background-color: white !important;
}
.dashboard .intent-table tr {
  background-color: #F9F9F9;
}
.dashboard .intent-table th {
  background: #E6E6E6;
  height: 24px;
  color: 686868;
  font-size: 10px;
  font-weight: 400;
}
.dashboard .intent-table th i {
  font-size: 12px;
  padding-right: 5px;
}
.dashboard .intent-table .description-colum {
  width: 430px;
}
.dashboard .intent-table .description-td {
  padding-left: 7px;
  height: 42px;
  padding-top: 0;
  position: relative;
}
.dashboard .intent-table .description-td .check-button {
  position: absolute;
  top: 6px;
}
.dashboard .intent-table .description-td .description {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  margin-left: 6px;
  top: 6px;
}
.dashboard .intent-table .description-td .response {
  font-family: 'MontserratLigth';
  position: absolute;
  left: 13px;
  bottom: 6px;
  font-weight: 300;
  font-size: 11px;
}
.dashboard .ranking-table th {
  background: #E6E6E6;
  height: 24px;
  color: 686868;
  font-size: 10px;
  font-weight: 400;
}
.dashboard .ranking-table th i {
  font-size: 12px;
  padding-right: 5px;
}
.dashboard .ranking-table .position-ranking {
  color: #686868;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}
.dashboard .ranking-table .score-ranking {
  font-weight: 300;
  font-size: 11px;
}
.dashboard .ranking-table .ownCommunity {
  color: white !important;
  background-color: rgba(0, 68, 129, 0.8) !important;
}
.dashboard .ranking-table .ownCommunity:hover td {
  color: #686868 !important;
}
.dashboard .ranking-table .ownCommunity:hover .response {
  font-weight: 500;
  color: #686868 !important;
}
.dashboard .ranking-table .ownCommunity:hover .position-ranking {
  color: #686868 !important;
  font-weight: 500;
}
.dashboard .ranking-table .ownCommunity:hover .score-ranking {
  color: #686868 !important;
}
.dashboard .ranking-table .ownCommunity .response {
  color: white !important;
}
.dashboard .ranking-table .ownCommunity td {
  color: white !important;
}
.dashboard .ranking-table .ownCommunity .position-ranking {
  color: white !important;
  font-weight: 500;
}
.dashboard .ranking-table .ownCommunity .score-ranking {
  color: white !important;
}
.dashboard .ranking-table .td-position {
  width: 35px;
  padding-left: 17px;
}
.dashboard .ranking-table td {
  position: relative;
  cursor: pointer;
}
.dashboard .ranking-table tr:nth-child(odd) {
  background-color: white;
}
.dashboard .ranking-table tr {
  background-color: white !important;
}
.dashboard .ranking-table tr:hover {
  background-color: #F3F8FC !important;
}
.dashboard .ranking-table tr:hover .description {
  font-style: normal;
  font-weight: 700;
}
.dashboard .ranking-table tr:hover .response {
  font-weight: 500;
}
.dashboard .ranking-table tr:hover .position-ranking {
  font-weight: 700;
}
.dashboard .ranking-table tr:nth-child(odd):hover {
  background-color: #F3F8FC !important;
}
.dashboard .ranking-table tr:nth-child(odd):hover .description {
  font-style: normal;
  font-weight: 700;
}
.dashboard .ranking-table tr:nth-child(odd):hover .response {
  font-weight: 500;
}
.dashboard .ranking-table tr:nth-child(odd):hover .position-ranking {
  font-weight: 700;
}
.dashboard .ranking-table .response {
  font-weight: 300;
  font-size: 11px;
  color: #686868;
}
.dashboard .ranking-table .description-td {
  height: 43px;
  position: relative;
  width: 400px;
}
.labelDetail {
  position: relative;
  color: #004481;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.check-log {
  margin-top: 0.5em;
  float: right;
  padding-right: 1.35em;
}
.check-log3 {
  display: block;
  text-align: right;
  width: 100%;
  margin: 0;
  margin-top: -9px;
  padding-right: 1.35em;
}
.inbox-count-label {
  color: #FF2035;
}
.status-intent-form {
  top: 4px;
  left: 10px;
  width: 8px;
  height: 8px;
}
.border-icons {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: gray;
}
.div-colors-select {
  top: 30px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 6px;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: red;
  border-left-color: green;
  border-right-color: orange;
  border-top-color: yellow;
  height: 0px;
  width: 0px;
  /* border: 1px solid black; */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.div-colors {
  position: absolute;
  top: -1px;
  left: 4px;
  border-radius: 6px;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: red;
  border-left-color: green;
  border-right-color: orange;
  border-top-color: yellow;
  height: 0px;
  width: 0px;
  /* border: 1px solid black; */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-month-selected td {
  border: 1px solid black;
  height: 35px;
}
.table-month-selected .number-td {
  width: 30px;
  max-width: 30px;
  text-align: center;
  padding-left: 0;
}
.table-month-selected .current-month {
  background-color: #2881d1;
  color: white;
}
.table-month-selected .first-month {
  background-color: #09467D;
  color: white;
}
.GraphicsTimeDiferenceExport {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.GraphicsTimeDiferenceExport .highcharts-container {
  height: 650px !important;
}
.GraphicsTimeDiferenceExport .highcharts-background {
  height: 360px !important;
}
.highcharts-button {
  display: none;
}
.label-visibility-title {
  color: #004481;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
}
.label-visibility-text {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #748AA1;
  line-height: 21px;
}
.visibilityModal-button {
  margin-top: 20px;
}
.visibilityModal-button .card-table-SendButton {
  width: 179px;
  height: 48px;
  border-radius: 35px;
  margin-right: 28px;
}
.visibilityModal-button .card-table-DeleteButton {
  width: 179px;
  height: 48px;
  border-radius: 35px;
}
.priorityUser-no {
  background: #bdbdbd;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.priorityUser-1 {
  background: #dd1515;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.priorityUser-2 {
  background: #dd5e15;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.priorityUser-3 {
  background: #dbdd4d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.priorityUser-false {
  background: #F2A102;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.divPriorityTop {
  display: flex;
  align-items: center;
  padding: 0rem 1rem;
  margin-bottom: -20px;
}
.divPriorityTop .checkPriority {
  margin-right: 12px;
}
.divPriorityTop .custom-check {
  margin-left: 10px;
  transform: scale(0.6);
}
.not-forms-text {
  color: #004481;
  font-weight: 500;
  font-size: 1.5rem;
}
.centerImg {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute;
}
.divBorderPriority {
  border-left: 8px solid #43D795;
}
.importChatOdd {
  color: #353535 !important;
  border-radius: 10px;
}
.importChatOdd.priority-1 {
  background: #dd1515 !important;
}
.importChatOdd.priority-2 {
  background: #dd5e15 !important;
}
.importChatOdd.priority-3 {
  background: #dbdd4d !important;
}
.importChatNotOdd {
  color: #6b6b6b !important;
  border-radius: 10px;
}
.importChatNotOdd.priority-1 {
  background: #f88f8f !important;
}
.importChatNotOdd.priority-2 {
  background: #e69c72 !important;
}
.importChatNotOdd.priority-3 {
  background: #e9eb9b !important;
}
.img-attachment {
  max-height: 100px;
  object-fit: contain;
  margin-top: 6px;
  border-radius: 2px;
}
.dragging {
  position: relative;
}
.dragging .helpDivDrop {
  display: block !important;
  position: absolute;
  top: 50% !important;
  left: 44% !important;
  background: #efefef;
  padding: 20px 40px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.dragging .input-send {
  border: 2px #ccc dashed !important;
  text-align: center !important;
  background: #aab4b4 !important;
  padding: 80px 0px !important;
}
.extrp {
  width: max-content;
  text-align: center;
  margin: auto;
  margin-top: 1.5em;
}
.expandChat {
  position: fixed;
  right: 0;
  z-index: 100;
  top: 50%;
}
.expandChat .fa {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 1px 1px #dadada;
  background: #003c70;
  display: grid;
  margin: auto;
  text-align: center;
  line-height: 26px;
  color: white;
}
.help-input {
  padding: 0.375rem 0.75rem;
  background-color: #e5e5e5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 2px 0;
  color: #494949;
}
.div_question_input {
  width: 100% !important;
  display: flex;
}
.div_question_input .col_question {
  margin-left: 10px;
  margin-right: 10px;
}
.div_question_input .input_question {
  display: block;
  margin-left: 0px !important;
  margin-top: 5px !important;
}
.div_question_input .btn-add-option {
  float: right;
}
.margin_right_20 {
  margin-right: 20px !important;
}
.margin_left_20 {
  margin-left: 20px !important;
}
.pull-right {
  float: right !important;
}
.btn-trash-option {
  position: absolute !important;
  right: -20px !important;
  color: red !important;
  top: 5px;
}
.position-relative {
  position: relative !important;
}
.text-danger {
  color: red !important;
}
.display-block {
  display: block !important;
}
.div-message {
  margin-left: 10px !important;
  margin-top: 10px !important;
}
.margin-top {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.btn-help-online {
  font-size: 20px !important;
  margin-top: 3px !important;
  color: gray !important;
}
.btn-help-online:hover {
  cursor: pointer !important;
}
.check-div-z-index {
  z-index: 999 !important;
  position: relative !important;
  display: inline-block !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.imm-container-panel .imm-expansion-panel .imm-panel_header {
  font-size: 1.5rem;
  padding: 1rem 0rem;
  border-bottom: 2px solid black;
  cursor: pointer;
}
.imm-container-panel .imm-expansion-panel .imm-panel_content {
  padding: 1.5rem 0rem;
  border-bottom: 1px solid gainsboro;
}
.imm-container-panel .imm-expansion-panel .imm-panel_content .imm-panel_chart {
  display: flex;
  justify-content: center;
}
.imm-container-panel .imm-expansion-panel .imm-panel_content .imm-panel_chart .imm-panel_histogram .highcharts-root {
  height: 175px !important;
}
.imm-container-panel .imm-expansion-panel .imm-panel_content .imm-panel_chart .imm-panel_histogram .highcharts-container {
  height: 175px !important;
}
.imm-bg_green {
  background-color: green !important;
  color: white !important;
  font-weight: 800;
}
.imm-bg_green td {
  color: white !important;
  font-weight: 800;
}
.imm-bg_orange {
  background-color: orange !important;
  color: black !important;
  font-weight: 500;
}
.imm-bg_orange td {
  color: black !important;
  font-weight: 500;
}
.imm-bg_red {
  background-color: red !important;
  color: white !important;
  font-weight: 800;
}
.imm-bg_red td {
  color: white !important;
  font-weight: 800;
}
.imm-bg_yellow {
  background-color: #fdbd2c !important;
  color: black !important;
  font-weight: 500;
}
.imm-bg_yellow td {
  color: black !important;
  font-weight: 500;
}
.imm-color_white {
  color: white !important;
  font-weight: 800;
}
.imm-td_form {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}
.imm-td_form .imm-td_input {
  flex-grow: 1;
}
.imm-indicator_container .imm-indicator_title span,
.imm-indicator_container .imm-indicator_title button {
  vertical-align: middle;
}
.imm-indicator_container .imm-indicator_item .imm-indicator_box {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
.imm-indicator_container .imm-indicator_item .imm-green {
  background-color: green;
}
.imm-indicator_container .imm-indicator_item .imm-orange {
  background-color: orange;
}
.imm-indicator_container .imm-indicator_item .imm-red {
  background-color: red;
}
.imm-form_container {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.imm-form_container .imm-form_options {
  display: inline-block;
}
.imm-form_container .imm-form_options label {
  vertical-align: middle;
}
.imm-form_container .imm-form_options input[type='checkbox'] {
  vertical-align: middle;
}
.imm-form_container .imm-btn {
  width: 100px;
}
.imm-form_container textarea {
  background-color: #F8F8F8;
}
.scroll-container-msg {
  margin-top: -15px !important;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px !important;
}
.text-msg {
  padding: 5px 12px;
  background-color: #003c70 !important;
  border-radius: 10px !important;
  color: white !important;
  margin-right: 10px !important;
  font-size: 0.9rem !important;
  word-wrap: break-word !important;
  display: inline-block;
}
.text-msg:hover {
  cursor: pointer;
}
.imm-container-dashboard_counter {
  margin: 1rem 0rem;
}
.imm-container-dashboard_counter .imm-tabs {
  margin: 0rem;
}
.imm-container-dashboard_counter hr {
  margin: 1.5rem 0rem;
}
.imm-container-dashboard_counter .imm-frm__fldgrp button {
  margin-top: auto;
  margin-left: 1rem;
}
.imm-container-dashboard_counter .imm-counter_row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col {
  width: calc(25% - 1rem);
  display: flex;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box {
  margin: auto;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box .imm-counter_circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 800;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box .circle_green {
  background-color: green;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box .circle_red {
  background-color: red;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box .circle_orange {
  background-color: orange;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box .circle_blue {
  background-color: #003c70;
}
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box h2,
.imm-container-dashboard_counter .imm-counter_row .imm-counter_col .imm-counter_box h3 {
  margin: 0.5rem 0rem;
}
.btn-user-info {
  position: absolute;
  top: 0px;
  right: -30px;
  font-size: 1.5rem;
}
.hidden-item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, height 0.5s ease-out;
}
.visible-item {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in, height 0.5s ease-in;
}
.text-user-ask-detail {
  margin-top: 10px !important;
}
.text-user-ask-detail li {
  color: #686868;
  margin-top: 0px !important;
  font-size: 1em !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.alert-container {
  position: fixed;
  top: 240px;
  right: 10px;
  transform: translateY(-50%);
  width: 320px;
  height: 400px;
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 100;
}
.alert-container .alert-container.show {
  right: 0;
}
.alert-container .alert-content {
  padding: 10px;
}
.alert-container .card {
  clear: both;
  position: relative;
  background-color: #ffd0d0;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.alert-container .card h3 {
  font-weight: 777;
  margin-bottom: 0px;
}
.alert-container .resolved {
  background-color: #c7eed4 !important;
}
.alert-container .alert-icon {
  position: absolute;
  top: 30%;
  right: 15px;
  font-size: 1.6em;
}
.alert-container .buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.alert-container .buttons button {
  flex: 1;
  margin: 5px;
  padding: 6px;
  color: white !important;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.alert-container .btn-red {
  background-color: #dc3545 !important;
}
.alert-container .btn-red:hover {
  background-color: #ffffff !important;
  color: #dc3545 !important;
}
.alert-container .btn-green {
  background-color: #28a745 !important;
}
.alert-container .btn-green:hover {
  background-color: #ffffff !important;
  color: #28a745 !important;
}
.alert-container button:disabled {
  background-color: #777777;
  cursor: not-allowed;
}
.alert-container .btn-okey {
  background-color: #dc3545 !important;
  color: white !important;
  margin-bottom: 20px !important;
  float: right;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 5px 10px !important;
}
.alert-container .btn-okey:hover {
  background-color: #ffffff !important;
  color: #dc3545 !important;
}
.alert-container .alert-title {
  margin-bottom: 10px !important;
  font-size: 1.2em;
  font-weight: 777;
}
.imm-analyst_table {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-top: 0rem;
}
.imm-analyst_table td {
  cursor: pointer;
  font-weight: 800;
}
.imm-analyst_table .imm-analyst_text {
  text-align: start;
}
.imm-analyst_table th {
  white-space: wrap;
  line-height: 1.5;
  font-size: 1rem;
}
.imm-analyst_table th,
.imm-analyst_table td {
  text-align: center;
  padding: 1rem 0.75rem;
}
.imm-analyst_table .status {
  display: inline-block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.imm-analyst_table .imm-text_big {
  font-size: 1.3rem;
}
.imm-analyst_table .imm-text_medium {
  font-size: 1.2rem;
}
.imm-analyst_table .imm-text_small {
  font-size: 1rem;
}
.imm-solution_link a {
  float: left;
  color: #23527c;
  font-size: .9rem;
  text-decoration: underline;
  cursor: pointer;
}
.imm-toast_container {
  position: fixed;
  top: 0;
  right: 1rem;
  line-height: 1.5rem;
  font-size: 1.125rem;
}
.modal-alert-container {
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}
.modal-alert-content {
  position: relative;
  margin-top: 5% !important;
  background-color: #f5f5f5;
  z-index: 10000;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 800px;
  min-width: 300px;
  max-height: 80vh;
  /* Allow scrolling inside the modal if needed */
  overflow-y: auto;
  /* Add vertical scrollbar if needed */
}
.modal-alert-content .alert-content {
  padding: 10px;
}
.modal-alert-content .card {
  clear: both;
  position: relative;
  background-color: #ffd0d0;
  margin-bottom: 30px;
  padding: 15px;
  padding-left: 70px !important;
  border-radius: 5px;
}
.modal-alert-content .card h3 {
  font-weight: 777;
  margin-bottom: 5px;
  font-size: 1.4em;
}
.modal-alert-content .card p {
  margin-bottom: 5px;
  font-size: 1.2em;
}
.modal-alert-content .resolved {
  background-color: #c7eed4 !important;
}
.modal-alert-content .alert-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2.5em;
}
.modal-alert-content .alert-icon-red {
  color: #dc3545;
}
.modal-alert-content .alert-icon-green {
  color: #28a745;
}
.modal-alert-content .buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.modal-alert-content .buttons button {
  flex: 1;
  margin: 5px;
  padding: 6px;
  color: white !important;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.modal-alert-content .btn-red {
  background-color: #dc3545 !important;
}
.modal-alert-content .btn-red:hover {
  background-color: #ffffff !important;
  color: #dc3545 !important;
}
.modal-alert-content .btn-green {
  background-color: #28a745 !important;
}
.modal-alert-content .btn-green:hover {
  background-color: #ffffff !important;
  color: #28a745 !important;
}
.modal-alert-content button:disabled {
  background-color: #777777;
  cursor: not-allowed;
}
.modal-alert-content .btn-okey {
  background-color: #dc3545 !important;
  color: white !important;
  margin-bottom: 20px !important;
  float: right;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 10px 20px !important;
  font-size: 1.3em;
}
.modal-alert-content .btn-okey:hover {
  background-color: #ffffff !important;
  color: #dc3545 !important;
}
.modal-alert-content .alert-title {
  margin-bottom: 10px !important;
  font-size: 1.2em;
  font-weight: 777;
}
.imm-table_form {
  border: 1px black solid;
}
.imm-table_form .imm-table-form_input {
  width: 100%;
  border: 1px black solid;
}
.text-dark-chat {
  font-weight: 999 !important;
}
.text-dark-chat-sucursal {
  font-weight: 999 !important;
  font-style: italic !important;
}
.text-dark-chat-sucursal.bg-yellow-chat-sucursal {
  background-color: #fbbc04;
  padding-right: 1rem;
  border-radius: 10px;
}
.text-green-chat {
  font-weight: 999 !important;
  font-style: italic !important;
  background-color: #42d742;
  padding-right: 1rem;
  border-radius: 10px;
}
@media screen {
  html {
    font-size: 13px;
    line-height: 1.4rem;
  }
  body {
    min-width: 860px;
  }
  .imm-wa {
    padding: 12px 20px 55px;
  }
  .imm-wa__full {
    margin-right: -1rem;
  }
  .imm-wa__full .imm-cstm__cntr {
    margin-right: .65rem;
  }
  .imm-blk {
    width: 500px;
  }
}
/* MEDIA RESP  mayor 1200  and menor 1326*/
@media (max-width: 1366px) {
  .imm-menu .imm-menu__wrp {
    padding-top: 40px !important;
  }
  .imm-user__toggle {
    padding: 0 26px 3px;
  }
  .imm-menu__nav-item {
    padding: 8px 22px;
  }
  .imm-menu__nav {
    overflow-y: auto;
  }
}
/* MEDIA RESP  mayor 1024  and menor 1200*/
@media (max-width: 1200px) {
  .imm-menu .imm-menu__wrp {
    padding-top: 40px !important;
  }
  .imm-user__toggle {
    padding: 0 26px 2px;
  }
  .imm-menu__nav-item {
    padding: 7px 22px;
  }
  .imm-menu__nav {
    overflow-y: auto;
  }
}
@media (min-width: 1024px) {
  .imm-user__tools {
    background-color: #DDDDDD !important;
  }
  .imm-menu__nav {
    overflow-y: auto;
  }
}
@media screen and (min-height: 701px) and (max-height: 750px) {
  .imm-menu__nav {
    height: 650px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 651px) and (max-height: 700px) {
  .imm-menu__nav {
    height: 600px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 601px) and (max-height: 650px) {
  .imm-menu__nav {
    height: 540px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 551px) and (max-height: 600px) {
  .imm-menu__nav {
    height: 490px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 501px) and (max-height: 550px) {
  .imm-menu__nav {
    height: 440px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 461px) and (max-height: 500px) {
  .imm-menu__nav {
    height: 400px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 400px) and (max-height: 460px) {
  .imm-menu__nav {
    height: 330px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 350px) and (max-height: 399px) {
  .imm-menu__nav {
    height: 280px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 300px) and (max-height: 349px) {
  .imm-menu__nav {
    height: 230px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 250px) and (max-height: 299px) {
  .imm-menu__nav {
    height: 180px !important;
    overflow-y: auto;
  }
}
@media screen and (min-height: 200px) and (max-height: 249px) {
  .imm-menu__nav {
    height: 130px !important;
    overflow-y: auto;
  }
}
/* 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, .imm-icon__chat-count, .imm-icon__derived-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 */
  .ngdialog-overlay,
  .imm-modal-backdrop {
    margin-left: 95px;
  }
  .imm-modal--big {
    min-width: 70rem;
    margin-right: 8rem;
  }
  /* POPUP -- END */
  /*USER*/
  .imm-user {
    display: none;
  }
  .navbar-text {
    display: none;
  }
  .imm-logo-navbar {
    display: none;
  }
}
/*Heigth*/
@media (max-height: 820px) {
  .listchat-container-messages-access {
    height: 53vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 39vh !important;
  }
  .listchat-container-messages {
    height: 49vh;
  }
  .listchat-container-messages-cut {
    height: 36vh !important;
  }
}
@media (max-height: 800px) {
  .listchat-container-messages-access {
    height: 51vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 37vh !important;
  }
  .listchat-container-messages {
    height: 47vh;
  }
  .listchat-container-messages-cut {
    height: 34vh !important;
  }
}
@media (max-height: 780px) {
  .listchat-container-messages-access {
    height: 49vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 34vh !important;
  }
  .listchat-container-messages {
    height: 46vh;
  }
  .listchat-container-messages-cut {
    height: 32vh !important;
  }
  .imm-modal__cnt {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-height: 760px) {
  .listchat-container-messages-access {
    height: 47vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 32vh !important;
  }
  .listchat-container-messages {
    height: 44vh;
  }
  .listchat-container-messages-cut {
    height: 30vh !important;
  }
}
@media (max-height: 740px) {
  .listchat-container-messages-access {
    height: 46vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 31vh !important;
  }
  .listchat-container-messages {
    height: 42vh;
  }
  .listchat-container-messages-cut {
    height: 28vh !important;
  }
  .imm-modal__cnt {
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/*Heigth*/
@media (max-height: 720px) {
  .listchat-container-messages-access {
    height: 45vh !important;
  }
  .listchat-container-messages {
    height: 40vh;
  }
  .listchat-container-messages-cut {
    height: 25vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 30vh !important;
  }
  .imm-modal__cnt {
    max-height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/*Heigth*/
@media (max-height: 700px) {
  .listchat-container-messages-access {
    height: 43vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 28vh !important;
  }
  .listchat-container-messages {
    height: 38vh;
  }
  .listchat-container-messages-cut {
    height: 23vh !important;
  }
}
@media (max-height: 680px) {
  .listchat-container-messages-access {
    height: 41vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 26vh !important;
  }
  .listchat-container-messages {
    height: 36vh;
  }
  .listchat-container-messages-cut {
    height: 22vh !important;
  }
  .imm-modal__cnt {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-height: 660px) {
  .listchat-container-messages-access {
    height: 39vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 24vh !important;
  }
  .listchat-container-messages {
    height: 34vh;
  }
  .listchat-container-messages-cut {
    height: 20vh !important;
  }
}
@media (max-height: 640px) {
  .listchat-container-messages-access {
    height: 37vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 22vh !important;
  }
  .listchat-container-messages {
    height: 32vh;
  }
  .listchat-container-messages-cut {
    display: none;
  }
  .imm-modal__cnt {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-height: 620px) {
  .listchat-container-messages-access {
    height: 35vh !important;
  }
  .listchat-container-messages-access-cut {
    height: 20vh !important;
  }
  .listchat-container-messages {
    height: 30vh;
  }
  .listchat-container-messages-cut {
    display: none;
  }
}
@media (max-height: 600px) {
  .listchat-container-messages-access-cut {
    display: none;
  }
  .listchat-container-messages-access {
    height: 33vh !important;
  }
  .listchat-container-messages {
    height: 28vh;
  }
  .listchat-container-messages-cut {
    display: none;
  }
  .imm-modal__cnt {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-height: 560px) {
  .listchat-container-messages-access {
    height: 30vh !important;
  }
  .listchat-container-messages {
    height: 26vh;
  }
  .imm-modal__cnt {
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-height: 520px) {
  .imm-modal__cnt {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-height: 460px) {
  .listchat-container-messages {
    display: none;
  }
  .imm-modal__cnt {
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'montserrat';
  src: url('montserrat-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratLigth';
  src: url('montserrat-light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Light.ttf') format('truetype');
}
