﻿@import url("/Site_Widgets/Theme.Pordata.css?14203");



:root {

    /* Typography - Size */
    --font-size-display: 36px;
    
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;

    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;   

    /* Typography - Weight */
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    
    /* Color - Brand */
    --color-primary: #1068eb;
    --color-secondary: #303d60;
    
    --color-primary-hover: #295fd6;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));

    /* Color - Extended */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
   
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
    
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    
    /* Color - Neutral */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #6a7178;
    --color-neutral-8: #4f575e;
    --color-neutral-9: #272b30;
    --color-neutral-10: #101213;
    
    /* Color - Semantic */
    --color-error-light: #fceaea;
    --color-error: #dc2020;
    
    --color-warning-light: #fdf6e5;
    --color-warning: #e9a100;
    
    --color-success-light: #eaf3eb;
    --color-success: #29823b;
    
    --color-info-light: #e5f5fc;
    --color-info: #017aad;

    /* Space - Sizes */
    --space-none: 0;
    --space-xs: 4px;
    --space-s: 8px;
    --space-base: 16px;
    --space-m: 24px;
    --space-l: 32px;
    --space-xl: 40px;
    --space-xxl: 48px;
    
    /* Border Radius */
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 100px;
    --border-radius-circle: 100%;
    
    /* Border Size */
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;

    /* Elevation / Shadow */
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);

    /* App Settings */
    --color-background-body: #f3f6f8;
    --header-size: 56px;
    --side-menu-size: 300px;

}


/* $4.1.9 - Patterns - Content - Carousel */
.carousel {
    position: relative;
    -webkit-transition: opacity 330ms ease;
            transition: opacity 330ms ease;
}

.carousel-container .ListRecords {
    display: block;
}

.carousel.is--hidden {
    opacity: 0;
}

.carousel .tns-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    width: 100%;
}

.carousel .tns-ovh {
    position: relative;
}

.carousel .tns-item {
    cursor: pointer;
}

.carousel .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    margin-top: var(--space-m);*/
    position: absolute;
    z-index: 20;
    left: 45%;
    bottom: 20px;
}

.carousel .tns-nav button {
    cursor: pointer;
}

.carousel .carousel-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel .carousel-arrow-left,
.carousel .carousel-arrow-right {
    position: absolute;
    background:  rgba(172, 172, 172, 0.64);
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
    -webkit-box-shadow: var(--shadow-xs);
            box-shadow: var(--shadow-xs);
    color: var(--color-neutral-0);
    -webkit-transition: all 180ms linear;
            transition: all 180ms linear;
}

.carousel .carousel-arrow-left:hover,
.carousel .carousel-arrow-right:hover {
    color: var(--color-neutral-0);
}

.carousel .carousel-arrow-left {
    left: 0;
}

.carousel .carousel-arrow-right {
    right: 0;
}

.carousel .carousel-navigation.carousel-padding-none .carousel-arrow-left {
    left: 24px;
}

.carousel .carousel-navigation.carousel-padding-none .carousel-arrow-right {
    right: 24px;
}

.carousel .carousel-arrow-left .fa-fw,
.carousel .carousel-arrow-right .fa-fw {
    font-size: 36px;
    font-weight: bold;
}

.carousel .carousel-arrow-left .fa-fw {
    margin: -2px 0 0 -2px;
}

.carousel .carousel-arrow-right .fa-fw {
    margin: -2px -2px 0 0;
}

/* Library CSS */
.carousel img:not(.tns-lazy-img),
.carousel .lazyload img {
    height: auto;
}
.carousel [class*="autoWidth"] img {
    max-width: none;
}

.carousel .img {
    font-size: 100px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

.carousel .visually-hidden {
    position: fixed;
    left: -10000px;
    opacity: 0;
}

/* nav */
.carousel .nav.active ul {
    left: 0;
}

.carousel .nav.active .nav-toggle-handle {
    left: 17em;
}

.carousel .nav.active .nav-toggle-handle:before {
    display: inline-block;
}

.carousel .nav.active .nav-toggle-handle:after {
    display: none;
}

.carousel .nav ul {
    position: fixed;
    top: 0;
    left: -17em;
    z-index: 100;
    width: 17em;
    height: 1000px;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    transition: left 0.25s;
    overflow-y: auto;
}

.carousel .nav a {
    display: block;
    padding: 0.7em 1em;
    color: inherit;
    text-decoration: none;
}

.carousel .nav a:hover {
    background-color: #F3F3F3;
}

.carousel .nav .active {
    color: #fff;
    background-color: #af23ff !important;
}

.carousel .nav-toggle-handle {
    position: fixed;
    transition: left 0.25s;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 10px;
    color: #fff;
    background-color: #af23ff;
    cursor: pointer;
}

.carousel .nav-toggle-handle:before { 
    display: none;
    padding-right: 5px;
    content: 'â—„'; 
    font-size: 0.8em;
}

.carousel .nav-toggle-handle:after { 
    padding-left: 5px;
    content: 'â–º'; 
    font-size: 0.8em;
}

.carousel .customize-tools {
    position: relative;
}

.carousel .thumbnails { 
    margin: 20px 0;
    text-align: center;
}

.carousel .thumbnails li {
    display: inline-block;
    cursor: pointer;
    border: 5px solid #fff;
}

.carousel .thumbnails [aria-selected="true"] {
    background: none;
    border-color: #000;
}

.carousel .thumbnails li {
    width: 50px;
}

.carousel .thumbnails img {
    vertical-align: bottom;
    height: auto;
    max-height: 50px;
}

.carousel .controls {
    text-align: center;
}

.carousel .controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel .controls li img {
    display: inline-block;
    vertical-align: middle;
}

.carousel .controls .prev {
    left: 0;
}

.carousel .controls .next {
    right: 0;
}

.carousel .controls li:hover {
    background: #f2f2f2;
}

.carousel .tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.carousel .tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #000;
    background: #66CCFF;
    border-radius: 3px;
    border: 0;
}

.carousel .lt-ie9 .tns-controls > [aria-controls] {
    line-height: 2.5em;
}

.carousel [data-action] {
    display: block;
    margin: 10px auto;
    font-size: 17px;
    min-width: 3em;
    text-align: center;
    background: transparent;
    border: 0;
}

.carousel .tns-controls [disabled] { 
    color: #999999;
    background: #B3B3B3; 
    cursor: not-allowed !important;
}

.carousel .tns-nav > [aria-controls] {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 4px;
    border-radius: 50%;
    background: var(--color-neutral-5);
    border: 0;
}

.carousel .tns-nav > [aria-selected="true"] {
    background: var(--color-primary);
}

.carousel .playbutton-wrapper {
    text-align: center;
}

.carousel .playbutton-wrapper button {
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid  #ccc;
    cursor: pointer;
}

