@charset "UTF-8";
/* Colores Toolkit AXA */
/* - Grises */
/* Gris Pozo de Mina */
/* Gris Escorpi�n */
/* Gris */
/* Gris Polvo */
/* Plateado */
/* Gris Mercurio */
/* Gris Arena */
/* Alabastro */
/* Blanco */
/* - Azules */
/* Azul Zafiro Profundo */
/* Azul AXA */
/* Azul San Tropes */
/* Azul Azur */
/* Azul �ndigo Oscuro */
/* Azul �ndigo */
/* Ocean Blue */
/* Colores para estados */
/* Paleta Secundaria */
/* Paleta AXA */
/* Azul AXA */
/* Azul Zafiro */
/* Azul �ndigo */
/* Rojo Colpatria */
/* Gris Escorpi�n */
/* Gris */
/* Gris Arena */
/* Gris Pozo de Mina */
/* Clay */
.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

/*Tooltip*/
/*Buttons*/
/*btn-orange*/
/*btn-orange-disabled*/
/*btn-blue*/
/*btn-orange-darker*/
/*btn-ghost*/
/*Label*/
/*Select*/
/*Loader*/
/*Fonts*/
.axa_theme.axa_custom body .tooltip-help {
  color: var(--axa-tooltip-help-color, axa_blue); }

