/*
@col1: #4bbbbf
*/


body {
	font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/IcoMoon.ttf);
}

[class^='icon-'],
[class*=' icon-'],
.icon,
.download-link:before,
.contact__select:after,
.footer h4:after,
.breadcrumbs__item:after,
.filter>label:after,
.filter [class*='__toggle']:after,
.filter-complex label:before,
.tabs__mobile-link:before,
.faq-list__link:before,
#cboxClose {
    font-family: 'icomoon';
    -moz-font-feature-settings: 'liga=1';
    -moz-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none
}


* {
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}

*.underline {
	border-bottom: 1px solid #bcbcbc;
}

a {
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    color: #013668;
    text-decoration: none;
}

iframe {
	border: none !important;
	overflow: hidden !important;
}

img {
	max-width: 100% !important;
}

.ui-li-has-thumb img {
	max-width: 80px !important;
}

/* Colors
/* -------- */
.highlight {
	background-color: #D0BFD9;
}

.upcase {
  text-transform: uppercase;
}

/* Headlines
/* ----------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	line-height: 1.1;
	margin: 15px 0;
}

h2{
	font-size: 1.8em;
	color: #013668;
	font-family: "ITC Lubalin Graph Reg","Book Antiqua",Georgia,serif;
	font-weight: normal;

}

h2.list-divider {
	padding: 0 15px;
}


/* Listviews
/* ---------- */

.ui-listview > li:nth-child(odd) {
  background-color: #fafafa;
}
.ui-listview > li:nth-child(even) {
  background-color: white;
}

.ui-listview > li {
	padding-left: 0px;
}

.ui-listview > li > a {
  background-color: transparent !important;
  /* color: #0054a1 !important;*/
  padding-left: 0;
}

