@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);
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasheader {
  padding-top: 60px; }

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 15px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-header {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 30px;
  height: 60px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-header > a {
  text-decoration: none;
  display: block;
  padding: 15px 0; }

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-header .mm-btn {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-header .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-header .mm-btn:last-child {
  padding-right: 20px;
  right: 0; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #252A2D;
  /*inherit;*/
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  border-top: 1px solid #858585;
  margin-right: -20px; }

.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -15px; }

.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }

.mm-listview > li.mm-spacer > .mm-next {
  top: 40px; }

.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-header > a {
  color: rgba(0, 0, 0, 0.4); }

.mm-menu .mm-header .mm-btn:before,
.mm-menu .mm-header .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li > a.mm-prev, .mm-menu .mm-listview > li > a.mm-next {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li > a.mm-prev:after, .mm-menu .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-opened .mm-page {
  min-height: 100vh; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }

.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both; }

.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-buttonbar > a {
  text-decoration: none; }

.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px; }

.mm-buttonbar > input:checked + label {
  border-color: transparent  !important; }

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none; }

.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%; }

.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%; }

.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%; }

.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 0px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }

.mm-footer .mm-buttonbar > * {
  border-left: none; }

.mm-listview > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.7);
  background: #f3f3f3; }

.mm-menu .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.7);
  color: #f3f3f3; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 50px;
  top: 50%; }

em.mm-counter + a.mm-next {
  padding-left: 40px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-hasfooter > .mm-panel {
  bottom: 40px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-menu > .mm-header {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu > .mm-header .mm-close:after {
  content: 'x'; }

.mm-menu.mm-hassearch > .mm-header {
  top: 40px; }

.mm-menu.mm-hasheader .mm-panel .mm-header {
  display: none; }

.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
  top: 40px; }

.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
  top: 80px; }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0; }

.mm-search input {
  border: none;
  border-radius: 25px;
  font: inherit;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  display: block;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasheader {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasheader .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

.mm-menu li.mm-nosubresults > a.mm-next {
  display: none; }

.mm-menu li.mm-nosubresults > a.mm-next + a,
.mm-menu li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.71%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-hasheader .mm-indexer {
  top: 50px; }

.mm-hasfooter .mm-indexer {
  bottom: 50px; }

.mm-hassearch .mm-indexer {
  top: 50px; }

.mm-hassearch.mm-hasheader .mm-indexer {
  top: 90px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-slide .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-panels .mm-menu .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }

html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-header {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-header > a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-header .mm-btn:before,
.mm-menu.mm-theme-dark .mm-header .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.8);
  background: #333333; }

.mm-menu.mm-theme-dark .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.8);
  color: #333333; }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-header > a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-header .mm-btn:before,
.mm-menu.mm-theme-white .mm-header .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }

.mm-menu.mm-theme-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white; }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-header > a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-header .mm-btn:before,
.mm-menu.mm-theme-black .mm-header .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }

.mm-menu.mm-theme-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black; }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* 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;*/
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%; }

*, *::after, *::before {
  box-sizing: border-box; }

body {
  background-color: #FFFFFF;
  font: 400 16px 'Roboto Condensed',sans-serif;
  line-height: 22px;
  color: #666666;
  position: relative;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0; }

body * {
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 10px 0; }

h1, h2, h3 {
  font-size: 18px; }

h4, h5, h6 {
  font-size: 16px; }

p {
  margin: 0 0 10px 0; }

a {
  color: #000000;
  text-decoration: none;
  outline: none; }

a, a:link,
a:active,
a:visited,
a:hover {
  cursor: pointer; }

/* disable safari tel link coloring */
a[href^=tel] {
  color: inherit; }

img {
  /* make images responsive */
  max-width: 100%; }

input {
  font-family: sans-serif;
  font-size: 1.6rem; }

strong, b {
  font-weight: bold; }

.bold {
  font-weight: bold !important; }

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; }

nav:not(.mm-menu) {
  display: none; }

.content {
  text-align: center;
  padding-top: 61px; }

.footer {
  background: #EEEEEE;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 50px;
  border-top: 1px solid #d6d6d6;
  text-align: center; }

.header {
  background: #252A2D;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 61px;
  padding: 0 30px;
  border-bottom: 0px solid #BBBBBB; }

.header.fixed {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999; }

.footer.fixed {
  box-sizing: border-box;
  width: 100% !important;
  position: fixed;
  bottom: 0;
  display: none; }

#mm-blocker {
  cursor: pointer; }

.mm-switch {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 10px;
  left: 10px; }
  .mm-switch span {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #FFFFFF;
    /* 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; }
    .mm-switch span:before {
      /* hamburger icon in CSS */
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #FFFFFF;
      /* 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; }
    .mm-switch span:after {
      /* hamburger icon in CSS */
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #FFFFFF;
      /* 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; }

.mm-close span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }
  .mm-close span:before {
    background: #FFFFFF;
    -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); }
  .mm-close span:after {
    background: #FFFFFF;
    -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); }

.pageContent {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 30px; }
  .pageContent a {
    text-decoration: none;
    color: #008aa4; }
    .pageContent a:hover {
      text-decoration: none;
      color: #006072; }
  .pageContent h4 {
    width: 100%;
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 400; }
  .pageContent .Doc {
    padding: 30px 0 0 0; }

.lnkBtn-disable {
  cursor: default;
  color: #BFBFBF !important;
  pointer-events: none; }

.pageHeader {
  height: 40px;
  background-color: #f5f5f5;
  line-height: 40px;
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 0 30px; }

.identity {
  height: 45px;
  font-size: .75em;
  line-height: 1.25em;
  color: #008aa4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  width: 100%;
    /*	&:before {

          position: absolute;
          left: 20px;
          top: 10px;
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: $white;

       } */ }
  .identity span {
    font-size: 1.2em; }
  .identity .Saudacao {
    display: inline-block;
    width: 50%;
    left: 0; }

.UltimaSessao {
  display: block;
  font-size: 12px;
  text-align: left;
  color: #808080;
  padding: 15px 0;
  margin: 50px 0 0 0; }

.ucListaContas {
  float: right; }
  .ucListaContas > div span.k-widget.k-dropdown.k-header {
    margin: 0 -15px 0 0; }

.branding {
  display: block;
  float: left;
  transform: none; }
  .branding .logo {
    display: block;
    overflow: hidden;
    margin: 8px 0 0 0px;
    background: transparent url(/App_Themes/PrivadoVertical/Images/bilogo02.png) no-repeat top right;
    width: 107px;
    height: 40px;
    border: 0; }
    .branding .logo:hover {
      background: transparent url(/App_Themes/PrivadoVertical/Images/bilogo01.png) no-repeat top right; }

