@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400,300);
/*
    @import url(https://fonts.googleapis.com/css?family=Cantata+One);
    @import url(https://fonts.googleapis.com/css?family=Maven+Pro|Khula);
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*#333;*/
/*#11a3aa;*/
/* GLIDE CORE */
.glide {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

.glide__wrapper {
  overflow: hidden; }

.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y; }
  .glide__track .dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.glide__slide {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide__arrow {
  cursor: pointer; }

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.glide--slider .glide__slide {
  float: left;
  clear: none; }

.glide--carousel .glide__slide {
  float: left;
  clear: none; }

.glide--slideshow .glide__wrapper {
  height: 100%; }

.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.glide--slideshow .glide__slide.active {
  z-index: 1; }

/* GLIDE THEME */
.glide__arrows {
  position: absolute; }

.glide--horizontal .glide__arrows {
  top: 50%;
  width: 92%;
  margin-left: 4%; }

.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%; }

.glide__arrow {
  position: absolute;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 9px 12px;
  opacity: .8;
  /*background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-transition: border 300ms ease-in-out;
          transition: border 300ms ease-in-out;*/ }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    /*border-color: white;*/
    opacity: 1; }

.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .glide--horizontal .glide__arrow .prev {
    left: 0; }
  .glide--horizontal .glide__arrow .next {
    right: 0; }

.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .glide--vertical .glide__arrow .prev {
    top: 0; }
  .glide--vertical .glide__arrow .next {
    bottom: 0; }

.glide__bullets {
  position: absolute;
  list-style: none; }

.glide--horizontal .glide__bullets {
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 12px;
  text-align: center; }

.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.glide__bullets > * {
  display: inline-block;
  background-color: #555;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ccc;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.glide--horizontal .glide__bullets > * {
  margin: 0 5px; }

.glide--vertical .glide__bullets > * {
  vertical-align: middle; }

.glide__bullets > *.active {
  background-color: #333; }

.glide__bullets > *:focus {
  outline: none; }

.glide__bullets > *.active,
.glide__bullets > *:hover,
.glide__bullets > *:focus {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5); }

.glide--slider .glide__arrow {
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease; }

.glide--slider .glide__arrow.disabled {
  opacity: 0.33; }

/* WRAPPER */
.masthead {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  text-align: center;
  /*background-color:#222;*/ }

.glide__bg {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .glide__bg img {
    width: 100%;
    border: 0;
    opacity: 0; }

.article {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.75em;
  line-height: 1.3em;
  font-weight: 300;
  z-index: 2;
  border: 0;
  padding: 0;
  text-align: left;
  color: #fff; }
  .article .spacer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    padding: 2em;
    text-align: left;
    margin: 0px auto;
    z-index: 99; }
    .article .spacer p {
      margin: 1em 0 1em 0;
      font-size: 0.8em;
      line-height: 1.2em; }
      .article .spacer p a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 0.8em;
        line-height: 0.8em;
        color: #bee1e8;
        font-weight: 300;
        text-decoration: none;
        border: 1px solid #bee1e8;
        padding: 0.8em 1.6em;
        border-radius: 5px;
        background-color: rgba(0, 138, 164, 0.1);
        margin: 0 .5em .5em 0; }
        .article .spacer p a:hover {
          color: #fff;
          border: 1px solid #fff;
          background-color: rgba(0, 138, 164, 0.1); }
        .article .spacer p a.saibamais {
          font-weight: 400;
          padding: 0.8em 5em;
          border-radius: 5px;
          background-color: #008aa4;
          color: #fff;
          border: 0; }
          .article .spacer p a.saibamais:hover {
            color: #008aa4;
            background-color: #fff;
            border: 0; }
  .article sub {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300; }

@media (min-width: 1280px) {
  .article {
    font-size: 1.85em; } }
@media (max-width: 1279px) {
  .article {
    font-size: 1.5em;
    /*.spacer {
    
    	p {
    	
    		line-height: 25px;
    	
    	}
    
    }	*/ }
    .article h1, .article .h1 {
      font-size: 40px; }
    .article h4, .article .h4 {
      line-height: 22px; }
    .article h5, .article .h5 {
      line-height: 16px; } }
@media (min-width: 961px) {
  .masthead, .glide__slide {
    height: 650px; } }
@media (max-width: 960px) {
  .masthead, .glide__slide {
    height: 500px; }

  .article {
    font-size: 1.25em;
    line-height: 1.2em;
    text-align: left;
    position: absolute;
    top: 0; }
    .article .spacer p {
      font-size: 1em; }
      .article .spacer p a.saibamais {
        font-size: 0.8em;
        padding: 0.8em 3em;
        text-align: center;
        margin: 0; }
    .article .spacer h2, .article .spacer .h2 {
      font-size: 1.35em; }
    .article .spacer h3, .article .spacer .h3 {
      font-size: 0.9em; }
    .article .spacer h4, .article .spacer .h4 {
      margin: 1em 0;
      font-size: 1em;
      line-height: 20px; }
    .article .spacer h5, .article .spacer .h5 {
      margin: 1em 0;
      font-size: 0.7em !important;
      line-height: 16px;
    }
    .top-bar {
      height: 285px;
    }
}
@media (max-width: 800px) {
  .article h1, .article .h1 {
    font-size: 1.6em !important; }
  .article h4, .article .h4 {
    font-size: 0.8em !important; }
  .article h5, .article .h5 {
    font-size: 0.6em;
    line-height: 16px; } }
@media (max-width: 690px) {
  .article h4, .article .h4 {
    font-size: 0.8em; } }
@media (max-width: 600px) {
  .article .spacer p {
    font-size: 0.8em;
    line-height: 1.1em; }
  .article .spacer h1, .article .spacer .h1 {
    font-size: 1.4em !important; } }
@media (max-width: 480px) {
  .masthead, .glide__slide {
    height: 400px; }

  .article {
    font-size: 1em; }
    .article .spacer {
      padding: 1.8em 2em; }
      .article .spacer h5, .article .spacer .h5 {
        display: none; }
      .article .spacer sub {
        font-size: 0.7em; } }
@media (max-width: 360px) {
  .article {
    font-size: 1em; }

  .article h2, .article .h2 {
    font-size: 1.15em; }

  .article h3, .article .h3 {
    font-size: 0.9em;
    font-weight: 400; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased; }
/* -------------------------------- 

Inicio 1920px

-------------------------------- */
@media only screen and (min-width: 1920px) {
  .has-children > a::before,
  .has-children > a::after,
  .cd-secondary-nav .go-back a::before,
  .cd-secondary-nav .go-back a::after {
    right: 0; } }
/* -------------------------------- 

Fim 1920px

-------------------------------- */
/* -------------------------------- 

Inicio 1591px

-------------------------------- */
@media only screen and (max-width: 1591px) {
  .image-grid .half-content {
    width: 100% !important;
    margin: 4% auto;
    float: none; }
    .image-grid .half-content:nth-of-type(2n) {
      margin: 0 auto !important; } }
/* -------------------------------- 

Fim 1591px

-------------------------------- */
/* -------------------------------- 

Inicio 1540px

-------------------------------- */
@media only screen and (max-width: 1540px) {
  #ContentCenter_C012_upnlUserLogin .login {
    width: 223px !important; }
    #ContentCenter_C012_upnlUserLogin .login .pass {
      margin: 15px 0 0 0 !important; }
  #ContentCenter_C012_upnlUserLogin .secWrapper {
    width: 65% !important; } }
/* -------------------------------- 

Fim 1540px

-------------------------------- */
/* -------------------------------- 

Inicio 1466px

-------------------------------- */
@media only screen and (max-width: 1466px) {
  .product-layer p {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px 25px !important; }
  .product-layer .btn {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    text-align: left !important;
    padding: 10px 25px  !important; }
    .product-layer .btn a {
      margin: 0 !important; } }
/* -------------------------------- 

Fim 1466px

-------------------------------- */
/* -------------------------------- 

Inicio 1440px

-------------------------------- */
@media only screen and (min-width: 1440px) {
  .has-children > a::before,
  .has-children > a::after,
  .cd-secondary-nav .go-back a::before,
  .cd-secondary-nav .go-back a::after {
    right: 0; } }
/* -------------------------------- 

Fim 1440px

-------------------------------- */
/* -------------------------------- 

Inicio 1392px

-------------------------------- */
@media only screen and (max-width: 1392px) {
  .boxes .four-content .exception-box {
    height: 76px; }
  .boxes .four-content:last-child .exception-box {
    height: 150px !important; } }
/* -------------------------------- 

Fim 1392px

-------------------------------- */
/* -------------------------------- 

Inicio 1355px

-------------------------------- */
@media only screen and (max-width: 1355px) {
  #ContentCenter_C012_upnlUserLogin .secWrapper {
    width: 60% !important;
    margin: 10px auto 0 auto !important;
    padding: 10px 0 0 0 !important; }
    #ContentCenter_C012_upnlUserLogin .secWrapper .docVal {
      width: 35% !important; }
    #ContentCenter_C012_upnlUserLogin .secWrapper .SecLog {
      width: 35% !important; }

  .APConstituir .contentbox .content-wrapper .bi-depositos h2, .APConstituir .contentbox .content-wrapper .bi-depositos .h2, .APConstituir .contentbox .content-wrapper .bi-depositos .APButtons {
    width: 100%; } }
/* -------------------------------- 

Fim 1355px

-------------------------------- */
/* -------------------------------- 

Inicio 1300px

-------------------------------- */
@media only screen and (max-width: 1300px) {
  .footer-center {
    margin-left: 15px; } }
/* -------------------------------- 

Fim 1300px

-------------------------------- */
/* -------------------------------- 

Inicio 1280px

-------------------------------- */
@media only screen and (min-width: 1280px) {
  .footer-distributed .footer-left {
    float: left;
    width: 24%; }
    .footer-distributed .footer-left .footer-icons {
      margin: 0; }
  .footer-distributed .footer-right {
    width: 70%;
    margin-left: 5%; }
    .footer-distributed .footer-right .footer-links {
      width: 20%;
      margin: 0 0 0 5%;
      clear: none; }
      .footer-distributed .footer-right .footer-links .foot-title {
        text-align: left;
        font-size: 0.8em; }
      .footer-distributed .footer-right .footer-links a {
        font-size: 0.8em; } }
/* -------------------------------- 

Fim 1280px

-------------------------------- */
/* -------------------------------- 

Inicio 1260px

-------------------------------- */
@media only screen and (max-width: 1260px) {
  .FuturosNegociarPublico .content-wrapper .first-child {
    width: 70% !important; }
  .FuturosNegociarPublico .content-wrapper .last-child {
    width: 25% !important; }

  .WarrantsFactorCertificatesPublico .content-wrapper .first-child {
    width: 70% !important; }
  .WarrantsFactorCertificatesPublico .content-wrapper .last-child {
    width: 25% !important; }

  .invest_focus {
    width: 50% !important; } }
/* -------------------------------- 

Fim 1260px

-------------------------------- */
/* -------------------------------- 

Inicio 1224px

-------------------------------- */
@media only screen and (max-width: 1224px) {
  .ondeEstamos .three-content {
    width: 50% !important;
    margin: 35px auto 35px auto !important; } }
/* -------------------------------- 

Fim 1224px

-------------------------------- */
/* -------------------------------- 

Inicio 1206px

-------------------------------- */
@media (max-width: 1206px) {
  .block-awards {
    width: 45% !important;
    margin: 20px !important; }

  .pictures .four-content {
    width: 50% !important;
    margin: 35px auto 35px auto !important; }

  .icons .four-content {
    width: 50% !important;
    margin: 35px auto 35px auto !important;
    padding: 1em !important; }
  .icons .four-shadow-box {
    margin: 15px auto 15px auto !important; }
    .icons .four-shadow-box .shadow-div {
      min-height: auto !important; }
      .icons .four-shadow-box .shadow-div em {
        padding-top: 0 !important; }
      .icons .four-shadow-box .shadow-div p {
        padding: 0 !important;
        margin: 20px 25px 25px 25px; }
      .icons .four-shadow-box .shadow-div h6, .icons .four-shadow-box .shadow-div .h6 {
        margin: 0.5em !important; }

  .ResearchNonSubscribed ul.icons .four-shadow-box .shadow-div p {
    padding: 0 !important; }
  .ResearchNonSubscribed ul.icons .four-shadow-box .shadow-div .links {
    margin: 0 0 10px 0 !important; } }
/* -------------------------------- 

Fim 1206px

-------------------------------- */
/* -------------------------------- 

Inicio 1170px

-------------------------------- */
/*?????????*/
.cd-extra-login,
.cd-extra-login-direct {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 32px;
  padding: 4px .5em;
  margin: 9px 180px 0 90px;
  font: 600 11px 'Open Sans', sans-serif;
  text-transform: uppercase;
  outline: none;
  z-index: 100;
  top: 49px;
  left: auto;
  right: 1.5%; }
  .cd-extra-login .cd-abrirconta,
  .cd-extra-login-direct .cd-abrirconta {
    display: block;
    font-size: 1em;
    color: #fff;
    background: #919191;
    height: 23px;
    line-height: 21px;
    padding: 0 1.5em;
    border-radius: 2px;
    margin-right: 1%;
    white-space: nowrap;
    float: right; }
    .cd-extra-login .cd-abrirconta:hover,
    .cd-extra-login-direct .cd-abrirconta:hover {
      background: #919191; }
  .cd-extra-login .cd-login,
  .cd-extra-login-direct .cd-login {
    display: block;
    font-size: 1em;
    color: #fff;
    background: #919191;
    height: 23px;
    line-height: 21px;
    padding: 0 1.5em;
    border-radius: 2px;
    margin-right: 0.6%;
    white-space: nowrap;
    float: right; }
    .cd-extra-login .cd-login:hover,
    .cd-extra-login-direct .cd-login:hover {
      background: #919191; }
  .cd-extra-login .cd-login.active,
  .cd-extra-login-direct .cd-login.active {
    background: #919191; }
    .cd-extra-login .cd-login.active:hover,
    .cd-extra-login-direct .cd-login.active:hover {
      background: #919191; }

.cd-extra-login-direct .cd-login {
  padding: 0 0.5em 0 0 !important; }
.cd-extra-login-direct font {
  display: none; }

@media only screen and (max-width: 1279px) {
  .footer-icons {
    margin: 0 auto; } }
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footer-distributed .footer-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .footer-distributed .footer-right {
    width: 100%;
    margin-left: 0; }
    .footer-distributed .footer-right .footer-links {
      width: 23%;
      margin: 0 1%;
      clear: none; }
      .footer-distributed .footer-right .footer-links .foot-title {
        text-align: left;
        font-size: 0.8em; }
      .footer-distributed .footer-right .footer-links a {
        font-size: 0.8em; } }
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .footer-distributed .footer-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .footer-distributed .footer-right {
    width: 100%;
    margin: 0; }
    .footer-distributed .footer-right .footer-links {
      width: 46%;
      margin: 0 2% 25px 2%;
      clear: none; }
      .footer-distributed .footer-right .footer-links .foot-title {
        text-align: left;
        font-size: 0.8em; }
      .footer-distributed .footer-right .footer-links a {
        font-size: 0.8em; }
    .footer-distributed .footer-right .footer-links:nth-child(3) {
      clear: both; } }
/* -------------------------------- 

Fim 1170px

-------------------------------- */
/* -------------------------------- 

Inicio 1155px

-------------------------------- */
@media only screen and (max-width: 1155px) {
  #ContentCenter_C012_upnlUserLogin .secWrapper {
    width: 55% !important; }
    #ContentCenter_C012_upnlUserLogin .secWrapper .docVal {
      width: 35% !important; }
    #ContentCenter_C012_upnlUserLogin .secWrapper .SecLog {
      width: 45% !important;
      float: right !important; }

  .product-layer {
    width: 80% !important; }

  .GMS .toHide .thisHead {
    display: none; }
  .GMS .toHide .td-block {
    display: block;
    padding: 0;
    margin-bottom: 50px; }
  .GMS .toHide .TopSub,
  .GMS .toHide .TopDesc,
  .GMS .toHide .TopTrans {
    display: inline-table !important; }

  .bg-home-ad .content-wrapper .half-content {
    padding: 1.5em !important; }
    .bg-home-ad .content-wrapper .half-content h1, .bg-home-ad .content-wrapper .half-content .h1 {
      font-size: 28px !important; } }
/* -------------------------------- 

Fim 1150px

-------------------------------- */
/* -------------------------------- 

Inicio 1127px

-------------------------------- */
@media only screen and (max-width: 1127px) {
  .five-blocks-home {
    height: 800px !important; }
    .five-blocks-home .left {
      float: none !important;
      width: 100% !important;
      height: 35% !important;
      margin: 0 0 15px 0 !important; }
    .five-blocks-home .right {
      float: none !important;
      width: 100% !important;
      height: 65% !important; }
      .five-blocks-home .right .bl1, .five-blocks-home .right .bl2, .five-blocks-home .right .bl3, .five-blocks-home .right .bl4 {
        width: 49% !important; }
      .five-blocks-home .right .bl2, .five-blocks-home .right .bl4 {
        float: right !important; }
      .five-blocks-home .right .bl1, .five-blocks-home .right .bl2 {
        margin: 0 0 15px 0 !important; }
      .five-blocks-home .right .bl3, .five-blocks-home .right .bl4 {
        margin: 0 !important; } }
/* -------------------------------- 

Fim 1127px

-------------------------------- */
/* -------------------------------- 

Inicio 1080px

-------------------------------- */
@media only screen and (max-width: 1080px) {
  .backVideo .maxVid, .backVideoOutlook .maxVid, .backVideoWatch .maxVid {
    width: 80% !important; }

  .nav-is-fixed .cd-main-header .cd-primary-nav {
    font-size: 14px; }

  .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav a {
    font-size: 1.1rem; }

  .nav-is-fixed .cd-main-header .cd-primary-nav > .has-children > a {
    padding-right: 25px !important; }

  .product-layer-small p {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px 25px !important; }
  .product-layer-small .btn {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    text-align: left !important;
    padding: 10px 25px  !important; }
    .product-layer-small .btn a {
      margin: 0 !important; }

  .cd-header-buttons {
    left: 0 !important; }
    .cd-header-buttons .cd-search-trigger {
      width: 40px;
      height: 40px; }
      .cd-header-buttons .cd-search-trigger:before {
        width: 14px;
        height: 14px; }

  .invest_focus {
    width: 60% !important; }

  .invest_call {
    max-width: 790px !important; } }
/* -------------------------------- 

Fim 1080px

-------------------------------- */
/* -------------------------------- 

Inicio 1024px

-------------------------------- */
@media only screen and (max-width: 1024px) {
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link {
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
    background-position: 50% 50%;
    background-color: transparent;
    border-color: #bfbfbf; }

  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link {
    border-color: #bfbfbf; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    border-radius: 2px; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li {
    border-radius: 0; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view {
    border-radius: 0px 0px 0 0; }

  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child,
  .k-webkit .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ff .k-scheduler-toolbar > ul li:first-child .k-link, .k-ie11 .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
    border-radius: 0; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link {
    border-radius: 0 0 0px 0px; }

  .k-webkit .k-pager-numbers .k-current-page .k-link:hover,
  .k-ff .k-pager-numbers .k-current-page .k-link:hover,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:hover,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    border-color: #eaeaea;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, none);
    background-image: none, -moz-linear-gradient(top, none);
    background-image: none, -o-linear-gradient(top, none);
    background-image: none, linear-gradient(to bottom, none);
    background-color: #eaeaea; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    color: #333333;
    min-width: 75px; }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link {
    color: #333333; }

  .k-webkit .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-webkit .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ff .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ie11 .k-scheduler-views > li.k-state-selected > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em; }

  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #bfbfbf;
    background-color: transparent;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    background-image: none;
    border-radius: 2px; }

  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link, .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link {
    border-radius: 1px; } }
/* -------------------------------- 

Fim 1024px

-------------------------------- */
/* -------------------------------- 

Inicio 1010px

-------------------------------- */
@media only screen and (max-width: 1015px) {
  #ContentCenter_C012_upnlUserLogin .login {
    margin: 3.5% 3% 3% 9% !important; }
  #ContentCenter_C012_upnlUserLogin .logBut {
    width: 100% !important;
    margin: 25px auto 30px auto !important; }

  .three-shadow-box {
    width: 98% !important;
    margin: 10px auto 10px auto !important;
    float: none; }
    .three-shadow-box .shadow-div {
      min-height: auto !important;
      width: 100% !important;
      float: none !important; }
      .three-shadow-box .shadow-div em {
        padding-top: 0 !important; }
      .three-shadow-box .shadow-div h6, .three-shadow-box .shadow-div .h6 {
        margin: 0.5em !important; }
      .three-shadow-box .shadow-div p {
        padding: 0 !important;
        margin: 20px 25px 25px 25px; }
      .three-shadow-box .shadow-div:hover {
        transform: scale(1.03) !important; }
      .three-shadow-box .shadow-div .links {
        margin: 0 0 10px 0 !important; } }
/* -------------------------------- 

Fim 1010px

-------------------------------- */
/* -------------------------------- 

Inicio 985px

-------------------------------- */
@media only screen and (max-width: 985px) {
  .FundosCarteiraModeloDetalhe section .FundoDetalheGeral .Carteira > div {
    display: block !important; }
    .FundosCarteiraModeloDetalhe section .FundoDetalheGeral .Carteira > div .PerfilCarteira {
      display: block !important;
      padding: 0 !important;
      width: 100%;
      flex: none !important;
      margin-bottom: 50px; } }