.carousel .wrapper {
    padding: 0 5em;
}

.carousel .suite-container .title, 
.carousel .suite-container .subtitle, 
.carousel .suite-container li {
    padding: 5px 10px;
}

.carousel .suite-container li {
    font-size: 12px;
    line-height: 1.4;
    background: #f5f5f5;
}
.carousel .suite-container .title {
    font-size: 14px;
    font-weight: bold;
    background: #8acac6;
    text-transform: capitalize;
}

.carousel .suite-container .subtitle {
    font-size: 13px;
    font-weight: bold;
    background: #dedede;
    text-transform: capitalize;
}

.carousel .suite-container .fail {
    background: #FFADE2;
}

.carousel [class*="vertical"] .img {
    padding: 30px 0;
}

.carousel [class*="vertical"] .img:before {
    content: '';
    display: inline-block;
    width: 1px;
    margin-right: -1px;
    height: 100%;
    vertical-align: middle;
}

.carousel [class*="vertical"] .img a {
    display: inline-block;
    padding: 0;
}
.carousel [class*="vertical"] .img-1 { height: 137px; }
.carousel [class*="vertical"] .img-2 { height: 122px; }
.carousel [class*="vertical"] .img-3 { height: 143px; }
.carousel [class*="vertical"] .img-4 { height: 325px; }
.carousel [class*="vertical"] .img-5 { height: 140px; }
.carousel [class*="vertical"] .img-6 { height: 119px; }
.carousel [class*="vertical"] .img-7 { height: 223px; }
.carousel [class*="vertical"] .img-8 { height: 164px; }

/* https://daneden.github.io/animate.css/ */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

/*########## tny slider css ##########*/
.carousel .tns-outer {
    padding: 0 !important;
}

.carousel .tns-outer [hidden] {
    display: none !important;
}

.carousel .tns-outer [aria-controls], .carousel .tns-outer [data-action] {
    cursor: pointer;
}

.carousel .tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.carousel .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.carousel .tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.carousel .tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
    margin-right: -100%;
}

.carousel .tns-no-calc {
    position: relative;
    left: 0;
}

.carousel .tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.carousel .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.carousel .tns-gallery > .tns-slide-active {
    position: relative;
    left: unset !important;
}

.carousel .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.carousel .tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.carousel .tns-lazy-img.loaded {
    opacity: 1;
}

.carousel .tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.carousel .tns-ovh {
    overflow: hidden;
}

.carousel .tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.carousel .tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.carousel .tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.carousel .tns-normal, .carousel .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}


/* $4.2.5 - Patterns - Controls - DropdownSelect */
.choices {
    min-width: 150px;
    position: relative;
}

.choices.is-open.is-focused .choices__inner {
    border: var(--border-size-s) solid var(--color-primary);
    border-radius: var(--border-radius-soft);
}

.choices.Not_Valid .choices__inner {
    border: var(--border-size-s) solid var(--color-error);
}

.choices .choices__inner select {    
    opacity: 0;
    position: absolute;
    z-index: -10;
    pointer-events: none;
    width: 1px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: var(--space-none);
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: var(--color-neutral-0);
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner .choices__inner {
    padding-bottom: var(--space-none);
}


.choices[data-type*="select-one"] .choices__button {
    height: auto;
    margin-right: var(--space-m);
    margin-top: -10px;
    padding: var(--space-none);
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px var(--shadow-xs);
}

.choices .search--wrapper input:not(.btn):not(.checkbox):not(.radio-button),
.choices .search--wrapper .input {
    padding-left: var(--space-xl);
    max-width: 100%;
}

.choices .search--wrapper {
    padding: var(--space-s);
}

/* Arrow icon */
.choices[data-type*="select-one"]:after {
    color: var(--color-neutral-7);
    content: '\f107';
    font: normal normal normal 24px/1 FontAwesome;
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
    top: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transform-origin: center;
}

.choices[data-type*="select-one"].is-open:after {
    color: var(--color-primary);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 16px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    left: 0;
    margin-left: var(--space-m);
    margin-right: var(--space-none);
    right: auto;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-one"] .choices__button {
    display: none;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    border: var(--border-size-none);
    display: inline-block;
    line-height: 1;
    margin-bottom: var(--space-none);
    margin-left: var(--space-s);
    margin-right: -4px;
    margin-top: var(--space-none);
    padding-left: var(--space-base);
    position: relative;
    width: 8px;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid grey;
    color: var(--color-neutral-3);
    display: inline-block;
    height: 40px;
    line-height: calc(var(--font-size-base) * 2);
/*    padding-left: var(--space-base);*/
    -webkit-transition: all 180ms linear;
            transition: all 180ms linear;
    vertical-align: top;
    width: 100%; 
}

.choices[data-type*="select-multiple"] .choices__inner {
    height: auto;
    padding: var(--space-s);
    border-radius: var(--border-radius-soft);
}

.choices__inner:hover {
    border: var(--border-size-s) solid var(--color-neutral-6);
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--color-primary);
    border-radius: var(--border-radius-soft);
    color: var(--color-neutral-1);
}

.is-open .choices__inner {
    border-radius: var(--border-radius-none);
}

.is-flipped.is-open .choices__inner {
    border-radius: var(--border-radius-none);
}

.choices__list {
    list-style: none;
    margin: var(--space-none);
    padding-left: var(--space-none);
}

.choices__list--single {
    display: inline-block;
    padding-right: var(--space-base);
    width: 100%;
}

.choices__list.choices__list--dropdown {
    border-radius: var(--border-radius-soft);
}

.choices__list.choices__list--dropdown.is-active {
    margin-top: var(--space-xs);
}


.search--wrapper {
    position: relative;
}

.search--wrapper input {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid var(--color-neutral-4);
    height: 40px;
    padding: var(--space-none) var(--space-base);
    -webkit-transition: all 180ms linear;
            transition: all 180ms linear;
}

.search--wrapper:before {
    color: var(--color-neutral-6);
    content: '\f002';
    font-family: 'SilkWeb4';
    left: var(--space-base);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* Choices Multiple */
.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    align-items: center;
    background-color: var(--color-neutral-3);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid var(--color-neutral-3);
    color: var(--color-neutral-9);
    display: inline-flex;
    font-size: var(--font-size-xs);
    font-weight: var(--font-semi-bold);
    height: 32px;
    margin-top: var(--space-xs);
    margin-left: var(--space-xs); 
    padding: var(--space-xs) var(--space-s);
    vertical-align: middle;
    word-break: break-all;  
}

.choices[data-type*="select-multiple"] .choices__button::after {
    content: "\f00d";
    color: var(--color-neutral-7);
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);  
}

.choices[data-type*="select-multiple"] .choices__item.is-highlighted .choices__button::after {
    color: var(--color-neutral-0);
}

