/* BASE64 PATTERNS */
/* MIXINS */
.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: #0f1b6a;
}
.imm-wa__full .imm-cstm__grid:hover .imm-cstm__grid-25-two {
  border-color: #0f1b6a;
}
.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;
  margin-right: 20px;
}
.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;
}
.pager {
  margin-right: 0.5em;
}
.activePage {
  background: #0f1b6a;
  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__detail {
  float: left;
  color: #0f1b6a;
  font-size: .9rem;
  text-decoration: underline;
  cursor: pointer;
}
.imm-link__detail::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/icons/details-ico-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: -3px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.table-vrt-top td {
  vertical-align: top;
  padding: 0.5em;
}
*::-ms-clear {
  display: none;
}
.field-filter {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 180px;
  height: 17px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1rem;
  background-color: white !important;
}
.field-filter[readonly],
.field-filter:read-only {
  background-color: white !important;
}
.field-filter::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 10px;
  line-height: 1rem;
}
.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;
}
.ui-select-choices.ui-select-dropdown.selectize-dropdown {
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.ns-popover-custom-theme {
  background: #f0f0f0;
  -webkit-box-shadow: 0 1px 3px #6f6f6f;
  -moz-box-shadow: 0 1px 3px #6f6f6f;
  box-shadow: 0 1px 3px #6f6f6f;
  width: auto;
}
.ns-popover-custom-theme 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: 999;
  color: #363B3F;
  transition: color 0.15s ease-in;
}
.imm-table-datepicker .imm-datepicker > div:first-child:hover input {
  border-color: #000000;
}
.imm-table-datepicker .imm-datepicker > div:first-child:hover:after {
  color: #000000;
}
.imm-table-datepicker .imm-datepicker .ng-datepicker-input {
  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;
}
.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;
}
.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-warning {
  color: #3c763d;
  background-color: #ffd11a;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.alert-server-warning 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: #337AB7;
  height: 500px;
  overflow: hidden;
  padding: 0;
}
.iteractive-chat .frame > div:last-of-type {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
}
.iteractive-chat .macro {
  width: 85%;
  border-radius: 5px;
  padding: 5px;
  display: flex;
}
.iteractive-chat .timeline-content {
  text-align: center;
  color: #fff;
  border-bottom: solid 1px #fff;
  position: relative;
  margin: 5px 0 30px 0;
}
.iteractive-chat .timeline-content span {
  position: relative;
  top: 10px;
  overflow: hidden;
  background: #337AB7;
  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-l {
  float: left;
  padding-right: 10px;
}
.iteractive-chat .text-r {
  float: right;
  padding-left: 10px;
}
.iteractive-chat .msj {
  float: left;
  background: white;
}
.iteractive-chat .msj-rta {
  float: right;
  background: whitesmoke;
}
.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;
}
.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;
}
.iteractive-chat .msj-btn {
  float: right;
  background: #337AB7;
  border-radius: 0;
}
.iteractive-chat .img-circle {
  position: relative;
  bottom: 10px;
  width: 45px;
  border-radius: 50%;
}
.iteractive-chat .chat-list {
  width: 95%;
  list-style-type: none;
  padding: 18px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.iteractive-chat .chat-list li + li {
  margin-top: 0.5rem;
}
.iteractive-chat .chat-list li:last-child {
  margin-bottom: 0.5rem;
}
.iteractive-chat .chat-list__data {
  min-width: 25%;
  width: auto;
}
.iteractive-chat .chat-list__data-date {
  margin-bottom: 0;
  color: #337AB7;
  font-size: 1rem;
}
.iteractive-chat .chat-list__data-text {
  margin: 0;
  font-size: 1rem;
}
.iteractive-chat .btn-cnt {
  width: 100%;
  padding: 0;
  display: block;
}
.iteractive-chat .input-send {
  border: none;
  background: #fff;
  width: 90%;
  padding: 6px;
  border-radius: 5px;
}
.iteractive-chat .btn-send {
  width: 9%;
  border: solid 1px;
}
.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;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  height: 100vh;
  height: auto;
  font-family: '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: 'Arial', serif;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0f1b6a;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
::-moz-selection {
  background-color: #DDDDDD;
  color: #0f1b6a;
}
::selection {
  background-color: #DDDDDD;
  color: #0f1b6a;
}
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;
}
.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-color: #0f1b6a;
}
.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: #76838B;
  font-weight: 700;
  font-size: .875rem;
  position: relative;
  transition: background-color 0.2s ease-in, box-shadow 0.15s ease-in, width 0.05s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-menu__nav-item .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: 2rem;
}
.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: 'Arial', serif;
}
.imm-wa__subtitle {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 1.5rem;
  position: relative;
  font-family: '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: #0f1b6a;
  cursor: pointer;
}
.imm-wa__info-icon {
  opacity: .4;
  width: 40px;
  height: 40px;
  display: block;
  margin: 1rem auto;
}
.imm-project-id {
  font-family: '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: 'Arial', serif;
  font-size: .875rem;
  text-decoration: underline;
}
.imm-featured-link:hover {
  color: #0f1b6a;
}
.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;
}
form,
input,
textarea,
select,
option,
button {
  font-family: '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: #0f1b6a;
}
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: #0f1b6a;
}
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: #0f1b6a;
}
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-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: 0rem;
}
.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: #0f1b6a;
}
.imm-frm__lbl-name {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.125rem;
  display: block;
  font-family: 'Arial', serif;
  font-size: .875rem;
  color: #333333;
  font-weight: 400;
  transition: color 0.2s ease-in;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-frm__lbl--error .imm-frm__lbl-name {
  color: #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: #0f1b6a;
}
.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: #0f1b6a;
}
.imm-form--hollow * + .imm-frm__fld {
  margin-top: 20px;
}
.imm-form--hollow .imm-frm__lbl-name {
  font-family: '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;
}
.overlay-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  height: 100%;
  width: 100%;
}
.overlay-spinner--content {
  display: inline-block;
  color: #fff;
  transform: translateY(-100%);
  /* background: #ffffff; */
  animation-name: modal;
  animation-duration: .15s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  text-align: center;
  margin-left: 25%;
  margin-top: 20% !important;
  width: 50%;
}
.overlay-spinner--content h3 {
  font-size: 30px;
  width: 100%;
}
.overlay-spinner--content i {
  font-size: 40px;
}
.imm-btn {
  display: inline-block;
  padding: .0625rem 1rem;
  line-height: 2rem;
  height: 2.125rem;
  font-size: .8rem;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0f1b6a;
  border-bottom: 1px solid #09103d;
  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:active,
.imm-btn:hover {
  background-color: #122180;
  border-color: #0c1554;
}
.imm-btn:active {
  background-color: #09103d;
  border-color: #060a27;
}
.imm-btn[disabled] {
  background: #F8F8F8;
  border: #333333;
  color: #333333;
}
.imm-btn--alt {
  background-color: #E5E5E5;
  color: #666666;
  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: #122180;
  border-color: #0c1554;
}
.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: #0f1b6a;
}
.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-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);
}
td {
  padding: .5rem 1rem;
  font-size: .75rem;
}
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 #0f1b6a;
  border-right: 4px solid #0f1b6a;
}
.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: #0f1b6a;
}
.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: #0f1b6a;
  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;
}
.checkpoint-img {
  width: 20%;
  margin: 20px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  border: 1px dashed #ccc;
}
.ui-select-search {
  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,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAL0lEQ…YCgBEkj09hQEAAI1gRLoUgBSA5uCJ0hTAFGIpgCpEVgMQA9LkTFUnWvw0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  outline: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.confidence {
  margin-top: 10px;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.confidence--green {
  background-color: green;
}
.confidence--yellow {
  background-color: yellow;
}
.confidence--red {
  background-color: red;
}
@font-face {
  font-family: "icons";
  src: url("/styles/imm-iconfont.eot?8f40bb58aa442e90e8445098e50186c7");
  src: url("/styles/imm-iconfont.eot?#iefix") format("embedded-opentype"), url("/styles/imm-iconfont.woff?8f40bb58aa442e90e8445098e50186c7") format("woff"), url("/styles/imm-iconfont.ttf?8f40bb58aa442e90e8445098e50186c7") 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--chevron-right-ico:before {
  content: "\f106";
}
.imm-icon--cierre-ico:before {
  content: "\f107";
}
.imm-icon--close-big-ico:before {
  content: "\f108";
}
.imm-icon--close-modal:before {
  content: "\f109";
}
.imm-icon--close-session:before {
  content: "\f10a";
}
.imm-icon--cog-ico:before {
  content: "\f10b";
}
.imm-icon--countries-ico:before {
  content: "\f10c";
}
.imm-icon--delete_entry-ico:before {
  content: "\f10d";
}
.imm-icon--details-ico-blue:before {
  content: "\f10e";
}
.imm-icon--details-ico:before {
  content: "\f10f";
}
.imm-icon--download-ico:before {
  content: "\f110";
}
.imm-icon--errors-ico:before {
  content: "\f111";
}
.imm-icon--excel-download:before {
  content: "\f112";
}
.imm-icon--filters:before {
  content: "\f113";
}
.imm-icon--hamburger-ico:before {
  content: "\f114";
}
.imm-icon--icon-process-budget:before {
  content: "\f115";
}
.imm-icon--icon-process-document:before {
  content: "\f116";
}
.imm-icon--icon-process-project:before {
  content: "\f117";
}
.imm-icon--icon-tipo-N:before {
  content: "\f118";
}
.imm-icon--icon-tipo-T:before {
  content: "\f119";
}
.imm-icon--interfaces-ico:before {
  content: "\f11a";
}
.imm-icon--list-icon-attachment:before {
  content: "\f11b";
}
.imm-icon--list-icon-link:before {
  content: "\f11c";
}
.imm-icon--log-ico:before {
  content: "\f11d";
}
.imm-icon--notificaciones-ico:before {
  content: "\f11e";
}
.imm-icon--pencil-ico:before {
  content: "\f11f";
}
.imm-icon--plus-ico:before {
  content: "\f120";
}
.imm-icon--presupuesto-ico:before {
  content: "\f121";
}
.imm-icon--proyectos-ico:before {
  content: "\f122";
}
.imm-icon--reportes-ico:before {
  content: "\f123";
}
.imm-icon--ringfence-ico:before {
  content: "\f124";
}
.imm-icon--thumbsup-ico:before {
  content: "\f125";
}
.imm-icon--tick-ico:before {
  content: "\f126";
}
.imm-icon--users-ico:before {
  content: "\f127";
}
.imm-icon--warning-ico:before {
  content: "\f128";
}
.imm-icon--zoom-ico:before {
  content: "\f129";
}
.imm-icon {
  background-size: cover;
  position: relative;
}
.imm-icon__notification-count,
.imm-icon__chat-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--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--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-bc-item {
  font-family: '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: #0f1b6a;
  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: '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: rgba(255, 255, 255, 0.2);
  color: #333333;
}
.imm-select .ui-select-dropdown[style*="top"]:before {
  top: auto;
  bottom: -6px;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.imm-select .ui-select-choices-content {
  border-radius: 2px;
  overflow-y: scroll;
  overflow-x: auto;
}
.imm-select .ui-select-choices-row {
  padding: .275rem 1rem;
  font-size: .75rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.imm-select .ui-select-choices-row:hover {
  background: #0f1b6a;
  color: #ffffff;
}
.imm-select .ui-select-choices-row:hover .ui-select-choices-row-inner {
  color: #ffffff;
}
.imm-select .ui-select-search {
  border-bottom: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.imm-select.imm-select--input span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.imm-select.imm-select--input .selectize-input:after {
  display: none;
}
.imm-select.imm-select--input .selectize-input.open,
.imm-select.imm-select--input .selectize-input.focus {
  border-color: #0f1b6a;
}
.imm-select.imm-select--input .selectize-input.open:before,
.imm-select.imm-select--input .selectize-input.focus:before {
  color: #0f1b6a;
}
.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 #0f1b6a;
}
.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: bold;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-tabs__item:hover {
  background-color: #dfdfdf;
}
.imm-tabs__item--selected {
  background-color: #0f1b6a;
  color: #ffffff;
}
.imm-tabs__item--selected:hover {
  background-color: #060a27;
}
.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: #0f1b6a;
  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;
  width: 630px;
}
.imm-modal--big {
  animation-name: modal;
  min-width: 1040px;
}
.imm-modal__header {
  background: #F8F8F8;
  line-height: 25px;
  padding: 12.5px 38px 12.5px 20px;
  position: relative;
}
.imm-modal__title {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 25px;
}
.imm-task__subtitle {
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem !important;
  line-height: 25px;
}
.imm-modal__close-btn {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
.imm-modal__cnt {
  padding: 30px 40px 15px 40px;
}
.imm-modal__actions {
  border-top: 1px solid #F8F8F8;
  text-align: right;
  padding: 10px 40px;
}
.imm-modal__cnt code {
  word-wrap: break-word;
}
.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: #0f1b6a;
}
.imm-status__text--created:before {
  background: #0f1b6a;
}
.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: #0f1b6a;
}
status-select.focus .imm-select-status__selected {
  border-color: #0f1b6a;
}
status-select.focus .imm-select-status__selected:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
status-select.focus .imm-select-status__dropdown {
  display: block;
}
.imm-select-status__selected {
  border-bottom: 1px solid #EEEEEE;
  color: #000000;
  padding: .25rem 0;
  resize: none;
  min-width: 50%;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.2s ease-in;
  cursor: pointer;
  position: relative;
  padding-right: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imm-select-status__selected:after {
  content: "";
  display: inline-block;
  top: 50%;
  margin-top: -1px;
  right: 0;
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.imm-select-status__dropdown {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 110px;
  top: 38px;
  right: 0;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.imm-select-status__dropdown .imm-status__text {
  font-size: .875rem;
  display: block;
  padding: .5rem 1rem .5rem 2rem;
  color: #363B3F;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.imm-select-status__dropdown .imm-status__text:before {
  left: 10px;
}
.imm-select-status__dropdown .imm-status__text:hover {
  background: #F8F8F8;
  color: #000000;
}
.imm-user {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: 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 0.15s ease-out;
}
.imm-user.active {
  transform: translateY(0);
}
.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: 5px;
}
.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: '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: #0f1b6a;
  -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(15, 27, 106, 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: '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: #0f1b6a;
  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: #0f1b6a;
}
.imm-datepicker > div:first-child:hover:after {
  color: #0f1b6a;
}
.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: 'Arial', serif;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-40px);
  text-indent: .5rem;
  text-shadow: 1px 1px 1px #ffffff;
}
.imm-loader--login:before {
  content: "Conectando...";
}
.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;
}
/* VARIABLES */
/* Warning messages colors */
/* Status colors */
/* project chart colors */
@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 1024 */
@media (max-width: 1024px) {
  /* SIDE BAR -- INIT */
  .imm-menu .imm-menu__wrp,
  .imm-menu {
    width: 95px;
  }
  .imm-menu__nav span:not(.imm-icon__notification-count) {
    display: none;
  }
  nav.imm-menu__nav {
    text-align: center;
  }
  .imm-menu__tit img {
    width: 50px;
  }
  .imm-menu__tit {
    margin-left: 10px;
  }
  .imm-menu__tools-btn {
    top: 20px;
    right: 10px;
  }
  .imm-user__name {
    font-size: 10px;
    line-height: 10px;
  }
  .imm-user__profile {
    font-size: 8px;
  }
  .imm-user__options-btn {
    font-size: 8px;
    padding: 60px 5px 16px;
  }
  /* SIDE BAR -- END */
  /* COMPONENTS  -- INIT */
  .imm-btn {
    font-size: 0.8rem;
  }
  td,
  th {
    font-size: .6rem;
  }
  /* COMPONENTS  -- END */
  /* POPUP -- INIT */
  .ngdialog-overlay,
  .imm-modal-backdrop {
    margin-left: 95px;
  }
  .imm-modal--big {
    min-width: 70rem;
    margin-right: 8rem;
  }
  /* POPUP -- END */
}