/* -------------------------------- 

Fim 985px

-------------------------------- */
/* -------------------------------- 

Inicio 960px

-------------------------------- */
@media only screen and (min-width: 960px) {
  .glide--horizontal .glide__bullets {
    bottom: 10%; }

  #upnlUserLogin {
    top: 112px; }

  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; }

  .nav-is-fixed {
    opacity: 1; }
    .nav-is-fixed .cd-search {
      height: 80px;
      top: 111px; }
      .nav-is-fixed .cd-search input {
        padding: 0 2em;
        font-size: 2rem;
        font-weight: 300; }
    .nav-is-fixed .cd-main-header {
      height: 112px; }
      .nav-is-fixed .cd-main-header:after {
        clear: both;
        content: "";
        display: table; }
      .nav-is-fixed .cd-main-header .cd-logo {
        left: auto;
        right: 1.1%;
        top: 60px;
        width: 176px;
        height: 25px; }
      .nav-is-fixed .cd-main-header .cd-header-extras {
        position: relative;
        display: block;
        height: 32px;
        padding: 4px 1.5em;
        margin: 0;
        float: none;
        clear: both;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
        font: 600 11px 'Open Sans', sans-serif;
        text-transform: uppercase;
        outline: none;
        z-index: 100; }
        .nav-is-fixed .cd-main-header .cd-header-extras .cd-login {
          display: none;
          float: right;
          font-size: 1em;
          color: #fff;
          background: #919191;
          height: 23px;
          line-height: 21px;
          padding: 0 1.5em;
          border-radius: 2px;
          margin-left: 0.6%; }
          .nav-is-fixed .cd-main-header .cd-header-extras .cd-login:hover {
            background: rgba(0, 138, 164, 0.6); }
        .nav-is-fixed .cd-main-header .cd-header-extras .cd-abrirconta, .nav-is-fixed .cd-main-header .cd-header-extras .cd-contactos {
          display: block;
          float: right;
          font-size: 1em;
          color: #fff;
          background: rgba(46, 50, 57, 0.4);
          height: 23px;
          line-height: 21px;
          padding: 0 1.5em;
          border-radius: 2px;
          margin-left: 0.6%; }
          .nav-is-fixed .cd-main-header .cd-header-extras .cd-abrirconta:hover, .nav-is-fixed .cd-main-header .cd-header-extras .cd-contactos:hover {
            background: rgba(0, 138, 164, 0.6); }
        .nav-is-fixed .cd-main-header .cd-header-extras .cd-links {
          display: block;
          float: right;
          font-size: 0.9em;
          text-transform: uppercase;
          color: rgba(46, 50, 57, 0.5);
          height: 23px;
          line-height: 21px;
          border-bottom: 0;
          padding: 0 1em;
          background-size: auto 16px;
          border: 1px solid rgba(46, 50, 57, 0.5);
          border-radius: 2px;
          margin-left: 0.6%; }
          .nav-is-fixed .cd-main-header .cd-header-extras .cd-links:hover {
            color: rgba(46, 50, 57, 0.8); }
      .nav-is-fixed .cd-main-header .cd-primary-nav {
        position: static;
        padding: 0 100px 0 40px;
        height: 100%;
        width: auto;
        overflow: visible;
        background: transparent; }
        .nav-is-fixed .cd-main-header .cd-primary-nav:after {
          clear: both;
          content: "";
          display: table; }
        .nav-is-fixed .cd-main-header .cd-primary-nav ul {
          position: static;
          height: 345px;
          width: auto;
          background: transparent;
          overflow: visible;
          z-index: 3; }
          .nav-is-fixed .cd-main-header .cd-primary-nav ul .is-hidden {
            /* reset mobile style */
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0); }
        .nav-is-fixed .cd-main-header .cd-primary-nav .go-back {
          display: none; }
          .nav-is-fixed .cd-main-header .cd-primary-nav .go-back a {
            padding-left: 20px;
            font-weight: bold; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .see-all {
          display: none; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav {
          /* dropdown menu style */
          position: absolute;
          top: 80px;
          width: 100vw;
          background: #ffffff;
          padding: 30px 0 30px 48px;
          border-bottom: 1px solid #8c919d;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: opacity .3s 0s, visibility 0s 0s;
          -moz-transition: opacity .3s 0s, visibility 0s 0s;
          transition: opacity .3s 0s, visibility 0s 0s; }
          .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav:after {
            clear: both;
            content: "";
            display: table; }
          .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li {
            height: auto;
            /* here you set the number of columns - use width percentage */
            width: 19%;
            float: left;
            margin: 0 1% 40px 0;
            border-right: 0px solid #e2e3df;
            overflow: hidden;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch; }
            .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li:nth-child(5n+1) {
              margin-right: 0;
              border-right: none; }
            .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li > a {
              /* secondary nav title */
              color: #000;
              font-weight: normal;
              font-size: 1.3rem;
              margin-bottom: .6em; }
              .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li > a > span {
                /* secondary nav title */
                color: #000 !important;
                font-weight: 400;
                font-size: 1.45rem;
                cursor: default; }
              .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li > a:has(span) {
                cursor: default !important; }
            .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li:not(.has-children) > a {
              color: #000 !important;
              font-weight: 400;
              font-size: 1.45rem;
              cursor: pointer; }
              .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > li:not(.has-children) > a:hover {
                color: #008aa4 !important; }
          .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav a {
            height: 30px;
            line-height: 30px;
            padding: 0 5% 0 0;
            color: #2e3233;
            border-bottom: none;
            font-size: 1.2rem;
            text-overflow: ellipsis; }
            .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav a:hover {
              color: #008aa4; }
            .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav a span {
              display: block;
              overflow: hidden;
              width: 100%;
              border: 0;
              white-space: nowrap; }
          .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav ul {
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0); }
        .nav-is-fixed .cd-main-header .cd-primary-nav .has-children > a::before,
        .nav-is-fixed .cd-main-header .cd-primary-nav .has-children > a::after {
          background: #c9cbc4; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .go-back {
          border-top: 0px solid #c9cbc4;
          border-bottom: 1px solid #c9cbc4; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .has-children > a:hover::before,
        .nav-is-fixed .cd-main-header .cd-primary-nav .has-children > a:hover::after,
        .nav-is-fixed .cd-main-header .cd-primary-nav .go-back a:hover::before,
        .nav-is-fixed .cd-main-header .cd-primary-nav .go-back a:hover::after {
          background: #000; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .go-back a::before,
        .nav-is-fixed .cd-main-header .cd-primary-nav .go-back a::after {
          right: 0;
          background: #c9cbc4; }
        .nav-is-fixed .cd-main-header .cd-primary-nav > .has-children > a {
          /* main navigation arrows on larger devices */
          padding-right: 30px !important; }
          .nav-is-fixed .cd-main-header .cd-primary-nav > .has-children > a:before {
            width: 9px;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background: #2e3233;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: width 0.3s, -webkit-transform 0.3s;
            -moz-transition: width 0.3s, -moz-transform 0.3s;
            transition: width 0.3s, transform 0.3s;
            right: 12px; }
          .nav-is-fixed .cd-main-header .cd-primary-nav > .has-children > a:after {
            width: 9px;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            background: #2e3233;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: width 0.3s, -webkit-transform 0.3s;
            -moz-transition: width 0.3s, -moz-transform 0.3s;
            transition: width 0.3s, transform 0.3s;
            right: 7px; }
        .nav-is-fixed .cd-main-header .cd-primary-nav > .has-children > a.selected:before {
          width: 14px;
          background: #008aa4;
          -webkit-transform: translateX(5px) rotate(-45deg);
          -moz-transform: translateX(5px) rotate(-45deg);
          -ms-transform: translateX(5px) rotate(-45deg);
          -o-transform: translateX(5px) rotate(-45deg);
          transform: translateX(5px) rotate(-45deg); }
        .nav-is-fixed .cd-main-header .cd-primary-nav > .has-children > a.selected:after {
          width: 14px;
          background: #008aa4;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      .nav-is-fixed .cd-main-header .cd-secondary-nav > .has-children > ul > .has-children > a::before,
      .nav-is-fixed .cd-main-header .cd-secondary-nav > .has-children > ul > .has-children > a::after,
      .nav-is-fixed .cd-main-header .cd-secondary-nav > .has-children > a::before,
      .nav-is-fixed .cd-main-header .cd-secondary-nav > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none; }
      .nav-is-fixed .cd-main-header .cd-secondary-nav > .has-children > ul > .has-children > a,
      .nav-is-fixed .cd-main-header .cd-secondary-nav > .has-children > ul > .has-children > a {
        font-weight: bold; }
      .nav-is-fixed .cd-main-header .cd-primary-nav.moves-out > li > a,
      .nav-is-fixed .cd-main-header .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
      .nav-is-fixed .cd-main-header .cd-primary-nav > li {
        float: left; }
        .nav-is-fixed .cd-main-header .cd-primary-nav > li > a {
          /* main navigation buttons style */
          position: relative;
          display: inline-block;
          height: 80px;
          font-size: 0.9em;
          line-height: 80px;
          padding: 0 10px;
          color: #2e3233;
          overflow: visible;
          border-bottom: none;
          -webkit-transition: color 0.3s, box-shadow 0.3s;
          -moz-transition: color 0.3s, box-shadow 0.3s;
          transition: color 0.3s, box-shadow 0.3s; }
          .nav-is-fixed .cd-main-header .cd-primary-nav > li > a:hover {
            color: #000; }
        .nav-is-fixed .cd-main-header .cd-primary-nav > li a.selected {
          color: #008aa4;
          box-shadow: inset 0 -1px 0 #008aa4;
          width: 99%; }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav.is-hidden {
        opacity: 1;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s; }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 80px;
          border-top: 1px solid #e2e3df;
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
          -moz-transition: color 0.2s, background 0.2s, border 0.2s;
          transition: color 0.2s, background 0.2s, border 0.2s; }
          .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav > .see-all a:hover {
            background: #2e3233;
            border-color: #2e3233;
            color: #ffffff; }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav ul ul {
        /* tertiary navigation */
        position: absolute;
        top: 0;
        left: 1px;
        height: 100%;
        width: 100%; }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav ul ul .go-back {
        display: block; }
        .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
          padding-left: 0; }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav ul ul .see-all {
        display: block; }
      .nav-is-fixed .cd-main-header .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
        /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
      .nav-is-fixed .cd-main-header .cd-header-buttons {
        top: 52px;
        left: 0.5em; }
        .nav-is-fixed .cd-main-header .cd-header-buttons .cd-nav-trigger {
          display: none; } }
@media (min-width: 961px) {
  .mainMenu {
    display: block !important; } }
@media (max-width: 959px) {
  .nav-on-left {
    overflow-x: hidden; }

  .cd-secondary-nav .go-back {
    border-bottom: 0; } }
@media (max-width: 960px) {
  h1, .h1 {
    font-size: 42px !important;
    font-size: 40px; }

  h2, .h2 {
    font-size: 36px !important;
    font-size: 34px; }

  h3, .h3 {
    font-size: 30px !important;
    font-size: 28px; }

  h4, .h4 {
    font-size: 24px !important;
    font-size: 22px; }

  h5, .h5 {
    font-size: 20px !important;
    font-size: 18px; }

  h6, .h6 {
    font-size: 18px !important;
    font-size: 16px; }

  p {
    font-size: 16px !important;
    font-size: 14px; }

  .tabela th,
  .tabelaDesk th {
    font-size: 15px !important; }
    .tabela th a,
    .tabela th span,
    .tabelaDesk th a,
    .tabelaDesk th span {
      font-size: 15px !important; }
  .tabela td,
  .tabelaDesk td {
    font-size: 15px !important; }
    .tabela td a,
    .tabela td span,
    .tabelaDesk td a,
    .tabelaDesk td span {
      font-size: 15px !important; }

  .text-content {
    padding: 2em !important; }
    .text-content p {
      font-size: 16px !important; }
    .text-content ul li {
      font-size: 16px !important; }

  .disclaimer-info.text-content ul li {
    font-size: 14px !important; }

  .half-content {
    width: 100% !important; }
    .half-content:nth-of-type(2) {
      margin-left: 0 !important; }

  .belowthefold .btfapps img {
    float: none !important;
    margin: 8px 1em 5px 1em !important; }

  div.three-content {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0; }

  .destaqueBlocks {
    width: 100% !important;
    margin: 35px auto 35px auto !important;
    padding: 0 !important; }
    .destaqueBlocks:first-child, .destaqueBlocks:last-child {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .destaqueBlocks:first-child h6, .destaqueBlocks:first-child .h6 {
      margin-bottom: 35px; }

  .mundo h5, .mundo .h5,
  .grupo h5,
  .grupo .h5,
  .banco h5,
  .banco .h5 {
    font-size: 0.82em !important; }

  .invest_focus {
    width: 70% !important; }

  .mainMenu {
    display: none !important; }

  .belowthefold .btfhalfone {
    margin-right: 0 auto;
    float: none; }

  .flattop sub {
    display: block;
    text-align: center; }
  .flattop img {
    display: block;
    margin: 25px auto;
    float: none !important; }

  .spacer {
    text-align: left; }
    .spacer p {
      text-align: left; }

  .bi-module > div {
    width: 28% !important; }

  .sitemap > div > h6, .sitemap > div > .h6 {
    font-size: 24px !important; }
  .sitemap > div > div > div {
    width: 30% !important;
    min-height: 0 !important; }
    .sitemap > div > div > div:last-child {
      clear: both; }

  .sitemap-title h6, .sitemap-title .h6 {
    font-size: 24px !important; }

  .break-td {
    display: block;
    margin: 30px 0; }

  .icons-bullets .three-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }
    .icons-bullets .three-content:first-child, .icons-bullets .three-content:last-child {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .icons-bullets .four-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }

  .icons .five-content {
    width: 33%;
    margin: 35px auto 35px auto !important; }
    .icons .five-content:nth-last-child(-n+2) {
      width: 50%; }
    .icons .five-content:nth-child(4) {
      clear: left; }

  .pictures-single .three-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }

  .pictures .three-content {
    width: 50% !important;
    margin: 35px auto 35px auto !important; }

  .rssfeeds .three-content {
    width: 50% !important;
    margin: 35px auto 35px auto !important; }

  .boxes .four-content {
    width: 50% !important;
    margin: 35px auto 35px auto !important;
    padding: 1em; }
    .boxes .four-content:last-child .exception-box {
      height: 129px !important; }
    .boxes .four-content .exception-box {
      height: auto; }
  .boxes .three-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }

  .board div img {
    width: 530px !important; }

  .bullets {
    margin: 25px 0 0 3% !important; }

  /* SIZE DEFINITION */
  .clear-height-960 {
    height: auto !important; }
    .clear-height-960 .forceVertalign {
      top: 0;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

  .people_box .people_page .people_dat h3, .people_box .people_page .people_dat .h3 {
    font-size: 22px !important; }

  /* Personalizado */
  .riskRSP {
    display: block !important;
    width: 100% !important; }
    .riskRSP img {
      max-width: 100% !important; }

  .FundosPesquisaSubscrever .bi-search > div {
    float: none !important;
    width: 100% !important; }
    .FundosPesquisaSubscrever .bi-search > div div {
      width: 50% !important;
      padding: 40px !important;
      display: inline-block;
      float: left; }
      .FundosPesquisaSubscrever .bi-search > div div label {
        white-space: normal !important; }

  .FuturosNegociarPublico .content-wrapper .first-child {
    width: 100% !important; }
  .FuturosNegociarPublico .content-wrapper .last-child {
    width: 100% !important;
    display: none; }
  .FuturosNegociarPublico .content-wrapper .GrafRisco {
    display: block; }

  .WarrantsFactorCertificatesPublico .content-wrapper .first-child {
    width: 100% !important; }
  .WarrantsFactorCertificatesPublico .content-wrapper .last-child {
    width: 100% !important;
    display: none; }
  .WarrantsFactorCertificatesPublico .content-wrapper .GrafRisco {
    display: block; }
  .WarrantsFactorCertificatesPublico .content-wrapper #bluealert {
    display: block; }

  .ETFNegociar .bi-search .content-wrapper > div {
    width: 100% !important;
    float: none !important; }
    .ETFNegociar .bi-search .content-wrapper > div div {
      display: inline-block;
      width: 48%; }

  .bg-home-ad .content-wrapper .half-content {
    margin-bottom: 4% !important; }
    .bg-home-ad .content-wrapper .half-content h1, .bg-home-ad .content-wrapper .half-content .h1 {
      font-weight: 500;
      font-size: 34px; }
      .bg-home-ad .content-wrapper .half-content h1 sup, .bg-home-ad .content-wrapper .half-content .h1 sup {
        color: #f17d00;
        font-weight: 500; }

  ol li {
    font-size: 16px !important; }

  .sfeventsList .sfeventListItem {
    width: 50% !important;
    margin: 35px auto 35px auto !important; } }
@media only screen and (max-width: 960px) {
  .image-grid .half-content .text-content {
    padding: 1em !important; }

  .two-blocks-half-vid {
    height: auto !important; }
    .two-blocks-half-vid div:first-child {
      float: none !important;
      width: 100% !important; }
      .two-blocks-half-vid div:first-child img {
        margin: 0 auto !important; }
    .two-blocks-half-vid div:last-child {
      float: none !important;
      width: 100% !important;
      max-width: 720px;
      margin: 0 auto;
      height: 220px !important; }

  .Candidatura .half-content:last-child {
    margin-left: 0 !important; } }
@media (max-width: 961px) {
  .branding .logo {
    margin: 8px 0 0 30px; } }
/* -------------------------------- 

Fim 960px

-------------------------------- */
/* -------------------------------- 

Inicio 959px

-------------------------------- */
@media (max-width: 959px) {
  .cd-primary-nav {
    z-index: 10; }

  .nav-on-left .cd-header-extras {
    display: none;
    position: fixed;
    bottom: 20px;
    margin: 0; }
  .nav-on-left .cd-header-extras.nav-is-visible {
    z-index: 1;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 260px;
    height: auto;
    overflow: hidden;
    margin: 0;
    /*.cd-abrirconta, */
    /*.cd-abrirconta font, */ }
    .nav-on-left .cd-header-extras.nav-is-visible .cd-login {
      display: none; }
    .nav-on-left .cd-header-extras.nav-is-visible .cd-contactos,
    .nav-on-left .cd-header-extras.nav-is-visible .cd-links {
      display: block;
      width: 180px;
      text-align: center;
      height: 31px;
      line-height: 30px;
      margin: .25em; }
    .nav-on-left .cd-header-extras.nav-is-visible .cd-contactos font {
      font-size: 1.4em;
      line-height: 30px; }
    .nav-on-left .cd-header-extras.nav-is-visible .cd-links {
      line-height: 28px; } }
@media only screen and (max-width: 959px) {
  #upnlUserLogin {
    top: 50px; }
    #upnlUserLogin h1, #upnlUserLogin .h1 {
      font-size: 1.5em !important; }
    #upnlUserLogin h3, #upnlUserLogin .h3 {
      font-size: 1em !important; }

  .cd-extra-login,
  .cd-extra-login-direct {
    top: 0px;
    left: 84px; }
    .cd-extra-login .cd-abrirconta,
    .cd-extra-login-direct .cd-abrirconta {
      display: block;
      font-size: 1em;
      color: #fff;
      background-color: rgba(0, 138, 164, 0.8);
      height: 23px;
      line-height: 21px;
      padding: 0 .75em;
      border: 0;
      border-radius: 2px;
      margin-right: 1%;
      white-space: nowrap;
      float: right; }
      .cd-extra-login .cd-abrirconta:hover,
      .cd-extra-login-direct .cd-abrirconta:hover {
        background: #919191; }

  .cd-header-extras {
    position: relative;
    display: none;
    overflow: hidden;
    height: 32px;
    padding: 4px .5em;
    margin: 9px 18em 0 90px;
    font: 600 11px 'Open Sans', sans-serif;
    text-transform: uppercase;
    outline: none;
    z-index: 100; }
    .cd-header-extras .cd-login {
      display: none;
      float: right;
      font-size: 1em;
      color: #FFFFFF;
      background: #919191;
      height: 23px;
      line-height: 21px;
      padding: 0 1.5em;
      border-radius: 2px;
      margin-right: 0.6%; }
      .cd-header-extras .cd-login:hover {
        background: rgba(0, 138, 164, 0.6); }
    .cd-header-extras .cd-abrirconta, .cd-header-extras .cd-contactos {
      display: block;
      float: right;
      font-size: 1em;
      color: #FFFFFF;
      background: rgba(46, 50, 57, 0.4);
      height: 23px;
      line-height: 21px;
      padding: 0 1.5em;
      border-radius: 2px;
      margin-right: 0.6%; }
      .cd-header-extras .cd-abrirconta:hover, .cd-header-extras .cd-contactos:hover {
        background: rgba(0, 138, 164, 0.6); }
    .cd-header-extras .cd-links {
      display: block;
      float: right;
      font-size: 0.9em;
      text-transform: uppercase;
      color: rgba(46, 50, 57, 0.5);
      height: 23px;
      line-height: 21px;
      border-bottom: 0;
      padding: 0 1em;
      background-size: auto 16px;
      border: 1px solid rgba(46, 50, 57, 0.5);
      border-radius: 2px;
      margin-right: 0.6%; }
      .cd-header-extras .cd-links:hover {
        color: rgba(46, 50, 57, 0.8); }

  .cd-header-xtra {
    font-size: 1.3em;
    line-height: 49px;
    margin-left: 2%; }

  .cd-ac {
    padding-top: 69px; }

  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); }

  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

  body .cd-primary-nav,
  body .cd-primary-nav ul {
    right: auto;
    left: 0; }
  body .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
    body .cd-primary-nav .go-back a:before {
      /* arrow goes on the left side - go back button */
      left: 20px;
      -webkit-transform-origin: 1px 50%;
      -moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -o-transform-origin: 1px 50%;
      transform-origin: 1px 50%; }
    body .cd-primary-nav .go-back a:after {
      /* arrow goes on the left side - go back button */
      left: 20px;
      -webkit-transform-origin: 1px 50%;
      -moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -o-transform-origin: 1px 50%;
      transform-origin: 1px 50%; }
  body .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }
  body .cd-logo {
    left: auto;
    right: 1.1%;
    width: 176px;
    height: 25px;
    top: 12px; }
  body .cd-header-buttons {
    right: auto;
    /*left: 5%;*/
    left: 1%; }
    body .cd-header-buttons li {
      float: right; }
  body .overflow-hidden {
    overflow: hidden; }
  body .cd-main-content {
    padding-top: 50px;
    overflow-x: hidden; }

  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px); }

  .contentblock {
    font-size: 0.9375em;
    width: 100%;
    padding: 25px 2%; }
    .contentblock span {
      display: block;
      text-align: center; }
    .contentblock .articlethird {
      width: 100%;
      padding: 25px 2%; }
      .contentblock .articlethird h2, .contentblock .articlethird .h2 {
        font-size: 2.125em;
        text-align: center; }
      .contentblock .articlethird li {
        margin: 2% 0 2% 0;
        width: auto;
        float: none;
        margin: 0;
        padding-top: 25px; }
        .contentblock .articlethird li h4, .contentblock .articlethird li .h4 {
          padding-bottom: 10px;
          margin: 10px 0; }
        .contentblock .articlethird li .centerAlign {
          width: auto;
          float: none;
          padding-top: 25px; }
        .contentblock .articlethird li:nth-child(odd), .contentblock .articlethird li:nth-child(even) {
          margin: 0; }
    .contentblock h3, .contentblock .h3 {
      text-align: center !important;
      margin: 0 0 5% 0; }

  .footerstrip, .stripbox {
    display: block !important; }

  .bi-apoio {
    float: none !important;
    margin: 65px auto 0 auto;
    display: block; } }
/* -------------------------------- 

Fim 959px

-------------------------------- */
/* -------------------------------- 

Inicio 920px

-------------------------------- */
@media only screen and (max-width: 920px) {
  .people_box .people_page {
    width: 35% !important;
    margin: 45px !important; } }
/* -------------------------------- 

Fim 920px

-------------------------------- */
/* -------------------------------- 

Inicio 906px

-------------------------------- */
@media only screen and (max-width: 900px) {
  .block-awards {
    width: 44% !important; } }
/* -------------------------------- 

Fim 906px

-------------------------------- */
/* -------------------------------- 

Inicio 900px

-------------------------------- */
@media only screen and (max-width: 900px) {
  .ondeEstamos .three-content {
    width: 100% !important; } }
/* -------------------------------- 

Fim 900px

-------------------------------- */
/* -------------------------------- 

Inicio 850px

-------------------------------- */
@media only screen and (max-width: 855px) {
  .two-blocks-vid .first div:first-child {
    display: none !important; }
  .two-blocks-vid .first div:last-child {
    width: 97% !important;
    height: 95% !important; }
    .two-blocks-vid .first div:last-child .hideP {
      display: inline-block !important;
      margin-left: 20px !important; }
  .two-blocks-vid .second div:first-child {
    width: 97% !important;
    height: 95% !important; }
    .two-blocks-vid .second div:first-child .hideP {
      display: inline-block !important;
      margin-left: 20px !important; }
  .two-blocks-vid .second div:last-child {
    display: none !important; } }
/* -------------------------------- 

Fim 850px

-------------------------------- */
/* -------------------------------- 

Inicio 850px

-------------------------------- */
@media only screen and (max-width: 850px) {
  .FundosDetalheCarteira > div {
    display: block !important; }
    .FundosDetalheCarteira > div div {
      display: block !important;
      flex: none !important;
      width: 100% !important;
      padding: 0 !important;
      margin-bottom: 50px; }
  .FundosDetalheCarteira .Credit .inlineBlock:first-child,
  .FundosDetalheCarteira .Credit .inlineBlock:last-child {
    display: block;
    width: 100%;
    padding: 0; } }
/* -------------------------------- 

Fim 850px

-------------------------------- */
/* -------------------------------- 

Inicio 800px

-------------------------------- */
@media only screen and (max-width: 800px) {
  .AccoesNegociar .bi-search > div div {
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin: 50px 0;
    text-align: center; }
    .AccoesNegociar .bi-search > div div select {
      margin-left: 0 !important; }
  .AccoesNegociar .AutoExtender {
    margin: 0 auto !important;
    position: absolute !important;
    max-width: 80% !important;
    border-color: #A9A9A9 !important;
    border-width: 0 1px 1px 1px !important;
    visibility: hidden; }
    .AccoesNegociar .AutoExtender .AutoExtenderList,
    .AccoesNegociar .AutoExtender .AutoExtenderHighlight {
      margin: 0 auto !important;
      border-color: #A9A9A9 !important;
      text-align: left !important; }

  .ETF-search .content-wrapper .break-td td {
    width: 100% !important;
    display: block;
    margin: 30px auto;
    text-align: left;
    border: none !important; }
    .ETF-search .content-wrapper .break-td td span {
      display: block !important;
      padding: .4em 0 10px 0;
      font-weight: 600 !important;
      font-size: 16px !important;
      text-transform: uppercase;
      color: #3c3f46 !important; }
  .ETF-search .content-wrapper .break-td th {
    display: none; }

  .invest_call {
    width: 100% !important;
    max-width: 620px !important; }
    .invest_call .perspectivas {
      max-width: none !important;
      height: 200px !important;
      margin: 0 0% 5px 1% !important;
      width: 200px !important; }
    .invest_call .call {
      max-width: none !important;
      height: 200px !important;
      margin: 0 0% 5px 1% !important;
      width: 200px !important; }
      .invest_call .call div:first-child h6, .invest_call .call div:first-child .h6 {
        position: absolute;
        width: 100% !important; }
      .invest_call .call div:last-child {
        display: none; }
    .invest_call .vid {
      max-width: none !important;
      height: 200px !important;
      margin: 0 0% 5px 1% !important;
      width: 200px !important; }
    .invest_call .imprensa {
      max-width: none !important;
      height: 200px !important;
      margin: 0 0% 5px 1% !important;
      width: 200px !important; } }
/* -------------------------------- 

Fim 800px

-------------------------------- */
/* -------------------------------- 

Inicio 790px

-------------------------------- */
@media (max-width: 790px) {
  .band .content-wrapper p {
    float: none !important;
    display: block;
    width: 100%; }
  .band .content-wrapper .btn {
    display: block !important;
    float: none !important;
    text-align: left;
    width: 100%;
    margin: 15px 0 0 0; }

  .bi-forms > div {
    width: 100% !important;
    float: none !important; }

  .FIseleccao {
    display: none !important; }

  .FIseleccaoRSP {
    display: block !important; } }
/* -------------------------------- 

Fim 790px

-------------------------------- */
/* -------------------------------- 

Inicio 760px

-------------------------------- */
@media only screen and (max-width: 760px) {
  .block-awards {
    width: 92% !important; }

  .cd-header-extras {
    margin-right: 5em; }

  .cd-header-extras font {
    font-size: 1.4em;
    line-height: 22px; }

  .cd-logo {
    left: auto;
    right: 3%;
    top: 11px;
    width: 28px !important;
    height: 28px;
    background: url(/Css/Images/stars.png) no-repeat 0 -140px;
    background: transparent url(Images/starBI.svg) no-repeat 0 0 !important;
    background-size: contain; }

  .cd-extra-login,
  .cd-extra-login-direct {
    margin: 9px 35px 0 9px; }

  .icons .three-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }
    .icons .three-content:first-child, .icons .three-content:last-child {
      margin-left: 0 !important;
      margin-right: 0 !important; }
      .icons .three-content:first-child .shadow-div, .icons .three-content:last-child .shadow-div {
        margin-top: 0 !important; }
  .icons .three-shadow-box {
    margin: 10px auto 10px auto !important; }
  .icons .four-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }
  .icons .four-shadow-box {
    margin: 10px auto 10px auto !important; }

  .bullets .three-content {
    width: 100% !important;
    margin: 4px auto 0 auto !important; }
    .bullets .three-content:first-child, .bullets .three-content:last-child {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .bullets li::before {
    font: 600 18px FontAwesome !important;
    line-height: 20px !important; }

  .bullets-line {
    margin: 25px 0 0 10% !important; }
    .bullets-line li {
      width: 100% !important;
      margin: 4px auto 0 0 !important; }
      .bullets-line li:first-child, .bullets-line li:last-child {
        margin-left: 0 !important;
        margin-right: 0 !important; }

  .folders h5, .folders .h5 {
    font-size: 22px !important; }

  .pictures .four-content {
    width: 100% !important; }

  .invest_focus {
    width: 90% !important; }

  .forceheight668,
  .forceheight900 {
    height: auto !important; }

  .forceVertalign {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

  .invest_focus {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important; } }
/* -------------------------------- 

Fim 760px

-------------------------------- */
/* -------------------------------- 

Inicio 719px

-------------------------------- */
@media only screen and (max-width: 719px) {
  .nav-on-left {
    overflow-x: hidden; }
    .nav-on-left .btfboxedtwo div {
      padding: 10% 5% !important; }
    .nav-on-left .pageLevelNav ul li {
      margin: 0 1em; }
    .nav-on-left .leftlinearTitle img h3, .nav-on-left .leftlinearTitle img .h3 {
      width: 110px; } }
/* -------------------------------- 

Fim 719px

-------------------------------- */
/* -------------------------------- 

Inicio 712px

-------------------------------- */
@media only screen and (max-width: 712px) {
  .image-grid .half-content {
    background: url(/images/default-source/conteudos/image-accionistas.jpg) repeat left center;
    background-size: cover; }
    .image-grid .half-content .text-content {
      background-color: rgba(255, 255, 255, 0.7); }
    .image-grid .half-content figure {
      display: none; }

  .top-bar .wrapper .product-layer {
    width: auto;
    height: 60px !important; }
    .top-bar .wrapper .product-layer div {
      width: 50px !important;
      height: auto !important;
      padding: 0 !important;
      font-size: 30px !important;
      display: table-cell !important;
      border-right: 1px solid #FFFFFF !important;
      border-bottom: 0px solid #FFFFFF !important; }
      .top-bar .wrapper .product-layer div:last-child {
        border-right: none !important; } }
/* -------------------------------- 

Fim 712px

-------------------------------- */
/* -------------------------------- 

Inicio 700px

-------------------------------- */
@media only screen and (max-width: 700px) {
  #ContentCenter_C012_upnlUserLogin .login {
    text-align: center;
    margin: 25px auto 0 auto !important;
    width: 100% !important; }
    #ContentCenter_C012_upnlUserLogin .login .user {
      width: 100% !important;
      margin: 0 auto !important; }
    #ContentCenter_C012_upnlUserLogin .login .pass {
      width: 100% !important;
      margin: 15px auto 0 auto !important; }
  #ContentCenter_C012_upnlUserLogin .secWrapper {
    width: 45% !important;
    margin: 30px 0 0 30% !important; }
    #ContentCenter_C012_upnlUserLogin .secWrapper .docVal {
      width: 100% !important;
      text-align: center;
      margin: 5px auto 0 auto !important; }
      #ContentCenter_C012_upnlUserLogin .secWrapper .docVal label {
        text-align: center !important;
        width: 170px;
        margin: 0 auto 15px auto !important; }
      #ContentCenter_C012_upnlUserLogin .secWrapper .docVal div {
        width: 100% !important;
        margin: 0 !important; }
    #ContentCenter_C012_upnlUserLogin .secWrapper .SecLog {
      width: 100% !important;
      text-align: center;
      margin: 35px auto 0 auto !important; }
      #ContentCenter_C012_upnlUserLogin .secWrapper .SecLog label {
        text-align: center !important; }
      #ContentCenter_C012_upnlUserLogin .secWrapper .SecLog div {
        width: 100%;
        margin: 0 auto !important; }
  #ContentCenter_C012_upnlUserLogin .logBut {
    margin: 35px auto 30px auto !important; }

  .product-layer,
  .product-layer-small {
    width: 100% !important; }
    .product-layer div:first-child,
    .product-layer-small div:first-child {
      display: block !important;
      border-right: none !important;
      border-bottom: 1px solid #008aa4 !important;
      height: 100px !important;
      width: 100% !important; }
    .product-layer p, .product-layer .btn,
    .product-layer-small p,
    .product-layer-small .btn {
      text-align: center !important; }
      .product-layer p a, .product-layer .btn a,
      .product-layer-small p a,
      .product-layer-small .btn a {
        white-space: normal !important;
        line-height: 20px !important; }

  .ObrigacoesSimulador .content-wrapper .box-simulador .simulador {
    width: 100% !important;
    display: block !important; }
  .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(2), .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(3) {
    width: 49% !important;
    top: 0 !important;
    position: relative;
    margin: 50px 0 25px 0 !important; } }
/* -------------------------------- 

Fim 700px

-------------------------------- */
/* -------------------------------- 

Inicio 660px

-------------------------------- */
@media only screen and (min-width: 661px) {
  #history-content > div {
    max-width: 25%; } }
@media only screen and (max-width: 660px) {
  #history-content > div {
    max-width: 75%; }

  .pictures .three-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }
  .pictures figure img {
    max-width: none !important;
    object-position: 50% 0; }

  .sfeventsList .sfeventListItem {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }

  .rssfeeds .three-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; } }
/* -------------------------------- 

Fim 660px

-------------------------------- */
/* -------------------------------- 

Inicio 654px

-------------------------------- */
@media only screen and (max-width: 654px) {
  .people_box .people_page {
    width: 70% !important;
    margin: 40px 0 !important; }

  .two-blocks-vid .first {
    background-position: 20% 100% !important; }
    .two-blocks-vid .first div:last-child {
      width: 96% !important; }
  .two-blocks-vid .second {
    background-position: 80% 0 !important; }
    .two-blocks-vid .second div:first-child {
      width: 96% !important; } }
/* -------------------------------- 

Fim 654px

-------------------------------- */
/* -------------------------------- 

Inicio 639px

-------------------------------- */
@media only screen and (max-width: 639px) {
  .footer-distributed .footer-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .footer-distributed .footer-right {
    width: 90%;
    margin: 0 5% 25px 5%; }
    .footer-distributed .footer-right .footer-links {
      width: 100%;
      margin: 0;
      clear: none;
      text-align: center;
      margin-top: 25px; }
      .footer-distributed .footer-right .footer-links .foot-title {
        text-align: center;
        font-size: 1em; }

  .invest_call {
    width: 90% !important;
    max-width: 450px !important; }
    .invest_call .perspectivas {
      width: 48% !important; }
      .invest_call .perspectivas h5, .invest_call .perspectivas .h5 {
        font-size: 18px !important;
        width: 90% !important; }
    .invest_call .call {
      width: 48% !important; }
      .invest_call .call div:first-child h5, .invest_call .call div:first-child .h5 {
        font-size: 18px !important;
        width: 90% !important; }
    .invest_call .vid {
      width: 48% !important; }
      .invest_call .vid h5, .invest_call .vid .h5 {
        font-size: 18px !important;
        width: 90% !important; }
    .invest_call .imprensa {
      width: 48% !important; }
      .invest_call .imprensa h5, .invest_call .imprensa .h5 {
        font-size: 18px !important;
        width: 90% !important; } }
/* -------------------------------- 

Fim 639px

-------------------------------- */
/* -------------------------------- 

Inicio 600px

-------------------------------- */
@media only screen and (max-width: 600px) {
  .five-blocks-home .left {
    height: 100% !important;
    max-height: 250px !important; }
  .five-blocks-home .right .bl1, .five-blocks-home .right .bl2, .five-blocks-home .right .bl3, .five-blocks-home .right .bl4 {
    width: 100% !important;
    max-height: 250px !important;
    margin: 0 0 15px 0 !important; }

  .bi-saldos {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center; }
    .bi-saldos div {
      flex-grow: 1;
      flex-shrink: 0;
      padding: 1em; }

  .bi-forms {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left; }
    .bi-forms > div {
      flex: auto;
      flex-grow: 1;
      flex-shrink: 0;
      /*padding:.2em 0;*/ }
    .bi-forms h4, .bi-forms .h4 {
      padding: 0; }
    .bi-forms p {
      padding: 0; }
    .bi-forms .x2 > input {
      min-width: 270px; }

  .bi-module > div {
    width: 40% !important; }

  .bi-search {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left; }
    .bi-search > div {
      flex: auto;
      flex-grow: 1;
      flex-shrink: 0;
      padding: .1em 1em .1em 1em; }
      .bi-search > div input[type='text'] {
        max-width: 90% !important; }
      .bi-search > div select {
        max-width: 90% !important; }
      .bi-search > div span {
        width: 100%; }
        .bi-search > div span span.k-icon.k-i-calendar {
          margin-left: 75%;
          margin-top: 4px; }
    .bi-search h4, .bi-search .h4 {
      padding: 1em;
      text-align: left; }
    .bi-search .x2 > input {
      min-width: 270px; }

  .text-content {
    padding: 1em !important; }

  .people_box .people_page .people_dat h3, .people_box .people_page .people_dat .h3 {
    margin: 0.8em auto !important; }
  .people_box .people_page .people_dat h5, .people_box .people_page .people_dat .h5 {
    font-size: 16px !important; }

  .FundosPesquisaSubscrever .bi-search > div div {
    width: 100% !important;
    display: inline-block;
    float: none; }

  .FundoDetalheGeral .Carteira > div .Activos,
  .FundoDetalheGeral .Carteira > div .TopPosicoes,
  .FundoDetalheGeral .Carteira > div .TopSectorial,
  .FundoDetalheGeral .Carteira > div .TopGeograficoObrigacoes {
    display: block !important;
    width: 100% !important;
    float: none !important; }

  .ETFNegociar .bi-search .content-wrapper > div div {
    display: block !important;
    width: 100% !important; }
  .ETFNegociar .ListaPopulares .content-wrapper {
    padding: 0 !important; }

  .boxes .four-content {
    width: 100% !important;
    margin: 35px auto 35px auto !important; }

  .sitemap > div > div > div {
    width: 50% !important; }

  .AccoesDetalhe .content-wrapper .ListHeader {
    display: block; }
    .AccoesDetalhe .content-wrapper .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0;
      width: 100% !important; }

  .ObrigacoesDetalhe .content-wrapper .ListHeader {
    display: block; }
    .ObrigacoesDetalhe .content-wrapper .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0;
      width: 100% !important; }
  .ObrigacoesDetalhe .content-wrapper .panelMercado table {
    width: 100%; }
  .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module > div {
    text-align: center !important;
    width: auto !important; }
    .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module > div:last-child {
      text-align: center !important; }

  .ETFDetalhe .content-wrapper .ListHeader {
    display: block; }
    .ETFDetalhe .content-wrapper .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0;
      width: 100% !important; }

  .FundosDetalhe .ListHeader {
    display: block; }
    .FundosDetalhe .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0;
      width: 100% !important; }

  .FuturosDetalhe .content-wrapper .ListHeader {
    display: block; }
    .FuturosDetalhe .content-wrapper .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0;
      width: 100% !important; } }
/* -------------------------------- 

Fim 600px

-------------------------------- */
/* -------------------------------- 

Inicio 570px

-------------------------------- */
@media only screen and (max-width: 570px) {
  .bg-img-pic-grad {
    background-position: 60% 0 !important;
    background-repeat: no-repeat; } }
/* -------------------------------- 

Fim 570px

-------------------------------- */
/* -------------------------------- 

Inicio 550px

-------------------------------- */
/* -------------------------------- 

Fim 550px

-------------------------------- */
/* -------------------------------- 

Inicio 500px

-------------------------------- */
@media only screen and (max-width: 500px) {
  .bi-forms > div:nth-child(3) ul {
    display: inline-block; }
    .bi-forms > div:nth-child(3) ul li {
      display: block;
      margin: 0 20px 0 -73px; }
      .bi-forms > div:nth-child(3) ul li:last-child {
        display: block;
        margin: 0 20px 0 0; }
      .bi-forms > div:nth-child(3) ul li input, .bi-forms > div:nth-child(3) ul li label {
        display: inline; }

  .vex.vex-theme-plain {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%; }

  .vex-content {
    top: 25px;
    overflow: scroll;
    height: 500px; }
    .vex-content .vex-dialog-form {
      margin-top: 15px; }

  .two-blocks-vid .first div:last-child {
    width: 95% !important; }
  .two-blocks-vid .second div:first-child {
    width: 95% !important; }

  .invest_call .perspectivas h5, .invest_call .perspectivas h6, .invest_call .perspectivas .h5, .invest_call .perspectivas .h6, .invest_call .perspectivas span {
    font-size: 15px !important; }
  .invest_call .call div:first-child h5, .invest_call .call div:first-child h6, .invest_call .call div:first-child .h5, .invest_call .call div:first-child .h6, .invest_call .call div:first-child span {
    font-size: 15px !important; }
  .invest_call .vid h5, .invest_call .vid h6, .invest_call .vid .h5, .invest_call .vid .h6, .invest_call .vid span {
    font-size: 15px !important; }
  .invest_call .imprensa h5, .invest_call .imprensa h6, .invest_call .imprensa .h5, .invest_call .imprensa .h6, .invest_call .imprensa span {
    font-size: 15px !important; } }