.ui-listview > li > a,
.ui-listview > li h2,
.ui-listview > li p {
	font-size: 1em !important;
	font-weight: normal !important;
	color: inherit;
	font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ui-listview li.ui-li-has-thumb a {
	padding-left: 80px !important;
}

.ui-listview li.ui-li-has-thumb h2 {
	align-items: center; /* align vertical */
	display: -webkit-box; /* Android 2.x */
	display: -webkit-flex; /* Android 2.x */
	display: flex;
	height: 58px;
	margin: 0;
}

.ui-listview li.ui-li-has-thumb img {
	bottom: 0 !important;
	left: 15px !important;
	margin: auto 0 !important;
	max-height: 80px !important;
	max-width: 65px !important;
	top: 0 !important;
}

/* Listviews after titles
/* Control border
/* ------------------------ */
h3 + ul.ui-listview li:nth-child(1) {
	margin-top: 0;
}

h3 + ul.ui-listview li:nth-child(1) a {
	border-top: 1px solid transparent !important;
}

/* Links
/* ------- */
a {
	font-weight: normal !important;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

ul.multilines * {
	white-space: normal !important;
}

li.multilines, a.multilines, a.multilines * {
	white-space: normal !important;
}

li a.ui-btn.videos {
	min-height: 0 !important;
}

li a.ui-btn.videos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

/* Links with icons
/* ----------------- */
a.icon-plus {
  padding-right: 32px;
}

a.icon-plus:after {
  color: #007AFF;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 12px;
  top: 50%;
}

a.angle-right {
  padding-right: 32px;
}

a.angle-right:after {
  color: #007AFF;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 12px;
  top: 50%;
}

a.angle-right-bg {
	padding-right: 32px;
}

a.angle-right-bg:after {
	background-image: url("../img/angle-right.png");
	background-repeat: no-repeat;
	content: "";
	height: 18px;
	margin-top: -9px;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 16px;
}


/* Clearfix
/* --------- */
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

/* Panels ( menu - sidebar )
/* -------------------------- */
.ui-panel {
	top: 0;
	bottom: 0;
	min-height: 1px;
}

.ui-panel .ui-btn {
	color: #929292 !important;
}

.ui-panel .ui-btn.active {
  color: #007aff !important;
}

.ui-panel .ui-btn h2 {
	font-weight: normal;
}

.ui-panel li {
	padding-left: 15px;
}

/* Symex panels
/* ------------- */
.symex-panel-1 {
	margin: 15px 0 0 0;
	padding: 0 10px;
}

/* Header ( 46px )
/* ---------------- */
[data-role=header] {
  background-color: #f7f7f8;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  height: 44px;
  top: 0;
}

.navbar-center {
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.navbar-center img {
  display: block;
  height: 36px;
  margin: 4px auto;
}

.navbar-right {
  bottom: 0;
  height: 44px !important;
  position: absolute;
  right: 15px;
}

.navbar-right a {
  display: inline-block;
  margin: 10px 0;
}

.navbar-right img {
  display: block;
  height: 24px;
  width: 24px;
}


/* Homepage tablet  */
/* ---------------- */
.index-content-smartphone,
.index-content-tablet {
  bottom: 56px;
  left: 0;
  position: absolute;
  right: 0;
  top: 46px;
}

/* Menu (toolbar)
/* Smartphone: 50px
/* Tablet: 82px
/* ----------------- */
.menu-toolbar a {
  background-color: #ffffff;
  color: #0054a1;
  display: block;
  float: left;
  font-size: 9px;
  padding: 0;
  text-align: center;
  width: auto; /* Will be set inline */
}

.menu-toolbar img {
  display: block;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

.tablet .menu-toolbar img {
  height: 64px;
  width: 64px;
}

.menu-toolbar span {
  color: #0054a1;
  display: block;
  line-height: 18px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}


/* ----------------------------------- */
/* Homepage common ( smart / tablet )  */
/* ----------------------------------- */
#index-page {
	/* Be sure .ui-page height is 100% */
	bottom: 0;
}

.index-column {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.index-column .index-column-cell {
	border: 0px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}

.index-column .index-column-cell .title {
	margin: 0;
	padding: 15px 0;
	font-weight: bold;
}

.index-column .index-column-cell-a { height: 50%; }
.index-column .index-column-cell-b { height: 50%; }
.index-column .index-column-cell-c { height: 50%; }
.index-column .index-column-cell-d { height: 50%; }

@media (orientation: landscape) {
  .index-column .index-column-cell-a { height: 50%; }
  .index-column .index-column-cell-b { height: 50%; }
  .index-column .index-column-cell-c { height: 50%; }
  .index-column .index-column-cell-d { height: 50%; }
}


/* -------- */
/* Content  */
/* -------- */
.ui-content {
	padding: 0px;
}

.ui-content .ui-listview {
	margin: 0;
}

.ui-content .ui-listview li a{
	padding-left: 10px;
	padding-right: 10px;
}

.ui-content .ui-listview.meetings {
	margin-top: 15px;
}

.ui-content .ui-listview.meetings .ui-li-divider {
	border-top-width: 0;
}


/* Stock data
/* ----------- */
.share-date { }
.share-price {
  font-size: 1.4em;
}


/* OWL carousel
/* ------------- */
.owl-carousel .owl-item img {
	width: auto !important;
	max-width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #929292;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #000000;
}

/* Footer ( 56px )
/* --------------- */
.ui-footer {
  background-color: #f7f7f8 !important;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4 !important;
  padding: 0;
}

.footer-toolbar {
	display: -webkit-box; /* Android 2.x */
	width: 100% !important; /* Android 2.x */
	display: -webkit-flex; /* Android 2.x */
	display: flex;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	height: 54px;
}

.footer-toolbar a {
	color: #929292 !important;
	text-align: center;
	-webkit-box-flex: 1; /* Android 2.x */
	-webkit-flex: 1; /* Android 2.x */
	display: block; /* Android 2.x */
	min-width: 10%; /* Android 2.x */
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.footer-toolbar a.active {
  color: #007aff !important;
}

.footer-toolbar i.fa {
  color: inherit;
  font-size: 24px;
  line-height: 34px;
}

.footer-toolbar span {
  color: inherit;
  display: block;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Toolbars
/* -------- */
.toolbar .ui-controlgroup-controls {
	display: -webkit-box !important; /* Android 2.x */
	display: -webkit-flex !important; /* Android 2.x */
	display: flex !important;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	width: auto !important;
}

.toolbar .ui-controlgroup-controls a {
	-webkit-box-flex: 1; /* Android 2.x */
	-webkit-flex: 1; /* Android 2.x */
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	text-align: center;
	font-size: 13px !important;
	padding: 9px 13px !important;
	min-width: 30px;
	/* padding-right: 13px !important; */
}

.toolbar .ui-controlgroup-controls label {
  text-align: center;
  font-size: 13px !important;
  padding: 9px 8px !important;
  min-width: 30px;
  line-height: 17px !important;
  font-weight: normal !important;
}

.toolbar.toolbar-news .ui-controlgroup-controls a {
  min-width: 120px;
}

/* Notifications form
/* -------------------- */
.ui-input-text.ajax-error,
.ui-btn.ajax-error,
.ui-btn.ajax-error:hover {
	border: 1px solid #ff0000;
}

.error-container {
	color: #ff0000;
	font-weight: bold;
}

#notifications-form .ui-field-contain {
	padding-right: 100px;
}
#notifications-form .ui-field-contain label {
	width: auto;
	white-space: normal;
}

#notifications-form .ui-field-contain div.ui-slider-switch {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px!important;
}

.legend {
	position: relative;
	padding-left: 20px;
}

.legend:before {
	position: absolute;
	left: 0;
	content: " ";
	width: 15px;
	height: 15px;
}

.legend.color_1-0:before {
	background-color: #D9DADC;
}

.legend.color_1-1:before {
	background-color: #329495;
}

.legend.color_1-2:before {
	background-color: #53C3EB;
}

.legend.color_1-3:before {
	background-color: #59418C;
}

.legend.color_1-4:before {
	background-color: #333333;
}

.legend.color_1-5:before {
	background-color: #309595;
}

.legend.color_1-6:before {
	background-color: #555555;
}

.legend.color_1-7:before {
	background-color: #ECEDED;
}




.legend.color_2-0:before {
	background-color: #D9DADC;
}

.legend.color_2-1:before {
	background-color: #59418C;
}

.legend.color_2-2:before {
	background-color: #53C3EB;
}

.legend.color_2-3:before {
	background-color: #329495;
}

.legend.color_2-4:before {
	background-color: #2D3E8E;
}

.legend.color_2-5:before {
	background-color: #333333;
}

.legend.color_2-6:before {
	background-color: #bbbbbb;
}

.legend.color_2-7:before {
	background-color: #333333;
}

.ui-listview.ui-big-thumb .ui-li-has-thumb > .ui-btn {
	padding-left: 112px;
	min-height: 112px;
}

.ui-listview.ui-big-thumb .ui-li-has-thumb > .ui-btn > img:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	max-width: 112px !important;
	max-height: 112px;
}

.ui-listview.ui-big-thumb .ui-li-has-thumb > .ui-btn > h2 {
	display: table-cell;
	margin: 0;
	height: 112px;
	vertical-align: middle;
}

/* Stock page
/* ------------ */
.td33 {
	display: block;
	float: left;
	width: 33%;
	text-align: right;
}


.ui-collapsible:not(:first-of-type) .ui-collapsible-heading .ui-btn { border-top-width: 0 !important; }
.ui-select span { white-space: normal !important; }

.ui-slider {
  width: 4em !important;
}
.ui-slider, .ui-slider * {
  background: none !important;
  border: none !important;
}
.ui-slider.ui-slider-switch {
  border-radius: 16px !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important; */
  border: 1px solid #e5e5e5 !important;
  overflow: hidden;
}
.ui-slider-handle {
  background: #ffffff !important;
  border: 1px solid #f7f7f8 !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important;
}
.ui-slider-label.ui-slider-label-a {
  background-color: #40b754 !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important; */
}
.ui-slider-label.ui-slider-label-b {
  background-color: #ffffff !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important; */
}
.ui-slider-inneroffset {
  background: none !important;
}

video, audio,
audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-overlay-enclosure,
audio::-webkit-media-controls,
video::-webkit-media-controls {
	opacity: 1 !important;
	/* z-index: 2147483648 !important; */
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

#box-reports {

    height: 350px;
    background-image: set inline;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;

}

table {
    border-collapse: collapse;
    border-spacing: 0
	
}

td,
th {
    padding: 0
}



thead th {
    background: #013668;
    border: 1px solid #fff;
    border-top: 0;
    color: #fff;
    font-weight: normal;
    padding: 1rem
}

thead th:first-child {
    border-left-color: transparent;
    text-align: left
}

thead th:last-child {
    border-right-color: transparent
}

@media (min-width:768px) {
    thead th {
        padding: 1.5rem 2rem
    }
}

@media (min-width:3000px) {
    thead th {
        padding: 2.5rem 3rem
    }
}



tbody,
tr,
th,
td {
    display: block;
    text-align: right;
    white-space: normal;
    font-size: 14px !important;
}

@media (min-width:768px) {
    tbody,
    tr,
    th,
    td {
        text-align: center
    }
}

tbody th {
    font-weight: normal
}

@media (min-width:768px) {
    tbody {
        display: table-row-group
    }
}

tr {
    border-bottom: 1px solid #f2f2f2
}

@media (min-width:768px) {
    tr {
        border-bottom: 0;
        display: table-row
    }
}

th,
td {
    vertical-align: middle
}

@media (min-width:768px) {
    th,
    td {
        display: table-cell
    }
}

th {
    padding: 2.5rem ;
    position: relative;
    text-align: left
}

tbody th[scope="row"] {
    font-weight: normal
}

@media (min-width:768px) {
    tbody th[scope="row"] {
        border: 1px solid #f2f2f2
    }
}

.tr--active th {
    border-bottom: 1px solid #f2f2f2
}

th .icon,
th .download-link:before,
th .contact__select:after,
th .footer h4:after,
.footer th h4:after,
th .breadcrumbs__item:after,
th .filter>label:after,
th .filter [class*='__toggle']:after,
.filter th [class*='__toggle']:after,
th .filter-complex label:before,
.filter-complex th label:before,
th .tabs__mobile-link:before,
th .faq-list__link:before,
th #cboxClose {
    margin-top: -1rem;
    padding: .25rem;
    position: absolute;
    right: 3rem;
    top: 50%
}

th .icon:before,
th .download-link:before,
th .filter-complex label:before,
.filter-complex th label:before,
th .tabs__mobile-link:before,
th .faq-list__link:before,
th #cboxClose:before {
    -moz-transition: -moz-transform .25s ease;
    -o-transition: -o-transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    display: inline-block
}