.axa_theme.axa_custom body .tooltip-content.tooltip-inner {
  background-color: var(--axa-tooltip-content-background, #00008F);
  color: var(--axa-tooltip-content-color, #FFFFFF); }

.axa_theme.axa_custom body #wrapper h1 {
  color: var(--axa-title-h1-color, #00008F);
  font-family: var(--axa-custom-font-h1, "Source Sans Pro, sans-serif", sans-serif); }

.axa_theme.axa_custom body #wrapper h2 {
  color: var(--axa-title-h2-color, #00008F);
  font-family: var(--axa-custom-font-h2, "Source Sans Pro, sans-serif"); }
  .axa_theme.axa_custom body #wrapper h2.stylizable {
    color: var(--axa-title-h2-stylizable-color, #00008F);
    font-family: var(--axa-custom-font-h2-stylizable, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper h3 {
  color: var(--axa-title-h3-color, #00008F);
  font-family: var(--axa-custom-font-h3, "Source Sans Pro, sans-serif"); }
  .axa_theme.axa_custom body #wrapper h3.stylizable {
    color: var(--axa-title-h3-stylizable-color, #00008F);
    font-family: var(--axa-custom-font-h3-stylizable, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper h4 {
  color: var(--axa-title-h4-color, #00008F);
  font-family: var(--axa-custom-font-h4, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper h5 {
  color: var(--axa-title-h5-color, #00008F);
  font-family: var(--axa-custom-font-h5, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper a {
  color: var(--axa-link-color, #00008F);
  font-family: var(--axa-custom-font-link, "Source Sans Pro, sans-serif"); }
  .axa_theme.axa_custom body #wrapper a.stylizable {
    color: var(--axa-link-color-stylizable, #FFFFFF);
    font-family: var(--axa-custom-font-link-stylizable, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper ul li {
  color: var(--axa-li-color, #00008F);
  font-family: var(--axa-custom-font-ul-li, "Source Sans Pro, sans-serif"); }
  .axa_theme.axa_custom body #wrapper ul li.stylizable {
    color: var(--axa-li-stylizable-color, #FFFFFF);
    font-family: var(--axa-custom-font-ul-li-stylizable, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper .btn-axa {
  border-radius: var(--axa-btn-border-radius, 0rem);
  font-family: var(--axa-custom-font-btn-axa, "Source Sans Pro, sans-serif"); }
  .axa_theme.axa_custom body #wrapper .btn-axa.btn-orange {
    background: var(--axa-btn-orange-background, #F07662);
    color: var(--axa-btn-orange-color, #FFFFFF);
    border-color: var(--axa-btn-orange-border-color, #F07662); }
    .axa_theme.axa_custom body #wrapper .btn-axa.btn-orange:hover {
      background: var(--axa-btn-orange-hover-background, #EC4D33); }
    .axa_theme.axa_custom body #wrapper .btn-axa.btn-orange:disabled {
      background-color: var(--axa-btn-orange-disabled-background, axa_orange);
      color: var(--axa-btn-orange-disabled-color, #FFFFFF);
      border-color: var(--axa-btn-orange-disabled-border-color, axa_orange);
      opacity: var(--axa-btn-orange-disabled-opacity, 0.7); }
  .axa_theme.axa_custom body #wrapper .btn-axa.btn-blue {
    background: var(--axa-btn-blue-background, #00008F);
    color: var(--axa-btn-blue-color, #FFFFFF);
    border-color: var(--axa-btn-blue-border-color, #00005B); }
    .axa_theme.axa_custom body #wrapper .btn-axa.btn-blue:hover {
      background: var(--axa-btn-blue-hover-background, #00005B); }
    .axa_theme.axa_custom body #wrapper .btn-axa.btn-blue.stylizable {
      background: var(--axa-btn-blue-stylizable-background, #00008F);
      color: var(--axa-btn-blue-stylizable-color, #FFFFFF);
      border-color: var(--axa-btn-blue-stylizable-border-color, #00005B); }
      .axa_theme.axa_custom body #wrapper .btn-axa.btn-blue.stylizable:hover {
        background: var(--axa-btn-blue-stylizable-hover-background, #00005B); }
  .axa_theme.axa_custom body #wrapper .btn-axa.btn-ghost {
    background: var(--axa-btn-ghost-background, transparent);
    color: var(--axa-btn-ghost-color, #00008F);
    border-color: var(--axa-btn-ghost-border-color, #00008F); }
    .axa_theme.axa_custom body #wrapper .btn-axa.btn-ghost:hover {
      color: var(--axa-btn-ghost-hover-color, #FFFFFF);
      background: var(--axa-btn-ghost-hover-background, #00008F);
      border-color: var(--axa-btn-ghost-hover-border-color, #00008F); }
  .axa_theme.axa_custom body #wrapper .btn-axa.btn-orange-darker {
    background: var(--axa-btn-orange-darker-background, #F07662);
    color: var(--axa-btn-orange-darker-color, #FFFFFF);
    border: var(--axa-btn-orange-darker-border-color, #F07662); }
    .axa_theme.axa_custom body #wrapper .btn-axa.btn-orange-darker:hover {
      color: var(--axa-btn-orange-darker-hover-color, #FFFFFF);
      background: var(--axa-btn-orange-darker-hover-background, #F07662);
      border: var(--axa-btn-orange-darker-hover-border-color, #F07662); }

.axa_theme.axa_custom body #wrapper .axa-options input[type="checkbox"]:checked ~ label:before {
  background: var(--axa-checkbox-background, #00008F); }

.axa_theme.axa_custom body #wrapper footer#light-footer {
  background: var(--axa-light-footer-background, #4976BA);
  color: var(--axa-light-footer-color, #FFFFFF); }

.axa_theme.axa_custom body #wrapper .loadingMaskFullscreen .load h3 {
  color: var(--axa-loading-mask-full-screen-title-color, #FFFFFF);
  font-family: var(--axa-custom-font-loading-mask-full-screen-title, "Publico Banner"); }

.axa_theme.axa_custom body #wrapper .loadingMaskFullscreen .load h4 {
  color: var(--axa-loading-mask-full-screen-message-color, #FFFFFF);
  font-family: var(--axa-custom-font-loading-mask-full-screen-message, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper .loadingMaskFullscreen .load img {
  height: var(--axa-loading-mask-full-screen-height, "250px"); }

.axa_theme.axa_custom body #wrapper .loadingmask-content {
  background: var(--axa-loading-mask-full-screen-background, #F07662) !important;
  opacity: var(--axa-loading-mask-full-screen-opacity, 0.9) !important; }

.axa_theme.axa_custom body #wrapper footer#light-footer {
  background: var(--axa-light-footer-background, #4976BA);
  color: var(--axa-light-footer-color, #FFFFFF);
  font-family: var(--axa-custom-font-light-footer, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper label {
  color: var(--axa-label-color, #333333);
  font-family: var(--axa-custom-font-label, "Source Sans Pro, sans-serif"); }

.axa_theme.axa_custom body #wrapper select {
  color: var(--axa-select-color, #333333);
  font-family: var(--axa-custom-font-select, "Source Sans Pro, sans-serif"); }

@font-face {
  font-family: 'Publico Banner';
  src: url("../fonts/PublicoBanner-Bold-Web.eot");
  src: url("../fonts/PublicoBanner-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicoBanner-Bold-Web.woff2") format("woff2"), url("../fonts/PublicoBanner-Bold-Web.woff") format("woff"), url("../fonts/PublicoBanner-Bold-Web.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2") format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2") format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2") format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: SourceSansPro;
  src: url(../fonts/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: SourceSansProBold;
  src: url(../fonts/SourceSansPro-Bold.ttf); }

@font-face {
  font-family: 'Publico Headline';
  src: url("../fonts/PublicoHeadline-Bold-Web.woff2") format("woff2"), url("../fonts/PublicoHeadline-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

.PublicoHeadline-Bold {
  font-family: 'Publico Headline';
  font-weight: 700;
  font-style: normal; }

/*ICONOS VIEJOS*/
@font-face {
  font-family: 'axa-icons';
  src: url("../icons/old/axa.eot?usdu83");
  src: url("../icons/old/axa.eot?usdu83#iefix") format("embedded-opentype"), url("../icons/old/axa.ttf?usdu83") format("truetype"), url("../icons/old/axa.woff?usdu83") format("woff"), url("../icons/old/axa.svg?usdu83#axa") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-axa_"], [class*=" icon-axa_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'axa-icons' !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; }

.icon-axa_01:before {
  content: "\e600"; }

.icon-axa_02:before {
  content: "\e601"; }

.icon-axa_03:before {
  content: "\e602"; }

.icon-axa_04:before {
  content: "\e603"; }

.icon-axa_05:before {
  content: "\e604"; }

.icon-axa_06:before {
  content: "\e605"; }

.icon-axa_07:before {
  content: "\e606"; }

.icon-axa_08:before {
  content: "\e607"; }

.icon-axa_09:before {
  content: "\e608"; }

.icon-axa_10:before {
  content: "\e609"; }

.icon-axa_11:before {
  content: "\e60a"; }

.icon-axa_12:before {
  content: "\e60b"; }

.icon-axa_13:before {
  content: "\e60c"; }

.icon-axa_14:before {
  content: "\e60d"; }

.icon-axa_15:before {
  content: "\e60e"; }

.icon-axa_16:before {
  content: "\e60f"; }

.icon-axa_17:before {
  content: "\e610"; }

.icon-axa_18:before {
  content: "\e611"; }

.icon-axa_19:before {
  content: "\e612"; }

.icon-axa_20:before {
  content: "\e613"; }

.icon-axa_21:before {
  content: "\e614"; }

.icon-axa_22:before {
  content: "\e615"; }

.icon-axa_23:before {
  content: "\e616"; }

.icon-axa_24:before {
  content: "\e617"; }

.icon-axa_25:before {
  content: "\e618"; }

.icon-axa_26:before {
  content: "\e619"; }

.icon-axa_27:before {
  content: "\e61a"; }

.icon-axa_28:before {
  content: "\e61b"; }

.icon-axa_29:before {
  content: "\e61c"; }

.icon-axa_30:before {
  content: "\e61d"; }

.icon-axa_31:before {
  content: "\e61e"; }

.icon-axa_32:before {
  content: "\e61f"; }

.icon-axa_33:before {
  content: "\e620"; }

.icon-axa_34:before {
  content: "\e621"; }

.icon-axa_35:before {
  content: "\e622"; }

.icon-axa_36:before {
  content: "\e623"; }

.icon-axa_37:before {
  content: "\e624"; }

.icon-axa_38:before {
  content: "\e625"; }

.icon-axa_39:before {
  content: "\e626"; }

.icon-axa_40:before {
  content: "\e627"; }

.icon-axa_41:before {
  content: "\e628"; }

.icon-axa_42:before {
  content: "\e629"; }

.icon-axa_43:before {
  content: "\e62a"; }

.icon-axa_44:before {
  content: "\e62b"; }

.icon-axa_45:before {
  content: "\e62c"; }

.icon-axa_46:before {
  content: "\e62d"; }

.icon-axa_47:before {
  content: "\e62e"; }

.icon-axa_48:before {
  content: "\e62f"; }

.icon-axa_49:before {
  content: "\e630"; }

.icon-axa_50:before {
  content: "\e631"; }

.icon-axa_51:before {
  content: "\e632"; }

.icon-axa_52:before {
  content: "\e633"; }

.icon-axa_53:before {
  content: "\e900"; }

.icon-axa_54:before {
  content: "\e634"; }

.icon-axa_55:before {
  content: "\e635"; }

.icon-axa_56:before {
  content: "\e636"; }

.icon-axa_57:before {
  content: "\e637"; }

.icon-axa_58:before {
  content: "\e638"; }

.icon-axa_59:before {
  content: "\e639"; }

.icon-axa_60:before {
  content: "\e63a"; }

.icon-axa_61:before {
  content: "\e63b"; }

.icon-axa_62:before {
  content: "\e63c"; }

.icon-axa_63:before {
  content: "\e63d"; }

.icon-axa_64:before {
  content: "\e63e"; }

.icon-axa_65:before {
  content: "\e63f"; }

.icon-axa_66:before {
  content: "\e640"; }

.icon-axa_67:before {
  content: "\e641"; }

.icon-axa_68:before {
  content: "\e642"; }

.icon-axa_69:before {
  content: "\e643"; }

.icon-axa_70:before {
  content: "\e644"; }

.icon-axa_71:before {
  content: "\e645"; }

.icon-axa_72:before {
  content: "\e646"; }

.icon-axa_73:before {
  content: "\e647"; }

.icon-axa_74:before {
  content: "\e648"; }

.icon-axa_75:before {
  content: "\e649"; }

.icon-axa_76:before {
  content: "\e64a"; }

.icon-axa_77:before {
  content: "\e64b"; }

.icon-axa_78:before {
  content: "\e64c"; }

.icon-axa_79:before {
  content: "\e64d"; }

.icon-axa_80:before {
  content: "\e64e"; }

.icon-axa_81:before {
  content: "\e64f"; }

.icon-axa_82:before {
  content: "\e650"; }

.icon-axa_83:before {
  content: "\e651"; }

.icon-axa_84:before {
  content: "\e652"; }

.icon-axa_85:before {
  content: "\e653"; }

.icon-axa_86:before {
  content: "\e654"; }

.icon-axa_87:before {
  content: "\e655"; }

.icon-axa_88:before {
  content: "\e901"; }

.icon-axa_89:before {
  content: "\e902"; }

.icon-axa_90:before {
  content: "\e903"; }

.icon-axa_91:before {
  content: "\e904"; }

.icon-axa_92:before {
  content: "\e905"; }

.icon-axa_93:before {
  content: "\e906"; }

.icon-axa_94:before {
  content: "\e907"; }

.icon-axa_95:before {
  content: "\e908"; }

.icon-axa_96:before {
  content: "\e909"; }

.icon-axa_97:before {
  content: "\e90a"; }

.icon-axa_98:before {
  content: "\e90b"; }

.icon-axa_99:before {
  content: "\e90c"; }

.icon-axa_100:before {
  content: "\e90d"; }

.icon-axa_101:before {
  content: "\e90e"; }

.icon-axa_102:before {
  content: "\e90f"; }

.icon-axa_103:before {
  content: "\e910"; }

.icon-axa_104:before {
  content: "\e911"; }

.icon-axa_105:before {
  content: "\e912"; }

.icon-axa_106:before {
  content: "\e913"; }

.icon-axa_107:before {
  content: "\e914"; }

.icon-axa_108:before {
  content: "\e915"; }

.icon-axa_109:before {
  content: "\e916"; }

.icon-axa_110:before {
  content: "\e917"; }

.icon-axa_111:before {
  content: "\e918"; }

.icon-axa_112:before {
  content: "\e919"; }

.icon-axa_113:before {
  content: "\e91a"; }

.icon-axa_114:before {
  content: "\e91b"; }

.icon-axa_115:before {
  content: "\e91c"; }

.icon-axa_116:before {
  content: "\e91d"; }

.icon-axa_117:before {
  content: "\e91e"; }

.icon-axa_118:before {
  content: "\e91f"; }

.icon-axa_119:before {
  content: "\e920"; }

.icon-axa_120:before {
  content: "\e921"; }

.icon-axa_121:before {
  content: "\e922"; }

.icon-axa_122:before {
  content: "\e923"; }

.icon-axa_123:before {
  content: "\e924"; }

.icon-axa_124:before {
  content: "\e925"; }

.icon-axa_125:before {
  content: "\e926"; }

.icon-axa_126:before {
  content: "\e9ce"; }

.icon-axa_127:before {
  content: "\e927"; }

.icon-axa_128:before {
  content: "\e928"; }

.icon-axa_129:before {
  content: "\e929"; }

.icon-axa_130:before {
  content: "\e92a"; }

.icon-axa_131:before {
  content: "\e92b"; }

.icon-axa_132:before {
  content: "\e92c"; }

.icon-axa_133:before {
  content: "\e92d"; }

.icon-axa_134:before {
  content: "\e92e"; }

.icon-axa_135:before {
  content: "\e92f"; }

.icon-axa_136:before {
  content: "\e930"; }

.icon-axa_137:before {
  content: "\e931"; }

.icon-axa_138:before {
  content: "\e932"; }

.icon-axa_139:before {
  content: "\e933"; }

.icon-axa_140:before {
  content: "\e934"; }

.icon-axa_141:before {
  content: "\e935"; }

.icon-axa_142:before {
  content: "\e936"; }

.icon-axa_143:before {
  content: "\e937"; }

.icon-axa_144:before {
  content: "\e938"; }

.icon-axa_145:before {
  content: "\e939"; }

.icon-axa_146:before {
  content: "\e93a"; }

.icon-axa_147:before {
  content: "\e93b"; }

.icon-axa_148:before {
  content: "\e93c"; }

.icon-axa_149:before {
  content: "\e93d"; }

.icon-axa_150:before {
  content: "\ea17"; }

.icon-axa_151:before {
  content: "\e93e"; }

.icon-axa_152:before {
  content: "\e93f"; }

.icon-axa_153:before {
  content: "\e940"; }

.icon-axa_154:before {
  content: "\e941"; }

.icon-axa_155:before {
  content: "\e942"; }

.icon-axa_156:before {
  content: "\e943"; }

.icon-axa_157:before {
  content: "\e944"; }

.icon-axa_158:before {
  content: "\e945"; }

.icon-axa_159:before {
  content: "\e946"; }

.icon-axa_160:before {
  content: "\e947"; }

.icon-axa_161:before {
  content: "\e948"; }

.icon-axa_162:before {
  content: "\e949"; }

.icon-axa_163:before {
  content: "\e94a"; }

.icon-axa_164:before {
  content: "\e94b"; }

.icon-axa_165:before {
  content: "\e94c"; }

.icon-axa_166:before {
  content: "\e94d"; }

.icon-axa_167:before {
  content: "\e94e"; }

.icon-axa_168:before {
  content: "\e94f"; }

.icon-axa_169:before {
  content: "\ea18"; }

.icon-axa_170:before {
  content: "\e950"; }

.icon-axa_171:before {
  content: "\e951"; }

.icon-axa_172:before {
  content: "\e952"; }

.icon-axa_173:before {
  content: "\e953"; }

.icon-axa_174:before {
  content: "\e954"; }

.icon-axa_175:before {
  content: "\e955"; }

.icon-axa_176:before {
  content: "\e956"; }

.icon-axa_177:before {
  content: "\e957"; }

.icon-axa_178:before {
  content: "\e958"; }

.icon-axa_179:before {
  content: "\e959"; }

.icon-axa_180:before {
  content: "\e95a"; }

.icon-axa_181:before {
  content: "\e95b"; }

.icon-axa_182:before {
  content: "\e95c"; }

.icon-axa_183:before {
  content: "\e95d"; }

.icon-axa_184:before {
  content: "\e95e"; }

.icon-axa_185:before {
  content: "\e95f"; }

.icon-axa_186:before {
  content: "\e960"; }

.icon-axa_187:before {
  content: "\e961"; }

.icon-axa_188:before {
  content: "\e962"; }

.icon-axa_189:before {
  content: "\e963"; }

.icon-axa_190:before {
  content: "\e964"; }

.icon-axa_191:before {
  content: "\e965"; }

.icon-axa_192:before {
  content: "\e966"; }

.icon-axa_193:before {
  content: "\e967"; }

.icon-axa_194:before {
  content: "\e968"; }

.icon-axa_195:before {
  content: "\e969"; }

.icon-axa_196:before {
  content: "\e96a"; }

.icon-axa_197:before {
  content: "\e96b"; }

.icon-axa_198:before {
  content: "\e96c"; }

.icon-axa_199:before {
  content: "\e96d"; }

.icon-axa_200:before {
  content: "\e96e"; }

.icon-axa_201:before {
  content: "\e96f"; }

.icon-axa_202:before {
  content: "\e970"; }

.icon-axa_203:before {
  content: "\e971"; }

.icon-axa_204:before {
  content: "\e972"; }

.icon-axa_205:before {
  content: "\e973"; }

.icon-axa_206:before {
  content: "\e974"; }

.icon-axa_207:before {
  content: "\e975"; }

.icon-axa_208:before {
  content: "\e976"; }

.icon-axa_209:before {
  content: "\e977"; }

.icon-axa_210:before {
  content: "\e978"; }

.icon-axa_211:before {
  content: "\e979"; }

.icon-axa_212:before {
  content: "\e97a"; }

.icon-axa_213:before {
  content: "\e97b"; }

.icon-axa_214:before {
  content: "\e97c"; }

.icon-axa_215:before {
  content: "\e97d"; }

.icon-axa_216:before {
  content: "\e97e"; }

.icon-axa_217:before {
  content: "\e97f"; }

.icon-axa_218:before {
  content: "\e980"; }

.icon-axa_219:before {
  content: "\e981"; }

.icon-axa_220:before {
  content: "\e982"; }

.icon-axa_221:before {
  content: "\e983"; }

.icon-axa_222:before {
  content: "\e984"; }

.icon-axa_223:before {
  content: "\e985"; }

.icon-axa_224:before {
  content: "\e986"; }

.icon-axa_225:before {
  content: "\e987"; }

.icon-axa_226:before {
  content: "\e988"; }

.icon-axa_227:before {
  content: "\ea19"; }

.icon-axa_228:before {
  content: "\e989"; }

.icon-axa_229:before {
  content: "\e98a"; }

.icon-axa_230:before {
  content: "\e98b"; }

.icon-axa_231:before {
  content: "\e98c"; }

.icon-axa_232:before {
  content: "\e98d"; }

.icon-axa_233:before {
  content: "\e98e"; }

.icon-axa_234:before {
  content: "\e98f"; }

.icon-axa_235:before {
  content: "\e990"; }

.icon-axa_236:before {
  content: "\e991"; }

.icon-axa_237:before {
  content: "\e992"; }

.icon-axa_238:before {
  content: "\e993"; }

.icon-axa_239:before {
  content: "\e994"; }

.icon-axa_240:before {
  content: "\e995"; }

.icon-axa_241:before {
  content: "\e996"; }

.icon-axa_242:before {
  content: "\e997"; }

.icon-axa_243:before {
  content: "\e998"; }

.icon-axa_244:before {
  content: "\e999"; }

.icon-axa_245:before {
  content: "\e99a"; }

.icon-axa_246:before {
  content: "\e99b"; }

.icon-axa_247:before {
  content: "\e99c"; }

.icon-axa_248:before {
  content: "\e99d"; }

.icon-axa_249:before {
  content: "\e99e"; }

.icon-axa_250:before {
  content: "\e99f"; }

.icon-axa_251:before {
  content: "\e9a0"; }

.icon-axa_252:before {
  content: "\ea15"; }

.icon-axa_253:before {
  content: "\e9a2"; }

.icon-axa_254:before {
  content: "\e9a3"; }

.icon-axa_255:before {
  content: "\e9a4"; }

.icon-axa_256:before {
  content: "\e9a5"; }

.icon-axa_257:before {
  content: "\e9a6"; }

.icon-axa_258:before {
  content: "\e9a7"; }

.icon-axa_259:before {
  content: "\e9a8"; }

.icon-axa_260:before {
  content: "\e9a9"; }

.icon-axa_261:before {
  content: "\e9aa"; }

.icon-axa_262:before {
  content: "\e9ab"; }

.icon-axa_263:before {
  content: "\e9ac"; }

.icon-axa_264:before {
  content: "\e9ad"; }

.icon-axa_265:before {
  content: "\e9ae"; }

.icon-axa_266:before {
  content: "\e9af"; }

.icon-axa_267:before {
  content: "\e9b0"; }

.icon-axa_268:before {
  content: "\e9b1"; }

.icon-axa_269:before {
  content: "\e9b2"; }

.icon-axa_270:before {
  content: "\e9b3"; }

.icon-axa_271:before {
  content: "\e9b4"; }

.icon-axa_272:before {
  content: "\e9b5"; }

.icon-axa_273:before {
  content: "\e9b6"; }

.icon-axa_274:before {
  content: "\e9b7"; }

.icon-axa_275:before {
  content: "\e9b8"; }

.icon-axa_276:before {
  content: "\e9b9"; }

.icon-axa_277:before {
  content: "\e9ba"; }

.icon-axa_278:before {
  content: "\e9bb"; }

.icon-axa_279:before {
  content: "\e9bc"; }

.icon-axa_280:before {
  content: "\e9bd"; }

.icon-axa_281:before {
  content: "\e9be"; }

.icon-axa_282:before {
  content: "\e9bf"; }

.icon-axa_283:before {
  content: "\e9c0"; }

.icon-axa_284:before {
  content: "\e9c1"; }

.icon-axa_285:before {
  content: "\e9c2"; }

.icon-axa_286:before {
  content: "\e9c3"; }

.icon-axa_287:before {
  content: "\e9c4"; }

.icon-axa_288:before {
  content: "\e9c5"; }

.icon-axa_289:before {
  content: "\e9c6"; }

.icon-axa_290:before {
  content: "\e9c7"; }

.icon-axa_291:before {
  content: "\e9c8"; }

.icon-axa_292:before {
  content: "\e9c9"; }

.icon-axa_293:before {
  content: "\e9ca"; }

.icon-axa_294:before {
  content: "\e9cb"; }

.icon-axa_295:before {
  content: "\e9cc"; }

.icon-axa_296:before {
  content: "\e9cd"; }

.icon-axa_297:before {
  content: "\e9cf"; }

.icon-axa_298:before {
  content: "\e9d0"; }

.icon-axa_299:before {
  content: "\e9d1"; }

.icon-axa_300:before {
  content: "\e9d2"; }

.icon-axa_301:before {
  content: "\e9d3"; }

.icon-axa_302:before {
  content: "\e9d4"; }

.icon-axa_303:before {
  content: "\e9d5"; }

.icon-axa_304:before {
  content: "\e9d6"; }

.icon-axa_305:before {
  content: "\e9d7"; }

.icon-axa_306:before {
  content: "\e9d8"; }

.icon-axa_307:before {
  content: "\e9d9"; }

.icon-axa_308:before {
  content: "\e9da"; }

.icon-axa_309:before {
  content: "\e9e4"; }

.icon-axa_310:before {
  content: "\e9e5"; }

.icon-axa_311:before {
  content: "\e9e6"; }

.icon-axa_312:before {
  content: "\e9e8"; }

.icon-axa_313:before {
  content: "\e9e7"; }

.icon-axa_314:before {
  content: "\e9e9"; }

.icon-axa_315:before {
  content: "\e9ea"; }

.icon-axa_316:before {
  content: "\e9eb"; }

.icon-axa_317:before {
  content: "\e9ec"; }

.icon-axa_318:before {
  content: "\e9ed"; }

.icon-axa_319:before {
  content: "\e9ee"; }

.icon-axa_320:before {
  content: "\e9ef"; }

.icon-axa_321:before {
  content: "\e9f0"; }

.icon-axa_322:before {
  content: "\e9f1"; }

.icon-axa_323:before {
  content: "\e9f2"; }

.icon-axa_324:before {
  content: "\e9f3"; }

.icon-axa_325:before {
  content: "\e9f4"; }

.icon-axa_326:before {
  content: "\e9f5"; }

.icon-axa_327:before {
  content: "\e9f6"; }

.icon-axa_328:before {
  content: "\e9f7"; }

.icon-axa_329:before {
  content: "\e9f8"; }

.icon-axa_330:before {
  content: "\e9f9"; }

.icon-axa_331:before {
  content: "\e9fa"; }

.icon-axa_332:before {
  content: "\e9fb"; }

.icon-axa_333:before {
  content: "\e9fc"; }

.icon-axa_334:before {
  content: "\e9fd"; }

.icon-axa_335:before {
  content: "\e9fe"; }

.icon-axa_336:before {
  content: "\e9ff"; }

.icon-axa_337:before {
  content: "\ea00"; }

.icon-axa_338:before {
  content: "\ea01"; }

.icon-axa_339:before {
  content: "\ea02"; }

.icon-axa_340:before {
  content: "\ea03"; }

.icon-axa_341:before {
  content: "\ea04"; }

.icon-axa_342:before {
  content: "\ea05"; }

.icon-axa_343:before {
  content: "\e9db"; }

.icon-axa_344:before {
  content: "\e9dc"; }

.icon-axa_345:before {
  content: "\e9dd"; }

.icon-axa_346:before {
  content: "\e9de"; }

.icon-axa_347:before {
  content: "\ea16"; }

.icon-axa_348:before {
  content: "\e9e0"; }

.icon-axa_349:before {
  content: "\e9e1"; }

.icon-axa_350:before {
  content: "\e9e2"; }

.icon-axa_351:before {
  content: "\e9e3"; }

.icon-axa_352:before {
  content: "\ea06"; }

.icon-axa_353:before {
  content: "\ea07"; }

.icon-axa_354:before {
  content: "\ea08"; }

.icon-axa_355:before {
  content: "\ea09"; }

.icon-axa_356:before {
  content: "\ea0a"; }

.icon-axa_357:before {
  content: "\ea0b"; }

.icon-axa_358:before {
  content: "\ea0c"; }

.icon-axa_359:before {
  content: "\ea0d"; }

.icon-axa_360:before {
  content: "\ea0e"; }

.icon-axa_361:before {
  content: "\ea0f"; }

.icon-axa_362:before {
  content: "\ea10"; }

.icon-axa_363:before {
  content: "\ea11"; }

.icon-axa_364:before {
  content: "\ea12"; }

.icon-axa_365:before {
  content: "\ea13"; }

.icon-axa_366:before {
  content: "\ea14"; }

.icon-axa_367:before {
  content: "\e9a1"; }

.icon-axa_368:before {
  content: "\e9df"; }

.icon-axa_369:before {
  content: "\ea1a"; }

/*ICONOS NUEVOS*/
@font-face {
  font-family: 'axa';
  src: url("../icons/axa.eot?bbx7a4");
  src: url("../icons/axa.eot?bbx7a4#iefix") format("embedded-opentype"), url("../icons/axa.ttf?bbx7a4") format("truetype"), url("../icons/axa.woff?bbx7a4") format("woff"), url("../icons/axa.svg?bbx7a4#axa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-axa-"], [class*=" icon-axa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'axa' !important;
  speak: never;
  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; }

.icon-axa-fu001:before {
  content: "\e906"; }

.icon-axa-fu002:before {
  content: "\e907"; }

.icon-axa-fu003:before {
  content: "\e908"; }

.icon-axa-fu004:before {
  content: "\e909"; }

.icon-axa-fu005:before {
  content: "\e90a"; }

.icon-axa-fu006:before {
  content: "\e90b"; }

.icon-axa-fu007:before {
  content: "\e90c"; }

.icon-axa-fu008:before {
  content: "\e90d"; }

.icon-axa-fu009:before {
  content: "\e90e"; }

.icon-axa-fu010:before {
  content: "\e90f"; }

.icon-axa-fu011:before {
  content: "\e910"; }

.icon-axa-fu012:before {
  content: "\e911"; }

.icon-axa-fu013:before {
  content: "\e912"; }

.icon-axa-fu014:before {
  content: "\e913"; }

.icon-axa-fu015:before {
  content: "\e914"; }

.icon-axa-fu016:before {
  content: "\e915"; }

.icon-axa-fu017:before {
  content: "\e916"; }

.icon-axa-fu018:before {
  content: "\e917"; }

.icon-axa-fu019:before {
  content: "\e918"; }

.icon-axa-fu020:before {
  content: "\e919"; }

.icon-axa-fu021:before {
  content: "\e91a"; }

.icon-axa-fu022:before {
  content: "\e91b"; }

.icon-axa-fu023:before {
  content: "\e91c"; }

.icon-axa-fu024:before {
  content: "\e91d"; }

.icon-axa-fu025:before {
  content: "\e91e"; }

.icon-axa-fu026:before {
  content: "\e91f"; }

.icon-axa-fu027:before {
  content: "\e920"; }

.icon-axa-fu028:before {
  content: "\e921"; }

.icon-axa-fu029:before {
  content: "\e922"; }

.icon-axa-fu030:before {
  content: "\e923"; }

.icon-axa-fu031:before {
  content: "\73"; }

.icon-axa-fu032:before {
  content: "\e925"; }

.icon-axa-fu033:before {
  content: "\e926"; }

.icon-axa-fu034:before {
  content: "\e927"; }

.icon-axa-fu035:before {
  content: "\e928"; }

.icon-axa-fu036:before {
  content: "\e929"; }

.icon-axa-fu037:before {
  content: "\e92a"; }

.icon-axa-fu038:before {
  content: "\e92b"; }

.icon-axa-fu039:before {
  content: "\e92c"; }

.icon-axa-fu040:before {
  content: "\e92d"; }

.icon-axa-fu041:before {
  content: "\e92e"; }

.icon-axa-fu042:before {
  content: "\e92f"; }

.icon-axa-fu043:before {
  content: "\e930"; }

.icon-axa-fu044:before {
  content: "\e931"; }

.icon-axa-fu045:before {
  content: "\e93c"; }

.icon-axa-fu046:before {
  content: "\e93d"; }

.icon-axa-fu047:before {
  content: "\e93e"; }

.icon-axa-fu048:before {
  content: "\e93b"; }

.icon-axa-fu049:before {
  content: "\e93f"; }

.icon-axa-fu050:before {
  content: "\e940"; }

.icon-axa-fu051:before {
  content: "\e941"; }

.icon-axa-fu052:before {
  content: "\e942"; }

.icon-axa-fu053:before {
  content: "\e943"; }

.icon-axa-fu054:before {
  content: "\e944"; }

.icon-axa-fu055:before {
  content: "\e945"; }

.icon-axa-fu056:before {
  content: "\e948"; }

.icon-axa-fu057:before {
  content: "\e949"; }

.icon-axa-fu058:before {
  content: "\e94a"; }

.icon-axa-fu059:before {
  content: "\e94b"; }

.icon-axa-fu060:before {
  content: "\e94d"; }

.icon-axa-fu061:before {
  content: "\e94e"; }

.icon-axa-fu062:before {
  content: "\e94f"; }

.icon-axa-fu063:before {
  content: "\e950"; }

.icon-axa-fu064:before {
  content: "\e951"; }

.icon-axa-fu065:before {
  content: "\e952"; }

.icon-axa-fu066:before {
  content: "\e953"; }

.icon-axa-fu067:before {
  content: "\e954"; }

.icon-axa-fu068:before {
  content: "\e955"; }

.icon-axa-fu069:before {
  content: "\e95e"; }

.icon-axa-fu070:before {
  content: "\e963"; }

.icon-axa-fu071:before {
  content: "\e966"; }

.icon-axa-fu072:before {
  content: "\e967"; }

.icon-axa-fu073:before {
  content: "\e96c"; }

.icon-axa-fu074:before {
  content: "\e96d"; }

.icon-axa-fu075:before {
  content: "\e96e"; }

.icon-axa-fu076:before {
  content: "\e986"; }

.icon-axa-fu077:before {
  content: "\e987"; }

.icon-axa-fu078:before {
  content: "\e991"; }

.icon-axa-fu079:before {
  content: "\e98b"; }

.icon-axa-fu080:before {
  content: "\e98c"; }

.icon-axa-fu081:before {
  content: "\e992"; }

.icon-axa-fu082:before {
  content: "\e993"; }

.icon-axa-fu083:before {
  content: "\e994"; }

.icon-axa-fu084:before {
  content: "\e998"; }

.icon-axa-fu085:before {
  content: "\e9a2"; }

.icon-axa-fu086:before {
  content: "\e9a3"; }

.icon-axa-fu087:before {
  content: "\e9a7"; }

.icon-axa-fu088:before {
  content: "\e9aa"; }

.icon-axa-fu089:before {
  content: "\e9ab"; }

.icon-axa-fu090:before {
  content: "\e9ac"; }

.icon-axa-fu091:before {
  content: "\e9ad"; }

.icon-axa-fu092:before {
  content: "\e9df"; }

.icon-axa-fu093:before {
  content: "\e9ec"; }

.icon-axa-fu094:before {
  content: "\e9ed"; }

.icon-axa-fu095:before {
  content: "\e9ee"; }

.icon-axa-fu096:before {
  content: "\e924"; }

.icon-axa-fu097:before {
  content: "\e9fc"; }

.icon-axa-fu098:before {
  content: "\ea0c"; }

.icon-axa-fu099:before {
  content: "\ea0d"; }

.icon-axa-fu100:before {
  content: "\ea0e"; }

.icon-axa-fu101:before {
  content: "\ea0f"; }

.icon-axa-fu102:before {
  content: "\ea10"; }

.icon-axa-fu103:before {
  content: "\ea11"; }

.icon-axa-fu104:before {
  content: "\ea12"; }

.icon-axa-fu105:before {
  content: "\ea13"; }

.icon-axa-fu106:before {
  content: "\ea14"; }

.icon-axa-fu107:before {
  content: "\ea15"; }

.icon-axa-fu108:before {
  content: "\ea16"; }

.icon-axa-fu109:before {
  content: "\ea17"; }

.icon-axa-fu110:before {
  content: "\ea18"; }

.icon-axa-fu111:before {
  content: "\ea19"; }

.icon-axa-fu112:before {
  content: "\ea1a"; }

.icon-axa-fu113:before {
  content: "\ea1b"; }

.icon-axa-fu114:before {
  content: "\ea1c"; }

.icon-axa-fu115:before {
  content: "\ea1d"; }

.icon-axa-fu116:before {
  content: "\ea1e"; }

.icon-axa-fu117:before {
  content: "\ea1f"; }

.icon-axa-fu118:before {
  content: "\ea20"; }

.icon-axa-fu119:before {
  content: "\ea21"; }

.icon-axa-fu120:before {
  content: "\ea22"; }

.icon-axa-fu121:before {
  content: "\ea23"; }

.icon-axa-fu122:before {
  content: "\ea24"; }

.icon-axa-fu123:before {
  content: "\ea25"; }

.icon-axa-fu124:before {
  content: "\ea26"; }

.icon-axa-fu125:before {
  content: "\ea27"; }

.icon-axa-fu126:before {
  content: "\ea28"; }

.icon-axa-fu127:before {
  content: "\ea29"; }

.icon-axa-fu128:before {
  content: "\ea2a"; }

.icon-axa-fu129:before {
  content: "\ea2b"; }

.icon-axa-fu130:before {
  content: "\ea2c"; }

.icon-axa-fu131:before {
  content: "\ea2d"; }

.icon-axa-fu132:before {
  content: "\ea2e"; }

.icon-axa-fu133:before {
  content: "\ea2f"; }

.icon-axa-fu134:before {
  content: "\ea30"; }

.icon-axa-fu135:before {
  content: "\ea31"; }

.icon-axa-fu136:before {
  content: "\ea32"; }

.icon-axa-fu137:before {
  content: "\ea33"; }

.icon-axa-fu138:before {
  content: "\ea34"; }

.icon-axa-fu139:before {
  content: "\ea35"; }

.icon-axa-fu140:before {
  content: "\ea36"; }

.icon-axa-fu141:before {
  content: "\ea38"; }

.icon-axa-fu142:before {
  content: "\ea37"; }

.icon-axa-fu143:before {
  content: "\ea3f"; }

.icon-axa-fu144:before {
  content: "\ea40"; }

.icon-axa-fu145:before {
  content: "\ea41"; }

.icon-axa-fu146:before {
  content: "\ea42"; }

.icon-axa-fu147:before {
  content: "\ea43"; }

.icon-axa-fu148:before {
  content: "\ea44"; }

.icon-axa-fu149:before {
  content: "\ea45"; }

.icon-axa-fu150:before {
  content: "\ea46"; }

.icon-axa-fu151:before {
  content: "\ea47"; }

.icon-axa-fu152:before {
  content: "\ea4c"; }

.icon-axa-ilu001:before {
  content: "\e900"; }

.icon-axa-ilu002:before {
  content: "\e901"; }

.icon-axa-ilu003:before {
  content: "\e902"; }

.icon-axa-ilu004:before {
  content: "\e903"; }

.icon-axa-ilu005:before {
  content: "\e904"; }

.icon-axa-ilu006:before {
  content: "\e905"; }

.icon-axa-ilu007:before {
  content: "\e932"; }

.icon-axa-ilu008:before {
  content: "\e933"; }

.icon-axa-ilu009:before {
  content: "\e934"; }

.icon-axa-ilu010:before {
  content: "\e935"; }

.icon-axa-ilu011:before {
  content: "\e936"; }

.icon-axa-ilu012:before {
  content: "\e937"; }

.icon-axa-ilu013:before {
  content: "\e938"; }

.icon-axa-ilu014:before {
  content: "\e939"; }

.icon-axa-ilu015:before {
  content: "\e93a"; }

.icon-axa-ilu016:before {
  content: "\e946"; }

.icon-axa-ilu017:before {
  content: "\e947"; }

.icon-axa-ilu018:before {
  content: "\e94c"; }

.icon-axa-ilu019:before {
  content: "\e956"; }

.icon-axa-ilu020:before {
  content: "\e957"; }

.icon-axa-ilu021:before {
  content: "\e958"; }

.icon-axa-ilu022:before {
  content: "\e959"; }

.icon-axa-ilu023:before {
  content: "\e95a"; }

.icon-axa-ilu024:before {
  content: "\e95b"; }

.icon-axa-ilu025:before {
  content: "\e95c"; }

.icon-axa-ilu026:before {
  content: "\e95d"; }

.icon-axa-ilu027:before {
  content: "\e95f"; }

.icon-axa-ilu028:before {
  content: "\e960"; }

.icon-axa-ilu029:before {
  content: "\e961"; }

.icon-axa-ilu030:before {
  content: "\e962"; }

.icon-axa-ilu031:before {
  content: "\e964"; }

.icon-axa-ilu032:before {
  content: "\e965"; }

.icon-axa-ilu033:before {
  content: "\e968"; }

.icon-axa-ilu034:before {
  content: "\e969"; }

.icon-axa-ilu035:before {
  content: "\e96a"; }

.icon-axa-ilu036:before {
  content: "\e96b"; }

.icon-axa-ilu037:before {
  content: "\e96f"; }

.icon-axa-ilu038:before {
  content: "\e970"; }

.icon-axa-ilu039:before {
  content: "\e971"; }

.icon-axa-ilu040:before {
  content: "\e972"; }

.icon-axa-ilu041:before {
  content: "\e973"; }

.icon-axa-ilu042:before {
  content: "\e974"; }

.icon-axa-ilu043:before {
  content: "\e975"; }

.icon-axa-ilu044:before {
  content: "\e976"; }

.icon-axa-ilu045:before {
  content: "\e977"; }

.icon-axa-ilu046:before {
  content: "\e978"; }

.icon-axa-ilu047:before {
  content: "\e979"; }

.icon-axa-ilu048:before {
  content: "\e97a"; }

.icon-axa-ilu049:before {
  content: "\e97b"; }

.icon-axa-ilu050:before {
  content: "\e97c"; }

.icon-axa-ilu051:before {
  content: "\e97d"; }

.icon-axa-ilu052:before {
  content: "\e97e"; }

.icon-axa-ilu053:before {
  content: "\e97f"; }

.icon-axa-ilu054:before {
  content: "\e980"; }

.icon-axa-ilu055:before {
  content: "\e981"; }

.icon-axa-ilu056:before {
  content: "\e982"; }

.icon-axa-ilu057:before {
  content: "\e983"; }

.icon-axa-ilu058:before {
  content: "\e984"; }

.icon-axa-ilu059:before {
  content: "\e985"; }

.icon-axa-ilu060:before {
  content: "\e988"; }

.icon-axa-ilu061:before {
  content: "\e989"; }

.icon-axa-ilu062:before {
  content: "\e98a"; }

.icon-axa-ilu063:before {
  content: "\e98d"; }

.icon-axa-ilu064:before {
  content: "\e98e"; }

.icon-axa-ilu065:before {
  content: "\e98f"; }

.icon-axa-ilu066:before {
  content: "\e990"; }

.icon-axa-ilu067:before {
  content: "\e995"; }

.icon-axa-ilu068:before {
  content: "\e996"; }

.icon-axa-ilu069:before {
  content: "\e997"; }

.icon-axa-ilu070:before {
  content: "\e999"; }

.icon-axa-ilu071:before {
  content: "\e99a"; }

.icon-axa-ilu072:before {
  content: "\e99b"; }

.icon-axa-ilu073:before {
  content: "\e99c"; }

.icon-axa-ilu074:before {
  content: "\e99d"; }

.icon-axa-ilu075:before {
  content: "\e99e"; }

.icon-axa-ilu076:before {
  content: "\e99f"; }

.icon-axa-ilu077:before {
  content: "\e9a0"; }

.icon-axa-ilu078:before {
  content: "\e9a1"; }

.icon-axa-ilu079:before {
  content: "\e9a4"; }

.icon-axa-ilu080:before {
  content: "\e9a5"; }

.icon-axa-ilu081:before {
  content: "\e9a6"; }

.icon-axa-ilu082:before {
  content: "\e9a8"; }

.icon-axa-ilu083:before {
  content: "\e9a9"; }

.icon-axa-ilu084:before {
  content: "\e9ae"; }

.icon-axa-ilu085:before {
  content: "\e9af"; }

.icon-axa-ilu086:before {
  content: "\e9b0"; }

.icon-axa-ilu087:before {
  content: "\e9b1"; }

.icon-axa-ilu088:before {
  content: "\e9b2"; }

.icon-axa-ilu089:before {
  content: "\e9b3"; }

.icon-axa-ilu090:before {
  content: "\e9b4"; }

.icon-axa-ilu091:before {
  content: "\e9b5"; }

.icon-axa-ilu092:before {
  content: "\e9b6"; }

.icon-axa-ilu093:before {
  content: "\e9b7"; }

.icon-axa-ilu094:before {
  content: "\e9b8"; }

.icon-axa-ilu095:before {
  content: "\e9b9"; }

.icon-axa-ilu096:before {
  content: "\e9ba"; }

.icon-axa-ilu097:before {
  content: "\e9bb"; }

.icon-axa-ilu098:before {
  content: "\e9bc"; }

.icon-axa-ilu099:before {
  content: "\e9bd"; }

.icon-axa-ilu100:before {
  content: "\e9be"; }

.icon-axa-ilu101:before {
  content: "\e9bf"; }

.icon-axa-ilu103:before {
  content: "\e9c0"; }

.icon-axa-ilu104:before {
  content: "\e9c1"; }

.icon-axa-ilu105:before {
  content: "\e9c2"; }

.icon-axa-ilu106:before {
  content: "\e9c3"; }

.icon-axa-ilu107:before {
  content: "\e9c4"; }

.icon-axa-ilu108:before {
  content: "\e9c5"; }

.icon-axa-ilu109:before {
  content: "\e9c6"; }

.icon-axa-ilu110:before {
  content: "\e9c7"; }

.icon-axa-ilu111:before {
  content: "\e9c8"; }

.icon-axa-ilu112:before {
  content: "\e9c9"; }

.icon-axa-ilu113:before {
  content: "\e9ca"; }

.icon-axa-ilu114:before {
  content: "\e9cb"; }

.icon-axa-ilu115:before {
  content: "\e9cc"; }

.icon-axa-ilu116:before {
  content: "\e9cd"; }

.icon-axa-ilu117:before {
  content: "\e9ce"; }

.icon-axa-ilu118:before {
  content: "\e9cf"; }

.icon-axa-ilu119:before {
  content: "\e9d0"; }

.icon-axa-ilu120:before {
  content: "\e9d1"; }

.icon-axa-ilu121:before {
  content: "\e9d2"; }

.icon-axa-ilu122:before {
  content: "\e9d3"; }

.icon-axa-ilu123:before {
  content: "\e9d4"; }

.icon-axa-ilu124:before {
  content: "\e9d5"; }

.icon-axa-ilu125:before {
  content: "\e9d8"; }

.icon-axa-ilu126:before {
  content: "\e9d6"; }

.icon-axa-ilu127:before {
  content: "\e9d7"; }

.icon-axa-ilu128:before {
  content: "\e9d9"; }

.icon-axa-ilu129:before {
  content: "\e9da"; }

.icon-axa-ilu130:before {
  content: "\e9db"; }

.icon-axa-ilu131:before {
  content: "\e9dc"; }

.icon-axa-ilu132:before {
  content: "\e9dd"; }

.icon-axa-ilu133:before {
  content: "\e9de"; }

.icon-axa-ilu134:before {
  content: "\e9e0"; }

.icon-axa-ilu135:before {
  content: "\e9e1"; }

.icon-axa-ilu136:before {
  content: "\e9e2"; }

.icon-axa-ilu137:before {
  content: "\e9e3"; }

.icon-axa-ilu138:before {
  content: "\e9e4"; }

.icon-axa-ilu139:before {
  content: "\e9e5"; }

.icon-axa-ilu140:before {
  content: "\e9e6"; }

.icon-axa-ilu141:before {
  content: "\e9e7"; }

.icon-axa-ilu142:before {
  content: "\e9e8"; }

.icon-axa-ilu143:before {
  content: "\e9e9"; }

.icon-axa-ilu144:before {
  content: "\e9ea"; }

.icon-axa-ilu145:before {
  content: "\e9eb"; }

.icon-axa-ilu146:before {
  content: "\e9ef"; }

.icon-axa-ilu147:before {
  content: "\e9f0"; }

.icon-axa-ilu148:before {
  content: "\e9f1"; }

.icon-axa-ilu149:before {
  content: "\e9f2"; }

.icon-axa-ilu150:before {
  content: "\e9f3"; }

.icon-axa-ilu151:before {
  content: "\e9f4"; }

.icon-axa-ilu152:before {
  content: "\e9f5"; }

.icon-axa-ilu153:before {
  content: "\e9f6"; }

.icon-axa-ilu154:before {
  content: "\e9f7"; }

.icon-axa-ilu155:before {
  content: "\e9f8"; }

.icon-axa-ilu156:before {
  content: "\e9f9"; }

.icon-axa-ilu157:before {
  content: "\e9fa"; }

.icon-axa-ilu158:before {
  content: "\e9fb"; }

.icon-axa-ilu159:before {
  content: "\e9fd"; }

.icon-axa-ilu160:before {
  content: "\e9fe"; }

.icon-axa-ilu162:before {
  content: "\e9ff"; }

.icon-axa-ilu161:before {
  content: "\ea00"; }

.icon-axa-ilu163:before {
  content: "\ea01"; }

.icon-axa-ilu164:before {
  content: "\ea02"; }

.icon-axa-ilu165:before {
  content: "\ea03"; }

.icon-axa-ilu166:before {
  content: "\ea04"; }

.icon-axa-ilu167:before {
  content: "\ea05"; }

.icon-axa-ilu168:before {
  content: "\ea06"; }

.icon-axa-ilu169:before {
  content: "\ea07"; }

.icon-axa-ilu170:before {
  content: "\ea08"; }

.icon-axa-ilu171:before {
  content: "\ea09"; }

.icon-axa-ilu172:before {
  content: "\ea0a"; }

.icon-axa-ilu173:before {
  content: "\ea0b"; }

.icon-axa-ilu174:before {
  content: "\ea39"; }

.icon-axa-ilu175:before {
  content: "\ea3a"; }

.icon-axa-ilu176:before {
  content: "\ea3b"; }

.icon-axa-ilu177:before {
  content: "\ea3c"; }

.icon-axa-ilu178:before {
  content: "\ea3d"; }

.icon-axa-ilu179:before {
  content: "\ea3e"; }

.icon-axa-ilu180:before {
  content: "\ea48"; }

.icon-axa-ilu181:before {
  content: "\ea49"; }

.icon-axa-ilu182:before {
  content: "\ea4a"; }

.icon-axa-ilu183:before {
  content: "\ea4b"; }

@media (max-width: 991px) {
  .axa_theme body #wrapper .navbar-classic .input-group.search-bar {
    position: static; }
    .axa_theme body #wrapper .navbar-classic .input-group.search-bar .input-group-item.search-bar-keywords-input-wrapper {
      /* 			    	position: relative; */
      /* 		    	    transform: translateX(221%); */
      transform: translateY(-50%);
      right: 6em; }
      .axa_theme body #wrapper .navbar-classic .input-group.search-bar .input-group-item.search-bar-keywords-input-wrapper .search-bar-keywords-input {
        margin: 0 0 0 1.3125rem; }
  .axa_theme body #wrapper .navbar-classic .navbar-toggler {
    border: none;
    color: #00008F; }
    .axa_theme body #wrapper .navbar-classic .navbar-toggler:focus {
      outline: 0; }
  .axa_theme body #wrapper .navbar-classic.search-opened .input-group.search-bar div.search-bar-keywords-input-wrapper {
    width: 24rem;
    right: 0;
    /* 					transform: translateX(221%); */ }
  .axa_theme body #wrapper .navbar-classic.search-opened .navbar-toggler {
    display: none; }
  .axa_theme body #wrapper .axa-number-input .axa-inc-button, .axa_theme body #wrapper .axa-number-input .axa-dec-button {
    display: none; } }

@media (max-width: 1024px) and (orientation: landscape) {
  .axa_theme body #wrapper .axa-number-input .axa-inc-button, .axa_theme body #wrapper .axa-number-input .axa-dec-button {
    display: none; } }

@media screen and (max-width: 979px) and (min-width: 450px) {
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 20rem; } }

@media screen and (max-width: 768px) {
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate {
    padding-top: 1.5em;
    float: right; }
    .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 0.5em 0.98em; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr[role="row"] td, .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr[role="row"] th {
    padding-left: 24px; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr[role="row"] td:first-child:before, .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr[role="row"] th:first-child:before {
      content: "+";
      font-size: 28px;
      color: #00008f;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 6px; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr.parent td, .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr.parent th {
    padding-left: 24px; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, .axa_theme body #wrapper .dataTables_wrapper table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
      content: "-";
      font-size: 37px;
      top: 40%;
      left: 8px; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td.show-hide-details-column .hide-details {
    display: none; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td.show-hide-details-column .show-details {
    display: none; }
  .axa_theme body #wrapper .dataTables_wrapper tr td {
    position: relative; }
    .axa_theme body #wrapper .dataTables_wrapper tr td.control-column {
      padding-left: 0px;
      padding-right: 0px; }
      .axa_theme body #wrapper .dataTables_wrapper tr td.control-column:before {
        content: "+";
        font-size: 28px;
        color: #00008f; }
  .axa_theme body #wrapper .dataTables_wrapper tr.parent td.control-column:before {
    content: "-";
    font-size: 37px; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_info {
    float: left; }
  .axa_theme body #wrapper .dataTables_wrapper .dtr-title {
    color: #333333; }
  .axa_theme body #wrapper .dataTables_wrapper span.dtr-title div.responsCol:after {
    content: ":"; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable td.control-column {
    text-align: center; } }

@media screen and (max-width: 640px) {
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_info {
    padding-top: 0;
    float: none;
    padding-left: 0; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_length {
    padding-top: 1em; }
    .axa_theme body #wrapper .dataTables_wrapper .dataTables_length select {
      width: 100px;
      height: 35px; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate {
    padding-top: 0.2em;
    float: none; } }

@media (max-width: 480px) {
  .axa_theme body #wrapper .navbar-classic .input-group.search-bar .input-group-item.search-bar-keywords-input-wrapper {
    /* 			    	position: relative; */
    /* 		    	    transform: translateX(61%); */
    right: 4em; }
    .axa_theme body #wrapper .navbar-classic .input-group.search-bar .input-group-item.search-bar-keywords-input-wrapper .search-bar-keywords-input {
      margin: 0 0 0 1.3125rem; }
  .axa_theme body #wrapper .navbar-classic.search-opened .input-group.search-bar div.search-bar-keywords-input-wrapper {
    width: 19rem;
    /* 					transform: translateX(8%); */ }
  .axa_theme body #wrapper .navbar-classic.search-opened .navbar-toggler {
    display: none; } }

@media (max-width: 450px) {
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_filter input {
    width: 100%; } }

@media (max-width: 375px) {
  .axa_theme body #wrapper .navbar-classic.search-opened .input-group.search-bar div.search-bar-keywords-input-wrapper {
    width: 16.3rem; } }

@media (max-width: 320px) {
  .axa_theme body #wrapper .navbar-classic.search-opened .input-group.search-bar div.search-bar-keywords-input-wrapper {
    width: 12.9rem; } }

@media screen and (max-width: 1024px) {
  /*Input type number with divs*/
  .axa_theme body .row .axa-spinner-button {
    background: unset;
    padding: unset; } }

@media (max-width: 600px) {
  .axa_theme body #wrapper .floatingButton i {
    font-size: 1em;
    display: block;
    line-height: normal;
    text-align: center;
    margin: 0 auto; }
  .floatingButton span {
    display: none; }
  .floatingMenu {
    width: 300px;
    height: 420px; }
  .axa_theme body #wrapper .floatingMenu li a,
  .axa_theme body #wrapper .floatingMenu li a[type="button"] {
    font-size: 18px; }
  .axa_theme body #wrapper a.floatingButton {
    background: #00008F;
    position: fixed;
    bottom: 4%;
    right: 0px;
    z-index: 10;
    font-size: 4em;
    display: inline-block;
    width: 73px;
    height: 82px;
    border-radius: 50%;
    padding: 10px 0.8rem;
    line-height: 2.8125rem;
    min-width: 84px;
    outline: none;
    text-decoration: none;
    color: #FFFF; }
  .axa_theme body #wrapper .floatingMenu a.closeBtn {
    font-size: 16px; } }

/* Fade In */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* SlideDown */
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-15%); }
  100% {
    -webkit-transform: translateY(0%); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-15%); }
  100% {
    -moz-transform: translateY(0%); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-15%); }
  100% {
    -o-transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    transform: translateY(-15%); }
  100% {
    transform: translateY(0%); } }

/* Animate - Loader */
@keyframes animate {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -o-transform: rotate(220deg); } }

@keyframes animate2 {
  0% {
    box-shadow: inset #00008F 0 0 0 17px;
    transform: rotate(-140deg);
    -webkit-box-shadow: inset #00008F 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    -ms-box-shadow: inset #00008F 0 0 0 17px;
    -ms-transform: rotate(-140deg);
    -o-box-shadow: inset #00008F 0 0 0 17px;
    -o-transform: rotate(-140deg); }
  50% {
    box-shadow: inset #00008F 0 0 0 2px; }
  100% {
    box-shadow: inset #00008F 0 0 0 17px;
    transform: rotate(140deg); } }

.axa_theme body #wrapper .dataTables_wrapper {
  width: 100% !important;
  margin-left: 0%; }
  .axa_theme body #wrapper .dataTables_wrapper tbody {
    font-size: 15px;
    border: 1px solid #E5E5E5; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable {
    padding: 0px;
    border-collapse: collapse; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tr.first-child td {
      border-top: 1px solid #E5E5E5; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left;
    margin-bottom: 0.5rem; }
    .axa_theme body #wrapper .dataTables_wrapper .dataTables_filter input[type="search"] {
      margin-left: 0em;
      width: 200%;
      background: url(../images/datatable/icon-magnifying-glass.png) no-repeat;
      background-position-x: 7px;
      background-position-y: 6px;
      padding-left: 34px; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_info {
    clear: none;
    padding-top: 38px;
    padding-left: 15px;
    color: #7F7F7F; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate {
    padding-top: 2em; }
    .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
      color: #7F7F7F !important;
      background-color: #FFFFFF !important; }
      .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        text-decoration: underline !important;
        font-weight: bold;
        background: #FFFFFF !important;
        border: none; }
      .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        text-decoration: underline !important;
        font-weight: bold;
        color: #333333 !important;
        background: #FFFFFF !important;
        border: none; }
      .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #FFFFFF;
        box-shadow: none; }
      .axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        text-decoration: none !important;
        font-weight: normal; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_length label {
    text-transform: capitalize;
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    padding-top: 8px; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_length select {
    min-width: 3rem;
    background: url(../images/arrows.png) no-repeat;
    background-position-x: calc(100% - 3px);
    background-position-y: -277px;
    padding-left: 11px; }
  .axa_theme body #wrapper .dataTables_wrapper thead:after {
    content: "-";
    display: block;
    line-height: 2px;
    color: transparent; }
  .axa_theme body #wrapper .dataTables_wrapper thead th {
    text-align: left;
    background-color: #E5E5E5;
    font-weight: bold;
    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    border: 0px; }
  .axa_theme body #wrapper .dataTables_wrapper thead .sorting_asc {
    background-image: url(../images/datatable/sort_asc_ext.png); }
  .axa_theme body #wrapper .dataTables_wrapper thead .sorting_desc {
    background-image: url(../images/datatable/sort_desc_ext.png); }
  .axa_theme body #wrapper .dataTables_wrapper thead .sorting {
    background-image: url(../images/datatable/sort_both_ext.png); }
  .axa_theme body #wrapper .dataTables_wrapper span.dtr-title {
    font-weight: bold; }
  .axa_theme body #wrapper .dataTables_wrapper .hide-details, .axa_theme body #wrapper .dataTables_wrapper .show-details {
    color: #00008F; }
  .axa_theme body #wrapper .dataTables_wrapper .show-hide-details-column {
    cursor: pointer; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 17px; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td.sorting_1 {
      padding-left: 17px; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td:focus {
      outline: none; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td.child {
      padding-left: 0px; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr .hide-details {
    display: none; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.parent .show-details {
    display: none; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.parent .hide-details {
    display: inline; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.child ul {
    list-style-type: none;
    margin-left: 15px;
    line-height: 19px; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.child li {
    line-height: 19px;
    color: #333333;
    border-bottom: none; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.odd {
    background-color: #FFFFFF; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.odd .sorting_1 {
      background-color: #FFFFFF; }
  .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.even {
    background-color: #F5F5F5; }
    .axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.even .sorting_1 {
      background-color: #F5F5F5; }

.axa_theme body #wrapper table.dataTable.datatable-light tbody td.select-checkbox.check-before:before,
.axa_theme body #wrapper table.dataTable.datatable-light tbody td.select-checkbox.check-before:after,
.axa_theme body #wrapper table.dataTable.datatable-light tbody th.select-checkbox.check-before:before,
.axa_theme body #wrapper table.dataTable.datatable-light tbody th.select-checkbox.check-before:after {
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  margin: 0; }

.axa_theme body #wrapper table.dataTable.datatable-light tbody td.select-checkbox:before,
.axa_theme body #wrapper table.dataTable.datatable-light tbody th.select-checkbox:before {
  border-radius: 0;
  background: #FFFFFF;
  font-size: 0.9375rem;
  padding-top: 0.125rem;
  border: 0.0625rem solid #cccccc;
  width: 20px;
  height: 20px; }

.axa_theme body #wrapper table.dataTable.datatable-light tr.selected td.select-checkbox:before,
.axa_theme body #wrapper table.dataTable.datatable-light tr.selected th.select-checkbox:before {
  background: #00008F; }

.axa_theme body #wrapper table.dataTable.datatable-light tr.selected td.select-checkbox:after,
.axa_theme body #wrapper table.dataTable tr.selected.datatable-light th.select-checkbox:after {
  content: "";
  left: 25px;
  top: 36%;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 0.1995rem 0.1975rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light {
  border-collapse: separate;
  border-spacing: 0 0.8rem; }

.axa_theme body #wrapper .dataTables_wrapper .datatable-light thead th {
  background-color: #ffffff;
  border-bottom: 1px #E5E5E5 solid; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light.display tbody tr.odd,
.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light.display tbody tr.even {
  background-color: #FAFAFA; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light.display tbody tr.odd .sorting_1,
.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light.display tbody tr.even .sorting_1 {
  background-color: #FAFAFA;
  padding-top: 12px;
  padding-bottom: 12px; }

.axa_theme body #wrapper .dataTables_wrapper .datatable-light thead:after {
  display: none; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light.display tbody tr td:first-child {
  border-left: 1px solid #E5E5E5; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.datatable-light.display tbody tr td:last-child {
  border-right: 1px solid #E5E5E5; }

.axa_theme body #wrapper table.dataTable.datatable-light.no-footer {
  border-bottom: none; }

.axa_theme body #wrapper .dataTables_wrapper {
  width: 100% !important;
  margin-left: 0%; }

.axa_theme body #wrapper .dataTables_wrapper tbody {
  font-size: 15px;
  border: 1px solid #e5e5e5; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable {
  padding: 0px;
  border-collapse: collapse; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tr.first-child td {
  border-top: 1px solid #e5e5e5; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_filter {
  float: left !important;
  text-align: left;
  margin-bottom: 0.5rem; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_filter input[type="search"] {
  margin-left: 0em;
  width: 200%;
  background: url(../images/datatable/icon-magnifying-glass.png) no-repeat;
  background-position-x: 7px;
  background-position-y: 6px;
  padding-left: 34px; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_info {
  clear: none;
  padding-top: 38px;
  padding-left: 15px; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate {
  padding-top: 2em; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #7F7F7F !important;
  background-color: #fff !important; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  text-decoration: underline !important;
  font-weight: bold;
  background: #fff !important;
  border: none; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  text-decoration: underline !important;
  font-weight: bold;
  color: #333 !important;
  background: #fff !important;
  border: none; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #fff;
  box-shadow: none; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  text-decoration: none !important;
  font-weight: normal; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_length label {
  text-transform: capitalize;
  color: #333;
  font-family: 'Source Sans Pro', regular;
  font-weight: bold;
  padding-top: 8px; }

.axa_theme body #wrapper .dataTables_wrapper .dataTables_length select {
  min-width: 3rem;
  background: url(../images/arrows.png) no-repeat;
  background-position-x: calc(100% - 3px);
  background-position-y: -277px;
  padding-left: 11px; }

.axa_theme body #wrapper .dataTables_wrapper thead:after {
  content: "-";
  display: block;
  line-height: 2px;
  color: transparent; }

.axa_theme body #wrapper .dataTables_wrapper thead th {
  text-align: left;
  background-color: #e5e5e5;
  font-weight: bold;
  color: #333;
  font-family: 'Source Sans Pro', regular;
  font-size: 16px;
  border: 0px; }

.axa_theme body #wrapper .dataTables_wrapper thead .sorting_asc {
  background-image: url(../images/datatable/sort_asc_ext.png); }

.axa_theme body #wrapper .dataTables_wrapper thead .sorting_desc {
  background-image: url(../images/datatable/sort_desc_ext.png); }

.axa_theme body #wrapper .dataTables_wrapper thead .sorting {
  background-image: url(../images/datatable/sort_both_ext.png); }

.axa_theme body #wrapper .dataTables_wrapper span.dtr-title {
  font-weight: bold; }

.axa_theme body #wrapper .dataTables_wrapper .hide-details, .axa_theme body #wrapper .dataTables_wrapper .show-details {
  color: #00008f; }

.axa_theme body #wrapper .dataTables_wrapper .show-hide-details-column {
  cursor: pointer; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 17px; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td.sorting_1 {
  padding-left: 17px; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td:focus {
  outline: none; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr td.child {
  padding-left: 0px; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr .hide-details {
  display: none; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.parent .show-details {
  display: none; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.parent .hide-details {
  display: inline; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.child ul {
  list-style-type: none;
  margin-left: 15px;
  line-height: 19px; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.child li {
  line-height: 19px;
  color: #333;
  border-bottom: none; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.odd {
  background-color: #fff; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.odd .sorting_1 {
  background-color: #fff; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.even {
  background-color: #f5f5f5; }

.axa_theme body #wrapper .dataTables_wrapper table.dataTable.display tbody tr.even .sorting_1 {
  background-color: #f5f5f5; }

.axa_theme body {
  /* Tooltips Override */
  /*Grecaptcha adjustment*/
  /* Icons customization */
  /* Form Data */
  /*Input type number with divs*/
  /*Select*/
  /*Select with selectize*/
  /*Datepicker*/
  /* Error Messages */ }
  .axa_theme body #wrapper {
    background: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    /* Html Elements */
    /*Page title*/
    /* Buttons */
    /* Form Components */
    /* Estado de formularios Pendiente Validaci�n de Colores */
    /* Custom checks-radios / new toolkit */
    /* Yes - No Buttons with radio-input */
    /* Stacked Tabs (Vertical Tabs) */
    /* Boxed Content */
    /* Loader */
    /* Loader full screen with background image*/
    /* Icons customization */
    /* Error Messages */
    /* Modal */
    /* Alert messages */
    /*Search bar*/
    /* Shadows */
    /* Disabled fields */ }
    .axa_theme body #wrapper h1, .axa_theme body #wrapper h2, .axa_theme body #wrapper h3, .axa_theme body #wrapper h4, .axa_theme body #wrapper h5, .axa_theme body #wrapper a {
      color: #00008F;
      font-weight: normal; }
    .axa_theme body #wrapper h1 {
      font-size: 2.0625rem;
      line-height: 36px; }
    .axa_theme body #wrapper h2 {
      font-size: 1.875rem;
      line-height: 33px; }
    .axa_theme body #wrapper h3 {
      font-size: 1.5rem;
      line-height: 26.4px; }
    .axa_theme body #wrapper h4 {
      font-size: 1.125rem;
      line-height: 19.8px; }
    .axa_theme body #wrapper h5 {
      font-size: 0.875rem;
      line-height: 15.4px; }
    .axa_theme body #wrapper label {
      color: #333333;
      font-size: 0.9375rem;
      font-weight: bold; }
    .axa_theme body #wrapper legend {
      margin-bottom: 0px; }
    .axa_theme body #wrapper span.blue {
      font-size: 0.75rem;
      color: #494DF4; }
    .axa_theme body #wrapper .page-title {
      font-family: Publico Banner;
      font-weight: bold;
      margin-top: 2rem;
      margin-bottom: 1.5rem; }
    .axa_theme body #wrapper .btn-axa {
      border-radius: 0;
      padding: 0 1.5625rem;
      text-transform: uppercase;
      line-height: 2.8125rem;
      min-width: 100px;
      outline: none !important;
      border: 0 solid transparent;
      font-weight: normal;
      border: 0.125rem solid #00008F; }
      .axa_theme body #wrapper .btn-axa.small-btn {
        line-height: 1.5625rem; }
      .axa_theme body #wrapper .btn-axa.btn-blue {
        background: #00008F;
        color: #FFF; }
        .axa_theme body #wrapper .btn-axa.btn-blue:hover {
          background: #00005B; }
      .axa_theme body #wrapper .btn-axa.btn-orange {
        background: #F07662;
        color: #FFF;
        border: 0.125rem solid #F07662; }
        .axa_theme body #wrapper .btn-axa.btn-orange:hover {
          background: #EC4D33; }
      .axa_theme body #wrapper .btn-axa.btn-orange-ghost {
        background: transparent;
        color: #F07662;
        border: 0.125rem solid #F07662; }
        .axa_theme body #wrapper .btn-axa.btn-orange-ghost:hover {
          color: #FFFFFF;
          background: #F07662; }
      .axa_theme body #wrapper .btn-axa.btn-ghost {
        background: transparent;
        color: #00008F;
        border: 0.125rem solid #00008F; }
        .axa_theme body #wrapper .btn-axa.btn-ghost:hover {
          color: #FFFFFF;
          background: #00008F; }
      .axa_theme body #wrapper .btn-axa.btn-white-ghost {
        background: transparent;
        color: #FFFFFF;
        border: 0.125rem solid #FFFFFF;
        line-height: 2.5625rem; }
        .axa_theme body #wrapper .btn-axa.btn-white-ghost:hover {
          color: #00008F;
          background: #FFFFFF; }
      .axa_theme body #wrapper .btn-axa.close-btn {
        padding: 6px;
        min-width: unset;
        min-height: unset;
        width: unset;
        height: unset;
        line-height: 0;
        position: absolute;
        right: 23px;
        top: 4px; }
      .axa_theme body #wrapper .btn-axa.btn-icon {
        position: relative;
        padding-right: 4.2rem; }
        .axa_theme body #wrapper .btn-axa.btn-icon [class^="icon-axa-"] {
          position: absolute;
          right: 0.6rem;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.3rem; }
        .axa_theme body #wrapper .btn-axa.btn-icon.btn-axa:after, .axa_theme body #wrapper .btn-axa.btn-icon.btn-orange:after {
          border-left: 0.125rem #FFFFFF solid; }
        .axa_theme body #wrapper .btn-axa.btn-icon.btn-ghost:after {
          border-left: 0.125rem #00008F solid; }
        .axa_theme body #wrapper .btn-axa.btn-icon.btn-ghost:hover:after {
          border-left: 0.125rem #FFFFFF solid; }
        .axa_theme body #wrapper .btn-axa.btn-icon.btn-orange-ghost:after {
          border-left: 0.125rem #F07662 solid; }
        .axa_theme body #wrapper .btn-axa.btn-icon:after {
          content: "";
          position: absolute;
          top: 0px;
          right: 2.6rem;
          width: 1px;
          height: 100%; }
    .axa_theme body #wrapper a.btn-axa {
      display: inline-block; }
    .axa_theme body #wrapper form .button-holder {
      margin: 0.3125rem 0 0; }
    .axa_theme body #wrapper .form-control {
      background-color: #FFFFFF;
      border: 0.0625rem solid #E5E5E5;
      border-radius: 0;
      outline: 0; }
      .axa_theme body #wrapper .form-control[type="password"] {
        text-transform: none; }
    .axa_theme body #wrapper .has-success .form-control {
      border: 1px solid #1CC54F; }
    .axa_theme body #wrapper .has-success label {
      color: #1CC54F; }
    .axa_theme body #wrapper .has-error .form-control {
      border: 1px solid #BA0108; }
    .axa_theme body #wrapper .has-error .help-block, .axa_theme body #wrapper .has-error .control-label, .axa_theme body #wrapper .has-error .radio, .axa_theme body #wrapper .has-error .checkbox, .axa_theme body #wrapper .has-error .radio-inline, .axa_theme body #wrapper .has-error .checkbox-inline, .axa_theme body #wrapper .has-error .radio label, .axa_theme body #wrapper .has-error .checkbox label, .axa_theme body #wrapper .has-error .radio-inline label, .axa_theme body #wrapper .has-error .checkbox-inline label, .axa_theme body #wrapper .has-error label {
      color: #BA0108; }
    .axa_theme body #wrapper .axa-options {
      padding: 0 0.9375rem; }
      .axa_theme body #wrapper .axa-options input[type="radio"], .axa_theme body #wrapper .axa-options input[type="checkbox"] {
        display: none; }
      .axa_theme body #wrapper .axa-options input[type="checkbox"] ~ label, .axa_theme body #wrapper .axa-options input[type="radio"] ~ label {
        position: relative;
        text-transform: initial;
        line-height: 1.5rem; }
      .axa_theme body #wrapper .axa-options input[type="radio"] ~ label {
        line-height: 1.1875rem; }
      .axa_theme body #wrapper .axa-options input[type="checkbox"] ~ label:before, .axa_theme body #wrapper .axa-options input[type="radio"] ~ label:before {
        content: "";
        display: block;
        background: #FFFFFF;
        font-size: 0.9375rem;
        padding-top: 0.125rem;
        border: 0.0625rem solid #7F7F7F;
        float: left;
        margin-right: 0.3125rem; }
      .axa_theme body #wrapper .axa-options input[type="checkbox"] ~ label:before {
        width: 20px;
        height: 20px;
        border-color: #CCC; }
      .axa_theme body #wrapper .axa-options input[type="radio"] ~ label:before {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border-color: #CCC;
        padding: 0; }
      .axa_theme body #wrapper .axa-options input[type="checkbox"]:checked ~ label:before, .axa_theme body #wrapper .axa-options input[type="radio"]:checked ~ label:before {
        background: #00008F; }
      .axa_theme body #wrapper .axa-options input[type="checkbox"]:checked ~ label:after {
        content: "";
        left: 7px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 0.1875rem 0.1875rem 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute; }
      .axa_theme body #wrapper .axa-options input[type="radio"]:checked ~ label:after {
        content: "";
        left: 5px;
        top: 5px;
        width: 0;
        height: 0;
        border: 0.25rem solid white;
        border-radius: 50%;
        position: absolute; }
    .axa_theme body #wrapper .radio-squared {
      margin: 4px;
      float: left;
      width: 100%; }
      .axa_theme body #wrapper .radio-squared label {
        float: left;
        margin: 4px;
        border: 1px solid #00008F;
        color: #00008F;
        display: flex; }
        .axa_theme body #wrapper .radio-squared label span {
          text-align: center;
          font-size: 20px;
          padding: 9px 33px;
          display: block;
          width: 100%; }
          .axa_theme body #wrapper .radio-squared label span i {
            display: block;
            font-size: 56px; }
        .axa_theme body #wrapper .radio-squared label input {
          display: none; }
      .axa_theme body #wrapper .radio-squared input:checked + span,
      .axa_theme body #wrapper .radio-squared input:hover + span {
        background-color: #00008F;
        color: #F7F7F7;
        cursor: pointer; }
      .axa_theme body #wrapper .radio-squared.with-icon label {
        box-shadow: 3px 3px 4px 2px #cccccc6e; }
        .axa_theme body #wrapper .radio-squared.with-icon label span {
          width: 160px; }
          .axa_theme body #wrapper .radio-squared.with-icon label span i {
            display: block;
            font-size: 56px; }
    .axa_theme body #wrapper ul.nav-stacked > li {
      margin-bottom: 0px; }
      .axa_theme body #wrapper ul.nav-stacked > li > a {
        color: #555;
        border: none;
        border-bottom: 1px solid #7F7F7F;
        outline: none; }
        .axa_theme body #wrapper ul.nav-stacked > li > a:hover {
          background: #FFF;
          border: medium none;
          border-bottom: 0.0625rem solid #7F7F7F; }
      .axa_theme body #wrapper ul.nav-stacked > li.active > a {
        border: none;
        border-bottom: 0.0625rem solid #7F7F7F;
        border-left: 0.125rem solid #00008F;
        color: #00008F;
        outline: none;
        font-weight: bold;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0; }
    .axa_theme body #wrapper .box-content {
      -webkit-box-shadow: 0 0 0.625rem -0.125rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 0.625rem -0.125rem rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 0.625rem -0.125rem rgba(0, 0, 0, 0.2);
      padding: 0.625rem 1.25rem;
      margin: 0.625rem 0; }
    .axa_theme body #wrapper .box-content-gray {
      padding: 0.625rem 1.25rem;
      margin: 0.625rem 0;
      background: #FAFAFA;
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.1);
      border-style: solid; }
    .axa_theme body #wrapper .box-content-blue-mini {
      background: #00008F;
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.1);
      border-style: solid;
      height: 35px; }
    .axa_theme body #wrapper .box-content-blue {
      padding: 0.625rem 1.25rem;
      margin: 0.625rem 0;
      border-width: 1px;
      border-color: #000072;
      border-style: solid; }
    .axa_theme body #wrapper .box-content-white {
      padding: 0.625rem 1.25rem;
      margin: 0.625rem 0;
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.1);
      border-style: solid; }
    .axa_theme body #wrapper .loadingMaskLoader {
      position: relative;
      width: 150px;
      height: 150px; }
      .axa_theme body #wrapper .loadingMaskLoader .load {
        position: absolute;
        background: none transparent;
        height: 100%;
        margin: 0;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0; }
        .axa_theme body #wrapper .loadingMaskLoader .load h4 {
          font-family: 'Source Sans Pro', sans-serif;
          position: absolute;
          left: calc(50% - 30px);
          left: -webkit-calc(50% - 30px);
          left: -moz-calc(50% - 30px);
          bottom: 40%;
          text-align: center;
          width: 65px; }
        .axa_theme body #wrapper .loadingMaskLoader .load #loader {
          animation: animate 1.5s linear infinite;
          clip: rect(0, 120px, 120px, 80px);
          height: 120px;
          width: 120px;
          position: absolute;
          left: 50%;
          left: calc(50% - 60px);
          left: -webkit-calc(50% - 60px);
          left: -moz-calc(50% - 60px);
          top: calc(50% - 60px);
          top: -webkit-calc(50% - 60px);
          top: -moz-calc(50% - 60px);
          z-index: 101; }
          .axa_theme body #wrapper .loadingMaskLoader .load #loader:after {
            animation: animate2 1.5s ease-in-out infinite;
            clip: rect(0, 120px, 120px, 80px);
            content: '';
            border-radius: 50%;
            height: 120px;
            width: 120px;
            position: absolute;
            left: 50%;
            left: calc(50% - 60px);
            left: -webkit-calc(50% - 60px);
            left: -moz-calc(50% - 60px);
            top: calc(50% - 60px);
            top: -webkit-calc(50% - 60px);
            top: -moz-calc(50% - 60px); }
      .axa_theme body #wrapper .loadingMaskLoader.fixed {
        /* Loader fixed*/ }
        .axa_theme body #wrapper .loadingMaskLoader.fixed .load h4 {
          position: fixed;
          left: calc(50% - 35px);
          left: -webkit-calc(50% - 35px);
          left: -moz-calc(50% - 35px);
          bottom: calc(50% - 21px); }
        .axa_theme body #wrapper .loadingMaskLoader.fixed .load #loader {
          position: fixed; }
    .axa_theme body #wrapper .loadingMaskFullscreen {
      width: 326px; }
      .axa_theme body #wrapper .loadingMaskFullscreen .load {
        position: fixed;
        background: none transparent;
        height: 100%;
        margin: 0;
        width: 100%;
        z-index: 100;
        top: 24%;
        left: 0;
        right: 0; }
        .axa_theme body #wrapper .loadingMaskFullscreen .load h3 {
          color: #ffffff;
          font-family: Publico Banner;
          font-size: 2rem; }
        .axa_theme body #wrapper .loadingMaskFullscreen .load h4 {
          color: #ffffff;
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 1.4rem;
          line-height: 32px;
          display: inline-block; }
        .axa_theme body #wrapper .loadingMaskFullscreen .load img {
          height: 245px; }
    .axa_theme body #wrapper div.icon-circle-container {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: inline-block; }
      .axa_theme body #wrapper div.icon-circle-container.axa_red {
        background: #ED1C24; }
      .axa_theme body #wrapper div.icon-circle-container.axa_blue {
        background: #00008F; }
      .axa_theme body #wrapper div.icon-circle-container.axa_lighter_blue {
        background: #494DF4; }
      .axa_theme body #wrapper div.icon-circle-container i {
        font-size: 2rem;
        display: block;
        color: white;
        line-height: 50px;
        margin: 0 auto;
        width: 32px; }
    .axa_theme body #wrapper .control-group.error .control-label, .axa_theme body #wrapper .control-group.error .help-block, .axa_theme body #wrapper .control-group.error .help-inline {
      font-size: 0.875rem;
      color: #BA0108; }
    .axa_theme body #wrapper #modalContainer #errorIcon {
      color: #BA0108;
      font-size: 35px;
      display: inline-block;
      margin-left: 46%; }
    .axa_theme body #wrapper .modal-body {
      position: relative;
      overflow-y: auto;
      max-height: 400px;
      padding: 15px; }
    .axa_theme body #wrapper .modal-content {
      padding-top: 15px; }
    .axa_theme body #wrapper .modal {
      border-radius: 3px; }
    .axa_theme body #wrapper body.yui3-skin-sam .yui3-widget-mask {
      background-color: #333333; }
    .axa_theme body #wrapper .alert {
      background-color: #FFEA87;
      border-color: #FFD924;
      color: #333333;
      text-shadow: none; }
      .axa_theme body #wrapper .alert.alert-info {
        background-color: #CEF1FC;
        border-color: #28C1F2;
        color: #333333; }
      .axa_theme body #wrapper .alert.alert-success {
        background-color: #77E298;
        border-color: #1CC54F;
        color: #333333; }
      .axa_theme body #wrapper .alert.alert-danger, .axa_theme body #wrapper .alert .alert-error {
        background-color: #F0D7D8;
        border-color: #BA0108;
        color: #333333; }
    .axa_theme body #wrapper .navbar-classic.search-opened .navbar {
      visibility: hidden; }
    .axa_theme body #wrapper .navbar-classic.search-opened .search-bar-simple .search-bar-keywords-input-wrapper {
      width: 35rem;
      transition: width 225ms cubic-bezier(0.4, 0, 1, 1) 225ms; }
    .axa_theme body #wrapper .search-bar-simple {
      /* 		position:static; */ }
      .axa_theme body #wrapper .search-bar-simple .search-bar-keywords-input-wrapper {
        position: absolute;
        width: 5.375rem;
        right: 0;
        transition: width 225ms cubic-bezier(0, 0, 0.2, 1);
        background: #ffffff;
        transform: translateY(-31%);
        flex-wrap: nowrap;
        /*     		min-width: unset; */
        /* 			&.opened{ */
        /* 				width: 35rem; */
        /* 				transition: width 225ms cubic-bezier(.4,0,1,1) 225ms; */
        /* 			} */ }
        .axa_theme body #wrapper .search-bar-simple .search-bar-keywords-input-wrapper .search-bar-keywords-input {
          margin: 1.25rem 0 1.25rem 1.3125rem;
          border: none;
          text-transform: capitalize;
          font-size: 0.875rem; }
      .axa_theme body #wrapper .search-bar-simple .search-bar-search-button-wrapper {
        border: none; }
        .axa_theme body #wrapper .search-bar-simple .search-bar-search-button-wrapper .search-bar-search-button {
          border-left: 2px #F5F5F5 solid;
          padding-bottom: 0.75rem;
          padding-top: 0.25rem;
          border-radius: 0; }
          .axa_theme body #wrapper .search-bar-simple .search-bar-search-button-wrapper .search-bar-search-button:focus {
            box-shadow: none; }
          .axa_theme body #wrapper .search-bar-simple .search-bar-search-button-wrapper .search-bar-search-button svg {
            width: 27px;
            height: 35px;
            fill: #F5F5F5; }
    .axa_theme body #wrapper .gray-shadow {
      box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); }
    .axa_theme body #wrapper .axa-disabled {
      opacity: 0.5; }
      .axa_theme body #wrapper .axa-disabled input, .axa_theme body #wrapper .axa-disabled select {
        pointer-events: none; }
    .axa_theme body #wrapper input[type="text"], .axa_theme body #wrapper input[type="password"], .axa_theme body #wrapper input[type="search"], .axa_theme body #wrapper select {
      width: 100%;
      border: 1px solid #E5E5E5;
      outline: none;
      border-radius: 0px;
      box-shadow: none;
      box-sizing: border-box;
      color: #000;
      font-family: 'Source Sans Pro', sans-serif;
      height: 35px;
      text-transform: none;
      font-size: 14px;
      line-height: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      z-index: 2; }
      .axa_theme body #wrapper input[type="text"]:focus, .axa_theme body #wrapper input[type="password"]:focus, .axa_theme body #wrapper input[type="search"]:focus, .axa_theme body #wrapper select:focus {
        box-shadow: none;
        outline: none;
        border: 1px #00008F solid; }
      .axa_theme body #wrapper input[type="text"][type="password"], .axa_theme body #wrapper input[type="password"][type="password"], .axa_theme body #wrapper input[type="search"][type="password"], .axa_theme body #wrapper select[type="password"] {
        text-transform: none; }
  .axa_theme body .tooltip {
    max-width: 340px; }
  .axa_theme body .tooltip-help {
    font-size: 1.3rem;
    color: #00008F;
    line-height: 0; }
  .axa_theme body .taglib-icon-help.lfr-portal-tooltip {
    opacity: 1 !important; }
  .axa_theme body .taglib-icon-help.lfr-portal-tooltip {
    color: #00008F;
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .axa_theme body .tooltip-content.tooltip-inner {
    color: #FFFFFF;
    background-color: #00008F;
    max-width: 600px;
    text-align: center;
    padding: 12px;
    border: medium none;
    border-radius: 10px;
    opacity: 1;
    z-index: 12005;
    font-size: 16px; }
  .axa_theme body .tooltip.top .tooltip-arrow:before {
    border-top-color: #00008F; }
  .axa_theme body .tooltip.right .tooltip-arrow:before {
    border-right-color: #00008F; }
  .axa_theme body .tooltip.left .tooltip-arrow:before {
    border-left-color: #00008F; }
  .axa_theme body .tooltip.bottom .tooltip-arrow:before {
    border-bottom-color: #00008F; }
  .axa_theme body .grecaptcha-badge {
    z-index: 3; }
  .axa_theme body div.icon-circle-container {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block; }
    .axa_theme body div.icon-circle-container.axa_red {
      background: #ED1C24; }
    .axa_theme body div.icon-circle-container.axa_blue {
      background: #00008F; }
    .axa_theme body div.icon-circle-container.axa_lighter_blue {
      background: #494DF4; }
    .axa_theme body div.icon-circle-container i {
      font-size: 32px;
      display: block;
      color: white;
      line-height: 50px;
      margin: 0 auto;
      width: 32px; }
  .axa_theme body form .button-holder {
    margin: 5px 0 0; }
  .axa_theme body form .control-group {
    margin-bottom: 10px;
    padding: 0; }
  .axa_theme body input, .axa_theme body select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    height: 35px;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    /* 		&.customBorders { */
    /* 		    background: #FFF; */
    /* 		    border-top: none; */
    /* 		    border-left: none; */
    /* 		    border-right: none; */
    /* 		    outline: none; */
    /* 		} */ }
    .axa_theme body input:focus, .axa_theme body select:focus {
      box-shadow: none;
      outline: none;
      border: 1px #00008F solid; }
    .axa_theme body input[type="password"], .axa_theme body select[type="password"] {
      text-transform: none; }
  .axa_theme body input[type="radio"] {
    height: unset;
    width: 13px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio; }
  .axa_theme body input[type="checkbox"] {
    height: unset;
    width: 13px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox; }
  .axa_theme body .axa-number-input .axa-inc-button, .axa_theme body .axa-number-input .axa-dec-button {
    position: absolute;
    cursor: default;
    z-index: 2;
    pointer-events: none;
    height: 18px;
    background: url(../images/arrows.png) no-repeat;
    background-position-x: calc(100% - 1px);
    padding-right: 32px;
    background-size: 90%;
    right: 5px; }
  .axa_theme body .axa-number-input .axa-inc-button {
    bottom: 15px;
    background-position-y: -263px; }
  .axa_theme body .axa-number-input .axa-dec-button {
    bottom: 2px;
    background-position-y: -235px; }
  .axa_theme body .axa-number-input.has-error .axa-inc-button {
    background-position-y: -436px; }
  .axa_theme body .axa-number-input.has-error .axa-dec-button {
    background-position-y: -407px; }
  .axa_theme body .axa-number-input.has-success .axa-inc-button {
    background-position-y: -608px; }
  .axa_theme body .axa-number-input.has-success .axa-dec-button {
    background-position-y: -581px; }
  .axa_theme body select.form-control:not([size]):not([multiple]) {
    position: relative;
    margin: 0;
    background: url(../images/arrows.png) no-repeat;
    background-position-x: calc(100% - 3px);
    background-position-y: -277px;
    padding-right: 32px;
    height: 35px; }
  .axa_theme body .selectize-control .selectize-input {
    position: relative;
    margin: 0;
    background: url(../images/arrows.png) no-repeat;
    background-position-x: calc(100% - 3px);
    background-position-y: -277px;
    padding-right: 32px;
    height: 35px; }
  .axa_theme body .selectize-control.single .selectize-input.input-active {
    position: relative;
    margin: 0;
    background: url(../images/arrows.png) no-repeat;
    background-position-x: calc(100% - 3px);
    background-position-y: -277px;
    padding-right: 32px;
    height: 35px; }
  .axa_theme body .axa-date-input {
    position: relative;
    margin: 0;
    background: url(../images/calendar.png) no-repeat;
    background-position-x: calc(100% - 3px);
    background-position-y: -34px; }
  .axa_theme body .form-group.has-error .control-label, .axa_theme body .form-group.has-error .help-block, .axa_theme body .form-group.has-error .help-inline {
    font-size: 14px;
    color: #BA0108; }
  .axa_theme body .form-group.has-error input {
    border-color: #BA0108; }
    .axa_theme body .form-group.has-error input.axa-date-input {
      background-position-y: -69px; }
  .axa_theme body .form-group.has-error select.form-control:not([size]):not([multiple]) {
    border-color: #BA0108;
    background-position-y: -487px; }
  .axa_theme body .form-group.has-warning .control-label, .axa_theme body .form-group.has-warning .help-inline {
    font-size: 14px;
    color: #FFD924; }
  .axa_theme body .form-group.has-warning input {
    border-color: #FFD924; }
    .axa_theme body .form-group.has-warning input.axa-date-input {
      background-position-y: -139px; }
  .axa_theme body .form-group.has-warning select.form-control:not([size]):not([multiple]) {
    border-color: #FFD924;
    background-position-y: -907px; }
  .axa_theme body .form-group.has-info .control-label, .axa_theme body .form-group.has-info .help-inline {
    font-size: 14px;
    color: #28C1F2; }
  .axa_theme body .form-group.has-info input {
    border-color: #28C1F2; }
    .axa_theme body .form-group.has-info input.axa-date-input {
      background-position-y: -174px; }
  .axa_theme body .form-group.has-info select.form-control:not([size]):not([multiple]) {
    border-color: #28C1F2;
    background-position-y: -1117px; }
  .axa_theme body .form-group.has-success .control-label, .axa_theme body .form-group.has-success .help-inline {
    font-size: 14px;
    color: #1CC54F; }
  .axa_theme body .form-group.has-success input {
    border-color: #1CC54F; }
    .axa_theme body .form-group.has-success input.axa-date-input {
      background-position-y: -104px; }
  .axa_theme body .form-group.has-success select.form-control:not([size]):not([multiple]) {
    border-color: #1CC54F;
    background-position-y: -696px; }
  .axa_theme body .form-group input::-webkit-input-placeholder, .axa_theme body .form-group textarea::-webkit-input-placeholder {
    color: #B7B7B7; }
  .axa_theme body .form-group input:-moz-placeholder, .axa_theme body .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #B7B7B7; }
  .axa_theme body .form-group input::-moz-placeholder, .axa_theme body .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #B7B7B7; }
  .axa_theme body .form-group input:-ms-input-placeholder, .axa_theme body .form-group textarea:-ms-input-placeholder {
    color: #B7B7B7; }

/*Select IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .axa_theme body select {
    background: none;
    padding-right: 0; }
  .axa_theme body #wrapper .dataTables_wrapper .dataTables_length select {
    background: none; }
  .axa_theme body .portlet-navigation {
    width: auto; }
  .axa-number-input .axa-inc-button, .axa-number-input .axa-dec-button {
    display: none; } }

/*Select Edge*/
@supports (-ms-ime-align: auto) {
  .axa-number-input .axa-inc-button, .axa-number-input .axa-dec-button {
    display: none; } }

/*Modals IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.modal-dialog {
    position: fixed; } }

/*Datepicker*/
.datepicker {
  font-family: 'Source Sans Pro', sans-serif;
  cursor: pointer; }

.datepicker.datepicker-dropdown.dropdown-menu {
  min-width: 0; }

.datepicker td, .datepicker th.next i, .datepicker th.prev i, .datepicker th.datepicker-switch {
  color: #00008F; }

.datepicker table tr td.active.active {
  background-color: #4976ba !important;
  background-image: linear-gradient(to bottom, #08c, #4976ba); }

.datepicker .axa-previous-icon:before, .datepicker .axa-next-icon:before {
  color: #00008F; }

/*******END Datepicker*********/
/*Box content IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .axa_theme body #wrapper .box-content {
    box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.2); } }

/*Box content Edge*/
@supports (-ms-ime-align: auto) {
  .axa_theme body #wrapper .box-content {
    box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.2); } }

/*---------------------LOADING BAR---------------------------------*/
.lfr-spa-loading .lfr-spa-loading-bar, .lfr-spa-loading-bar {
  height: 10px !important;
  background: #4976ba !important; }

/*--------------- Google Chrome Update Fix ----------------------*/
:focus {
  outline: none;
  outline-color: white; }

/*--------------- Google Chrome Update Fix ----------------------*/
/**
 * Clay 3.13.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.portal-iframe #main-content {
  width: 100%; }

.separator {
  border-top: 1px solid #cdced9; }

.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #fff;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #fff;
      top: 1000px; }

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; } }

.important {
  font-weight: bold; }

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  *position: fixed !important;
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc; }

.lfr-asset-category-list a.selected {
  background-color: #eee; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #d7f1ff; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88c5d9; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-panels .lfr-panel.lfr-extended,
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc; }

.lfr-form-row {
  border-bottom-color: #ccc; }

.lfr-form-row:hover {
  border-bottom-color: #ccc; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::-webkit-input-placeholder {
    color: #a7a9bc;
    font-style: italic; }
  .form-control-inline::placeholder {
    color: #a7a9bc;
    font-style: italic; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 576px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #fff;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #fafafa; }
    .lfr-code tr td.line-numbers:before {
      color: #aaa;
      text-shadow: 1px 1px #fff; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #b3daef;
  border-color: #5fa8ff;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #d1e5ef; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #b3daef; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7b7b7b; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5f5f5f; }

.openid-login input[type='text'] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }

.lfr-panel-container,
.lfr-floating-container {
  background: #fff; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #d6d6d6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #cdcdcd; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #cecece; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #ccc; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #ccc; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #efefef; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #ccc; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #cfd2d5;
  border-bottom-color: #dcdee0;
  border-top-color: #dcdee0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #cfd2d5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99a7b3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6b7785 #7c8994 #919fa9;
    color: #fff;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094d7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659c #396ea8 #4c8ccb; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6d6d6e; }

.lfr-preview-file-image-current-column,
.lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #fff;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #aeb8bc; }

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #fff; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #a1a2a4; }

.lfr-plain-editor textarea,
.lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description
.input-localized.input-localized-editor
.input-group-item
.wrapper
.form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-spa-loading-bar {
  background: #2fa4f5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #eee; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #e5e4e8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #ccc #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #fff;
    border-right-color: #ccc;
    font-size: 12px; }

.lfr-toolbar .lfr-button,
.lfr-emoticon-container .lfr-button {
  border-color: #e5e4e8; }

.lfr-emoticon-container {
  background: #e5e4e8;
  border-color: #ccc; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #d1e5ef; }
  .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598bec;
    border-color: #224fa8;
    color: #fff; }

.lfr-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #ddd; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869cad; }

.lfr-upload-container .delete-button {
  color: #869cad; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px; }

.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #ffc; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #ddedde;
  border-color: #7d7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7abfdd; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057cb0; }

.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover,
.app-view-entry.active-area td {
  background-color: #5ad300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a,
.app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover,
.app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #d3e8f1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #edf0f3; }

.app-view-search-entry-taglib.search {
  background-color: #fff; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #e2e5e8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media (max-width: 767.98px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th,
.taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover,
.taglib-calendar a:focus {
  background-color: #ccc; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline,
#taglib-diff-results ins {
  background: #e6ffe6; }

.taglib-diff-context {
  background: #eee; }

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6; }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border-color: #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border-color: #fdc6c6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009ae5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009ae5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #e5e5e5; }

.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1; }

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a,
.taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #ddd;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.drop-here-info .drop-icons span:nth-of-type(1),
.drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac; }

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff; }

.drop-here-info .drop-text {
  color: #fff; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #ccc;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #c8c9ca;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

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

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item,
.input-localized .palette-item-inner,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #ff0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #fafafa; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.taglib-image-selector .change-image-controls {
  background: #fff; }

.taglib-image-selector .selection-status {
  background: #fff;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7; }

.taglib-image-selector.check-active .selection-status {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .selection-status {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .selection-status {
  opacity: 0; }

.dialog-iframe-popup {
  background-color: #fff; }

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed; }

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #aaa;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #ccc; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #f3f3f3; }
  @media (min-width: 576px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828f95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action) {
  color: #272833; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #272833; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-wrap: break-word; }
  @media (min-width: 576px) {
    .lfr-asset-type-column,
    .lfr-author-column,
    .lfr-city-column,
    .lfr-country-column,
    .lfr-email-address-column,
    .lfr-job-title-column,
    .lfr-region-column,
    .lfr-removed-by-column,
    .lfr-replier-column,
    .lfr-scope-column,
    .lfr-screen-name-column,
    .lfr-type-column,
    .lfr-user-column,
    .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column {
  white-space: nowrap; }

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px; }
  @media (min-width: 576px) {
    .lfr-email-column,
    .lfr-mobile-column,
    .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group,
  .lfr-mobile-column .checkbox-container .form-group,
  .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border-color: #ddd; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-social-activities .day-separator {
  border-bottom-color: #ccc; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.taglib-webdav.visible {
  background: #f0f5f7; }

.taglib-webdav table {
  border-color: #828f95; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n + 2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n + 2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n + 2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n + 2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px; }

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%; }

.dialog-iframe-popup .portlet-column {
  position: static; }

.dialog-iframe-popup .dialog-body > .container-fluid-1280,
.dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
  .dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -20px; }

.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0; }

.dialog-iframe-popup .login-container {
  padding: 1.5rem; }

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

.dialog-iframe-popup .dialog-footer {
  background-color: #FFFFFF;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .dialog-footer {
      position: fixed; } }
  .dialog-iframe-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 768px) {
  .dialog-iframe-popup .dialog-body:not(:last-child),
  .dialog-iframe-popup .lfr-dynamic-uploader:not(:last-child),
  .dialog-iframe-popup .lfr-form-content:not(:last-child),
  .dialog-iframe-popup .portlet-configuration-body-content:not(:last-child),
  .dialog-iframe-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.dialog-iframe-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-iframe-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-iframe-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-iframe-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.dialog-iframe-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2b4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #dbdde1;
      color: #b0b4bb; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #ccc; }

.alloy-editor-container .alloy-editor-icon {
  color: #869cad; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #c67; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #f9f9f9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #ccc; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor
.lfr-fullscreen-source-editor-content
.panel-splitter {
  border-color: #ccc; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #FFFFFF;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #FFFFFF;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #FFFFFF;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #FFFFFF;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #FFFFFF;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #FFFFFF;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #FFFFFF;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #FFFFFF;
  color: #272833; }

.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer; }

.lfr-item-viewer .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .progress-container {
  background-color: #fff; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px; }
  @media (min-width: 576px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px; }
  @media (min-width: 576px) {
    .image-viewer-sidenav .h5 {
      color: #fff; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > li > .active {
  background-color: transparent; }
  .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
    border-color: transparent;
    color: #777; }
    @media (min-width: 576px) {
      .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
        color: #fff; } }
  .image-viewer-sidenav .nav-tabs-default > li > .active:after {
    background-color: #65b6f0;
    bottom: -10px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #fff; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #fff; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5; }

.nav.list-group > .active {
  border-width: 1px 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60bfef;
    border: 1px solid #60bfef;
    color: #fff; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus,
.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00a2ea;
    color: #fff; }

.basecelleditor [class~='form-validator-message'] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal.card,
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal .card {
      background-color: #f7f8f9;
      cursor: default; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
      bottom: 0;
      content: "";
      height: 4px;
      left: 0;
      position: absolute;
      right: 0;
      transition: height 0.15s ease-out;
      background-color: #0b5fff; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    border-width: 1px;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #f7f8f9;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #f7f8f9;
      box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719aff; }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #f1f2f5; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.15s ease-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #0b5fff;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #0b5fff;
    height: 4px; }

.dialog-iframe-popup:not(.article-preview) #main-content,
.dialog-iframe-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

.modal-body {
  overflow: auto; }
  .modal-body.dialog-iframe-bd {
    overflow: hidden;
    padding: 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none; } }

.modal-dialog.modal-dialog-sm {
  max-width: 600px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }

.modal-hidden {
  display: none; }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d; }

.customizable-layout-column-content {
  background-color: #c92c3c; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #fff; }

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #fff; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 1rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

@media (min-width: 576px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6b6c7e;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869cad;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tooltip {
  max-width: 200px; }
  .tooltip .tooltip-arrow {
    background-color: #272833;
    height: 0.6rem;
    position: absolute;
    transform: rotate(45deg);
    width: 0.6rem; }

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem; }

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%; }

.tooltip.bottom {
  padding-top: 0.3rem; }
  .tooltip.bottom .tooltip-arrow {
    top: 0; }

.tooltip.left {
  padding-right: 0.3rem; }
  .tooltip.left .tooltip-arrow {
    right: 0; }

.tooltip.right {
  padding-left: 0.3rem; }
  .tooltip.right .tooltip-arrow {
    left: 0; }

.tooltip.top {
  padding-bottom: 0.3rem; }
  .tooltip.top .tooltip-arrow {
    bottom: 0; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4b9bff; }

.user-icon-color-2 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ffb46e; }

.user-icon-color-3 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ff5f5f; }

.user-icon-color-4 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #50d2a0; }

.user-icon-color-5 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ff73c3; }

.user-icon-color-6 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #9be169; }

.user-icon-color-7 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #ffd76e; }

.user-icon-color-9 {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #5fc8ff; }

.portlet-column-content.empty {
  padding: 50px; }

#wrapper {
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #b50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: '';
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder,
  .navigation-pane .navigation-entry .nav-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media (min-width: 768px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83b0ca;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #b7def4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text,
.panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 3rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34; }

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #fff;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #fff; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: #80ACFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

.portlet-content-editable {
  border-color: #80ACFF;
  border-radius: 0 0 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }

.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #F0F5FF;
  border-color: #80ACFF;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #0b5fff;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: #0b5fff; }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: #80ACFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd; }

.main-content-body {
  margin-top: 20px; }

.restricted,
.restricted td {
  background: #fdd;
  border-width: 0; }

.restricted * {
  color: #727c81; }

.alt.restricted td {
  background-color: #ffc0c0; }

.hover.restricted td {
  background-color: #d3bdc0; }

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #FFF;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727c81;
    color: #fff; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4; }

.taglib-calendar tr th {
  border-bottom-color: #d7d7d7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day,
.taglib-calendar .calendar-current-day a {
  background-color: #fff; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline; }

.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #fff; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress,
.lfr-editable:after {
  border-radius: 10px; }

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul,
.active-area-proxy,
.entry-display-style .entry-thumbnail,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.taglib-ratings.stars:hover,
.taglib-ratings.stars:hover .liferay-rating-vote > div,
.taglib-ratings.stars .rating-focused > div,
.tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style,
.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #ff0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  transform: translateX(100%); }

@keyframes shift-rightwards {
  0% {
    transform: translateX(-100%); }
  40% {
    transform: translateX(0%); }
  60% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  transform: scale(0.8);
  transition: transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc); }

input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in; }
  @media (prefers-reduced-motion: reduce) {
    input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
    input.switch:empty ~ .switch-bar .switch-icon,
    input.switch:empty ~ .switch-bar .switch-toggle:after,
    input.switch:empty ~ .switch-bar .switch-toggle:before {
      transition: none; } }

.taglib-image-selector .selection-status {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-image-selector .selection-status {
      transition: none; } }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

.drop-here-info {
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-icons {
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg); }

.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0; }

.list-group-item-flex > .autofit-col:first-of-type {
  padding-left: 10px;
  padding-right: 4px; }

@media (min-width: 992px) {
  .info-panel {
    bottom: 0;
    position: absolute;
    top: 0; }
    .info-panel > .sidenav-menu {
      bottom: 0;
      position: absolute;
      right: 0 !important;
      top: 0; } }

@media (max-width: 991px) {
  .navbar.navbar-classic .custom-logo {
    transform: scale(0.9); }
  .navbar.navbar-classic .nav .lfr-nav-child-toggle {
    display: inline;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%); }
  .navbar.navbar-classic .nav .open > a, .navbar.navbar-classic .nav .open > a:hover, .navbar.navbar-classic .nav .open > a:focus, .navbar.navbar-classic .nav > li > a:hover, .navbar.navbar-classic .nav > li > a:focus {
    border-bottom: none; }
  .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li {
      text-transform: uppercase;
      background: #FAFAFA;
      border-bottom: 2px #F5F5F5 solid;
      text-align: left; }
      .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li:hover a {
        color: #7F7F7F;
        text-decoration: none;
        word-break: keep-all; }
      .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li.dropdown {
        position: unset; }
        .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li.dropdown:hover > .dropdown-menu {
          position: absolute;
          width: 100%;
          max-width: unset;
          height: 100%;
          top: 0;
          max-height: unset;
          transition: transform .15s linear;
          transform: translateX(100%); }
          .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li.dropdown:hover > .dropdown-menu.show {
            transform: translateX(0); }
          .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li.dropdown:hover > .dropdown-menu li {
            background: #FFFFFF;
            border-top: 1px solid #E5E5E5; }
            .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li.dropdown:hover > .dropdown-menu li a {
              color: #00008F;
              text-decoration: none;
              word-break: keep-all; }
      .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li a {
        color: #7F7F7F;
        padding: 20px 41px;
        display: block;
        word-break: keep-all; }
      .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li .dropdown-item.back-action {
        color: #00008F;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        font-size: 20px; }
        .navbar.navbar-classic #navigationCollapse .top-navi-mobile ul li .dropdown-item.back-action:active {
          background-color: #FFFFFF; }
  .navbar.navbar-classic .navbar-form {
    padding: 0; }
  .navbar.navbar-classic .navbar-collapse {
    transition: transform .15s linear;
    transform: translateX(237%);
    position: absolute;
    z-index: 1000;
    background: #FFFFFF;
    min-height: 89%;
    width: 50%;
    overflow: hidden;
    top: 5.7rem;
    border-left: 1px #E5E5E5 solid; }
    .navbar.navbar-classic .navbar-collapse.show {
      transform: translateX(90%); }
      .navbar.navbar-classic .navbar-collapse.show ~ .menu-mask {
        display: block; }
    .navbar.navbar-classic .navbar-collapse.collapsing {
      height: 100%;
      transition: none; }
    .navbar.navbar-classic .navbar-collapse .navbar-nav {
      border-bottom: 1px #f3f3f3 solid; }
      .navbar.navbar-classic .navbar-collapse .navbar-nav li {
        border-top: 1px #f3f3f3 solid;
        width: 100%; }
        .navbar.navbar-classic .navbar-collapse .navbar-nav li a {
          padding: 20px 41px;
          word-break: break-word;
          white-space: normal;
          position: relative; }
  .navbar.navbar-classic .menu-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 5.8rem;
    left: 0;
    background: black;
    z-index: 9;
    opacity: 20%;
    display: none; }
  .navbar.navbar-classic .navbar {
    margin-right: unset; }
    .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu {
      position: fixed;
      display: block;
      top: 0;
      max-height: unset;
      height: 100%;
      transition: transform .2s linear;
      transform: translateX(100%);
      padding: 0;
      border: none;
      box-shadow: none; }
      .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu.show {
        transform: translateX(0); }
      .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6 {
        padding: 0; }
        .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6.nav-item-name .dropdown-item {
          align-items: center;
          font-size: 20px;
          color: #00008F;
          text-transform: uppercase; }
          .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6.nav-item-name .dropdown-item .lfr-nav-child-back-toggle {
            display: inline; }
          .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6.nav-item-name .dropdown-item:active {
            background-color: #FFFFFF; }
        .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6 ul {
          padding: 0;
          border-left: none;
          border-bottom: 1px solid #E5E5E5; }
          .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6 ul li {
            width: 100%;
            border-top: 1px solid #E5E5E5;
            margin: 0;
            padding: 0; }
            .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6 ul li a {
              display: block;
              font-size: 0.875rem;
              word-break: keep-all; }
      .navbar.navbar-classic .navbar .nav .dropdown-menu.child-menu.complete-width {
        top: 0; }
  .axa_theme body #wrapper .navbar.navbar-classic .navbar-collapse.collapse {
    display: none; }
  .axa_theme body #wrapper .navbar.navbar-classic .navbar-collapse.collapse.show {
    display: block; } }

@media (max-width: 480px) {
  .navbar.navbar-classic .navbar-collapse {
    transform: translateX(125%);
    min-height: 89%;
    width: 87%; }
    .navbar.navbar-classic .navbar-collapse.show {
      transform: translateX(8%); }
  .navbar.navbar-classic .custom-logo {
    transform: scale(0.8); }
  #banner .topNavi .container.metaNavigation ul .dropdown {
    max-width: 171px; } }

@media (max-width: 375px) {
  .navbar.navbar-classic .custom-logo {
    transform: scale(0.7); } }

#banner .topNavi {
  height: 35px;
  width: 100%;
  border-top: 2px solid #00008F;
  box-sizing: content-box;
  background: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0.8125rem; }
  #banner .topNavi .container.metaNavigation {
    padding-top: 0; }
    #banner .topNavi .container.metaNavigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #banner .topNavi .container.metaNavigation ul li {
        text-transform: uppercase; }
        #banner .topNavi .container.metaNavigation ul li:hover a {
          color: #00008F;
          text-decoration: none;
          background: #FFFFFF; }
        #banner .topNavi .container.metaNavigation ul li.active {
          background: #FFFFFF;
          border-bottom: 1px solid #FFFFFF; }
          #banner .topNavi .container.metaNavigation ul li.active a {
            color: #00008F; }
        #banner .topNavi .container.metaNavigation ul li.dropdown:hover > .dropdown-menu {
          display: block; }
        #banner .topNavi .container.metaNavigation ul li a {
          color: #999999;
          padding: 8px 12px 8px 12px;
          display: block; }
          #banner .topNavi .container.metaNavigation ul li a.dropdown-arrow {
            padding: 8px 22px 8px 12px; }
          #banner .topNavi .container.metaNavigation ul li a .user-name {
            color: #00008F; }
      #banner .topNavi .container.metaNavigation ul .dropdown {
        max-width: 300px;
        max-height: 35px; }
        #banner .topNavi .container.metaNavigation ul .dropdown .dropdown-icon {
          float: right;
          padding-top: 3px;
          margin-right: -22px;
          margin-left: 6px;
          color: #00008F; }
        #banner .topNavi .container.metaNavigation ul .dropdown ul li:last-child {
          border-bottom: unset; }
        #banner .topNavi .container.metaNavigation ul .dropdown ul li {
          border-bottom: 1px #E5E5E5 solid; }
          #banner .topNavi .container.metaNavigation ul .dropdown ul li a {
            background: #FAFAFA;
            color: #999999; }
        #banner .topNavi .container.metaNavigation ul .dropdown ul li:hover a {
          color: #00008F; }
        #banner .topNavi .container.metaNavigation ul .dropdown a {
          display: flex; }
          #banner .topNavi .container.metaNavigation ul .dropdown a span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%; }

button.navbar-toggler i {
  font-size: 2rem; }

button.navbar-toggler[aria-expanded="false"] i.icon-axa-fu017 {
  display: none; }

button.navbar-toggler[aria-expanded="false"] i.icon-axa-fu035 {
  display: block; }

button.navbar-toggler[aria-expanded="true"] i.icon-axa-fu017 {
  display: block; }

button.navbar-toggler[aria-expanded="true"] i.icon-axa-fu035 {
  display: none; }

.navbar-top .navigation-holder {
  padding-bottom: 0;
  padding-top: 0; }

.navbar-blank {
  flex-wrap: wrap; }

.navbar-classic {
  background-color: #FFF;
  position: static; }
  .navbar-classic.navbar-light {
    border-bottom: 1px solid #E7E7ED; }
  .navbar-classic .navbar-form {
    padding: 0; }
    .navbar-classic .navbar-form .field-wrapper {
      right: 0;
      top: 0; }
      .navbar-classic .navbar-form .field-wrapper .lfr-icon-item {
        color: #6B6C7E; }
  @media (max-width: 767.98px) {
    .navbar-classic .portlet-search-bar {
      width: 100%; } }
  .navbar-classic .logo {
    align-items: unset !important; }
  .navbar-classic .logo:hover {
    text-decoration: none; }
  @media (min-width: 1200px) {
    .navbar-classic .navbar-nav .nav-item:not(:last-of-type) .nav-link {
      margin-right: 16px; } }
  .navbar-classic .nav-link {
    color: #6B6C7E;
    font-size: 0.9375rem;
    font-weight: 600; }

.navbar-classic .nav > li > a {
  color: #00008F;
  padding-top: 26px;
  padding-bottom: 26px;
  text-transform: uppercase; }

.navbar-classic .nav .open > a, .navbar-classic .nav .open > a:hover, .navbar-classic .nav .open > a:focus, .navbar-classic .nav > li > a:hover, .navbar-classic .nav > li > a:focus {
  background-color: #FFF;
  border-bottom: 4px solid #F07662;
  padding-bottom: 22px;
  color: axa_darker_blue; }

.navbar-classic .navbar {
  border: medium none;
  position: static;
  margin-right: 6.375rem; }
  .navbar-classic .navbar .nav .dropdown-menu.child-menu {
    background: #FFF;
    padding: 30px 20px;
    position: absolute;
    top: 4.3rem;
    width: 100%;
    left: 0;
    max-width: 100%; }
    .navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6 {
      position: initial; }
      .navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6.nav-item-name {
        position: relative; }
      .navbar-classic .navbar .nav .dropdown-menu.child-menu .col-lg-6 h2 {
        position: absolute;
        top: calc(50% + -16px);
        margin: 0;
        right: 8%;
        font-family: Publico Banner -webkit-body;
        font-weight: bold !important;
        font-size: 2.3rem; }
    .navbar-classic .navbar .nav .dropdown-menu.child-menu ul {
      border-left: 2px solid #e5e5e5;
      padding: 18px 0 18px 30px;
      list-style: none;
      margin: 0; }
      .navbar-classic .navbar .nav .dropdown-menu.child-menu ul li {
        float: left;
        width: calc(50% - 20px);
        margin: 16px 0; }
      .navbar-classic .navbar .nav .dropdown-menu.child-menu ul:before, .navbar-classic .navbar .nav .dropdown-menu.child-menu ul:after {
        content: " ";
        display: table; }
      .navbar-classic .navbar .nav .dropdown-menu.child-menu ul:after {
        clear: both; }
      .navbar-classic .navbar .nav .dropdown-menu.child-menu ul a {
        font-size: 18px;
        word-break: keep-all; }
    .navbar-classic .navbar .nav .dropdown-menu.child-menu.complete-width {
      position: fixed;
      top: 6.6rem; }

.navbar-classic .navbar-form {
  padding: 17px 0; }

#banner .row:first-child {
  display: flex; }

.nav {
  flex-direction: row; }

.sidebar-default .sidebar-header h4 {
  padding-top: 8px; }

.sidebar-default .sidebar-header .text-default {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 400; }

.sidebar-default .sidebar-header .icon-monospaced {
  color: #6b6c7e; }

@media (min-width: 768px) {
  .sidebar-default .sidebar-header {
    padding-top: 0; } }

@media (min-width: 768px) {
  .sidebar-default .navbar-default {
    background-color: transparent; }
    .sidebar-default .navbar-default .navbar-nav {
      border-bottom: 1px solid #CDCED9;
      width: 100%; } }

.sidebar-default .navbar-default .active > a {
  font-weight: 600;
  padding: 13px 16px; }
  .sidebar-default .navbar-default .active > a:after {
    content: '';
    height: 4px;
    left: 0;
    right: 0; }

.sidebar-default .navbar-collapse {
  border-bottom: 1px solid #CDCED9; }

@media (min-width: 768px) {
  .sidebar-default .navigation-bar-light, .sidebar-default .sidebar-block > .list-group-item, .sidebar-default .panel {
    background-color: transparent;
    border-color: transparent; } }

div.splitter {
  background-color: transparent;
  padding-left: 0; }

.table-list th:first-child, .table-list td:first-child {
  padding-left: 18px;
  padding-right: 6px; }

.widget-mode-detail {
  background-color: #FFF; }
  .widget-mode-detail .title {
    color: #272833;
    font-weight: 700;
    line-height: 1.25; }
  .widget-mode-detail .sub-title {
    color: #A0A1B0;
    font-weight: 400; }
  .widget-mode-detail .widget-metadata {
    font-size: 0.875rem; }
    .widget-mode-detail .widget-metadata .inline-item-before {
      margin-right: 1rem; }
    .widget-mode-detail .widget-metadata .username {
      color: #272833;
      font-weight: 600;
      line-height: 2; }
  .widget-mode-detail .aspect-ratio {
    padding-bottom: 480px; }

.widget-mode-card .card {
  border-radius: 8px; }

.widget-mode-card .card-header {
  border-radius: 8px 8px 0 0; }

.widget-mode-card .card-body {
  padding: 24px; }

.widget-mode-card .widget-topbar .title-link {
  color: #272833; }

.widget-mode-card .widget-topbar .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 24px; }

.widget-mode-card .widget-metadata {
  font-size: 0.875rem;
  margin-bottom: 16px; }
  .widget-mode-card .widget-metadata .inline-item-before {
    margin-right: 1rem; }
  .widget-mode-card .widget-metadata .username {
    color: #272833;
    font-weight: 600; }

.widget-mode-card .widget-resume {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0; }

.widget-mode-card .card-footer {
  background-color: transparent;
  padding: 0 1rem 1rem; }

.widget-mode-card .widget-toolbar {
  border-top: 1px solid #E7E7ED;
  padding-top: 8px; }

.widget-mode-simple .widget-mode-simple-entry:not(:last-child) {
  border-bottom: 1px solid #E7E7ED;
  margin-bottom: 24px;
  padding-bottom: 24px; }

.widget-mode-simple .widget-topbar .title-link {
  color: #272833; }

.widget-mode-simple .widget-topbar .title {
  font-size: 1.75rem;
  font-weight: 700; }

.widget-mode-simple .widget-metadata {
  font-size: 0.875rem; }
  .widget-mode-simple .widget-metadata .inline-item-before {
    margin-right: 1rem; }
  .widget-mode-simple .widget-metadata .username {
    color: #272833;
    font-weight: 600; }

.widget-toolbar .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem; }

.portlet-decorate .portlet {
  margin-bottom: 24px; }

.portlet-decorate .portlet-content {
  background-color: #FFF;
  border: 1px solid #E7E7ED;
  border-radius: 0.5rem;
  padding: 24px; }

.portlet-barebone .panel, .portlet-borderless .panel {
  background-color: transparent; }
  .portlet-barebone .panel.card, .portlet-borderless .panel.card {
    border-color: #CDCED9;
    box-shadow: none; }

.portlet-barebone .panel-default, .portlet-borderless .panel-default {
  border-color: #CDCED9; }

.portlet-barebone .widget-mode-detail, .portlet-borderless .widget-mode-detail {
  background-color: transparent; }

.portlet-hello-world .portlet-content {
  background: url(../images/portlet_hello_world/welcome_bg.jpg) bottom left;
  background-size: cover;
  min-height: 390px;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .portlet-hello-world .portlet-content {
      padding-left: 50px; } }
  .portlet-hello-world .portlet-content .portlet-header {
    margin-bottom: 0; }
  .portlet-hello-world .portlet-content .portlet-title-text {
    color: #272833;
    font-size: 220%;
    text-transform: none; }
  .portlet-hello-world .portlet-content .portlet-body {
    padding-right: 30%; }
    @media (min-width: 768px) {
      .portlet-hello-world .portlet-content .portlet-body {
        padding-right: 60%; } }

.axa_theme {
  height: 100%; }
  .axa_theme body {
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    font-size: 15px;
    /* #footer { */
    /* 	background-color: $complementary-color; */
    /* 	color: #FFF; */
    /* 	margin-top: 1rem; */
    /* 	> .container { */
    /* 		padding-bottom: 3rem; */
    /* 		padding-top: 3rem; */
    /* 	} */
    /* } */
    /* #footer { */
    /* 	background-color: $complementary-color; */
    /* 	color: #FFF; */
    /* 	margin-top: 1rem; */
    /* 	> .container { */
    /* 		padding-bottom: 3rem; */
    /* 		padding-top: 3rem; */
    /* 	} */
    /* } */ }
    .axa_theme body .flipped {
      height: 100%; }
    .axa_theme body #wrapper.lightFooter {
      padding-bottom: 7rem; }
    .axa_theme body #wrapper {
      min-height: 100%;
      position: relative;
      padding: 0px; }
      .axa_theme body #wrapper .container-fluid-1280 {
        padding-top: 10px; }
      .axa_theme body #wrapper header .portlet, .axa_theme body #wrapper header .field-wrapper, .axa_theme body #wrapper header .form-group {
        margin-bottom: 0; }
      .axa_theme body #wrapper header .text-default {
        color: #333333;
        font-weight: 600; }
      .axa_theme body #wrapper header .field-wrapper {
        position: absolute;
        right: 4px;
        top: 2px; }
        .axa_theme body #wrapper header .field-wrapper a {
          color: #FFFFFF; }
      .axa_theme body #wrapper header .portlet {
        margin-bottom: 0; }
        .axa_theme body #wrapper header .portlet:hover {
          z-index: 1034; }
      .axa_theme body #wrapper header .user-avatar-link {
        position: relative; }
      .axa_theme body #wrapper header .user-personal-bar .fieldset {
        position: relative; }
      .axa_theme body #wrapper header .user-personal-bar .sticker {
        bottom: auto;
        left: -1rem;
        right: auto;
        top: -1rem; }
      .axa_theme body #wrapper header .search-bar-keywords-input-wrapper .search-bar-keywords-input {
        border-right: none; }
      .axa_theme body #wrapper header .search-bar-keywords-input-wrapper .search-bar-search-button-wrapper {
        background: #FFFFFF;
        border-radius: 0;
        border: 0.0625rem solid #7F7F7F;
        border-left: none; }
      .axa_theme body #wrapper header .search-input {
        font-size: 0.88rem;
        padding: 0.28rem 2rem 0.28rem 1rem; }
      .axa_theme body #wrapper header .user-avatar-image {
        display: inline-flex;
        margin-right: 0.5rem;
        vertical-align: middle; }
      @media (max-width: 767px) {
        .axa_theme body #wrapper header .user-full-name {
          display: none; } }
      .axa_theme body #wrapper .portlet-header {
        margin-bottom: 0; }
      .axa_theme body #wrapper .portlet-layout .portlet {
        margin-bottom: 0; }
        .axa_theme body #wrapper .portlet-layout .portlet .management-bar > .container-fluid-max-xl, .axa_theme body #wrapper .portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
          padding-left: 0;
          padding-right: 0; }
        .axa_theme body #wrapper .portlet-layout .portlet .portlet-title-text {
          color: #6b6c7e;
          font-size: 0.875rem;
          font-weight: 600;
          line-height: 2.2;
          margin-bottom: 0;
          text-transform: uppercase; }
      @media (min-width: 992px) {
        .axa_theme body #wrapper .btn-group + .info-panel {
          top: auto; } }
    .axa_theme body footer#footer {
      background: #3B3FD8;
      color: #FFF;
      position: relative;
      text-align: left;
      /* Millenium Chat */
      /* 	#milledock, #milledock-mobile { */
      /* 		#topbar { */
      /* 			font-family: inherit; */
      /* 		} */
      /* 	} */ }
      .axa_theme body footer#footer a, .axa_theme body footer#footer h1, .axa_theme body footer#footer h2, .axa_theme body footer#footer h3, .axa_theme body footer#footer h4, .axa_theme body footer#footer h5 {
        color: #FFF; }
      .axa_theme body footer#footer #top_footer .top_footer_container {
        position: relative;
        min-height: 220px; }
      .axa_theme body footer#footer #top_footer #logo-superfinanciera {
        position: absolute;
        left: 0;
        top: 0; }
      .axa_theme body footer#footer #top_footer #logo-supersalud {
        position: absolute;
        right: 0;
        bottom: 0; }
      .axa_theme body footer#footer #top_footer .superActive {
        padding-left: 26px; }
      .axa_theme body footer#footer #top_footer ul {
        list-style-type: none;
        margin: 0; }
        .axa_theme body footer#footer #top_footer ul li {
          position: relative;
          line-height: 18px; }
          .axa_theme body footer#footer #top_footer ul li a {
            font-size: 0.8125rem; }
        .axa_theme body footer#footer #top_footer ul.socialLinks li {
          display: inline; }
          .axa_theme body footer#footer #top_footer ul.socialLinks li a {
            font-size: 1.25rem;
            text-decoration: none; }
            .axa_theme body footer#footer #top_footer ul.socialLinks li a:before, .axa_theme body footer#footer #top_footer ul.socialLinks li a span {
              display: none; }
      .axa_theme body footer#footer #bottom_footer {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: #3032C1;
        padding: 20px 32px;
        text-align: center; }
        .axa_theme body footer#footer #bottom_footer ul {
          list-style-type: none; }
          .axa_theme body footer#footer #bottom_footer ul li {
            display: inline;
            padding-left: 10px; }
    .axa_theme body footer#light-footer {
      background: #4976BA;
      color: #FFF;
      position: relative;
      text-align: left;
      /* Millenium Chat */
      /* 	#milledock, #milledock-mobile { */
      /* 		#topbar { */
      /* 			font-family: inherit; */
      /* 		} */
      /* 	} */ }
      .axa_theme body footer#light-footer .mobile-separator {
        box-sizing: border-box; }
      .axa_theme body footer#light-footer a, .axa_theme body footer#light-footer h1, .axa_theme body footer#light-footer h2, .axa_theme body footer#light-footer h3, .axa_theme body footer#light-footer h4, .axa_theme body footer#light-footer h5 {
        color: #FFF; }
      .axa_theme body footer#light-footer #top_footer .top_footer_container {
        position: relative;
        min-height: 60px; }
      .axa_theme body footer#light-footer #top_footer #logo-superfinanciera {
        position: absolute;
        left: 0;
        top: 0; }
      .axa_theme body footer#light-footer #top_footer #logo-supersalud {
        position: absolute;
        right: 0;
        bottom: 0; }
      .axa_theme body footer#light-footer #top_footer ul {
        list-style-type: none;
        margin: 0; }
        .axa_theme body footer#light-footer #top_footer ul li {
          position: relative; }
          .axa_theme body footer#light-footer #top_footer ul li a {
            font-size: 0.8125rem; }
        .axa_theme body footer#light-footer #top_footer ul.socialLinks li {
          display: inline; }
          .axa_theme body footer#light-footer #top_footer ul.socialLinks li a {
            font-size: 1.25rem;
            text-decoration: none; }
            .axa_theme body footer#light-footer #top_footer ul.socialLinks li a:before, .axa_theme body footer#light-footer #top_footer ul.socialLinks li a span {
              display: none; }