/* -------------------------------- 

Fim 500px

-------------------------------- */
/* -------------------------------- 

Inicio 480px

-------------------------------- */
@media only screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 36px !important;
    font-size: 34px; }

  h2, .h2 {
    font-size: 30px !important;
    font-size: 28px; }

  h3, .h3 {
    font-size: 24px !important;
    font-size: 22px; }

  h4, .h4 {
    font-size: 18px !important;
    font-size: 16px; }

  h5, .h5 {
    font-size: 16px !important;
    font-size: 14px; }

  h6, .h6 {
    font-size: 16px !important;
    font-size: 14px; }

  p {
    font-size: 14px !important;
    font-size: 14px;
    line-height: 1.3em !important; }

  .text-content p {
    font-size: 14px !important;
    line-height: 1.3em !important; }
  .text-content ul li {
    font-size: 14px !important;
    line-height: 1.3em !important; }

  .tabela th,
  .tabelaDesk th {
    font-size: 12px !important; }
    .tabela th a,
    .tabela th span,
    .tabelaDesk th a,
    .tabelaDesk th span {
      font-size: 12px !important; }
  .tabela td,
  .tabelaDesk td {
    font-size: 12px !important; }
    .tabela td a,
    .tabela td span,
    .tabelaDesk td a,
    .tabelaDesk td span {
      font-size: 12px !important; }

  .icons .five-content {
    width: 100%;
    margin: 35px auto 35px auto !important; }
    .icons .five-content:nth-last-child(-n+2) {
      width: 100%; }

  #ContentCenter_C012_upnlUserLogin .secWrapper {
    width: 250px !important;
    margin: 30px 0 0 18% !important; }

  .IMBSimulador .formsScroll .elements > input,
  .IMBSimulador .formsScroll .elements > span {
    width: 90%; }

  .sitemap > div > div > div > a {
    font-size: 16px !important; }

  .sfeventsList .sfeventListItem .sfeventTitle .sfTxtContent {
    font-size: 50px !important;
    padding: 0 0 10px 0 !important;
    min-height: 50px !important; }
  .sfeventsList .sfeventListItem h5 .sfTxtContent, .sfeventsList .sfeventListItem .h5 .sfTxtContent {
    padding: 0 0 20px 0 !important; }
  .sfeventsList .sfeventListItem .sfeventContent {
    padding: 5px !important; }

  .two-blocks-vid .first {
    max-height: none !important;
    height: 310px !important; }
    .two-blocks-vid .first div:last-child {
      height: 94% !important; }
  .two-blocks-vid .second {
    max-height: none !important;
    height: 300px !important; }
    .two-blocks-vid .second div:first-child {
      height: 94% !important; } }
/* -------------------------------- 

Fim 480px

-------------------------------- */
/* -------------------------------- 

Inicio 479px

-------------------------------- */
@media only screen and (max-width: 479px) {
  .cd-logo {
    left: auto;
    right: 3%;
    top: 11px;
    width: 28px !important;
    height: 28px;
    background: url(/Css/Images/stars.png) no-repeat 0 -140px;
    background: transparent url(Images/starBI.svg) no-repeat 0 0 !important;
    background-size: contain; }

  .contentblock {
    font-size: 0.875em; }
    .contentblock h2, .contentblock .h2 {
      font-size: 2.125em; } }
@media (max-height: 479px) {
  .nav-on-left .cd-header-extras.nav-is-visible {
    display: none; } }
/* -------------------------------- 

Fim 479px

-------------------------------- */
/* -------------------------------- 

Inicio 450px

-------------------------------- */
@media (max-width: 450px) {
  .amChartsPeriodSelector div:last-child {
    display: block !important; } }
/* -------------------------------- 

Fim 450px

-------------------------------- */
/* -------------------------------- 

Inicio 400px

-------------------------------- */
@media (max-width: 400px) {
  .bi-depositos th small {
    font-size: .7em;
    line-height: 1.3em; }

  .image-grid .half-content .text-content h3, .image-grid .half-content .text-content .h3 {
    font: 400 18px "Roboto Condensed", sans-serif; }
  .image-grid .half-content .text-content p {
    font: 300 14px "Roboto Condensed", sans-serif; }

  .sitemap > div > div > div {
    width: 100% !important; } }
/* -------------------------------- 

Fim 400px

-------------------------------- */
/* -------------------------------- 

Inicio 340px

-------------------------------- */
@media (max-width: 340px) {
  ul.bullets li::before {
    content: "" !important; } }
/* -------------------------------- 

Fim 340px

-------------------------------- */
/* -------------------------------- 

Inicio 326px

-------------------------------- */
@media (max-width: 326px) {
  .top-bar .wrapper h1, .top-bar .wrapper .h1 {
    line-height: 1em !important; } }
/* -------------------------------- 

Fim 326px

-------------------------------- */
@media only screen and (max-width: 319px) {
  .cd-header-extras .cd-abrirconta {
    display: block;
    float: none;
    font-size: 1em;
    height: 31px;
    line-height: 30px;
    padding: 0 1.5em;
    border-radius: 2px;
    margin: .25em;
    width: 180px;
    text-align: center; } }
/* TABLE-SAW --> removed and included in _styles 10529-11503*/
/* STOCK CHARTS RESPONSIVE BEHAVIOUR */
object#graficoPPR {
  display: block;
  overflow: hidden;
  border: 0;
  padding: 0; }

.AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
  height: 630px; }

object#graficoPPR, object#graficoInvestIberia {
  height: 406px; }

@media (max-width: 1084px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 450px; }

  object#graficoPPR, object#graficoInvestIberia {
    height: 366px; } }
@media (max-width: 870px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 390px; }

  object#graficoPPR, object#graficoInvestIberia {
    height: 366px; } }
@media (max-width: 728px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 330px; }

  object#graficoPPR, object#graficoInvestIberia {
    height: 306px; } }
@media (max-width: 550px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 270px; }

  object#graficoPPR, object#graficoInvestIberia {
    height: 246px; } }
@media (pointer: coarse) and (orientation: landscape) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 280px; }

  object#graficoPPR, object#graficoInvestIberia {
    height: 256px; } }
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  min-width: 330px;
  -webkit-font-smoothing: antialiased; }

body {
  position: relative;
  background-color: #fff;
  font: 400 16px 'Roboto Condensed', sans-serif !important;
    /*font-family: Arial, Helvetica, Verdana;
	font-size: 14px;*/
  line-height: 22px;
  color: #3c3f46;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0; }
  body * {
    text-shadow: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1em;
  font-weight: 500 !important;
  /*margin: 20px 0 10px 0;*/ }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 42px; }

h3, .h3 {
  font-size: 36px; }

h4, .h4 {
  font-size: 30px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 20px; }