.tr--active th .icon:before,
.tr--active th .download-link:before,
.tr--active th .filter-complex label:before,
.filter-complex .tr--active th label:before,
.tr--active th .tabs__mobile-link:before,
.tr--active th .faq-list__link:before,
.tr--active th #cboxClose:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    th .icon:before,
    th .download-link:before,
    th .filter-complex label:before,
    .filter-complex th label:before,
    th .tabs__mobile-link:before,
    th .faq-list__link:before,
    th #cboxClose:before {
        display: none
    }
}

th+th {
    text-align: center
}

@media (min-width:768px) {
    th {
        padding: 1.5rem 2rem
    }
}

@media (min-width:3000px) {
    th {
        padding: 2.5rem 3rem
    }
}

td {
    border: 0;
    clip: rect(0 0 0 0);
    padding: 5px 10px 5px 10px;
    clear: both
}

td.focusable:active,
td.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

td:before {
    content: attr(data-title);
    display: block;
    float: left;
    height: 100%;
    padding-right: 20px;
    text-align: left;
    width: 30%
}

@media (min-width:768px) {
    td:before {
        display: none
    }
}

td span {
    display: block;
    float: right;
    height: 100%;
    width: 50%
    text-align: left;
}

@media (min-width:768px) {
    td span {
        width: 100%
    }
}