.flexfoot {
  display: flex;
  flex-direction: row wrap;
  justify-content: space-around; }
  .flexfoot .leftfoot {
    flex-grow: 1;
    flex-shrink: 0;
    margin: auto;
    white-space: nowrap; }
    .flexfoot .leftfoot .linkIT {
      text-decoration: none;
      font-size: .6875em;
      font-weight: 600;
      padding: 5px 10px;
      color: #252A2D; }
  .flexfoot .rightfoot {
    flex-grow: 1;
    flex-shrink: 0;
    margin: auto;
    white-space: nowrap; }
    .flexfoot .rightfoot .linkAC, .flexfoot .rightfoot .linkBO {
      text-decoration: none;
      font-size: .6875em;
      font-weight: 600;
      padding: 5px 10px;
      color: #252A2D;
      line-height: 1em;
      display: block;
      text-align: center; }
      .flexfoot .rightfoot .linkAC b, .flexfoot .rightfoot .linkBO b {
        font-size: 1.56em; }

.mm-menu.mm-theme-gray {
  background: #EEEEEE;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-gray .mm-header {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-gray .mm-header > a {
      font-size: 14px;
      text-transform: uppercase;
      color: #252A2D; }
    .mm-menu.mm-theme-gray .mm-header .mm-btn:before {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-gray .mm-header .mm-btn:after {
      border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-gray .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-gray .mm-listview > li > a.mm-prev {
    color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-gray .mm-listview > li > a.mm-prev:before {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-gray .mm-listview > li > a.mm-prev:after {
      border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-gray .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-gray .mm-listview > li > a.mm-next:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-gray .mm-listview > li > a.mm-next:before {
      border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-gray .mm-listview > li .highlight {
    color: Red !important; }
  .mm-menu.mm-theme-gray .mm-listview li.mm-selected > a:not(.mm-next) {
    background: rgba(0, 0, 0, 0.05);
    color: #008aa4; }
  .mm-menu.mm-theme-gray .mm-listview li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05);
    color: #008aa4; }
  .mm-menu.mm-theme-gray .mm-listview li.mm-opened.mm-vertical > a.mm-next {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-gray .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-gray .mm-divider {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-gray .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: #FFFFFF; }
    .mm-menu.mm-theme-gray .mm-buttonbar > * {
      border-color: rgba(0, 0, 0, 0.6); }
    .mm-menu.mm-theme-gray .mm-buttonbar > input:checked + label {
      background: rgba(0, 0, 0, 0.6);
      color: #FFFFFF; }
  .mm-menu.mm-theme-gray label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-gray em.mm-counter {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-gray .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mm-menu.mm-theme-gray .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-gray .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-gray .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-gray .mm-indexer a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-gray label.mm-toggle {
    background: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-gray label.mm-toggle:before {
      background: #FFFFFF; }
  .mm-menu.mm-theme-gray input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963; }

.mm-menu.mm-theme-gray.mm-vertical .mm-listview li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-theme-gray.mm-vertical .mm-listview li.mm-opened > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-gray:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-hasfooter > .mm-panel {
  bottom: 40px; }

.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%; }

.sfContentDetalhe > div {
  width: 100% !important; }
  .sfContentDetalhe > div ul {
    width: 100% !important;
    margin: 0 !important; }
    .sfContentDetalhe > div ul li {
      margin-left: 0 !important; }
      .sfContentDetalhe > div ul li table td table {
        width: 100%; }
        .sfContentDetalhe > div ul li table td table tr:first-child td {
          padding: 15px 0 !important; }
        .sfContentDetalhe > div ul li table td table tr td table {
          width: auto !important; }
      .sfContentDetalhe > div ul li div {
        width: 100% !important; }
.sfContentDetalhe > table table {
  width: 100%; }

/* -------------------------------- 

Layout - Esta área foi pensada para utilizar as mesmas classes, mas categorizada por item de MENU. Para contornar as diferenças que existem em cada módulo.

-------------------------------- */
/* -------------------------------- 
	- Consultas
-------------------------------- */
.PosicaoIntegrada {
  margin-bottom: 25px; }
  .PosicaoIntegrada .bi-buttons {
    padding: 0 !important; }
  .PosicaoIntegrada .tabelaDesk {
    margin: 0 0 25px 0; }
    .PosicaoIntegrada .tabelaDesk tr:last-child td {
      font-weight: 600 !important;
      background-color: #f1f1f1; }
      .PosicaoIntegrada .tabelaDesk tr:last-child td span {
        font-weight: 600 !important; }
  .PosicaoIntegrada .tabela tr:last-child td, .PosicaoIntegrada .tabelaDesk tr:last-child td {
    font-weight: 600 !important;
    background-color: #f1f1f1; }

.MovimentosDO .ListaMovimentos {
  margin-bottom: 25px;
  clear: both; }
.MovimentosDO .contentDO {
  width: 100%;
  display: block;
  text-align: left; }
  .MovimentosDO .contentDO .divSearch {
    width: 18%;
    float: left;
    display: inline-block;
    position: relative; }
    .MovimentosDO .contentDO .divSearch select {
      height: 26px;
      vertical-align: middle; }
    .MovimentosDO .contentDO .divSearch .btnSearch {
      margin: 5px 0 5px 0 !important; }
  .MovimentosDO .contentDO .bi-saldos {
    width: 80%;
    display: inline-block;
    float: left;
    position: relative;
    flex-wrap: unset;
    text-align: center;
    vertical-align: top;
    margin-bottom: 15px; }
    .MovimentosDO .contentDO .bi-saldos .UCSaldos {
      flex: none;
      display: inline-block;
      line-height: 2.13em;
      width: 30%;
      padding: 0 0 1em 0;
      float: left; }
.MovimentosDO .bi-search .dInicio label, .MovimentosDO .bi-search2 .dInicio label, .MovimentosDO .bi-search3 .dInicio label {
  padding: 16px 0 6px 0 !important; }
.MovimentosDO .bi-search .dFim label, .MovimentosDO .bi-search2 .dFim label, .MovimentosDO .bi-search3 .dFim label {
  padding: 16px 0 6px 0 !important; }
.MovimentosDO .bi-search .descricao label, .MovimentosDO .bi-search2 .descricao label, .MovimentosDO .bi-search3 .descricao label {
  padding: 26px 0 8px 0; }
.MovimentosDO .bi-search .descricao input, .MovimentosDO .bi-search2 .descricao input, .MovimentosDO .bi-search3 .descricao input {
  max-width: 250px; }
.MovimentosDO .bi-search .bi-buttons label, .MovimentosDO .bi-search2 .bi-buttons label, .MovimentosDO .bi-search3 .bi-buttons label {
  display: block;
  padding: 16px 0 0px 0; }

.ConsultaAgregada .tabelaDesk tr:last-child td {
  font-weight: 600 !important; }
  .ConsultaAgregada .tabelaDesk tr:last-child td span {
    font-weight: 600 !important; }
.ConsultaAgregada .tabelaDesk .TotalActivosValue {
  display: block;
  text-align: right;
  min-width: 100%; }
.ConsultaAgregada .tabelaDesk .TotalActivos {
  white-space: nowrap; }

.InformacaoCliente .break-td td {
  padding: 5px 0; }
  .InformacaoCliente .break-td td:first-child {
    font-weight: 500; }
  .InformacaoCliente .break-td td span.k-dropdown {
    border: 1px solid #222222 !important; }
.InformacaoCliente .bi-info label:before {
  display: none; }
.InformacaoCliente .bi-info .GesDoc,
.InformacaoCliente .bi-info .GesDocMovimentos {
  height: 26px;
  border: 1px solid #222222;
  border-radius: 2px;
  background-color: #EEEEEE;
  font-family: 'Roboto Condensed',sans-serif;
  color: #666666;
  font-size: 16px;
  font-weight: 300; }
.InformacaoCliente .bi-info .GesDoc {
  margin-bottom: 5px; }
.InformacaoCliente .bi-info .Docs input {
  margin-top: -1px; }
.InformacaoCliente .bi-info .SMS {
  height: 30px;
  border: 1px solid #222222;
  border-radius: 2px;
  background-color: #EEEEEE;
  font-family: 'Roboto Condensed',sans-serif;
  color: #666666;
  font-size: 16px;
  font-weight: 300; }

.ConsultaNIB .bi-forms {
  display: block;
  width: 70%; }
  .ConsultaNIB .bi-forms div {
    display: block;
    text-align: center; }
    .ConsultaNIB .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .ConsultaNIB .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
.ConsultaNIB .buttons {
  display: inline-block;
  margin: 20px 0 0 0; }
.ConsultaNIB table:last-child {
  display: none; }
.ConsultaNIB table:nth-last-child(2) {
  display: none; }
.ConsultaNIB table:nth-last-child(3) {
  display: none; }

.ConsultaNivelRisco .k-grid .bgsilver {
  display: block;
  float: left;
  margin: 0 0 4% 0; }
  .ConsultaNivelRisco .k-grid .bgsilver .perfis div {
    display: block;
    width: 22%;
    position: relative;
    padding: 1em;
    float: left;
    margin: 0 auto; }

/* -------------------------------- 
	X Consultas
-------------------------------- */
/* -------------------------------- 
	- Transferências
-------------------------------- */
.TransferenciasInternas .bi-info {
  display: block;
  width: 70%; }
.TransferenciasInternas .bi-forms {
  display: block;
  width: 70%; }
  .TransferenciasInternas .bi-forms div {
    display: block;
    text-align: center; }
    .TransferenciasInternas .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .TransferenciasInternas .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .TransferenciasInternas .bi-forms .ContaOrigem select {
    width: auto;
    max-width: 210px;
    min-width: 100px; }
  .TransferenciasInternas .bi-forms .ContaDestino select {
    width: auto;
    max-width: 210px;
    min-width: 100px; }
  .TransferenciasInternas .bi-forms .DescMovimento input {
    max-width: 292px;
    width: 100%; }
  .TransferenciasInternas .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.TransferenciasInternas .panelCambio input {
  margin: 10px 0 0 0; }
.TransferenciasInternas .panelConfirmarClass td {
  padding: 5px; }

.TransferenciasNacionais .bi-forms {
  display: block;
  width: 70%; }
  .TransferenciasNacionais .bi-forms div {
    display: block;
    text-align: center;
    vertical-align: middle; }
    .TransferenciasNacionais .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .TransferenciasNacionais .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .TransferenciasNacionais .bi-forms .TipoDestinoTransferencia .bi-inline label, .TransferenciasNacionais .bi-forms .Nib .bi-inline label, .TransferenciasNacionais .bi-forms .DestFrequente .bi-inline label, .TransferenciasNacionais .bi-forms .Notificar .bi-inline label, .TransferenciasNacionais .bi-forms .UltimoDebito .NumeroTransferencias .bi-inline label {
    color: #000000; }
  .TransferenciasNacionais .bi-forms .Nib {
    padding: 1em 0.5em; }
    .TransferenciasNacionais .bi-forms .Nib div:last-child input {
      max-width: 280px; }
  .TransferenciasNacionais .bi-forms .TipoDestinoTransferencia div:last-child select,
  .TransferenciasNacionais .bi-forms .TipoDestinoTransferencia div:last-child input,
  .TransferenciasNacionais .bi-forms .TipoDestinoTransferencia div:last-child span,
  .TransferenciasNacionais .bi-forms .TipoNatureza div:last-child select,
  .TransferenciasNacionais .bi-forms .TipoNatureza div:last-child input,
  .TransferenciasNacionais .bi-forms .TipoNatureza div:last-child span,
  .TransferenciasNacionais .bi-forms .DestFrequente div:last-child select,
  .TransferenciasNacionais .bi-forms .DestFrequente div:last-child input,
  .TransferenciasNacionais .bi-forms .DestFrequente div:last-child span,
  .TransferenciasNacionais .bi-forms .NomeBenef div:last-child select,
  .TransferenciasNacionais .bi-forms .NomeBenef div:last-child input,
  .TransferenciasNacionais .bi-forms .NomeBenef div:last-child span,
  .TransferenciasNacionais .bi-forms .ValorTransf div:last-child select,
  .TransferenciasNacionais .bi-forms .ValorTransf div:last-child input,
  .TransferenciasNacionais .bi-forms .ValorTransf div:last-child span,
  .TransferenciasNacionais .bi-forms .DescMovimento div:last-child select,
  .TransferenciasNacionais .bi-forms .DescMovimento div:last-child input,
  .TransferenciasNacionais .bi-forms .DescMovimento div:last-child span,
  .TransferenciasNacionais .bi-forms .Periodicidade div:last-child select,
  .TransferenciasNacionais .bi-forms .Periodicidade div:last-child input,
  .TransferenciasNacionais .bi-forms .Periodicidade div:last-child span {
    max-width: 280px;
    width: 100%; }
  .TransferenciasNacionais .bi-forms .NomeBenef div:last-child,
  .TransferenciasNacionais .bi-forms .DescMovimento div:last-child {
    height: 38px; }
  .TransferenciasNacionais .bi-forms .ValorTransf div:last-child {
    height: 47px; }
  .TransferenciasNacionais .bi-forms .DestinatarioDescritivo {
    display: inline-block;
    width: 200px !important; }
    .TransferenciasNacionais .bi-forms .DestinatarioDescritivo input {
      max-width: 176px !important; }
  .TransferenciasNacionais .bi-forms .Notificar div:last-child input {
    vertical-align: middle;
    max-width: 160px; }
  .TransferenciasNacionais .bi-forms .Periodicidade {
    margin: -8px 0 8px 0; }
  .TransferenciasNacionais .bi-forms .UltimoDebito {
    margin: 10px 0; }
  .TransferenciasNacionais .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.TransferenciasNacionais .panelConfirmarClass th h4 {
  text-align: left; }
.TransferenciasNacionais .panelConfirmarClass td {
  padding: 5px; }

.TransferenciasInternacionais .bi-forms {
  display: block;
  width: 70%; }
  .TransferenciasInternacionais .bi-forms div {
    display: block;
    text-align: center;
    vertical-align: middle; }
    .TransferenciasInternacionais .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .TransferenciasInternacionais .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .TransferenciasInternacionais .bi-forms .Descricao div:last-child input {
    max-width: 292px;
    width: 100%; }
  .TransferenciasInternacionais .bi-forms .Descricao div:last-child i {
    display: inline; }
  .TransferenciasInternacionais .bi-forms .Natureza div:last-child select,
  .TransferenciasInternacionais .bi-forms .Despesas div:last-child select,
  .TransferenciasInternacionais .bi-forms .Nacionalidade div:last-child select,
  .TransferenciasInternacionais .bi-forms .PaisBanco div:last-child select {
    max-width: 200px;
    width: 100%; }
  .TransferenciasInternacionais .bi-forms .Iban div:last-child input,
  .TransferenciasInternacionais .bi-forms .Beneficiario div:last-child input,
  .TransferenciasInternacionais .bi-forms .Morada div:last-child input,
  .TransferenciasInternacionais .bi-forms .Nome div:last-child input,
  .TransferenciasInternacionais .bi-forms .Localidade div:last-child input {
    max-width: 292px; }
  .TransferenciasInternacionais .bi-forms .Notificar div:last-child input {
    vertical-align: middle;
    max-width: 160px; }
  .TransferenciasInternacionais .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.TransferenciasInternacionais .panelConfirmarClass th h4 {
  text-align: left; }
.TransferenciasInternacionais .panelConfirmarClass td {
  padding: 5px; }

.TransferenciasAgendadas .bi-forms {
  display: block;
  width: 70%; }
  .TransferenciasAgendadas .bi-forms div {
    padding: 0 1em;
    flex: none;
    display: block;
    text-align: center; }
    .TransferenciasAgendadas .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .TransferenciasAgendadas .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
.TransferenciasAgendadas .bi-buttons {
  text-align: center !important;
  width: 84%; }

.TransferenciasDestinatarios .bi-forms div {
  flex: 1 0 200px;
  padding: 0.5em 1em !important; }
  .TransferenciasDestinatarios .bi-forms div input {
    max-width: 292px; }
.TransferenciasDestinatarios .bi-forms .bi-buttons {
  padding: 1em !important; }
.TransferenciasDestinatarios .bi-stacked .k-button {
  width: 10em; }

.TransferenciasAbertura .bi-stacked .k-button {
  width: 10em; }

/* -------------------------------- 
	X Transferências
-------------------------------- */
/* -------------------------------- 
	- Depósitos
-------------------------------- */
.APDetalheLiquidar .bi-forms {
  display: block;
  width: 70%; }
  .APDetalheLiquidar .bi-forms div {
    display: block;
    text-align: center; }
    .APDetalheLiquidar .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .APDetalheLiquidar .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .APDetalheLiquidar .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.btnFIN, .btnFIN:hover {
  text-indent: -999999px;
  background: transparent url("/images/default-source/home/btn-fin.png") no-repeat !important;
  border: 0 !important;
  width: 24px;
  height: 20px;
  padding: 0 !important;
  margin: 0 !important; }

.btnADD, .btnADD:hover {
  text-indent: -999999px;
  background: transparent url("/images/default-source/home/btn-more.png") no-repeat !important;
  border: 0 !important;
  width: 19px;
  height: 20px;
  padding: 0 !important;
  margin: 0 !important; }

.APButtons {
  float: right;
  margin: 12px 0 0 2em; }

.APConstituir .contentbox .bi-depositos {
  padding-bottom: 0; }
  .APConstituir .contentbox .bi-depositos .tabela td, .APConstituir .contentbox .bi-depositos .tabelaDesk td,
  .APConstituir .contentbox .bi-depositos .tabelaDesk td {
    background-color: #f3f3f3;
    color: #008aa4; }
  .APConstituir .contentbox .bi-depositos .tabelaDesk td {
    width: 50%; }
.APConstituir .bi-ptop-80,
.APConstituir .bi-pbot-80 {
  padding-top: 0;
  padding-bottom: 0; }

.APDetalhe .bi-forms {
  display: block;
  width: 70%; }
  .APDetalhe .bi-forms div {
    display: block;
    text-align: center; }
    .APDetalhe .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .APDetalhe .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .APDetalhe .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.APDetalhe .notaPanel span {
  font-size: 14px;
  width: inherit; }

.Historico .Hist .PageNavigator {
  font-size: 12px;
  margin: 10px 0 0 0;
  display: block; }
  .Historico .Hist .PageNavigator a {
    margin: 0 1px; }

.DISubsDetalhe .bi-forms {
  display: block;
  width: 70%; }
  .DISubsDetalhe .bi-forms div {
    display: block;
    text-align: center; }
    .DISubsDetalhe .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .DISubsDetalhe .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .DISubsDetalhe .bi-forms .Condicoes {
    vertical-align: middle;
    padding-top: 15px; }
    .DISubsDetalhe .bi-forms .Condicoes label {
      display: inline; }
      .DISubsDetalhe .bi-forms .Condicoes label span {
        margin: 0 5px 0 0; }
  .DISubsDetalhe .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.DISubsDetalhe .Nota {
  width: 70%; }

.DICancelar .bi-forms {
  display: block;
  width: 70%; }
  .DICancelar .bi-forms div {
    padding: 0 1em;
    flex: none;
    display: block;
    text-align: center; }
    .DICancelar .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .DICancelar .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .DICancelar .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.sfPublicWrapper {
  width: 300px !important; }

.aspNetDisabled {
  cursor: default;
  color: #808080 !important;
  pointer-events: none; }
  .aspNetDisabled .Condicoes {
    padding-top: 40px; }
    .aspNetDisabled .Condicoes label {
      display: inline; }
      .aspNetDisabled .Condicoes label span {
        margin: 0 5px 0 0; }

.Consultar p {
  font-size: 13px; }
.Consultar table span {
  color: #FFFFFF !important;
  font-size: 1.2em !important; }

.IMBAlterar .bi-forms {
  display: block;
  width: 70%; }
  .IMBAlterar .bi-forms div {
    display: block;
    text-align: center;
    vertical-align: middle; }
    .IMBAlterar .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .IMBAlterar .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .IMBAlterar .bi-forms .DataDebito div:last-child span.k-picker-wrap {
    width: 100px; }
  .IMBAlterar .bi-forms .ultimoDebito .bi-inline label {
    padding: 0 0 0 5px; }
  .IMBAlterar .bi-forms .ultimoDebitoData .bi-inline input {
    height: 28px; }
  .IMBAlterar .bi-forms .ultimoDebitoData .bi-inline select {
    margin: 0 0 0 5px; }
  .IMBAlterar .bi-forms .ultimoDebitoData .bi-inline label {
    display: inline; }
  .IMBAlterar .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.IMBSubscrever .bi-forms {
  display: block;
  width: 70%; }
  .IMBSubscrever .bi-forms div {
    display: block;
    text-align: center; }
    .IMBSubscrever .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .IMBSubscrever .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .IMBSubscrever .bi-forms .Nib div:last-child input {
    max-width: 240px; }
  .IMBSubscrever .bi-forms .DataDebito div:last-child span.k-picker-wrap {
    width: 100px; }
  .IMBSubscrever .bi-forms .ultimoDebito .bi-inline label {
    padding: 0 0 0 5px; }
  .IMBSubscrever .bi-forms .ultimoDebitoData .bi-inline input {
    height: 28px; }
  .IMBSubscrever .bi-forms .ultimoDebitoData .bi-inline select {
    margin: 0 0 0 5px; }
  .IMBSubscrever .bi-forms .Condicoes label {
    margin: 20px 0 0 0;
    text-align: left; }
  .IMBSubscrever .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.IMBCancelar .bi-forms {
  display: block;
  width: 70%; }
  .IMBCancelar .bi-forms div {
    padding: 0 1em;
    flex: none;
    display: block;
    text-align: center; }
    .IMBCancelar .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .IMBCancelar .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .IMBCancelar .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

/* -------------------------------- 
	X Depósitos
-------------------------------- */
/* -------------------------------- 
	- Investimento
-------------------------------- */
.PPRDetalhe .bi-forms {
  display: block;
  width: 70%; }
  .PPRDetalhe .bi-forms .form-info {
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
    width: auto; }
    .PPRDetalhe .bi-forms .form-info div {
      flex: none;
      display: block;
      text-align: center;
      padding: 0.5em; }
      .PPRDetalhe .bi-forms .form-info div div:first-child {
        display: inline-block;
        text-align: right;
        width: 40%;
        padding: 0 1em; }
      .PPRDetalhe .bi-forms .form-info div div:last-child {
        display: inline-block;
        text-align: left;
        width: 58%;
        padding: 0 1em; }
    .PPRDetalhe .bi-forms .form-info .ultimoDebito .bi-inline input {
      margin: 0 10px 0 0;
      display: inline-block; }
    .PPRDetalhe .bi-forms .form-info .bi-inline div:last-child input {
      margin: 0 10px 0 0;
      display: inline-block;
      vertical-align: middle; }
  .PPRDetalhe .bi-forms .form-interact {
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
    width: auto; }
    .PPRDetalhe .bi-forms .form-interact div {
      padding: 0.5em;
      flex: none;
      display: block;
      text-align: center; }
      .PPRDetalhe .bi-forms .form-interact div div:first-child {
        display: inline-block;
        text-align: right;
        width: 40%;
        padding: 0 1em; }
      .PPRDetalhe .bi-forms .form-interact div div:last-child {
        display: inline-block;
        text-align: left;
        width: 58%;
        padding: 0 1em; }
    .PPRDetalhe .bi-forms .form-interact .bi-inline {
      padding: 10px 1em; }
      .PPRDetalhe .bi-forms .form-interact .bi-inline label {
        padding: 0 0 0 5px; }
      .PPRDetalhe .bi-forms .form-interact .bi-inline div:last-child input {
        height: 28px; }
      .PPRDetalhe .bi-forms .form-interact .bi-inline div:last-child label {
        padding: 0 0 0 5px; }
    .PPRDetalhe .bi-forms .form-interact .Doc {
      padding: 10px 0; }
  .PPRDetalhe .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.PPRResgateDetalhe table tr td input {
  margin: 15px 0 0 0; }

.PPRCancelar .bi-forms {
  padding: 0.5em 1em; }

.PPRHistorico .divSearch .btnSearch {
  background-position: 96% 49% !important; }

.FundoDetalheGeral .tabela thead tr, .FundoDetalheGeral .tabelaDesk thead tr,
.FundoDetalheGeral .tabelaDesk thead tr {
  background-color: #FFFFFF !important; }
  .FundoDetalheGeral .tabela thead tr th, .FundoDetalheGeral .tabelaDesk thead tr th,
  .FundoDetalheGeral .tabelaDesk thead tr th {
    color: #3a3a3a; }
.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; }
.FundoDetalheGeral p {
  font-size: 12px; }
.FundoDetalheGeral .bi-module div .smallLabel {
  display: block;
  font-size: 11px; }

.FundosConsultarClass .tabela th, .FundosConsultarClass .tabelaDesk th, .FundosConsultarClass .tabela td, .FundosConsultarClass .tabelaDesk td {
  width: 15%; }
.FundosConsultarClass .tabelaDesk tr:last-child {
  font: 600 12px 'Roboto Condensed',sans-serif !important;
  background-color: #f1f1f1; }
  .FundosConsultarClass .tabelaDesk tr:last-child span {
    font: 600 12px 'Roboto Condensed',sans-serif !important; }
  .FundosConsultarClass .tabelaDesk tr:last-child td {
    font: 600 12px 'Roboto Condensed',sans-serif !important; }

.FundosDetalheCarteira > div {
  display: flex; }
  .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; }

.FundosDetalheComissoes .tabelaDesk tr:first-child td {
  border-top: none !important; }

.FundosDetalheGrafico .divSearch .btnSearch {
  width: 97px !important;
  height: 18px !important;
  padding: 6px 2px 1px 8px !important;
  background-position: 96% 49% !important; }
.FundosDetalheGrafico .bi-search .tabelaDesk {
  background-color: #EEEEEE; }
  .FundosDetalheGrafico .bi-search .tabelaDesk thead tr {
    background-color: #008aa4 !important; }
    .FundosDetalheGrafico .bi-search .tabelaDesk thead tr th {
      color: #FFFFFF; }
.FundosDetalheGrafico .bi-search span a {
  font-size: 12px;
  font-weight: normal; }

.FundosPesquisaSubscrever .bi-search h1 {
  display: none; }
.FundosPesquisaSubscrever .bi-search div {
  padding: 0; }
  .FundosPesquisaSubscrever .bi-search div div {
    flex: auto;
    line-height: 2.13em;
    padding: .5em 2em 1em 1em; }
.FundosPesquisaSubscrever .bi-search .Isin input {
  max-width: 250px;
  width: 100%; }
.FundosPesquisaSubscrever .bi-search bi-buttons {
  flex: auto; }

.FundosPesquisaComparador {
  font-family: 'Roboto Condensed',sans-serif; }
  .FundosPesquisaComparador .bi-search {
    display: block !important;
    width: 100%;
    background-color: transparent !important;
    font-family: 'Roboto Condensed',sans-serif;
    border-bottom: 1px solid #BFBFBF; }
    .FundosPesquisaComparador .bi-search h1 {
      font-size: 20px;
      margin-bottom: 25px; }
    .FundosPesquisaComparador .bi-search > div {
      flex: none;
      line-height: 2.13em;
      padding: .5em 1em 1em 1em;
      display: inline-block;
      width: 30%; }
      .FundosPesquisaComparador .bi-search > div div input {
        width: 80%;
        max-width: none !important;
        height: 1.7em; }
      .FundosPesquisaComparador .bi-search > div div .bi-select {
        width: 80%;
        max-width: none !important; }
    .FundosPesquisaComparador .bi-search .bi-buttons {
      padding: 2em 0 !important; }
      .FundosPesquisaComparador .bi-search .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;
        font: 400 12px 'Roboto Condensed',sans-serif; }
        .FundosPesquisaComparador .bi-search .bi-buttons input:hover {
          background: #FFFFFF;
          color: #008aa4; }
  .FundosPesquisaComparador .ListaPesquisa {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .FundosPesquisaComparador .ListaPesquisa h1 {
      font-size: 20px;
      margin-bottom: 25px; }
    .FundosPesquisaComparador .ListaPesquisa .k-grid a {
      text-decoration: none;
      color: #008aa4;
      font-size: 12px; }

.FundosSubscrever .bi-forms {
  display: block;
  width: 70%; }
  .FundosSubscrever .bi-forms div {
    display: block;
    text-align: center; }
    .FundosSubscrever .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .FundosSubscrever .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .FundosSubscrever .bi-forms .Doc {
    padding: 20px 0 0 0; }
  .FundosSubscrever .bi-forms .Condicoes {
    padding: 20px 1em 0 1em; }
  .FundosSubscrever .bi-forms .Regulating {
    text-align: center;
    padding: 1em; }
  .FundosSubscrever .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.MotifsSubscrever .bi-forms {
  display: block;
  width: 70%; }
  .MotifsSubscrever .bi-forms div {
    display: block;
    text-align: center; }
    .MotifsSubscrever .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .MotifsSubscrever .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .MotifsSubscrever .bi-forms table {
    font-family: "Roboto Condensed", sans-serif;
    width: 80%;
    margin: 15px auto; }
    .MotifsSubscrever .bi-forms table th {
      white-space: normal; }
      .MotifsSubscrever .bi-forms table th span {
        font-size: 14px;
        font-weight: bold;
        white-space: normal; }
    .MotifsSubscrever .bi-forms table td {
      font-size: 12px;
      white-space: normal; }
      .MotifsSubscrever .bi-forms table td label {
        font-size: 12px;
        white-space: normal; }
  .MotifsSubscrever .bi-forms .Doc {
    padding: 20px 5px 0 5px; }
  .MotifsSubscrever .bi-forms .Condicoes {
    padding: 20px 1em 0 1em; }
  .MotifsSubscrever .bi-forms .Regulating {
    padding: 1em; }
  .MotifsSubscrever .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }

.MotifsDetalheGeral .title {
  text-align: left;
  width: 100%; }
  .MotifsDetalheGeral .title h4 {
    display: inline-block;
    width: auto; }
  .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: 16px;
  text-transform: uppercase;
  color: #3a3a3a; }
.MotifsDetalheGeral .MotifDetalheHeader {
  width: 100%; }
  .MotifsDetalheGeral .MotifDetalheHeader .ListHeader .buttons {
    text-align: right; }
.MotifsDetalheGeral .Descricao {
  text-align: left;
  font-weight: 400 !important;
  color: #3a3a3a; }
.MotifsDetalheGeral .divSearch {
  display: none; }

.FundosDetalhe .ListHeader .buttons .k-button {
  font-size: 10px; }
.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; }
.FundosDetalhe .tabela thead tr th, .FundosDetalhe .tabelaDesk thead tr th,
.FundosDetalhe .tabelaDesk thead tr th {
  background-color: transparent; }
.FundosDetalhe .RiscoRating .tabelaDesk td,
.FundosDetalhe .RiscoRating .tabela td,
.FundosDetalhe .RiscoRating .tabelaDesk td {
  width: 30%; }
.FundosDetalhe .sfContentBlock {
  clear: both; }

.FundosHistorico .bi-search div {
  padding: 0; }
  .FundosHistorico .bi-search div div {
    flex: auto;
    line-height: 2.13em;
    padding: .5em 2em 1em 1em; }

.MotifsPesquisaSubscrever .bi-search h1 {
  display: none; }
.MotifsPesquisaSubscrever .bi-search div {
  padding: 0; }
  .MotifsPesquisaSubscrever .bi-search div div {
    flex: auto;
    line-height: 2.13em;
    padding: .5em 2em 1em 1em; }
.MotifsPesquisaSubscrever .bi-search .Nome input {
  max-width: 250px;
  width: 100%; }
.MotifsPesquisaSubscrever .bi-search bi-buttons {
  flex: auto; }
.MotifsPesquisaSubscrever .ListaPesquisa .k-grid .tabela td:first-child img, .MotifsPesquisaSubscrever .ListaPesquisa .k-grid .tabelaDesk td:first-child img {
  width: 33px; }
.MotifsPesquisaSubscrever .ListaPesquisa .k-grid .tabela .tdRendibilidade span, .MotifsPesquisaSubscrever .ListaPesquisa .k-grid .tabelaDesk .tdRendibilidade span {
  width: 25% !important;
  display: inline-block; }
.MotifsPesquisaSubscrever .divSearch .btnSearch {
  background-position: 96% 49% !important; }

.MotifsHistorico .divSearch .btnSearch {
  background-position: 96% 49% !important; }
.MotifsHistorico .bi-search .Nome input {
  max-width: 250px;
  width: 100%; }
.MotifsHistorico .bi-search bi-buttons {
  flex: auto; }

.PESubsDetalhe .bi-forms {
  display: block;
  width: 70%; }
  .PESubsDetalhe .bi-forms div {
    display: block;
    text-align: center; }
    .PESubsDetalhe .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .PESubsDetalhe .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
  .PESubsDetalhe .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.PESubsDetalhe .Nota {
  width: 70%; }

/* -------------------------------- 
	X Investimento
-------------------------------- */
/* -------------------------------- 
	- Títulos
-------------------------------- */
.ObrigacoesDetalhe .buttons input {
  font-size: 10px; }
.ObrigacoesDetalhe .ListHeader .Moeda {
  color: #FFFFFF;
  background-color: #008aa4;
  border-radius: 50px;
  padding: 4px 10px !important;
  margin: 0;
  display: inline-block; }
.ObrigacoesDetalhe .ListHeader .Titulo {
  font-weight: bold;
  padding: 0 0 0 5px; }
.ObrigacoesDetalhe .ListHeader span input {
  font-size: 10px; }
.ObrigacoesDetalhe .panelDetalhe table.ListDetalhes {
  width: 100%; }
  .ObrigacoesDetalhe .panelDetalhe table.ListDetalhes .bi-module {
    margin: 0; }
.ObrigacoesDetalhe .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 .panelMercado .bi-module > label {
    width: 100%;
    text-align: center; }
  .ObrigacoesDetalhe .panelMercado .bi-module > div {
    text-align: right;
    flex: 1 0 auto; }
    .ObrigacoesDetalhe .panelMercado .bi-module > div:last-child {
      text-align: left;
      flex: 1 0 auto; }
.ObrigacoesDetalhe .panelMercado .bi-module:first-child {
  width: 48%;
  float: left; }
.ObrigacoesDetalhe .panelMercado .bi-module:last-child {
  width: 48%;
  float: right; }
.ObrigacoesDetalhe .holderGrafico #aspnetForm {
  background-color: #fff; }
.ObrigacoesDetalhe .holderGrafico object {
  width: 100%;
  height: 630px; }
  .ObrigacoesDetalhe .holderGrafico object html {
    background-color: #FFFFFF;
    overflow-y: hidden; }
    .ObrigacoesDetalhe .holderGrafico object html form {
      background-color: #FFFFFF !important; }
      .ObrigacoesDetalhe .holderGrafico object html form .sfPublicWrapper {
        width: auto !important;
        margin: 10px 0 !important; }
        .ObrigacoesDetalhe .holderGrafico object html form .sfPublicWrapper #pnlButtons .chartcontrols .btnIntra {
          display: none !important; }
.ObrigacoesDetalhe strong {
  text-transform: uppercase; }
.ObrigacoesDetalhe #doINTRA {
  display: none; }

.ETFDetalhe {
  color: #000000; }
  .ETFDetalhe .ListHeader {
    width: 100%; }
    .ETFDetalhe .ListHeader .Moeda {
      color: #FFFFFF;
      background-color: #008aa4;
      border-radius: 50px;
      padding: 3px 10px !important;
      margin: 0;
      display: inline-block; }
    .ETFDetalhe .ListHeader .Titulo {
      font-weight: bold;
      padding: 0 0 0 5px; }
    .ETFDetalhe .ListHeader b {
      padding: 4px 0 0 0;
      display: inline-block; }
    .ETFDetalhe .ListHeader .buttons input {
      font-size: 10px; }
  .ETFDetalhe .dlETF .bi-module .SociedadeGestora {
    height: 130px; }
  .ETFDetalhe .grafico {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0;
    width: 100%; }
    .ETFDetalhe .grafico object {
      width: 100%;
      height: 630px; }
  .ETFDetalhe .ETFPerformance .tabela th, .ETFDetalhe .ETFPerformance .tabelaDesk th {
    background: none !important; }
  .ETFDetalhe b, .ETFDetalhe strong {
    text-transform: uppercase; }
  .ETFDetalhe .tabela thead tr, .ETFDetalhe .tabelaDesk thead tr, .ETFDetalhe .tabelaDesk thead tr {
    background-color: #FFFFFF; }
    .ETFDetalhe .tabela thead tr th, .ETFDetalhe .tabelaDesk thead tr th, .ETFDetalhe .tabelaDesk thead tr th {
      color: #3a3a3a; }
  .ETFDetalhe .tabela tbody td, .ETFDetalhe .tabelaDesk tbody td, .ETFDetalhe .tabelaDesk tbody td {
    border-top: 1px solid #cccccc !important; }

.bi-search .Periodo,
.bi-search .Montante {
  margin: 0 !important; }

table.Obr tr td {
  max-width: 150px !important; }

.ETFNegociar .bi-search h1 {
  display: none; }
.ETFNegociar .bi-search .Isin input {
  max-width: 250px;
  width: 100%; }
.ETFNegociar .ListaPopulares h1,
.ETFNegociar .ListaPopulares .text-content {
  display: none; }

.AccoesNegociar .AutoExtender {
  line-height: 24px;
  background-color: #fff;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  position: absolute;
  padding: 0 0.3em;
  backface-visibility: hidden;
  border: 1px solid #bfbfbf;
  border-top: 0; }
.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;
  margin: 0 !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;
  margin: 0 !important; }
.AccoesNegociar .grayText {
  color: #c9c9c9 !important;
  font-style: italic; }
.AccoesNegociar .AutoExtenderHighlightText {
  color: #f47730;
  font-weight: 300; }
.AccoesNegociar .SBoxClass {
  z-index: 1000;
  width: 100%;
  max-width: 398px !important;
  margin-bottom: 5px; }
  .AccoesNegociar .SBoxClass:first-child {
    max-width: 175px !important; }
.AccoesNegociar .bi-search div {
  margin-bottom: 25px; }
  .AccoesNegociar .bi-search div:first-child {
    margin-bottom: 0px; }
.AccoesNegociar .bi-search .bi-buttons {
  padding: 1em 1em 0 0 !important;
  margin-bottom: 0 !important; }
.AccoesNegociar .divSearch .btnSearch {
  background-position: 96% 49% !important; }

.AccoesNegociarTitulo .bi-saldos {
  width: 70%; }
  .AccoesNegociarTitulo .bi-saldos .UCSaldos {
    flex: none; }
.AccoesNegociarTitulo .bi-forms {
  display: block;
  width: 70%; }
  .AccoesNegociarTitulo .bi-forms div {
    display: block;
    text-align: center; }
    .AccoesNegociarTitulo .bi-forms div div:first-child {
      display: inline-block;
      text-align: right;
      width: 40%; }
    .AccoesNegociarTitulo .bi-forms div div:last-child {
      display: inline-block;
      text-align: left;
      width: 58%; }
    .AccoesNegociarTitulo .bi-forms div .BtnListComprarVender {
      width: 84%; }
      .AccoesNegociarTitulo .bi-forms div .BtnListComprarVender li {
        display: inline-block;
        width: 80px; }
  .AccoesNegociarTitulo .bi-forms .BoxValidade span.k-icon.k-i-calendar {
    width: 120px; }
  .AccoesNegociarTitulo .bi-forms .ListPreco label,
  .AccoesNegociarTitulo .bi-forms .PrecoStop label {
    display: inline-block;
    margin: 0 0 0 5px; }
  .AccoesNegociarTitulo .bi-forms .bi-buttons {
    text-align: center !important;
    width: 84%; }
.AccoesNegociarTitulo .panelConfirmarClass table td {
  padding: 5px; }
  .AccoesNegociarTitulo .panelConfirmarClass table td .font {
    font-size: 10px !important; }
  .AccoesNegociarTitulo .panelConfirmarClass table td:first-child {
    width: 15%; }

.AccoesDetalhe b, .AccoesDetalhe strong {
  text-transform: uppercase; }
.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; }
.AccoesDetalhe .ListHeader .buttons input {
  font-size: 10px; }
.AccoesDetalhe table.ListDetalhes {
  width: 100%; }
.AccoesDetalhe .ListPerformance {
  width: 100%; }
  .AccoesDetalhe .ListPerformance .tabela th, .AccoesDetalhe .ListPerformance .tabelaDesk th {
    background: none; }
.AccoesDetalhe .InfoAdicional .tabela thead, .AccoesDetalhe .InfoAdicional .tabelaDesk thead, .AccoesDetalhe .InfoAdicional .tabelaDesk thead {
  display: none; }
.AccoesDetalhe .InfoAdicional .tabela tbody td, .AccoesDetalhe .InfoAdicional .tabelaDesk tbody td, .AccoesDetalhe .InfoAdicional .tabelaDesk tbody td {
  border: none !important; }
.AccoesDetalhe .Detalhes .tabela th, .AccoesDetalhe .Detalhes .tabelaDesk th {
  background: none; }
.AccoesDetalhe .bloco object {
  width: 100%;
  height: 630px; }
  .AccoesDetalhe .bloco object form .sfPublicWrapper {
    width: 95% !important;
    margin: 10px 0 !important; }
.AccoesDetalhe .tabela thead tr, .AccoesDetalhe .tabelaDesk thead tr,
.AccoesDetalhe .tabelaDesk thead tr {
  background-color: #FFFFFF !important; }
  .AccoesDetalhe .tabela thead tr th, .AccoesDetalhe .tabelaDesk thead tr th,
  .AccoesDetalhe .tabelaDesk thead tr th {
    color: #3a3a3a; }
.AccoesDetalhe .tabela td, .AccoesDetalhe .tabelaDesk td,
.AccoesDetalhe .tabelaDesk td {
  width: 25%; }

.HistDetalheMovimento {
  display: inline-flex; }
  .HistDetalheMovimento div {
    padding: 1em !important;
    flex: 1 0 0; }

.FuturosMovimentos .bi-search .Descricao input {
  max-width: 250px;
  width: 100%; }
.FuturosMovimentos .divSearch {
  display: inline-flex; }
  .FuturosMovimentos .divSearch .btnSearch {
    margin: 0 5px 0 0; }

.FuturosMovimentosSessao .divSearch .btnSearch {
  height: 18px !important;
  padding: 6px 2px 1px 8px !important;
  width: 130px !important;
  background-position: 96% 49% !important; }
.FuturosMovimentosSessao .bi-search {
  display: block; }
  .FuturosMovimentosSessao .bi-search > div {
    padding: 1em; }
    .FuturosMovimentosSessao .bi-search > div span {
      width: auto;
      padding: 0 5px 0 0;
      position: relative; }
.FuturosMovimentosSessao h5 {
  margin: 5px 0 10px 0; }
.FuturosMovimentosSessao span.k-widget span.k-picker-wrap, .FuturosMovimentosSessao span.k-widget span.k-state-default {
  width: 120px; }
  .FuturosMovimentosSessao span.k-widget span.k-picker-wrap input.k-textbox, .FuturosMovimentosSessao span.k-widget span.k-state-default input.k-textbox {
    border: 1px solid #BFBFBF; }
  .FuturosMovimentosSessao span.k-widget span.k-picker-wrap span.k-icon, .FuturosMovimentosSessao span.k-widget span.k-state-default span.k-icon {
    margin: 5px 0 0 5px; }
.FuturosMovimentosSessao .tabela, .FuturosMovimentosSessao .tabelaDesk, .FuturosMovimentosSessao .tabelaDesk {
  width: 100%; }
.FuturosMovimentosSessao label {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px; }

.FuturosDetalhe b, .FuturosDetalhe strong {
  text-transform: uppercase;
  color: #3a3a3a; }
.FuturosDetalhe .ListHeader .Moeda {
  color: #FFFFFF;
  background-color: #008aa4;
  border-radius: 50px;
  padding: 4px 10px !important;
  display: inline-block; }
.FuturosDetalhe .ListHeader .Titulo {
  font-weight: bold;
  padding: 0 0 0 5px; }
.FuturosDetalhe .ListHeader .buttons {
  text-align: right; }
  .FuturosDetalhe .ListHeader .buttons input {
    font-size: 10px; }

.SpecsContrato .tabelaDesk thead {
  display: none !important; }
.SpecsContrato .tabelaDesk td {
  border: none !important; }

.FuturosOperacoesFechadas .divSearch .btnSearch {
  height: 18px !important;
  padding: 6px 2px 1px 8px !important;
  width: 130px !important;
  background-position: 96% 49% !important; }
.FuturosOperacoesFechadas .bi-search .bi-buttons label {
  padding: 16px 0 0 0; }
.FuturosOperacoesFechadas .trick {
  border-top: none !important; }

.FuturosNegociar .publicSpec {
  display: none; }

/* -------------------------------- 
	X Títulos
-------------------------------- */
/* -------------------------------- 
	- Crédito
-------------------------------- */
.FinanciamentoActivacao .btnImprimir {
  margin: 5px 0 0 20px !important; }
.FinanciamentoActivacao span.k-picker-wrap, .FinanciamentoActivacao span.k-state-default {
  background-color: #FFFFFF !important; }
  .FinanciamentoActivacao span.k-picker-wrap input.k-textbox, .FinanciamentoActivacao span.k-state-default input.k-textbox {
    border: 1px solid #BFBFBF;
    line-height: 5px; }
.FinanciamentoActivacao .ContratoActivo {
  font-weight: bold;
  margin: 0 0 15px 0;
  display: block; }

.FinanciamentoPlafond .tbNewPlafondClass span.k-widget {
  margin: 6px 0 0 0; }
  .FinanciamentoPlafond .tbNewPlafondClass span.k-widget span.k-picker-wrap, .FinanciamentoPlafond .tbNewPlafondClass span.k-widget span.k-state-default {
    background-color: #FFFFFF !important; }
    .FinanciamentoPlafond .tbNewPlafondClass span.k-widget span.k-picker-wrap input.k-textbox, .FinanciamentoPlafond .tbNewPlafondClass span.k-widget span.k-state-default input.k-textbox {
      border: 1px solid #BFBFBF; }

.FinanciamentoSimulador span.k-numeric-wrap, .FinanciamentoSimulador span.k-textbox {
  background-color: #FFFFFF !important; }
  .FinanciamentoSimulador span.k-numeric-wrap input.k-textbox, .FinanciamentoSimulador span.k-textbox input.k-textbox {
    border: 1px solid #BFBFBF; }
.FinanciamentoSimulador .tabela td, .FinanciamentoSimulador .tabelaDesk td {
  width: 20%; }
  .FinanciamentoSimulador .tabela td i span, .FinanciamentoSimulador .tabelaDesk td i span {
    color: #F44336 !important; }

/* -------------------------------- 
	X Crédito
-------------------------------- */
/* -------------------------------- 
	- Gestão de Activos
-------------------------------- */
.ActivosPerfil .Questionario .tabela th span, .ActivosPerfil .Questionario .tabelaDesk th span {
  font-size: 1.2em !important;
  display: block; }
.ActivosPerfil .Questionario .tabela td, .ActivosPerfil .Questionario .tabelaDesk td {
  border-top: none !important; }

.ActivosComparacao .tabela td, .ActivosComparacao .tabelaDesk td {
  width: 10%; }
  .ActivosComparacao .tabela td span, .ActivosComparacao .tabelaDesk td span {
    display: table-cell;
    width: 100%;
    float: none;
    font: 400 12px 'Roboto Condensed',sans-serif !important; }

.GestaoPatrimonioMovimentos .divSearch .btnSearch {
  height: 18px !important;
  padding: 6px 2px 1px 8px !important;
  width: 130px !important;
  background-position: 96% 49% !important; }

.ActivosProdutosServicos .tabela th:first-child, .ActivosProdutosServicos .tabelaDesk th:first-child {
  width: 5%; }
.ActivosProdutosServicos .tabela th:nth-child(2), .ActivosProdutosServicos .tabelaDesk th:nth-child(2) {
  width: 20%; }
.ActivosProdutosServicos .tabela th:nth-child(3), .ActivosProdutosServicos .tabelaDesk th:nth-child(3) {
  width: 25%; }
.ActivosProdutosServicos .tabela th:nth-child(4), .ActivosProdutosServicos .tabelaDesk th:nth-child(4) {
  width: 25%; }
.ActivosProdutosServicos .tabela th:last-child, .ActivosProdutosServicos .tabelaDesk th:last-child {
  width: 25%; }
.ActivosProdutosServicos .tabela td span, .ActivosProdutosServicos .tabelaDesk td span {
  display: inline;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.ActivosProdutosServicos .tabela td .toleft, .ActivosProdutosServicos .tabelaDesk td .toleft {
  float: left; }
.ActivosProdutosServicos .tabela td .toright, .ActivosProdutosServicos .tabelaDesk td .toright {
  float: right;
  text-align: left !important; }

/* -------------------------------- 
	X Gestão de Activos
-------------------------------- */
/* -------------------------------- 
	- Informação & Research
-------------------------------- */
.MarketStatusDetalhesTitulo,
.MarketStatusPerformance {
  width: 100%; }

.GMS .toHide .TopSub,
.GMS .toHide .TopDesc,
.GMS .toHide .TopTrans {
  display: none; }

.MarketStatus-holderGrafico object {
  width: 100%;
  height: 630px; }
  .MarketStatus-holderGrafico object form .sfPublicWrapper {
    width: 95% !important;
    margin: 10px 0 !important; }

.NewsletterConsultar .tabela, .NewsletterConsultar .tabelaDesk {
  margin-bottom: 10px; }
  .NewsletterConsultar .tabela td, .NewsletterConsultar .tabelaDesk td {
    width: 50%; }
    .NewsletterConsultar .tabela td a, .NewsletterConsultar .tabelaDesk td a {
      font-size: 14px; }
    .NewsletterConsultar .tabela td span, .NewsletterConsultar .tabelaDesk td span {
      font-size: 12px !important; }

.InfoResearchDocs .tabela td, .InfoResearchDocs .tabelaDesk td {
  /*max-width: 5px;*/
  overflow-wrap: break-word;
  word-wrap: break-word; }

/* -------------------------------- 
	X Informação & Research
-------------------------------- */
/* -------------------------------- 
	- Utilitários
-------------------------------- */
.PersonalizacaoContas .up {
  display: inline-block;
  width: 18px;
  height: 18px;
  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;
  transform: rotate(-90deg); }
  .PersonalizacaoContas .up:hover {
    background-color: #006072; }
.PersonalizacaoContas .down {
  display: inline-block;
  width: 18px;
  height: 18px;
  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;
  transform: rotate(90deg); }
  .PersonalizacaoContas .down:hover {
    background-color: #006072; }

.PersonalizacaoEmail input.k-textbox {
  align-self: center;
  min-width: 200px;
  max-width: none !important;
  width: auto; }

.Agenda .divSearch .btnSearch {
  background-position: 96% 49% !important; }
.Agenda .bi-search div {
  flex: 1; }

.PedidoCartao .dadosCartao {
  display: inline-block; }
  .PedidoCartao .dadosCartao b {
    font-size: 16px; }
  .PedidoCartao .dadosCartao span {
    font-size: 12px; }
.PedidoCartao .upperLetters {
  display: inline-block;
  margin: -30px 0 0 15px; }

.Seguranca .title {
  text-transform: uppercase;
  font-size: small; }
.Seguranca .aspNetDisabled {
  cursor: default;
  color: #808080 !important;
  pointer-events: none;
  background-color: rgba(128, 128, 128, 0.3); }
.Seguranca input.k-textbox {
  align-self: center;
  min-width: 200px;
  max-width: none !important;
  width: auto; }

.CentroAtendimento .Info table td:first-child {
  width: 90%; }
.CentroAtendimento .Gestor table tr:last-child td img {
  width: 120px;
  max-width: 120px;
  border: 1px solid #c5c5c5; }
.CentroAtendimento .Gestor table tr:last-child td:last-child {
  width: 10%; }
.CentroAtendimento .Gestor table tr:last-child td:first-child {
  width: 10%; }
.CentroAtendimento .bi-forms div {
  padding: 1em 1em 0.5em 1em; }
  .CentroAtendimento .bi-forms div div {
    padding: 1em 0; }
    .CentroAtendimento .bi-forms div div select {
      margin-left: 20px; }
    .CentroAtendimento .bi-forms div div textarea {
      margin-left: 5px;
      width: 50%;
      height: 50px; }
    .CentroAtendimento .bi-forms div div .Mensagem {
      vertical-align: top; }
  .CentroAtendimento .bi-forms div .bi-buttons {
    padding: 1em 1em 1em 4.6em !important; }
.CentroAtendimento .k-grid td {
  border-style: none; }

.InstrucaoMovimentacao .email input {
  max-width: 310px !important;
  width: 100%; }

.UtilitariosQuestionarioRisco table {
  font-size: 12px; }
  .UtilitariosQuestionarioRisco table td {
    padding: .4em .6em; }

/* -------------------------------- 
	X Utilitários
-------------------------------- */
/* -------------------------------- 
	- Trading 
-------------------------------- */
.WatchList .buttonDefault {
  height: 23.8px; }

.pnlWatchList .break-td td:first-child {
  width: 200px; }
.pnlWatchList .break-td td {
  border: none; }

.ActivacaoCotacoesTempoReal #window {
  height: 350px; }

.RadioButtonList td,
.CheckBoxList td {
  padding: 0.3em 0; }
  .RadioButtonList td label,
  .CheckBoxList td label {
    line-height: 20px !important; }

.Concurso {
  display: block;
  width: 100%;
  position: relative; }
  .Concurso .FirstScreen {
    display: block;
    width: 100%;
    position: relative; }
    .Concurso .FirstScreen .leftChild {
      width: 70%;
      float: left; }
      .Concurso .FirstScreen .leftChild p {
        margin: 0; }
      .Concurso .FirstScreen .leftChild input {
        width: 200px;
        margin: 1em 0;
        max-width: none;
        display: block;
        border: 1px solid #aaa; }
      .Concurso .FirstScreen .leftChild .k-numerictextbox {
        display: block; }
      .Concurso .FirstScreen .leftChild .chkBoxRegulamento input {
        width: auto;
        display: inline-block; }
      .Concurso .FirstScreen .leftChild .bi-buttons {
        padding: 1em 1em 1em 0em !important; }
        .Concurso .FirstScreen .leftChild .bi-buttons input {
          width: auto; }
      .Concurso .FirstScreen .leftChild .historico {
        display: block;
        width: 100%;
        padding: 1em 0 0 0; }
    .Concurso .FirstScreen .rightChild {
      float: left;
      width: 25%;
      padding: 1em; }
      .Concurso .FirstScreen .rightChild > img {
        max-width: none; }
      .Concurso .FirstScreen .rightChild .GrafRisco {
        display: none; }
  .Concurso .SecondScreen div {
    display: block;
    width: 100%; }
    .Concurso .SecondScreen div .bi-buttons {
      padding: 2em 1em 1em 0em !important; }

/* -------------------------------- 
	X Trading
-------------------------------- */
/* -------------------------------- 
	- BO Pages
-------------------------------- */
.BOGerirClientes .inline-form div .k-numeric-wrap {
  /* max-width: 100px; */
  /* width: 100%; */ }
  .BOGerirClientes .inline-form div .k-numeric-wrap input {
    width: 100%;
    max-width: 100% !important;
    border-width: 1px;
    border-style: solid;
    border-color: #bcb4b0;
    border-radius: 0px;
    height: auto;
    height: 33px; }

.InformacaoGestor ul li a {
  color: #FFFFFF !important; }
  .InformacaoGestor ul li a:hover {
    color: #FFFFFF !important; }
.InformacaoGestor .k-grid span.k-widget {
  width: 40%;
  font-size: 15px; }

.AberturaContaIniciar .panelABI .bi-forms {
  display: block; }
  .AberturaContaIniciar .panelABI .bi-forms p {
    padding: 0 1em; }

/* -------------------------------- 
	X BO Pages
-------------------------------- */
/* -------------------------------- 

X Layout 

-------------------------------- */
/* -------------------------------- 
	- Classes/ID's Comuns
-------------------------------- */
#aspnetForm {
  background-color: #FFFFFF !important; }

/*
input.amChartsInputField {
    font-size: 1.1rem !important;
}
.pnlGraficoClass_Normal input.amChartsInputField {
  font-size: 1.1rem !important; 
  width: 100px !important; 
}

.pnlGraficoClass_MobileApp input.amChartsInputField {
  font-size: 1.1rem !important; 
  width: 80px !important; 
}
*/
.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: 3vmin;
    top: 30%;
    font-family: Verdana;
    color: White;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    font-weight: normal; }

.WhiteLoading {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100% !important;
  top: 0;
  right: 0;
  left: 20%;
  bottom: 0;
  z-index: 99999999999;
  display: none; }

.error-page {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 100vh; }
  .error-page img {
    width: 150px;
    display: block;
    margin: 25px auto 0 auto; }
  .error-page div p {
    font-size: 150px;
    display: block;
    margin: 50px; }
  .error-page p {
    font-size: 25px;
    display: block;
    line-height: 35px;
    padding: 50px 0 0 0; }
  .error-page .direitos {
    font-size: 12px;
    display: block;
    padding: 25px;
    bottom: 25px;
    position: absolute;
    width: 100%; }

.DateNumericOnly {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #BFBFBF !important;
  padding: 1px !important; }

.UCNegociacao .buttons,
.UCNegociacao .SMSbuttons,
.SMSNegociacao .buttons,
.SMSNegociacao .SMSbuttons {
  display: inline-block; }

.IbanFormat {
  text-transform: uppercase; }

.NoRecords {
  display: block !important;
  text-align: center !important;
  margin: 15px auto 0 auto;
  font-size: 14px;
  width: 100% !important; }

.bi-info {
  font-weight: 300;
  margin: 1em 0;
  text-align: justify;
  padding: 1em;
  background-color: #EEEEEE; }
  .bi-info label a:hover {
    text-decoration: underline; }
  .bi-info label:before {
    float: left;
    content: "i";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #008aa4;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 6px 16px 16px 0;
    font-family: 'Cantata One',serif; }
  .bi-info label select {
    display: inline-block;
    padding: 1px 10px 1px 4px;
    margin: 0;
    background: #008aa4;
    color: #000000;
    font-size: .875em;
    border-radius: .95em;
    height: 1.7em;
    line-height: 1.7em;
    border: none;
    outline: none;
    cursor: pointer; }
    .bi-info label select:hover {
      background: #006072; }
    .bi-info label select:focus {
      background: #006072; }

.tabela, .tabelaDesk {
  float: none;
  clear: both;
  background-color: #FFFFFF;
  border: 0;
  font: 400 16px 'Roboto Condensed',sans-serif !important;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%; }
  .tabela tr, .tabelaDesk tr {
    height: 35px;
    color: #3a3a3a; }
  .tabela .header, .tabelaDesk .header,
  .tabela .footer,
  .tabelaDesk .footer {
    background-color: #EEEEEE !important;
    color: #3a3a3a !important; }
  .tabela th, .tabelaDesk th {
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    background-color: #008aa4;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    border: 0; }
    .tabela th a, .tabelaDesk th a {
      font-size: 11px;
      color: #FFFFFF !important;
      font-weight: bold; }
      .tabela th a:hover, .tabelaDesk th a:hover {
        color: #006072 !important; }
    .tabela th input, .tabelaDesk th input {
      display: none !important;
      visibility: hidden !important; }
    .tabela th span, .tabelaDesk th span {
      font-size: 11px;
      color: #FFFFFF;
      font-weight: bold; }
    .tabela th strong, .tabelaDesk th strong {
      font-size: 16px;
      font-weight: bold; }
  .tabela td, .tabelaDesk td {
    font: 400 12px 'Roboto Condensed',sans-serif !important;
    border: 0;
    border-top: 1px solid #cccccc !important;
    width: auto;
    text-align: left;
    vertical-align: middle;
    padding: .4em .3em;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis; }
    .tabela td span, .tabelaDesk td span {
      font: 400 13px 'Roboto Condensed',sans-serif !important;
      color: #3a3a3a; }
      .tabela td span a, .tabelaDesk td span a {
        font-size: 12px;
        padding: 2px; }
        .tabela td span a:disabled, .tabelaDesk td span a:disabled {
          cursor: default;
          color: #808080 !important;
          pointer-events: none;
          opacity: .7; }
      .tabela td span > span, .tabelaDesk td span > span {
        font-size: 12px !important;
        color: #008aa4 !important; }
        .tabela td span > span a:disabled, .tabelaDesk td span > span a:disabled {
          cursor: default;
          color: #808080 !important;
          pointer-events: none;
          opacity: .7; }
    .tabela td i span, .tabelaDesk td i span {
      color: #F44336 !important; }
  .tabela .tdRendibilidade, .tabelaDesk .tdRendibilidade {
    white-space: nowrap;
    text-align: center; }
    .tabela .tdRendibilidade span, .tabelaDesk .tdRendibilidade span {
      width: 25px;
      display: inline-block; }
  .tabela td.colorChange, .tabelaDesk td.colorChange {
    background-color: #f6f6f6; }
  .tabela tr.colorChange, .tabelaDesk tr.colorChange {
    background-color: #f6f6f6; }
  .tabela thead tr, .tabelaDesk thead tr {
    background: #008aa4; }
  .tabela tfoot, .tabelaDesk tfoot {
    border: 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    .tabela tfoot tr, .tabelaDesk tfoot tr {
      border: 0 !important;
      background: none; }
      .tabela tfoot tr td, .tabelaDesk tfoot tr td {
        font-weight: bold !important; }
        .tabela tfoot tr td span, .tabelaDesk tfoot tr td span {
          font-size: 12px !important;
          border: 0;
          border-radius: 12px;
          font-weight: bold !important; }
    .tabela tfoot div, .tabelaDesk tfoot div {
      padding: 20px 0; }
    .tabela tfoot a, .tabelaDesk tfoot a {
      font-size: 13px !important;
      font-weight: 400;
      border: 1px solid #008aa4;
      padding-left: 6px !important;
      padding-right: 6px !important;
      border-radius: 10px; }

.tabelaDesk tr {
  height: 35px;
  color: #3a3a3a; }
.tabelaDesk thead tr {
  background: #008aa4; }
.tabelaDesk th {
  padding: 1px 5px 1px 5px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #008aa4;
  text-transform: uppercase;
  font-weight: bold;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  vertical-align: middle;
  border: 0; }
  .tabelaDesk th a {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold; }
    .tabelaDesk th a:hover {
      color: #006072 !important; }
  .tabelaDesk th input {
    display: none !important;
    visibility: hidden !important; }
  .tabelaDesk th strong {
    font-size: 16px;
    font-weight: bold; }
.tabelaDesk td {
  font: 400 12px 'Roboto Condensed',sans-serif !important;
  border: 0;
  border-top: 1px solid #cccccc !important;
  width: auto;
  text-align: left;
  padding: .4em .6em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis; }
  .tabelaDesk td span {
    font: 400 12px 'Roboto Condensed',sans-serif !important;
    color: #3a3a3a; }
    .tabelaDesk td span a {
      font-size: 12px;
      padding: 2px; }
      .tabelaDesk td span a:disabled {
        cursor: default;
        color: #808080 !important;
        pointer-events: none;
        opacity: .7; }
    .tabelaDesk td span > span {
      font-size: 12px !important;
      color: #008aa4 !important; }
  .tabelaDesk td a:disabled {
    cursor: default;
    color: #808080 !important;
    pointer-events: none;
    opacity: .7; }
.tabelaDesk td.colorChange {
  background-color: #f6f6f6; }
.tabelaDesk tfoot {
  border: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  .tabelaDesk tfoot tr {
    border: 0 !important;
    background: none; }
    .tabelaDesk tfoot tr td {
      font-weight: bold !important; }
      .tabelaDesk tfoot tr td span {
        font-size: 12px !important;
        border: 0;
        border-radius: 12px;
        font-weight: bold !important; }
  .tabelaDesk tfoot div {
    padding: 20px 0; }
  .tabelaDesk tfoot a {
    font-size: 13px !important;
    font-weight: 400;
    border: 1px solid #008aa4;
    padding-left: 6px !important;
    padding-right: 6px !important;
    border-radius: 10px; }

tr.colorChange {
  background-color: #f6f6f6; }

.titleTableMin {
  color: #008aa4; }

.toleft {
  text-align: left !important; }

.toright {
  text-align: right !important; }

.tocenter {
  text-align: center !important; }

.k-picker-wrap.k-state-active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.clearfolders {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #FFFFFF; }
  .clearfolders h6 {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font: 400 0.8125em 'Roboto Condensed',sans-serif;
    color: #3a3a3a;
    padding: 10px 15px;
    margin: 0px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #d6d6d6;
    background-color: #f1f1f1; }
    .clearfolders h6:hover {
      color: #3a3a3a;
      background-color: #f5f5f5; }
    .clearfolders h6 sub {
      display: block;
      overflow: hidden;
      float: right;
      font: 500 0.875em Arial, sans-serif;
      color: #3a3a3a;
      padding: 0;
      margin: 0; }
  .clearfolders h6.active {
    font: 400 0.8125em "Roboto Condensed", sans-serif;
    color: #3a3a3a;
    border-bottom: 1px solid #f1f1f1;
    background-color: #FFFFFF; }
  .clearfolders > div {
    display: block;
    overflow: hidden;
    padding: 15px;
    background-color: #FFFFFF;
    font: 400 0.8125em "Roboto Condensed", sans-serif;
    color: #3a3a3a; }

.btnSearch {
  background-image: url(Images/search.svg) !important;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  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; }

.divSearch .k-textbox {
  border-color: #d8d8d8;
  height: 26px !important;
  vertical-align: top;
  display: inline-block; }
.divSearch .k-button {
  vertical-align: top;
  display: inline-block; }
.divSearch .btnSearch {
  margin: 0;
  padding: 1px 5px 1px 8px !important;
  color: white;
  font-size: 12px;
  background-position: 96% 49% !important;
  width: 140px !important;
  display: inline-block;
  height: 26px; }

.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; }
  .bi-search > div {
    flex: auto;
    line-height: 2.13em;
    padding: .5em 1em 1em 1em; }
    .bi-search > div span.k-icon.k-i-calendar {
      margin-top: 4px; }
  .bi-search .bi-inline {
    border: 0px dashed #222222;
    margin: 0; }
    .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; }
    .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; }
  .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; }
  .bi-search div > span {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    width: 150px; }
  .bi-search div u {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none; }
  .bi-search div i {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    font-weight: normal;
    text-decoration: none; }
  .bi-search div span[style*='hidden'] {
    display: none; }
  .bi-search div div.bi-1button .k-button {
    width: 100%; }
  .bi-search div div.bi-2button .k-button {
    width: 49%; }
  .bi-search .x2 input {
    min-width: 360px; }
  .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; }
  .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; }
  .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%; }
    .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; }
      .bi-search input[type='text']:disabled:hover {
        color: #808080;
        padding: 0 0 7px 0;
        margin: 0 0 8px 0;
        border: none;
        opacity: .7; }
  .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%; }
    .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; }
      .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; }
    .bi-search select:hover {
      border: none; }
    .bi-search select:focus {
      border: none; }
  .bi-search div.error {
    white-space: nowrap; }
    .bi-search div.error input {
      padding: 0 0 7px 0;
      margin: 0 0 7px 0;
      border: none;
      border-bottom: 2px solid #F44336; }
      .bi-search div.error input:hover {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
      .bi-search div.error input:focus {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
    .bi-search div.error select {
      padding: 0 0 7px 0;
      margin: 0 0 7px 0;
      border: none;
      border-bottom: 2px solid #F44336; }
      .bi-search div.error select:hover {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
      .bi-search div.error select:focus {
        padding: 0 0 7px 0;
        margin: 0 0 7px 0;
        border: none;
        border-bottom: 2px solid #F44336; }
    .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; }
      .bi-search div.error i span {
        color: #F44336;
        white-space: normal; }
    .bi-search div.error label {
      color: #F44336;
      white-space: normal; }
  .bi-search span.bigtitles {
    border: 0;
    padding: 0;
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.2em;
    white-space: normal; }
  .bi-search h4 {
    border: 0;
    padding: 0 1em;
    width: 100%;
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 400; }
  .bi-search .bi-buttons .btnLimpar {
    min-width: 71px; }

.inline-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  background: #EEEEEE;
  width: 100%;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  color: #252A2D; }
  .inline-form div {
    display: flex;
    border: 0px solid red;
    line-height: 2.13em;
    padding: .5em; }
    .inline-form div label {
      display: inline-block;
      padding-right: 1em;
      min-width: 3em;
      text-transform: uppercase;
      font-size: .85em; }
    .inline-form div input[type='text'] {
      padding: 3px;
      background-color: #FFFFFF; }
    .inline-form div input.k-textbox {
      max-width: none !important; }
    .inline-form div:nth-of-type(1) {
      flex-grow: 3; }
    .inline-form div:nth-of-type(2) {
      flex-grow: 0; }
    .inline-form div:nth-of-type(3) {
      flex-grow: 0; }
    .inline-form div:nth-of-type(4) {
      flex-grow: 3; }
    .inline-form div:nth-of-type(5) {
      flex-grow: 0; }
    .inline-form div:nth-of-type(6) {
      flex-grow: 0; }

.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; }
  .bi-select:hover {
    background: #808080; }
  .bi-select:focus {
    background: #808080; }
  .bi-select:disabled {
    background: #BBBBBB;
    color: #808080 !important;
    cursor: not-allowed;
    opacity: .7; }

.bi-select-blue {
  display: inline-block;
  padding: 1px 10px 1px 4px;
  margin: 0;
  background: #008aa4;
  color: #FFFFFF;
  font-size: .875em;
  border-radius: .15em;
  height: 1.7em;
  line-height: 1.7em;
  border: none;
  outline: none;
  cursor: pointer; }
  .bi-select-blue:hover {
    background: #006072; }
  .bi-select-blue:focus {
    background: #006072; }

.bi-saldos {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0px dotted #EEEEEE; }
  .bi-saldos div {
    flex: 1 1 auto;
    line-height: 2.13em;
    padding: 1em 0 1em 0; }
    .bi-saldos div .btnSearch {
      background-image: url(Images/search.svg) !important;
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 24px;
      height: 24px;
      background-color: #008aa4 !important;
      border: 1px solid #008aa4 !important;
      border-radius: .15em;
      cursor: pointer; }
      .bi-saldos div .btnSearch:hover {
        background-color: #006072 !important;
        border: 1px solid #006072 !important; }
    .bi-saldos div .active {
      background-image: url(Images/close.svg) !important;
      background-color: #006072 !important;
      border: 1px solid #006072 !important; }
      .bi-saldos div .active:hover {
        background-color: #cccccc !important;
        border: 1px solid #cccccc !important; }
    .bi-saldos div sub {
      display: block;
      padding: 0 0 10px 0;
      margin: 0;
      font-size: .6875em;
      line-height: 1.2em;
      text-transform: uppercase;
      color: #808080; }
    .bi-saldos div label {
      display: block;
      padding: 0 0 8px 0;
      margin: 0;
      font-size: 12px;
      line-height: 1.2em;
      white-space: nowrap;
      text-transform: uppercase;
      color: #252A2D; }
    .bi-saldos div span {
      padding: 0;
      margin: 0;
      font-size: 18px;
      line-height: 18px;
      font-weight: bold; }
  .bi-saldos > span {
    display: none !important; }
    .bi-saldos > span > span {
      display: none !important; }

.bi-forms {
  width: 100%;
  padding: 0;
  margin: 1em 0;
  overflow: hidden;
  background-color: #EEEEEE;
  border-radius: .15em; }
  .bi-forms div {
    padding: 0.5em; }
    .bi-forms div div:first-child,
    .bi-forms div div:last-child {
      padding: 0 1em; }
  .bi-forms .form-info {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .bi-forms .form-info div {
      flex: auto;
      line-height: 2.13em;
      padding: 1em; }
  .bi-forms .form-interact {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .bi-forms .form-interact div {
      flex: auto;
      line-height: 2.13em;
      padding: 1em; }
  .bi-forms .bi-inline {
    border: 0px dashed #222222;
    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: #808080; }
    .bi-forms .bi-inline input {
      display: inline;
      vertical-align: bottom;
      margin: 0;
      line-height: 1.2em;
      white-space: nowrap;
      font-weight: 400;
      font-size: 12px;
      color: #808080; }
  .bi-forms 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; }
  .bi-forms div > span {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    width: 150px; }
  .bi-forms div u {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none; }
  .bi-forms div i {
    display: inline-flex;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 0 0; }
  .bi-forms div span[style*='hidden'] {
    display: none; }
  .bi-forms div div.bi-1button .k-button {
    width: 100%; }
  .bi-forms div div.bi-2button .k-button {
    width: 49%; }
  .bi-forms div span.k-icon.k-i-calendar {
    margin-top: 4px; }
  .bi-forms input[type='radio'] {
    display: inline;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 1px;
    line-height: 1px;
    border: none;
    border-bottom: 0px solid #808080;
    outline: none;
    cursor: default; }
  .bi-forms .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; }
  .bi-forms input[type='text'] {
    color: #000000;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    cursor: default;
    border: 1px solid #BFBFBF;
    max-width: 100px;
    width: 100%; }
    .bi-forms input[type='text']:disabled {
      color: #808080;
      border: none;
      background: #f1f1f1;
      border: 1px solid #d6d6d6;
      cursor: not-allowed;
      opacity: .7; }
  .bi-forms select:hover {
    border: none; }
  .bi-forms select:focus {
    border: none; }
  .bi-forms div.error input {
    border: 1px solid #F44336; }
    .bi-forms div.error input:hover {
      border: 1px solid #F44336; }
    .bi-forms div.error input:focus {
      border: 1px solid #F44336; }
  .bi-forms div.error select {
    margin: 0 0 7px 0; }
    .bi-forms div.error select:hover {
      margin: 0 0 7px 0; }
  .bi-forms div.error i {
    display: inline-flex;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    font-weight: normal;
    text-decoration: none;
    color: #F44336; }
    .bi-forms div.error i span {
      color: #F44336;
      white-space: normal;
      display: block;
      min-height: 13px; }
  .bi-forms div.error label {
    color: #F44336;
    white-space: normal; }
  .bi-forms span.bigtitles {
    border: 0;
    padding: 0;
    color: #666666;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.2em;
    white-space: normal; }
  .bi-forms h4 {
    border: 0;
    padding: 0 1em;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400; }
  .bi-forms .Condicoes label {
    display: inline-block;
    margin: 0 0 0 5px; }
  .bi-forms .Regulating label {
    font-size: 12px !important;
    padding: 0 0 5px 0;
    font-weight: 100; }

.bi-module {
  display: block;
  width: 100%;
  padding: 1em;
  overflow: hidden;
  background-color: #FFFFFF; }
  .bi-module > div {
    width: 15%;
    height: 100px;
    line-height: 1em;
    padding: 1em;
    float: left;
    display: block;
    margin: 0 auto; }
    .bi-module > div span.k-icon.k-i-calendar {
      margin-top: 4px; }
  .bi-module div {
    font-size: 14px; }
    .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; }
    .bi-module div > span {
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 18px;
      width: 150px; }
    .bi-module div u {
      padding: 0;
      margin: 0;
      font-size: 12px;
      line-height: 16px;
      font-weight: normal;
      text-decoration: none; }
    .bi-module div i {
      display: block;
      padding: 0;
      margin: 0;
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      font-weight: normal;
      text-decoration: none;
      margin: 5px 0 0 0; }
    .bi-module div span[style*='hidden'] {
      display: none; }
    .bi-module div div.bi-1button .k-button {
      width: 100%; }
    .bi-module div div.bi-2button .k-button {
      width: 49%; }
    .bi-module div .smallLabel {
      font-size: small;
      font-weight: normal; }
    .bi-module div img {
      padding: 10px 0 0 0; }
  .bi-module 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; }
  .bi-module input[type='text'] {
    color: #000000;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    cursor: default;
    border: 1px solid #BFBFBF;
    max-width: 100px;
    width: 100%; }
    .bi-module input[type='text']:disabled {
      color: #808080;
      border: none;
      background: #f1f1f1;
      border: 1px solid #d6d6d6;
      cursor: not-allowed;
      opacity: .7; }
  .bi-module h4 {
    border: 0;
    padding: 0 1em;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400; }

.bi-depositos {
  border-top: 0px solid #008aa4;
  padding-bottom: 9em; }
  .bi-depositos .k-button {
    margin: 1em .1em 2em .1em;
    padding: .4em 3.1em; }
  .bi-depositos h2 {
    border: 0;
    border-top: 2px solid #008aa4;
    padding: 0;
    padding-top: .5em;
    width: 100%;
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em; }
  .bi-depositos h6 {
    color: #008aa4;
    text-transform: uppercase;
    font-weight: 400; }
    .bi-depositos h6:empty {
      display: none; }
  .bi-depositos p {
    color: #3a3a3a;
    font-size: .75em; }

.bi-stacked {
  border: 0px dashed #222222;
  margin: 0; }
  .bi-stacked input[type='radio'] {
    display: inline;
    vertical-align: middle; }
  .bi-stacked input[type='checkbox'] {
    display: inline;
    vertical-align: middle; }
  .bi-stacked label {
    display: inline;
    vertical-align: baseline;
    padding: 16px 0 8px 0;
    margin: 0;
    line-height: 1.2em;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #808080; }
  .bi-stacked i {
    display: block;
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #F44336; }
  .bi-stacked .k-button {
    width: 20em;
    margin-bottom: 1em; }

div.bi-buttons {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: left !important;
  padding: 2em 1em 1em 1em !important;
  width: 100%; }
  div.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; }
    div.bi-buttons i span {
      color: #F44336;
      white-space: normal; }

/* -------------------------------- 
	X Classes Comuns
-------------------------------- */
.buttonLogout {
  background-image: url(Images/logout.svg) !important;
  width: 38px;
  height: 38px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-color: transparent !important;
  right: -15px;
  position: relative; }
  .buttonLogout:hover {
    background-image: url(Images/logout_hover.svg) !important; }

.cleartabs {
  display: block;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #008aa4;
  margin-bottom: 15px !important;
  width: 100% !important; }
  .cleartabs li {
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    font: 400 0.8em 'Roboto Condensed',sans-serif;
    color: #008aa4;
    margin-right: 5px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase; }
    .cleartabs li:hover {
      color: #008aa4;
      border-bottom: 1px solid #008aa4; }
    .cleartabs li a.static.selected {
      color: #006072; }
  .cleartabs li.active {
    color: #008aa4;
    border-bottom: 1px solid #008aa4;
    font: 400 1em 'Roboto Condensed',sans-serif; }

.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; }
      .clearpages li .infin a:hover {
        color: #006072;
        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 #008aa4;
  width: 100%;
  color: #008aa4;
  font: 400 1em 'Roboto Condensed',sans-serif;
  margin-bottom: 15px;
  background: transparent;
  text-transform: uppercase; }

.k-picker-wrap {
  border: none;
  width: 100px; }
  .k-picker-wrap .k-select {
    top: 0 !important; }

/*Personalização div cleartab por ID*/
#ContentCenter_C001_menuFuturos,
#ContentCenter_C002_menuRecomendacaoInvest,
#ContentCenter_C001_menuAccoes,
#ContentCenter_C001_MenuGMS,
#ContentCenter_C001_menuMaisValias {
  width: 100% !important; }

/* -------------------------------- 

Inicio Formatação Personalizada

-------------------------------- */
@-moz-document url-prefix() {
  .MovimentosDO .bi-saldos div input {
    margin-top: -3px; }

  .bi-select-blue {
        /*	&:after {

			content: "\f085";
			font-family: FontAwesome;
			position: absolute;
			font-size: 50px;
			color: rgba(184, 186, 188, 0.2);
			top: 48%;
			z-index: 1;
			text-align: center;
			margin: 0 0 0 35%;
			display: block;
		
		}*/ } }
.btnProfundidade {
  height: 700px; }
  .btnProfundidade table {
    width: 100%;
    margin-bottom: 0; }
    .btnProfundidade table td, .btnProfundidade table th {
      width: 50%; }
    .btnProfundidade table tbody td {
      text-align: center; }
      .btnProfundidade table tbody td span {
        display: block;
        text-align: right;
        width: 50px;
        margin: 0 auto; }
  .btnProfundidade .tabelaDesk .toleft span {
    width: 100%;
    text-align: left; }

.bgsilver {
  background-color: #f1f1f1; }

.bgsilverbright {
  background-color: #f7f7f7; }

.bi-mtop-5p {
  margin-top: 5%; }

.bi-mtop-50 {
  margin-top: 50px; }

.bi-mtop-80 {
  margin-top: 80px; }

.bi-mtop-100 {
  margin-top: 100px; }

.bi-mtop-140 {
  margin-top: 140px; }

.bi-mbot-50 {
  margin-bottom: 50px !important; }

.bi-mbot-80 {
  margin-bottom: 80px; }

.bi-mbot-100 {
  margin-bottom: 100px; }

.bi-ptop-80 {
  padding-top: 80px; }

.bi-ptop-85 {
  padding-top: 85px; }

.bi-pbot-80 {
  padding-bottom: 80px; }

.bi-pbot-100 {
  padding-bottom: 100px; }

.bi-b-0 {
  border: none !important; }

.bi-a-center {
  text-align: center !important; }

.bi-a-right {
  text-align: right !important; }

.bi-top-0 {
  top: 0 !important; }

.loadingAjax {
  background: url("/Css/Images/loading.gif") no-repeat center center;
  background-size: 130px;
  width: 100%;
  height: 80px; }

.finalAjax {
  height: 80px; }

.RadToolTip_Default .rtCallout {
  border-color: #fff !important; }

.RadToolTip .rtCalloutBottomRight:before,
.RadToolTip .rtCalloutBottomCenter:before,
.RadToolTip .rtCalloutBottomLeft:before {
  left: 12px !important; }

.spanError {
  font-size: 8px;
  position: absolute;
  bottom: 25px;
  right: 15px; }
  .spanError:last-child {
    bottom: 13px !important;
    right: 15px !important; }

.boardPrint {
  display: none; }

.QuestionarioLandingPage {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif !important; }
  .QuestionarioLandingPage label {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px; }
  .QuestionarioLandingPage table td {
    padding: .4em .6em; }
    .QuestionarioLandingPage table td label {
      font-size: 12px;
      font-weight: normal;
      display: inline; }
    .QuestionarioLandingPage table td span {
      padding: 0.5em 0;
      font-size: 14px; }
  .QuestionarioLandingPage input[type=button] {
    font-family: "Roboto Condensed", sans-serif !important; }

.cd-header-xtra {
  width: 50%; }

@media only screen and (max-width: 1090px) and (min-width: 481px) {
  .cd-header-xtra {
    width: 70%;
    line-height: 30px !important;
    padding: 5px 0; } }
@media only screen and (max-width: 480px) {
  .cd-header-xtra {
    width: 85%;
    line-height: 30px !important;
    padding: 5px 0; } }
/* -------------------------------- 

Fim Formatação Personalizada

-------------------------------- */
/* -------------------------------- 

Kendo skin 

-------------------------------- */
.k-numerictextbox,
.k-numeric-wrap {
  max-width: 100px;
  width: 100%; }

.k-in,
.k-item,
.k-window-action {
  border-color: transparent; }

/* main colors */
.k-block, .k-widget {
  background-color: transparent; }

.k-widget {
  border: none !important;
  padding: 0;
  box-shadow: none; }

.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-widget.k-popup {
  background-color: #FFFFFF; }

.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: transparent; }

.k-list-container {
  border-color: #BFBFBF;
  background-color: #FFFFFF; }

.k-list-scroller {
  overflow-y: scroll; }

.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: #FFFFFF; }

.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: transparent; }

.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: transparent; }

.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #BFBFBF;
  background-color: #f3f3f3; }

.k-state-focused {
  border: none; }

.k-numeric-wrap {
  border-width: 0; }

.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  color: #3a3a3a; }

.k-input[readonly] {
  color: #3a3a3a; }

.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown
.k-input {
  color: #3a3a3a; }

.k-inverse {
  color: #FFFFFF; }

.k-block {
  color: #3a3a3a; }

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #008aa4; }

.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: #3a3a3a; }

.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #3a3a3a; }

.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  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; }

.k-widget.k-tooltip {
  background-image: none; }

/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite,
.k-pager-numbers .k-current-page .k-link:hover:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after {
  opacity: 1; }

.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: 0.8; }

.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: 0.8; }

.k-tool {
  border-color: transparent; }

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite.png");
  border-color: transparent; }

/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite.png");
  border-color: transparent; }

.k-loading,
.k-state-hover .k-loading {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/loading.gif");
  background-position: 50% 50%; }

.k-loading-image {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/loading-image.gif"); }

.k-loading-color {
  background-color: #FFFFFF; }

.k-button {
  color: #008aa4;
  border-color: #BBBBBB;
  background-color: #BFBFBF; }

.k-draghandle {
  border-color: #666666;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .k-draghandle:hover {
    border-color: #EEEEEE;
    background-color: #EEEEEE;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* Scheduler */
.k-scheduler {
  color: #FFFFFF;
  background-color: #f3f3f3; }

.k-scheduler-layout {
  color: #3a3a3a; }

.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #f3f3f3;
  color: #3a3a3a; }

.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #FFFFFF; }

.k-nonwork-hour {
  background-color: #EEEEEE; }

.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02); }

.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2); }

.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #EEEEEE; }

.k-scheduler-now-arrow {
  border-left-color: #e43031; }

.k-scheduler-now-line {
  background-color: #e43031; }

.k-event,
.k-task-complete {
  border-color: #008aa4;
  background: #008aa4 0 -257px none repeat-x;
  color: #FFFFFF; }

.k-event-inverse {
  color: #3a3a3a; }

.k-event.k-state-selected {
  background-position: 0 0; }

.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after,
.k-ie7 .k-task-single .k-resize-handle,
.k-task-single .k-resize-handle:after {
  background-color: #FFFFFF; }

.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #BFBFBF; }

.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: #FFFFFF;
  color: #3a3a3a;
  border-color: #BFBFBF; }

.k-panelbar > li > .k-link {
  color: #3a3a3a; }

.k-panelbar > .k-item > .k-link {
  border-color: #BFBFBF; }

.k-panel > li.k-item {
  background-color: #FFFFFF; }

/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: #FFFFFF;
  border-color: #cccccc;
  color: #3a3a3a; }

.k-fieldselector .k-list-container {
  background-color: #FFFFFF; }

.k-button:focus,
.k-button.k-state-focused {
  border-color: #BFBFBF; }

.k-button:hover,
.k-button.k-state-hover {
  color: #006072;
  border-color: #cccccc;
  background-color: #d6d6d6; }

.k-button:active,
.k-button.k-state-active {
  color: #FFFFFF;
  background-color: #006072;
  border-color: #006072; }

.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #FFFFFF;
  border-color: #006072;
  background-color: #006072; }

.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #808080;
  border-color: #AAAAAA;
  background-color: #AAAAAA;
  background-image: none;
  opacity: .7; }

.k-button:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.k-menu .k-state-hover > .k-state-active {
  background-color: transparent; }

.k-state-highlight {
  background: #FFFFFF;
  color: #3a3a3a; }

.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #EEEEEE; }

.k-calendar .k-link {
  color: #3a3a3a; }

.k-calendar .k-footer {
  padding: 0; }

.k-calendar .k-footer .k-nav-today {
  color: #3a3a3a;
  text-decoration: none;
  background-color: #FFFFFF; }

.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #FFFFFF;
  text-decoration: underline; }

.k-calendar .k-footer .k-nav-today:active {
  background-color: transparent; }

.k-calendar .k-link.k-nav-fast {
  color: #3a3a3a; }

.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #3a3a3a; }

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  border-radius: 0px; }

.k-calendar .k-footer .k-link {
  border-radius: 0; }

.k-calendar th {
  background-color: #FFFFFF; }

.k-calendar-container.k-group {
  border-color: #BFBFBF; }

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #FFFFFF;
  background-color: #BFBFBF;
  border-color: #008aa4; }

.k-virtual-item.k-first,
.k-list > .k-item.k-first {
  border-bottom-color: #808080; }

.k-marquee-text {
  color: #FFFFFF; }

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-tool.k-state-hover,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
  background-color: #EEEEEE; }

.k-list > .k-state-selected.k-state-focused,
.k-list-optionlabel.k-state-selected.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #FFFFFF; }

.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  color: #3a3a3a;
  background-color: #EEEEEE;
  border-color: #EEEEEE; }

/* this selector should be used separately, otherwise old IEs ignore the whole rule */
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #3a3a3a;
  background-color: #EEEEEE;
  border-color: #EEEEEE; }

.k-ie7 .k-window-titlebar .k-state-hover,
.k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #EEEEEE; }

.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #EEEEEE; }

.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover
.k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover {
  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); }

.k-pager-wrap {
  background-color: transparent;
  color: #3a3a3a; }

.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
  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); }

.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  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); }

.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%; }

.k-tool-icon {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite.png"); }

.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em {
  color: #3a3a3a; }

.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #FFFFFF;
  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%;
  border-color: #008aa4; }

.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
  color: #3a3a3a; }

.k-dropdown .k-state-hover .k-input {
  color: #3a3a3a; }

.k-state-error {
  border-color: #e43031;
  background-color: #ffd7d7;
  color: #e43031; }

.k-state-disabled {
  opacity: .7; }

.k-ie7 .k-state-disabled,
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70); }

.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent; }

.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
  color: #808080;
  opacity: .7; }

/* Progressbar */
.k-progressbar-indeterminate {
  background: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/indeterminate.gif"); }

.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none; }

/* Slider */
.k-slider-track {
  background-color: #BFBFBF; }

.k-slider-selection {
  background-color: #BFBFBF; }

.k-slider-horizontal .k-tick {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/slider-h.gif"); }

.k-slider-vertical .k-tick {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/slider-v.gif"); }

/* Tooltip */
.k-widget.k-tooltip {
  border-color: #cccccc;
  background-color: #FFFFFF;
  color: #4d4d4d; }

.k-widget.k-tooltip-validation {
  border-color: #4d4d4d;
  background-color: transparent;
  color: #4d4d4d; }

/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px; }

.k-callout-n {
  border-bottom-color: #cccccc; }

.k-callout-w {
  border-right-color: #cccccc; }

.k-callout-s {
  border-top-color: #cccccc; }

.k-callout-e {
  border-left-color: #cccccc; }

.k-tooltip-validation .k-callout-n {
  border-bottom-color: #4d4d4d; }

.k-tooltip-validation .k-callout-w {
  border-right-color: #4d4d4d; }

.k-tooltip-validation .k-callout-s {
  border-top-color: #4d4d4d; }

.k-tooltip-validation .k-callout-e {
  border-left-color: #4d4d4d; }

/* Splitter */
.k-splitbar {
  background-color: #f3f3f3; }

.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #e43031; }

/* Upload */
.k-file {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.k-file-progress {
  color: #3a3a3a; }

.k-file-progress .k-progress {
  background-color: #008aa4; }

.k-file-success {
  color: #3a3a3a; }

.k-file-success .k-progress {
  background-color: #fffcb5; }

.k-file-error {
  color: #3a3a3a; }

.k-file-error .k-progress {
  background-color: #ffd7d7; }

/* ImageBrowser */
.k-tile {
  border-color: #FFFFFF; }

.k-tiles li.k-state-selected {
  border-color: #008aa4; }

.k-filebrowser .k-tile .k-folder,
.k-filebrowser .k-tile .k-file {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/imagebrowser.png");
  background-size: auto auto; }

/* TreeMap */
.k-leaf, .k-leaf.k-state-hover:hover {
  color: #FFFFFF; }

.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: #000000; }

/* Shadows */
.k-widget,
.k-button {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-slider,
.k-treeview,
.k-upload {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-state-active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-grid td.k-state-selected.k-state-focused {
  background-color: #EEEEEE; }

.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image,
.k-tooltip {
  -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-treemap-tile.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 3px #BFBFBF;
  box-shadow: inset 0 0 0 3px #BFBFBF; }

/* Window */
.k-window {
  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; }
  .k-window .k-window-content {
    font: 400 16px 'Roboto Condensed',sans-serif !important; }
  .k-window iframe {
    height: 100% !important;
    width: 99% !important; }

.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content {
  border-radius: 0; }

.k-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.k-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

/* Selection */
.k-editor-inline ::selection {
  background-color: #008aa4;
  text-shadow: none;
  color: #FFFFFF; }

.k-editor-inline ::-moz-selection {
  background-color: #008aa4;
  text-shadow: none;
  color: #FFFFFF; }

/* Notification */
.k-widget.k-notification.k-notification-info {
  background-color: #BFBFBF;
  color: #3a3a3a;
  border-color: #4d4d4d; }

.k-widget.k-notification.k-notification-success {
  background-color: #008aa4;
  color: #3a3a3a;
  border-color: #4d4d4d; }

.k-widget.k-notification.k-notification-warning {
  background-color: #ffe24f;
  color: #3a3a3a;
  border-color: #4d4d4d; }

.k-widget.k-notification.k-notification-error {
  background-color: #ffa876;
  color: #3a3a3a;
  border-color: #4d4d4d; }

/* Gantt */
.k-gantt .k-treelist {
  background: transparent; }

.k-gantt .k-treelist .k-alt {
  background-color: transparent; }

.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #BFBFBF; }

.k-task-dot:after {
  background-color: #3a3a3a;
  border-color: #3a3a3a; }

.k-task-dot:hover:after {
  background-color: #FFFFFF; }

.k-task-summary {
  border-color: #cccccc;
  background: #cccccc; }

.k-task-milestone,
.k-task-summary-complete {
  border-color: #3a3a3a;
  background: #3a3a3a; }

.k-state-selected.k-task-summary {
  border-color: #EEEEEE;
  background: #EEEEEE; }

.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #BFBFBF;
  background: #BFBFBF; }

.k-task-single {
  background-color: #008aa4;
  border-color: #008aa4;
  color: #FFFFFF; }

.k-state-selected.k-task-single {
  border-color: #008aa4; }

.k-line {
  background-color: #3a3a3a;
  color: #3a3a3a; }

.k-state-selected.k-line {
  background-color: #BFBFBF;
  color: #BFBFBF; }

.k-resource {
  background-color: transparent; }

/* PivotGrid */
.k-i-kpi-decrease,
.k-i-kpi-denied,
.k-i-kpi-equal,
.k-i-kpi-hold,
.k-i-kpi-increase,
.k-i-kpi-open {
  background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite_kpi.png"); }

/* Border radius */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless
.k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip, .k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 2px; }

.k-tool {
  text-align: center;
  vertical-align: middle; }

.k-tool.k-group-start,
.k-toolbar .k-split-button .k-button,
.k-toolbar .k-button-group .k-group-start {
  border-radius: 2px 0 0 2px; }

.k-rtl .k-tool.k-group-start {
  border-radius: 0 2px 2px 0; }

.k-tool.k-group-end,
.k-toolbar .k-button-group .k-group-end,
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 2px 2px 0; }

.k-rtl .k-tool.k-group-end {
  border-radius: 2px 0 0 2px; }

.k-group-start.k-group-end.k-tool {
  border-radius: 2px; }

.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content, .k-filter-menu {
  border-radius: 0 0 2px 2px; }

.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 2px; }

.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 2px 2px; }

.k-window-titlebar {
  background-color: #FFFFFF; }

.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 2px 2px 0 0; }

.k-split-button.k-state-border-down > .k-button {
  border-radius: 2px 0 0 0; }

.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 2px; }

.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 2px 0 0; }

.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 2px 0; }

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 0px 0 0 0px; }

.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 0px 0px 0; }

.k-numeric-wrap .k-link {
  border-radius: 0 0px 0 0; }

.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 0px 0; }

.k-colorpicker .k-selected-color {
  border-radius: 0px 0 0 0px; }

.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 0px 0px 0; }

.k-autocomplete.k-state-border-down .k-input {
  border-radius: 2px 2px 0 0; }

.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 2px 0 0 0; }

.k-numeric-wrap .k-link.k-state-selected {
  background-color: #EEEEEE; }

.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 0px 0px 0 0; }

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 2px 2px 0; }

.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 2px 0 0 2px; }

.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 2px; }

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 0px; }

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel, .k-dropzone {
  border-radius: 1px; }

.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px; }

.k-draghandle {
  border-radius: 0px; }

.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 2px 0 0 2px; }

.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 0 2px 2px 0; }

.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
  border-radius: 2px; }

.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 2px 0 0 2px; }

.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 2px; }

.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 0px; }

.k-scheduler-mobile .k-event {
  border-radius: -1px; }

/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #3a3a3a; }

html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
  color: #3a3a3a; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #3a3a3a; }

  .km-pane-wrapper .k-icon {
    background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite_2x.png");
    background-size: 21.2em 21em; } }
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: transparent;
  border-top: 1px solid #FFFFFF; }

.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0; }

.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #BFBFBF;
  border-top-color: #008aa4; }

.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent; }

.km-pane-wrapper .k-mobile-list .k-item:last-child {
  -webkit-box-shadow: inset 0 -1px 0 #FFFFFF;
  box-shadow: inset 0 -1px 0 #FFFFFF; }

.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  color: #BBBBBB; }

.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #FFFFFF; }

.km-pane-wrapper .k-mobile-list .k-edit-field {
  -webkit-box-shadow: 0 1px 1px #FFFFFF;
  box-shadow: 0 1px 1px #FFFFFF; }

.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
  color: #FFFFFF;
  border-color: #e43031;
  background-color: #e43031;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15)); }

.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: #990000; }

/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  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: #EEEEEE;
  border-color: transparent; }

.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #EEEEEE;
  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%; }

.k-multiselect.k-header {
  border-color: #FFFFFF; }

.k-multiselect.k-header.k-state-hover {
  border-color: #008aa4; }

.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  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%;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-list-container {
  color: #3a3a3a; }

.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #3a3a3a;
  text-align: left; }

.k-picker-wrap > .k-select {
  min-height: 26px;
  height: 26px;
  border: none; }

.k-state-hover > .k-select {
  border-color: #008aa4;
  border: none; }

.k-state-focused > .k-select {
  border-color: #008aa4;
  border: none; }

.k-tabstrip:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #008aa4; }

.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #3a3a3a; }

.k-panelbar .k-state-focused.k-state-hover {
  background: #EEEEEE;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
  border-color: transparent; }

.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
  border-color: #EEEEEE; }

.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
  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);
  border-color: #cccccc; }

.k-tabstrip .k-content.k-state-active {
  color: #3a3a3a; }

.k-menu.k-header,
.k-menu .k-item {
  border-color: transparent; }

.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
  border-color: #BFBFBF; }

.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF; }

.k-toolbar-first-visible.k-overflow-group,
.k-overflow-container .k-overflow-group + .k-overflow-group {
  box-shadow: 0 1px 0 #FFFFFF; }

.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 #FFFFFF; }

.k-column-menu .k-separator {
  border-color: #BFBFBF;
  background-color: transparent; }

.k-menu .k-group {
  border-color: #BFBFBF; }

.k-grid-filter.k-state-active {
  background-color: #FFFFFF; }

.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: #3a3a3a;
  border-color: #BFBFBF;
  font-weight: bold; }

.k-grouping-header {
  color: #3a3a3a; }

.k-grid td.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px none;
  box-shadow: inset 0 0 0 1px none; }

.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header, .k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #BFBFBF; }

.k-primary,
.k-overflow-container .k-primary {
  color: #FFFFFF;
  border-color: #008aa4;
  background-image: none;
  background-position: 50% 50%;
  background-color: #008aa4;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-primary:focus,
.k-primary.k-state-focused {
  color: #FFFFFF;
  border-color: #008aa4;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-primary:hover {
  color: #FFFFFF;
  border-color: #006072;
  background-image: none;
  background-color: #006072;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-primary:active {
  color: #FFFFFF;
  border-color: #008aa4;
  background-image: none;
  background-color: #008aa4;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-primary.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #FFFFFF;
  border-color: #cccccc;
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent; }

.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 0px; }

.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent; }

.k-button:focus {
  outline: none; }

.k-editor .k-tool:focus {
  outline: 0;
  border-color: #BFBFBF;
  -webkit-box-shadow: none;
  box-shadow: none; }

.k-checkbox-label:before {
  border-color: #4d4d4d;
  border-radius: 0px; }

.k-checkbox-label:after {
  border-color: #BFBFBF;
  background: #FFFFFF;
  border-radius: 0px; }

.k-checkbox-label:hover:after,
.k-checkbox:checked + .k-checkbox-label:hover:after {
  border-color: #008aa4;
  box-shadow: transparent; }

.k-checkbox:checked + .k-checkbox-label:after {
  background-color: #FFFFFF;
  border-color: #008aa4;
  border-radius: 0px;
  color: #008aa4; }

.k-checkbox-label:active:before {
  box-shadow: transparent;
  border-color: #4d4d4d;
  border-radius: 0px; }

.k-checkbox-label:active:after {
  border-color: #BFBFBF;
  border-radius: 0px; }

.k-checkbox:checked + .k-checkbox-label:active:after {
  border-color: #BFBFBF; }

.k-checkbox:checked + .k-checkbox-label:active:before {
  box-shadow: transparent;
  border-radius: 0px; }

.k-checkbox:disabled + .k-checkbox-label {
  color: #4d4d4d; }

.k-checkbox:disabled + .k-checkbox-label:hover:after,
.k-checkbox:disabled + .k-checkbox-label:active:before {
  box-shadow: transparent; }

.k-checkbox:checked:disabled + .k-checkbox-label:after {
  background: #EEEEEE;
  color: #4d4d4d; }

.k-checkbox:disabled + .k-checkbox-label:after,
.k-checkbox:checked:disabled + .k-checkbox-label:active:after,
.k-checkbox:disabled + .k-checkbox-label:hover:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:after {
  background: #EEEEEE;
  border-color: #d6d6d6;
  border-radius: 0px; }

.k-radio-label:before {
  border-color: #BFBFBF;
  border-radius: 50%;
  background-color: #FFFFFF;
  border-width: 3px; }

.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #008aa4;
  box-shadow: transparent; }

.k-radio:checked + .k-radio-label:before {
  border-color: #008aa4; }

.k-radio:checked + .k-radio-label:after {
  background-color: #008aa4;
  border-radius: 50%; }

.k-radio-label:active:before {
  box-shadow: transparent;
  border-radius: 50%;
  border-color: #BFBFBF; }

.k-radio:checked + .k-radio-label:active:before {
  box-shadow: transparent;
  border-radius: 50%;
  border-color: #4d4d4d; }

.k-radio:disabled + .k-radio-label {
  color: #4d4d4d; }

.k-radio:disabled + .k-radio-label:before {
  border-color: #BFBFBF; }

.k-radio:disabled + .k-radio-label:active:before {
  box-shadow: transparent;
  background: transparent; }

.k-radio:disabled + .k-radio-label:before {
  background: #EEEEEE; }

.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  box-shadow: transparent; }

.k-checkbox:focus + .k-checkbox-label:after,
.k-radio:focus + .k-radio-label:before {
  border-color: #BFBFBF;
  box-shadow: transparent; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-icon:not(.k-loading),
  .k-grouping-dropclue,
  .k-drop-hint,
  .k-callout,
  .k-tool-icon,
  .k-state-hover
  .k-tool-icon,
  .k-state-active .k-tool-icon,
  .k-state-active.k-state-hover .k-tool-icon,
  .k-state-selected .k-tool-icon,
  .k-state-selected.k-state-hover .k-tool-icon,
  .k-column-menu .k-sprite,
  .k-mobile-list .k-check:checked,
  .k-mobile-list .k-edit-field [type=checkbox]:checked,
  .k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite_2x.png");
    background-size: 340px 336px; }

  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    border-radius: 0px 0 0 0px; }

  .k-i-kpi-decrease,
  .k-i-kpi-denied,
  .k-i-kpi-equal,
  .k-i-kpi-hold,
  .k-i-kpi-increase,
  .k-i-kpi-open {
    background-image: url("https://da7xgjtj801h2.cloudfront.net/2015.1.429/styles/Fiori/sprite_kpi_2x.png");
    background-size: 96px 16px; } }
@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
    border-color: #FFFFFF; } }
.ktb-checkbox-label-after {
  border-color: #BFBFBF;
  background: #FFFFFF; }

.ktb-checkbox-label-hover-after,
.ktb-checkbox-checked + .ktb-checkbox-label-hover-after {
  border-color: #008aa4; }

.ktb-checkbox-checked + .ktb-checkbox-label-after {
  background-color: #FFFFFF;
  border-color: #008aa4;
  color: #008aa4; }

.ktb-checkbox-label-hover-after,
.ktb-checkbox-checked + .ktb-checkbox-label-hover-after {
  border-color: #008aa4; }

.ktb-checkbox-label-active-after {
  border-color: #BFBFBF; }

.ktb-checkbox-checked-disabled + .ktb-checkbox-label-after,
.ktb-checkbox-disabled + .ktb-checkbox-label-after,
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-active-after,
.ktb-checkbox-disabled + .ktb-checkbox-label-hover-before,
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-hover-after {
  background: #EEEEEE;
  color: #4d4d4d;
  border-color: #d6d6d6; }

.ktb-radio-label-before {
  border-color: #BFBFBF;
  background-color: #FFFFFF; }

.ktb-radio-checked + .ktb-radio-label-after {
  background-color: #008aa4; }

.ktb-radio-checked + .ktb-radio-label-before {
  border-color: #008aa4; }

.ktb-radio-label-hover-before,
.ktb-radio-checked + .ktb-radio-label-hover-before {
  border-color: #008aa4; }

.ktb-radio-label-active-before {
  border-color: #BFBFBF; }

.ktb-radio-checked + .ktb-radio-label-after {
  background-color: #008aa4; }

.ktb-radio-disabled + .ktb-radio-label-before,
.ktb-radio-disabled + .ktb-radio-label-active-before {
  background: #EEEEEE;
  border-color: #d6d6d6; }

.k-grid {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  text-align: left;
  border: 0; }
  .k-grid .toleft {
    text-align: left !important; }
  .k-grid th {
    /*
        border: 0;
    	background: none;
    	text-transform: uppercase;*/ }
  .k-grid td span {
    font-weight: 400;
    font-size: 12px; }
  .k-grid span.normal {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase; }
  .k-grid a {
    text-decoration: none;
    color: #008aa4;
    font-size: 12px; }
    .k-grid a:hover {
      text-decoration: none;
      color: #006072; }

.k-grid-header th.k-header {
  border: 0;
  font-weight: 700;
  padding: 10px; }

#activos .k-grid-parent td {
  cursor: pointer;
  text-align: left; }

.k-grid-parent td label {
  cursor: pointer; }

.k-grid-parent td:first-child {
  color: #008aa4; }
  .k-grid-parent td:first-child:hover {
    color: #006072; }

.k-grid-parent td:first-child:before {
  display: inline-block;
  content: "\2261";
  color: #006072;
  height: 1em;
  width: 1.2em;
  line-height: 1em;
  text-align: center; }

.k-grid-parent td:first-child:hover:before {
  color: #008aa4; }

.k-grid-parent-active td:first-child:before {
  content: "\22EF"; }

.k-grid-parent-active td {
  padding-bottom: 6px; }

.k-grid-parent-active td:first-child {
  color: #3a3a3a; }

.k-grid-child td {
  border: 0;
  border-top: 0px dotted #cccccc;
  padding-bottom: 6px; }

.k-grid-child td:first-child {
  padding-left: 1.8em; }

.k-button {
  background-color: #008aa4;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #008aa4;
  color: #FFFFFF !important;
  text-transform: uppercase;
  border-radius: 0.15em; }
  .k-button:hover {
    background-color: #006072;
    border: 1px solid #006072;
    color: #FFFFFF !important; }

.k-state-hover .k-i-calendar {
  background-position: -32px -176px; }

.k-calendar-container,
.k-calendar-container.k-content ~ {
  background: #EEEEEE; }

.k-calendar {
  font-size: .75em; }

.k-icon {
  width: 16px !important; }

.k-state-disabled .k-icon {
  opacity: 0; }

.k-picker-wrap.k-state-focused {
  border-color: #EEEEEE; }

.k-picker-wrap.k-state-disabled {
  border: none;
  opacity: .7; }

.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
  margin-left: 2px; }

.k-grid-header th.k-header > .k-link {
  color: #008aa4; }

.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  top: 0.5em; }

.k-dropdown {
  text-align: right !important; }

input.k-textbox {
  border-radius: 0;
  height: auto;
  indent: 0;
  max-width: 178px;
  width: 100%; }

.k-webkit .k-combobox .k-dropdown-wrap:before,
.k-webkit .k-picker-wrap:before,
.k-webkit .k-numeric-wrap:before {
  display: none; }

.ucListaContas .k-state-focused .k-i-arrow-s {
  background-position: -16px -32px; }

.ucListaContas .k-dropdown-wrap.k-state-default {
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.ucListaContas .k-dropdown-wrap.k-state-hover {
  background-color: #008aa4;
  border-color: #008aa4; }

.ucListaContas .k-dropdown-wrap.k-state-focused {
  background-color: #008aa4;
  border-color: #008aa4; }

.ucListaContas .k-dropdown-wrap.k-state-hover .k-input {
  color: #FFFFFF; }

.ucListaContas .k-dropdown-wrap.k-state-focused .k-input {
  color: #FFFFFF; }

.labelContas {
  font-size: 13px;
  font-weight: 400;
  color: #f5f5f5; }

.ucListaContas .k-button {
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .75em;
  height: 38px;
  margin-left: 3px;
  padding-right: 8px;
  border-radius: 1.58333333em;
  border-color: #006072;
  background-color: #006072;
  color: #cccccc; }

.ucListaContas .k-button:hover,
.ucListaContas .k-button:active:hover,
.ucListaContas .k-button.k-state-active:hover {
  color: #f5f5f5; }

.ucListaContas .k-button:active:hover,
.ucListaContas .k-button.k-state-active:hover {
  border-color: #006072;
  background-color: #006072;
  color: #FFFFFF; }

.hide {
  display: none; }

#mm-0 ul.mm-listview li:nth-child(7):before {
  content: "FERRAMENTAS";
  font-size: .8em;
  padding-left: 0px;
  position: absolute;
  top: -1.5em;
  left: 20px;
  width: 100%;
  border-bottom: 0px solid #d6d6d6; }

#mm-0 ul.mm-listview li:nth-child(7) {
  margin-top: 40px; }

/*
#mm-0 ul.mm-listview:after {
    
    display: block;
    content: "APOIO AO CLIENTE: 800 200 160";
    font-size: 1em;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    color: #252A2D;

}
*/
.sfBreadcrumbWrp ul.rsmLevel li:first-child {
  display: none; }

.RadSiteMap .rsmLink {
  padding: 0 2px 0 5px;
  font-size: 12px;
  text-decoration: none;
  color: #008aa4;
  font-weight: bold; }

.RadSiteMap a.rsmLink:hover {
  text-decoration: underline;
  color: #006072; }

.sfBreadcrumbWrp ul.rsmLevel li:nth-child(2) a {
  padding-left: 0px !important; }

.RadSiteMap .rsmFlow {
  padding-bottom: 0;
  height: 40px;
  line-height: 35px; }

.RadSiteMap .rsmOneLevel .rsmItem {
  height: 30px; }

/* -------------------------------- 
	X Kendo Skin
-------------------------------- */
/* -------------------------------- 
	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 {
  padding: .5em .3em;
  text-align: left;
  vertical-align: middle; }

.tablesaw td {
  padding: .5em .3em;
  text-align: left;
  vertical-align: top; }

.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
-------------------------------- */
/* -------------------------------- 

Inicio 1300px

-------------------------------- */
@media only screen and (max-width: 1300px) {
  .ConsultaNivelRisco .k-grid .bgsilver .perfis div {
    width: 45%; } }
/* -------------------------------- 

Fim 1300px

-------------------------------- */
/* -------------------------------- 

Inicio 1083px

-------------------------------- */
@media only screen and (max-width: 1083px) {
  .ucListaContas div#HeaderRight_T05F76C60003_pnlDMIFActions {
    display: none !important; } }
/* -------------------------------- 

Fim 1083px

-------------------------------- */
/* -------------------------------- 

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: #EEEEEE;
    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: #EEEEEE; }

  .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: #3a3a3a; }

  .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 960px

-------------------------------- */
@media (min-width: 960px) {
  a.home {
    display: block;
    overflow: hidden;
    width: 107px;
    height: 40px;
    border: 0;
    outline: 0; }

  .header {
    padding-right: 30px; }

  #mm-blocker {
    display: none !important; }

  .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: 80% !important;
    margin-left: 20% !important; }

  .mm-page {
    background: inherit;
    box-sizing: border-box;
    min-height: 100vh; }

  .mm-menu.mm-widescreen {
    display: block;
    width: 20% !important;
    min-width: none !important;
    max-width: none !important;
    z-index: 0; }

  .header, .footer {
    width: 80% !important; }

  .mm-switch {
    display: none; } }
@media (max-width: 961px) {
  .branding .logo {
    margin: 8px 0 0 30px; } }
@media (max-width: 960px) {
  .bi-module > div {
    width: 25%; }

  .WhiteLoading {
    left: 0 !important; }

    /* -------------------------------- 
- TransferÛncias
-------------------------------- */
  .TransferenciasInternas .bi-info {
    width: 100%; }
  .TransferenciasInternas .bi-forms {
    width: 100%; }
    .TransferenciasInternas .bi-forms .bi-buttons {
      text-align: center !important;
      width: 84%; }

  .TransferenciasNacionais .bi-forms {
    width: 100%; }
    .TransferenciasNacionais .bi-forms .bi-buttons {
      text-align: center !important;
      width: 84%; }

  .TransferenciasInternacionais .bi-forms {
    width: 100%; }
    .TransferenciasInternacionais .bi-forms .bi-buttons {
      text-align: center !important;
      width: 84%; }

  .TransferenciasAgendadas .bi-forms {
    width: 100%; }
    .TransferenciasAgendadas .bi-forms .bi-buttons {
      text-align: center !important;
      width: 84%; }

  .ConsultaNIB .bi-forms {
    width: 100%; }

    /* -------------------------------- 
X TransferÛncias
-------------------------------- */
  .GMS .toHide .thisHead {
    display: none; }
  .GMS .toHide .td-block {
    display: block;
    padding: 0; }
  .GMS .toHide .TopSub,
  .GMS .toHide .TopDesc,
  .GMS .toHide .TopTrans {
    display: inline-table; }

  .PopGraf {
    width: 80% !important;
    left: 10% !important; }

  .ActivosProdutosServicos .tabela, .ActivosProdutosServicos .tabelaDesk {
            /* RETIRAR ESTA LINHA APOS APROVAÃ┬O DA TABELA	
	th {
		
			&:first-child {
				width: 10%;
			}

			&:nth-child(2) {
				width: 30%;
			}

			&:nth-child(3) {
				width: 40%;
			}

			&:nth-child(4) {
				width: 40%;
			}

			&:last-child {
				width: 40%;
			} 
		
		}*/ }

  .AccoesNegociarTitulo .bi-saldos {
    width: 100%; }
  .AccoesNegociarTitulo .bi-forms {
    width: 100%; }

  .DISubsDetalhe .bi-forms {
    width: 100%; }
    .DISubsDetalhe .bi-forms .Condicoes div {
      width: 100% !important;
      text-align: center !important; }
  .DISubsDetalhe label:last-child {
    width: 100%; }

  .DICancelar .bi-forms {
    width: 100%; }

  .IMBAlterar .bi-forms {
    width: 100%; }

  .IMBSubscrever .bi-forms {
    width: 100%; }

  .IMBCancelar .bi-forms {
    width: 100%; }

  .APDetalhe .bi-forms {
    width: 100%; }

  .APDetalheLiquidar .bi-forms {
    width: 100%; }

  .PESubsDetalhe .bi-forms {
    width: 100%; }
  .PESubsDetalhe .Nota {
    width: 100%; }

  .FundosSubscrever .bi-forms {
    width: 100%; }
    .FundosSubscrever .bi-forms table {
      margin: 10px !important; }

  .MotifsSubscrever .bi-forms {
    width: 100%; }
    .MotifsSubscrever .bi-forms table {
      width: 100% !important;
      margin: 15px !important; }

  .PPRDetalhe .bi-forms {
    width: 100%; }

  .InformacaoGestor .k-grid span.k-widget {
    width: 80%;
    display: inline-block !important; } }
/* -------------------------------- 

Fim 960px

-------------------------------- */
/* -------------------------------- 

Inicio 760px

-------------------------------- */
@media only screen and (max-width: 780px) {
  .Concurso .FirstScreen .leftChild {
    width: 100%;
    float: none; }
  .Concurso .FirstScreen .rightChild {
    width: 100%;
    float: none;
    padding: 1em 0; }
    .Concurso .FirstScreen .rightChild > img {
      text-align: left; }

  .MovimentosDO .contentDO .divSearch {
    width: 100%;
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .MovimentosDO .contentDO .bi-saldos {
    width: 100%;
    display: block;
    text-align: left; } }
/* -------------------------------- 

Fim 760px

-------------------------------- */
/* -------------------------------- 

Inicio 690px

-------------------------------- */
@media only screen and (max-width: 690px) {
  .InformacaoCliente .break-td td {
    width: 100%;
    display: block;
    margin: 10px auto;
    text-align: left !important;
    border: none !important;
    padding: 0; }
    .InformacaoCliente .break-td td .GesDoc {
      margin-bottom: 0; }
  .InformacaoCliente .break-td .Docs input {
    display: block;
    margin-top: 10px; }
  .InformacaoCliente #tbInfoCliente tr:last-child td:last-child {
    display: none; } }
/* -------------------------------- 

Fim 690px

-------------------------------- */
/* -------------------------------- 

Inicio 670px

-------------------------------- */
@media only screen and (max-width: 670px) {
  #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa strong {
    display: block;
    margin: 15px 0 0 0; }
  #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabela th, #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabelaDesk th {
    display: none; }
  #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabela td, #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabelaDesk td {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-top: none !important; }
    #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabela td input, #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabelaDesk td input {
      width: 90%; }
    #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabela td .title-th, #ContentCenter_C002_upnlETFNegociar #ContentCenter_C002_panelPesquisa .tabelaDesk td .title-th {
      display: block;
      color: #597AA7 !important;
      text-transform: uppercase;
      font-weight: bold;
      margin: 10px auto; }

  .FundosPesquisaComparador .bi-search > div {
    width: 100%; } }
/* -------------------------------- 

Fim 670px

-------------------------------- */
/* -------------------------------- 

Inicio 650px

-------------------------------- */
/* -------------------------------- 

Fim 650px

-------------------------------- */
/* -------------------------------- 

Inicio 640px

-------------------------------- */
@media only screen and (max-width: 640px) {
  .PersonalizacaoEmail .k-textbox {
    width: 100% !important; } }
/* -------------------------------- 

Fim 640px

-------------------------------- */
/* -------------------------------- 

Inicio 610px

-------------------------------- */
@media only screen and (max-width: 610px) {
  .FundosDetalhe .RadToolTip:after {
    left: 20.1%; }
  .FundosDetalhe .RadToolTip:before {
    left: 20%; }
  .FundosDetalhe .RadToolTip .rtRelativeWrapper .rtContent .rInterval td {
    font-size: 10px; } }
/* -------------------------------- 

Fim 610px

-------------------------------- */
/* -------------------------------- 

Inicio 600px

-------------------------------- */
@media only screen and (max-width: 600px) {
  .MovimentosDO .bi-search .dInicio label, .MovimentosDO .bi-search2 .dInicio label, .MovimentosDO .bi-search3 .dInicio label,
  .MovimentosDO .bi-search .dFim label, .MovimentosDO .bi-search2 .dFim label, .MovimentosDO .bi-search3 .dFim label {
    padding: 0 !important; }

  .pageContent .bi-saldos {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap; }
    .pageContent .bi-saldos div {
      flex-grow: 1;
      flex-shrink: 0;
      padding: .3em 1em; }
  .pageContent .bi-search {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left; }
    .pageContent .bi-search > div {
      flex: auto;
      flex-grow: 1;
      flex-shrink: 0;
      text-align: left;
      padding: .1em 1em .1em 1em; }
      .pageContent .bi-search > div div {
        display: block;
        overflow: hidden;
        width: 100%;
        float: none;
        clear: both;
        text-align: left; }
      .pageContent .bi-search > div label {
        display: block;
        width: 130px !important;
        padding: 0 !important;
        line-height: 30px !important;
        float: left;
        clear: left;
        margin-top: 0 !important; }
      .pageContent .bi-search > div input[type='text'] {
        display: block;
        width: 45%;
        float: right; }
      .pageContent .bi-search > div select {
        display: block;
        width: 45%;
        float: right;
        clear: right; }
      .pageContent .bi-search > div span {
        display: block;
        width: 45%;
        float: right;
        /*max-width: 50% !important;*/ }
        .pageContent .bi-search > div span span {
          width: 100%;
          text-align: left; }
          .pageContent .bi-search > div span span input[type='text'] {
            width: 100% !important; }
        .pageContent .bi-search > div span span.k-icon.k-i-calendar {
          width: 16px !important;
          margin-left: 75%;
          margin-top: 4px; }
    .pageContent .bi-search h4 {
      padding: 1em;
      text-align: left; }
    .pageContent .bi-search .x2 > input {
      min-width: 270px; }
  .pageContent span.k-numerictextbox span.k-numeric-wrap {
    position: relative; }
  .pageContent .bi-forms {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left; }
    .pageContent .bi-forms div {
      padding: 0.5em 1em; }
      .pageContent .bi-forms div span span.k-icon.k-i-calendar {
        margin-left: 75%;
        margin-top: 4px; }
    .pageContent .bi-forms h4 {
      padding: 0 1em; }
  .pageContent .bi-module > div {
    width: 40%; }
    .pageContent .bi-module > div input[type='text'] {
      max-width: 90%;
      width: 100%; }
    .pageContent .bi-module > div select {
      max-width: 90% !important;
      width: 100%; }
    .pageContent .bi-module > div span {
      width: 100%; }
      .pageContent .bi-module > div span span.k-icon.k-i-calendar {
        margin-left: 75%;
        margin-top: 4px; }
  .pageContent .bi-module h4 {
    padding: 0;
    text-align: center; }
  .pageContent div.bi-buttons {
    width: 100%; }
  .pageContent .InformacaoGestor .k-grid span.k-widget {
    display: inline-block !important; }
  .pageContent .k-grid .k-grid-header th.k-header {
    text-align: left; }
  .pageContent #ContentCenter_C002_ucUCPesquisaMovimentos_panelPesquisa .bi-search div:nth-child(3) {
    margin: 0;
    border: 1px solid #e43031; }
  .pageContent #ContentCenter_C002_ucUCPesquisaMovimentos_panelPesquisa span {
    text-align: center; }

  div.k-window p {
    white-space: normal;
    word-break: break-all; }

  .ListHeader .buttons {
    width: 100%; }

    /* -------------------------------- 
- Consultas
-------------------------------- */
  .PosicaoIntegrada .bi-buttons a {
    margin: 5px 0 0 0 !important; }

  .MovimentosDO span.k-widget.k-numerictextbox.k-textbox {
    width: 90% !important; }

  .ConsultaAgregada .tabelaDesk tr:last-child td span {
    float: none;
    width: auto; }

  .ConsultaNIB .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }

  .ConsultaNivelRisco .k-grid .bgsilver .perfis div {
    width: 100%;
    padding: 1em 0; }

    /* -------------------------------- 
X Consultas
-------------------------------- */
    /* -------------------------------- 
- TransferÛncias
-------------------------------- */
  .TransferenciasInternas .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }
  .TransferenciasInternas .bi-buttons {
    width: 100% !important; }

  .TransferenciasNacionais .bi-forms div div:first-child {
    width: 100%;
    display: block;
    text-align: left; }
  .TransferenciasNacionais .bi-forms div div:last-child {
    width: 100%;
    display: block;
                    /*i {
				
					height: 8px;


					span {
					
						width: 5px;
					
					}
				
				}*/ }
  .TransferenciasNacionais .bi-forms .bi-inline {
    padding: 16px 1em 8px 1em; }
  .TransferenciasNacionais .bi-forms .Nib {
    padding: 0.5em 1em !important; }
  .TransferenciasNacionais .bi-forms .Notificar div:last-child input {
    max-width: 200px;
    width: 100%; }
  .TransferenciasNacionais .bi-forms .bi-buttons {
    width: 100% !important; }

  .TransferenciasInternacionais .bi-forms h4 {
    padding: 0 2em; }
  .TransferenciasInternacionais .bi-forms hr {
    width: 100%; }
  .TransferenciasInternacionais .bi-forms div div:first-child {
    width: 100%;
    display: block;
    text-align: left; }
  .TransferenciasInternacionais .bi-forms div div:last-child {
    width: 100%;
    display: block;
                    /*i {
				
					height: 8px;


					span {
					
						width: 5px;
					
					}
				
				}*/ }
  .TransferenciasInternacionais .bi-forms .Notificar .bi-inline {
    padding: 1em; }

  .TransferenciasAgendadas .bi-forms h4 {
    padding: 0 2em; }
  .TransferenciasAgendadas .bi-forms div div:first-child {
    width: 100%;
    display: block;
    text-align: left; }
  .TransferenciasAgendadas .bi-forms div div:last-child {
    width: 100%;
    display: block; }

  .TransferenciasDestinatarios .bi-forms div {
    flex: none; }

  .TransferenciasAbertura .bi-info label,
  .TransferenciasInternas .bi-info label {
    display: block;
    width: 100%; }
    .TransferenciasAbertura .bi-info label:before,
    .TransferenciasInternas .bi-info label:before {
      float: none;
      margin: 6px auto 16px auto; }
  .TransferenciasAbertura .bi-info p,
  .TransferenciasInternas .bi-info p {
    margin-left: 0; }

  .SMSbuttons {
    margin: 5px 0 0 0; }

    /* -------------------------------- 
X TransferÛncias
-------------------------------- */
    /* -------------------------------- 
- Dep¾sitos
-------------------------------- */
  .APDetalheLiquidar .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }
  .APDetalheLiquidar .bi-forms .Produto {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
    vertical-align: middle; }
  .APDetalheLiquidar .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .APDetalheLiquidar .bi-forms .Montante div:last-child u {
      padding-top: 5px; }

  .APConstituir .bi-depositos .tabela, .APConstituir .bi-depositos .tabelaDesk,
  .APConstituir .bi-depositos .tabelaDesk {
    text-align: left; }

  .APDetalhe .bi-forms div div {
    /*width: 100% !important;
    display: block !important;*/
    text-align: left !important; }
    .APDetalhe .bi-forms div div label {
      padding: 8px 0; }
  .APDetalhe .bi-forms .Produto {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
    vertical-align: middle; }
  .APDetalhe .bi-forms .Condicoes div {
    width: 100% !important; }
  .APDetalhe .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .APDetalhe .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .APDetalhe .bi-forms .bi-buttons {
    width: 100% !important; }

  .Constituir .bi-depositos .k-grid .tabela td, .Constituir .bi-depositos .k-grid .tabelaDesk td {
    text-align: center !important; }

  .DISubsDetalhe .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }
  .DISubsDetalhe .bi-forms .Produto {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
    vertical-align: text-top; }
  .DISubsDetalhe .bi-forms .Condicoes div {
    text-align: left !important; }
  .DISubsDetalhe .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .DISubsDetalhe .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .DISubsDetalhe .bi-forms .bi-buttons {
    width: 100%; }

  .DICancelar .bi-forms div div:first-child {
    width: 35%; }
  .DICancelar .bi-forms .Produto {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
    vertical-align: text-top; }
  .DICancelar .bi-forms .bi-buttons {
    width: 100%; }

  .IMBAlterar .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }
  .IMBAlterar .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .IMBAlterar .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .IMBAlterar .bi-forms .bi-buttons {
    width: 100% !important; }

  .IMBHistorico .Montante span.k-widget.k-numerictextbox.k-textbox {
    width: 90% !important; }

  .IMBSubscrever .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }
  .IMBSubscrever .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .IMBSubscrever .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .IMBSubscrever .bi-forms .bi-buttons {
    width: 100% !important; }

  .IMBCancelar .bi-forms div div:first-child {
    width: 35%; }
  .IMBCancelar .bi-forms .bi-buttons {
    width: 100% !important; }

    /* -------------------------------- 
X Dep¾sitos
-------------------------------- */
    /* -------------------------------- 
- Investimento
-------------------------------- */
  .PPRDetalhe .bi-forms .form-info div {
    padding: 0.5em 1em !important; }
    .PPRDetalhe .bi-forms .form-info div div {
      width: 100% !important;
      display: block !important;
      text-align: left !important;
      padding: 0 !important; }
  .PPRDetalhe .bi-forms .form-info .Produto {
                    /*text-overflow: ellipsis;
				white-space: nowrap;
				overflow: hidden;*/
    vertical-align: text-top; }
  .PPRDetalhe .bi-forms .form-interact div {
    padding: 0.5em 1em !important; }
    .PPRDetalhe .bi-forms .form-interact div div {
      width: 100% !important;
      display: block !important;
      text-align: left !important;
      padding: 0 !important; }
  .PPRDetalhe .bi-forms .form-interact .Doc {
    padding: 10px 1em; }
  .PPRDetalhe .bi-forms .bi-buttons {
    width: 100%; }

  .PPRHistorico .Montante span.k-widget.k-numerictextbox.k-textbox {
    width: 90% !important; }

  .PESubsDetalhe .bi-forms div div {
    width: 100% !important;
    display: block !important;
    text-align: left !important; }
  .PESubsDetalhe .bi-forms .Produto {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
    vertical-align: text-top; }
  .PESubsDetalhe .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .PESubsDetalhe .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .PESubsDetalhe .bi-forms .bi-buttons {
    width: 100%; }
  .PESubsDetalhe .Nota {
    width: 100%; }

  .FundoDetalheGeral .Carteira > div .Activos,
  .FundoDetalheGeral .Carteira > div .TopPosicoes,
  .FundoDetalheGeral .Carteira > div .TopSectorial,
  .FundoDetalheGeral .Carteira > div .TopGeograficoObrigacoes {
    display: block;
    width: 100%;
    float: none; }

  .FundosDetalheCarteira > div {
    display: block; }
    .FundosDetalheCarteira > div div {
      display: block;
      flex: none;
      width: 100%;
      padding: 0; }
  .FundosDetalheCarteira .Credit .inlineBlock:first-child,
  .FundosDetalheCarteira .Credit .inlineBlock:last-child {
    display: block;
    width: 100%;
    padding: 0; }

  .FundosDetalhe .ListHeader {
    display: block; }
    .FundosDetalhe .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0; }
      .FundosDetalhe .ListHeader .buttons input, .FundosDetalhe .ListHeader .buttons .k-button {
        margin: 5px 0 0 0; }

  .FundosSubscrever .bi-forms div {
    padding: 0.5em 1em !important; }
    .FundosSubscrever .bi-forms div div {
      width: 100% !important;
      display: block !important;
      text-align: left !important;
      padding: 0 !important; }
  .FundosSubscrever .bi-forms .Doc {
    text-align: left;
    padding: 20px 1em 0 1em; }
  .FundosSubscrever .bi-forms .Condicoes {
    padding: 20px 1em 0 1em;
    text-align: center; }
  .FundosSubscrever .bi-forms .Produto {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
    vertical-align: middle; }
  .FundosSubscrever .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .FundosSubscrever .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .FundosSubscrever .bi-forms .Regulating {
    text-align: left !important; }
  .FundosSubscrever .bi-forms .bi-buttons {
    width: 100%; }

  .FundosPesquisaSubscrever .bi-search > div {
    padding: 0em; }

  .FundosHistorico .bi-search > div {
    padding: 0em; }
    .FundosHistorico .bi-search > div span.k-numerictextbox {
      max-width: 90% !important;
      width: 100% !important; }
      .FundosHistorico .bi-search > div span.k-numerictextbox span.k-numeric-wrap {
        position: relative;
        max-width: 100%; }
        .FundosHistorico .bi-search > div span.k-numerictextbox span.k-numeric-wrap input {
          max-width: 100% !important; }

  .MotifsSubscrever .bi-forms div {
    padding: 0.5em 1em !important; }
    .MotifsSubscrever .bi-forms div div {
      width: 100% !important;
      display: block !important;
      text-align: left !important;
      padding: 0 !important; }
  .MotifsSubscrever .bi-forms table th span {
    font-size: 12px !important; }
  .MotifsSubscrever .bi-forms .Doc {
    text-align: left;
    padding: 20px 1em 0 1em; }
  .MotifsSubscrever .bi-forms .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .MotifsSubscrever .bi-forms .Montante div:last-child u {
      padding-top: 5px; }
  .MotifsSubscrever .bi-forms .Condicoes {
    padding: 20px 1em 0 1em;
    text-align: center; }
  .MotifsSubscrever .bi-forms .Regulating {
    text-align: left; }
  .MotifsSubscrever .bi-forms .bi-buttons {
    width: 100%; }

    /* -------------------------------- 
X Investimento
-------------------------------- */
    /* -------------------------------- 
- TÝtulos
-------------------------------- */
  .ObrigacoesDetalhe table.ListHeader span {
    float: none !important;
    margin: 20px 0 0 0;
    display: block; }
  .ObrigacoesDetalhe .panelDetalhe table.ListDetalhes {
    width: 100%; }
  .ObrigacoesDetalhe .panelMercado table.ListMercado {
    width: 100%; }
  .ObrigacoesDetalhe .panelMercado .bi-module > div {
    text-align: center;
    width: auto !important; }
    .ObrigacoesDetalhe .panelMercado .bi-module > div:last-child {
      text-align: center; }
  .ObrigacoesDetalhe .holderGrafico object {
    width: 100% !important; }
  .ObrigacoesDetalhe table.Obr tr td {
    max-width: 150px !important; }

  .AccoesNegociar .bi-search #divPesquisa_Activo select {
    margin-left: 0 !important; }
  .AccoesNegociar .k-textbox {
    max-width: 190px;
    width: 60%; }

  .AccoesDetalhe .ListHeader {
    display: block; }
    .AccoesDetalhe .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0;
      width: 100%; }
      .AccoesDetalhe .ListHeader .buttons input {
        margin: 5px 0 0 0; }

  .AccoesNegociarTitulo .bi-forms {
    display: block;
    flex-direction: none;
    flex-wrap: unset;
    text-align: center; }
    .AccoesNegociarTitulo .bi-forms div div {
      width: 100% !important;
      display: block !important;
      text-align: left !important; }
    .AccoesNegociarTitulo .bi-forms .BidAsk div:first-child {
      display: inline-block !important;
      width: 100px !important;
      float: left;
      margin: 0 0 20px 0; }
    .AccoesNegociarTitulo .bi-forms .BidAsk div:last-child {
      display: inline-block !important;
      width: 100px !important;
      float: left;
      margin: 0 0 20px 0; }
    .AccoesNegociarTitulo .bi-forms .Titulo {
                /*text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;*/
      vertical-align: text-top; }
    .AccoesNegociarTitulo .bi-forms .Montante div:last-child {
      display: inline-flex;
      vertical-align: middle; }
      .AccoesNegociarTitulo .bi-forms .Montante div:last-child u {
        padding-top: 5px; }
    .AccoesNegociarTitulo .bi-forms .ListPreco div:last-child .Preco input,
    .AccoesNegociarTitulo .bi-forms .ListPreco div:last-child .Preco label {
      display: inline;
      margin: 10px 0 0 5px; }
    .AccoesNegociarTitulo .bi-forms .BtnListComprarVender {
      text-align: left; }
      .AccoesNegociarTitulo .bi-forms .BtnListComprarVender li {
        text-align: center; }
    .AccoesNegociarTitulo .bi-forms .bi-buttons {
      width: 100% !important; }

  .ETFDetalhe .ListHeader {
    display: block; }
    .ETFDetalhe .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0; }
      .ETFDetalhe .ListHeader .buttons input {
        margin: 5px 0 0 0; }

  .FuturosDetalhe .ListHeader {
    display: block; }
    .FuturosDetalhe .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0; }
      .FuturosDetalhe .ListHeader .buttons input {
        margin: 5px 0 0 0; }

  .FuturosActivacao .table td {
    text-align: left important; }

  .FuturosMovimentosSessao .bi-search > div {
    display: block;
    flex: none;
    padding: 1em; }
    .FuturosMovimentosSessao .bi-search > div span {
      width: auto !important; }
    .FuturosMovimentosSessao .bi-search > div .k-icon {
      width: 11px !important; }
    .FuturosMovimentosSessao .bi-search > div select {
      max-width: 120px !important; }

  .FuturosOperacoesFechadas .bi-search .bi-buttons {
    align-self: auto; }

    /* -------------------------------- 
X TÝtulos
-------------------------------- */
    /* -------------------------------- 
- GestÒo de Activos
-------------------------------- */
  .GestaoPatrimonioMovimentos .bi-search .bi-buttons {
    align-self: auto; }

  .ActivosPerfil .tabela td, .ActivosPerfil .tabelaDesk td,
  .ActivosComparacao .tabela td,
  .ActivosComparacao .tabelaDesk td {
    text-overflow: initial;
    white-space: normal;
    max-width: none; }

    /* -------------------------------- 
X GestÒo de Activos
-------------------------------- */
    /* -------------------------------- 
	- Trading 
-------------------------------- */
  .RightFlex {
    width: 100%;
    display: block; }

    /* -------------------------------- 
	X Trading 
-------------------------------- */
    /* -------------------------------- 
	- BO Pages
-------------------------------- */
  .BOGerirClientes .inline-form div {
    position: relative;
    width: 100%; }
    .BOGerirClientes .inline-form div input {
      flex-grow: 2;
      width: 80%; }

    /* -------------------------------- 
	X BO Pages
-------------------------------- */
    /* -------------------------------- 
	Utilitßrios
-------------------------------- */
  .CentroAtendimento .Info table td {
    display: block; }
    .CentroAtendimento .Info table td:last-child {
      border-style: none;
      border-width: 0; }
    .CentroAtendimento .Info table td:nth-child(2) {
      width: 100%; }
    .CentroAtendimento .Info table td .k-button {
      margin: 0; }
  .CentroAtendimento .Gestor table tr:last-child td {
    display: block;
    border-style: none;
    border-width: 0; }
    .CentroAtendimento .Gestor table tr:last-child td:last-child {
      width: 100%; }
    .CentroAtendimento .Gestor table tr:last-child td:first-child {
      width: 100%; }
    .CentroAtendimento .Gestor table tr:last-child td .k-button {
      margin: 0; }
  .CentroAtendimento .bi-forms div div select {
    margin-left: 0 !important;
    width: 100%; }
    .CentroAtendimento .bi-forms div div select:hover {
      border-width: 1px;
      border-style: solid;
      border-color: darkgray; }
  .CentroAtendimento .bi-forms div div textarea {
    margin-left: 0 !important;
    width: 100%; }
  .CentroAtendimento .bi-forms div .bi-buttons {
    padding: 1em 1em 1em 0 !important; }

  .MailBoxDetalhe tbody tr td span table.MsoNormalTable tbody tr td {
    display: block !important; }
    .MailBoxDetalhe tbody tr td span table.MsoNormalTable tbody tr td p.MsoNormal {
      text-align: left !important; }

    /* -------------------------------- 
   X Utilitßrios
-------------------------------- */ }
/* -------------------------------- 

Fim 600px

-------------------------------- */
/* -------------------------------- 

Inicio 550px

-------------------------------- */
@media only screen and (max-width: 550px) {
  .pageContent .break-td td {
    width: 100%;
    display: block;
    margin: 10px auto;
    text-align: center;
    border: none !important; }

  .pnlWatchList .break-td td {
    text-align: left !important;
    margin: 10px 0 !important; }

  #ContentCenter_C001_upnlSimuladorCapitalizacao .tabela tr:last-child td, #ContentCenter_C001_upnlSimuladorCapitalizacao .tabelaDesk tr:last-child td {
    border: none !important; }
  #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabela thead, #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabelaDesk thead {
    display: block; }
    #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabela thead tr, #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabelaDesk thead tr {
      display: block; }
      #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabela thead tr th, #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabelaDesk thead tr th {
        display: block; }
  #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabela tbody tr, #ContentCenter_C001_upnlSimuladorCapitalizacao #ContentCenter_C001_pnlFormulario .tabelaDesk tbody tr {
    display: block;
    margin: 30px auto; }

  #ContentCenter_C001_pnlResultado div table thead tr th:nth-child(2) {
    display: none; }

  #ContentCenter_C001_rbListEmail,
  #ContentCenter_C001_rbListFax {
    width: 100%; }
    #ContentCenter_C001_rbListEmail tr td,
    #ContentCenter_C001_rbListFax tr td {
      display: inline; }

  .pnlGraficoClass_Normal .amChartsPeriodSelector div:first-child {
    /*display: block !important;
    margin: 0 0 5px 0 !important;*/ }
  .pnlGraficoClass_Normal .amChartsPeriodSelector div:last-child {
    /*float: left !important;
    display: block !important;*/ }

  .pnlGraficoClass_MobileApp .amChartsPeriodSelector div:first-child {
    display: inline !important;
    margin: 0 0 5px 0 !important; }
  .pnlGraficoClass_MobileApp .amChartsPeriodSelector div:last-child {
    float: right !important;
    display: inline !important; }

  .bi-saldos .UCSaldos {
    float: none;
    width: 100%;
    text-align: right;
    height: auto !important; }
    .bi-saldos .UCSaldos sub {
      float: left; }

  .MovimentosDO .contentDO .bi-saldos .UCSaldos {
    float: none;
    width: 100%;
    text-align: right;
    height: auto !important; }
    .MovimentosDO .contentDO .bi-saldos .UCSaldos sub {
      float: left; } }
/* -------------------------------- 

Fim 550px

-------------------------------- */
/* -------------------------------- 

Inicio 531px

-------------------------------- */
@media only screen and (max-width: 531px) {
  .ETFDetalhe .ETFHeader span {
    padding: 8px 0 0 0; } }
/* -------------------------------- 

Fim 531px

-------------------------------- */
/* -------------------------------- 

Inicio 490px

-------------------------------- */
@media (max-width: 490px) {
  .IMBAlterar .bi-forms .Nib div:last-child {
    vertical-align: text-top; }
  .IMBAlterar .bi-forms .Montante div:last-child input {
    width: 120px; }

  .IMBCancelar .bi-forms .Nib div:last-child {
    vertical-align: text-top; }

  .sfContentDetalhe > div ul li table td {
    display: block;
    text-align: left !important; }
    .sfContentDetalhe > div ul li table td table tr th {
      text-align: left !important; }
      .sfContentDetalhe > div ul li table td table tr th:first-child {
        display: none; }
    .sfContentDetalhe > div ul li table td table tr td {
      display: block;
      text-align: left !important;
      padding: 0 !important; }
      .sfContentDetalhe > div ul li table td table tr td table th {
        text-align: left !important; }
      .sfContentDetalhe > div ul li table td table tr td table td {
        display: block;
        text-align: left !important; }
  .sfContentDetalhe > table table {
    width: 100%;
    display: block;
    margin: 30px 0; }
    .sfContentDetalhe > table table td {
      display: block;
      text-align: left !important; }
      .sfContentDetalhe > table table td table th:first-child {
        display: none; }

  .InformacaoCliente .break-td .GesDoc {
    width: 95%; } }
/* -------------------------------- 

Fim 490px

-------------------------------- */
/* -------------------------------- 

Inicio 460px

-------------------------------- */
@media (max-width: 460px) {
  .PedidoCartao .upperLetters {
    display: block;
    margin: 0; } }
/* -------------------------------- 

Fim 460px

-------------------------------- */
/* -------------------------------- 

Inicio 440px

-------------------------------- */
@media (max-width: 440px) {
  .logo {
    display: block;
    overflow: hidden;
    margin: 8px 0 0 30px;
    background: transparent url(/App_Themes/PrivadoVertical/Images/bilogo02.png) no-repeat top right !important;
    width: 40px !important;
    height: 40px;
    border: 0; }

  .ActivosComparacao .tabela .dspr, .ActivosComparacao .tabelaDesk .dspr {
    display: none; }
  .ActivosComparacao .tabela td, .ActivosComparacao .tabelaDesk td,
  .ActivosComparacao .tabela td span,
  .ActivosComparacao .tabelaDesk td span {
    font-size: 10px !important; }

  .ObrigacoesDetalhe .ListHeader {
    display: block; }
    .ObrigacoesDetalhe .ListHeader .buttons {
      display: block;
      text-align: left !important;
      padding: 15px 0 0 0; }

  .MotifsSubscrever .bi-forms table th span {
    line-height: 14px; }
  .MotifsSubscrever .bi-forms table th:last-child span {
    width: 40px;
    display: table; }
  .MotifsSubscrever .bi-forms table td {
    padding-right: 10px;
    max-width: 100px; } }
/* -------------------------------- 

Fim 440px

-------------------------------- */
/* -------------------------------- 

Inicio 418px

-------------------------------- */
@media (max-width: 418px) {
  .UCNegociacao .buttons,
  .UCNegociacao .SMSbuttons,
  .SMSNegociacao .buttons,
  .SMSNegociacao .SMSbuttons {
    margin: 15px 0 0 0; } }
/* -------------------------------- 

Fim 418px

-------------------------------- */
/* -------------------------------- 

Inicio 400px

-------------------------------- */
@media (max-width: 400px) {
  a.home {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0; }

  .bi-depositos th small {
    font-size: .7em;
    line-height: 1.3em; }

  .pageHeader .sfBreadcrumbWrp .RadSiteMap ul li:nth-child(2) {
    display: none; }

  .RadToolTip {
    width: 290px !important; } }
/* -------------------------------- 

Fim 400px

-------------------------------- */
/* -------------------------------- 

Inicio 381px

-------------------------------- */
@media only screen and (max-width: 381px) {
  .ucListaContas > div span,
  .ucListaContas > div select {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px; }
  .ucListaContas > div .k-dropdown-wrap.k-state-default {
    padding-right: 2px; }
    .ucListaContas > div .k-dropdown-wrap.k-state-default .k-input {
      width: 120px; } }
/* -------------------------------- 

Fim 381px

-------------------------------- */
/* -------------------------------- 

Inicio 375px

-------------------------------- */
@media only screen and (max-width: 375px) {
  .PPRDetalhe .bi-forms .form-info .Montante div:last-child {
    display: inline-flex;
    vertical-align: middle; }
    .PPRDetalhe .bi-forms .form-info .Montante div:last-child u {
      padding-top: 5px; }
  .PPRDetalhe .bi-forms .form-interact .bi-inline div:last-child select:last-child {
    margin: 5px 0 0 0; }

  div.Nib input,
  div.Iban input {
    font-size: 13px !important; } }
/* -------------------------------- 

Fim 375px

-------------------------------- */
/* -------------------------------- 

Inicio 372px

-------------------------------- */
@media (max-width: 372px) {
  .ucListaContas #HeaderRight_T05F76C60003_btnLogClean {
    display: none; } }
/* -------------------------------- 

Fim 372px

-------------------------------- */
/* -------------------------------- 

Inicio 360px

-------------------------------- */
@media (max-width: 360px) {
  .IMBAlterar .bi-forms .ultimoDebitoData .bi-inline select:last-child {
    margin: 5px 0 0 5px; }

  .bi-module > div {
    width: 30% !important; } }
/* -------------------------------- 

Fim 360px

-------------------------------- */
/* -------------------------------- 

Inicio 340px

-------------------------------- */
@media (max-width: 340px) {
  .IMBSubscrever .bi-forms .ultimoDebitoData .bi-inline select:last-child {
    margin: 5px 0 0 21px; }

  .IMBAlterar .bi-forms .ultimoDebitoData .bi-inline select:last-child {
    margin: 5px 0 0 21px; } }
/* -------------------------------- 

Fim 340px

-------------------------------- */
/* -------------------------------- 

Inicio 313px

-------------------------------- */
@media (max-width: 313px) {
  .ucListaContas > div span,
  .ucListaContas > div select {
    width: 125px; }
  .ucListaContas > div .k-dropdown-wrap.k-state-default {
    padding-right: 2px; }
    .ucListaContas > div .k-dropdown-wrap.k-state-default .k-input {
      width: 100px; }

  .APConstituir .APButtons input:first-child {
    margin: 0.1em 0.1em 0.5em 0.1em; }
  .APConstituir .APButtons input:last-child {
    margin: 0.1em 0.1em 1em 0.1em; } }
/* -------------------------------- 

Fim 313px

-------------------------------- */
/* -------------------------------- 

Inicio 305px

-------------------------------- */
@media (max-width: 305px) {
  .ucListaContas > div span,
  .ucListaContas > div select {
    width: 90px; }
  .ucListaContas > div .k-dropdown-wrap.k-state-default {
    padding-right: 2px; }
    .ucListaContas > div .k-dropdown-wrap.k-state-default .k-input {
      width: 60px; } }
/* -------------------------------- 

Fim 305px

-------------------------------- */
/* -------------------------------- 

Inicio 300px

-------------------------------- */
@media (max-width: 300px) {
  span.labelContas {
    display: none; } }
/* -------------------------------- 

Fim 300px

-------------------------------- */
/* -------------------------------- 

Inicio 287px

-------------------------------- */
@media (max-width: 287px) {
  .ultimoDebito .bi-inline:last-child select:last-child {
    margin: 10px 0 0 0 !important; } }
/* -------------------------------- 

Fim 287px

-------------------------------- */
/* -------------------------------- 

Inicio 255px

-------------------------------- */
@media (max-width: 255px) {
  .ucListaContas > div span,
  .ucListaContas > div select {
    width: 50px; }
  .ucListaContas > div .k-dropdown-wrap.k-state-default {
    padding-right: 2px; }
    .ucListaContas > div .k-dropdown-wrap.k-state-default .k-input {
      width: 30px; } }
/* -------------------------------- 

Fim 255px

-------------------------------- */
/*REGRAS DO LOGIN*/
.pageFirstLogin {
  width: 180% !important;
  margin-left: 0% !important; }

/* STOCK CHARTS RESPONSIVE BEHAVIOUR */
object#graficoPPR {
  display: block;
  overflow: hidden;
  border: 0;
  padding: 0; }

.AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
  height: 630px; }

object#graficoPPR {
  height: 406px; }

@media (max-width: 1084px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 450px; }

  object#graficoPPR {
    height: 366px; } }
@media (max-width: 870px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 390px; }

  object#graficoPPR {
    height: 366px; } }
@media (max-width: 728px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 330px; }

  object#graficoPPR {
    height: 306px; } }
@media (max-width: 550px) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 270px; }

  object#graficoPPR {
    height: 246px; } }
@media (max-width: 350px) {
  .pnlGraficoClass_Normal .amChartsPeriodSelector div:first-child {
    display: none !important; } }
@media (pointer: coarse) and (orientation: landscape) {
  .AccoesDetalhe .bloco object, .ETFDetalhe .grafico object {
    height: 280px; }

  object#graficoPPR {
    height: 256px; } }
@-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, .FundosDetalhe .tabelaDesk thead tr th {
    font-size: 10pt !important; }
  .FundosDetalhe .tabela td, .FundosDetalhe .tabelaDesk 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 .RiscoRating .tabelaDesk, .FundosDetalhe .FundosDetalheCarteira .tabela, .FundosDetalhe .FundosDetalheCarteira .tabelaDesk {
    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=privado.css.map */