a {
  text-decoration: none;
  color: #008aa4;
  outline: none; }
  a:link, a:active, a:visited, a:hover {
    cursor: pointer; }
  a:hover {
    color: #006072; }

/*p {
    font-weight: 400 !important;
}*/
*, *::after, *::before {
  box-sizing: border-box; }

img {
  /* make images responsive */
  max-width: 100%; }

input {
  font-family: sans-serif;
  font-size: 1.6rem; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

strong, b {
  font-weight: 500 !important; }

sup {
  vertical-align: super;
  font-size: .875em; }

/* -------------------------------- 

Layout

-------------------------------- */
/* TOP IMAGE SECTION */
.top-bar {
  width: 100%;
  margin: 0;
  float: none;
  overflow: hidden;
  background-position: 50% 0;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  .top-bar .wrapper {
    display: block;
    margin: 0 auto;
    width: 90%;
    position: relative;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    max-width: 1440px; }
    .top-bar .wrapper h1, .top-bar .wrapper h3, .top-bar .wrapper h4, .top-bar .wrapper h6, .top-bar .wrapper .h1, .top-bar .wrapper .h3, .top-bar .wrapper .h4, .top-bar .wrapper .h6 {
      display: block;
      color: #FFFFFF;
      font-weight: 300;
      line-height: 1.4em; }
    .top-bar .wrapper h4, .top-bar .wrapper .h4 {
      font-size: 1.5em; }
    .top-bar .wrapper h1, .top-bar .wrapper h3, .top-bar .wrapper h6, .top-bar .wrapper .h1, .top-bar .wrapper .h3, .top-bar .wrapper .h6 {
      text-transform: uppercase; }
    .top-bar .wrapper h1, .top-bar .wrapper .h1 {
      padding-bottom: .5em; }
    .top-bar .wrapper h6, .top-bar .wrapper .h6 {
      padding-bottom: .2em; }
    .top-bar .wrapper b {
      font-weight: 400;
      text-transform: uppercase; }
    .top-bar .wrapper .btn {
      width: 100%;
      display: block; }
      .top-bar .wrapper .btn a {
        display: inline-block;
        background: none;
        color: #FFFFFF;
        padding: .45em 1.5em .45em 1.5em;
        margin: 25px 5px 5px 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase !important;
        border-radius: 2px;
        border: 1px solid #FFFFFF;
        white-space: nowrap; }
        .top-bar .wrapper .btn a:hover {
          background: #FFFFFF;
          color: #008aa4; }
    .top-bar .wrapper .product-layer {
      display: table;
      height: 90px;
      width: auto;
      margin: 0 auto;
      border: 1px solid #FFFFFF; }
      .top-bar .wrapper .product-layer div {
        display: table-cell;
        color: #FFFFFF;
        font-size: 60px;
        border-right: 1px solid #FFFFFF;
        width: 100px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        font-weight: 500;
        padding: 20px;
        line-height: 80px; }
        .top-bar .wrapper .product-layer div:last-child {
          border-right: none; }

.top-bar-detalhe {
  height: 250px; }
  .top-bar-detalhe .wrapper h1, .top-bar-detalhe .wrapper .h1 {
    padding-bottom: 0; }

.full-background {
  width: 100%;
  margin: 0;
  float: none;
  overflow: hidden;
  background-position: 50% 0;
  height: 250px; }
  .full-background .wrapper {
    display: block;
    margin: 0 auto;
    width: 90%;
    position: relative;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .full-background .wrapper .half-content {
      margin: 0;
      position: relative; }
      .full-background .wrapper .half-content h1, .full-background .wrapper .half-content .h1 {
        font-size: 2.725em !important;
        text-align: left !important;
        color: #FFFFFF !important;
        font-weight: 300;
        line-height: 1.2em;
        margin-bottom: 0.4em; }
      .full-background .wrapper .half-content p {
        color: #FFFFFF !important;
        font-size: 1.425em !important;
        text-transform: none !important;
        line-height: 1.2em;
        font-weight: 300; }
      .full-background .wrapper .half-content .btn {
        position: relative;
        bottom: 0;
        padding: 0; }
        .full-background .wrapper .half-content .btn a {
          display: inline-block;
          background: #474A51;
          color: #f5f5f5;
          padding: .45em 1.5em .45em 1.5em;
          margin: 5px;
          font-weight: 500;
          font-size: 15px;
          line-height: 15px;
          text-transform: uppercase !important;
          border-radius: 2px;
          border: 0 !important;
          white-space: nowrap;
                    /*position:absolute;
						bottom:3em;*/ }
          .full-background .wrapper .half-content .btn a:hover {
            background: #6e83a8;
            color: #FFFFFF; }
        .full-background .wrapper .half-content .btn .left {
          padding-left: 0; }

/* MAIN SECTION */
.sfContentBlock {
  width: 100%;
  margin: 0;
  float: none;
  clear: both;
  overflow: hidden; }

.contentbox {
  width: 100%;
  margin: 0;
  float: none;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important; }
  .contentbox .content-wrapper {
    display: block;
    overflow: hidden;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .contentbox .content-wrapper p {
      font: 400 18px 'Roboto Condensed',sans-serif;
      line-height: 24px; }
      .contentbox .content-wrapper p .saibamais a {
        display: inline-block;
        background: #474A51;
        color: #f5f5f5;
        padding: .4em 1.5em .45em 1.5em;
        margin: 5px 5px 5px 0;
        font: 500 15px #008aa4;
        line-height: 15px;
        text-transform: uppercase !important;
        border-radius: 2px;
        border: 0 !important;
                    /*position:absolute;
						bottom:3em;*/ }
        .contentbox .content-wrapper p .saibamais a:hover {
          background: #006072;
          color: #FFFFFF; }
    .contentbox .content-wrapper h1, .contentbox .content-wrapper h2, .contentbox .content-wrapper h3, .contentbox .content-wrapper h4, .contentbox .content-wrapper h5, .contentbox .content-wrapper h6, .contentbox .content-wrapper .h1, .contentbox .content-wrapper h2, .contentbox .content-wrapper h3, .contentbox .content-wrapper h4, .contentbox .content-wrapper h5, .contentbox .content-wrapper h6 {
      line-height: normal;
      text-transform: uppercase; }
    .contentbox .content-wrapper h1, .contentbox .content-wrapper .h1 {
      display: block;
      overflow: hidden;
      margin: 0 auto;
      color: #3c3f46;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1.2em; }
    .contentbox .content-wrapper h2, .contentbox .content-wrapper h3, .contentbox .content-wrapper .h2, .contentbox .content-wrapper .h3 {
      display: block;
      overflow: hidden;
      margin: 0 auto;
      color: #3c3f46;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1.2em; }
    .contentbox .content-wrapper h5, .contentbox .content-wrapper .h5 {
      font-weight: 100; }
    .contentbox .content-wrapper h6, .contentbox .content-wrapper .h6 {
      font-weight: 400; }
    .contentbox .content-wrapper ul.pictures-single figure {
      padding: 1em;
      max-width: 462px; }
      .contentbox .content-wrapper ul.pictures-single figure img {
        width: 100%;
        height: 430px;
        height: auto; }
      .contentbox .content-wrapper ul.pictures-single figure div {
        width: 100%; }
        .contentbox .content-wrapper ul.pictures-single figure div h5, .contentbox .content-wrapper ul.pictures-single figure div .h5 {
          padding: 20px 0; }
        .contentbox .content-wrapper ul.pictures-single figure div h6, .contentbox .content-wrapper ul.pictures-single figure div .h6 {
          margin: 40px 0 10px 0; }
        .contentbox .content-wrapper ul.pictures-single figure div p {
          padding: 20px 0;
          font-weight: 300; }
    .contentbox .content-wrapper ul.pictures figure {
      padding: 1em;
      max-width: 462px; }
      .contentbox .content-wrapper ul.pictures figure img {
        width: 100%; }
      .contentbox .content-wrapper ul.pictures figure div {
        width: 100%; }
        .contentbox .content-wrapper ul.pictures figure div h5, .contentbox .content-wrapper ul.pictures figure div .h5 {
          padding: 20px 0; }
        .contentbox .content-wrapper ul.pictures figure div h6, .contentbox .content-wrapper ul.pictures figure div .h6 {
          margin: 40px 0 10px 0; }
        .contentbox .content-wrapper ul.pictures figure div p {
          padding: 20px 0;
          font-size: 18px;
          font-weight: 300; }
    .contentbox .content-wrapper ul.pictures .three-content i, .contentbox .content-wrapper ul.pictures .three-content em {
      font: 100 60px FontAwesome;
      display: block;
      line-height: 80px;
      color: #008aa4; }
    .contentbox .content-wrapper ul.rssfeeds .three-content i, .contentbox .content-wrapper ul.rssfeeds .three-content em {
      font: 100 60px FontAwesome;
      display: block;
      line-height: 80px;
      color: #008aa4; }
    .contentbox .content-wrapper ul.rssfeeds .three-content .rss h6, .contentbox .content-wrapper ul.rssfeeds .three-content .rss .h6 {
      color: #3c3f46; }
    .contentbox .content-wrapper ul.rssfeeds .three-content .rss hr {
      border: 0;
      border-bottom: 1px solid #3c3f46; }
    .contentbox .content-wrapper ul.rssfeeds .three-content .toleft a {
      color: #3c3f46;
      font-size: .925em; }
      .contentbox .content-wrapper ul.rssfeeds .three-content .toleft a:hover {
        color: #008aa4; }
    .contentbox .content-wrapper ul.rssfeeds.whiteText .three-content .rss hr {
      border: 0;
      border-bottom: 1px solid #f0f0f0; }
    .contentbox .content-wrapper ul.rssfeeds.whiteText .three-content .rss h6, .contentbox .content-wrapper ul.rssfeeds.whiteText .three-content .rss .h6 {
      color: #fff; }
    .contentbox .content-wrapper ul.rssfeeds.whiteText .three-content .rss .toleft a {
      color: #f0f0f0;
      font-size: .925em; }
      .contentbox .content-wrapper ul.rssfeeds.whiteText .three-content .rss .toleft a:hover {
        color: #b5b5b5; }
    .contentbox .content-wrapper ul.boxes p {
      padding: 15px; }
    .contentbox .content-wrapper ul.boxes div {
      height: 225px; }
    .contentbox .content-wrapper ul.boxes .three-content {
      padding: 1em; }
      .contentbox .content-wrapper ul.boxes .three-content div i, .contentbox .content-wrapper ul.boxes .three-content div em {
        display: block;
        font-size: 75px;
        padding: 0.5em 0 0 0; }
    .contentbox .content-wrapper ul.boxes .four-content #g1,
    .contentbox .content-wrapper ul.boxes .four-content #g2,
    .contentbox .content-wrapper ul.boxes .four-content #g3,
    .contentbox .content-wrapper ul.boxes .four-content #g4 {
      margin: 0 auto; }
    .contentbox .content-wrapper ul.bullets {
      margin: 25px 0 0 10%;
      overflow: hidden; }
      .contentbox .content-wrapper ul.bullets li {
        line-height: 24px;
        font-weight: 300;
        color: #3c3f46;
        font: 300 18px "Roboto Condensed", sans-serif;
        margin: 4px 0 0 0;
        max-width: 1280px;
        text-align: left;
        padding-left: 10px;
        display: inline-flex; }
        .contentbox .content-wrapper ul.bullets li::before {
          content: "\f0da";
          font: 600 12px FontAwesome;
          display: inline-block;
          margin-right: 10px;
          line-height: 24px;
          color: #3c3f46;
          text-align: center;
          vertical-align: top; }
        .contentbox .content-wrapper ul.bullets li p {
          display: inline-block;
          text-align: left; }
      .contentbox .content-wrapper ul.bullets .three-content {
        text-align: center; }
      .contentbox .content-wrapper ul.bullets .full-content {
        margin: 4px 0 0 0;
        padding-left: .15em; }
      .contentbox .content-wrapper ul.bullets .white-bullet::before {
        color: #FFFFFF !important; }
    .contentbox .content-wrapper ul.bullets-line {
      padding: 0;
      margin: 25px 0 0 0;
      overflow: hidden; }
      .contentbox .content-wrapper ul.bullets-line li {
        line-height: 24px;
        font-weight: 300;
        color: #3c3f46;
        font: 300 18px "Roboto Condensed", sans-serif;
        margin: 4px 15px 0 15px;
        max-width: 1280px;
        text-align: left;
        padding-left: 10px;
        display: inline-flex; }
        .contentbox .content-wrapper ul.bullets-line li::before {
          content: "\f0da";
          font: 600 12px FontAwesome;
          display: inline-block;
          margin-right: 10px;
          line-height: 24px;
          color: #3c3f46;
          text-align: center;
          vertical-align: top; }
        .contentbox .content-wrapper ul.bullets-line li p {
          display: inline-block;
          text-align: left; }
      .contentbox .content-wrapper ul.bullets-line .white-bullet::before {
        color: #FFFFFF !important; }
    .contentbox .content-wrapper ul.icons {
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .contentbox .content-wrapper ul.icons li i, .contentbox .content-wrapper ul.icons li em {
        font: 100 60px FontAwesome;
        display: block;
        line-height: 80px;
        color: #008aa4; }
      .contentbox .content-wrapper ul.icons li h6, .contentbox .content-wrapper ul.icons li .h6 {
        margin: 1em; }
      .contentbox .content-wrapper ul.icons li p {
        line-height: 18px;
        font-weight: 300;
        color: #3c3f46;
        font: 300 16px "Roboto Condensed", sans-serif !important;
        padding: 0 10px; }
      .contentbox .content-wrapper ul.icons li .force-bullet {
        padding: 25px 0 0 0;
        display: inline-block; }
        .contentbox .content-wrapper ul.icons li .force-bullet p {
          line-height: 24px;
          font-weight: 300;
          color: #3c3f46;
          font: 300 18px "Roboto Condensed", sans-serif;
          margin: 4px 0 0 0;
          text-align: left;
          padding-left: 10px; }
          .contentbox .content-wrapper ul.icons li .force-bullet p::before {
            content: "\f0da";
            font: 600 12px FontAwesome;
            display: inline-block;
            margin-right: 10px;
            line-height: 24px;
            color: #3c3f46;
            text-align: center;
            vertical-align: top; }
      .contentbox .content-wrapper ul.icons .three-content {
        text-align: center;
        padding: 1em; }
        .contentbox .content-wrapper ul.icons .three-content label,
        .contentbox .content-wrapper ul.icons .three-content span {
          display: block; }
      .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
        height: 100%;
        position: relative;
        width: 90%;
        min-height: 430px;
        float: none;
        margin: 0 auto; }
        .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div h6, .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div .h6 {
          color: #008aa4; }
        .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div em {
          padding-top: 50px; }
        .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div p {
          padding: 20px 25px 0 25px; }
        .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div:hover {
          transition: all .2s ease-in-out;
          transform: scale(1.05); }
        .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div .links {
          margin: 40px 10px 5px 10px; }
          .contentbox .content-wrapper ul.icons .three-shadow-box .shadow-div .links a {
            font-size: 13px; }
      .contentbox .content-wrapper ul.icons .three-shadow-box:first-child .shadow-div {
        width: 70%;
        float: right;
        margin-top: 25px;
        min-height: 380px; }
      .contentbox .content-wrapper ul.icons .three-shadow-box:last-child .shadow-div {
        width: 70%;
        float: left;
        margin-top: 25px;
        min-height: 380px; }
      .contentbox .content-wrapper ul.icons .four-content {
        text-align: center;
        padding: 0.5em; }
      .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
        height: 100%;
        position: relative;
        width: 100%;
        min-height: 380px;
        float: none;
        margin: 0 auto; }
        .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div h6, .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div .h6 {
          color: #008aa4; }
        .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div em {
          padding-top: 50px; }
        .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div p {
          padding: 20px 25px 0 25px; }
        .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div:hover {
          transition: all .2s ease-in-out;
          transform: scale(1.03); }
        .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div .links {
          margin: 40px 10px 5px 10px;
          padding: 1em; }
          .contentbox .content-wrapper ul.icons .four-shadow-box .shadow-div .links a {
            font-size: 13px; }
    .contentbox .content-wrapper ul.icons-bullets {
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .contentbox .content-wrapper ul.icons-bullets li i, .contentbox .content-wrapper ul.icons-bullets li em {
        font: 100 60px FontAwesome;
        display: block;
        line-height: 80px;
        color: #008aa4; }
      .contentbox .content-wrapper ul.icons-bullets li h6, .contentbox .content-wrapper ul.icons-bullets li .h6 {
        padding: 1em; }
      .contentbox .content-wrapper ul.icons-bullets li p {
        line-height: 18px;
        font-weight: 300;
        color: #3c3f46;
        font: 300 18px "Roboto Condensed", sans-serif !important;
        padding: 0 10px; }
      .contentbox .content-wrapper ul.icons-bullets li .force-bullet {
        padding: 25px 0 0 0;
        display: inline-block; }
        .contentbox .content-wrapper ul.icons-bullets li .force-bullet p {
          line-height: 24px;
          font-weight: 300;
          color: #3c3f46;
          font: 300 18px "Roboto Condensed", sans-serif;
          margin: 4px 0 0 0;
          text-align: left;
          padding-left: 10px; }
          .contentbox .content-wrapper ul.icons-bullets li .force-bullet p::before {
            content: "\f0da";
            font: 600 12px FontAwesome;
            display: inline-block;
            margin-right: 10px;
            line-height: 24px;
            color: #3c3f46;
            text-align: center;
            vertical-align: top; }
        .contentbox .content-wrapper ul.icons-bullets li .force-bullet .white-bullet::before {
          color: #FFFFFF !important; }
      .contentbox .content-wrapper ul.icons-bullets .three-content {
        text-align: center;
        padding: 1em; }
        .contentbox .content-wrapper ul.icons-bullets .three-content label,
        .contentbox .content-wrapper ul.icons-bullets .three-content span {
          display: block; }
    .contentbox .content-wrapper ul figure {
      margin: 0 auto; }
      .contentbox .content-wrapper ul figure img {
        max-width: 462px;
        /*height: 100%;*/ }
      .contentbox .content-wrapper ul figure .right-image {
        float: right; }
      .contentbox .content-wrapper ul figure .left-image {
        float: left; }
      .contentbox .content-wrapper ul figure .width300 {
        max-width: 300px; }
    .contentbox .content-wrapper figure img {
      object-fit: cover; }
    .contentbox .content-wrapper .btn {
      position: relative;
      bottom: 0; }
      .contentbox .content-wrapper .btn .blue {
        display: inline-block;
        background: #008aa4;
        color: #f5f5f5;
        padding: .45em 1.5em .45em 1.5em;
        margin: 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase !important;
        border-radius: 2px;
        border: 1px solid #008aa4;
        white-space: nowrap; }
        .contentbox .content-wrapper .btn .blue:hover {
          background: #FFFFFF;
          color: #008aa4; }
      .contentbox .content-wrapper .btn .white {
        display: inline-block;
        background: none;
        color: #FFFFFF;
        padding: .45em 1.5em .45em 1.5em;
        margin: 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase !important;
        border-radius: 2px;
        border: 1px solid #FFFFFF;
        white-space: nowrap;
        vertical-align: bottom; }
        .contentbox .content-wrapper .btn .white:hover {
          background: #FFFFFF;
          color: #008aa4; }
      .contentbox .content-wrapper .btn .gray {
        display: inline-block;
        background: #71767a;
        color: #FFFFFF;
        padding: .45em 1.5em .45em 1.5em;
        margin: 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase !important;
        border-radius: 2px;
        border: 1px solid #FFFFFF;
        white-space: nowrap; }
        .contentbox .content-wrapper .btn .gray:hover {
          background: rgba(113, 118, 122, 0.7);
          color: #FFFFFF; }
    .contentbox .content-wrapper hr {
      border: 0;
      border-bottom: 1px solid #3c3f46; }

ol {
  padding: 0;
  margin: 0 0 1em 0;
  list-style-position: inside; }
  ol li {
    text-align: left;
    font: 300 18px 'Roboto Condensed',sans-serif !important;
    line-height: 24px;
    list-style-image: url("/images/default-source/infographics/caret-right-list.png");
    margin: 0 0 1em 0; }

.text-content {
  display: block;
  overflow: hidden;
  padding: 0 3em 0 3em;
  height: 100%;
  text-align: left;
  color: #3c3f46; }
  .text-content p {
    line-height: 1.5em;
    font-size: 18px;
    margin: 8px auto;
    text-align: center;
    font-weight: 100; }
  .text-content em {
    display: inline-block;
    font: 400 18px "Roboto Condensed", sans-serif;
    color: #3c3f46;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    line-height: 1.3em; }
  .text-content .btn {
    position: relative;
    bottom: 0;
    padding: 0; }
    .text-content .btn a {
      display: inline-block;
      background: #474A51;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      white-space: nowrap;
      border: 1px solid #008aa4;
            /*position:absolute;
				bottom:3em;*/ }
      .text-content .btn a:hover {
        background: #6e83a8;
        color: #FFFFFF;
        border: 1px solid #008aa4; }
    .text-content .btn .left {
      padding-left: 0; }
  .text-content ul li {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 100; }
  .text-content table td {
    font-size: 18px;
    font-weight: 100; }

.small-content {
  width: 32%; }
  .small-content .box {
    background-color: #008aa4;
    top: -15px;
    position: relative;
    height: 385px; }
    .small-content .box div {
      background-color: #FFFFFF;
      color: #3c3f46;
      margin: 15px;
      top: 15px;
      position: relative;
      padding: 25px;
      text-align: center;
      font-size: 18px; }
      .small-content .box div strong {
        font-size: 30px;
        line-height: 28px; }
    .small-content .box span {
      width: 2px;
      height: 35px;
      background-color: #FFFFFF;
      display: block;
      text-align: center;
      margin: 0 auto; }
    .small-content .box u {
      width: 8px;
      height: 8px;
      background-color: #FFFFFF;
      display: block;
      border-radius: 50%;
      margin: 0 auto; }
    .small-content .box p {
      color: #FFFFFF;
      text-align: center;
      padding: 10px;
      font-size: 22px; }
      .small-content .box p strong {
        font-size: 30px; }
      .small-content .box p:last-child {
        padding: 10px 10px 25px 10px; }

.half-content {
  width: 48%;
  padding: 1em; }
  .half-content:nth-of-type(2), .half-content:nth-of-type(4), .half-content:nth-of-type(6), .half-content:nth-of-type(8) {
    margin-left: 4%; }
  .half-content figure {
    height: 100%;
    overflow: hidden;
    margin: 0 auto; }
    .half-content figure img {
      max-width: none;
      height: 100%; }
  .half-content p {
    font-weight: 300;
    font-size: 18px; }
  .half-content i, .half-content em {
    font: 100 60px FontAwesome;
    display: block;
    line-height: 80px;
    color: #008aa4; }

.three-content {
  width: 33.33%; }
  .three-content h5, .three-content .h5 {
    text-transform: uppercase;
    font-weight: 500 !important; }
  .three-content .cleartabs {
    display: block;
    overflow: hidden;
    margin: 30px auto !important;
    width: 100% !important;
    border-bottom: 1px solid #006072; }
    .three-content .cleartabs li {
      cursor: pointer;
      display: block;
      float: left;
      height: 26px;
      width: 75px;
      font: 400 1em 'Roboto Condensed',sans-serif !important;
      color: #006072;
      margin-right: 5px;
      border-bottom: 1px solid transparent;
      text-transform: uppercase;
      text-align: left; }
      .three-content .cleartabs li.active {
        font: 600 1em 'Roboto Condensed',sans-serif !important;
        color: #008aa4;
        border-bottom: 1px solid #008aa4; }
      .three-content .cleartabs li:hover {
        color: #008aa4;
        border-bottom: 1px solid #008aa4; }
  .three-content .clearpages li {
    display: none;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both; }
    .three-content .clearpages li.active {
      display: block;
      overflow: hidden;
      width: 100%;
      float: none;
      clear: both;
      font-weight: bold; }
      .three-content .clearpages li.active div {
        display: block;
        width: 100%;
        height: 35px;
        padding: 10px 0; }
        .three-content .clearpages li.active div a {
          color: #3c3f46;
          display: inline-block;
          float: left;
          width: 70%;
          text-align: left;
          font-weight: 400; }
        .three-content .clearpages li.active div sub {
          vertical-align: baseline;
          display: block;
          float: right;
          width: 30%;
          font-weight: 300;
          text-align: right; }
        .three-content .clearpages li.active div:hover a, .three-content .clearpages li.active div:hover sub {
          color: #008aa4; }
  .three-content .clearsel {
    cursor: pointer;
    border: 0;
    outline: none;
    border-bottom: 2px solid #008aa4;
    width: 100%;
    color: #008aa4;
    font: 400 1.25em 'Roboto Condensed',sans-serif !important;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    margin: 30px auto !important; }
  .three-content i, .three-content em {
    font: 100 60px FontAwesome;
    display: block;
    line-height: 80px;
    color: #008aa4; }

.four-content {
  width: 22%; }
  .four-content .text-content {
    padding: 2em !important; }
  .four-content:nth-of-type(2) {
    margin-left: 4%;
    margin-right: 4%; }
  .four-content:nth-of-type(3) {
    margin-right: 4%; }
  .four-content .btn {
    padding: 0 0 2em 0; }
  .four-content img {
    max-width: none; }
  .four-content a {
    color: #008aa4; }
    .four-content a:hover {
      color: #006072; }

.five-content {
  width: 19%;
  margin-right: 1% !important; }
  .five-content .text-content {
    padding: 1em !important; }
    .five-content .text-content p {
      line-height: 26px !important;
      font-weight: 300;
      color: #3c3f46;
      font: 400 18px "Roboto Condensed", sans-serif !important;
      margin: 8px auto;
      max-width: 1280px;
      text-align: left; }
    .five-content .text-content h4, .five-content .text-content .h4 {
      margin: 0 auto;
      line-height: 1.2em;
      font-size: 20px;
      font-weight: 400;
      color: #3c3f46;
      text-align: left;
      text-transform: uppercase;
      max-width: 1280px; }
  .five-content:nth-of-type(5n) {
    margin-right: 0; }

.six-content {
  width: 14%; }

.larger-content {
  width: 64%; }

.full-content {
  width: 100%; }

.belowthefold {
  border-top: none !important;
  background-color: #e6e6e8;
  padding: 3.5em; }
  .belowthefold .btfapps {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    max-width: 1440px;
    text-align: center; }
    .belowthefold .btfapps img {
      float: left;
      margin: 8px 3em 5px 0; }
    .belowthefold .btfapps h3, .belowthefold .btfapps .h3 {
      float: left;
      margin: 5px 20px 20px 0; }
    .belowthefold .btfapps p {
      display: block;
      overflow: hidden;
      font-size: 0.8125em !important;
      font-weight: 400;
      padding: 0;
      margin: 0;
      text-align: justify; }

.folders {
  display: block;
  overflow: hidden;
  background-color: #f1f1f2; }
  .folders h5, .folders .h5 {
    line-height: 2em;
    opacity: 1;
    font-weight: normal;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8; }
    .folders h5 > div, .folders .h5 > div {
      display: block;
      overflow: hidden;
      width: 90%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 2em 0; }
    .folders h5 i, .folders h5 em, .folders .h5 i, .folders .h5 em {
      font: 300 1em/2em FontAwesome;
      cursor: pointer;
      float: right;
      -moz-transition: all 500ms;
      -webkit-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms; }
  .folders h5.active, .folders .h5.active {
    opacity: 0.9;
    color: #008aa4; }
    .folders h5.active i, .folders h5.active em, .folders .h5.active i, .folders .h5.active em {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .folders > div:not(.h5) {
    display: block;
    overflow: hidden;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 2em 0;
    border-bottom: 1px solid #d8d8d8; }
    .folders > div:not(.h5) p {
      padding: 0 0 1.5em 0; }
    .folders > div:not(.h5) h6, .folders > div:not(.h5) .h6 {
      font-weight: 600;
      padding: 0.5em 0; }
    .folders > div:not(.h5) a {
      display: block;
      color: #008aa4; }
      .folders > div:not(.h5) a:hover {
        color: #006072; }

.product-layer {
  display: table;
  height: 120px;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #008aa4; }
  .product-layer div:first-child {
    display: table-cell;
    color: #008aa4;
    font-size: 80px;
    border-right: 1px solid #008aa4;
    height: 100%;
    width: 10%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px; }
  .product-layer p {
    display: table-cell;
    color: #008aa4;
    height: 100%;
    width: 60%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 0 25px;
    font-size: 15px;
    line-height: 18px; }
  .product-layer .btn {
    display: table-cell;
    height: 100%;
    width: 30%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px; }
    .product-layer .btn a {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 0 !important;
      white-space: nowrap; }
      .product-layer .btn a:hover {
        background: rgba(0, 138, 164, 0.7);
        color: #FFFFFF; }

.product-layer-small {
  display: table;
  height: 120px;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #008aa4; }
  .product-layer-small div:first-child {
    display: table-cell;
    color: #008aa4;
    font-size: 80px;
    border-right: 1px solid #008aa4;
    height: 100%;
    width: 10%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px; }
  .product-layer-small p {
    display: table-cell;
    color: #008aa4;
    height: 100%;
    width: 60%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 0 25px;
    font-size: 15px;
    line-height: 18px; }
  .product-layer-small .btn {
    display: table-cell;
    height: 100%;
    width: 30%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px; }
    .product-layer-small .btn a {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 0 !important;
      white-space: nowrap; }
      .product-layer-small .btn a:hover {
        background: rgba(0, 138, 164, 0.7);
        color: #FFFFFF; }

.cleartabs {
  display: block;
  overflow: hidden;
  margin-bottom: 15px !important;
  width: 100% !important;
  border-bottom: 1px solid #006072; }
  .cleartabs li {
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    font: 400 0.8em 'Roboto Condensed',sans-serif !important;
    color: #006072 !important;
    margin-right: 15px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase; }
    .cleartabs li:hover {
      color: #008aa4;
      border-bottom: 1px solid #008aa4 !important; }
    .cleartabs li a {
      color: #006072;
      font-size: 16px; }
    .cleartabs li a.static.selected {
      color: #008aa4;
      font-size: 18px; }
  .cleartabs li.active {
    color: #006072;
    border-bottom: 1px solid #008aa4;
    font: 600 1em 'Roboto Condensed',sans-serif !important; }

.clearpages {
  display: block;
  overflow: hidden;
  width: 100%; }
  .clearpages li {
    display: none;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both; }
    .clearpages li .active {
      display: block;
      overflow: hidden;
      width: 100%;
      float: none;
      clear: both; }
    .clearpages li .infin a {
      display: block;
      overflow: hidden;
      margin-bottom: 15px;
      padding: 3px;
      text-decoration: none;
      color: #3a3a3a;
      font: 400 1em 'Roboto Condensed',sans-serif !important; }
      .clearpages li .infin a:hover {
        color: #008aa4;
        text-decoration: none; }
      .clearpages li .infin a sup {
        float: right;
        padding-top: 2px;
        margin-left: 10px; }
  .clearpages li.active {
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both; }

.clearsel {
  cursor: pointer;
  border: 0;
  outline: none;
  border-bottom: 2px solid #006072;
  width: 100%;
  color: #006072;
  font: 400 1em 'Roboto Condensed',sans-serif !important;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase; }

#bluealert {
  display: none;
  max-width: 1440px;
  margin: 0 auto;
  width: 250px;
  overflow: hidden; }
  #bluealert div {
    width: 250px; }
    #bluealert div:first-child {
      display: block;
      padding: 0; }
    #bluealert div:last-child {
      display: block;
      padding: 12px 10px 20px 10px;
      vertical-align: unset; }
      #bluealert div:last-child p {
        font-size: 13px !important;
        margin: 0 0 10px 0;
        line-height: 15px !important;
        text-align: left;
        padding: 0; }
        #bluealert div:last-child p:first-child {
          font-size: 15px !important;
          font-weight: 700;
          margin: 0 0 10px 0; }

.GrafRisco {
  display: none;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 90%; }
  .GrafRisco div:first-child {
    display: inline-block;
    padding: 25px; }
    .GrafRisco div:first-child img {
      width: 250px;
      vertical-align: top; }
  .GrafRisco div:last-child {
    display: inline-block;
    vertical-align: bottom;
    padding: 25px; }
    .GrafRisco div:last-child strong {
      width: 250px;
      font-size: 13px;
      font-weight: bold;
      margin: 0 auto;
      display: block;
      text-align: left; }
    .GrafRisco div:last-child p {
      /*width: 250px;*/
      font-size: 13px;
      display: block;
      text-align: left;
      margin: 10px auto;
      line-height: 15px !important;
      /*border-bottom: 1px dotted $light-gray;*/
      padding: 0 0 10px 0; }
      .GrafRisco div:last-child p:first-child {
        /*width: 250px;*/
        font-size: 13px;
        /*background-color: $bright-gray;*/
        display: block;
        text-align: left;
        margin: 30px auto 0 auto;
        line-height: 15px;
        padding: 4px;
        border: none; }
      .GrafRisco div:last-child p:nth-child(2) {
        border: none;
        /*background-color: $bright-gray;*/
        /*font-weight: bold;*/
        text-align: center;
        padding: 0;
        margin: 2px auto 30px auto; }

.GraficoRiscoBloco {
  display: block; }

.board {
  width: 100%;
  margin: 0 auto;
    /*-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 5px;*/ }
  .board div {
    width: 100%;
    border: 1px solid #dcdcdc;
    /*border-radius: 5px;*/ }
    .board div div {
      /*border: 1px solid #dcdcdc;*/
      border: 0 !important;
      margin: 15px;
      width: auto;
      /*border-radius: 0;*/ }
      .board div div img {
        width: 50%; }

.tabela,
.tabelaDesk {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
  .tabela th,
  .tabelaDesk th {
    border-bottom: 1px solid #3c3f46;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #3c3f46;
    font-size: 16px;
    font-weight: 600; }
    .tabela th a,
    .tabelaDesk th a {
      text-transform: uppercase;
      color: #3c3f46;
      font-size: 16px;
      font-weight: 600;
      vertical-align: -40%; }
  .tabela td,
  .tabelaDesk td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #3c3f46;
    padding: 10px;
    /*padding: 1em .6em;*/
    text-align: left;
    vertical-align: middle; }
    .tabela td a,
    .tabelaDesk td a {
      color: #008aa4; }
  .tabela .red,
  .tabelaDesk .red {
    color: red !important; }
  .tabela .first,
  .tabelaDesk .first {
    color: #008aa4; }

.whiteTable th {
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important; }
.whiteTable td {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important; }

.band {
  margin: 80px 0 0 0; }
  .band .content-wrapper {
    padding: 0 1em; }
    .band .content-wrapper p {
      display: inline-block;
      float: left;
      text-align: left; }
      .band .content-wrapper p strong {
        font-size: 30px;
        color: #008aa4;
        line-height: 40px; }
    .band .content-wrapper .btn {
      display: inline-block;
      float: right; }

.hover:hover {
  background: rgba(0, 138, 164, 0.7);
  cursor: pointer; }

.aspNetDisabled {
  color: #808080; }
  .aspNetDisabled:hover {
    color: #808080; }

.navigator {
  display: block;
  width: 100%;
  text-align: left;
  min-height: 25px; }
  .navigator .aspNetDisabled {
    color: #808080 !important;
    font-size: 14px;
    background: none !important;
    border: none !important; }
    .navigator .aspNetDisabled:hover {
      color: #808080;
      border-bottom: none; }
  .navigator span {
    color: #006072 !important;
    font-size: 14px;
    border-bottom: 1px solid #006072 !important; }
  .navigator a {
    color: #008aa4 !important;
    font-size: 14px; }
    .navigator a:hover {
      border-bottom: 1px solid #008aa4 !important; }

.bivid2 {
  cursor: pointer; }

.NoRecords {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto; }

.selected-box .bgsilver {
  background-color: #008aa4; }

.Destaque {
  max-width: 1024px !important; }
  .Destaque .destaqueBlocks {
    overflow: hidden;
    float: left;
    height: 100%;
    margin: 0 0 4% 0;
    position: relative;
    width: 33.33%;
    padding: 10px; }
    .Destaque .destaqueBlocks .tabelaDesk td {
      height: 60px; }

.link {
  text-align: left; }

.playList tr td, .iconized tr td {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100; }
  .playList tr td span, .iconized tr td span {
    color: #3c3f46;
    float: right;
    font-weight: 600;
    font-size: 15px; }
  .playList tr td a span, .iconized tr td a span {
    color: #3c3f46;
    float: right;
    font-weight: 600;
    font-size: 15px; }
    .playList tr td a span em, .playList tr td a span i, .iconized tr td a span em, .iconized tr td a span i {
      top: -3px; }
.playList em, .playList i, .iconized em, .iconized i {
  margin-right: .2em;
  color: #3c3f46;
  font: 100 18px FontAwesome;
  vertical-align: middle;
  top: -1px;
  position: relative; }

.RadToolTip:after {
  left: 20%; }
.RadToolTip:before {
  left: 20%; }

.AutoExtender {
  line-height: 24px;
  background-color: #FFFFFF;
  width: 100% !important;
  height: 125px;
  overflow-y: auto;
  z-index: 1000;
  position: absolute;
  padding: 0 2.3em;
  backface-visibility: hidden;
  border-bottom: 1px solid #e2e3df; }

.AutoExtenderList {
  border-top: 1px dotted #f2f2f2;
  cursor: pointer;
  color: #252c2e;
  z-index: 100;
  padding: 5px;
  font-size: .8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow-x: hidden; }

.AutoExtenderHighlight {
  background-color: #f2f2f2;
  font-size: .8em;
  border-top: 1px dotted #f2f2f2;
  cursor: pointer;
  color: #252c2e;
  z-index: 100;
  padding: 5px;
  font-size: .8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow-x: hidden; }

.grayText {
  color: #c9c9c9 !important;
  font-style: italic; }

.AutoExtenderHighlightText {
  color: #f47730;
  font-weight: 300; }

.footer-icons {
  width: auto;
  padding-bottom: 35px; }
  .footer-icons li {
    display: inline;
    padding: 0;
    margin: 0; }
    .footer-icons li a {
      padding: 3px 9px;
      text-align: center; }
      .footer-icons li a i {
        font-size: 1.25em;
        font-weight: normal;
        color: white; }
      .footer-icons li a:hover i {
        color: rgba(255, 255, 255, 0.7); }
  .footer-icons ul.share-buttons {
    list-style: none;
    padding: 0; }
    .footer-icons ul.share-buttons .sr-only {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }

.footer-distributed {
  display: block;
  overflow: hidden;
  background-color: #001a2d;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 35px 5%; }
  .footer-distributed .footer-left {
    display: block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap; }
    .footer-distributed .footer-left h3 span, .footer-distributed .footer-left .h3 span {
      color: #5383d3; }
    .footer-distributed .footer-left a.foot-logo {
      display: inline-block;
      overflow: hidden;
      width: 176px;
      height: 25px;
      background: url(Images/inlines.png) no-repeat 0 -75px; }
    .footer-distributed .footer-left i, .footer-distributed .footer-left em {
      color: #ffffff;
      font-size: 20px;
      border-radius: 50%;
      text-align: center;
      margin: 10px 10px 10px 0px;
      vertical-align: middle; }
    .footer-distributed .footer-left p {
      display: inline-block;
      color: #ffffff;
      vertical-align: middle;
      margin: 0;
      font-weight: 300; }
      .footer-distributed .footer-left p span {
        display: block;
        font-weight: normal;
        font-size: 0.875em;
        line-height: 1em;
        margin: 20px 0 0 0;
        font-weight: 300; }
      .footer-distributed .footer-left p a {
        color: #fff;
        text-decoration: none; }
  .footer-distributed .footer-center {
    display: none;
    overflow: hidden;
    float: left;
    vertical-align: top;
    width: 33%;
    margin-left: 5%;
    white-space: nowrap; }
    .footer-distributed .footer-center .footer-links:nth-child(1) {
      float: left; }
    .footer-distributed .footer-center .footer-links:nth-child(2) {
      float: right; }
    .footer-distributed .footer-center .footer-links {
      display: block;
      overflow: hidden;
      color: #ffffff;
      padding: 0;
      /*float: left;*/
      /*margin: 0 50px 0 0;*/
      margin: 0;
      width: 45%;
      white-space: nowrap; }
      .footer-distributed .footer-center .footer-links li {
        padding: 5px 0;
        /*border-bottom: 1px solid #424647;*/ }
      .footer-distributed .footer-center .footer-links li:first-child {
        border-bottom: 1px solid #526775;
        white-space: nowrap; }
      .footer-distributed .footer-center .footer-links .foot-title {
        font-size: 15px;
        text-transform: uppercase;
        text-align: left;
        white-space: nowrap; }
      .footer-distributed .footer-center .footer-links a {
        display: inline-block;
        line-height: 1em;
        text-decoration: none;
        color: inherit;
        font-size: 15px;
        font-weight: 300; }
        .footer-distributed .footer-center .footer-links a:hover {
          color: #adadad; }
  .footer-distributed .footer-right {
    display: block;
    overflow: hidden;
    float: left;
    vertical-align: top;
    white-space: nowrap;
    /*.footer-links:nth-child(1) {float:left}*/
    /*.footer-links:nth-child(4) {float:right}*/ }
    .footer-distributed .footer-right .footer-links {
      color: #ffffff;
      padding: 0;
      float: left;
      white-space: nowrap; }
      .footer-distributed .footer-right .footer-links li {
        padding: 5px 0; }
      .footer-distributed .footer-right .footer-links .foot-title {
        white-space: nowrap;
        text-transform: uppercase;
        white-space: nowrap; }
      .footer-distributed .footer-right .footer-links a {
        display: inline-block;
        line-height: 1em;
        text-decoration: none;
        color: inherit;
        font-weight: 300; }
        .footer-distributed .footer-right .footer-links a:hover {
          color: #adadad; }

.footer-bottom {
  background-color: #001a2d;
  text-align: center;
  position: relative;
  padding: 20px 40px 20px 40px;
  width: 100%; }
  .footer-bottom .footer-company-about {
    line-height: 15px;
    color: #92999f;
    font-size: 0.8125em !important;
    font-weight: normal;
    margin: 0; }
    .footer-bottom .footer-company-about span {
      display: block;
      color: #92999f;
      font-size: 0.875em;
      font-weight: bold;
      /*margin-bottom: 10px;*/ }
  .footer-bottom .footer-company-name {
    color: #92999f;
    font-size: 0.875em !important;
    font-weight: normal;
    margin: 0; }

.footer-extra-links {
  display: block;
  background-color: #001a2d;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0;
  border-top: 1px solid #193042;
  border-bottom: 1px solid #193042;
  line-height: 4em; }
  .footer-extra-links ul li {
    display: inline-block;
    margin: 0 15px; }
    .footer-extra-links ul li a {
      color: #fff;
      text-transform: uppercase;
      font-size: .75em;
      line-height: .75em;
      font-weight: 300; }
      .footer-extra-links ul li a:hover {
        color: #adadad; }

.sitemap > div > h6, .sitemap > div > .h6 {
  margin: 25px 0 30px 0 !important;
  text-align: left;
  font-size: 22px !important; }
.sitemap > div > div {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #3c3f46; }
  .sitemap > div > div > div {
    width: 20%;
    min-height: 246px;
    float: left;
    text-align: left;
    padding: 2em 2em 2em 0; }
    .sitemap > div > div > div > a {
      text-transform: uppercase;
      font-size: 18px; }
    .sitemap > div > div > div h6, .sitemap > div > div > div .h6 {
      margin: 0 0 15px 0 !important;
      font-size: 18px !important; }
    .sitemap > div > div > div > div {
      width: auto;
      text-align: left; }
      .sitemap > div > div > div > div > div a {
        margin: 10px 0;
        display: block;
        color: #008aa4;
        font-weight: 300; }
        .sitemap > div > div > div > div > div a:hover {
          color: #006072; }

.sitemap-title .contentbox h3, .sitemap-title .contentbox .h3 {
  margin: 25px 0 30px 0 !important;
  text-align: left;
  font-size: 22px;
  font-weight: 400; }

.sitemap-info {
  width: auto;
  float: left;
  text-align: left;
  padding: 1em 2em;
  width: 100%; }
  .sitemap-info:first-child {
    padding: 1em 2em 2em 0; }
  .sitemap-info a {
    margin: 10px 0;
    display: block;
    color: #008aa4;
    font-weight: 300; }
    .sitemap-info a:hover {
      color: #006072; }

/* COLUMNS */
.half-content,
.three-content,
.four-content,
.five-content,
.larger-content,
.full-content {
  overflow: hidden;
  float: left;
  height: 100%;
  margin: 0 0 4% 0;
  position: relative; }

div.three-content {
  padding: 2em; }

/* SIZE DEFINITION */
.clear-height-960 {
  /*Para forçar a quebra de tamanho abaixo dos 960px*/ }

.clear {
  clear: both; }

.fullheight {
  height: 100%; }

.forceheight1020 {
  height: 1020px; }

.forceheight900 {
  height: 900px !important; }

.forceheight735 {
  height: 735px; }

.forceheight668 {
  height: 668px; }

.forceheight500 {
  height: 500px; }

.forceheight462 {
  height: 462px; }

.forceheight450 {
  height: 450px; }

.forceheight400 {
  height: 400px; }

.forceheight350 {
  height: 350px; }

.forceheight300 {
  height: 300px; }

/* BACKGROUNDS */
.white-bg {
  background-color: #FFFFFF; }

.blue-bg {
  background-color: #008aa4; }

.orange-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  background: rgba(240, 130, 33, 0.7); }

.gradient-bg {
  background: #0089a4;
  background: -moz-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0089a4), color-stop(100%, #014760));
  background: -webkit-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
  background: -o-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
  background: -ms-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
  background: linear-gradient(135deg, #0089a4 0%, #014760 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089a4', endColorstr='#014760', GradientType=1 ); }

.bgsilver {
  background-color: #f1f1f1; }

.bgsky {
  background-color: #dce7ee; }

.bg-img-icon:after {
  content: "\f085";
  font-family: FontAwesome;
  position: absolute;
  font-size: 400px;
  color: rgba(184, 186, 188, 0.2);
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
  height: 400px; }

.bg-img-pic-grad {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .bg-img-pic-grad:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    background: #0089a4;
    background: -moz-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #0089a4), color-stop(100%, #014760));
    background: -webkit-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
    background: -o-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
    background: -ms-linear-gradient(-45deg, #0089a4 0%, #014760 100%);
    background: linear-gradient(135deg, #0089a4 0%, #014760 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089a4', endColorstr='#014760', GradientType=1 ); }

.bg-img-pic {
  width: 100%;
  height: 100%;
  background-size: cover; }

.bgfoot {
  background-color: #08273b; }

#riscoswarrants {
  display: none;
  padding: 2%;
  float: none;
  clear: both;
  background-color: #FFFFFF;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left; }

/* BACKGROUNDS PERSOLNALIZADOS*/
.bg-Research {
  background-image: url("/images/default-source/conteudos/img-recursos-xl.jpg"); }

.bg-Accoes {
  background-image: url("/images/default-source/conteudos/1900-1069-boat.jpg"); }

.bg-Obrig {
  background-image: url("/images/default-source/conteudos/obrigacoes.jpg"); }

.bg-Garant-Invest {
  background-image: url("/images/default-source/conteudos/big-safetybox.jpg"); }

.bg-PrimeBrokerage {
  background-image: url("/images/default-source/conteudos/man-trading.jpg"); }

.bg-CredContaMargem {
  background-image: url("/images/default-source/conteudos/smiley-lady.jpg"); }

.bg-CorporateFinance {
  background-image: url("/images/default-source/conteudos/glasses-man-tablet.jpg"); }

.bg-LCInvestimento {
  background-image: url("/images/default-source/conteudos/library.jpg"); }

.bg-home-ad {
  background-image: url("/images/default-source/home/1900-bg-plant.jpg"); }
  .bg-home-ad .content-wrapper .half-content {
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 6px solid #f17d00;
    margin-bottom: 0;
    padding: 2em; }
    .bg-home-ad .content-wrapper .half-content h1, .bg-home-ad .content-wrapper .half-content .h1 {
      font-weight: 500;
      font-size: 34px; }
      .bg-home-ad .content-wrapper .half-content h1 sup, .bg-home-ad .content-wrapper .half-content .h1 sup {
        color: #f17d00;
        font-weight: 500; }
  .bg-home-ad .content-wrapper .btn .blue:hover {
    background-color: rgba(255, 255, 255, 0.1); }

/*FONTS*/
.whiteText {
  color: #FFFFFF !important; }
  .whiteText .bullets li:before {
    color: #FFFFFF !important; }

.bg-text-blue {
  background-color: #008aa4;
  color: #fff;
  max-width: 150px;
  margin: 0 auto 5px auto;
  text-transform: uppercase;
  padding: 2px; }

.font300 {
  font-weight: 300 !important; }

.font400 {
  font-weight: 400 !important; }

.bold {
  font-weight: bold !important; }

.center {
  text-align: center !important; }

/* FORMS */
.bi-forms {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1em auto;
  overflow: hidden;
  background-color: transparent;
  font: 300 18px 'Roboto Condensed',sans-serif !important;
  text-align: center; }
  .bi-forms > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    line-height: 1.5em;
    padding: 1em;
    white-space: nowrap;
    border-bottom: 0px dotted #008aa4;
    border-top: 0px solid #fcfcfc; }
    .bi-forms > div div {
      padding: 1em; }
      .bi-forms > div div ul {
        display: inline-flex;
        float: left; }
        .bi-forms > div div ul li {
          display: inline-flex;
          margin: 0 20px 0 0; }
          .bi-forms > div div ul li input[type='radio'] {
            margin: 15px 0 0 0; }
      .bi-forms > div div label {
        text-align: center;
        font-weight: 400; }
  .bi-forms .bi-buttons {
    padding: 2em;
    display: block;
    width: 100%; }
    .bi-forms .bi-buttons input {
      font-family: 'Roboto Condensed' !important; }
    .bi-forms .bi-buttons .white {
      display: inline-block;
      background: none;
      color: #FFFFFF;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #FFFFFF;
      white-space: nowrap; }
      .bi-forms .bi-buttons .white:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .bi-forms p {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0;
    width: 100%;
    white-space: normal !important; }
  .bi-forms .bi-inline {
    border: 0px dashed #222;
    margin: 0; }
    .bi-forms .bi-inline label {
      display: inline;
      vertical-align: bottom;
      padding: 16px 0 8px 0;
      margin: 0;
      line-height: 1.2em;
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      color: #888; }
    .bi-forms .bi-inline input {
      display: inline;
      vertical-align: bottom;
      padding: 16px 0 8px 0;
      margin: 0;
      line-height: 1.2em;
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      color: #888; }
  .bi-forms div label {
    display: block;
    padding: 8px;
    margin: 0 auto;
    white-space: normal !important;
    text-align: center;
    font-weight: 400; }
    .bi-forms div label sup {
      line-height: 0;
      margin: 0;
      padding: 0;
      font-weight: 700; }
    .bi-forms div label .labelInline {
      display: inline; }
  .bi-forms div > span {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    white-space: normal; }
    .bi-forms div > span a {
      text-decoration: underline; }
  .bi-forms div u {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none; }
  .bi-forms div i, .bi-forms div em {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    font-weight: normal;
    text-decoration: none; }
  .bi-forms div span[style*='hidden'] {
    display: none; }
  .bi-forms div:nth-of-type(4) {
    flex: 1 100%; }
    .bi-forms div:nth-of-type(4) ul {
      padding: 0;
      overflow: hidden;
      border: 1px solid red; }
      .bi-forms div:nth-of-type(4) ul li {
        display: inline; }
  .bi-forms input[type='checkbox'] {
    float: left;
    margin: 0 .5em .5em 0; }
  .bi-forms input[type='radio'] {
    display: inline-flex; }
  .bi-forms input[type='text'] {
    display: inline-block;
    cursor: default;
    width: 100%;
    border-color: #A9A9A9; }
    .bi-forms input[type='text']:disabled {
      color: #bbb; }
      .bi-forms input[type='text']:disabled:hover {
        color: #bbb; }
  .bi-forms div.bi-1button .k-button {
    width: 100%; }
  .bi-forms div.bi-2button .k-button {
    width: 49%; }
  .bi-forms .x2 > input {
    min-width: 360px; }
  .bi-forms .error input[type='radio'] {
    display: inline; }
  .bi-forms select {
    display: inline-block;
    cursor: pointer; }
    .bi-forms select:disabled {
      color: #ccc; }
      .bi-forms select:disabled:hover {
        color: #ccc; }
  .bi-forms div.error {
    white-space: normal; }
    .bi-forms div.error input {
      padding: 0 0 7px 0;
      margin: 0 0 7px 0;
      border: none;
      border-bottom: 2px solid #F44336; }
      .bi-forms div.error input:hover {
        border: none;
        border-bottom: 2px solid #F44336; }
      .bi-forms div.error input:focus {
        border: none;
        border-bottom: 2px solid #F44336; }
    .bi-forms div.error select {
      padding: 0 0 7px 0;
      margin: 0 0 7px 0;
      border: none;
      border-bottom: 2px solid #F44336; }
      .bi-forms div.error select:hover {
        border: none;
        border-bottom: 2px solid #F44336; }
      .bi-forms div.error select:focus {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
    .bi-forms div.error i, .bi-forms div.error em {
      display: block;
      overflow: hidden;
      padding: 0;
      margin: 0;
      font-size: 12px;
      line-height: 12px;
      height: auto;
      font-weight: normal;
      text-decoration: none;
      color: #F44336;
      text-align: left; }
      .bi-forms div.error i span, .bi-forms div.error em span {
        color: #F44336;
        white-space: normal; }
    .bi-forms div.error label {
      color: #F44336;
      white-space: normal; }
  .bi-forms span.bigtitles {
    border: 0;
    padding: 0;
    color: #607d8b;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.2em;
    white-space: normal; }
  .bi-forms h4, .bi-forms .h4 {
    border: 0;
    padding: .8em 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8em;
    white-space: normal; }

.bi-mtop-5p {
  margin-top: 5%; }

.bi-mtop-5px {
  margin-top: 5px; }

.bi-mtop-25px {
  margin-top: 25px; }

.bi-mtop-60 {
  margin-top: 60px; }

.bi-mtop-80 {
  margin-top: 80px; }

.bi-mtop-100 {
  margin-top: 100px; }

.bi-mtop-140 {
  margin-top: 140px; }

.bi-mbot-40 {
  margin-bottom: 60px; }

.bi-mbot-50 {
  margin-bottom: 50px !important; }

.bi-mbot-60 {
  margin-bottom: 60px; }

.bi-mbot-80 {
  margin-bottom: 80px; }

.bi-mbot-100 {
  margin-bottom: 100px; }

.bi-mbot-2 {
  margin-bottom: 2%; }

.bi-padd-05 {
  padding: 0.5em; }

.bi-ptop10 {
  padding-top: 10px !important; }

.bi-ptop-20 {
  padding-top: 20px !important; }

.bi-ptop-30 {
  padding-top: 30px !important; }

.bi-ptop-40 {
  padding-top: 40px !important; }

.bi-ptop-60 {
  padding-top: 60px !important; }

.bi-ptop-80 {
  padding-top: 80px !important; }

.bi-ptop-85 {
  padding-top: 85px; }

.bi-ptop-120 {
  padding-top: 120px; }

.bi-ptop-150 {
  padding-top: 150px; }

.bi-ptop-null {
  padding-top: 0 !important; }

.bi-pbot-10 {
  padding-bottom: 10px !important; }

.bi-pbot-20 {
  padding-bottom: 20px !important; }

.bi-pbot-30 {
  padding-bottom: 30px !important; }

.bi-pbot-40 {
  padding-bottom: 40px !important; }

.bi-pbot-60 {
  padding-bottom: 60px !important; }

.bi-pbot-80 {
  padding-bottom: 80px; }

.bi-pbot-100 {
  padding-bottom: 100px; }

.bi-pbot-150 {
  padding-bottom: 150px; }

.bi-pbot-200 {
  padding-bottom: 200px; }

.bi-pbot-null {
  padding-bottom: 0 !important; }

.bi-b-0 {
  border: none !important; }

.border-gray {
  border: 1px solid #dcdcdc; }

.forceVertalign {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.toleft {
  text-align: left !important; }

.toright {
  text-align: right !important; }

.tocenter {
  text-align: center !important; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/* -------------------------------- 

X Layout

-------------------------------- */
/* -------------------------------- 

Inicio Formatação Personalizada

-------------------------------- */
.block-awards {
  background: #008aa4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008aa4 0%, #006072 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008aa4 0%, #006072 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008aa4 0%, #006072 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aa4', endColorstr='#006072',GradientType=0 );
  /* IE6-9 */
  cursor: pointer; }
  .block-awards div {
    background-color: #fff;
    display: block;
    position: relative;
    margin: 15px;
    padding: 10px; }
    .block-awards div p:first-child {
      padding: 10px 10px 0 10px;
      display: block;
      width: 100%;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      color: #3c3f46; }
    .block-awards div img {
      max-width: 150px; }
    .block-awards div p:last-child {
      padding: 0 10px 10px 10px;
      display: block;
      width: 100%;
      position: relative;
      font-size: 16px;
      line-height: 20px;
      color: #3c3f46; }

.five-blocks-home {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 600px; }
  .five-blocks-home .left {
    display: block;
    position: relative;
    float: left;
    width: 49%;
    height: 100%;
    background-image: url(/images/default-source/conteudos/grandebanco.png);
    background-position: right bottom;
    margin: 0 10px 0 0;
    background-repeat: no-repeat; }
    .five-blocks-home .left .trigger {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .five-blocks-home .left .trigger h2, .five-blocks-home .left .trigger .h2 {
        text-align: left;
        padding: 20px;
        color: #fff;
        text-transform: none;
        font-weight: 500; }
      .five-blocks-home .left .trigger span {
        display: block;
        text-align: left;
        padding: 0 20px;
        position: absolute;
        bottom: 15px; }
        .five-blocks-home .left .trigger span img {
          max-width: 35px; }
    .five-blocks-home .left:hover {
      opacity: .9; }
  .five-blocks-home .right {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 100%; }
    .five-blocks-home .right .bl1 {
      background-image: url("/images/default-source/conteudos/halfbuildingsmall.png");
      margin: 0 5px 5px 0; }
      .five-blocks-home .right .bl1 .layer {
        background-color: rgba(0, 137, 164, 0.3); }
    .five-blocks-home .right .bl2 {
      background-image: url("/images/default-source/conteudos/outlook3trihomesmall.png");
      margin: 0 0 5px 5px; }
      .five-blocks-home .right .bl2 .layer {
        background-color: rgba(0, 137, 164, 0.6); }
    .five-blocks-home .right .bl3 {
      background-image: url("/images/default-source/conteudos/farol.png");
      margin: 5px 5px 0 0; }
      .five-blocks-home .right .bl3 .layer {
        background-color: rgba(0, 137, 164, 0.6); }
    .five-blocks-home .right .bl4 {
      background-image: url("/images/default-source/conteudos/womenrreding.png");
      margin: 5px 0 0 5px; }
      .five-blocks-home .right .bl4 .layer {
        background-color: rgba(0, 137, 164, 0.3); }
    .five-blocks-home .right .bl1, .five-blocks-home .right .bl2, .five-blocks-home .right .bl3, .five-blocks-home .right .bl4 {
      display: block;
      position: relative;
      float: left;
      width: 48%;
      height: 50%;
      background-size: cover;
      background-position: right bottom;
      cursor: pointer; }
      .five-blocks-home .right .bl1 .layer, .five-blocks-home .right .bl2 .layer, .five-blocks-home .right .bl3 .layer, .five-blocks-home .right .bl4 .layer {
        display: block;
        width: 100%;
        height: 100%; }
        .five-blocks-home .right .bl1 .layer h5, .five-blocks-home .right .bl1 .layer .h5, .five-blocks-home .right .bl2 .layer h5, .five-blocks-home .right .bl2 .layer .h5, .five-blocks-home .right .bl3 .layer h5, .five-blocks-home .right .bl3 .layer .h5, .five-blocks-home .right .bl4 .layer h5, .five-blocks-home .right .bl4 .layer .h5 {
          color: #fff;
          padding: 20px 20px 5px 20px; }
        .five-blocks-home .right .bl1 .layer div, .five-blocks-home .right .bl2 .layer div, .five-blocks-home .right .bl3 .layer div, .five-blocks-home .right .bl4 .layer div {
          display: block;
          background-color: #F4985A;
          width: 80px;
          height: 2px;
          margin: 0 auto; }
        .five-blocks-home .right .bl1 .layer p, .five-blocks-home .right .bl2 .layer p, .five-blocks-home .right .bl3 .layer p, .five-blocks-home .right .bl4 .layer p {
          color: #fff;
          position: relative;
          top: 25%;
          transform: translateY(-25%);
          padding: 20px;
          font-size: 22px; }
        .five-blocks-home .right .bl1 .layer a, .five-blocks-home .right .bl2 .layer a, .five-blocks-home .right .bl3 .layer a, .five-blocks-home .right .bl4 .layer a {
          display: block;
          position: absolute;
          bottom: 15px;
          width: 100%;
          margin: 0 auto;
          color: #fff;
          font-size: 22px;
          letter-spacing: 0.5px;
          padding: 10px; }
          .five-blocks-home .right .bl1 .layer a span, .five-blocks-home .right .bl2 .layer a span, .five-blocks-home .right .bl3 .layer a span, .five-blocks-home .right .bl4 .layer a span {
            color: #F4985A; }
      .five-blocks-home .right .bl1:hover, .five-blocks-home .right .bl2:hover, .five-blocks-home .right .bl3:hover, .five-blocks-home .right .bl4:hover {
        opacity: .9; }

.two-blocks-half-vid {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  cursor: pointer; }
  .two-blocks-half-vid div:first-child {
    display: block;
    float: left;
    width: 48%;
    position: relative; }
    .two-blocks-half-vid div:first-child img {
      min-height: 300px;
      display: block;
      object-fit: cover; }
  .two-blocks-half-vid div:last-child {
    display: block;
    float: left;
    width: 48%;
    position: relative;
    text-align: center;
    height: 100%;
    padding: 40px 20px 0 20px;
    background-color: #F6F6F6; }
    .two-blocks-half-vid div:last-child p:first-child {
      display: block;
      position: relative;
      line-height: 26px; }
    .two-blocks-half-vid div:last-child p:last-child {
      display: block;
      position: absolute;
      bottom: 20px;
      line-height: 22px;
      font-weight: 300 !important;
      width: 100%; }

.two-blocks-vid {
  max-width: 1000px;
  margin: 0 auto; }
  .two-blocks-vid .first {
    background-image: url("/images/default-source/home/coffeegirl-computer-vid-small.png");
    background-position: 0 100%;
    max-height: 370px;
    height: 370px;
    margin-bottom: 35px; }
    .two-blocks-vid .first div:first-child {
      display: inline-block;
      float: left;
      width: 48%;
      height: 100%; }
      .two-blocks-vid .first div:first-child a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        line-height: 358px; }
    .two-blocks-vid .first div:last-child {
      background-color: rgba(255, 255, 255, 0.6);
      display: inline-block;
      float: right;
      width: 48%;
      margin: 10px;
      height: 95%;
      text-align: left;
      padding: 15px; }
      .two-blocks-vid .first div:last-child .otherP {
        display: inline-block; }
      .two-blocks-vid .first div:last-child .hideP {
        display: none; }
  .two-blocks-vid .second {
    background-image: url("/images/default-source/home/mountain-man-half-vid.png");
    background-position: 100% 0;
    max-height: 370px;
    height: 370px; }
    .two-blocks-vid .second div:first-child {
      background-color: rgba(255, 255, 255, 0.6);
      display: inline-block;
      float: left;
      width: 48%;
      margin: 10px;
      height: 95%;
      text-align: left;
      padding: 15px; }
      .two-blocks-vid .second div:first-child .otherP {
        display: inline-block; }
      .two-blocks-vid .second div:first-child .hideP {
        display: none; }
    .two-blocks-vid .second div:last-child {
      display: inline-block;
      float: right;
      width: 48%;
      height: 100%; }
      .two-blocks-vid .second div:last-child a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        line-height: 358px; }

.loadingAjax {
  background: url("/Css/Images/loading.gif") no-repeat center center;
  background-size: 130px;
  width: 100%;
  height: 80px; }

/* -------------------------------- 
	- Acerca de Nós 
-------------------------------- */
#upnlUserLogin {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  min-width: 320px;
  display: none;
  z-index: 5;
  padding: 32px 0;
  border-bottom: 0px solid #cccccc;
  overflow-y: auto;
  margin-bottom: 50px; }
  #upnlUserLogin .login {
    display: block;
    overflow: hidden;
    width: 40%;
    min-width: 320px;
    padding: 20px 40px;
    /*float: left;*/
    border: 1px solid #EEEEEE;
    margin: 0 auto;
    /*height:240px;*/ }
    #upnlUserLogin .login .recoverUsername {
      display: block;
      overflow: hidden;
      text-align: center;
      margin-bottom: 1.5em; }
      #upnlUserLogin .login .recoverUsername a {
        color: #666666;
        text-decoration: underline;
        font-size: .9em; }
        #upnlUserLogin .login .recoverUsername a:hover {
          color: #333; }
    #upnlUserLogin .login .recoverUsernameSub {
      display: none; }
    #upnlUserLogin .login .recoverUsernameSub.active {
      display: block; }
    #upnlUserLogin .login .tokenLoginSub {
      display: none; }
    #upnlUserLogin .login .tokenLoginSub.active {
      display: block; }
    #upnlUserLogin .login .user {
      margin: 0 auto;
      display: block;
      width: 100%;
      max-width: 280px;
      white-space: nowrap;
      clear: both; }
      #upnlUserLogin .login .user label {
                /*background-image: url(Images/user.svg);
					    width: 20px;
					    height: 20px;
					    background-size: 25px 25px;
					    background-repeat: no-repeat;
					    background-position: 50% 45%;
					    background-color: transparent;*/
        display: block;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6em;
        font-weight: 700; }
      #upnlUserLogin .login .user input {
        text-align: center;
        border: 1px solid #BFBFBF;
        width: 100%;
        margin-bottom: .3em; }
        #upnlUserLogin .login .user input:hover {
          /*background-color: #eee;*/
          border: 1px solid #F17C00; }
    #upnlUserLogin .login .pass {
      margin: 0 auto;
      display: block;
      width: 100%;
      max-width: 280px;
      white-space: nowrap;
      clear: both; }
      #upnlUserLogin .login .pass label {
                /*background-image: url(Images/locker.svg);
					width: 20px;
					height: 20px;
					background-size: 20px 20px;
					background-repeat: no-repeat;
					background-position: 50% 45%;
					background-color: transparent;*/
        display: block;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.8em;
        font-weight: 700; }
      #upnlUserLogin .login .pass input {
        text-align: center;
        border: 1px solid #BFBFBF;
        width: 100%;
        margin-bottom: 1em; }
        #upnlUserLogin .login .pass input:hover {
          /*background-color: #eee;*/
          border: 1px solid #F17C00; }
    #upnlUserLogin .login .logBut {
      width: 100%;
      max-width: 280px;
      display: block;
      margin: 0 auto;
      text-align: center; }
      #upnlUserLogin .login .logBut input {
        background-color: #F17C00;
        color: #FFFFFF;
        border: 1px solid #F17C00;
        border-radius: 3px;
        width: 100%;
        text-transform: uppercase;
        line-height: 2em;
        margin: .5em 0 .5em 0; }
        #upnlUserLogin .login .logBut input:hover {
          background-color: #ff8c1d;
          /*#d86f00;*/ }
      #upnlUserLogin .login .logBut input.k-state-focused {
        outline: 0;
        border-color: 1px solid #F17C00; }
  #upnlUserLogin .secWrapper {
    display: block;
    overflow: hidden;
    width: 40%;
    min-width: 320px;
    padding: 10px 10px 16px 10px;
    /*float: left;*/
    background-color: #f8f8f8;
    margin: 0 auto;
    /*height:240px;*/ }
    #upnlUserLogin .secWrapper .docVal {
      display: block;
      overflow: hidden;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      max-width: 320px;
      padding-bottom: 1em; }
      #upnlUserLogin .secWrapper .docVal label {
        display: block;
        text-align: left;
        font-size: .9em;
        font-weight: 400;
        text-transform: uppercase;
        padding-top: .1em; }
      #upnlUserLogin .secWrapper .docVal div {
        display: block;
        overflow: hidden;
        margin: 0 auto;
        padding: .2em 0;
        width: 55%;
        height: auto;
                /* input[type='radio'] {
	                    display: inline;
		                padding:0;
		                margin: 0;color:#000;
		                background: red;font-size:1px;line-height:1px;
		                border:none;border-bottom:0px solid #999;
		                outline:none;
		                cursor:default
	                    }
                        */
                /*label {

				        font-weight: 400;

				
					    &:before {
					
						    content: "";
						    position: absolute;
						    top: 0;
						    left: 0;
						    width: 14px;
						    height: 14px;
						    border: 1px solid #bfbfbf;
						    border-radius: 50%;    
						    background-color: #fff;

					    }

					    &:active:before {
					
						    content: "\2713";
						    position: absolute;
						    top: 0;
						    left: 0;
						    width: 14px;
						    height: 14px;
						    border: 1px solid #bfbfbf;

					    }
				
				    }*/ }
        #upnlUserLogin .secWrapper .docVal div .k-radio {
          height: 0; }
        #upnlUserLogin .secWrapper .docVal div .k-radio-label:before {
          border-color: #bfbfbf;
          border-radius: 50%;
          background-color: #ffffff;
          border-width: 2px; }
        #upnlUserLogin .secWrapper .docVal div .k-radio-label:hover:before,
        #upnlUserLogin .secWrapper .docVal div .k-radio:checked + .k-radio-label:hover:before {
          border-color: #F17C00;
          box-shadow: transparent; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:checked + .k-radio-label:before {
          border-color: #bfbfbf; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:checked + .k-radio-label:after {
          background-color: #F17C00;
          border-radius: 50%;
          content: "";
          width: 6px;
          height: 6px;
          position: absolute;
          top: 4px;
          left: 4px; }
        #upnlUserLogin .secWrapper .docVal div .k-radio-label:active:before {
          box-shadow: transparent;
          border-radius: 50%;
          border-color: #bfbfbf; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:checked + .k-radio-label:active:before {
          box-shadow: transparent;
          border-radius: 50%;
          border-color: #555555; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:disabled + .k-radio-label {
          color: #555555; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:disabled + .k-radio-label:before {
          border-color: #bfbfbf; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:disabled + .k-radio-label:active:before {
          box-shadow: transparent;
          background: transparent; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:disabled + .k-radio-label:before {
          background: #e3e3e3; }
        #upnlUserLogin .secWrapper .docVal div .k-radio:disabled + .k-radio-label:hover:after,
        #upnlUserLogin .secWrapper .docVal div .k-radio:disabled + .k-radio-label:hover:before {
          box-shadow: transparent; }
        #upnlUserLogin .secWrapper .docVal div .k-checkbox:focus + .k-checkbox-label:after,
        #upnlUserLogin .secWrapper .docVal div .k-radio:focus + .k-radio-label:before {
          border-color: #bfbfbf;
          box-shadow: transparent; }
    #upnlUserLogin .secWrapper .SecLog {
      display: block;
      overflow: hidden;
      margin: 0 auto;
      clear: both;
      width: 100%;
      max-width: 320px;
      text-align: center; }
      #upnlUserLogin .secWrapper .SecLog label {
        margin: 0 0 15px 0;
        display: block;
        text-align: left;
        font-weight: 600; }
      #upnlUserLogin .secWrapper .SecLog div {
        display: block;
        overflow: hidden;
        float: left;
        width: 40%;
        margin: 0 5%;
        text-align: center; }
        #upnlUserLogin .secWrapper .SecLog div label {
          display: block;
          overflow: hidden;
          font-weight: 400;
          text-align: center;
          font-size: .75em;
          margin: 0; }
          #upnlUserLogin .secWrapper .SecLog div label span {
            font-size: 1.4em;
            font-weight: 700; }
        #upnlUserLogin .secWrapper .SecLog div input {
          width: 60px;
          border: 1px solid #bfbfbf;
          text-align: center;
          height: 25px;
          margin: 0;
          text-indent: 0; }
          #upnlUserLogin .secWrapper .SecLog div input:hover {
            /*background-color: #eee;	*/
            border-color: #F17C00; }
  #upnlUserLogin .sslcert {
    text-align: center;
    display: block;
    overflow: hidden; }
  #upnlUserLogin h1, #upnlUserLogin .h1 {
    display: block;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    padding-bottom: 1em; }
  #upnlUserLogin h3, #upnlUserLogin .h3 {
    font-size: 1em;
    font-weight: 700;
    padding: .3em 0; }

#windowRedirect .k-button {
  display: inline-block;
  background: #008aa4;
  color: #f5f5f5;
  padding: .45em 1.5em .45em 1.5em;
  margin: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase !important;
  border-radius: 2px;
  border: 1px solid #008aa4;
  white-space: nowrap; }
  #windowRedirect .k-button:hover {
    background: #FFFFFF;
    color: #008aa4; }

.cd-horizontal-timeline {
  /*	border: 1px solid black;*/
  width: 80%;
  margin: 0 auto;
  height: 600px; }
  .cd-horizontal-timeline .timeline {
    /*	border: 1px solid red;*/
    width: 90%;
    height: 25%;
    margin: 0 auto; }
    .cd-horizontal-timeline .timeline .nav-left {
      display: block;
      float: left;
      /* border: 1px solid purple;*/
      width: 5%;
      height: 100%;
      position: relative; }
      .cd-horizontal-timeline .timeline .nav-left a {
        position: relative;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        /* border: 2px solid gray;*/
        display: block;
        margin: 45px auto;
        z-index: 20; }
        .cd-horizontal-timeline .timeline .nav-left a:hover {
          border: 2px solid #6ba3ad; }
        .cd-horizontal-timeline .timeline .nav-left a:after {
          content: '';
          position: relative;
          top: 50%;
          /* margin-top: -1px; */
          left: 27%;
          display: block;
          height: 2px;
          width: 10px;
          background: #6ba3ad;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        .cd-horizontal-timeline .timeline .nav-left a:before {
          content: '';
          position: relative;
          top: 37%;
          /* margin-top: -1px; */
          left: 29%;
          display: block;
          height: 2px;
          width: 10px;
          background: #6ba3ad;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .cd-horizontal-timeline .timeline .events-wrapper {
      width: 89%;
      position: relative;
      /* border: 1px solid green;*/
      /*display: block;*/
      float: left;
      height: 100%;
      overflow: hidden; }
      .cd-horizontal-timeline .timeline .events-wrapper:after {
        /* criar efeito sombra */
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        height: 100%;
        width: 20px;
        right: 0;
        background-image: -webkit-linear-gradient(right, #dce7ee, rgba(248, 248, 248, 0));
        background-image: linear-gradient(to left, #dce7ee, rgba(248, 248, 248, 0)); }
      .cd-horizontal-timeline .timeline .events-wrapper:before {
        /* criar efeito sombra */
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        height: 100%;
        width: 20px;
        left: 0;
        background-image: -webkit-linear-gradient(left, #dce7ee, rgba(248, 248, 248, 0));
        background-image: linear-gradient(to right, #dce7ee, rgba(248, 248, 248, 0)); }
      .cd-horizontal-timeline .timeline .events-wrapper .events ul {
        position: absolute;
        background-color: #6ba3ad;
        height: 2px;
        width: 1200px;
        top: 40%; }
        .cd-horizontal-timeline .timeline .events-wrapper .events ul li {
          list-style: none;
          display: inline-block;
          margin: auto 8%; }
          .cd-horizontal-timeline .timeline .events-wrapper .events ul li a {
            position: absolute;
            bottom: -2px;
            z-index: 2;
            text-align: center;
            font-size: 1.3rem;
            padding-bottom: 30px;
            color: #383838;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            text-decoration: none; }
            .cd-horizontal-timeline .timeline .events-wrapper .events ul li a:after {
              content: '';
              position: absolute;
              left: 50%;
              right: auto;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              bottom: -8px;
              height: 20px;
              width: 20px;
              border-radius: 50%;
              border: 2px solid #6ba3ad;
              background-color: #dce7ee;
              -webkit-transition: background-color 0.3s, border-color 0.3s;
              -moz-transition: background-color 0.3s, border-color 0.3s;
              transition: background-color 0.3s, border-color 0.3s; }
            .cd-horizontal-timeline .timeline .events-wrapper .events ul li a .selected:after {
              background-color: #6ba3ad;
              border-color: #6ba3ad; }
            .cd-horizontal-timeline .timeline .events-wrapper .events ul li a:hover:after {
              background-color: #6ba3ad;
              border-color: #6ba3ad; }
    .cd-horizontal-timeline .timeline .nav-right {
      display: block;
      float: right;
      /* border: 1px solid purple;*/
      width: 5%;
      height: 100%;
      position: relative; }
      .cd-horizontal-timeline .timeline .nav-right a {
        position: relative;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        /* border: 2px solid gray;*/
        display: block;
        margin: 45px auto; }
        .cd-horizontal-timeline .timeline .nav-right a:hover {
          border: 2px solid #6ba3ad; }
        .cd-horizontal-timeline .timeline .nav-right a:after {
          content: '';
          position: relative;
          top: 50%;
          /* margin-top: -1px; */
          left: 30%;
          display: block;
          height: 2px;
          width: 10px;
          background: #6ba3ad;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .cd-horizontal-timeline .timeline .nav-right a:before {
          content: '';
          position: relative;
          top: 38%;
          /* margin-top: -1px; */
          left: 30%;
          display: block;
          height: 2px;
          width: 10px;
          background: #6ba3ad;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
  .cd-horizontal-timeline .events-content {
    /*	border: 1px solid blue;*/
    width: 100%;
    height: 276px;
    position: relative;
    width: 90%;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    margin: 0 auto; }
    .cd-horizontal-timeline .events-content ul {
      list-style: none; }
      .cd-horizontal-timeline .events-content ul li {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        text-align: center; }
        .cd-horizontal-timeline .events-content ul li .selected {
          /* visible event content */
          position: relative;
          z-index: 2;
          opacity: 1;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
          .cd-horizontal-timeline .events-content ul li .selected h2, .cd-horizontal-timeline .events-content ul li .selected .h2 {
            font: 300 2.375em 'Roboto Condensed',sans-serif;
            color: #597aa7;
            margin: 25px auto; }
          .cd-horizontal-timeline .events-content ul li .selected em {
            font-size: 1.2em;
            font-style: italic;
            margin: 15px auto;
            display: block; }

#history-content {
  display: flex;
  justify-content: space-around;
  max-width: 1440px;
  margin: 0 auto; }

#history-content > div {
  min-width: 200px; }

.mundo,
.grupo,
.banco {
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
  background-color: #FFFFFF;
  margin-bottom: 1.5em;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1); }
  .mundo img,
  .grupo img,
  .banco img {
    width: 100%;
    border-bottom: 1px solid #dcdcdc; }
  .mundo h5, .mundo .h5,
  .grupo h5,
  .grupo .h5,
  .banco h5,
  .banco .h5 {
    display: block;
    overflow: hidden;
    padding: 1em;
    color: #a0a0a0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.82em;
    font-weight: 400;
    line-height: 0.82em; }
    .mundo h5 i, .mundo h5 em, .mundo .h5 i, .mundo .h5 em,
    .grupo h5 i,
    .grupo h5 em,
    .grupo .h5 i,
    .grupo .h5 em,
    .banco h5 i,
    .banco h5 em,
    .banco .h5 i,
    .banco .h5 em {
      float: right; }
  .mundo p,
  .grupo p,
  .banco p {
    font-size: 0.95em;
    font-weight: 400;
    padding: 1em;
    line-height: 1.5em;
    text-align: left; }

.cd-horizontal-timeline .events-content ul li .selected h3, .cd-horizontal-timeline .events-content ul li .selected .h3 {
  margin: 0.8em auto;
  line-height: 1.2em;
  font-size: 22px;
  font-weight: 400;
  color: #3c3f46;
  text-align: left;
  text-transform: uppercase;
  max-width: 1280px;
  text-align: center; }
.cd-horizontal-timeline .events-content ul li .selected span {
  line-height: 24px;
  color: #3c3f46;
  font: 300 22px "Roboto Condensed", sans-serif;
  margin: 0 auto;
  max-width: 1280px;
  text-align: center; }
.cd-horizontal-timeline .events-content ul li .selected p {
  line-height: 24px;
  color: #3c3f46;
  font: 300 20px "Roboto Condensed", sans-serif;
  margin: 15px auto;
  max-width: 1280px;
  text-align: center; }

.people_box {
  text-align: center; }
  .people_box .people_page {
    width: 25%;
    display: inline-block;
    margin: 35px;
    text-align: center; }
  .people_box img:hover {
    opacity: 0.8; }
  .people_box .people_dat h3, .people_box .people_dat .h3 {
    font: 400 22px 'Roboto Condensed',sans-serif;
    margin: 0.4em auto;
    line-height: 1.2em;
    color: #3c3f46;
    text-transform: uppercase; }
  .people_box .people_dat h5, .people_box .people_dat .h5 {
    font: 300 18px 'Roboto Condensed',sans-serif; }

.Pessoas .wrapper img {
  max-width: 240px;
  border-radius: 50%; }
.Pessoas .wrapper h6, .Pessoas .wrapper .h6 {
  padding: 10px; }
.Pessoas .wrapper h1, .Pessoas .wrapper h4, .Pessoas .wrapper .h1, .Pessoas .wrapper .h4 {
  padding: 0; }
.Pessoas .but-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto; }
  .Pessoas .but-wrapper .prev {
    float: left; }
    .Pessoas .but-wrapper .prev a {
      text-transform: uppercase;
      color: #3c3f46; }
      .Pessoas .but-wrapper .prev a:before {
        content: "\f104";
        font: 600 20px FontAwesome;
        padding-right: 10px; }
      .Pessoas .but-wrapper .prev a:hover {
        color: #006072; }
  .Pessoas .but-wrapper .next {
    float: right; }
    .Pessoas .but-wrapper .next a {
      text-transform: uppercase;
      color: #3c3f46; }
      .Pessoas .but-wrapper .next a:after {
        content: "\f105";
        font: 600 20px FontAwesome;
        padding-left: 10px; }
      .Pessoas .but-wrapper .next a:hover {
        color: #006072; }

.ondeEstamos .three-content {
  padding: 1em;
  width: 32%; }
  .ondeEstamos .three-content .text-content {
    padding: 1em;
    max-width: 500px;
    margin: 0 auto; }
    .ondeEstamos .three-content .text-content h6, .ondeEstamos .three-content .text-content .h6 {
      padding: 20px 0 0 0;
      font-weight: 400;
      width: 90%;
                /*&:after {
					
						content:"\f041";
						font: 600 20px FontAwesome;
					
					}*/ }
    .ondeEstamos .three-content .text-content a {
      width: 100%;
      display: inline-block;
      float: right; }
      .ondeEstamos .three-content .text-content a i, .ondeEstamos .three-content .text-content a em {
        font-size: 25px;
        margin: -20px 0 0 0;
        color: #008aa4;
        font: 100 30px FontAwesome; }
    .ondeEstamos .three-content .text-content p {
      font-size: 18px; }
    .ondeEstamos .three-content .text-content i, .ondeEstamos .three-content .text-content em {
      font-size: 25px;
      margin: -20px 0 0 0;
      color: #008aa4;
      font: 100 30px FontAwesome; }

/* -------------------------------- 
	X Acerca de Nós 
-------------------------------- */
/* -------------------------------- 
	- Poupança e Investimento
-------------------------------- */
.DepIndexados .content-wrapper .k-grid {
  border: none; }
  .DepIndexados .content-wrapper .k-grid #dpMain {
    display: block;
    width: 100%;
    text-align: left; }

.DISubs .k-grid,
.DISubs .k-widget {
  border: none; }

.IMBSimulador .labelDefault {
  margin: 0 0 50px 0 !important; }
.IMBSimulador .formsScroll h1, .IMBSimulador .formsScroll .h1 {
  display: block;
  margin-top: 50px;
  margin-bottom: 25px; }
.IMBSimulador .formsScroll .ResultadoClass td {
  font-weight: 600; }
.IMBSimulador .formsScroll .cleartabs {
  border-bottom: 1px solid #006072; }
  .IMBSimulador .formsScroll .cleartabs li {
    text-align: left; }
    .IMBSimulador .formsScroll .cleartabs li a {
      color: #006072; }
  .IMBSimulador .formsScroll .cleartabs .active {
    border-bottom: 1px solid #008aa4; }
    .IMBSimulador .formsScroll .cleartabs .active a {
      color: #008aa4;
      font: 500 1.2em 'Roboto Condensed',sans-serif; }
.IMBSimulador .formsScroll .simulNote {
  font-size: 14px !important;
  font-weight: 600;
  margin: 25px 0;
  display: block; }
.IMBSimulador .formsScroll .tipoSimulador {
  width: 85%;
  margin: auto; }
  .IMBSimulador .formsScroll .tipoSimulador td {
    display: inline-block; }
    .IMBSimulador .formsScroll .tipoSimulador td label {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: 5px 15px;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 0 !important;
      white-space: nowrap;
      border: 1px solid #008aa4 !important;
      width: 160px; }
      .IMBSimulador .formsScroll .tipoSimulador td label:hover {
        background: #FFFFFF;
        color: #008aa4; }
    .IMBSimulador .formsScroll .tipoSimulador td input {
      visibility: hidden; }
.IMBSimulador .formsScroll .labels {
  text-align: left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #3c3f46;
  padding: 1em .6em; }
.IMBSimulador .formsScroll .elements {
  text-align: right;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #3c3f46;
  padding: 1em .6em; }
  .IMBSimulador .formsScroll .elements .k-numeric-wrap {
    background-color: #FFFFFF; }
  .IMBSimulador .formsScroll .elements input, .IMBSimulador .formsScroll .elements span {
    border-color: #c5c5c5 !important; }
.IMBSimulador .formsScroll .bi-bord {
  border: none;
  border-width: 0; }
  .IMBSimulador .formsScroll .bi-bord input {
    display: inline-block;
    background: #008aa4;
    color: #f5f5f5;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase !important;
    border-radius: 2px;
    border: 1px solid #008aa4;
    white-space: nowrap;
    margin-top: 25px 5px 5px 5px; }
    .IMBSimulador .formsScroll .bi-bord input:hover {
      background: rgba(0, 138, 164, 0.7);
      color: #FFFFFF; }
.IMBSimulador .btn {
  display: block;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  border: none; }
  .IMBSimulador .btn .k-button {
    display: inline-block;
    background: #008aa4;
    color: #f5f5f5;
    padding: 5px 15px;
    margin: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase !important;
    border-radius: 2px;
    border: 1px solid #008aa4;
    white-space: nowrap; }
    .IMBSimulador .btn .k-button:hover {
      background: rgba(0, 138, 164, 0.7);
      color: #FFFFFF; }
    .IMBSimulador .btn .k-button:last-child {
      margin-top: 25px; }

.APConstituir .contentbox .content-wrapper .bi-depositos {
  display: block;
  width: 100%; }
  .APConstituir .contentbox .content-wrapper .bi-depositos h2, .APConstituir .contentbox .content-wrapper .bi-depositos .h2 {
    margin: 0 auto 40px auto; }
  .APConstituir .contentbox .content-wrapper .bi-depositos .APButtons {
    text-align: right;
    margin: 0 0 25px 0; }
    .APConstituir .contentbox .content-wrapper .bi-depositos .APButtons input {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .APConstituir .contentbox .content-wrapper .bi-depositos .APButtons input:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid {
    border: none; }
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk th:nth-child(2), .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk td:nth-child(2),
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela th:nth-child(2),
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela td:nth-child(2) {
      text-align: right; }
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk th:last-child, .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk td:last-child,
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela th:last-child,
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela td:last-child {
      text-align: right; }
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk tr:last-child td,
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela tr:last-child td {
      border-width: 0;
      border-style: none;
      border-color: none; }
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk th,
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela th {
      font-weight: 400;
      font-size: 16px; }
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabelaDesk td,
    .APConstituir .contentbox .content-wrapper .bi-depositos .k-grid .tabela td {
      font-weight: 600;
      font-size: 18px; }
  .APConstituir .contentbox .content-wrapper .bi-depositos h6, .APConstituir .contentbox .content-wrapper .bi-depositos .h6 {
    text-align: left;
    font-size: 16px;
    margin: 20px 0 0 0; }
  .APConstituir .contentbox .content-wrapper .bi-depositos p {
    margin: 50px 0 0 0;
    text-align: left;
    font-size: 14px; }

.FundosPesquisaSubscrever .divSearch {
  display: none !important; }
.FundosPesquisaSubscrever .bi-search {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-height: 500px; }
  .FundosPesquisaSubscrever .bi-search h1, .FundosPesquisaSubscrever .bi-search .h1 {
    display: none; }
  .FundosPesquisaSubscrever .bi-search > div {
    display: block;
    float: left;
    width: 33.33%; }
    .FundosPesquisaSubscrever .bi-search > div div {
      width: 100%;
      padding: 40px; }
      .FundosPesquisaSubscrever .bi-search > div div label {
        color: #3c3f46;
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 0;
        white-space: nowrap; }
      .FundosPesquisaSubscrever .bi-search > div div input,
      .FundosPesquisaSubscrever .bi-search > div div select {
        width: 100%;
        border: 1px solid black;
        height: 30px;
        max-width: 300px; }
  .FundosPesquisaSubscrever .bi-search .bi-buttons {
    display: block !important;
    float: left;
    padding: 50px 0 15px 0;
    width: 100%; }
    .FundosPesquisaSubscrever .bi-search .bi-buttons input {
      display: inline-block;
      background: #008aa4;
      color: #FFFFFF;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap;
      width: auto;
      font-family: 'Roboto Condensed' !important; }
      .FundosPesquisaSubscrever .bi-search .bi-buttons input:hover {
        background: #FFFFFF;
        color: #008aa4;
        border: 1px solid #008aa4; }
.FundosPesquisaSubscrever h2, .FundosPesquisaSubscrever .h2 {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  color: #3c3f46;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  width: 100%; }
.FundosPesquisaSubscrever .ListaPesquisa .k-button {
  margin: 5px 0 25px 0;
  display: block;
  background: #008aa4;
  color: #f5f5f5;
  padding: .45em 1.5em .45em 1.5em;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase !important;
  border-radius: 2px;
  border: 1px solid #008aa4;
  white-space: nowrap; }
  .FundosPesquisaSubscrever .ListaPesquisa .k-button:hover {
    background: #FFFFFF;
    color: #008aa4; }
.FundosPesquisaSubscrever .ListaPesquisa .aspNetDisabled {
  background: #808080;
  color: #f5f5f5;
  border: 1px solid #808080; }
  .FundosPesquisaSubscrever .ListaPesquisa .aspNetDisabled:hover {
    background: #808080;
    color: #f5f5f5; }
.FundosPesquisaSubscrever .ListaPesquisa .cleartabs {
  border-bottom: 1px solid #006072; }
  .FundosPesquisaSubscrever .ListaPesquisa .cleartabs li {
    text-align: left; }
    .FundosPesquisaSubscrever .ListaPesquisa .cleartabs li a {
      color: #006072; }
  .FundosPesquisaSubscrever .ListaPesquisa .cleartabs .active {
    border-bottom: 1px solid #008aa4; }
    .FundosPesquisaSubscrever .ListaPesquisa .cleartabs .active a {
      color: #008aa4;
      font: 600 1em 'Roboto Condensed',sans-serif; }
.FundosPesquisaSubscrever .ListaPesquisa .k-grid {
  border: none; }
  .FundosPesquisaSubscrever .ListaPesquisa .k-grid .tabela .tdRendibilidade {
    text-align: center; }
.FundosPesquisaSubscrever .ListaPesquisa .tabela .tdRendibilidade span {
  width: 20%;
  display: inline-block; }

.FundosDetalhePesquisaComparador strong {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 600 !important; }
.FundosDetalhePesquisaComparador .tabela {
  margin: 40px 0; }
  .FundosDetalhePesquisaComparador .tabela th {
    width: 25%; }
    .FundosDetalhePesquisaComparador .tabela th:nth-child(even) {
      width: auto; }
    .FundosDetalhePesquisaComparador .tabela th .btnSearch,
    .FundosDetalhePesquisaComparador .tabela th .btnSearch2,
    .FundosDetalhePesquisaComparador .tabela th .btnSearch3 {
      background-image: url(Images/search_blue.svg) !important;
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: 50% 50% !important;
      width: 15%;
      height: 30px;
      background-color: transparent !important;
      border: none !important; }
    .FundosDetalhePesquisaComparador .tabela th .k-textbox {
      width: 75%; }
  .FundosDetalhePesquisaComparador .tabela td {
    width: 25%; }
.FundosDetalhePesquisaComparador .trick th {
  white-space: nowrap; }
  .FundosDetalhePesquisaComparador .trick th label {
    width: 49%;
    display: inline-block;
    white-space: normal !important; }
    .FundosDetalhePesquisaComparador .trick th label:last-child {
      margin: 0 0 0 10px; }
.FundosDetalhePesquisaComparador .trick td {
  width: 16% !important; }
.FundosDetalhePesquisaComparador .chartextras .add-item li {
  max-width: 48% !important; }
.FundosDetalhePesquisaComparador .amChartsPeriodSelector div:first-child {
  float: left; }

.FundosDetalhe {
  border: none; }
  .FundosDetalhe .cleartabs {
    border-bottom: 1px solid #006072; }
  .FundosDetalhe .ListHeader .buttons {
    width: auto; }
    .FundosDetalhe .ListHeader .buttons input,
    .FundosDetalhe .ListHeader .buttons a {
      font-size: 11px;
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 1px;
      font-weight: 500;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .FundosDetalhe .ListHeader .buttons input:hover,
      .FundosDetalhe .ListHeader .buttons a:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .FundosDetalhe .ListHeader td:nth-child(2) {
    width: auto; }
  .FundosDetalhe .ListHeader .Moeda {
    color: #FFFFFF;
    background-color: #008aa4;
    border-radius: 50px;
    padding: 4px 10px !important; }
  .FundosDetalhe .ListHeader .Titulo {
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
    display: block;
    font-size: 18px;
    text-transform: uppercase; }
  .FundosDetalhe .bi-module {
    display: block;
    width: 100%;
    padding: 1em;
    overflow: hidden; }
    .FundosDetalhe .bi-module > div {
      width: 15%;
      height: 100px;
      line-height: 1em;
      padding: 1em;
      float: left;
      display: block;
      margin: 0 auto;
      font-size: 14px;
      text-align: left; }
      .FundosDetalhe .bi-module > div label {
        display: block;
        padding: 16px 0 8px 0;
        margin: 0;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 12px;
        color: #008aa4; }
  .FundosDetalhe #chartdiv .amChartsPeriodSelector div:first-child {
    float: left; }
  .FundosDetalhe .tabela thead tr th,
  .FundosDetalhe .tabelaDesk thead tr th {
    color: #3a3a3a;
    background-color: transparent;
    text-align: left;
    font-size: 16px; }
  .FundosDetalhe .RiscoRating .tabelaDesk,
  .FundosDetalhe .RiscoRating .tabela {
    margin-bottom: 50px; }
    .FundosDetalhe .RiscoRating .tabelaDesk td,
    .FundosDetalhe .RiscoRating .tabela td {
      width: 30%; }
  .FundosDetalhe .sfContentBlock {
    clear: both; }
  .FundosDetalhe .Carteira .Activos .tabelaDesk,
  .FundosDetalhe .Carteira .TopPosicoes .tabelaDesk,
  .FundosDetalhe .Carteira .TopSectorial .tabelaDesk,
  .FundosDetalhe .Carteira .TopGeograficoObrigacoes .tabelaDesk {
    margin: 0 0 25px 0; }
    .FundosDetalhe .Carteira .Activos .tabelaDesk tr:last-child td,
    .FundosDetalhe .Carteira .TopPosicoes .tabelaDesk tr:last-child td,
    .FundosDetalhe .Carteira .TopSectorial .tabelaDesk tr:last-child td,
    .FundosDetalhe .Carteira .TopGeograficoObrigacoes .tabelaDesk tr:last-child td {
      border: none; }

.FundoDetalheGeral strong {
  text-align: left;
  display: block;
  font-weight: 600 !important; }
.FundoDetalheGeral .Carteira > div .Activos {
  display: inline-block;
  width: 48%;
  float: left; }
.FundoDetalheGeral .Carteira > div .TopPosicoes {
  display: inline-block;
  width: 48%;
  float: right; }
.FundoDetalheGeral .Carteira > div .TopSectorial {
  display: inline-block;
  width: 48%;
  float: left; }
.FundoDetalheGeral .Carteira > div .TopGeograficoObrigacoes {
  display: inline-block;
  width: 48%;
  float: right; }

.FundosCarteiraModeloDetalhe section .ListaPesquisa .k-grid {
  border: none; }
.FundosCarteiraModeloDetalhe section .ListaPesquisa .tabela .tdRendibilidade {
  text-align: center; }
  .FundosCarteiraModeloDetalhe section .ListaPesquisa .tabela .tdRendibilidade span {
    width: 20%;
    display: inline-block; }
.FundosCarteiraModeloDetalhe section .FundoDetalheGeral .Carteira > div {
  display: flex; }
  .FundosCarteiraModeloDetalhe section .FundoDetalheGeral .Carteira > div .PerfilCarteira {
    display: inline-block;
    padding: 0 10px 0 10px;
    flex: 1 1 33%; }
    .FundosCarteiraModeloDetalhe section .FundoDetalheGeral .Carteira > div .PerfilCarteira .tabelaDesk td span {
      white-space: nowrap; }

#RendTable th {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.FundosDetalheGrafico .divSearch .btnSearch {
  width: 110px !important;
  height: 18px !important;
  padding: 2px 18px 1px 0 !important;
  background-image: url(Images/search.svg) !important;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 96% 49% !important;
  background-color: #008aa4 !important;
  border: 1px solid #008aa4 !important;
  border-radius: .15em;
  cursor: pointer;
  float: left;
  color: white; }
  .FundosDetalheGrafico .divSearch .btnSearch:hover {
    background-color: #006072 !important;
    border: 1px solid #006072 !important;
    border-radius: .15em !important; }
.FundosDetalheGrafico .divSearch .btnSearch.active {
  background-image: url(Images/close.svg) !important;
  background-color: #006072 !important;
  border: 1px solid #006072 !important; }
  .FundosDetalheGrafico .divSearch .btnSearch.active:hover {
    background-color: #cccccc !important;
    border: 1px solid #cccccc !important; }
.FundosDetalheGrafico div:first-child .bi-search {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 1em 0;
  overflow: hidden;
  background-color: #EEEEEE;
  border-radius: .15em; }
  .FundosDetalheGrafico div:first-child .bi-search > div {
    flex: auto;
    line-height: 2.13em;
    padding: .5em 1em 1em 1em;
    text-align: left; }
    .FundosDetalheGrafico div:first-child .bi-search > div span.k-icon.k-i-calendar {
      margin-top: 4px; }
  .FundosDetalheGrafico div:first-child .bi-search .bi-inline {
    border: 0px dashed #222222;
    margin: 0; }
    .FundosDetalheGrafico div:first-child .bi-search .bi-inline label {
      display: inline;
      vertical-align: bottom;
      padding: 16px 0 8px 0;
      margin: 0;
      line-height: 1.2em;
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      color: #808080; }
    .FundosDetalheGrafico div:first-child .bi-search .bi-inline input {
      display: inline;
      vertical-align: bottom;
      padding: 16px 0 8px 0;
      margin: 0;
      line-height: 1.2em;
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      color: #808080; }
  .FundosDetalheGrafico div:first-child .bi-search div label {
    display: block;
    padding: 16px 0 8px 0;
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #252A2D;
    text-align: left; }
  .FundosDetalheGrafico div:first-child .bi-search div > span {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    width: 150px; }
  .FundosDetalheGrafico div:first-child .bi-search div u {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none; }
  .FundosDetalheGrafico div:first-child .bi-search div i {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    font-weight: normal;
    text-decoration: none; }
  .FundosDetalheGrafico div:first-child .bi-search div span[style*='hidden'] {
    display: none; }
  .FundosDetalheGrafico div:first-child .bi-search div div.bi-1button .k-button {
    width: 100%; }
  .FundosDetalheGrafico div:first-child .bi-search div div.bi-2button .k-button {
    width: 49%; }
  .FundosDetalheGrafico div:first-child .bi-search .x2 input {
    min-width: 360px; }
  .FundosDetalheGrafico div:first-child .bi-search input[type='radio'] {
    display: inline;
    padding: 0;
    margin: 0;
    color: #000000;
    background: red;
    font-size: 1px;
    line-height: 1px;
    border: none;
    border-bottom: 0px solid #808080;
    outline: none;
    cursor: default; }
  .FundosDetalheGrafico div:first-child .bi-search .error input[type='radio'] {
    display: inline;
    padding: 0;
    margin: 0;
    color: #000000;
    background: red;
    font-size: 1px;
    line-height: 1px;
    border: none;
    border-bottom: 0px solid #808080;
    outline: none;
    cursor: default; }
  .FundosDetalheGrafico div:first-child .bi-search input[type='text'] {
    color: #000000;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    cursor: default;
    border: 1px solid #BFBFBF;
    max-width: 120px;
    width: 100%; }
    .FundosDetalheGrafico div:first-child .bi-search input[type='text']:disabled {
      color: #808080;
      padding: 0 0 7px 0;
      margin: 0 0 8px 0;
      border: none;
      background-color: #AAAAAA;
      opacity: .7; }
      .FundosDetalheGrafico div:first-child .bi-search input[type='text']:disabled:hover {
        color: #808080;
        padding: 0 0 7px 0;
        margin: 0 0 8px 0;
        border: none;
        opacity: .7; }
  .FundosDetalheGrafico div:first-child .bi-search select {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    max-width: 120px;
    width: 100%; }
    .FundosDetalheGrafico div:first-child .bi-search select:disabled {
      color: #808080;
      padding: 1px 10px 1px 4px;
      margin: 3px 0 8px 0;
      border: none;
      border-bottom: 1px dotted #cccccc;
      opacity: .7; }
      .FundosDetalheGrafico div:first-child .bi-search select:disabled:hover {
        color: #808080;
        padding: 1px 10px 1px 4px;
        margin: 3px 0 8px 0;
        border: none;
        border-bottom: 1px dotted #cccccc;
        opacity: .7; }
    .FundosDetalheGrafico div:first-child .bi-search select:hover {
      border: none; }
    .FundosDetalheGrafico div:first-child .bi-search select:focus {
      border: none; }
  .FundosDetalheGrafico div:first-child .bi-search input.k-textbox {
    border-radius: 0;
    height: auto;
    indent: 0;
    max-width: 178px;
    width: 100%; }
  .FundosDetalheGrafico div:first-child .bi-search div.error {
    white-space: nowrap; }
    .FundosDetalheGrafico div:first-child .bi-search div.error input {
      padding: 0 0 7px 0;
      margin: 0 0 7px 0;
      border: none;
      border-bottom: 2px solid #F44336; }
      .FundosDetalheGrafico div:first-child .bi-search div.error input:hover {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
      .FundosDetalheGrafico div:first-child .bi-search div.error input:focus {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
    .FundosDetalheGrafico div:first-child .bi-search div.error select {
      padding: 0 0 7px 0;
      margin: 0 0 7px 0;
      border: none;
      border-bottom: 2px solid #F44336; }
      .FundosDetalheGrafico div:first-child .bi-search div.error select:hover {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
      .FundosDetalheGrafico div:first-child .bi-search div.error select:focus {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
    .FundosDetalheGrafico div:first-child .bi-search div.error i {
      display: block;
      overflow: hidden;
      padding: 0;
      margin: 0;
      font-size: 12px;
      line-height: 12px;
      height: auto;
      font-weight: normal;
      text-decoration: none;
      color: #F44336; }
      .FundosDetalheGrafico div:first-child .bi-search div.error i span {
        color: #F44336;
        white-space: normal; }
    .FundosDetalheGrafico div:first-child .bi-search div.error label {
      color: #F44336;
      white-space: normal; }
  .FundosDetalheGrafico div:first-child .bi-search span.bigtitles {
    border: 0;
    padding: 0;
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.2em;
    white-space: normal; }
  .FundosDetalheGrafico div:first-child .bi-search h4, .FundosDetalheGrafico div:first-child .bi-search .h4 {
    border: 0;
    padding: 0 1em;
    width: 100%;
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 400; }
  .FundosDetalheGrafico div:first-child .bi-search .bi-buttons {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: left !important;
    padding: 2em 1em 1em 1em !important;
    width: 100%; }
    .FundosDetalheGrafico div:first-child .bi-search .bi-buttons i {
      display: block;
      overflow: hidden;
      padding: 0;
      margin: 0;
      font-size: 12px;
      line-height: 12px;
      height: auto;
      font-weight: normal;
      text-decoration: none;
      color: #F44336;
      text-align: center;
      margin: 8px 0; }
      .FundosDetalheGrafico div:first-child .bi-search .bi-buttons i span {
        color: #F44336;
        white-space: normal; }
    .FundosDetalheGrafico div:first-child .bi-search .bi-buttons .k-button {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .FundosDetalheGrafico div:first-child .bi-search .bi-buttons .k-button:hover {
        background: #FFFFFF;
        color: #008aa4; }
    .FundosDetalheGrafico div:first-child .bi-search .bi-buttons .btnLimpar {
      min-width: 71px; }
.FundosDetalheGrafico div:first-child .bi-select {
  display: inline-block;
  padding: 1px 10px 1px 4px;
  margin: 0;
  background: #808080;
  color: #FFFFFF;
  font-size: .875em;
  border-radius: .15em;
  height: 1.7em;
  line-height: 1.7em;
  border: none;
  outline: none;
  cursor: pointer; }
  .FundosDetalheGrafico div:first-child .bi-select:hover {
    background: #808080; }
  .FundosDetalheGrafico div:first-child .bi-select:focus {
    background: #808080; }
  .FundosDetalheGrafico div:first-child .bi-select:disabled {
    background: #BBBBBB;
    color: #808080 !important;
    cursor: not-allowed;
    opacity: .7; }
.FundosDetalheGrafico div:first-child .dataSetF1 div,
.FundosDetalheGrafico div:first-child .dataSetBx div {
  width: auto !important; }

.FundoRendibilidadesDetalhe .tabela,
.FundoRendibilidadesDetalhe .tabelaDesk {
  margin-bottom: 5px; }
  .FundoRendibilidadesDetalhe .tabela tr:last-child td,
  .FundoRendibilidadesDetalhe .tabelaDesk tr:last-child td {
    border: none; }

.FundosDetalheCarteira > div {
  display: flex;
  margin-bottom: 50px; }
  .FundosDetalheCarteira > div div {
    flex: 1 1 auto;
    padding: 0 10px 0 10px; }
.FundosDetalheCarteira .Credit {
  display: inline-block;
  width: 100%; }
  .FundosDetalheCarteira .Credit .inlineBlock:first-child {
    display: inline-block;
    width: 45%;
    padding: 0 20px 0 0; }
  .FundosDetalheCarteira .Credit .inlineBlock:last-child {
    display: inline-block;
    width: 45%;
    padding: 0 0 0 20px; }
.FundosDetalheCarteira strong {
  display: block;
  text-align: left;
  font-weight: 600 !important; }
.FundosDetalheCarteira .tabela,
.FundosDetalheCarteira .tabelaDesk {
  margin-bottom: 50px; }

.FundosDetalheComissoes strong {
  display: block;
  text-align: left;
  font-weight: 600 !important; }
.FundosDetalheComissoes .bi-module div {
  padding: 1em 0.5em; }

.MotifsPesquisaSubscrever .divSearch {
  margin-bottom: 35px; }
  .MotifsPesquisaSubscrever .divSearch .k-textbox {
    padding-top: 0;
    width: 100%;
    border: 1px solid black;
    height: 30px;
    max-width: 300px;
    vertical-align: baseline;
    margin-right: 5px; }
  .MotifsPesquisaSubscrever .divSearch .k-button {
    display: inline-block;
    background: #008aa4;
    color: #FFFFFF;
    padding: .45em 1.5em .45em 1.5em;
    margin: 1px 5px 0 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase !important;
    border-radius: 2px;
    border: 1px solid #008aa4;
    white-space: nowrap;
    width: auto;
    font-family: 'Roboto Condensed' !important; }
  .MotifsPesquisaSubscrever .divSearch .btnSearch {
    display: none; }
.MotifsPesquisaSubscrever .ListaPesquisa .k-widget {
  border-style: none;
  border-width: 0; }
  .MotifsPesquisaSubscrever .ListaPesquisa .k-widget .tabela .tdRendibilidade {
    text-align: center;
    width: 200px; }
    .MotifsPesquisaSubscrever .ListaPesquisa .k-widget .tabela .tdRendibilidade span {
      width: 25%;
      display: inline-block; }
  .MotifsPesquisaSubscrever .ListaPesquisa .k-widget .tabela td:first-child img {
    width: 30px; }

.MotifsSlide .cleartabs .static .static {
  font-size: 1em; }
.MotifsSlide .cleartabs .active .selected {
  font-size: 1em; }

.MotifsDetalheGeral .title {
  text-align: left;
  width: 100%; }
  .MotifsDetalheGeral .title h4, .MotifsDetalheGeral .title .h4 {
    display: inline-block;
    vertical-align: middle; }
  .MotifsDetalheGeral .title img {
    display: inline-block;
    width: 100px;
    margin: 0 15px 0 0;
    vertical-align: middle; }
.MotifsDetalheGeral strong {
  text-align: left;
  display: block;
  font-weight: 600 !important;
  font-size: 18px;
  text-transform: uppercase; }
.MotifsDetalheGeral .MotifDetalheHeader {
  width: 100%; }
  .MotifsDetalheGeral .MotifDetalheHeader .ListHeader td {
    width: 50%;
    vertical-align: middle; }
  .MotifsDetalheGeral .MotifDetalheHeader .ListHeader .buttons {
    width: auto;
    text-align: right; }
    .MotifsDetalheGeral .MotifDetalheHeader .ListHeader .buttons input,
    .MotifsDetalheGeral .MotifDetalheHeader .ListHeader .buttons a {
      font-size: 11px;
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 1px;
      font-weight: 500;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .MotifsDetalheGeral .MotifDetalheHeader .ListHeader .buttons input:hover,
      .MotifsDetalheGeral .MotifDetalheHeader .ListHeader .buttons a:hover {
        background: #FFFFFF;
        color: #008aa4; }
.MotifsDetalheGeral .Descricao {
  text-align: left;
  font-weight: 400 !important; }
.MotifsDetalheGeral .k-grid {
  border: none; }

/*Image Sprite*/
.FI-sprite .sg {
  display: inline-block;
  overflow: hidden;
  float: none;
  width: 166px;
  height: 90px;
  margin: 0 25px;
  background-image: url(/images/default-source/infographics/sprite_gestoras.gif);
  cursor: pointer;
  border-bottom: none; }

.FIseleccao {
  display: block; }
  .FIseleccao .content-wrapper table {
    width: 100%; }
    .FIseleccao .content-wrapper table .first {
      background-color: #008aa4;
      width: 144px;
      border-right: 6px solid #FFFFFF;
      vertical-align: middle;
      position: relative;
      max-width: 144px;
      min-width: 144px; }
      .FIseleccao .content-wrapper table .first h1, .FIseleccao .content-wrapper table .first .h1 {
        font-size: 1.3em !important;
        color: #FFFFFF !important;
        text-align: center;
        vertical-align: middle;
        font-weight: 500;
        padding-bottom: 0; }
      .FIseleccao .content-wrapper table .first h2, .FIseleccao .content-wrapper table .first .h2 {
        font-size: 20px !important; }
      .FIseleccao .content-wrapper table .first h3, .FIseleccao .content-wrapper table .first .h3 {
        font-size: 18px !important; }
      .FIseleccao .content-wrapper table .first div {
        background-color: #fff;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .FIseleccao .content-wrapper table .second {
      width: 200px; }
      .FIseleccao .content-wrapper table .second h2, .FIseleccao .content-wrapper table .second .h2 {
        font-size: 20px !important; }
      .FIseleccao .content-wrapper table .second h3, .FIseleccao .content-wrapper table .second .h3 {
        font-size: 18px !important; }
    .FIseleccao .content-wrapper table .third h2, .FIseleccao .content-wrapper table .third .h2 {
      font-size: 20px !important; }
    .FIseleccao .content-wrapper table tr td:first-child {
      background-color: #008aa4;
      border-right: 6px solid #FFFFFF;
      vertical-align: middle;
      position: relative; }
      .FIseleccao .content-wrapper table tr td:first-child h3, .FIseleccao .content-wrapper table tr td:first-child .h3 {
        font: 500 14px "Roboto Condensed", sans-serif !important;
        color: #FFFFFF;
        text-align: center; }
      .FIseleccao .content-wrapper table tr td:first-child div {
        background-color: #fff;
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .FIseleccao .content-wrapper table tr td:last-child {
      background-color: #FFFFFF;
      position: relative; }
      .FIseleccao .content-wrapper table tr td:last-child a {
        font-size: 12px;
        background-color: rgba(46, 50, 57, 0.2);
        padding: 20px 10px 10px 10px;
        display: block;
        float: left;
        width: 190px;
        height: 66px;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff; }
        .FIseleccao .content-wrapper table tr td:last-child a:hover {
          background-color: rgba(46, 50, 57, 0.3); }
    .FIseleccao .content-wrapper table tr td {
      background-color: #008aa4;
      border-right: 6px solid #FFFFFF;
      vertical-align: middle;
      position: relative; }
      .FIseleccao .content-wrapper table tr td h3, .FIseleccao .content-wrapper table tr td .h3 {
        font: 500 14px "Roboto Condensed", sans-serif !important;
        color: #FFFFFF;
        text-align: center; }
  .FIseleccao .content-wrapper .last-table td {
    vertical-align: middle;
    position: relative; }
    .FIseleccao .content-wrapper .last-table td div {
      background-color: #fff;
      width: 100%;
      height: 6px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .FIseleccao .content-wrapper .last-table td a {
      background-color: rgba(46, 50, 57, 0.2);
      padding: 20px 10px 10px 10px;
      display: block;
      float: left;
      width: 190px;
      height: 66px;
      border-bottom: 6px solid #fff;
      border-right: 6px solid #fff; }
      .FIseleccao .content-wrapper .last-table td a:hover {
        background-color: rgba(46, 50, 57, 0.3); }
      .FIseleccao .content-wrapper .last-table td a span {
        font-size: 12px;
        font-weight: 400;
        max-width: 95%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block; }
    .FIseleccao .content-wrapper .last-table td:first-child {
      background-color: #008aa4;
      width: 144px;
      border-right: 6px solid #FFFFFF;
      min-width: 144px; }
      .FIseleccao .content-wrapper .last-table td:first-child h1, .FIseleccao .content-wrapper .last-table td:first-child .h1 {
        font-size: 1.3em !important;
        color: #FFFFFF !important;
        text-align: center;
        vertical-align: middle;
        font-weight: 500;
        padding-bottom: 0; }
      .FIseleccao .content-wrapper .last-table td:first-child h2, .FIseleccao .content-wrapper .last-table td:first-child .h2 {
        font-size: 20px !important; }
    .FIseleccao .content-wrapper .last-table td:nth-child(2) {
      background-color: #008aa4;
      width: 200px;
      border-right: 6px solid #FFFFFF; }
      .FIseleccao .content-wrapper .last-table td:nth-child(2) h3, .FIseleccao .content-wrapper .last-table td:nth-child(2) .h3 {
        font: 500 14px "Roboto Condensed", sans-serif !important;
        color: #FFFFFF;
        text-align: center; }

.FIseleccaoRSP {
  display: none; }
  .FIseleccaoRSP .content-wrapper div {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: auto;
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA; }
    .FIseleccaoRSP .content-wrapper div h1, .FIseleccaoRSP .content-wrapper div .h1 {
      display: block;
      width: 100%;
      background: #008aa4;
      color: #FFFFFF;
      height: auto;
      padding: 10px;
      font-size: 1.3em !important;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
    .FIseleccaoRSP .content-wrapper div ul {
      padding: 1em; }
      .FIseleccaoRSP .content-wrapper div ul li h3, .FIseleccaoRSP .content-wrapper div ul li .h3 {
        display: block;
        width: 100%;
        background: #AAAAAA;
        color: #FFFFFF;
        height: auto;
        padding: 10px;
        font-size: 1em !important;
        text-align: center;
        vertical-align: middle;
        font-weight: 500;
        border-bottom: 6px solid #EEEEEE; }
      .FIseleccaoRSP .content-wrapper div ul li a {
        font-size: 15px;
        background-color: rgba(46, 50, 57, 0.2);
        padding: 10px;
        display: block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-bottom: 6px solid #EEEEEE;
        vertical-align: middle; }
        .FIseleccaoRSP .content-wrapper div ul li a:hover {
          background-color: rgba(46, 50, 57, 0.3); }

.ActivosPerfil .Questionario {
  text-align: left; }
  .ActivosPerfil .Questionario .tabela th {
    padding: 10px 0; }
  .ActivosPerfil .Questionario .tabela td table {
    width: 100%; }
    .ActivosPerfil .Questionario .tabela td table td {
      padding: 1em 0;
      border-width: 0; }
      .ActivosPerfil .Questionario .tabela td table td label {
        padding: 0 0 0 10px; }
  .ActivosPerfil .Questionario .tabela tr:nth-of-type(even) td {
    border-width: 0; }
  .ActivosPerfil .Questionario input {
    display: inline-block;
    background: #008aa4;
    color: #f5f5f5;
    padding: .45em 1.5em .45em 1.5em;
    margin: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase !important;
    border-radius: 2px;
    border: 1px solid #008aa4;
    white-space: nowrap; }
    .ActivosPerfil .Questionario input:hover {
      background: #FFFFFF;
      color: #008aa4; }

.ProdutosEstruturadosSubscrever .content-wrapper .k-grid {
  border: none; }
  .ProdutosEstruturadosSubscrever .content-wrapper .k-grid .NoRecords {
    display: block;
    width: 100%;
    margin: 20px auto 0 auto; }

.AccoesNegociar .divSearch {
  display: none; }
.AccoesNegociar .AutoExtender {
  line-height: 24px;
  background-color: #dcdcdc;
  width: 33% !important;
  height: 200px;
  overflow-y: auto;
  z-index: 1000;
  position: absolute;
  padding: 0px;
  backface-visibility: hidden;
  border: 0;
  border-bottom: 1px solid #a9a9a9; }
.AccoesNegociar .AutoExtenderList {
  border-top: 1px dotted #f2f2f2;
  cursor: pointer;
  color: #252c2e;
  z-index: 100;
  padding: 5px;
  font-size: .8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow-x: hidden;
  width: 100% !important;
  text-align: left !important; }
.AccoesNegociar .AutoExtenderHighlight {
  background-color: #f2f2f2;
  font-size: .8em;
  border-top: 1px dotted #f2f2f2;
  cursor: pointer;
  color: #252c2e;
  z-index: 100;
  padding: 5px;
  font-size: .8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow-x: hidden;
  width: 100% !important;
  text-align: left !important; }
.AccoesNegociar .grayText {
  color: #c9c9c9 !important;
  font-style: italic; }
.AccoesNegociar .AutoExtenderHighlightText {
  color: #f47730;
  font-weight: 400;
  font-size: 1em !important;
  display: inline !important;
  padding: 0 !important; }
.AccoesNegociar .SBoxClass {
  z-index: 1000;
  width: 100%;
  max-width: 400px !important; }
.AccoesNegociar .bi-search {
  margin: 0 0 100px 0;
  display: block;
  position: relative; }
  .AccoesNegociar .bi-search > div {
    display: block;
    width: 100%; }
    .AccoesNegociar .bi-search > div div {
      width: 33.33%;
      display: block;
      float: left; }
      .AccoesNegociar .bi-search > div div input {
        width: 100%;
        height: 30px;
        max-width: 80% !important;
        border-color: #A9A9A9; }
      .AccoesNegociar .bi-search > div div span {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 0; }
      .AccoesNegociar .bi-search > div div select {
        width: 100%;
        height: 30px;
        max-width: 80% !important; }
    .AccoesNegociar .bi-search > div .bi-buttons {
      width: 100%;
      padding: 1em;
      margin: 25px 0 0 0; }
      .AccoesNegociar .bi-search > div .bi-buttons input {
        display: inline-block;
        background: #008aa4;
        color: #f5f5f5;
        padding: .45em 1.5em .45em 1.5em;
        margin: 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        text-transform: uppercase !important;
        border-radius: 2px;
        border: 1px solid #008aa4;
        white-space: nowrap;
        height: auto !important;
        width: auto !important; }
        .AccoesNegociar .bi-search > div .bi-buttons input:hover {
          background: #FFFFFF;
          color: #008aa4; }
.AccoesNegociar .cleartabs {
  border-bottom: 1px solid #006072;
  margin-top: 50px !important; }
  .AccoesNegociar .cleartabs li {
    text-align: left; }
    .AccoesNegociar .cleartabs li a {
      color: #006072; }
  .AccoesNegociar .cleartabs .active {
    border-bottom: 1px solid #008aa4; }
    .AccoesNegociar .cleartabs .active a {
      color: #008aa4;
      font: 600 1em 'Roboto Condensed',sans-serif; }
.AccoesNegociar .k-grid {
  border: none; }
  .AccoesNegociar .k-grid table .toleft {
    padding: 0em;
    text-align: left;
    line-height: 16px;
    font-size: 14px !important;
    font-weight: 400; }
    .AccoesNegociar .k-grid table .toleft span {
      line-height: 18px !important; }
    .AccoesNegociar .k-grid table .toleft input {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .AccoesNegociar .k-grid table .toleft input:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .AccoesNegociar .k-grid span.toleft {
    display: block;
    margin-bottom: -18px; }
.AccoesNegociar #dpWarrants {
  display: block;
  width: 100%;
  text-align: left; }

.AccoesDetalhe {
  border: none; }
  .AccoesDetalhe b, .AccoesDetalhe strong {
    text-transform: uppercase;
    font-weight: 600 !important; }
  .AccoesDetalhe .ListHeader .Moeda {
    color: #FFFFFF;
    background-color: #008aa4;
    border-radius: 50px;
    padding: 4px 10px !important;
    display: inline-block; }
  .AccoesDetalhe .ListHeader .Titulo {
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
    display: block;
    font-size: 18px;
    text-transform: uppercase; }
  .AccoesDetalhe .ListHeader .buttons {
    width: auto; }
    .AccoesDetalhe .ListHeader .buttons input {
      font-size: 11px;
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 1px;
      font-weight: 500;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .AccoesDetalhe .ListHeader .buttons input:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .AccoesDetalhe .ListHeader td:nth-child(2) {
    width: auto; }
  .AccoesDetalhe table.ListDetalhes {
    width: 100%; }
    .AccoesDetalhe table.ListDetalhes .bi-module {
      display: block;
      width: 100%;
      padding: 1em;
      overflow: hidden; }
      .AccoesDetalhe table.ListDetalhes .bi-module > div {
        width: 15%;
        height: 100px;
        line-height: 1em;
        padding: 1em;
        float: left;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        text-align: left; }
        .AccoesDetalhe table.ListDetalhes .bi-module > div label {
          display: block;
          padding: 16px 0 8px 0;
          margin: 0;
          line-height: 1.2em;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 12px;
          color: #008aa4; }
  .AccoesDetalhe .ListPerformance {
    width: 100%;
    text-align: left;
    margin-bottom: 50px; }
    .AccoesDetalhe .ListPerformance .tabela th {
      background: none;
      font-size: 16px; }
    .AccoesDetalhe .ListPerformance .tabela td {
      border: none; }
  .AccoesDetalhe .InfoAdicional {
    text-align: left;
    margin-bottom: 50px; }
    .AccoesDetalhe .InfoAdicional .tabela thead,
    .AccoesDetalhe .InfoAdicional .tabelaDesk thead {
      display: none; }
    .AccoesDetalhe .InfoAdicional .tabela tbody td,
    .AccoesDetalhe .InfoAdicional .tabelaDesk tbody td {
      border: none !important; }
      .AccoesDetalhe .InfoAdicional .tabela tbody td a,
      .AccoesDetalhe .InfoAdicional .tabelaDesk tbody td a {
        font-size: 14px; }
  .AccoesDetalhe .Detalhes .tabela,
  .AccoesDetalhe .Detalhes .tabelaDesk {
    margin-bottom: 40px; }
    .AccoesDetalhe .Detalhes .tabela th,
    .AccoesDetalhe .Detalhes .tabelaDesk th {
      background: none;
      font-size: 16px; }
  .AccoesDetalhe .bloco object {
    width: 100%; }
    .AccoesDetalhe .bloco object form .sfPublicWrapper {
      width: 95% !important;
      margin: 10px 0 !important; }
  .AccoesDetalhe .tabela thead tr,
  .AccoesDetalhe .tabelaDesk thead tr {
    background-color: #FFFFFF !important; }
    .AccoesDetalhe .tabela thead tr th,
    .AccoesDetalhe .tabelaDesk thead tr th {
      color: #3a3a3a; }
  .AccoesDetalhe .tabela td,
  .AccoesDetalhe .tabelaDesk td {
    width: 25%; }
  .AccoesDetalhe > div > span {
    display: block;
    text-align: left; }

.ETFNegociar .divSearch {
  display: none; }
.ETFNegociar .bi-search .content-wrapper {
  display: block; }
  .ETFNegociar .bi-search .content-wrapper h1, .ETFNegociar .bi-search .content-wrapper .h1 {
    margin: 0; }
  .ETFNegociar .bi-search .content-wrapper h4, .ETFNegociar .bi-search .content-wrapper .h4 {
    display: none; }
  .ETFNegociar .bi-search .content-wrapper > div {
    display: block;
    float: left;
    width: 33.33%; }
    .ETFNegociar .bi-search .content-wrapper > div div {
      float: none;
      margin: 50px 0 0 0;
      padding: 20px; }
      .ETFNegociar .bi-search .content-wrapper > div div label {
        color: #FFFFFF;
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 0; }
      .ETFNegociar .bi-search .content-wrapper > div div input,
      .ETFNegociar .bi-search .content-wrapper > div div select {
        width: 100%;
        border: 1px solid transparent;
        height: 30px; }
  .ETFNegociar .bi-search .content-wrapper .bi-buttons {
    display: inline-block !important;
    padding: 80px 0 15px 0;
    width: 100%; }
    .ETFNegociar .bi-search .content-wrapper .bi-buttons .k-button {
      display: inline-block;
      background: none;
      color: #FFFFFF;
      padding: .45em 1.5em .45em 1.5em;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #FFFFFF;
      white-space: nowrap;
      width: auto;
      font-family: 'Roboto Condensed' !important; }
      .ETFNegociar .bi-search .content-wrapper .bi-buttons .k-button:hover {
        background: #FFFFFF;
        color: #008aa4; }
.ETFNegociar .ListaPopulares .content-wrapper h1, .ETFNegociar .ListaPopulares .content-wrapper .h1 {
  padding-bottom: 0; }
.ETFNegociar .ListaPopulares .content-wrapper h2, .ETFNegociar .ListaPopulares .content-wrapper .h2 {
  display: none; }
.ETFNegociar .ListaPopulares .content-wrapper .text-content {
  display: block !important;
  width: auto !important;
  padding: 0 0 5em 0; }
  .ETFNegociar .ListaPopulares .content-wrapper .text-content p {
    text-transform: uppercase; }
    .ETFNegociar .ListaPopulares .content-wrapper .text-content p a {
      color: #FFFFFF;
      background-color: #008aa4;
      padding: 1px 7px;
      border-radius: 2px; }
.ETFNegociar .ListaPopulares .content-wrapper .k-grid,
.ETFNegociar .ListaPopulares .content-wrapper .k-widget {
  display: block;
  width: auto;
  border-style: none;
  border-width: 0; }
  .ETFNegociar .ListaPopulares .content-wrapper .k-grid .tabela th,
  .ETFNegociar .ListaPopulares .content-wrapper .k-widget .tabela th {
    border-bottom: 1px solid #3c3f46;
    padding: 10px 10px;
    text-align: left; }
    .ETFNegociar .ListaPopulares .content-wrapper .k-grid .tabela th a,
    .ETFNegociar .ListaPopulares .content-wrapper .k-widget .tabela th a {
      text-transform: uppercase;
      color: #3c3f46;
      font-size: 18px;
      font-weight: 600; }
  .ETFNegociar .ListaPopulares .content-wrapper .k-grid .tabela td,
  .ETFNegociar .ListaPopulares .content-wrapper .k-widget .tabela td {
    border-width: 0 0 1px 0;
    padding: 1em .3em;
    text-align: left; }
    .ETFNegociar .ListaPopulares .content-wrapper .k-grid .tabela td a,
    .ETFNegociar .ListaPopulares .content-wrapper .k-widget .tabela td a {
      color: #008aa4; }
.ETFNegociar span:last-child {
  margin: 0;
  text-align: left; }
.ETFNegociar #dpMain {
  width: 100%;
  text-align: left;
  display: block; }

.ETFDetalhe {
  border: none; }
  .ETFDetalhe .content-wrapper b, .ETFDetalhe .content-wrapper strong {
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-weight: 600 !important; }
  .ETFDetalhe .content-wrapper .ListHeader .Moeda {
    color: #FFFFFF;
    background-color: #008aa4;
    border-radius: 50px;
    padding: 4px 10px !important;
    display: inline-block; }
  .ETFDetalhe .content-wrapper .ListHeader .Titulo {
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
    display: block;
    font-size: 18px;
    text-transform: uppercase; }
  .ETFDetalhe .content-wrapper .ListHeader .buttons {
    width: auto; }
    .ETFDetalhe .content-wrapper .ListHeader .buttons input {
      font-size: 11px;
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 1px;
      font-weight: 500;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .ETFDetalhe .content-wrapper .ListHeader .buttons input:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .ETFDetalhe .content-wrapper .ListHeader td:nth-child(2) {
    width: auto;
    text-align: left; }
  .ETFDetalhe .content-wrapper .dlETF .bi-module {
    display: block;
    width: 100%;
    padding: 1em;
    overflow: hidden;
    background-color: #FFFFFF; }
    .ETFDetalhe .content-wrapper .dlETF .bi-module > div {
      width: 15%;
      height: 100px;
      line-height: 1em;
      padding: 1em;
      float: left;
      display: block;
      margin: 0 auto;
      text-align: left; }
      .ETFDetalhe .content-wrapper .dlETF .bi-module > div label {
        display: block;
        padding: 16px 0 8px 0;
        margin: 0;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 12px;
        color: #008aa4; }
  .ETFDetalhe .content-wrapper .dlETF .tabelaDesk td {
    border-width: 0;
    font-size: 14px; }
  .ETFDetalhe .content-wrapper .grafico {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0;
    width: 100%; }
    .ETFDetalhe .content-wrapper .grafico object {
      width: 100%; }
  .ETFDetalhe .content-wrapper .ETFPerformance .tabela th {
    font-size: 14px; }

.ObrigacoesDetalhe {
  border: none; }
  .ObrigacoesDetalhe .content-wrapper b, .ObrigacoesDetalhe .content-wrapper strong {
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-weight: 600 !important; }
  .ObrigacoesDetalhe .content-wrapper .ListHeader .Moeda {
    color: #FFFFFF;
    background-color: #008aa4;
    border-radius: 50px;
    padding: 4px 10px !important;
    display: inline-block; }
  .ObrigacoesDetalhe .content-wrapper .ListHeader .Titulo {
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
    display: block;
    font-size: 18px;
    text-transform: uppercase; }
  .ObrigacoesDetalhe .content-wrapper .ListHeader .buttons {
    width: auto; }
    .ObrigacoesDetalhe .content-wrapper .ListHeader .buttons input {
      font-size: 11px;
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 1px;
      font-weight: 500;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .ObrigacoesDetalhe .content-wrapper .ListHeader .buttons input:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .ObrigacoesDetalhe .content-wrapper .ListHeader td:nth-child(2) {
    width: auto; }
  .ObrigacoesDetalhe .content-wrapper table.ListDetalhes {
    width: 100%; }
    .ObrigacoesDetalhe .content-wrapper table.ListDetalhes .bi-module {
      display: block;
      width: 100%;
      padding: 1em;
      overflow: hidden; }
      .ObrigacoesDetalhe .content-wrapper table.ListDetalhes .bi-module > div {
        width: 15%;
        height: 100px;
        line-height: 1em;
        padding: 1em;
        float: left;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        text-align: left; }
        .ObrigacoesDetalhe .content-wrapper table.ListDetalhes .bi-module > div label {
          display: block;
          padding: 16px 0 8px 0;
          margin: 0;
          line-height: 1.2em;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 12px;
          color: #008aa4; }
  .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 1em 0;
    overflow: hidden;
    background-color: #FFFFFF; }
    .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module > label {
      width: 100%;
      text-align: center; }
    .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module > div {
      text-align: right;
      flex: 1 0 auto;
      padding: 1em; }
      .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module > div:last-child {
        text-align: left;
        flex: 1 0 auto;
        padding: 1em; }
      .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module > div label {
        display: block;
        padding: 16px 0 8px 0;
        margin: 0;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 12px;
        color: #008aa4; }
  .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module:first-child {
    width: 48%;
    float: left; }
  .ObrigacoesDetalhe .content-wrapper .panelMercado .bi-module:last-child {
    width: 48%;
    float: right; }
  .ObrigacoesDetalhe .content-wrapper .InfoAdicional {
    text-align: left;
    margin-bottom: 50px; }
    .ObrigacoesDetalhe .content-wrapper .InfoAdicional .tabela thead,
    .ObrigacoesDetalhe .content-wrapper .InfoAdicional .tabelaDesk thead {
      display: none; }
    .ObrigacoesDetalhe .content-wrapper .InfoAdicional .tabela tbody td,
    .ObrigacoesDetalhe .content-wrapper .InfoAdicional .tabelaDesk tbody td {
      border: none !important; }
      .ObrigacoesDetalhe .content-wrapper .InfoAdicional .tabela tbody td a,
      .ObrigacoesDetalhe .content-wrapper .InfoAdicional .tabelaDesk tbody td a {
        font-size: 14px !important; }
  .ObrigacoesDetalhe .content-wrapper .holderGrafico #aspnetForm {
    background-color: #fff; }
  .ObrigacoesDetalhe .content-wrapper .holderGrafico object {
    width: 100%;
    height: 630px; }
    .ObrigacoesDetalhe .content-wrapper .holderGrafico object html {
      background-color: #FFFFFF;
      overflow-y: hidden; }
      .ObrigacoesDetalhe .content-wrapper .holderGrafico object html form {
        background-color: #FFFFFF !important; }
        .ObrigacoesDetalhe .content-wrapper .holderGrafico object html form .sfPublicWrapper {
          width: auto !important;
          margin: 10px 0 !important; }
          .ObrigacoesDetalhe .content-wrapper .holderGrafico object html form .sfPublicWrapper #pnlButtons .chartcontrols .btnIntra {
            display: none !important; }

.ObrigacoesNegociar .cleartabs {
  border-bottom: 1px solid #006072; }
.ObrigacoesNegociar .k-grid {
  border: none; }
.ObrigacoesNegociar #dpDividaPublica {
  display: block;
  width: 100%;
  text-align: left; }
.ObrigacoesNegociar div:last-child span {
  text-align: left; }

.ObriOG .content-wrapper .cleartabs {
  border-bottom: 1px solid #006072; }
  .ObriOG .content-wrapper .cleartabs li {
    text-align: left; }
    .ObriOG .content-wrapper .cleartabs li a {
      color: #006072; }
  .ObriOG .content-wrapper .cleartabs .active {
    border-bottom: 1px solid #008aa4; }
    .ObriOG .content-wrapper .cleartabs .active a {
      color: #008aa4;
      font: 600 1em 'Roboto Condensed',sans-serif; }
.ObriOG .content-wrapper #dpDivida {
  display: block;
  width: 100%;
  text-align: left; }

.ObrigacoesSimulador .content-wrapper b, .ObrigacoesSimulador .content-wrapper strong {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600 !important; }
.ObrigacoesSimulador .content-wrapper .ListHeader .Moeda {
  color: #FFFFFF;
  background-color: #008aa4;
  border-radius: 50px;
  padding: 4px 10px !important;
  display: inline-block; }
.ObrigacoesSimulador .content-wrapper .ListHeader .Titulo {
  font-weight: bold;
  padding: 0 0 0 5px;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase; }
  .ObrigacoesSimulador .content-wrapper .ListHeader .Titulo b {
    font-weight: 600 !important; }
.ObrigacoesSimulador .content-wrapper .bi-module {
  display: block;
  width: 100%;
  padding: 1em;
  overflow: hidden;
  background-color: #FFFFFF; }
  .ObrigacoesSimulador .content-wrapper .bi-module > div {
    width: 15%;
    height: 100px;
    line-height: 1em;
    padding: 1em;
    float: left;
    display: block;
    margin: 0 auto;
    text-align: left; }
    .ObrigacoesSimulador .content-wrapper .bi-module > div label {
      display: block;
      padding: 16px 0 8px 0;
      margin: 0;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      color: #008aa4; }
.ObrigacoesSimulador .content-wrapper .box-simulador {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 4% 0;
  position: relative; }
  .ObrigacoesSimulador .content-wrapper .box-simulador .simulador {
    width: 32%;
    display: inline-block; }
    .ObrigacoesSimulador .content-wrapper .box-simulador .simulador label {
      display: block;
      padding: 1em; }
    .ObrigacoesSimulador .content-wrapper .box-simulador .simulador .k-numerictextbox {
      border: 1px solid black; }
      .ObrigacoesSimulador .content-wrapper .box-simulador .simulador .k-numerictextbox span.k-numeric-wrap {
        border: none;
        background-color: #FFFFFF;
        box-shadow: none;
        -webkit-box-shadow: none; }
    .ObrigacoesSimulador .content-wrapper .box-simulador .simulador .k-button {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 15px 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .ObrigacoesSimulador .content-wrapper .box-simulador .simulador .k-button:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .ObrigacoesSimulador .content-wrapper .box-simulador input {
    text-align: center; }
  .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(2), .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(3) {
    width: 32%;
    display: inline-block;
    top: -100px;
    position: relative; }
    .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(2) label, .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(3) label {
      display: block;
      font-size: 30px;
      color: #008aa4; }
    .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(2) span, .ObrigacoesSimulador .content-wrapper .box-simulador div:nth-child(3) span {
      font-size: 25px;
      display: block;
      margin: 20px 0;
      color: #3c3f46; }
.ObrigacoesSimulador .content-wrapper .tabela th {
  font-size: 14px; }

.FuturosNegociar .public {
  display: none; }
.FuturosNegociar .k-grid,
.FuturosNegociar .k-widget {
  display: block;
  width: auto;
  border-style: none;
  border-width: 0; }
  .FuturosNegociar .k-grid .tabela th,
  .FuturosNegociar .k-widget .tabela th {
    border-bottom: 1px solid #3c3f46;
    padding: 10px 10px;
    text-align: left; }
    .FuturosNegociar .k-grid .tabela th a,
    .FuturosNegociar .k-widget .tabela th a {
      text-transform: uppercase;
      color: #3c3f46;
      font-size: 18px;
      font-weight: 600; }
  .FuturosNegociar .k-grid .tabela td,
  .FuturosNegociar .k-widget .tabela td {
    border-width: 0 0 1px 0;
    padding: 1em .6em;
    text-align: left; }
    .FuturosNegociar .k-grid .tabela td a,
    .FuturosNegociar .k-widget .tabela td a {
      color: #008aa4; }
.FuturosNegociar #dpMain {
  float: left; }
  .FuturosNegociar #dpMain a {
    color: #008aa4; }
  .FuturosNegociar #dpMain a.aspNetDisabled {
    color: #666; }
.FuturosNegociar .publicSpec {
  font-size: 13px;
  text-align: left; }
.FuturosNegociar .cleartabs {
  border-bottom: 1px solid #006072; }
  .FuturosNegociar .cleartabs li {
    text-align: left; }
    .FuturosNegociar .cleartabs li a {
      color: #006072; }
  .FuturosNegociar .cleartabs .active {
    border-bottom: 1px solid #008aa4; }
    .FuturosNegociar .cleartabs .active a {
      color: #008aa4;
      font: 600 1em 'Roboto Condensed',sans-serif; }

.FuturosNegociarPublico .content-wrapper .first-child {
  float: left;
  width: 80%; }
.FuturosNegociarPublico .content-wrapper .last-child {
  float: left;
  width: 20%;
  margin-top: 100px;
  padding: 1em; }
  .FuturosNegociarPublico .content-wrapper .last-child img {
    min-width: 233px; }

.FuturosDetalhe {
  border: none; }
  .FuturosDetalhe .content-wrapper b, .FuturosDetalhe .content-wrapper strong {
    text-transform: uppercase;
    color: #3a3a3a;
    display: block;
    text-align: left;
    font-weight: 600 !important; }
  .FuturosDetalhe .content-wrapper .ListHeader .Moeda {
    color: #FFFFFF;
    background-color: #008aa4;
    border-radius: 50px;
    padding: 4px 10px !important;
    display: inline-block; }
  .FuturosDetalhe .content-wrapper .ListHeader .Titulo {
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
    display: block;
    font-size: 18px;
    text-transform: uppercase; }
  .FuturosDetalhe .content-wrapper .ListHeader .buttons {
    width: auto; }
    .FuturosDetalhe .content-wrapper .ListHeader .buttons input {
      font-size: 11px;
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: .45em 1.5em .45em 1.5em;
      margin: 1px;
      font-weight: 500;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 1px solid #008aa4;
      white-space: nowrap; }
      .FuturosDetalhe .content-wrapper .ListHeader .buttons input:hover {
        background: #FFFFFF;
        color: #008aa4; }
  .FuturosDetalhe .content-wrapper .ListHeader td:nth-child(2) {
    width: auto; }
  .FuturosDetalhe .content-wrapper table.ListDetalhes {
    width: 100%; }
    .FuturosDetalhe .content-wrapper table.ListDetalhes .bi-module {
      display: block;
      width: 100%;
      padding: 1em;
      overflow: hidden; }
      .FuturosDetalhe .content-wrapper table.ListDetalhes .bi-module > div {
        width: 15%;
        height: 100px;
        line-height: 1em;
        padding: 1em;
        float: left;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        text-align: left; }
        .FuturosDetalhe .content-wrapper table.ListDetalhes .bi-module > div label {
          display: block;
          padding: 16px 0 8px 0;
          margin: 0;
          line-height: 1.2em;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 12px;
          color: #008aa4; }
  .FuturosDetalhe .content-wrapper .SpecsContrato {
    text-align: left;
    margin-bottom: 50px; }
    .FuturosDetalhe .content-wrapper .SpecsContrato .tabela thead,
    .FuturosDetalhe .content-wrapper .SpecsContrato .tabelaDesk thead {
      display: none; }
    .FuturosDetalhe .content-wrapper .SpecsContrato .tabela tbody td,
    .FuturosDetalhe .content-wrapper .SpecsContrato .tabelaDesk tbody td {
      border: none !important; }
      .FuturosDetalhe .content-wrapper .SpecsContrato .tabela tbody td a,
      .FuturosDetalhe .content-wrapper .SpecsContrato .tabelaDesk tbody td a {
        font-size: 14px; }

.GestaoPatrimonios .content-wrapper h1, .GestaoPatrimonios .content-wrapper .h1 {
  margin-bottom: 100px; }
.GestaoPatrimonios .content-wrapper .cleartabs {
  border-bottom: 1px solid #006072; }
  .GestaoPatrimonios .content-wrapper .cleartabs li {
    width: 32%; }
.GestaoPatrimonios .content-wrapper div .tabela th {
  width: 25%; }
.GestaoPatrimonios .content-wrapper div .tabela td {
  width: 25%; }
  .GestaoPatrimonios .content-wrapper div .tabela td span:first-child {
    width: 48%;
    display: inline-block; }
  .GestaoPatrimonios .content-wrapper div .tabela td span:last-child {
    width: 40%;
    display: inline-block; }

.rtRelativeWrapper .rtCallout:after {
  left: -7px; }

.RadToolTip_Default .rtCallout {
  border-color: #fff !important; }

.WarrantsFactorCertificatesPublico .content-wrapper .first-child {
  float: left;
  width: 80%; }
.WarrantsFactorCertificatesPublico .content-wrapper .last-child {
  float: left;
  width: 20%;
  margin-top: 100px;
  padding: 1em; }
  .WarrantsFactorCertificatesPublico .content-wrapper .last-child img {
    min-width: 233px; }

/* -------------------------------- 
	X Poupança e Investimento
-------------------------------- */
/* -------------------------------- 
	- Mercados e Research
-------------------------------- */
.PedContacto .bi-forms div {
  display: block !important;
  width: 33.33%;
  float: left; }
.PedContacto .bi-forms .bi-buttons {
  width: 100% !important; }

.ResearchNonSubscribed ul.icons .four-shadow-box .shadow-div p {
  padding: 20px 10px 0 10px; }

.invest_focus {
  display: block;
  overflow: hidden;
  border: 0;
  width: 50%;
  max-width: 1440px;
  margin: 0 auto; }
  .invest_focus ul li {
    margin: 40px 0; }
    .invest_focus ul li .focus_noticia {
      display: block;
      overflow: hidden;
      width: auto;
      background-color: #f1f1f1;
      margin: 0 10px;
      border: 0px solid #597AA7;
      border-radius: 5px; }
      .invest_focus ul li .focus_noticia .focus_header {
        padding: 10px 20px;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        border-bottom: 1px solid #fff;
        margin: 0 0 20px 0; }
        .invest_focus ul li .focus_noticia .focus_header .focus_titulo {
          font-family: 'Roboto Condensed';
          font-size: 18px;
          font-weight: 700;
          color: #008aa4;
          border-bottom: 0px solid #888;
          padding-bottom: 5px;
          text-transform: uppercase; }
        .invest_focus ul li .focus_noticia .focus_header .focus_subtitulo {
          font-family: 'Open Sans';
          font-size: 13px;
          font-weight: 600;
          color: #3c3f46;
          margin: 0px 0 0 0;
          text-transform: uppercase; }
      .invest_focus ul li .focus_noticia .focus_caption {
        display: block;
        overflow: hidden;
        font-size: 12px;
        text-align: right;
        clear: both;
        padding: 0 20px 15px 20px; }
      .invest_focus ul li .focus_noticia .focus_link_block {
        display: block;
        border-top: 1px solid #fff; }
        .invest_focus ul li .focus_noticia .focus_link_block .focus_data {
          float: right;
          font-family: 'Open Sans';
          font-size: 11px;
          font-weight: 600;
          color: #3c3f46;
          display: inline-block;
          padding: 10px 20px; }
        .invest_focus ul li .focus_noticia .focus_link_block .focus_link {
          font-size: 12px;
          padding: 10px 20px;
          display: inline-block;
          border-top: 1px solid #fff;
          text-transform: uppercase; }
      .invest_focus ul li .focus_noticia .focus_textos {
        font-size: 15px; }
        .invest_focus ul li .focus_noticia .focus_textos strong {
          font-weight: 600 !important; }
        .invest_focus ul li .focus_noticia .focus_textos .bandeira {
          display: inline;
          vertical-align: middle;
          width: 22px; }

.invest_call {
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  font-family: 'Roboto Condensed',sans-serif;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  flex-wrap: wrap;
  max-height: 1350px; }
  .invest_call ul li {
    margin: 0 0 100px 0; }
    .invest_call ul li .call_noticia {
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: rgba(60, 63, 70, 0.2); }
      .invest_call ul li .call_noticia .call_header .call_titulo {
        color: #3c3f46;
        text-align: center;
        padding: 20px 0;
        display: block;
        position: relative;
        font-weight: 300;
        text-transform: uppercase; }
      .invest_call ul li .call_noticia .call_header .call_subtitulo {
        font-size: 20px;
        text-align: center;
        padding: 5px;
        color: #3c3f46;
        display: block;
        position: relative;
        font-weight: 300;
        text-transform: uppercase; }
      .invest_call ul li .call_noticia .call_header .call_data {
        display: block;
        position: relative; }
        .invest_call ul li .call_noticia .call_header .call_data .sfTxtContent {
          font-size: 14px;
          text-align: center;
          padding: 5px 0 10px 0;
          color: #3c3f46; }
      .invest_call ul li .call_noticia .call_caption {
        font-size: 12px;
        text-align: center;
        padding-bottom: 20px; }
      .invest_call ul li .call_noticia .call_textos {
        text-align: left;
        padding: 20px 40px 40px 40px; }
        .invest_call ul li .call_noticia .call_textos .sfRTFContent {
          line-height: 25px;
          font-weight: 300;
          font-size: 18px; }
          .invest_call ul li .call_noticia .call_textos .sfRTFContent .sfImageWrapper img {
            margin: 0 auto;
            display: block; }
          .invest_call ul li .call_noticia .call_textos .sfRTFContent .sfImageWrapper:first-child {
            display: none; }
          .invest_call ul li .call_noticia .call_textos .sfRTFContent p {
            font-weight: 300;
            line-height: 28px;
            font-size: 18px; }
            .invest_call ul li .call_noticia .call_textos .sfRTFContent p img {
              text-align: center;
              display: block;
              margin: 0 auto; }
          .invest_call ul li .call_noticia .call_textos .sfRTFContent img {
            text-align: center;
            display: block;
            margin: 0 auto; }
      .invest_call ul li .call_noticia .call_link {
        text-align: center;
        padding: 10px;
        display: none; }
  .invest_call .perspectivas {
    max-width: 250px;
    min-width: 150px;
    width: 100%;
    height: 250px;
    background-image: linear-gradient(to left, #008aa4, #008aa4 50%, #006072 50%, #006072);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .15s ease-in;
    text-align: left;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin: 0 1% 25px 1%; }
    .invest_call .perspectivas a {
      width: 100%;
      height: 100%;
      display: block; }
      .invest_call .perspectivas a h6, .invest_call .perspectivas a .h6 {
        color: #fff;
        font-weight: 100 !important;
        font-size: 14px; }
      .invest_call .perspectivas a h5, .invest_call .perspectivas a .h5 {
        color: #fff;
        display: block;
        width: 96%;
        position: absolute;
        vertical-align: middle;
        top: 50%;
        line-height: 24px;
        transform: translatey(-50%);
        padding: 5px; }
      .invest_call .perspectivas a span {
        display: block;
        bottom: 10px;
        position: absolute;
        color: #fff;
        font-weight: 100 !important;
        font-size: 14px; }
    .invest_call .perspectivas:hover {
      background-position: 200% 0; }
  .invest_call .call {
    max-width: 522px;
    width: 100%;
    height: 250px;
    background-color: #fff;
    text-align: left;
    display: block;
    position: relative;
    margin: 0 1% 25px 1%; }
    .invest_call .call a {
      width: 100%;
      height: 100%;
      display: block; }
      .invest_call .call a div:first-child {
        width: 48%;
        position: relative;
        float: left;
        height: 100%;
        padding: 10px; }
        .invest_call .call a div:first-child h6, .invest_call .call a div:first-child .h6 {
          color: #008aa4;
          font-weight: 100 !important;
          font-size: 14px; }
        .invest_call .call a div:first-child h5, .invest_call .call a div:first-child .h5 {
          color: #717377;
          display: block;
          width: 100%;
          position: absolute;
          vertical-align: middle;
          line-height: 24px;
          top: 50%;
          transform: translatey(-50%); }
        .invest_call .call a div:first-child span {
          display: block;
          bottom: 10px;
          position: absolute;
          color: #717377;
          font-weight: 100 !important;
          font-size: 14px; }
      .invest_call .call a div:last-child {
        width: 48%;
        position: relative;
        float: right;
        height: 100%; }
        .invest_call .call a div:last-child img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .invest_call .call:hover {
      opacity: .9;
      background-color: #e3e3e3; }
      .invest_call .call:hover a div:first-child h6, .invest_call .call:hover a div:first-child h5, .invest_call .call:hover a div:first-child .h6, .invest_call .call:hover a div:first-child .h5, .invest_call .call:hover a div:first-child span {
        color: #38393b; }
  .invest_call .vid {
    max-width: 250px;
    width: 100%;
    height: 250px;
    background-image: url(http://www.placecage.com/c/300/300);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: left;
    display: block;
    position: relative;
    margin: 0 1% 25px 1%; }
    .invest_call .vid a {
      background-color: rgba(0, 138, 164, 0.4);
      width: 100%;
      height: 100%;
      display: block;
      padding: 10px; }
      .invest_call .vid a h6, .invest_call .vid a .h6 {
        color: #fff;
        font-weight: 100 !important;
        position: absolute;
        font-size: 14px; }
      .invest_call .vid a h5, .invest_call .vid a .h5 {
        color: #fff;
        display: block;
        width: 100%;
        position: absolute;
        vertical-align: middle;
        top: 50%;
        line-height: 24px;
        transform: translatey(-50%); }
      .invest_call .vid a div {
        display: block;
        position: absolute;
        bottom: 10px;
        width: 93%; }
        .invest_call .vid a div span:first-child {
          float: left;
          display: block;
          position: absolute;
          color: #fff;
          font-weight: 100 !important;
          bottom: 0;
          font-size: 14px; }
        .invest_call .vid a div span:last-child {
          float: right;
          display: block;
          position: relative;
          color: #fff;
          font-weight: 100 !important; }
          .invest_call .vid a div span:last-child img {
            width: 30px;
            vertical-align: bottom; }
    .invest_call .vid:hover {
      opacity: .8; }
  .invest_call .imprensa {
    max-width: 250px;
    min-width: 150px;
    width: 100%;
    height: 250px;
    /*background-color: #9ba394;*/
    background-image: linear-gradient(to left, #9ba394, #9ba394 50%, #81897a 50%, #81897a);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .15s ease-in;
    text-align: left;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin: 0 1% 25px 1%; }
    .invest_call .imprensa a {
      width: 100%;
      height: 100%;
      display: block; }
      .invest_call .imprensa a h6, .invest_call .imprensa a .h6 {
        color: #fff;
        font-weight: 100 !important;
        font-size: 14px; }
      .invest_call .imprensa a h5, .invest_call .imprensa a .h5 {
        color: #fff;
        display: block;
        width: 96%;
        position: absolute;
        vertical-align: middle;
        top: 50%;
        line-height: 24px;
        transform: translatey(-50%);
        padding: 5px; }
      .invest_call .imprensa a span {
        display: block;
        bottom: 10px;
        position: absolute;
        color: #fff;
        font-weight: 100 !important;
        font-size: 14px; }
    .invest_call .imprensa:hover {
      background-position: 200% 0;
      /*background-color: #81897a;
      -webkit-transition: background-color 1000ms linear;
      -ms-transition: background-color 1000ms linear;
      transition: background-color 1000ms linear;*/ }

.showMore {
  margin: 0 auto;
  text-align: center;
  height: 90px; }
  .showMore .btn .blue {
    display: inline-block;
    background: #008aa4;
    color: #f5f5f5;
    padding: .45em 1.5em .45em 1.5em;
    margin: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase !important;
    border-radius: 2px;
    border: 1px solid #008aa4;
    white-space: nowrap; }
    .showMore .btn .blue:hover {
      background: #FFFFFF;
      color: #008aa4; }

.blurBackground {
  margin: 0 auto;
  text-align: center;
  height: 90px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  width: 100%;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: 5;
  bottom: 140px; }

.investCall-article {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .investCall-article h1, .investCall-article .h1 {
    color: #3c3f46;
    text-align: center;
    padding: 20px 0;
    display: block;
    position: relative;
    font-weight: 300;
    text-transform: uppercase; }
  .investCall-article h5, .investCall-article .h5 {
    font-size: 20px;
    text-align: center;
    padding: 5px;
    color: #3c3f46;
    display: block;
    position: relative;
    font-weight: 300;
    text-transform: uppercase; }

.sfeventsList {
  display: block;
  width: 100%; }
  .sfeventsList .sfeventListItem {
    overflow: hidden;
    float: left;
    height: 100%;
    margin: 0 0 4% 0;
    position: relative;
    width: 33.33%;
    padding: 1em; }
    .sfeventsList .sfeventListItem .sfeventTitle .sfTxtContent {
      font-weight: 400;
      font-size: 65px;
      vertical-align: middle;
      height: auto;
      min-height: 80px;
      display: block;
      margin: 0 auto;
      padding: 0 0 20px 0;
      width: 100%; }
    .sfeventsList .sfeventListItem h5 .sfTxtContent, .sfeventsList .sfeventListItem .h5 .sfTxtContent {
      font-weight: 400;
      display: none;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 40px 0; }
    .sfeventsList .sfeventListItem .sfeventContent {
      display: block;
      width: 100%;
      position: relative;
      margin: 0 auto;
      padding: 20px;
      text-align: left; }
      .sfeventsList .sfeventListItem .sfeventContent img {
        display: inline-block;
        vertical-align: middle; }
      .sfeventsList .sfeventListItem .sfeventContent p {
        display: inline-block;
        vertical-align: middle;
        text-align: left; }

.Calendar {
  font-family: "Roboto Condensed", sans-serif; }
  .Calendar .sfcalendar .rsHeader {
    border: none;
    background-color: #008aa4; }
    .Calendar .sfcalendar .rsHeader p .rsPrevDay {
      background-position: -113px -112px;
      border: none; }
    .Calendar .sfcalendar .rsHeader p .rsNextDay {
      background-position: -111px -162px;
      border: none; }
    .Calendar .sfcalendar .rsHeader p em {
      display: none; }
    .Calendar .sfcalendar .rsHeader .rsDatePickerActivator {
      display: none; }
    .Calendar .sfcalendar .rsHeader h2, .Calendar .sfcalendar .rsHeader .h2 {
      color: #FFFFFF; }
  .Calendar .sfcalendar .rsMonthView .rsContentWrapper .rsContentScrollArea .rsContentTable tr {
    height: 200px; }
    .Calendar .sfcalendar .rsMonthView .rsContentWrapper .rsContentScrollArea .rsContentTable tr .rsWrap .rsApt {
      background-color: #008aa4 !important; }
      .Calendar .sfcalendar .rsMonthView .rsContentWrapper .rsContentScrollArea .rsContentTable tr .rsWrap .rsApt .rsAptMid .rsAptIn .rsAptContent {
        color: #fff; }
      .Calendar .sfcalendar .rsMonthView .rsContentWrapper .rsContentScrollArea .rsContentTable tr .rsWrap .rsApt .rsAptMid .rsAptResizeStart {
        display: none; }
      .Calendar .sfcalendar .rsMonthView .rsContentWrapper .rsContentScrollArea .rsContentTable tr .rsWrap .rsApt .rsAptMid .rsAptResizeEnd {
        display: none; }
    .Calendar .sfcalendar .rsMonthView .rsContentWrapper .rsContentScrollArea .rsContentTable tr .rsLastWrap {
      margin: 7px 0; }
  .Calendar .sfcalendarSidebar {
    display: none; }

.sfcalendarEventPreviewWrp .k-header .k-window-actions .k-link .k-i-close {
  background-position: 4px -1796px !important;
  background-image: url("Images/sfIcons.gif") !important; }
.sfcalendarEventPreviewWrp .k-content a {
  color: #008aa4;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none; }
.sfcalendarEventPreviewWrp .k-content .sfcalendarEventPreviewStartDate,
.sfcalendarEventPreviewWrp .k-content .sfcalendarEventPreviewEndDate,
.sfcalendarEventPreviewWrp .k-content .sfcalendarEventTimeZone {
  display: none; }

.GMS {
  border: none; }
  .GMS .content-wrapper p:last-child {
    display: block;
    text-align: left;
    font-size: 14px !important; }
  .GMS .k-grid {
    border: none; }
    .GMS .k-grid h5, .GMS .k-grid .h5 {
      margin: 40px 0 40px 0;
            /*	&:first-child {
			
				margin: 20px 0 20px 0;
				
			} */ }
    .GMS .k-grid .tabela .td-block,
    .GMS .k-grid .tabelaDesk .td-block {
      border-bottom: none; }
    .GMS .k-grid select {
      width: auto;
      height: 30px;
      float: left; }
  .GMS .toHide .TopSub,
  .GMS .toHide .TopDesc,
  .GMS .toHide .TopTrans {
    display: none; }

.FinanciamentoSimulador {
  border: none;
  background-color: #f1f1f1; }
  .FinanciamentoSimulador .k-widget {
    width: 120px;
    background-color: #FFFFFF;
    border-color: #c5c5c5 !important; }
    .FinanciamentoSimulador .k-widget .k-numeric-wrap {
      border-width: 0;
      border-style: none;
      background-color: #FFFFFF;
      width: 100%;
      box-shadow: none;
      -webkit-box-shadow: none; }
      .FinanciamentoSimulador .k-widget .k-numeric-wrap input {
        text-align: right; }
    .FinanciamentoSimulador .k-widget .k-state-hover:hover {
      background-color: #FFFFFF; }
  .FinanciamentoSimulador .btn {
    text-align: center; }
  .FinanciamentoSimulador .tabela th {
    width: 20%; }
    .FinanciamentoSimulador .tabela th:first-child {
      width: 40%; }

.APSimulador {
  border: none;
  background-color: #f1f1f1; }
  .APSimulador .tabela .bi-bord {
    border: none; }
  .APSimulador .tabela .k-numeric-wrap {
    background-color: #FFFFFF;
    border-color: #c5c5c5 !important; }
  .APSimulador .btn {
    display: block;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto; }
    .APSimulador .btn .k-button {
      display: inline-block;
      background: #008aa4;
      color: #f5f5f5;
      padding: 5px 15px;
      margin: 5px;
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase !important;
      border-radius: 2px;
      border: 0 !important;
      white-space: nowrap; }
      .APSimulador .btn .k-button:hover {
        background: rgba(0, 138, 164, 0.7);
        color: #FFFFFF; }
      .APSimulador .btn .k-button:last-child {
        margin-top: 25px; }

.SimuladorDP {
  border: none; }
  .SimuladorDP .k-numeric-wrap {
    background-color: #FFFFFF; }

/* -------------------------------- 
	X Mercados e Research
-------------------------------- */
/* -------------------------------- 
	- Rodapé
-------------------------------- */
/*Form*/
.RodContactos .bi-forms div {
  display: block !important;
  width: 33.33%;
  float: left; }
.RodContactos .bi-forms .Assunto select {
  width: 100%;
  height: 38px; }
.RodContactos .bi-forms .Mensagem {
  width: 100%; }
  .RodContactos .bi-forms .Mensagem textarea {
    width: 100%;
    font-family: 'Roboto Condensed'; }
.RodContactos .bi-forms .bi-buttons {
  width: 100%; }

/* -------------------------------- 
	X Rodapé
-------------------------------- */
.backVideo, .backVideoOutlook, .backVideoWatch {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }
  .backVideo .maxVid, .backVideoOutlook .maxVid, .backVideoWatch .maxVid {
    display: block;
    overflow: visible;
    margin: 0 auto;
    max-width: 1000px;
    vertical-align: middle;
    top: 100px;
    position: relative;
    -webkit-animation: fadeinVideo 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeinVideo 1s;
    /* Firefox < 16 */
    -ms-animation: fadeinVideo 1s;
    /* Internet Explorer */
    -o-animation: fadeinVideo 1s;
    /* Opera < 12.1 */
    animation: fadeinVideo 1s;
    width: 100%; }
    .backVideo .maxVid div:first-child, .backVideoOutlook .maxVid div:first-child, .backVideoWatch .maxVid div:first-child {
      width: 100%;
      text-align: right;
      height: 25px;
      right: -21px;
      position: relative;
      top: -10px; }
      .backVideo .maxVid div:first-child .closeVideo img, .backVideoOutlook .maxVid div:first-child .closeVideo img, .backVideoWatch .maxVid div:first-child .closeVideo img {
        max-width: 20px; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeinVideo {
  from {
    transform: scale(0.5); }
  to {
    transform: scale(1); } }
/* -------------------------------- 

Fim Formatação Personalizada

-------------------------------- */
/* -------------------------------- 

Other components 

-------------------------------- */
/* Window */
sub,
p sub {
  vertical-align: sub;
  font-size: smaller; }

.k-i-close {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite.png"); }

.k-state-hover {
  background-color: #eee; }

.k-window {
  /*border-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
background-color: transparent;*/
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 10px 2px #808080;
  box-shadow: 2px 2px 10px 2px #808080;
  background-color: #FFFFFF;
  z-index: 100000 !important;
  min-width: 350px;
  overflow: hidden; }
  .k-window .k-window-iframecontent {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
  .k-window iframe .sfPublicWrapper {
    width: 100%; }

.LoadingBI {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.5); }
  .LoadingBI .LoadingLogo {
    background-image: url(Images/starBI.svg);
    background-size: 25vmin;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    display: block;
    width: 27vmin;
    height: 25vmin;
    position: relative;
    margin: 0 auto;
    top: 30%;
    opacity: 0.9; }
  .LoadingBI span {
    border-width: 0px;
    position: relative;
    padding: 30px;
    font-size: 3.6vmin;
    top: 30%;
    font-family: Verdana;
    color: White;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    font-weight: normal; }

.mastwrapper {
  display: block;
  overflow: hidden; }

.pageLevelNavWrapper {
  display: none;
  overflow: hidden; }

.pageLevelNav {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 0 1em;
  border-bottom: 1px solid #f2f2f2;
  /*box-shadow: inset 1px 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);*/
  z-index: 999999 !important; }
  .pageLevelNav .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 11; }
  .pageLevelNav ul {
    display: flex;
    overflow: hidden;
    /*max-width:1440px;*/
    margin: 0 auto;
    /*padding:0.95em 0;*/
    color: #2e3233;
    text-transform: uppercase;
    font-size: 0.81em;
    /*line-height: 0.81em; */
    line-height: 4em;
    font-weight: 400;
    justify-content: flex-start;
    /*margin: 0 0 0 -35px;*/ }
    .pageLevelNav ul li {
      display: block;
      padding: 0;
      border-right: 0px solid #fff;
      margin-right: 3em;
      white-space: nowrap; }
      .pageLevelNav ul li a {
        color: #2e3233;
        text-decoration: none; }
        .pageLevelNav ul li a:hover {
          color: #626566; }
      .pageLevelNav ul li span {
        color: #1995ad; }

.nav-on-left .cd-header-extras .nav-is-visible {
  display: block;
  overflow: hidden;
  width: 260px;
  text-align: center;
  padding: 20px 40px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid #dcdcdc; }
  .nav-on-left .cd-header-extras .nav-is-visible .cd-contactos {
    display: inline-block;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(46, 50, 57, 0.5);
    height: 26px;
    line-height: 26px;
    border-bottom: 0;
    padding-left: 1.5em;
    /*background:url(/Css/Images/info.svg) no-repeat 0% 50%;*/
    background-size: auto 16px; }
    .nav-on-left .cd-header-extras .nav-is-visible .cd-contactos:hover {
      color: rgba(46, 50, 57, 0.8); }
  .nav-on-left .cd-header-extras .nav-is-visible .cd-abrirconta {
    display: block;
    margin-top: 12px;
    font-family: 'Open Sans', Sans-Serif;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: rgba(46, 50, 57, 0.4);
    height: 26px;
    line-height: 24px;
    padding: 0 1.5em;
    border-radius: 2px; }
    .nav-on-left .cd-header-extras .nav-is-visible .cd-abrirconta:hover {
      background: rgba(0, 138, 164, 0.6); }

.header {
  background: #f58220; }

.submenu {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 42px;
  background: #fff;
  height: 300px;
  border: 1px dotted red;
  z-index: 999999; }

.mainMenu {
  display: none; }
  .mainMenu ul {
    margin: 0 auto;
    padding: 20px 0 0 0;
    list-style-type: none;
    text-align: center;
    color: #252A2D;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px; }
    .mainMenu ul li {
      display: inline; }
      .mainMenu ul li:first-child {
        display: none; }
      .mainMenu ul li ul {
        display: none; }
      .mainMenu ul li a {
        color: #252A2D;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 20px;
        text-decoration: none;
        padding: .2em 1em;
        color: #000;
        cursor: pointer; }
        .mainMenu ul li a:hover {
          color: #fff;
          background-color: #369; }
      .mainMenu ul li span {
        color: #252A2D;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 20px;
        text-decoration: none;
        padding: .2em 1em;
        color: #000;
        cursor: pointer; }

.clearsel {
  cursor: pointer;
  border: 0;
  outline: none;
  border-bottom: 2px solid #597AA7;
  width: 100%;
  color: #597AA7;
  font: 400 1.25em 'Roboto Condensed',sans-serif;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1); }

.cd-main-content,
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-main-content,
.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-main-content {
  /*background: #e2e3df;*/
  padding-top: 112px;
  background: #fff;
  min-height: 100vh;
  z-index: 2; }

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3;
  border-bottom: 1px solid #f2f2f2;
  /*border-left:0px solid #ccc;
box-shadow: inset 1px 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);*/
  opacity: 1; }

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
.nav-is-fixed .cd-search {
  position: fixed; }

.cd-logo {
  position: absolute;
  display: block;
  border: 0;
  outline: none;
  z-index: 100;
  background: url(/Css/Images/inlines2.png) no-repeat 0 -25px;
  background: transparent url(/Css/Images/logoBI.svg) no-repeat 0 0; }
  .cd-logo img {
    display: block; }

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  /*right: 5%;*/ }
  .cd-header-buttons li {
    display: inline-block; }

.cd-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }
  .cd-search-trigger:hover {
    color: transparent; }
  .cd-search-trigger:before {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #2e3233; }
  .cd-search-trigger:after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* handle */
    height: 3px;
    width: 8px;
    background: #2e3233;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .cd-search-trigger span:before {
      /* close icon */
      content: '';
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 22px;
      top: 50%;
      margin-top: -2px;
      left: 50%;
      margin-left: -11px;
      background: #2e3233;
      opacity: 0;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      -moz-transition: opacity 0.3s, -moz-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .cd-search-trigger span:after {
      /* close icon */
      content: '';
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 22px;
      top: 50%;
      margin-top: -2px;
      left: 50%;
      margin-left: -11px;
      background: #2e3233;
      opacity: 0;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      -moz-transition: opacity 0.3s, -moz-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before {
  /* show close icon */
  opacity: 1;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }
  .cd-nav-trigger:hover {
    color: transparent; }
  .cd-nav-trigger span {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233;
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s; }
    .cd-nav-trigger span:before {
      /* hamburger icon in CSS */
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #2e3233;
      /* other 2 lines */
      content: '';
      right: 0;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
      -moz-transition: -moz-transform 0.3s 0.3s;
      transition: transform 0.3s 0.3s;
      /* menu icon top line */
      top: -6px; }
    .cd-nav-trigger span:after {
      /* hamburger icon in CSS */
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #2e3233;
      /* other 2 lines */
      content: '';
      right: 0;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 0.3s 0.3s;
      -moz-transition: -moz-transform 0.3s 0.3s;
      transition: transform 0.3s 0.3s;
      /* menu icon bottom line */
      top: 6px; }

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }
  .cd-nav-trigger.nav-is-visible span:before {
    /* keep visible other 2 lines */
    background: #2e3233;
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg); }
  .cd-nav-trigger.nav-is-visible span:after {
    /* keep visible other 2 lines */
    background: #2e3233;
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg); }

.cd-primary-nav,
.cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #fff;
  /*5a5f6a;*/
  /*#2e3233;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-primary-nav a,
.cd-primary-nav ul a {
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 400;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/
  /*border-bottom: 1px solid #3a3f40;*/
  border-bottom: 1px solid #dcdcdc;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0; }

.cd-primary-nav,
.see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #000; }

.has-children > a,
.go-back a {
  position: relative; }
  .has-children > a:before,
  .go-back a:before {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #2e3233;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a:after,
  .go-back a:after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #2e3233;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.has-children > a {
  padding-right: 40px; }
  .has-children > a:before {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }
  .has-children > a:after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }

/*.cd-secondary-nav .go-back, 
.cd-secondary-nav .go-back {
	border-top:0px solid #c9cbc4;
	border-bottom:1px solid #c9cbc4;
}
*/
.has-children > a::before,
.has-children > a::after {
  right: 5%; }

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 49px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .cd-search input::-webkit-input-placeholder {
      color: #c9cbc4; }
    .cd-search input::-moz-placeholder {
      color: #c9cbc4; }
    .cd-search input:-ms-input-placeholder {
      color: #c9cbc4; }
    .cd-search input:focus {
      outline: none; }

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(100, 100, 100, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

span.k-numeric-wrap.k-state-focused {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

.whiteTable th {
  text-align: center;
  color: #ffffff;
  border-color: #ffffff; }
.whiteTable td {
  text-align: center;
  color: #ffffff;
  font-size: .8em;
  border-color: #ffffff;
  font-weight: 300; }
  .whiteTable td a {
    color: #ffffff;
    text-decoration: underline; }
    .whiteTable td a:hover {
      color: #cccccc; }

/* -------------------------------- 
	FLEXIBLE/RESPONSIVE TABLES
-------------------------------- */
.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0; }

.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em; }

.tablesaw-bar .btn.btn-micro, .tablesaw-bar .btn.btn-small {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: 0;
  opacity: .8;
  filter: alpha(opacity=80); }
  .tablesaw-bar .btn.btn-micro:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.tablesaw-bar .btn.btn-micro.disabled, .tablesaw-bar .btn.btn-micro.disabled:hover {
  opacity: .2;
  filter: alpha(opacity=20); }

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em; }

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left; }

.tablesaw-bar .btn-select:after {
  display: block;
  position: absolute;
  background: .25em .45em no-repeat;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-bar .btn-select.btn-micro, .tablesaw-bar .btn-select.btn-small {
  padding-right: .5em; }

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  line-height: 1.65;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0; }

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-shadow: 0 1px 0 #FFFFFF; }

.tablesaw-advance .btn.btn-micro {
  font-size: .8em;
  padding: 1px 0 .2em .3em; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: .8em 0 0 1em;
  position: relative;
  background-size: 10px 10px;
  background-image: url(Images/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 10px !important;
  background-color: #008aa4;
  border-radius: .15em; }

a.tablesaw-nav-btn.btn.btn-micro.left {
  transform: rotate(-180deg) !important; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\25c4";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #008aa4; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #008aa4; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .4em;
  top: 2px; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .65em;
  top: 2px; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
  display: block;
  overflow: hidden;
  width: auto !important;
  float: right; }

.tablesaw-toolbar {
  font-size: .875em;
  float: left; }
  .tablesaw-toolbar label {
    padding: .5em 0;
    clear: both;
    display: block;
    color: #808080;
    margin-right: .5em;
    text-transform: uppercase; }

.tablesaw-bar .btn, .tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-bar .btn-select, .tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0; }
  .tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: .9em; }

.tablesaw-bar .tablesaw-toolbar select {
  color: #808080;
  text-transform: none;
  background: 0 0; }

.tablesaw-toolbar ~ table {
  clear: both; }

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.flexible caption, .tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4; }

.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400; }

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #808080;
  font-family: sans-serif; }

.tablesaw-fix-persist {
  table-layout: fixed; }

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #FFFFFF;
  padding: .5em .8em;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 2px #cccccc;
  box-shadow: 0 1px 2px #cccccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative; }

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top; }

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding: .9em 1.6em .7em .6em; }

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  position: absolute;
  right: .5em; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "↑"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "↓"; }

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block; }

.tablesaw-sortable .not-applicable span {
  display: none; }

.tablesaw-advance {
  float: right;
  height: 30px;
  width: auto !important;
  padding: 1px 0 !important; }

.tablesaw-advance.minimap {
  margin-right: .5em;
  padding-top: 1em;
  font-size: 10px;
  margin-top: 7px; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }
  .tablesaw-advance-dots li i, .tablesaw-advance-dots li em {
    width: .5em;
    height: .5em;
    background: #008aa4;
    display: inline-block;
    border-radius: 50%; }

.tablesaw-advance-dots-hide {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default;
  pointer-events: none; }

/* -------------------------------- 
   Tablesaw - v3.1.0 - 2018-12-10
-------------------------------- */
table.flexible, table.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0; }

.tablesaw * {
  box-sizing: border-box; }

.tablesaw-all-cols-visible {
  display: none; }

.tablesaw-enhanced .tablesaw-bar .btn {
  background: 0 0;
  color: #4d4d4d;
  clear: both;
  cursor: pointer;
  display: block;
  font: 700 20px/1 sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%; }
  .tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none; }
  .tablesaw-enhanced .tablesaw-bar .btn:active {
    background-color: #d6d6d6; }
  .tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #008aa4;
    outline: 0; }
  .tablesaw-enhanced .tablesaw-bar .btn:hover {
    background-color: #008aa4;
    outline: 0; }

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #008aa4; }

.tablesaw-btn:hover {
  text-decoration: none; }

.ie-lte8 .tablesaw-bar .btn:focus,
.ie-lte8 .tablesaw-bar .btn:hover {
  color: #008aa4;
  background-color: #FFFFFF;
  outline: 0; }

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  color: transparent; }

.tablesaw-bar .btn select option {
  background: #FFFFFF;
  color: #000000;
  font-family: sans-serif; }

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em; }

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em; }

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em; }

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0; }

.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em; }

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0; }

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0; }

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px; }

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-bar * {
  box-sizing: border-box; }

.tablesaw-bar-section {
  float: left; }

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-bar-section ~ table {
  clear: both; }

.tablesaw-bar-section .abbreviated {
  display: inline; }

.tablesaw-bar-section .longform {
  display: none; }

.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle; }

.tablesaw-sortable-btn {
  padding: .5em .7em; }

.tablesaw thead th {
  text-align: left; }

.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8; }

.tablesaw caption {
  text-align: left;
  margin: .59375em 0; }

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px; }

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.tablesaw-overflow > .tablesaw {
  margin-top: 2px; }

.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
  padding: .5em; }

.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default; }

.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top; }

.tablesaw .tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit; }

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020"; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191"; }

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193"; }

@media only all {
  .tablesaw-stack {
    clear: both; }

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }

  .tablesaw-stack tr {
    clear: both;
    display: table-row; }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%; }

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }

  .tablesaw-cell-label {
    display: block; }

  .tablesaw-stack tbody th.group {
    margin-top: -1px; }

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; }

  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none; }

  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none; }

  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell; }

  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none; } }
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }
@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none; }

  .tablesaw-bar-section .longform {
    display: inline; } }
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }
@media (max-width: 39.9375em) {
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf; }

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%; }

  .tablesaw-cell-label {
    vertical-align: top; }

  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%; }

  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0; }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; }

  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }

  .tablesaw-columntoggle tbody td {
    line-height: 2; } }
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }
/* -------------------------------- 
	X FLEXIBLE/RESPONSIVE TABLES
    X Tablesaw - v3.1.0 - 2018-12-10
-------------------------------- */
/* EXTRA CLASSES */
.compact-width {
  max-width: 1024px !important; }
  .compact-width .text-content {
    padding: 0; }

.spanError {
  font-size: 8px;
  position: absolute;
  bottom: 25px;
  right: 15px; }
  .spanError:last-child {
    bottom: 14px !important;
    right: 15px !important; }

.btnSearch {
  background-image: url(Images/search.svg) !important;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  width: 24px;
  height: 24px;
  background-color: #008aa4 !important;
  border: 1px solid #008aa4 !important;
  border-radius: .15em;
  cursor: pointer; }
  .btnSearch:hover {
    background-color: #006072 !important;
    border: 1px solid #006072 !important;
    border-radius: .15em !important; }

.btnSearch.active {
  background-image: url(Images/close.svg) !important;
  background-color: #006072 !important;
  border: 1px solid #006072 !important; }
  .btnSearch.active:hover {
    background-color: #cccccc !important;
    border: 1px solid #cccccc !important; }

.boardPrint {
  display: none; }

.btnLang {
  display: inline-block !important;
  border: none !important;
  font-size: 12px !important;
  width: 30px !important;
  margin-top: 1px !important; }
  .btnLang:hover {
    color: #008aa4 !important; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.vex, .vex *, .vex *:before, .vex *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  -webkit-animation: vex-fadein .5s;
  animation: vex-fadein .5s;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-overlay.vex-closing {
  -webkit-animation: vex-fadeout .5s forwards;
  animation: vex-fadeout .5s forwards; }

.vex-content {
  -webkit-animation: vex-fadein .5s;
  animation: vex-fadein .5s;
  background: #fff; }

.vex.vex-closing .vex-content {
  -webkit-animation: vex-fadeout .5s forwards;
  animation: vex-fadeout .5s forwards; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  -webkit-animation: vex-rotation .7s linear infinite;
  animation: vex-rotation .7s linear infinite;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

/* plain-theme */
@-webkit-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }
@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }
.vex.vex-theme-plain {
  padding-top: 160px;
  padding-bottom: 160px; }

.vex.vex-theme-plain .vex-content {
  font-family: "Helvetica Neue", sans-serif;
  background: #fff;
  color: #444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em; }

.vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul, .vex.vex-theme-plain .vex-content li {
  color: inherit; }

.vex.vex-theme-plain .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.vex.vex-theme-plain .vex-close:before {
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent; }

.vex.vex-theme-plain .vex-close:hover:before, .vex.vex-theme-plain .vex-close:active:before {
  color: #777;
  background: #e0e0e0; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
  margin-bottom: .5em; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
  background: #f0f0f0;
  width: 100%;
  padding: .25em .67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 .25em; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  outline: none; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both; }

.vex.vex-theme-plain .vex-dialog-button {
  border-radius: 0;
  border: 0;
  float: right;
  margin: 0 0 0 .5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  line-height: 1em;
  padding: .75em 2em; }

.vex.vex-theme-plain .vex-dialog-button.vex-last {
  margin-left: 0; }

.vex.vex-theme-plain .vex-dialog-button:focus {
  -webkit-animation: vex-pulse 1.1s infinite;
  animation: vex-pulse 1.1s infinite;
  outline: none; }

@media (max-width: 568px) {
  .vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: none;
    animation: none; } }
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  background: #3288e6;
  color: #fff; }

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777; }

.vex-loading-spinner.vex-theme-plain {
  height: 2.5em;
  width: 2.5em; }

@media print {
  html, body {
    font-size: 10pt;
    color: #3c3f46; }

  @page {
    size: A4;
    margin-top: 20mm;
    margin-left: 10mm;
    margin-bottom: 20mm;
    margin-right: 10mm; }
  @page :first {
    size: A4;
    margin-top: 0;
    margin-left: 10mm;
    margin-bottom: 20mm;
    margin-right: 10mm; }
  .cd-main-header {
    height: 50px;
    position: relative !important;
    margin-right: 1cm;
    margin-left: 1cm;
    width: auto !important;
    display: block;
    transform: none !important; }
    .cd-main-header #divCdExtraLogin {
      display: none; }
    .cd-main-header .cd-logo {
      width: 176px;
      height: 25px;
      top: 12px;
      position: relative !important;
      float: right; }
    .cd-main-header .cd-nav {
      display: none; }
    .cd-main-header .cd-header-buttons {
      display: none; }

  .cd-main-content {
    padding-top: 0; }

  .top-bar {
    height: 200px; }
    .top-bar .wrapper h1 {
      font-size: 27pt !important;
      padding-bottom: .2em; }
    .top-bar .wrapper h6 {
      font-size: 12pt !important; }
    .top-bar .wrapper h4 {
      font-size: 14px !important; }

  .bi-ptop-150,
  .bi-ptop-80 {
    padding-top: 25px !important; }

  .bi-pbot-150,
  .bi-pbot-80 {
    padding-bottom: 25px !important; }

  .belowthefold,
  .footer-distributed,
  .footer-extra-links {
    display: none; }

  .footer-bottom p:first-of-type {
    display: none; }

  .pageLevelNavWrapper {
    display: none !important; }

  .top-bar-detalhe {
    display: none; }

  .FundosDetalhe .cleartabs li {
    display: none; }
    .FundosDetalhe .cleartabs li.active {
      display: block !important;
      width: 100%;
      border-bottom: 0;
      text-align: left; }
  .FundosDetalhe .bi-module {
    padding: 0; }
    .FundosDetalhe .bi-module div {
      height: 50px; }
      .FundosDetalhe .bi-module div label {
        padding: 0 0 5px 0;
        font-size: 8pt; }
      .FundosDetalhe .bi-module div div span {
        font-size: 9pt; }
  .FundosDetalhe #ContentCenter_C004_ucUCFundosDetalhe_ucUCFundosDetalheGeral_lblPoliticaInvestimentoText {
    font-size: 11pt; }
  .FundosDetalhe .ListHeader .buttons {
    display: none; }
  .FundosDetalhe #tbCarteiraTopSectorial, .FundosDetalhe #ContentCenter_C-36_ucUCFundosDetalhe_ucUCFundosDetalheGeral_pnlCarteiraTopGeograficoObrigacoes {
    page-break-inside: avoid; }
  .FundosDetalhe #ContentCenter_C004_ucUCFundosDetalhe_ucUCFundosDetalheGeral_pnlPoliticaInvestimento {
    page-break-after: always; }
  .FundosDetalhe .tabela thead tr th, .FundosDetalhe .tabelaDesk thead tr th {
    font-size: 10pt !important; }
  .FundosDetalhe .tabela td, .FundosDetalhe .tabelaDesk td {
    font-size: 9pt; }
  .FundosDetalhe #ContentCenter_C004_ucUCFundosDetalhe_ucUCFundosDetalheGrafico_panelPesquisaAvancada {
    display: none; }
  .FundosDetalhe .FundosDetalheCarteira div {
    margin-bottom: 0 !important; }
  .FundosDetalhe .FundosDetalheCarteira .tabelaDesk {
    margin-bottom: 20px; }
  .FundosDetalhe .RiscoRating .tabela, .FundosDetalhe .FundosDetalheCarteira .tabela {
    margin-bottom: 15px; }
  .FundosDetalhe .RiscoRating .tabelaDesk, .FundosDetalhe .FundosDetalheCarteira .tabelaDesk {
    margin-bottom: 15px; }
  .FundosDetalhe .FundosDetalheCarteira .Credit {
    page-break-before: always; }
    .FundosDetalhe .FundosDetalheCarteira .Credit .inlineBlock:first-child, .FundosDetalhe .FundosDetalheCarteira .Credit .inlineBlock:last-child {
      display: block;
      width: 100%;
      padding: 0; }
  .FundosDetalhe .TopSectorial, .FundosDetalhe .TopGeograficoObrigacoes, .FundosDetalhe .Activos, .FundosDetalhe .TopPosicoes {
    display: block !important;
    width: 100% !important;
    float: none !important;
    overflow: hidden !important;
    page-break-inside: avoid; }
  .FundosDetalhe .Carteira div .tabelaDesk td {
    padding: .6em; }

  .disclaimer {
    page-break-inside: avoid;
    font-size: 11pt !important; }

  .footer-bottom {
    page-break-after: always; }

  .board {
    display: none; }

  .boardPrint {
    display: block !important; }

  .ucListaContas {
    display: none; }

  .ConsultaNivelRisco .k-grid .bgsilver .perfis div {
    width: 20%; } }

/*# sourceMappingURL=publico.css.map */