td time {
    white-space: nowrap
}

.tr--active td {
    clip: auto;
    height: auto;
    margin: 0;
    /*padding: 1.25rem 3rem;*/
    position: static;
    width: auto
}

td+td {
    text-align: right
}

@media (min-width:768px) {
    td+td {
        text-align: center
    }
}

@media (min-width:768px) {
    td {
        border: 1px solid #f2f2f2;
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        padding: 1.5rem 2rem;
        position: static;
        width: auto
    }
}

@media (min-width:3000px) {
    td {
        padding: 2.5rem 3rem
    }
}

tr:nth-child(even) {
    background: #fafafa
}

table {
    -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 4rem;
    width: 100%
}

table .download-link {
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 0 1.6rem
}

@media (min-width:768px) {
    table .download-link {
        margin-bottom: 1rem;
        margin-left: 0
    }
}

caption {
    background: #013668;
    border-top: 0;
    color: #fff;
    font-weight: normal;
    padding: 25px 30px;
    text-align: left
}

@media (min-width: 768px){
caption {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
}
@media (max-width: 767px){
thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
}
.icon-arrow-small-down:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bold;
}

.article-body{
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(0,0,0,0.05);
	line-height: 1.5;
	min-height: 492px;
}

.dyn-item{
	padding: 0 10px 0 10px;
}

.ui-board{
	padding: 10px;
}

.ui-listview>li h1, .ui-listview>li h2, .ui-listview>li h3, .ui-listview>li h4, .ui-listview>li h5, .ui-listview>li h6 {
    margin-right: 10px;
 }

#legend{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

#legend #kbc{
  color:#00aeef;
}

#legend #bel20{
  color:#003665;
}

#legend #sx7p{
  color:#009985;
}