.choices[data-type*="select-multiple"] .search--wrapper input {
    border: 0;
    min-width: 100%;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="select-multiple"] .search--wrapper,
.choices[data-type*="select-multiple"].is-open .search--wrapper {
    padding: 0;
}

.choices[data-type*="select-multiple"] .search--wrapper input:focus {
    border: 0;
    box-shadow: none;
}

.choices[data-type*="select-multiple"].is-open .choices__inner {
    border: var(--border-size-s) solid var(--color-neutral-5);
}

.choices[data-type*="select-multiple"] .search--wrapper::before {
    left: var(--space-base);
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: var(--space-xs);
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: var(--color-primary);
    border: var(--border-size-s) solid var(--color-primary);
    color: var(--color-neutral-0);
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: var(--color-neutral-6);
    border: var(--border-size-s) solid var(--color-neutral-7);
}

.choices__list--dropdown {
    background-color: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-5);
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    word-break: break-all;
    z-index: 100;
}

.choices__list--dropdown.is-active {
    display: block;
}

.is-flipped .choices__list--dropdown {
    border-radius: var(--border-radius-soft) var(--border-radius-soft) var(--border-radius-none) var(--border-radius-none);
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: var(--space-none);
    top: auto;
}

.choices__list--dropdown .choices__list {
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    overflow: auto;
    position: relative;
    will-change: scroll-position;
}

.phone.landscape .choices__list--dropdown .choices__list {
    max-height: 100px;
}

.choices__list--dropdown .choices__item {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: var(--space-none) var(--space-base);
    position: relative;
}

.choices__item--disabled {
    cursor: not-allowed;
    opacity: .5;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.choices__heading {
    border-bottom: var(--border-size-s) solid var(--color-neutral-0);
    color: var(--color-neutral-5);
    font-size: var(--font-size-s);
    font-weight: var(--font-semi-bold);
    padding: var(--space-s);
}

.choices__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: var(--border-size-none);
    cursor: pointer;
    text-indent: -9999px;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-none);
    border: var(--border-size-none);
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}


.choices__placeholder {
    opacity: .5;
}

.choices__list--single .choices__item {
    color: var(--color-neutral-10);
    overflow: hidden;
    padding-right: var(--space-base);
    padding-top: var(--space-xs);
    padding-left: var(--space-base);
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
}

.choices__list::-webkit-scrollbar {
    width: 5px;
}

.choices__list::-webkit-scrollbar-track {
    background: var(--color-neutral-4);
}

.choices__list::-webkit-scrollbar-thumb {
    background-color: var(--color-neutral-6);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--color-neutral-2);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

/* rtl */
.choices[dir="rtl"] .search--wrapper input:not(.btn):not(.checkbox):not(.radio-button) {
    padding-right: var(--space-xl);
}

.choices[dir="rtl"] .search--wrapper:before {
    right: var(--space-base);
}
.choices[dir="rtl"] .choices__list--single {
    padding-left: var(--space-base);
    padding-right: var(--space-xs);
}

.choices[dir="rtl"] .choices__list--multiple .choices__item {
    margin-left: var(--space-none);
    margin-right: var(--space-xs);
}

.choices[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

.choices[dir="rtl"] .choices__input {
    padding-left: var(--space-none);
    padding-right: 2px;
}

.choices[data-type*="select-multiple"][dir="rtl"] .choices__button, 
.choices[data-type*="text"][dir="rtl"] .choices__button {
    margin-right: var(--space-s);
    margin-left: 0;
    padding-left: var(--space-none);
}

/* Media Queries */
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: var(--font-size-xs);
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .choices[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        padding-left: 100px;
        padding-right: var(--space-s);
        text-align: right;
    }
    .choices[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        left: 10px;
        right: auto;
    }
}


/* Choices Disabled */
.choices-disabled {
    pointer-events: none;
}

.choices-disabled .choices__inner {
    background-color: var(--color-neutral-2);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAAAXNSR0IArs4c6QAAAb1JREFUOBGlU79Lw1AQfhcSipM6OTo5uQmJVaGtiNAqOGgd/AN0cLf+D7o76OhYddMGivQHqNgUN/8AR1dBpKTmed+DR9OQtMHecnl3931f7r07Emxuq/MspVwhonomZ2+tE/URn9QaUpq9tvfA3JvM/VLMO6sGSC3TPCAhPpHotbyLSYU0HlxKjLmhgbgS3Fhb+hCGsSNI/EghD92mV9Gg/3pwgAuc4FYaTMaNDazW6uxy4EZFiPaLOft2kE3/5ba9PSFlFQgpRLmUd+40WnWoD0hIolO+BpIyuGago3NpPTDAKg7mCouBY6hDTeo2O5e4DryrZVnL+jp0Psk/Pr3N+77/yl3NkaCrYsE5itYOdaiTmbx9jIkF0Pf79/Vud1rnkjxqUKvEMO3MEVcbK4i1mMnMlvkv37nTxd/voNrgEY8jQAw51KAWGGCTVitWECTZ7MKXZZnbuFZ+j5HrMjT+jAEWHHGWKIji6LrU2t5JlCRp/KN1+hw7NDqpfXjMRWhdkuIaF+dTCQKouguCMywykVFAjMe/yYs2xYtdKeXsc8TGWWpBEIXXBedR4498nI18wyggvC7jxj+K1ec/4MHct8w87wUAAAAASUVORK5CYII=');    
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: 14px 7px;
    border: 1px solid var(--color-neutral-4);
}

.choices[data-type*="select-one"].choices-disabled:after {
    content: none;
}

.choices-disabled .choices__list--single .choices__item {
    color: var(--color-neutral-6);    
}

.choices-disabled[dir="rtl"] .choices__inner {
    background-position: center left 16px;     
}


/* ================================================================ */
/*  $6.8 - Styles - Others                                          */
/* ================================================================ */
.display-block { display: block; }

.ph:empty { display: none; }

.hidden { display: none; }

.full-height { height: 100%; }

.full-width { width: 100%;}

.text-align-left { text-align: left; }

.text-align-center { text-align: center; }

.text-align-right { text-align: right; }

.fixed { position: fixed; }

.overflow-hidden { overflow: hidden; }

.sticky {     
    position: -webkit-sticky;
    position: sticky; 
}

.img-cover {
    object-fit: cover;
    height: 100%;
}

[disabled="disabled"],
[readonly="readonly"],
textarea[readonly="readonly"] {
    background-color: var(--color-neutral-2);
    border: 1px solid var(--color-neutral-4);
    color: var(--color-neutral-6);
    pointer-events: none;
}

a:not(.Button)[disabled="disabled"] {
    background-color: transparent;
    border: none;
}

.hide-on-service-studio {
    
}

