/** TABLES **/
/** 1ª **/
.bg-light .content-main table.table-key-figure:not(.full),
.accordion-view-container table.table-key-figure{
  height: 100%;
  width: auto !important;
  overflow: auto !important;
  position: relative;
}
.bg-light .content-main table.table-key-figure thead th,
.accordion-view-container table.table-key-figure thead th,
.bg-dark .content-main table.table-key-figure thead th{
  font-family: 'Fedra Sans Alt Pro Book';
  letter-spacing: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 27.5px 15px !important;
  border:none !important;
  vertical-align: top;
}/*
body .content-main table tbody tr td{
  border-left: none !important;
  text-align: left;
}*/

.content-main table.table-key-figure:not(#recaptcha_table) thead tr,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) thead tr{
  height: auto !important;
  border-bottom: none !important;
}

.content-main table.table-key-figure:not(#recaptcha_table) tbody tr:first-child,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr:first-child{
  border-bottom: 1px solid #DDDDDD !important;
}
.content-main table.table-key-figure,
.accordion-view-container table.table-key-figure{
  overflow-x: auto !important;
  position: relative;
}
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr:first-child td:first-child,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr:first-child td:first-child{
  padding: 2px 2px 15px !important;
  color:#9B9B9B !important;
}
.content-main table.table-key-figure:not(#recaptcha_table) thead th:last-child:before,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) thead th:last-child:before {
  content: ' ';
  height: 100%;
  position: absolute;
  margin-left: -27.5px;
  top:0;
}
/*.content-main table.table-key-figure:not(#recaptcha_table) tbody tr td:first-child,*/
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr td:first-child,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr td:first-child{
  padding: 15px 2px !important;
  min-width: 160px !important;
}
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr td,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr td{
  padding: 15px 27.5px !important;
}
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr:first-child td,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr:first-child td{
  padding: 2px 27.5px 15px !important;
}
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr td,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr td{
  font-size: 12px;
  line-height: 22px;
  font-family: 'Fedra Sans Alt Pro Book';
  letter-spacing: 0;
  border-left: none !important;
}
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr{
  color:#1D1D1D;
  font-size: 10px;
  line-height: 22px;
  border-bottom: 1px solid #F4F4F4 !important;
}
.content-main table.table-key-figure:not(#recaptcha_table) tbody tr:nth-child(2n),
.accordion-view-container table.table-key-figure:not(#recaptcha_table) tbody tr:nth-child(2n){
  background-color: #ffffff !important;
}
.content-main .table-scroll > .jspContainer > .jspPane:not(.full),
.content-main .table-scroll > .jspContainer:not(.full),
.content-main .table-scroll:not(.full),
.accordion-view-container .table-scroll > .jspContainer > .jspPane:not(.full),
.accordion-view-container .table-scroll > .jspContainer:not(.full),
.accordion-view-container .table-scroll:not(.full){
  width:100% !important;
}
.content-main .table-scroll .jspVerticalBar,
.accordion-view-container .table-scroll .jspVerticalBar{
  display: none;
}

.content-main .table-scroll .jspHorizontalBar .jspTrack,
.accordion-view-container .table-scroll .jspHorizontalBar .jspTrack{
  background: #E6E6E6;

}
.content-main .table-scroll .jspHorizontalBar .jspTrack,
.content-main .table-scroll .jspHorizontalBar .jspDrag,
.accordion-view-container .table-scroll .jspHorizontalBar .jspTrack,
.accordion-view-container .table-scroll .jspHorizontalBar .jspDrag{
  border-radius: 35px;
}
.content-main .table-scroll .jspHorizontalBar,
.accordion-view-container .table-scroll .jspHorizontalBar{
  height: 7px;
  background: transparent;
}

.content-main table.table-key-figure:not(#recaptcha_table) thead th:last-child:before,
.accordion-view-container table.table-key-figure:not(#recaptcha_table) thead th:last-child:before{
  padding-bottom: 10px;
}
.content-main .jspPane,
.accordion-view-container .jspPane{
  position:relative;
}
.content-main .table-scroll .jspContainer,
.accordion-view-container .table-scroll .jspContainer{
  padding-bottom:25px;
  height: 100% !important;
}
/** END 1ª **/

/** 2ª **/
table.table-sales-performance tbody tr td,
table.table-sales-performance tbody tr td:first-child,
table.table-sales-performance thead tr th {
  width:auto !important;
}
.bg-dark .content-main table.table-sales-performance thead th,
.bg-light .content-main table.table-sales-performance thead th,
.accordion-view-container table.table-sales-performance thead th{
  font-family: 'Fedra Sans Alt Pro Book';
  letter-spacing: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding: 9.5px 9.5px 5px !important;
  border:none !important;
  vertical-align: top;
}
.bg-dark .content-main table.table-sales-performance thead th:after,
.bg-light .content-main table.table-sales-performance thead th:after,
.accordion-view-container table.table-sales-performance thead th:after {
  content: ' ';
  position: absolute;
  padding: 0 9.5px 0 0;
  height: 100%;
  top: 0;
}
.bg-dark .content-main table.table-sales-performance tr td:first-child,
.bg-dark .content-main table.table-sales-performance thead th:first-child,
.bg-light .content-main table.table-sales-performance tr td:first-child,
.bg-light .content-main table.table-sales-performance thead th:first-child,
.accordion-view-container table.table-sales-performance tr td:first-child,
.accordion-view-container table.table-sales-performance thead th:first-child{
  /*  min-width: 105px !important;
    max-width: 105px !important;*/
  width: 88px !important;
}
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr:first-child,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr:first-child {
  border-bottom: none;
}
.bg-dark .content-main table.table-sales-performance tr:first-child td:not(:first-child),
.bg-light .content-main table.table-sales-performance tr:first-child td:not(:first-child),
.accordion-view-container table.table-sales-performance tr:first-child td:not(:first-child){
  font-family: 'Fedra Sans Alt Pro Medium' !important;
  font-size: 10px !important;
  line-height: 12px !important;
  letter-spacing: 0 !important;
  color: #1D1D1D !important;
}
.bg-dark .content-main table.table-sales-performance tr td,
.bg-dark .content-main table.table-sales-performance tr td:not(:first-child),
.bg-light .content-main table.table-sales-performance tr td:not(:first-child),
.accordion-view-container table.table-sales-performance tr td:not(:first-child){
  width: 46px !important;
}
.bg-dark .content-main table.table-sales-performance.not-full,
.bg-light .content-main table.table-sales-performance.not-full,
.accordion-view-container table.table-sales-performance{
  width:auto !important;
}
.bg-dark .content-main table.table-sales-performance:not(#recaptcha_table) tbody tr td,
.bg-dark .content-main table.table-sales-performance thead th:first-child:after,
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr td,
.bg-light .content-main table.table-sales-performance thead th:first-child:after,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr td,
.accordion-view-container table.table-sales-performance thead th:first-child:after{
  border-left: none !important;
}
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr:nth-child(2n),
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr:nth-child(2n){
  background: transparent;
}



.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr td,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr td{
  font-size: 10px;
  line-height: 22px;
  font-family: 'Fedra Sans Alt Pro Book';
  letter-spacing: 0;
  color: #1D1D1D;
}
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr:last-child,
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr:last-child td,
.content-main table.table-sales-performance:not(#recaptcha_table) thead tr,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr:last-child,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr:last-child td,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) thead tr{
  border-bottom: none;
}
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr:not(:first-child) td,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr:not(:first-child) td{
  padding: 15px 9.5px !important;
}
.content-main table.table-sales-performance:not(#recaptcha_table) tbody tr:first-child td:first-child,
.accordion-view-container table.table-sales-performance:not(#recaptcha_table) tbody tr:first-child td:first-child{
  /*padding: 2px 2px 15px !important;*/
  color: #9B9B9B !important;
  line-height: 12px;
  font-size: 10px;
}
.bg-light .content-main table.table-sales-performance thead th:first-child:after,
.accordion-view-container table.table-sales-performance thead th:first-child:after{
  border-right: none !important;
}
/** END 2ª **/

/** 3ª **/
.bg-light .text table.table-simple-color-scheme thead tr th:first-child,
.bg-light .text table.table-simple-color-scheme thead tr th,
.bg-light .text table.table-simple-color-scheme thead tr th:first-child,
.bg-light .text table.table-simple-color-scheme thead tr th,
.accordion-view-container table.table-simple-color-scheme thead tr th:first-child,
.accordion-view-container table.table-simple-color-scheme thead tr th,
.accordion-view-container table.table-simple-color-scheme thead tr th:first-child,
.accordion-view-container table.table-simple-color-scheme thead tr th{
  border-bottom: 1px solid #F4F4F4 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.content-main table.table-simple-color-scheme:not(#recaptcha_table) thead tr th:first-child,
.content-main table.table-simple-color-scheme:not(#recaptcha_table) thead tr th,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) thead tr th:first-child,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) thead tr th{
  font-family: 'Fedra Sans Alt Pro Book';
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0;
  color: #1D1D1D !important;
  font-weight: bold;
}

.content-main table:not(#recaptcha_table) tbody tr:nth-child(2n+1),
table.table-simple tbody tr:nth-child(2n+1),
table.table-key-figures tbody tr:nth-child(2n+1){
  background: transparent !important;
}

.content-main table.table-simple-color-scheme:not(#recaptcha_table) tbody tr:last-child,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) tbody tr:last-child{
  border-bottom: none !important;
}

.content-main table:not(#recaptcha_table) tbody tr,
table.table-simple tbody tr,
table.table-key-figures tbody tr{
  border-bottom: none !important;
}

/*
.content-main table.table-simple-color-scheme:not(#recaptcha_table) thead tr,
.content-main table.table-simple-color-scheme:not(#recaptcha_table) tbody tr:not(:last-child),
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) thead tr,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) tbody tr:not(:last-child){
  border-bottom: 1px solid #F4F4F4 !important;
}*/
.content-main table.table-simple-color-scheme:not(#recaptcha_table) tbody tr:nth-child(2n),
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) tbody tr:nth-child(2n){
  background:transparent;
}

.content-main table.table-simple-border:not(#recaptcha_table) tbody tr,
.accordion-view-container table.table-simple-border:not(#recaptcha_table) tbody tr{
  background: transparent !important;
}

.content-main table.table-simple-color-scheme:not(#recaptcha_table) a,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) a{
  font-weight: bold;
  font-size: 10px;
  line-height: 22px;
  font-family: 'Fedra Sans Alt Pro Book';
  letter-spacing: 0;
}
.content-main table.table-simple-color-scheme:not(#recaptcha_table) tbody tr td:not(:first-child),
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) tbody tr td:not(:first-child){
  padding: 13.5px;
  font-family: 'Fedra Sans Alt Pro Book';
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  color: #1D1D1D;
  width: auto !important;
}
.content-main table.table-simple-color-scheme:not(#recaptcha_table) tbody tr td:first-child,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) tbody tr td:first-child{
  padding: 13.5px 13.5px 13.5px 2px;
  font-family: 'Fedra Sans Alt Pro Book';
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
  color: #1D1D1D;
}
.content-main table.table-simple-color-scheme:not(#recaptcha_table) thead tr th:first-child,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) thead tr th:first-child{
  padding: 2px 13.5px 5.5px 2px;
}
.content-main table.table-simple-color-scheme:not(#recaptcha_table) thead tr th,
.accordion-view-container table.table-simple-color-scheme:not(#recaptcha_table) thead tr th{
  padding: 2px 13.5px 5.5px 13.5px;
}
/** END 3ª **/

.content-main .table-scroll.without-margin-b{
  margin-bottom:7px !important;
}
.content-main table.table-javali:not(#recaptcha_table),
.accordion-view-container table.table-javali:not(#recaptcha_table){
  margin: 0 1px 0 0;
  position: relative;
  width: auto;
}
.content-main table.table-javali:not(#recaptcha_table) .rtecenter,
.accordion-view-container table.table-javali:not(#recaptcha_table) .rtecenter{
  text-align: center !important;
}
.content-main table.table-javali:not(#recaptcha_table) .rteleft,
.accordion-view-container table.table-javali:not(#recaptcha_table) .rteleft{
  text-align: left !important;
}
.content-main table.table-javali:not(#recaptcha_table) .rteright,
.accordion-view-container table.table-javali:not(#recaptcha_table) .rteright{
  text-align: right !important;
}
.content-main table.table-javali:not(#recaptcha_table) thead tr th,
.accordion-view-container table.table-javali:not(#recaptcha_table) thead tr th{
  text-align: unset !important;
}

.content-main table:not(#recaptcha_table) tbody tr td {
  line-height: 20px;
}
/** END TABLES**/

.node-type-core-content-item .two-columns table.table-investor-calendar{
  max-width: unset;
}

.node-type-core-content-item .two-columns table.table-javali.not-full{
  overflow: hidden;
}

table.table-javali ol{
  list-style-position: inside;
}
