/* set up */
/* colores */
/* font-size */
/* Tablas */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-size: 12px;
  line-height: 16px;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  padding: 0; }

/**
 * Sellection
 */
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #FF5D64; }

::selection {
  color: #ffffff;
  background: #FF5D64; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 16px; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.grid {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: 0 0; }
  .grid .row {
    margin: 0 -8px 8px; }
    .grid .row [class*='span-'] {
      min-height: 1px;
      float: left;
      margin: 0 8px 8px; }
    .grid .row .span-centered {
      float: none !important;
      margin-left: auto !important;
      margin-right: auto !important; }
  .grid .span-1 {
    width: calc(8.333333% - 16px); }
  .grid .span-2 {
    width: calc(16.666666% - 16px); }
  .grid .span-3 {
    width: calc(24.999999% - 16px); }
  .grid .span-4 {
    width: calc(33.333332% - 16px); }
  .grid .span-5 {
    width: calc(41.666665% - 16px); }
  .grid .span-6 {
    width: calc(49.999998% - 16px); }
  .grid .span-7 {
    width: calc(58.333331% - 16px); }
  .grid .span-8 {
    width: calc(66.666664% - 16px); }
  .grid .span-9 {
    width: calc(74.999997% - 16px); }
  .grid .span-10 {
    width: calc(83.33333% - 16px); }
  .grid .span-11 {
    width: calc(91.666663% - 16px); }
  .grid .span-12 {
    width: calc(99.999996% - 16px); }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grid {
      padding: 0 0; }
      .grid .row {
        width: calc(100% + 16px);
        padding: 0 0 0 16px;
        margin-left: -24px; }
        .grid .row [class^='span'] {
          float: left;
          margin: 0 8px 8px; }
        .grid .row .span-s-1 {
          width: calc(8.333333% - 16px) !important; }
        .grid .row .span-s-2 {
          width: calc(16.666666% - 16px) !important; }
        .grid .row .span-s-3 {
          width: calc(24.999999% - 16px) !important; }
        .grid .row .span-s-4 {
          width: calc(33.333332% - 16px) !important; }
        .grid .row .span-s-5 {
          width: calc(41.666665% - 16px) !important; }
        .grid .row .span-s-6 {
          width: calc(49.999998% - 16px) !important; }
        .grid .row .span-s-7 {
          width: calc(58.333331% - 16px) !important; }
        .grid .row .span-s-8 {
          width: calc(66.666664% - 16px) !important; }
        .grid .row .span-s-9 {
          width: calc(74.999997% - 16px) !important; }
        .grid .row .span-s-10 {
          width: calc(83.33333% - 16px) !important; }
        .grid .row .span-s-11 {
          width: calc(91.666663% - 16px) !important; }
        .grid .row .span-s-12 {
          width: calc(99.999996% - 16px) !important; } }
  .grid.no-padding {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px); }
    .grid.no-padding .row div[class*='span-'] {
      margin: 0; }
    .grid.no-padding .row .span-6 {
      width: 50%; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " "; }

.clearfix:after,
.row:after {
  clear: both; }

.hidden {
  display: none !important; }

.clear {
  clear: both !important; }

.nopadding {
  padding: 0 !important; }

.txt-right {
  text-align: right; }

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

.right-side {
  float: right; }

.left-side {
  float: left; }
  
.position-absolute {
 	position: absolute;
}

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

.error {
  color: #e63940; }

.highlight {
  color: #FF5D64; }

.border-h {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }

.pseudo-icon, .dataTables_wrapper table.dataTable thead tr th.sorting span:after, .dataTables_wrapper table.dataTable thead tr th.sorting_asc span:after, .dataTables_wrapper table.dataTable thead tr th.sorting_desc span:after, .dataTables_wrapper .dataTables_filter:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'axpo-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  height: 100%; }
  html body {
    background: #f5f5f5;
    height: 100%;
    color: #333333;
    /* Solo para login */
    /* Resto de paginas */ }
    html body > header {
      height: 64px; }
    html body .page-wrapper {
      height: 100%;
      overflow: hidden; }
      html body .page-wrapper > nav {
        float: left;
        width: 256px;
        background-color: #ffffff;
        height: 100%;
        transition: width 0.3s ease-out;
        border-right: 1px solid #eaeaea;
        box-sizing: border-box; }
        html body .page-wrapper > nav > header {
          height: 64px;
          border-bottom: 1px solid #eaeaea;
          box-sizing: border-box; }
      html body .page-wrapper > div {
        float: left;
        width: calc(100% - 256px);
        transition: width 0.3s ease-out; }
        html body .page-wrapper > div > header {
          height: 64px;
          background-color: #ffffff;
          border-bottom: 1px solid #eaeaea;
          box-sizing: border-box; }
        html body .page-wrapper > div section {
          background: #ffffff;
          margin: 16px;
          padding: 32px;
          position: relative;
          overflow: hidden; }
          html body .page-wrapper > div section.transparent {
            padding: 16px;
            background-color: transparent; }
          html body .page-wrapper > div section.no-bottom {
            margin: 0 16px 0; }
          html body .page-wrapper > div section.no-vpadding {
            padding-top: 0;
            padding-bottom: 0; }
    html body .content {
      height: calc(100vh - 64px);
      width: 100%;
      overflow: scroll; }

body, * {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 36px;
  color: #333333;
  line-height: 56px;
  margin-bottom: 24px; }
  h1 small {
    font-size: 18px;
    line-height: 24px;
    color: #999999; }

h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px; }

h3 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px; }

h5 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase; }
  h5.arrow:before {
    content: '>';
    color: #FF5D64;
    margin-right: 16px;
    display: inline-block;
    width: 4px; }
  h5.table-title {
    padding-top: 20px;
    padding-left: 20px; }

h6 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px; }

ul.text {
  margin-left: 16px; }
  ul.text li {
    margin-bottom: 8px; }

.pipe:after {
  content: '|';
  margin: 0 16px;
  display: inline-block; }