@font-face {
    font-family: 'SilkWeb4';
    src: url('/site/fonts/SilkWeb4.eot');
    src: url('/site/fonts/SilkWeb4.eot#iefix') format('embedded-opentype'),
         url('/site/fonts/SilkWeb4.ttf') format('truetype'),
         url('/site/fonts/SilkWeb4.woff') format('woff'),
         url('/site/fonts/SilkWeb4.svg#SilkWeb4') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
    @font-face {
    font-family: 'GHTF Book';
    src: url('/site/fonts/Gotham HTF Book.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Book.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Book.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }
    
  */  
[class^="icon-"], [class*=" icon-"] {
    font-family: 'SilkWeb4' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-silk-search:before { content: "\f002"; }
.icon-silk-chevron-down:before { content: "\f078"; }
.icon-silk-angle-down:before { content: "\f107"; }
.icon-silk-rocket:before { content: "\e900"; }

.highcharts-container,
.highcharts-container > svg {
   
}

/* Skip-nav link used on Accessibility*/
.skip-nav[data-showskipcontent="False"] {
    display: none;
}

.skip-nav[data-showskipcontent="True"] {
    display: block;
}

.skip-nav {
    left: var(--space-xl);
    opacity: 0;
    pointer-events: none;
    padding: var(--space-s) var(--space-base);
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 100;     
}

.skip-nav:focus,
.skip-nav:active {
    background-color: var(--color-info);
    color: var(--color-neutral-0); 
    opacity: 1;
    pointer-events: auto;    
}





/* ========= Responsive para desktop ========= */
@media all {


    @font-face {
    font-family: 'GHTF Book';
    src: url('/site/fonts/Gotham HTF Book.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Book.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Book.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Light';
    src: url('/site/fonts/Gotham HTF Light.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Light.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Light.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Bold';
    src: url('/site/fonts/Gotham HTF Bold 2.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Bold 2.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Bold 2.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Black';
    src: url('/site/fonts/Gotham HTF Black.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Black.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Black.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Medium';
    src: url('/site/fonts/Gotham HTF Medium 2.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Medium 2.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Medium 2.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Ultra';
    src: url('/site/fonts/Gotham HTF Ultra.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Ultra.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Ultra.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }
    
    input
    {
        outline: none;
    }
    
    *:focus {
        outline: 0 !important;
    }

    .Publication_List_Item_Size .Publication_Item {
        width: 227px;
        height: 230px;
        display: inline-table;
    }

    .Publication_I,
    .Publication_II,
    .Publication_III {
        display: block;
        float: left;
        width: 288px;
    }

    .Publication_I img,
    .Publication_II img,
    .Publication_III img {
        max-height: 140px; 
        max-width: 290px;
    }

    .Publication_II {
        margin-left: 30px;
    }
 
     .Publication_III {
        margin-right: 0px; 
        margin-left: 30px;
    }

    .Publication_Homepage_Border .Publication_Item div:first-child {
        border: 10px solid #D2D2D2;
    }

    div.ListNavigation_Wrapper {
        word-break: break-word;
    }
    
    .SiteUseCookies_Main {
        width: calc(100% - 10px);
    }

    .HomeMain_Databases_Container {
        text-align: center;
    }

    .HomeMain_Databases {
        float: left;
        width: 655px;
        height: 350px;
        margin: 0;
    }

    .HomeMain_Databases_Block_Container {
        margin: 7px 0px 18px 0px;
    }

    .HomeMain_Databases_Block_Container_Button_Table {
        width: 175px;
    }

    .HomeMain_Databases_Block_Container_Text {
        margin-top: 10px;
    }

    .HomeMain_Databases_Separator {
        margin-left: 10px;
        margin-right: 10px;
    }

    .HomeMain_Databases_Title {
        padding: 16px 0px 10px 0px;
        width: 98%;
        font-size: 17px;
        line-height: 17px;
        font-weight: bold;
        margin-left: 5px;
    }

    .Inside_Wrapper {
        margin: 0;
    }

    .Home_Database_Content_Separator {
        clear: both;
        float: none;
        display: block;
    }
    
    .Header_Main_Logo_Left img {
        height: 58px;
        width: 186px;
    }  

    .MobileTitle_Wrapper {
        margin: 0;
        padding: 0;
        display: none;
    }
    
    .HomeMain_Databases_Separator_H {
        display: none; 
    } 

    .Header_Menu_Regions {
        display: block;
        height: 36px;
        clear: both;
        background-color: #F21500;
    }

    .Header_Menu_Regions_Container {
        width: 988px;
        margin: auto;
        height: 36px;
        background-color: #F21500;
    }

    .Header_Menu_Regions_Link_Container {
        float: left;
        margin-top: 10px;
        font-size: 14px;
    }


    .Header_Menu_Regions_Link {
        display: block;
    }

    a.Header_Menu_Regions_Link,
    a.Header_Menu_Regions_Link:link,
    a.Header_Menu_Regions_Link:visited {
        color: #EEEEEE;    
        text-decoration: none;
        font-weight: normal;
    }

    a.Header_Menu_Regions_Link:hover {
        color: white;
        font-weight: bold;
    }

    .Header_Menu_Regions_Link_Selected {
        color: white !important;
        font-weight: bold !important;
    }
    
    .Header_Menu_Mobile_Flags {
        display: none; 
    } 

    .Header_Main_Mobile_Menu {
        display: none; 
        margin-top: 30px;
        margin-right: 40px;
        width: 70px;
        float: right;
    } 

    .Header_Main_Mobile_Lupa {
        display: none;
    } 

    .HomeMain_Content_Highlights {
        width: 316px;  
        height: 350px;
        margin-left: 10px;
        float: left;
        min-width: 240px;
    }

    .HomeMain_Content_MostSeen_Container {
        float: left;
        margin-top: 15px;
        margin-left: 10px;
    }

    .HomeMain_Content_MostSeen_PT {
        background-color: white;
    }

    .HomeMain_Content_MostSeen_EN {
        background-color: #1b2973;
    }

    .Footer_Main_Container_Menu_Links div {
        float: left;
        margin-left: 15px;
    }

    .Footer_Main_Container_Menu_Links div:first-child {
        margin-left: 0;
    }

    .Footer_FFMS {
        display: none;
    } 

    .Footer_Main_Container_CreditsLeft {
        display: block;
        float: left;
    }

    .Footer_Main_Container_CreditsRight {
        display: block;
        float: right;
    }

    .Footer_GoTop {
        display: none;
    }
    
    .Footer_Main_Container_CreditsText_Mobile {
        display: none;  
    } 

    .Footer_Main_Container_CreditsAwards_Img a{
        margin-left: 15px;
    }

    .SiteMap_Container_Main
    {
        width: 100%;
    }
    
    .SiteMap_Container_Right_Export
    {
        width: 100%;
    }
    
    .SiteMap_Container_Left {
        padding: 25px 10px 0px 0px;
        float: left;
        width: 180px;
    }

    .SiteMap_Container_Right {
        padding: 0px;
        float: right;
        width: 756px;
    }


    .HomeMain_Content_MostSeen img {
        height: auto;  
      /*  height: 169px; */
        width: 316px;
    }

     .Line_Header_Mobile {
        display: none;       
    }
       
    .DBHomePage_Container_Left_Bottom {
        margin-bottom: 10px;
    }

    .DBHomePage_Container_Left_Bottom_RG {
        margin-bottom: 10px;
    }

    .HomePT_Left_Middle_Portrait {
        display: none;
    }

    .HomePT_Right_Bottom {
        width: 340px;
        height: 307px;
        margin-bottom: 15px;
        float: left;
    } 

    .HomePT_Right_Bottom_Content {
        background-size: 20%;
        background-position: right 85%;
    }

    .HomePT_Right_Bottom_Title {
        font-size: 14px;
    }

    .HomePT_Right_Bottom_Content .Converter_Text {
        padding: 0;
    }

    .HomePT_Right_Bottom_Content .Converter_Widget {
        margin-left: 0;
        margin-top: 15px;
    }

    .HomePT_Right_Bottom_Content .Converter_Footer {
        padding-top: 55px;
    }

    .HomeEU_Right_Middle {
        margin-bottom: 15px;
    } 
 
    .Header_Menu_Mobile {
        display: none;
    }

    .HomePT_Right_Middle_Portrait {
        margin-left: 10px;
    }

    .HomePT_Right_Middle_Portrait img {
        height: 275px;
        width: 256px;
    }
 
    .DBHomePage_Container_Mobile_Bottom {
        padding: 10px 7px 10px 7px;   
        background-color: #FFFFFF;
        border: 1px solid #005587;
        margin-top:16px;
        overflow: hidden;        
        display: none;
    }

    .Content_Container {
        width: auto;
    }

    .Content_Container strong {
        line-height: 20px;
    }
    
    .Map_LeftRG .LevelSelectorContainer {
        display: block;
        float: none;
        margin-left: 0px;
    }

    .QrTableIndicator .Text {
        text-decoration: underline;
    }

    .BI_DataContainer .IndicatorLink {
        text-decoration: underline;
    }
    
    .Theme_Asterisk {
        margin: 0;
        padding: 0;
        display: block;
    }

    .Theme_Asterisk_Mobile {
        margin: 0;
        padding: 0;
        display: none;
    }

    .RectBoxForElemMobile {
        border-bottom: 1px solid #CCCCCC;
        color: #121212;
        float: left;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        height: 24px;
        text-align: left;
        display: none;
    }

    .RectBoxForElemMobile a, 
    .RectBoxForElemMobile a:link, 
    .RectBoxForElemMobile a:visited{
        color: #3C3B3B;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none;
    }

    .Theme_Card .RectBoxForElemMobile{
        float: none;
    }

    .Theme_Card_Box .RectBoxForElemMobile{
        float: none;
    }

    .SubTheme_ThemeName .RectBoxForElemMobile{
        float: none;
    }


    .DBHomePage_Container_Left_Bottom .HomeMain_Content_Highlights {
        width: 316px;  
        margin-left: -3px; 
        height: 270px;
        float: left;
        min-width: 240px;
    }

    .DBHomePage_Container_Left_Bottom .owl-item { 
        height: 200px;
    }

     .DBHomePage_Container_Left_Bottom .HomeMain_Content_Highlights{
        border: 0;
    }

    .HomePT_Right_Middle_Portrait .HomeMain_Content_Highlights {
        margin-left: 0;
        width: 100%;
        border: 0;
    }

    .HomePT_Left_Middle_Portrait .HomeMain_Content_Highlights {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .HomePT_Left_Middle_Portrait .HomeMain_Content_Highlights .HomeMain_Content_Highlights_Blocks .owl-carousel .owl-wrapper-outer, 
    .HomePT_Left_Middle_Portrait .HomeMain_Content_Highlights .HomeMain_Content_Highlights_Blocks .owl-item {
        height: auto;
    }

    .HomePT_Right_Middle_Portrait .HomeMain_Content_Highlights .HomeMain_Content_Highlights_Blocks .owl-item {
        height: auto;
    }
    
    .Map_LeftRG .Search_Container {
        display: none;
    }
    
    .Map_LeftRG .Text_Note_Margin {
        margin-top: 20px;
    }

    .Map_LeftEU .Search_Container {
        display: none;
    }
    
    .Map_LeftEU .Text_Note_Margin {
        margin-top: 20px;
    }

    .Municipalities_QlikIframe {
        position: relative; 
        overflow: hidden; 
        width: calc(100% + 2px); 
        height: 1900px;
    }


}

@media (min-width: 1001px) {
    
    .Header_Menu_Mobile {
        display: none;
    }


}

/* ================== Responsive para mobile =========== */
@media (max-width: 1000px) {

    .Publication_III {
        display: none;
    }

    .Publication_II {
        margin-left: 20px;
    }

    .HomeMain_Databases {
        float: none;
        clear: both;
        width: 100%;
        height: auto;
    }

    .Header_Menu_Container {
        width: 100%;
    }

    .Header_Menu_Regions_Container {
        width: 100%;
    }

    .Home_Database_Content_Separator {
        display: none;
    }

    .Line_Header_Mobile {
        display: block;   
        height: 4px;
    }

    .Line_Header_Mobile img {
        height: 100%;
        width: 100%;
    }

    .SiteUseCookies {
        height: auto;
        background-size: 50%;
    }

    .HomePage_SubThemes, .HomePage_SubThemes_Right {
        width: 100%;
    }

    .HomePage_Themes_ListContent_NewTheme {
       margin: -42px 0px 0px 0px;
    }

    .HomeMain_Databases_Container {
        text-align: center;
    }
    
    .HomeMain_Databases_Separator_H {
        display: none; 
    } 


    .HomeMain_Databases_Block_Container {  
        margin: 7px 3px 18px 22px;
    }

    .Header_Menu_Mobile {
        position: absolute;
        top: 58px;
        z-index: 100;
        background-color: #00578A;
    } 

    .Header_Mobile_Menu_Show {
        display: block;
    }

    .Header_Mobile_Menu_NoShow {
        display: none;
    }


    .Header_Menu_Item_Left {
        display: none;
    }
    
    .Header_Menu_Item_Left_Online {
        display: none;
    }
    
    .Header_Main_Container {
        width: 100%;
        height: 62px;
    } 
    
    .Header_Main_Logo_PersonalArea {
        display: none;       
    }
     
    .Header_Main_AdvSearch_ExpandCollapse {
        display: none;
    }    
    
    .Header_Main_Logo_Right {
        display: none;
    }

    .Header_Main_Logo_Left {
        width: 186px;
    }
    
    .Header_FFMS_Menu_Container_Inner {
        display: none;
    }
        
    .HomeMain_Databases_Title_Mobile {
        display: block;      
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 40px;
        color: #000000;
        text-align: center;
        padding: 50px;      
    }
    
    
    .Document{
        width: 100%;
        min-height: 500px;
    }

     .Header_Breadcrumb {
        clear: both;
        height: 20px;
        display: none;
    }
    
    .CenterStage_Wrapper {
        top: 0px;
        left: 0px;   
        margin: 0px;
        padding: 0px;
        display: inherit;
        margin-top: 10px;
        margin-right: 30px;
        width: 100%;
    } 
   
   .Inside_Wrapper {
        margin: 15px;
    }
    
    .HomeMain_Content_Highlights {
        margin-left: 0;
        margin-top: 15px;
        width: 240px;
        border: 0;
    }

    .HomeMain_Content_MostSeen_Container {
        width: calc(100% - 515px);
    }

    .HomeMain_Content_DS_Container {
        width: 240px;
        margin-left: 0;
    }

    /* Container para Imagem Kids */
    .HomeMain_Content_MostSeen {
        width: 100%;
        height: auto;  
    }

     .HomeMain_Content_MostSeen img {
        height: auto;
        margin-left: 0;
        width: 100%;
        margin-top: 0px;
        max-height: 352px;
    }

    .Header_Main_Mobile_Menu {
        margin-top: 10px;
        margin-right: 10px;
        width: auto;
        text-align: right;
        display: block;
    } 

    .Header_Main_Mobile_Menu img{
        width: 30px;
        height: 100%;
    } 
    

    .HomePT_Right_Bottom_Content input,
    .HomePT_Right_Bottom_Content select {
        font-size: 15px;
    }

    .Container_Wrapper .push {
        display: none;
    }

    .owl-carousel .owl-wrapper-outer {
        height: 250px;
    }

    .Footer_Main {
        margin: 0;
        padding: 0px;
        padding-bottom: 20px;
        background-color: #005A8C;
        height: auto;
        top: 200px;
    }

    .Footer_Main_Container {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
    }
    
    .Footer_Main_Container_Menu_Links {
        font-size: 13px;
        width: 90%;
        margin-top: 15px;
        margin-left: 20px;
    }

    .Footer_Main_Container_Menu_Links div {
        height: 30px;
        margin-left: 0;
        margin-right: 25px;
    }

    .Footer_Main_Container_Menu_W3C {
        display: none;
    }
    
    .Footer_Main_Container_Credits {
        margin-left: 20px;
    }

    .Footer_Main_Container_CreditsText {
        display: none;
    }
    
    .Footer_Main_Container_CreditsText_Mobile {
        display: block;
        font-size: 12px;
        margin-left: 10px;
        padding: 0px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    .Footer_Main_Container_Credits img {
        width: 111px;
        height: 43px;
    } 

    .Footer_FFMS {
        display: block; 
        margin-top: 0px;
        margin-left: 8px;
    } 
     
     .Footer_GoTop {
        display: block;
    }
    
    .Footer_Main_Container_CreditsSocial {
        float: right;   
        color: #69c5f1;
        font-weight: bold;
        padding: 0;
        font-size: 12px;
        margin-right: 20px;
    }

    .Footer_Main_Container_CreditsAwards {
        color: #69c5f1;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        font-size: 12px;
        margin-left: 0px;   
        margin-right: 40px;   
        float: left;
    }

    .Footer_Main_Container_CreditsSocial_Img {
        padding: 0;
        margin-top: 10px;
    }
    
    .Footer_Main_Container_CreditsAwards_Img {
        padding-left: 0;
    }

    .SiteMap_Container_Left {
        padding: 25px 10px 0px 0px;
        float: none;
        clear: both;
        width: 100%;
    }

    .SiteMap_Container_Right {
        padding: 0px;
        float: none;
        clear: both;
        width: 100%;
    }

    .trn_wb_footer_legal2 {
        color: #FFFFFF;
        font-weight:bold;
        text-decoration: underline;
    }


    /* ====================== */
    /*       HomePages        */
    /* ====================== */


    element.style {
        margin-left: 25px;
    }


    .BI_Container {
        padding-top: 10px;
    }
    
    .BI_DataContainer {
        width: calc(100% - 25px);
    }
    
    .BI_Container .Sig_Map {
        display: none; 
    }

    .BI_Right {
        float: none;
        width: 100%;
    }

    .Header_Breadcrumb_Container {
        display: none;
    }
     
    .HomePage_Themes {
        width: 100%;
    }

    .HomePage_Themes .DescriptionTitle {
        display: none;
    }

    .HomePage_Themes .Title {
        margin-bottom: 10px;
    }

    .HomePage_Themes_ListMainContent {
        margin-bottom: 0px; 
    }
 
    .HomePage_SubThemes_ListContent {
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        margin: 10px 0px 15px 0px;
        width: calc(100% - 15px);
    }

    .HomePage_SubThemes_ListContent_AllSubThemes {
        margin: 10px 0px 0px 0px;
        width: calc(100% - 15px);
    }


    .HomePT_Right_Middle_Portrait {
        display: none;
    }
    
    .HomePT_Left_Middle_Portrait {
        display: block;
        margin-left: 0px;
        margin-top: 16px;
        width: calc(100% - 34px);
        height: auto;
        background-color: #FFFFFF;
        border: 1px solid #005587;
        padding: 16px;
        overflow: hidden;
    }

    .HomePT_Left_Middle_Portrait img {
        width: 100%;
        height: auto;
    }

    
    .BI_Portugal {
        width: 100%;
    }

    .DBHomePage_Container_Left {
        width: 40%;
        min-width: 200px;
    }

    .DBHomePage_Container_Left_Bottom img {
        width: 100%;
    }

    .HomeRG_Right, .HomeEU_Right, .HomePT_Right {
        width: calc(60% - 16px);
    }

    /* ====================== */
    /*  Hide Footer Links     */
    /* ====================== */
    .Footer_Link_Hide {
        display: none;
    }

    .BI_Container .TableRecordsBI_OddLine,
    .BI_Container .TableRecordsBI_EvenLine {
        line-height: 14px;
        height: 36px;
    }

    .BI_Container .TableRecordsBI_OddLine a,
    .BI_Container .TableRecordsBI_EvenLine a {
        text-decoration: underline;
    }
 
 /*======= BI Regions ========*/
 
    .BI_Container .Heading2 {
        width: auto; 
        margin: -28px 0px 5px 0px;
        font-size: 20px;
   }

    .BI_Left {
        float: none;
        width: 190px; 
        padding: 12px 0px 12px 12px;
        margin-top: 30px;
    }

    .BI_UpdatedImage {
        margin: -105px 25px 0px 0px;
        font-size: 14px;
    }

    .BI_Right {
        margin-top: -20px;
    }

    .BI_Container .Search_Container {
        margin: 15px 0px 0px 0px;
    }

    .BI_Container .FindOutMore_Content {
        margin-right: 12px;
        margin-top: 10px;
        text-align: center;
    }


 /*======= BI Portugal ========*/ 
 
    .BI_UpdatedImagePortugal {
        margin: -25px 25px 0px 0px;
    }
     
    
    .HomePT_Right_Bottom_Title {
        font-size: 14px;
    }

    .HomePT_Right_Bottom_Content .Converter_Footer {
        display: none;
    }
    
     .HomePT_Right_Top {
        height: auto;
        padding-bottom: 20px;
    }
    
    
    .HomePT_Right_Bottom {
        width: calc(100% - 2px);
        margin-top: 16px;
    }
     
     .HomePT_Right_Middle_RealTimeStats {
        float: none;
        width: calc(100% - 18px);
    }

     .HomePT_Right_Bottom_Content .Converter_Widget {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: -20px;
    }

    .HomePT_Right_Bottom_Content .Converter_Widget .Converter_LabelResult {
        padding-top: 100px;
        padding-bottom: 16px;
    }

    .HomePT_Right_Bottom_Content {
        background-size: 25%;
    }

    .HomePT_Right_Bottom_Content .Converter_Text {
        padding: 0px 0px 0px 0;
    }

 /*======= Theme ========*/

    .Theme_Icon_List {
        margin-left: 0px;
        width: 100%;  
    }

    .Theme_Icon_Box {
        margin-bottom: 3px;
    }

    .CenterStage_Extend {
        margin-bottom: -150px;
        border: none;
    }

    .Theme_Entry_Box_Card_Middle {
        margin: 0px 0px;
    }

    .SubTheme_Container_Left {
        width: 100%;
    }
    
    .SubTheme_Container_Right {
        width: 100%;
    }

    .Theme_Card_Box {
        width: 97%;
        height: auto;
    }

    .Heading2, h2 {
        padding: 2px 0px;
    }

    .CenterStage_Themes {
        margin-bottom: -170px;
    }
    
    .Theme_Entry_Box {
        width: calc(100% - 2px);
        height: 280px;
    }

    .Theme_Entry_Box_Card_Side,
    .Theme_Entry_Box_Card_Middle {
        width: 45%;
        margin-left: 15px;
    }

    .Theme_Entry_Box_Left {
        height: 100%;
    }
    
    .Theme_Entry_Box_Right {
        width: calc(100% - 6px);
        height: 100%;
    }
    
    .Theme_Entry_Box_Right_Image {
        width: 100%;
        height: auto;
    }

    .Theme_Entry_Box_Right_Image img {
        width: 100%;
    }

    .Theme_Entry_Box_Right_Content {
        width: 100%;
    }

    .Theme_Entry_Box_Right_ContentInfo {
        width: calc(100% - 56px);
    }

    .Theme_Entry_Box_Right_ContentInfoDescription {
        min-height: 55px;
        height: auto;
    }

    .Theme_Entry_Box_Right_ContentInfoSeeMore {
        padding: 0px 0px 10px 0px;
        font-size: 14px;
        margin-top: 15px;
    }

    .Theme_Card_Box .PordataContent_SubCategoryElem {
        font-size: 14px;
        margin-top: 15px;
    }
    
    .Theme_Card_Box_Pair,
    .Theme_Card_Box_Odd {
        margin: 0;
        width: 50%;
    }

    .Theme_Asterisk {
        display: none;
    }

    .Theme_Asterisk_Mobile {
        display: block;
    }

    .HomePage_Themes .Title h2 {
        font-size: 20px;
    }

    .HomePage_Themes_ListMainContent .HomePage_Themes_ListContent_Title h2 {
        font-size: 15px;
    }

    .RectBoxForElem, .RectBoxForElemMobile {
        height: 30px;
    }
    
    .SubThemeNumberBox {
        line-height: 20px;
        width: 20px;
    }

    .SearchMoreData_Container, .InteractiveMap_ContainerRG, .InteractiveMap_ContainerEU {
        display: none;
    }

    .HomeRG_Right_Top {
        height: 645px;
    }

    .HomeEU_Right_Top {
        height: 608px;
    }

    .Map_LeftRG, .Map_LeftEU {
        float: none;
        width: 100%;
        height: auto;
    }
    
    .Map_LeftRG .Text_Note,
    .Map_LeftEU .Text_Note {
        display: none;
    }
    
    .Map_LeftRG .Search_Container,
    .Map_LeftEU .Search_Container {
        display: block;
        float: left;
        margin-bottom: 20px;
        margin-right: 30px;
    }
    
    .Map_LeftRG .LevelSelectorContainer,
    .Map_LeftEU .LevelSelectorContainer {
        float: left;
        margin-top: -9px;
    }

    .Map_LeftRG .LevelSelector select,
    .Map_LeftEU .LevelSelector select {
        height: 28px;
    }

    .Map_LeftRG .Text_Note_Margin,
    .Map_LeftEU .Text_Note_Margin {
        margin-top: 0;
    }

    .Map_LeftRG .Heading2,
    .Map_LeftEU .Heading2 {
        font-size: 20px;
    }

    .PordataContent_SubCategoryContainer {
        padding: 15px 0 0 40px;
    }
    
    .HomeMain_Content_Highlights_Link {
        padding-bottom: 15px;
    }

    .Municipalities_QlikIframe {
        height: 4000px;
    }


}


@media (min-device-width: 700px) {

    .SummaryTable_SymbologyExport_Content .Description{
        white-space: nowrap;
    }

}


@media (max-device-width: 699px) {
    
    .SummaryTable_SymbologyExport_Content .Description{
        white-space: normal;
    }

    .SummaryTable_SymbologyExport_Content table {
        width: 550px;
    }

}


@media (max-device-width: 575px) {
    
    .SummaryTable_SymbologyExport_Content table {
        width: 450px;
    }

}


@media (max-device-width: 475px) {
    
    .SummaryTable_SymbologyExport_Content table {
        width: 350px;
    }

}


@media (max-device-width: 375px) {
    
    .SummaryTable_SymbologyExport_Content table {
        width: 250px;
    }

}

@media (max-width: 860px) {

     .HomeMain_Content_MostSeen img {
       /* margin-top: calc(100vh - 455px + (((860px - (100% + 545px))) / 2)); */
       margin-top: 0px;
    }
    
    .HomeMain_Content_DS_Container img {
        /*margin-top: 10px !important; */
        margin-top: 0px;
    }
    

}

@media (max-width: 700px) {
        
    .Header_Main_Search {
        display: none;
    }

    .Header_Main_SearchBox {
        display: none;
    }

    .Header_Main_Mobile_Lupa {
        display: block; 
        margin-top: 10px;
        margin-right: 10px;
        float: right;
    } 
    
    .Header_Main_Mobile_Lupa img {
        width: 27px;
        height: 100%;
    }

    /* Links   SOBRE A PORDATA
               SOBRE A FFMS   
               CONTACTOS       */ 
    .Content_Container, 
    .Content_Container_Credits {
        width: 100%;
    }

}

@media (max-width: 680px) {

    .Publication_II {
        display: none;
    }
}

@media (max-width: 600px) {

    .Header_Menu {
        display: none; 
    }

    .Header_Menu_Regions {
        display: none; 
    }

    .Header_Menu_Mobile {
        top: 62px;
    } 



    .MobileTitle_Wrapper {
        display: none; 
        width: 100%;
        font-size: 22px;
        margin-top: -30px;
        padding-top: 15px;
        height: 28px;
        color: white;
        text-transform: uppercase;
        clear: both;
        float: none;
    }   

    .DBHomePage_Container_Left {
        float: left;
        width: 100%;
    }

    .HomePT_Left_Middle_Portrait {
        display: none;
    }

    .DBHomePage_Container_Left_Bottom {
        display: none;
    }

    .HomeRG_Right, .HomeEU_Right {
        margin-top: 20px; 
        width: 100%;
        margin-left: 26px;
        float: left;
    }

    .Map_LeftRG, .Map_LeftEU {
        display: none;
    }

    .HomeRG_Right_Top, .HomeEU_Right_Top {
        display: none; 
    }

    .DBHomePage_Container_Mobile_Bottom {
        display: block;
        margin-top: 20px;
    }
    
    .DBHomePage_Container_Mobile_Bottom img {
        width: 100%;
    }    

    .HomeRG_Right_Middle, .HomeEU_Right_Middle {
        margin-top: 0;
        margin-left: -27px;
        height: auto;
        background-color: #FFFFFF;
        border: 1px solid #005587;
        overflow: hidden;
        margin-bottom: 0;  
        width: 100%;
    }

    .HomePT_Right {
        float: left;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        height: 100%;
    }
    
    .HomeRG_Right, .HomeEU_Right, .HomePT_Right {
        min-width: 0;
    }

    .HomePT_Right_Middle_Portrait {
        margin-left: 0px;
        margin-top: 16px;
        width: calc(100% - 34px);
        height: auto;
        display: block;
    }
    
     .HomePT_Right_Middle_Portrait img {
        height: auto;   
        width: 100%;    
    }  

    .HomePT_Right_Middle_RealTimeStats {
        display: none;
    }
    
    .HomePT_Right_Bottom_Title {
        padding-top: 6px;
    }

    .Theme_Entry_Box_Card_Side,
    .Theme_Entry_Box_Card_Middle {
        width: 100%;
        margin-left: 0;
    }

    .Theme_Card_Box_Pair,
    .Theme_Card_Box_Odd {
        width: 100%;
    }
/*
    .HomePage_SubThemes_Right {
        margin-left: 15px;
    }
*/
    .BI_Container .ExportData, .BI_Container .ExportDataPortugal {
        display: none;
    }

    .HomeMain_Content_MostSeen_Container {
        height: auto;
    }

    .HomeMain_Content_MostSeen {
        height: auto;
    }
    
     /* Imagem Kids */
     .HomeMain_Content_MostSeen img {
        height: auto;
        margin-left: 0;
        margin-top: 0;
        max-height: 100%;
    }

    .HomeMain_Databases { 
        top: 0px;
        left: 0px;
        margin: 0px;
        display: inherit;
    }

    .HomeMain_Databases_Block_Container {
        top: 0px;
        left: 300px;  
        width: 100%;
        float: left;
    }

    .HomeMain_Databases_Block_Container_Button_Table {
        width: 200px;
    }

    .HomeMain_Databases_Block_Container_Text {
        width: 200px;
        font-size: 14px;
        line-height: 15px;
    }
    
    .HomeMain_Databases_Block_Img {
        float: left;
        width: 40%; 
    }

    .HomeMain_Databases_Block_ImgP {
        float: left;
        width: 40%;

    }

    .HomeMain_Databases_Block_ImgE {
        float: left;
        width: 40%;
    }  
  
    .HomeMain_Databases_Block_Container_Button_and_TxtM {
        float: left;
        width: 20%;
        margin-top: 30px;
        margin-left: 25px;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
   
    .HomeMain_Databases_Block_Container_Button_and_TxtP {
        float: left;
        width: 20%;
        margin-top: 30px;
        margin-left: 25px;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);        
    }
    
    .HomeMain_Databases_Block_Container_Button_and_TxtE {
        float: left;
        width: 20%;
        margin-top: 30px;
        margin-left: 25px;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    
    .HomeMain_Databases_Block_Container {  
        margin: -10px 0px 0px 0px;
    }
    
    .HomeMain_Databases_Block_ButtonText {
        font-size: 21px;
    }
    
    
    .HomeMain_Databases_Img {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .HomeMain_Databases_Separator_H {
        display: block;
        height: 1px;  
    }
    
    .HomeMain_Databases_Separator {
        display: none; 
        height: 1px;
    }

    .HomeMain_Content_Highlights { 
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        margin-left: 0;
    }


    .HomeMain_Content_MostSeen_Container {
        float: none;
        clear: both;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    .HomeMain_Content_Title {
        padding: 16px 16px 12px 16px;
    }

    .owl-carousel .owl-wrapper-outer {
        height: auto;
    }

    .HomeMain_Content_Highlights_Link {
        padding-bottom: 15px;
        margin-top: 25px;
    }
    
    .HomeMain_Content_Highlights_Blocks {
        height: auto;
    }

    .HomeRG_Right {
                margin-left: 0px;
    }
   
}


@media (max-width: 540px) {
    
    .Footer_Main_Container_CreditsLeft {
        display: block;
        float: none;
    }

    .Footer_Main_Container_CreditsRight {
        display: block;
        float: none;
    }

    .Footer_Main_Container_CreditsAwards {
        margin-left: 10px;
    }

}

@media (max-width: 365px) {

    .HomePT_Right_Bottom_Content .Converter_Widget .Converter_LabelResult {
        padding-top: 40px;
    }

}

@media (max-width: 355px) {
    
    .HomeMain_Databases_Block_Container_Button_Table {
        width: 165px;
    }

    .HomeMain_Databases_Block_Container_Text {
        width: 165px;
    }

}


@media (max-width: 800px) {
    
    .HomePT_Right_Destaque_Img {
        border-color: #00689c;
        border-style: solid;
        border-width: 1px;
        width: 100%;
    }

}