.nav-tabs > li > a.active, .nav-tabs > .active > a {
  border-color: #E5E5E5 #E5E5E5 #FFFFFF; }

/* Dropdowns missing classes */
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

/*---------------------PRUEBAS---------------------------------*/
.lfr-spa-loading .lfr-spa-loading-bar, .lfr-spa-loading-bar {
  height: 6px !important;
  background: #4976ba !important; }

/*-------------ACCESSIBILITY COMPONENT---------*/
.accessibility-menu {
  width: 49px;
  height: 214px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00008F;
  right: 0;
  border-radius: 3px 0px 0px 3px;
  z-index: 10; }

a .icon-text.l-icon {
  color: #fff !important;
  font-size: 1.875em; }

.accessibility-option a {
  font-size: 24px;
  align-content: center;
  color: #fff !important; }

.accessibility-option a:hover {
  color: #fff !important; }

a .icon-text.l-icon {
  color: #fff;
  font-size: 1.875em; }

/* Tooltip styles*/
.tooltip-lf {
  position: relative;
  display: inline-block;
  padding-top: 13px; }

.tooltip-lf .tiptext {
  visibility: hidden;
  width: 128px;
  background-color: #00008F;
  color: #fff;
  text-align: center;
  border-radius: 1px;
  padding: 6px 0;
  position: absolute;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tooltip-lf .tiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid; }

.tooltip-lf:hover .tiptext {
  visibility: visible; }

.tooltip-lf.left .tiptext {
  top: 15px;
  right: 110%;
  margin-right: 1em;
  text-align: left;
  padding-left: 8px; }

.tooltip-lf.left .tiptext::after {
  margin-top: -5px;
  top: 50%;
  left: 100%;
  border-color: transparent transparent transparent #00008F; }

body {
  background: #FFFFFF; }

.dark {
  background: #000000; }

.axa_theme body .dark #wrapper {
  background: #000000 !important;
  color: #000000; }

/*Clases CSS para aumentar y disminuir tamanio de texto.*/
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

p {
  font-size: 1em; }

.fsize-axa0 {
  font-size: 0.8rem; }

.fsize-axa1 {
  font-size: 0.9rem; }

.fsize-axa2 {
  font-size: 1rem; }

.fsize-axa3 {
  font-size: 1.1rem; }

.fsize-axa4 {
  font-size: 1.2rem; }

.fsize-axa5 {
  font-size: 1.3rem; }

.fsize-axa6 {
  font-size: 1.4rem; }

.fsize-axa7 {
  font-size: 1.5rem; }

/*Emergente enlace chat AXA */
.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 45px;
  z-index: 99999; }

.floatingButtonInner {
  position: relative; }

.floatingButtonWrap .infoGeneralChat {
  color: #ffff;
  background: #00008F;
  padding: 36px 45px;
  text-align: left;
  font-size: 20px;
  border-radius: 5px 5px 0 0; }

.axa_theme body #wrapper a.floatingButton {
  font-size: 20px;
  color: #FFFF;
  display: block;
  width: 171px;
  height: 70px;
  text-align: center;
  background: #00008F;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  border-radius: 35px 35px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  transition: all 0.4s; }

.axa_theme body #wrapper .floatingButton i {
  font-size: 52px;
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 0 1.7em; }

.floatingMenu {
  position: absolute;
  bottom: 90px;
  right: 10px;
  width: 500px;
  height: 361px;
  display: none;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029; }

.axa_theme body #wrapper .floatingMenu a.closeBtn {
  right: 23px;
  color: white;
  top: 11px;
  font-size: 25px;
  position: absolute; }

.floatingButton span {
  display: block;
  width: 60%;
  position: relative;
  top: 23px;
  line-height: 19px;
  font-weight: bold; }

.floatingMenu li {
  width: 90%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 35px;
  margin-top: 10px; }

.axa_theme body #wrapper .floatingMenu li a i {
  font-size: xxx-large;
  padding: 0px 10px; }

.axa_theme body #wrapper .floatingMenu li a,
.axa_theme body #wrapper .floatingMenu li a[type="button"] {
  display: inline-block;
  color: #00008F;
  text-decoration: none;
  font-size: 22px;
  padding: 20px;
  text-align: left;
  width: 100%;
  height: 86px;
  background: #F3F3F3;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-box-shadow: 1px 3px 5px #d3e0ff80;
  box-shadow: 1px 3px 5px #d3e0ff80; }

.floatingButtonWrap .arrow-down {
  position: absolute;
  bottom: 70px;
  right: 24px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffff;
  font-size: 0px;
  line-height: 0px;
  box-shadow: inset 0px 3px 6px #00000029;
  display: none; }

.floatingMenu:before {
  content: attr(data-text);
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 15px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  display: none; }

span.inlineB {
  border-radius: 100%;
  height: -13px;
  padding: 0px 10px;
  background-color: #52BB46; }

.inlineActiveChat {
  margin: -30px 11px 0px; }

.w-63 {
  width: 63% !important; }

.w-37 {
  width: 37% !important; }