a {
  color: #FF5D64;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

a.a-icon:hover {
  text-decoration: none; }

@keyframes anim-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes pulsation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5; }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5; } }
/* Components */
.alert {
  position: relative;
  padding: 16px;
  line-height: 16px;
  border-radius: 4px;
  font-size: 12px; }
  .alert.neutral {
    background-color: #f5f5f5; }
  .alert.error {
    background-color: #FF5D64;
    color: #ffffff; }
  .alert.success {
    background-color: #7ab51d;
    color: #ffffff; }
  .alert.warning {
    background-color: #ffd466;
    color: #B38000; }
  .alert ul {
    list-style-type: none; }
    .alert ul li {
      display: inline-block; }
  .alert > span {
    display: inline-block;
    margin: 0 48px 0 0;
    line-height: 32px;
    font-size: 12px; }
    .alert > span.faded {
      color: #999999; }
  .alert .close {
    cursor: pointer;
    font-size: 2em;
    font-family: sans-serif;
    position: absolute;
    top: 16px;
    right: 16px; }
    .alert .close:hover {
      opacity: .8; }

.asigned-subagents {
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap; }
  .asigned-subagents li {
    padding: 16px 0 16px 32px;
    overflow: hidden;
    width: calc(50% - 56px);
    font-size: 14px;
    border-bottom: 1px solid #eaeaea; }
    .asigned-subagents li:nth-child(odd) {
      margin-right: 16px;
      float: left; }
    .asigned-subagents li:nth-child(even) {
      margin-left: 16px;
      float: right; }
    .asigned-subagents li .photo {
      width: 48px;
      height: 48px;
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      vertical-align: middle;
      margin-right: 40px; }
      .asigned-subagents li .photo img {
        max-width: 100%;
        max-height: 100%; }
    .asigned-subagents li .data-profile {
      display: inline-block;
      vertical-align: middle; }
      .asigned-subagents li .data-profile .name {
        vertical-align: middle;
        display: block;
        font-weight: 600; }
      .asigned-subagents li .data-profile .role {
        display: block; }
  .asigned-subagents.single-column li {
    width: 100%;
    float: left;
    margin-left: 0; }
    .asigned-subagents.single-column li.first-level {
      cursor: pointer; }
  .asigned-subagents.first-level .photo {
    width: 88px;
    height: 88px; }

.subagent-profile > header {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 24px;
  margin-bottom: 32px; }
  .subagent-profile > header h3 {
    display: inline-block;
    margin-bottom: 0; }
    .subagent-profile > header h3 .position {
      font-weight: 400; }
  .subagent-profile > header .btn {
    margin-left: 16px; }
.subagent-profile .row {
  margin-bottom: 0; }

.alert {
  position: relative;
  padding: 16px;
  line-height: 16px;
  border-radius: 4px;
  font-size: 12px; }
  .alert.neutral {
    background-color: #f5f5f5; }
  .alert.error {
    background-color: #FF5D64;
    color: #ffffff; }
  .alert.success {
    background-color: #7ab51d;
    color: #ffffff; }
  .alert.warning {
    background-color: #ffd466;
    color: #B38000; }
  .alert ul {
    list-style-type: none; }
    .alert ul li {
      display: inline-block; }
  .alert > span {
    display: inline-block;
    margin: 0 48px 0 0;
    line-height: 32px;
    font-size: 12px; }
    .alert > span.faded {
      color: #999999; }
  .alert .close {
    cursor: pointer;
    font-size: 2em;
    font-family: sans-serif;
    position: absolute;
    top: 16px;
    right: 16px; }
    .alert .close:hover {
      opacity: .8; }

.asigned-subagents {
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap; }
  .asigned-subagents li {
    padding: 16px 0 16px 32px;
    overflow: hidden;
    width: calc(50% - 56px);
    font-size: 14px;
    border-bottom: 1px solid #eaeaea; }
    .asigned-subagents li:nth-child(odd) {
      margin-right: 16px;
      float: left; }
    .asigned-subagents li:nth-child(even) {
      margin-left: 16px;
      float: right; }
    .asigned-subagents li .photo {
      width: 48px;
      height: 48px;
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      vertical-align: middle;
      margin-right: 40px; }
      .asigned-subagents li .photo img {
        max-width: 100%;
        max-height: 100%; }
    .asigned-subagents li .data-profile {
      display: inline-block;
      vertical-align: middle; }
      .asigned-subagents li .data-profile .name {
        vertical-align: middle;
        display: block;
        font-weight: 600; }
      .asigned-subagents li .data-profile .role {
        display: block; }
  .asigned-subagents.single-column li {
    width: 100%;
    float: left;
    margin-left: 0; }
    .asigned-subagents.single-column li.first-level {
      cursor: pointer; }
  .asigned-subagents.first-level .photo {
    width: 88px;
    height: 88px; }

.breadcrumb {
  font-size: 10px;
  text-transform: uppercase;
  margin: 16px; }
  .breadcrumb a {
    color: #333333;
    text-decoration: none; }
    .breadcrumb a:after {
      content: '>';
      display: inline;
      margin: 0 4px; }
  .breadcrumb span {
    color: #999999; }

.btn,
.dt-button {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #FF5D64;
  color: #FF5D64;
  padding: 0 16px;
  border-radius: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 12px; }
  .btn:hover,
  .dt-button:hover {
    text-decoration: none; }
  .btn.dark,
  .dt-button.dark {
    color: #333333;
    border-color: #333333; }
  .btn:disabled,
  .dt-button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.dt-button {
  height: 24px;
  line-height: 24px; }

.collapse {
  float: right;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

#energy-graph {
  float: left;
  width: 50%; }

.bar-chart {
  overflow: hidden;
  width: 50%; }
  .bar-chart #comparative-billing-graph, .bar-chart #comparative-power-graph {
    float: left;
    width: 50%; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #energy-graph {
    width: 100%; }

  .bar-chart {
    width: 100%; } }
.summary {
  border-radius: 4px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  float: right;
  height: 84px;
  line-height: 84px;
  margin-bottom: 48px;
  overflow: hidden;
  width: 48%; }
  .summary .left-side {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .summary .left-side .fill {
      background-color: #f5f5f5;
      font-size: 18px;
      padding: 32px; }
    .summary .left-side .percentage {
      font-size: 24px;
      padding: 16px; }
      .summary .left-side .percentage:after {
        background-color: #f5f5f5;
        content: "";
        height: 40px;
        position: absolute;
        right: -20px;
        top: 20px;
        width: 2px; }
  .summary .right-side {
    display: inline-block;
    float: right;
    margin-right: 40px;
    vertical-align: middle; }
    .summary .right-side span {
      font-size: 24px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .summary {
    width: 100%; }
    .summary span {
      font-size: 14px; }
    .summary .left-side .percentage {
      margin-left: 64px; }
      .summary .left-side .percentage:after {
        left: 330px; } }
.contract-detail #formSettlement .error {
  position: absolute;
  margin-top: 8px; }

.page-wrapper .content .data-block {
  height: 96px;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px;
  position: relative; }
  .page-wrapper .content .data-block.link {
    cursor: pointer; }
    .page-wrapper .content .data-block.link:hover, .page-wrapper .content .data-block.link:active {
      border-color: #FF5D64;
      color: #FF5D64; }
  .page-wrapper .content .data-block .title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block; }
  .page-wrapper .content .data-block.dates {
    height: auto;
    margin-bottom: 40px;
    text-align: center; }
  .page-wrapper .content .data-block .data {
    white-space: nowrap;
    display: block;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    bottom: 8px; }
    .page-wrapper .content .data-block .data strong {
      font-weight: 600;
      border-right: 1px solid #333333;
      padding-right: 8px; }
    .page-wrapper .content .data-block .data span {
      font-size: 18px; }
  .page-wrapper .content .data-block .info {
    font-size: 10px;
    line-height: 12px;
    white-space: normal; }
  .page-wrapper .content .data-block.on {
    border-color: #FF5D64;
    color: #FF5D64; }
    .page-wrapper .content .data-block.on strong {
      border-color: #FF5D64; }
  .page-wrapper .content .data-block:disabled, .page-wrapper .content .data-block.off {
    cursor: not-allowed;
    opacity: 0.5;
    color: #eaeaea !important;
    border-color: #eaeaea !important; }
    .page-wrapper .content .data-block:disabled strong, .page-wrapper .content .data-block.off strong {
      opacity: .1; }

@media (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .content .data-block .title {
    font-size: 8px; }
  .page-wrapper .content .data-block .data span {
    font-size: 9px; } }
.datepicker.ui-datepicker .ui-datepicker-header {
  background: #FF5D64;
  color: #ffffff; }
.datepicker .ui-widget-header .ui-icon {
  background-image: url(../lib/jquery-ui-datepicker/css/images/ui-icons_ffffff_256x240.png); }
.datepicker td .ui-state-default {
  border: none;
  font-weight: bold; }
.datepicker td .ui-state-active, .datepicker .ui-widget-content .ui-state-active, .datepicker .ui-widget-header .ui-state-active, .datepicker a.ui-button:active, .datepicker .ui-button:active {
  background-color: grey; }
.datepicker td.ui-datepicker-week-end .ui-state-default {
  color: #999999; }

.page-wrapper .dashboard .grid .row.news-row {
  display: block; }
.page-wrapper .dashboard .data-block {
  min-height: 128px;
  display: flex;
  flex-direction: column; }
  .page-wrapper .dashboard .data-block .data {
    position: static; }
  .page-wrapper .dashboard .data-block .title {
    flex-grow: 1; }
  .page-wrapper .dashboard .data-block .info {
    height: 24px; }
.page-wrapper .dashboard select {
  background-color: #ffffff;
  margin-top: 4px; }

dl dt {
  float: left;
  clear: both;
  padding-left: 8px; }
  dl dt.inline {
    border-radius: 4px 0 0 4px; }
    dl dt.inline ~ dt {
      clear: none;
      padding-left: 16px; }
      dl dt.inline ~ dt + dd {
        border-radius: 0 4px 4px 0; }
      dl dt.inline ~ dt ~ dt {
        clear: both;
        padding-left: 8px; }
  dl dt.marked {
    background: #eaeaea; }
    dl dt.marked + dd {
      background: #eaeaea; }
dl dd {
  float: left;
  padding-right: 8px; }

.page-wrapper .detail .header {
  line-height: 32px;
  font-size: 14px; }
  .page-wrapper .detail .header h3 {
    margin-bottom: 0; }
  .page-wrapper .detail .header .pipe {
    color: #eaeaea; }
.page-wrapper .detail dl {
  font-size: 12px;
  line-height: 24px; }
  .page-wrapper .detail dl dt,
  .page-wrapper .detail dl dd {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 8px; }
  .page-wrapper .detail dl dt {
    width: 144px; }
.page-wrapper .detail .pair {
  float: left; }
  .page-wrapper .detail .pair:first-of-type {
    float: none; }
  .page-wrapper .detail .pair:first-child {
    clear: both; }
  .page-wrapper .detail .pair .inline {
    border-radius: 0; }
  .page-wrapper .detail .pair dd {
    width: 96px; }

.folders {
  float: right;
  margin-right: 32px;
  width: 68%; }
  .folders input[type="checkbox"] {
    margin: 8px;
    transform: scale(1.3); }
  .folders .folder-blocks {
    background-color: #ffffff;
    height: 240px; }
    .folders .folder-blocks .folder-content {
      padding: 32px 32px 0 32px;
      text-align: center; }
      .folders .folder-blocks .folder-content.top-space {
        padding-top: 58px; }
      .folders .folder-blocks .folder-content .icon-file-text {
        color: #999999;
        font-size: 70px; }
      .folders .folder-blocks .folder-content .icon-file-add {
        color: #999999;
        font-size: 70px; }
      .folders .folder-blocks .folder-content .doc-name {
        display: block;
        font-size: 10px;
        max-width: 210px;
        height: 34px;
        overflow: hidden;
        padding: 16px 8px 16px 0; }
    .folders .folder-blocks .action-icon {
      margin-right: 8px;
      margin: 8px 8px 0 0;
      text-align: right; }
      .folders .folder-blocks .action-icon .icon-trash {
        color: #FF5D64;
        font-size: 16px; }

.folder-menu {
  background-color: #ffffff;
  display: inline-block;
  margin-left: 16px;
  width: 25%; }
  .folder-menu .add-file {
    padding: 32px 16px 0 16px;
    text-align: left; }
    .folder-menu .add-file .icon-file-add {
      color: #999999;
      font-size: 24px; }
  .folder-menu section {
          background: #ffffff;
          margin: 1px !important;
          padding: 2px !important;
          position: relative;
          overflow: hidden; }
  .folder-menu ul {
    list-style: none;
    padding: 2px; 
    padding-left: 20px;}
    .folder-menu ul li {
      cursor: pointer;
      padding: 2px 0 2px 0; }
      .folder-menu ul li .icon-folder {
        color: #999999;
        font-size: 20px;
        padding-right: 2px; }
      .folder-menu ul li .red {
        color: #FF5D64;
        font-size: 20px;
        padding-right: 2px; }
    .folder-menu ul label {
      cursor: pointer; }
      .folder-menu ul label:hover {
        text-decoration: underline; }

*:active, *:focus {
  outline: none; }

:-moz-placeholder {
  opacity: 0.5;
  line-height: normal; }

:-ms-input-placeholder {
  opacity: 0.5;
  line-height: normal; }

::-webkit-input-placeholder {
  opacity: 0.5;
  line-height: normal; }

::-moz-placeholder {
  opacity: 0.5;
  line-height: normal; }

input[readonly="readonly"] {
  user-select: none; }

.form-group {
  margin-bottom: 16px;
  font-size: 12px;
  /* ajustes select2 */ }
  .form-group .dashboard-select {
    line-height: 40px;
    height: 30px; }
  .form-group.required label:after {
    content: '*';
    color: #FF5D64;
    padding-left: 4px; }
  .form-group.error .input-group input[type='text'],
  .form-group.error .input-group input[type='password'],
  .form-group.error .input-group input[type='number'],
  .form-group.error .input-group select,
  .form-group.error .input-group .select2-selection {
    border-color: #FF5D64 !important; }
  .form-group.error .input-group .input-info {
    color: #FF5D64; }
  .form-group label {
    display: block;
    font-weight: 400;
    margin-bottom: 8px; }
  .form-group .btn {
    margin-top: 24px; }
  .form-group .input-group input[required="required"] {
    box-shadow: none; }
  .form-group .input-group input[type='text'],
  .form-group .input-group input[type='password'],
  .form-group .input-group input[type='number'] {
    background: #ffffff;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 8px;
    color: #999999;
    width: 100%; }
    .form-group .input-group input[type='text']:active, .form-group .input-group input[type='text']:focus,
    .form-group .input-group input[type='password']:active,
    .form-group .input-group input[type='password']:focus,
    .form-group .input-group input[type='number']:active,
    .form-group .input-group input[type='number']:focus {
      border-color: #d5d5d5; }
    .form-group .input-group input[type='text']:disabled, .form-group .input-group input[type='text']:read-only,
    .form-group .input-group input[type='password']:disabled,
    .form-group .input-group input[type='password']:read-only,
    .form-group .input-group input[type='number']:disabled,
    .form-group .input-group input[type='number']:read-only {
      background-color: #eaeaea;
      border-color: #eaeaea; }
  .form-group .input-group input[readonly="readonly"] {
    background-color: #eaeaea; }
  .form-group .input-group input[type=number] {
    width: calc(100% - 1px); }
    .form-group .input-group input[type=number]::-webkit-inner-spin-button, .form-group .input-group input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .form-group .input-group input:-moz-read-only {
    /* For Firefox */
    background-color: #eaeaea;
    border-color: #eaeaea; }
  .form-group .input-group input[type='file'] {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    color: #999999;
    height: 32px;
    line-height: 8px;
    padding: 8px;
    width: 100%; }
    .form-group .input-group input[type='file']:active, .form-group .input-group input[type='file']:focus {
      border-color: #d5d5d5; }
  .form-group .input-group > span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    display: block; }
    .form-group .input-group > span.error {
      color: #FF5D64; }
    .form-group .input-group > span.ok {
      color: #16C654; }
  .form-group select {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #999999;
    font-weight: 400;
    padding: 0 48px 0 16px;
    background: url("../img/arrow-select.png") right center no-repeat; }
    .form-group select:disabled {
      background-color: #eaeaea;
      border-color: #eaeaea; }
    .form-group select:required {
      box-shadow: none; }
    .form-group select::-ms-expand {
      display: none; }
  .form-group .select2-container .select2-selection--single {
    height: 32px; }
  .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 12px; }
  .form-group input[type='text']:disabled,
  .form-group input[type='text']:read-only,
  .form-group input[type='password']:disabled,
  .form-group input[type='password']:read-only,
  .form-group input[type='number']:disabled,
  .form-group input[type='number']:read-only,
  .form-group select:disabled {
    background-color: #eaeaea; }

.checkbox-group {
  margin-bottom: 16px; }
  .checkbox-group label {
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 0; }
  .checkbox-group .input-group {
    position: relative;
    padding: 0 0 0 32px; }
    .checkbox-group .input-group input {
      display: none !important; }
    .checkbox-group .input-group a {
      text-decoration: underline; }
    .checkbox-group .input-group input[type="checkbox"]:checked + label .fake-checkbox:after,
    .checkbox-group .input-group input[type="checkbox"]:checked + input[type="hidden"] + label .fake-checkbox:after {
      display: block;
      font: normal normal normal 16px/1 'axpo-font';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e902";
      line-height: 20px;
      height: 20px;
      background-color: #FF5D64;
      transition: all 0.2s ease-in;
      color: #ffffff;
      border-radius: 3px; }
    .checkbox-group .input-group .fake-checkbox {
      width: 20px;
      height: 20px;
      border: 1px solid #eaeaea;
      border-radius: 3px;
      display: inline-block;
      background: #ffffff;
      color: #ffffff;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0; }
      .checkbox-group .input-group .fake-checkbox:after {
        content: '';
        transition: all 0.2s ease-in;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff; }
  .checkbox-group.lined {
    padding-top: 28px; }

.radio-group {
  margin-bottom: 16px; }
  .radio-group label {
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 0; }
  .radio-group .input-group {
    position: relative;
    padding: 0 0 0 32px; }
    .radio-group .input-group input {
      display: none !important; }
    .radio-group .input-group a {
      text-decoration: underline; }
    .radio-group .input-group input[type="radio"]:checked + label .fake-radio:after {
      display: block;
      font: normal normal normal 16px/1 'axpo-font';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e902";
      line-height: 20px;
      height: 20px;
      background-color: #FF5D64;
      transition: all 0.2s ease-in;
      color: #ffffff;
      border-radius: 3px; }
    .radio-group .input-group .fake-radio {
      width: 20px;
      height: 20px;
      border: 1px solid #eaeaea;
      border-radius: 3px;
      display: inline-block;
      background: #ffffff;
      color: #ffffff;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0; }
      .radio-group .input-group .fake-radio:after {
        content: '';
        transition: all 0.2s ease-in;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff; }
  .radio-group.lined {
    padding-top: 28px; }

.form-msn {
  display: block;
  margin-bottom: 16px; }
  .form-msn.error {
    color: #FF5D64; }

.files {
  counter-reset: filesCounter; }
  .files .file-block {
    margin-bottom: 16px !important; }
    .files .file-block .name {
      font-size: 12px; }
    .files .file-block strong:before {
      counter-increment: filesCounter;
      content: counter(filesCounter) ".- ";
      margin-right: 8px; }
    .files .file-block .extra-file {
      margin-left: 32px;
      padding: 16px 0; }
      .files .file-block .extra-file .actions {
        margin: 0; }
    .files .file-block .actions {
      margin-left: 24px; }
      .files .file-block .actions .button,
      .files .file-block .actions button,
      .files .file-block .actions a {
        color: #999999;
        font-size: 12px;
        vertical-align: middle;
        display: inline-block;
        border: 0;
        background: transparent;
        cursor: pointer;
        margin: 0 8px; }
      .files .file-block .actions.highlight-bold,
      .files .file-block .actions .highlight-bold {
        font-weight: bold; }
      .files .file-block .actions.highlight-color,
      .files .file-block .actions .highlight-color {
        color: #FF5D64; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .files .form-group select {
      padding: 0 32px 0 16px; }
    .files .form-group label {
      font-size: 11px; } }

@media screen and (min-width: 1600px) {
  .grid .span-6.dashboard-combo {
    float: right;
    width: 25%;
    display: block;
    position: relative; } }
@media screen and (max-width: 1600px) {
  .grid .span-6.dashboard-combo {
    float: right;
    width: 40%;
    display: block;
    position: relative; } }
@media screen and (min-width: 1600px) {
  .grid .span-6.dashboard-combo {
    float: right;
    width: 25%;
    display: block;
    position: relative; } }
#graphWrapper {
  margin: 32px 0;
  text-align: center; }
  #graphWrapper .graph.activity {
    height: 384px; }
  #graphWrapper .graph.subagent {
    height: 192px; }

.page-wrapper > div {
  float: left;
  width: calc(100% - 256px);
  transition: width 0.3s ease-out; }
  .page-wrapper > div > header .icon-menu,
  .page-wrapper > div > header .icon-threedotsv {
    font-size: 20px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #999999;
    background-color: transparent;
    border: 0;
    vertical-align: top; }
  .page-wrapper > div > header .icon-logout:hover {
    color: #FF5D64; }
  .page-wrapper > div > header h1 {
    font-size: 24px;
    margin: 0;
    display: inline-block;
    line-height: 64px; }

.hierarchy-chart {
  position: relative;
  height: 100vh; }
  .hierarchy-chart .orgchart {
    background: none; }
    .hierarchy-chart .orgchart tr.lines .topLine,
    .hierarchy-chart .orgchart tr.lines .rightLine,
    .hierarchy-chart .orgchart tr.lines .leftLine {
      border-color: #eaeaea; }
    .hierarchy-chart .orgchart tr.lines .downLine {
      background: #eaeaea; }
    .hierarchy-chart .orgchart.l2r {
      top: 0;
      bottom: 0; }
      .hierarchy-chart .orgchart.l2r .node {
        width: 72px;
        height: 140px;
        border: 1px solid #eaeaea;
        margin: 0 4px;
        border-radius: 4px; }
        .hierarchy-chart .orgchart.l2r .node:hover, .hierarchy-chart .orgchart.l2r .node.focused {
          background-color: rgba(237, 81, 81, 0.25); }
        .hierarchy-chart .orgchart.l2r .node .title,
        .hierarchy-chart .orgchart.l2r .node .content,
        .hierarchy-chart .orgchart.l2r .node .subcontent {
          width: 140px;
          border: none;
          background: none;
          color: #333333;
          font-weight: normal;
          text-align: left;
          padding: 0 10px;
          user-select: none; }
        .hierarchy-chart .orgchart.l2r .node .title {
          -webkit-transform: rotate(-90deg) translate(-48px, -44px) rotateY(180deg);
          transform: rotate(-90deg) translate(-48px, -44px) rotateY(180deg); }
        .hierarchy-chart .orgchart.l2r .node .content {
          -webkit-transform: rotate(-90deg) translate(-48px, -45px) rotateY(180deg);
          transform: rotate(-90deg) translate(-48px, -45px) rotateY(180deg); }
        .hierarchy-chart .orgchart.l2r .node .subcontent {
          font-size: 10px;
          -webkit-transform: rotate(-90deg) translate(-48px, -45px) rotateY(180deg);
          transform: rotate(-90deg) translate(-20px, -20px) rotateY(180deg); }

.led {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 4px; }
  .led.error {
    background-color: #e63940; }
  .led.ok {
    background-color: #16C654; }
  .led.warning {
    background-color: #ffd466; }

.login-form {
  height: calc(100vh - 64px);
  position: relative; }
  .login-form > div {
    overflow: hidden;
    width: 640px;
    height: 480px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -320px;
    box-sizing: border-box;
    border-left: 4px solid #FF5D64;
    padding: 24px 48px 24px 44px; }
    .login-form > div form {
      width: 272px; }
      .login-form > div form h1 small {
        display: block; }
      .login-form > div form .form-group {
        width: 100%;
        box-sizing: border-box; }
        .login-form > div form .form-group input[type='text'],
        .login-form > div form .form-group input[type='password'] {
          display: block;
          width: 100%;
          z-index: 100;
          position: relative; }
      .login-form > div form a {
        color: #333333; }
      .login-form > div form p {
        margin-bottom: 16px; }
    .login-form > div .bg-login {
      width: 320px;
      height: 480px;
      position: absolute;
      top: 0;
      right: 0;
      background: url("../img/bg-login.png") center center no-repeat;
      background-size: cover; }
      .login-form > div .bg-login:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        left: -1px;
        top: 0;
        display: block;
        border-left: 100px solid #ffffff;
        border-right: 100px solid transparent;
        border-bottom: 240px solid #ffffff;
        border-top: 240px solid transparent; }
    .login-form > div p.warning {
      color: #B38000;
      background: #ffd466;
      padding: 8px; }
    .login-form > div p.copy {
      position: absolute;
      bottom: 8px;
      white-space: nowrap;
      z-index: 1;
      right: 140px;
      margin-bottom: 0; }
    .login-form > div span.policy {
      position: absolute;
      bottom: 8px;
      white-space: nowrap;
      z-index: 1;
      margin-bottom: 0;
      margin-left: -20px; }
    .login-form > div .terms {
      height: 300px;
      overflow: auto;
      transition: width .3s linear;
      width: 100%;
      margin-bottom: 16px; }
      .login-form > div .terms p {
        width: 95%;
        padding-bottom: 16px; }
    .login-form > div .login-overlay {
      background: #ffffff;
      height: 100%;
      position: absolute;
      top: 0;
      display: block;
      width: 316px;
      padding: 24px 0 24px 40px;
      box-sizing: border-box;
      left: -316px;
      transition: left 0.3s ease-in;
      z-index: 100; }
      .login-form > div .login-overlay.on {
        left: 0; }

.login-header {
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  text-align: center; }
  .login-header img {
    margin: 0 auto;
    height: 64px; }

.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: block; }
  .modal > div {
    background: #ffffff;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 4px;
    overflow: hidden; }
    .modal > div header {
      background: #FF5D64;
      color: #ffffff;
      min-height: 48px;
      text-align: left; }
      .modal > div header .title {
        line-height: 48px;
        font-size: 18px;
        padding-left: 16px; }
      .modal > div header .close {
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        background-color: transparent;
        display: block;
        height: 48px;
        width: 48px;
        cursor: pointer; }
    .modal > div p {
      font-size: 14px;
      padding: 32px 4px 32px; }
    .modal > div .actions {
      padding: 0 0 32px 0; }
      .modal > div .actions button {
        margin: 0 8px; }
  .modal.msn > div {
    width: 480px; }
    .modal.msn > div div.form-group {
      padding: 0 72px; }
  .modal.table > div {
    width: 1024px;
    max-height: 90%; }
  .modal.comment-detail > div {
    width: 1024px; }
    .modal.comment-detail > div > p {
      text-align: justify;
      margin: 0px 16px; }

.page-wrapper > nav {
  min-height: 100vh; }
  .page-wrapper > nav > header svg {
    width: 70px;
    margin: 16px 0 0 32px;
    height: 36px;
    float: left;
    transition: all 0.3s linear; }
  .page-wrapper > nav > ul {
    margin-top: 8px; }
    .page-wrapper > nav > ul > li {
      border-left: 4px solid transparent;
      border-bottom: 1px solid #eaeaea;
      padding-left: 20px;
      min-height: 48px;
      line-height: 48px;
      font-weight: 600;
      font-size: 12px; }
      .page-wrapper > nav > ul > li > a {
        color: #666666;
        text-decoration: none;
        line-height: 48px;
        display: block;
        position: relative; }
        .page-wrapper > nav > ul > li > a:after {
          content: '\e904';
          font-family: 'axpo-font';
          position: absolute;
          top: 0;
          right: 0;
          width: 48px;
          height: 48px;
          text-align: center; }
        .page-wrapper > nav > ul > li > a:hover {
          color: #333333; }
        .page-wrapper > nav > ul > li > a [class^='icon-'], .page-wrapper > nav > ul > li > a [class*=' icon-'] {
          font-size: 20px;
          vertical-align: middle;
          margin-right: 16px; }
      .page-wrapper > nav > ul > li ul {
        list-style-type: none;
        display: none; }
        .page-wrapper > nav > ul > li ul li {
          margin-left: -20px;
          padding-left: 56px; }
          .page-wrapper > nav > ul > li ul li a {
            color: #666666; }
            .page-wrapper > nav > ul > li ul li a:hover {
              text-decoration: none; }
      .page-wrapper > nav > ul > li.on {
        border-left-color: #FF5D64; }
        .page-wrapper > nav > ul > li.on > a {
          color: #333333; }
          .page-wrapper > nav > ul > li.on > a:after {
            content: '\e906'; }
        .page-wrapper > nav > ul > li.on ul {
          display: block; }
          .page-wrapper > nav > ul > li.on ul li {
            color: #666666; }
            .page-wrapper > nav > ul > li.on ul li.on {
              background-color: #f5f5f5; }
              .page-wrapper > nav > ul > li.on ul li.on a {
                color: #333333; }
.page-wrapper.collapsed > nav {
  width: 64px; }
  .page-wrapper.collapsed > nav > header svg {
    margin-left: 16px; }
  .page-wrapper.collapsed > nav > ul {
    margin-top: 8px; }
    .page-wrapper.collapsed > nav > ul > li .txt {
      display: none; }
    .page-wrapper.collapsed > nav > ul > li > a:after {
      display: none; }
    .page-wrapper.collapsed > nav > ul > li li a {
      display: none; }
.page-wrapper.collapsed > div {
  width: calc(100% - 64px); }
.page-wrapper div.policy {
  position: absolute;
  bottom: 8px;
  white-space: nowrap;
  z-index: 1;
  margin-bottom: 0;
  margin-left: 20px; }
  .page-wrapper div.policy a {
    color: #333333; }
    .page-wrapper div.policy a:hover {
      text-decoration: none; }

.news-block {
  background-color: #ffffff;
  height: 416px;
  padding-bottom: 32px; }
  .news-block .image-content {
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center; }
    .news-block .image-content img {
      height: 100%;
      width: 100%; }
  .news-block .icon-folder {
    font-size: 40px;
    color: #FF5D64; }
  .news-block .title {
    font-size: 16px;
    font-weight: 700;
    max-width: 290px;
    text-align: left;
    margin: 0 auto;
    padding: 16px 16px 8px 16px;
    line-height: 16px;
    overflow: hidden; }
  .news-block .abstract {
    font-size: 12px;
    margin: 0 auto;
    max-width: 290px;
    padding: 0 16px;
    min-height: 64px;
    overflow: hidden; }
  .news-block .actions {
    padding: 16px;
    margin: 0 auto;
    width: 290px; }
    .news-block .actions form {
      display: inline-block; }
      .news-block .actions form .icon-trash, .news-block .actions form .icon-edit, .news-block .actions form .icon-arrow-bottom {
        font-size: 14px;
        color: #FF5D64;
        padding-right: 8px; }

form label.light {
  color: #999999; }
form .image-new {
  display: block;
  width: 100px;
  margin-bottom: 16px; }

.portrait .photo {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 32px; }
  .portrait .photo > img {
    min-height: 100%;
    min-width: 100%; }
.portrait dl {
  font-size: 14px; }
  .portrait dl dt {
    float: left;
    clear: both;
    margin-bottom: 16px; }
  .portrait dl dd {
    float: left;
    margin-left: 8px;
    margin-bottom: 16px;
    color: #999999; }

.sales {
  height: 32px;
  margin-top: 8px; }
  .sales .title {
    display: block; }
  .sales .evolution {
    font-weight: 700; }
    .sales .evolution .icon-ray-up,
    .sales .evolution .icon-ray-down {
      font-size: 18px;
      vertical-align: middle; }
    .sales .evolution.down {
      color: #e63940; }
    .sales .evolution.up {
      color: #02d8c4; }

.secondary-nav {
  display: inline-block;
  float: right;
  position: relative; }
  .secondary-nav ul {
    width: 150px;
    position: absolute;
    top: 90%;
    right: 20px;
    background: #ffffff;
    padding: 16px;
    padding-left: 8px;
    z-index: 999;
    box-shadow: 0 4px 6px 0 rgba(153, 153, 153, 0.3);
    border: 1px solid rgba(153, 153, 153, 0.2); }
    .secondary-nav ul::before {
      content: '';
      position: absolute;
      top: -8px;
      right: 4px;
      width: 16px;
      height: 16px;
      background: #ffffff;
      transform: rotate(45deg);
      border-top: 1px solid rgba(153, 153, 153, 0.2);
      border-left: 1px solid rgba(153, 153, 153, 0.2); }
  .secondary-nav li {
    display: block;
    padding: 4px 0; }
  .secondary-nav .link {
    color: #666666;
    font-weight: 600; }
    .secondary-nav .link:hover {
      text-decoration: underline; }
  .secondary-nav .logout {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    text-align: left;
    padding-top: 16px;
    padding-left: 4px; }
    .secondary-nav .logout:hover .link {
      text-decoration: underline; }
  .secondary-nav .icon-logout {
    font-size: 18px;
    color: #666666;
    vertical-align: middle; }
    .secondary-nav .icon-logout + .link {
      vertical-align: middle; }
  .secondary-nav .axpo-x {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle; }

hr {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  height: 0;
  margin: 24px 0; }
  hr.no-margin {
    margin: 0; }
  hr.no-top {
    margin-top: 0; }
  hr.no-bottom {
    margin-bottom: 0; }

.subagents-list {
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  height: 608px;
  overflow-y: auto; }
  .subagents-list li {
    padding: 16px 0 16px 32px;
    overflow: hidden;
    width: calc(50% - 56px);
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box; }
    .subagents-list li .photo {
      width: 48px;
      height: 48px;
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      vertical-align: middle;
      margin-right: 40px; }
      .subagents-list li .photo img {
        max-width: 100%;
        max-height: 100%; }
    .subagents-list li .data-profile {
      display: inline-block;
      vertical-align: middle; }
      .subagents-list li .data-profile .name {
        vertical-align: middle;
        display: block;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 256px; }
      .subagents-list li .data-profile .role {
        display: block; }
  .subagents-list.single-column li {
    width: 100%;
    float: left;
    margin-left: 0; }
    .subagents-list.single-column li.first-level {
      cursor: pointer; }
  .subagents-list.level-1 li {
    border-right: 1px solid #eaeaea; }
    .subagents-list.level-1 li .photo {
      width: 88px;
      height: 88px; }

.dataTables_wrapper {
  overflow: hidden; }
  .dataTables_wrapper table.dataTable {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px; }
    .dataTables_wrapper table.dataTable.no-footer {
      border: 0; }
    .dataTables_wrapper table.dataTable tr th,
    .dataTables_wrapper table.dataTable tr td {
      padding: 8px;
      white-space: nowrap; }
      .dataTables_wrapper table.dataTable tr th span.days-remaining-red,
      .dataTables_wrapper table.dataTable tr td span.days-remaining-red {
        color: #FF5D64; }
      .dataTables_wrapper table.dataTable tr th span.days-remaining-green,
      .dataTables_wrapper table.dataTable tr td span.days-remaining-green {
        color: #16C654; }
      .dataTables_wrapper table.dataTable tr th span.days-remaining-yellow,
      .dataTables_wrapper table.dataTable tr td span.days-remaining-yellow {
        color: #ffd466; }
      .dataTables_wrapper table.dataTable tr th .checkbox-group,
      .dataTables_wrapper table.dataTable tr td .checkbox-group {
        margin: 0; }
        .dataTables_wrapper table.dataTable tr th .checkbox-group .input-group,
        .dataTables_wrapper table.dataTable tr td .checkbox-group .input-group {
          padding: 0; }
          .dataTables_wrapper table.dataTable tr th .checkbox-group .input-group label,
          .dataTables_wrapper table.dataTable tr td .checkbox-group .input-group label {
            line-height: 16px; }
          .dataTables_wrapper table.dataTable tr th .checkbox-group .input-group .fake-checkbox,
          .dataTables_wrapper table.dataTable tr td .checkbox-group .input-group .fake-checkbox {
            position: relative; }
    .dataTables_wrapper table.dataTable thead tr th {
      background-color: #f5f5f5;
      font-weight: 600;
      text-align: left;
      border-bottom: 1px solid #eaeaea;
      color: #999999; }
      .dataTables_wrapper table.dataTable thead tr th.sorting {
        background-image: none; }
        .dataTables_wrapper table.dataTable thead tr th.sorting span:after {
          content: '\e918';
          font-size: 14px;
          line-height: 1px;
          margin-left: 8px;
          vertical-align: middle; }
      .dataTables_wrapper table.dataTable thead tr th.sorting_asc {
        color: #FF5D64;
        background-image: none; }
        .dataTables_wrapper table.dataTable thead tr th.sorting_asc span {
          color: #FF5D64; }
          .dataTables_wrapper table.dataTable thead tr th.sorting_asc span:after {
            content: '\e918';
            font-size: 14px;
            line-height: 1px;
            margin-left: 8px;
            vertical-align: middle; }
      .dataTables_wrapper table.dataTable thead tr th.sorting_desc {
        color: #FF5D64;
        background-image: none; }
        .dataTables_wrapper table.dataTable thead tr th.sorting_desc span {
          color: #FF5D64; }
          .dataTables_wrapper table.dataTable thead tr th.sorting_desc span:after {
            content: '\e919';
            font-size: 14px;
            line-height: 1px;
            margin-left: 8px;
            vertical-align: middle; }
    .dataTables_wrapper table.dataTable tr td {
      /*height: $base*3;*/
      border-bottom: 1px solid #eaeaea; }
    .dataTables_wrapper table.dataTable tr:hover td {
      background-color: #eaeaea; }
  .dataTables_wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 0; }
  .dataTables_wrapper .table-header {
    margin: 0;
    padding: 12px 16px 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .dataTables_wrapper .table-header > * {
      margin-bottom: 10px; }
    .dataTables_wrapper .table-header .right {
      display: flex; }
  .dataTables_wrapper .dataTables_actions {
    float: left; }
  .dataTables_wrapper .detail-actions button,
  .dataTables_wrapper .detail-actions a,
  .dataTables_wrapper .filters button,
  .dataTables_wrapper .filters a {
    color: #999999;
    font-size: 18px;
    height: 48px;
    display: inline-block;
    border: 0;
    background: transparent;
    cursor: pointer; }
  .dataTables_wrapper .detail-actions {
    overflow: hidden;
    flex-grow: 1; }
    .dataTables_wrapper .detail-actions button, .dataTables_wrapper .detail-actions label,
    .dataTables_wrapper .detail-actions a {
      color: #FF5D64;
      font-size: 12px;
      vertical-align: middle;
      display: inline-block;
      background: transparent;
      cursor: pointer;
      border: 1px solid #FF5D64;
      height: 32px;
      padding: 0 16px;
      border-radius: 20px; }
    .dataTables_wrapper .detail-actions label {
      line-height: 30px; }
  .dataTables_wrapper .filters {
    height: 48px;
    line-height: 48px;
    margin: 0 16px 0 0; }
  .dataTables_wrapper .table-actions,
  .dataTables_wrapper .dt-buttons {
    height: 32px; }
    .dataTables_wrapper .table-actions a,
    .dataTables_wrapper .table-actions button,
    .dataTables_wrapper .table-actions .dt-button,
    .dataTables_wrapper .dt-buttons a,
    .dataTables_wrapper .dt-buttons button,
    .dataTables_wrapper .dt-buttons .dt-button {
      color: #999999;
      height: 32px;
      line-height: 32px;
      border-color: #999999;
      margin-right: 8px; }
  .dataTables_wrapper .dataTables_info {
    padding: 0;
    margin-right: 16px;
    font-size: 14px;
    color: #999999;
    height: 32px;
    display: flex;
    align-items: center; }
  .dataTables_wrapper .dataTables_filter {
    padding-right: 48px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    height: 32px;
    width: 224px;
    text-align: left;
    position: relative;
    box-sizing: border-box; }
    .dataTables_wrapper .dataTables_filter label {
      display: block;
      float: left;
      width: 100%; }
      .dataTables_wrapper .dataTables_filter label input {
        width: 100%;
        border: 0;
        height: 32px;
        padding: 0 16px;
        float: left; }
    .dataTables_wrapper .dataTables_filter:after {
      content: '\e917';
      float: right;
      display: block;
      position: absolute;
      top: 0;
      right: 16px;
      height: 32px;
      line-height: 32px; }
  .dataTables_wrapper .dataTables_length {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    padding: 24px; }
    .dataTables_wrapper .dataTables_length select {
      color: #999999; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    padding: 24px; }
    .dataTables_wrapper .dataTables_paginate a, .dataTables_wrapper .dataTables_paginate span {
      color: #999999;
      font-size: 14px;
      padding-right: 8px; }

.content-simulator {
  overflow: hidden;
  width: 100%; }
  .content-simulator .column {
    padding: 0; }
  .content-simulator .consumptions table {
    text-align: left;
    border-spacing: 0;
    overflow-x: scroll; }
    .content-simulator .consumptions table th, .content-simulator .consumptions table td {
      padding: 8px 16px 8px 8px;
      font-weight: 400;
      border-bottom: 2px solid #eaeaea;
      border-collapse: collapse; }
  .content-simulator .offer-data table {
    border: 2px solid #eaeaea;
    text-align: left;
    border-spacing: 0;
    overflow-x: scroll; }
    .content-simulator .offer-data table th, .content-simulator .offer-data table td {
      padding: 8px 8px 8px 8px;
      font-weight: 400;
      border-collapse: collapse; }
  .content-simulator .gray-cell {
    background: #eaeaea;
    background-color: #eaeaea; }

.simulation-result {
  margin-bottom: 32px; }
  .simulation-result .titles-title-side {
    padding-top: 16px; }
  .simulation-result .empty-cell {
    background: none;
    color: #0c0c0c;
    text-align: left; }
  .simulation-result table th, .simulation-result table td {
    padding: 3px 20px 3px 16px; }
  .simulation-result table th {
    padding: 2px 0;
    background-color: #E10019;
    color: #eaeaea;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.techoDisclaimer {
  font-style: italic;
  text-align: left;
  padding-bottom: 20px; }

.simulation .row .title-side {
  display: block;
  margin-top: 8px; }
.simulation .row.top-space {
  margin-top: 32px; }
.simulation .row.titles {
  margin-top: 16px; }
  .simulation .row.titles span {
    background-color: #FF5D64;
    color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 0 8px 0;
    text-align: center;
    width: 100%; }
.simulation .row .form-group input {
  display: inline-block; }
  .simulation .row .form-group input.right-aligned {
    width: 70%; }
.simulation .row .form-group label.left-aligned {
  display: inline-block;
  margin-right: 8px;
  width: 12%; }
.simulation .row .form-group label.abs {
  position: absolute;
  margin-top: -22px; }

.loader {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9000; }
  .loader span {
    color: #ffffff;
    font-size: 200px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    animation: pulsation 3s infinite linear; }
    
     .loader img {
    color: #ffffff;
    font-size: 200px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    animation: pulsation 3s infinite linear; }

.steps {
  list-style-type: none;
  overflow: hidden;
  counter-reset: step;
  margin: 48px 0; }
  .steps li {
    display: block;
    width: 320px;
    text-align: center;
    max-width: 25%;
    float: left;
    position: relative;
    counter-increment: step; }
    .steps li a {
      color: #999999; }
      .steps li a:hover {
        text-decoration: none; }
      .steps li a .bullet {
        display: block;
        margin: 0 auto 8px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #eaeaea;
        position: relative;
        box-sizing: border-box;
        border: 1px solid #d5d5d5;
        background-color: #f5f5f5;
        font-weight: 600; }
        .steps li a .bullet:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          content: counter(step);
          font-family: 'Open Sans', sans-serif; }
      .steps li a .text {
        font-size: 12px;
        font-weight: 600; }
    .steps li:after {
      content: '';
      display: block;
      border-bottom: 1px solid #d5d5d5;
      height: 0;
      width: 100%;
      position: absolute;
      left: calc(50% + 20px);
      top: 20px; }
    .steps li:last-child:after {
      display: none; }
    .steps li.on a .bullet {
      background-color: #FF5D64;
      border-color: #FF5D64; }
      .steps li.on a .bullet:before {
        color: #ffffff; }
    .steps li.on a .text {
      font-size: 12px;
      font-weight: 500;
      color: #FF5D64; }
    .steps li.checked a .bullet:before {
      content: '\e902';
      font-family: 'axpo-font';
      color: #FF5D64;
      font-size: 18px;
      font-weight: 400; }
    .steps li.checked a .text {
      font-size: 12px;
      font-weight: 500; }

h3.underline {
  display: inline-block;
  border-bottom: 3px solid #FF5D64; }

.issues .infoblock {
  margin-top: 16px; }
.issuessaveServices .message {
  text-align: justify; }
.issues .comment-text {
  white-space: normal;
  text-align: justify; }
.issues table td.comment-description {
  min-width: 275px; }


.text-kam {
	float: right;
    position: relative;
    margin-top: 25px;
}


 .fake-radio, .fake-checkbox {
 	border: 1px solid #a2a2a2 !important;
 }

.refresh-dashboard{
   background-color: #FF5D64;
   color: white;
}

/*@import 'components/_scroll';*/

/*# sourceMappingURL=styles.css.map */


.display-flex {
	display: flex;
}
.space {
	margin-right: 50px;
	width: 150px;
}
