/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}



li.current1 .fa-caret-right {
    font-size: 25px !important;
    position: absolute;
    right: -15px;
    top: 10px;
    color: rgb(49, 187, 147);
}

li.current2 .fa-caret-right {
    font-size: 25px !important;
    position: absolute;
    top: 10px;
    right: -15px;
    color: rgb(49, 187, 147);
}

li.current3 .fa-caret-right {
    font-size: 25px !important;
    position: absolute;
    right: -15px;
    top: 10px;
    color: rgb(49, 187, 147);
}

li.current4 .fa-caret-right {
    font-size: 25px !important;
    position: absolute;
    right: -15px;
    top: 10px;
    color: rgb(49, 187, 147);
}

li.current5 .fa-caret-right {
    font-size: 25px !important;
    position: absolute;
    right: -15px;
    top: 10px;
    color: rgb(49, 187, 147);
}

li.current6 .fa-caret-right {
    font-size: 25px !important;
    position: absolute;
    right: -15px;
    top: 10px;
    color: rgb(49, 187, 147);
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    background: #ffff!important;
    font-weight: normal;
}

li.active {
    font-weight: bold;

}

/******************** ELEMENTS ***********************/

u {
    text-decoration: underline;
}

p {
    margin: 15px 0!important;
    text-align: justify;
}

a {
    display: inline;
    text-decoration: none;


}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

.publication-header a {
    color: #0B4EA2;
}

h1,
h5,
h6 {
    margin: 30px 0 30px 10px;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

h2 {
    color: rgb(49, 187, 147);
    font-weight: 700;
    margin: 30px 10px;
}

h3 {
    color: #5E7C8C;
    font-weight: 600;
    margin-top: 40px;
    /*padding-bottom: 30px;*/
	padding-bottom: 60px;
}

h6 {
    font-size: 15px!important;
    font-weight: normal;
}

h6.orange {
    color: #fff;
    line-height: 1.5em;
    max-width: auto;
    font-size: 14px!important;
}


.orange a {
    color: #fff;
    text-decoration: underline;
    background: #0B4EA2;
    padding: 5px 15px;
}



.orange a:hover {
    color: #e2ecf9;
}

.aboutleft h6.orange {
    margin: 0 0 30px;
}

.center-image {
    text-align: center;
}

h4 {
    color: black;
    font-weight: bold;
    margin: 9px 0;
}

ul {
    margin: 0 10px 15px 35px;
    list-style: none;
}

.timeline ul {
    margin: 0;
}

header ul {
    list-style: none!important;
}

header ul li:before,
.sidebar ul li:before {
    background: none;
}

ul li li {
    padding: 5px 0px;
}

ul li {
    line-height: 1.3;
}

/*ul li:before {
    content: "";
    position: relative;
    float: left;
    background: rgb(49, 187, 147);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-left: -17px;
    top: 6px;
}*/

ul ol {
    margin: 0 0 0 25px;
}

ol a {
    display: block;
    margin: 15px 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    margin-bottom: 10px;
}

.row {
    margin-top: 80px;

}

.row1 {
    margin-top: 0px;

}


.inactive,
.timeline-item {
    color: #ddd!important;
}

/***** TABLE **********/

/***********  LANG / MENU  *************/

#preheader {
    padding: 5px;
    background: #ffffff;
    float: right;
    width: auto;
    position: relative;
    z-index: 9999;
    margin: 25px;
}

#preheader .dd-lang-wrapper {
    font-size: 11px;
    background-color: #fff;
    color: #000;
    border: 1px solid #bbb;
    border-radius: 6px;
    margin: 0 5px 0 0;
    padding: 0.1em 0.4em 0.1em 0.5em;
}

#preheader .dd-lang-wrapper .dropdown-menu {
    min-width: 130px;
    padding-left: 7px;
    padding-right: 7px;
}

#preheader .dd-lang-wrapper a,
#preheader .dd-lang-wrapper a:hover,
#preheader .dd-lang-wrapper a:active {
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: none;
    color: inherit;
}

.navbar,
.navbar-inverse {
    border-radius: 0;
    border: none;
    padding-left: 7px;
}

.nav li {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.nav ul li:hover,
.nav ul li:active {
    background: #e2ecf9;

}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff!important;
    font-weight: 700;
}

.navbar-inverse .navbar-nav li a:hover {
    height: 100%;
}

.scrollable-menu {
    height: auto;
    max-height: 360px;
    overflow-x: hidden;
}

/***********  END LANG / MENU   *************/

/**************  TIMELINE  ******************/

.timeline-item {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.timeline-item a:hover,
.timeline-item a:focus,
.timeline-item a:active {
    font-weight: bold;
    text-decoration: none;
}

.timeline-item:first-child {
    width: 18%;
}

.timeline-item:nth-child(2) {
    width: 17%;
    text-align: center;
}

.timeline-item:nth-child(3) {
    width: 24%;
    text-align: center;
}

.timeline-item:nth-child(4) {
    text-align: center;
    width: 19%;
}

.timeline-item:nth-child(5) {
    text-align: center;
    width: 19%;
}

.active {
    display: block!important;
}

.timeline-item-name a {
    display: block;
}

.timeline-item-name {
    float: left;
    width: 26%;
}

.timeline-item-graphic {
    width: 70%;
    float: left;
    padding-top: 15px;
}

.timeline-container-state {
    margin: 0 0 30px 0;
    overflow: hidden;
}

.timeline-container-state h6 {
    font-weight: bold;
    margin: 30px 0 0;
    font-size: 16px!important;
    color: rgb(70, 102, 176);
    float: left;
    width: 15%;
}

.timeline-container-state p {
    font-weight: normal;
    font-style: italic;
    float: left;
    width: 85%;
    color: rgb(70, 102, 176);
    margin: 25px 0 0 0!important;
}

.timeline-container-state1 {
    overflow: hidden;
}

.timeline-container-state1 h6 {
    font-weight: bold;
    margin: 30px 0 0;
    font-size: 16px!important;
    color: rgb(70, 102, 176);
    float: left;
    width: auto;
}

.timeline-container-state1 p {
    font-weight: normal;
    font-style: italic;
    float: left;
    width: auto;
    color: rgb(70, 102, 176);
    margin: 25px 0 0 0!important;
}

p span {}

.icon-left {
    width: 10%;
    float: left;
    padding-top: 15px;
}

.icon-right {
    width: 90%;
    float: left;
}

.evaluation-arrow {
    margin-left: 2%
}

.commission-arrow {
    margin-left: 19%;
}

/**************  END TIMELINE  ******************/

/********************* LAYOUT *******************/

.wrapper {
    display: block;
    max-width: 1280px;
    margin: 5px auto 5px;
    background: #fff;
    position: relative;
}

.affix {
    max-width: 275px;
    top: 7px;
    z-index: 9999 !important;

}

/*.fixed-navbar {
	width:100%;
	position:fixed;
}*/

.sidebar {
    border: none;
    margin: 15px;
    width: auto;
}

header {
    border-bottom: 10px solid #fff;
}

header > a {
    padding: 15px 15px 10px;
    float: left;
    width: auto;
}

article section,
article address {
    margin: 0 35px;
    font-style: normal;
}

.intro {
    font-style: italic;
}

.publication-header {
    background: rgb(233, 234, 233);
    padding: 0 15px 0;
    border-top: 2px solid rgb(201, 202, 201);
    border-bottom: 2px solid rgb(201, 202, 201);
}

.publication-header p {
    margin: 5px!important;
}

.cover {
    overflow: hidden;
    background: #ffffff;
    margin-right: 5px;
}

.first-cover-left {
    width: 30%;
    float: left;
    padding: 15px;
    padding-left: 0px;
}

.first-cover-left section {
    width: 90%;
    float: left;
}

.first-cover-right {
    width: 70%;
    float: left;
    padding-right: 15px;
}



.cover2 {
    overflow: hidden;
    background: #C8D5D9;
    margin-right: 5px;
}

.first-cover-left2 {
    width: 30%;
    float: left;
    padding: 0px 15px 0px 0px;
    /*padding-left: 0px;*/
}

.first-cover-left2 section {
    width: 90%;
    float: left;
}

.first-cover-right2 {
    width: 70%;
    float: left;
    padding-right: 15px;
}







.cta-container {
    overflow: hidden;
    margin: 0 25px;
}

.cover-cta {
    overflow: hidden;
    width: 20%;
    float: left;
    background: #E9EAE9;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    color: #003e68;
    height: 205px;
}

.cover-cta:nth-child(5),
.cover-cta:nth-child(10) {
    border-right: 0;
}

.cover-cta h5 {
    color: rgb(49, 187, 147);
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 15px;
}

.cover-cta p {
    padding: 0 15px;
    text-align: left;
}

.cover-cta:hover {
    background: #e2e2e2;
    text-decoration: none;
}

.top-menu {
    overflow: hidden;
    background: #024ea1;
    padding: 0 15px;
}

.top-menu a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.top-menu a:hover {
    background: #A3A3A3;
    text-decoration: none;
    color: #fff;
}

.caption,
.video-caption {
    overflow: hidden;
    float: left;
    width: 50%;
    margin: 15px;
    background: #e2ecf9;
    margin: 25px 0;
    height: 255px;
}

.caption p,
.video-caption p {
    padding: 5px 15px;
    font-size: 13px;
}

.video-caption {
    background: #cccccc;
    color: #003e68;
}

.caption img,
.video-caption img {
    width: 95%;

}

.video-caption a img {
    width: 100%;
    height: 100%;
}

/************** ABOUT SECTION ******************/

a.formats {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    margin: 10px 0;
}

a.formats:visited {
    color: #fff;
}

a.formats + a.formats {
    margin-left: 5px;
}

a.formats span {
    position: absolute;
    bottom: 8px;
}

a.formats.pdf {
    background: #e94a4b url(../img/pdf-icon.png) 50% 50% no-repeat;
}

a.formats.pdf span {
    right: 8px;
}

a.formats.html {
    background: #FF5023 url(../img/html-icon.png) 50% 50% no-repeat;
}

a.formats.html span {
    right: 8px;
}

a.formats.print {
    background: #676767 url(../img/print-icon.png) 50% 26% no-repeat;
    display: none !important;
}

a.formats.print span {
    width: 80px;
    text-align: center;
}

a.share-btn {
    color: black;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 10px;
    max-width: 300px;
    min-width: 19%;
    padding-left: 48px;
    position: relative;
    background-color: white;

}

a.share-btn:hover {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(178, 178, 178, .5);
    -moz-box-shadow: 0px 0px 0px 2px rgba(178, 178, 178, 1);
    box-shadow: 0px 0px 0px 2px rgba(178, 178, 178, .5);
}

a.share-btn::before {
    background-color: grey;
    content: " ";
    height: 40px;
    left: 0;
    position: absolute;
    width: 40px;
}

a.share-email::before {
    background: #466a9e url(../images/email.svg) 50% 50% no-repeat;
    background-size: 25px 40px;
}

a.share-facebook::before {
    background: #637aba url(../images/facebook.svg) 50% 50% no-repeat;
    background-size: 25px 40px;
}

a.share-twitter::before {
    background: #9ac9ed url(../images/twitter.svg) 50% 50% no-repeat;
    background-size: 25px 40px;
}

a.share-google::before {
    background: #4d4c4d url(../images/google.svg) 50% 50% no-repeat;
    background-size: 25px 40px;
}

a.share-linkedin::before {
    background: #5482c2 url(../images/linkedin.svg) 50% 50% no-repeat;
    background-size: 40px 40px;
}

footer#pagefooter .row {
    background-color: #cccccc;
    padding: 10px 25px;
    min-height: 160px;
    }

.aboutleft h3 {
    margin: 15px 0 0;
}

.aboutleft {
    overflow: hidden;
    float: left;
    width: 34%;
    font-size: 11px;
    color: #154194;
    padding: 15px 0;
}

.aboutleft img {
    padding-top: 15px;
}

.aboutright {
    overflow: hidden;
    font-size: 11px;
    color: #154194;
}

.aboutright .blue-borders {
    padding: 2px;
    border: 4px solid #154194;
    display: inline-block;
}

.aboutright-big {
    font-size: 15px;
}

.minwidth,
.minwidth-two,
.minwidth-three,
.minwidth-four,
.minwidth-five {
    display: inline-block;
}

.minwidth {
    min-width: 70px;
}

.minwidth-two,
.minwidth-three,
.minwidth-four {
    min-width: 160px;
    padding: 2px;
}

.first-type {
    font-size: 12px;
    color: black;
    font-weight: normal !important;
    border-bottom: 1px dotted #777;
    border-top: 1px dotted #777;
    margin: 5px !important;

}

.second-type,
.third-type {
    font-size: 12px;
    color: black;
    font-weight: normal !important;
    border-bottom: 1px dotted #777;
    margin: 5px !important;
}

/************** END ABOUT SECTION ******************/

/***************** MOBILE *********************/

@media only screen and (min-width: 1344px) {

    .affix {
        max-width: 290px;
        top: 7px;
        z-index: 9999 !important;
    }

    .sidebar {
        width: 290px;
        margin: 0;
    }
}


@media only screen and (max-width: 1244px) {
    .affix {
        max-width: 23%;
        top: 0px !important;
        z-index: 9999 !important;
    }
    .sidebar {
        margin: 0;
    }
    li.current2 .fa-caret-right {
        font-size: 25px !important;
        position: absolute;
        right: 0;
        color: rgb(49, 187, 147);
    }
    .caption,
    .video-caption {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .caption img,
    .video-caption img .caption p,
    .video-caption p {
        width: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .caption img {
        padding-top: 15px;
    }
    .leftSide {
        width: 28%;
    }
    .rightSide {
        padding: 0 20px;
        width: 72% !important;
    }
    #myBtn {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Fixed/sticky position */
        bottom: 20px;
        /* Place the button at the bottom of the page */
        left: 90% !important;
        /* Place the button 30px from the right */
        z-index: 99;
        /* Make sure it does not overlap */
        border: none;
        /* Remove borders */
        outline: none;
        /* Remove outline */
        background-color: #f26522;
        /* Set a background color */
        color: white;
        /* Text color */
        cursor: pointer;
        /* Add a mouse pointer on hover */
        padding: 15px;
        /* Some padding */
        border-radius: 10px;
        /* Rounded corners */
    }
}



@media only screen and (max-width: 849px) {

    .sidebar {
        width: 96%;
        background: #f26522;
        position: static;
    }

    .minwidth,
    .minwidth-two,
    .minwidth-three,
    .minwidth-four,
    .minwidth-five {
        min-width: auto;
        display: block;
    }

    #myBtn {
        left: 80% !important;
    }

}


@media only screen and (max-width: 849px) {
    .timeline-item:first-child,
    .timeline-item:nth-child(3),
    .timeline-item:nth-child(2),
    .timeline-item:nth-child(4),
    .timeline-item:nth-child(5) {
        font-size: 13px;
    }
    .leftSide {
        width: 100% !important;
    }
    .rightSide {
        padding: 0;
        width: 100% !important;
    }
    .affix {
        position: relative;
        z-index: 9999 !important;
        max-width: 100% !important;


    }
    .sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 730px) {
    a.share-btn {
        width: 100%;
        display: block;
    }
    footer#pagefooter .row {
        padding: 0;
    }
    footer#pagefooter .row p {
        text-align: center;
        font-weight: bold;
    }
    .aboutleft,
    .aboutright {
        width: 100%;
        padding: 0;
    }
    .cover-cta {
        width: 50%;
        height: 200px;
    }
    .cover-cta:nth-child(5),
    .cover-cta:nth-child(10) {
        border-right: 5px solid #fff;
    }
    .first-cover-left {
        width: 100%;
    }
    .first-cover-right {
        width: 100%;
    }
    .first-cover-left section,
    .first-cover-left section p {
        text-align: justify left;
    }
    .first-cover-right {
        padding: 15px;
    }

}

@media only screen and (max-width: 659px) {
    .timeline-item:first-child,
    .timeline-item:nth-child(3),
    .timeline-item:nth-child(2),
    .timeline-item:nth-child(4),
    .timeline-item:nth-child(5) {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 16px;
        line-height: 2;
    }
    .timeline img {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    #preheader,
    header > a {
        display: block;
        text-align: center;
        float: none;
    }
    .cover-cta h5 {
        font-size: 16px;
    }
    .navbar-toggle {
        margin: 7px !important;
        width: 90.5% !important;
    }
    #myBtn {
        left: 65% !important;
    }
}

@media only screen and (max-width: 354px) {
    .sidebar {
        margin-top: 120px;
    }

    .affix {
        margin-top: 0px;
    }
    .foreword2 {
        padding-top: 80px
    }


}





/*-------------Adaugat extra (AlexV)---------------*/

.cbackground {
    overflow: hidden;
    background: #e2ecf9;
    margin: 25px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.stateofplay {
    padding-top: 5px;
}

.td2-3blue {
    text-align: center;
    color: white;
    background-color: rgb(49, 187, 147);
    border: 1px solid rgb(49, 187, 147);
}

.td2-3left {
    text-align: center;
    border: 1px solid rgb(49, 187, 147);
    font-weight: bold;
}

.td2-3right {
    text-align: center;
    border: 1px solid rgb(49, 187, 147);
}

.table2-3 {
    border: 1px solid rgb(49, 187, 147);
    border-collapse: collapse;
}

.priority-icons {
    width: 25%;
    height: auto;
    padding-top: 5px;
}

.priority-table {
    border: 4px solid #43b38d;
    border-collapse: collapse;
}









.table-header1 {
    padding-left: 5px;
    background-color: #b4dbc7;
}

.lightblue-text {
    color: #41c0f0;
    padding-left: 5px;
}

.purple-text {
    color: #5E7C8C;
}

.pink-text {
    color: #a31f82;
    padding-left: 5px;
}

.darkblue-text {
    color: #164194;
    padding-left: 5px;
}

.caption2 {
    overflow: hidden;
    float: left;
    width: 100%;
    background: #e2ecf9;
    height: 150px;
    padding: 15px;
}

.ul-table2 {
    margin-top: 10px;
}


.navbar-nav {
    padding-bottom: 20px;
}

/*-------------Adaugat extra (Adi)---------------*/

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 10px;
    /* Place the button at the bottom of the page */
    left: 90%;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #f26522;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
}

#myBtn:hover {
    background-color: #f11522;
    /* Add a dark-grey background on hover */
}

.shadow {
    box-shadow: 0px 10px 0px #525659;
}

#prev,
#content,
#next,
#content1 {
    color: #fff !important;
    background-color: #41cca2;
    border-color: #41cca2;
    font-weight: bold;
}

#pagenate {
    list-style: none;
    float: right;
}

#pagenate li {
    float: left;
    margin-left: 5px;
}

.clear {
    clear: both;
}

/*-------------------------------------------------*/

.bottom-border-introduction {
    border-bottom: 2px solid #003e68;
    padding-bottom: 1em;
    margin-bottom: 2em !important;
}

img.toc {
    display: inline-block;
    width: 30px !important;
    float: right;
    margin: -30px 0 0 0px;
    padding: 2px;
}

.leftSide {
    width: 25%;
}

.rightSide {
    padding: 0 20px;
    width: 73%;
}

.div1home {
    float: left;
    margin-right: 40px;
}



.div2home {}

.metroline {
    width: 100%;
}




.identifiers {
    padding: 5px;
}

.lines_id {
    border-top: 1px solid #0B4EA2;

}

@media only screen and (max-width: 480px) {

    .identifiers {
        display: block;
    }

    .sidebar {
        width: 100%;
    }
    .basic_table {
        font-size: 0.8em;
    }
}

.tab2 tr td{
	border: solid 1px grey;
	padding: 0.2em 0.3em 0.5em 0.3em;
}

.tab2 tr:nth-child(even) { background: #B1C6CB}
.tab2 tr:nth-child(odd) { background: #EEF4FB}
.tab2 tr:nth-child(1) { background: #00767F;}
.tab2 tr:nth-child(2) { background: white}
.tab2 tr:nth-child(2) td{ background: white;border-left:solid 1px white;border-right:solid 1px white;padding:2px; }

.tab3 tr td{
	border: solid 1px grey;
	padding: 0.2em 0em 0.5em 0.3em;
}

.tab3 tr td:first-child {background: #EEF4FB;}
.tab3 tr td:nth-child(2) {background: #EEF4FB;}
.tab3 tr td:nth-child(3) {background: #739EA7;color:white;}
.tab3 tr td:nth-child(4) {background: #739EA7;color:white;}
.tab3 tr td:nth-child(5) {background: #739EA7;color:white;}
.tab3 tr td:nth-child(6) {background: #00767F;color:white;}
.tab3 tr td:nth-child(7) {background: #00767F;color:white;}
.tab3 tr td:nth-child(8) {background: #00767F;color:white;}
.tab3 tr td:nth-child(9) {background: #739EA7;color:white;}
.tab3 tr:nth-child(3) td{ background: white;border-left:solid 1px white;border-right:solid 1px white;padding:2px; }
.header3{
	background: #00767F !important;
	color:white;
	text-align:center !important;
}
.header3 p{
	text-align:center !important;
}

.tab4 tr td{
	border: 0px;
	padding: 0.2em 0em 0.5em 0.3em;
}
.tab4 tr td:first-child {color:#F7941D;background: #ffffff;width:40%}
.tab4 tr td:nth-child(2) {background:#FFF1E2;width:20%}
.tab4 tr td:nth-child(3) {background:#FFF1E2;width:20%}
.tab4 tr td:nth-child(4) {background:#FFF1E2;width:20%}
.header4{
	background: #5760AB !important;
	color:white !important;
	text-align:left !important;
}
.header4 p{
	text-align:left !important;
}
.header4b{
	background: #F7941D !important;
	color:white !important;
	text-align:left !important;
}
.header4b p{
	text-align:left !important;
}

.tab5 tr td:first-child {color:#00767F;background: #ffffff;width:40%}
.tab5 tr td:nth-child(2) {background:#E0E6E8;width:20%}
.tab5 tr td:nth-child(3) {background:#E0E6E8;width:20%}
.tab5 tr td:nth-child(4) {background:#E0E6E8;width:20%}
.header5{
	background: #00767F !important;
	color:white;
	text-align:left !important;
}
.header5 p{
	text-align:left !important;
	color:white !important;
}

.tab6 tr td:first-child {color:#56C5D0;background: #ffffff;width:40%}
.tab6 tr td:nth-child(2) {background:#E9F6F6;width:20%}
.tab6 tr td:nth-child(3) {background:#E9F6F6;width:20%}
.tab6 tr td:nth-child(4) {background:#E9F6F6;width:20%}
.header6{
	background: #56C5D0 !important;
	color:white;
	text-align:left !important;
}
.header6 p{
	text-align:left !important;
		color:white !important;
}



/*
.mylist2 {
	padding-left: -14px;
	list-style-type: disc;

}*/
/*

.mylist2 li::before{
	color:#5E7C8C;
}
*/
.mylist2 {
	list-style: none; /* Quitamos los marcadores */
	padding: 0; /* Quitamos el padding por defecto de la lista */
	margin-left: 12px; /* Separamos la lista de la izquierda */
}
.mylist2 li::before { /* Aņadimos contenido antes de cada elemento de la lista */
	content: "\2022"; /* Insertamos el marcador */
	padding-right: 4px; /* Establecemos el espacio entre las viņetas y el list item */
	color: #5E7C8C; /* Coloreamos la viņeta */
	margin-left: -12px;
	font-size:20px;
	vertical-align: -2px;
}

.mylist {
	padding-left: 14px;
	list-style-type: disc;	
}

.mylist li {
	margin-bottom: 10px;
}

.subtit {
    color: #5E7C8C;
    font-weight: 500;
    font-size: 20px;
    margin: 30px 0px;
    padding-top: 10px;
    padding-bottom: 10px;

}


.subtitic {
    color: #5E7C8C;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    margin: 5px 0px!important;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;

}


.subtitsmall {
    color: #5E7C8C;
    font-weight: 500;
    font-size: 15px;
    margin: 5px 0px!important;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;

}

.subpeople {
    color: #5E7C8C;
    font-weight: 600;
    font-size: 12px;
    margin: 0px 0px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;

}

.subpeople2 {
    color: black;
    font-weight: 500;
    font-size: 12px;
    margin: 0px 0px!important;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;

}


.quote {
    text-align: center;
    font-style: italic;
    font-size: 15px;
}


.quoteii {
    text-align: center;
    font-style: italic;
    font-size: 15px;
    align-items: baseline;
}



.quotel {
    text-align: left;
    font-style: italic;
    font-size: 15px;
    padding-left: 70px
}

.note {
    text-align: center;
    font-style: italic;
    font-size: 12px;
}

.note_right {
    text-align: right;
    font-style: normal;
    font-size: 12px;
	margin-bottom:-15px!important;
}

.note_left {
    text-align: left;
    font-style: normal;
    font-size: 12px;
	margin-bottom:-5px!important;
}

.copyright {
    text-align: left;
    font-style: italic;
    font-size: 12px;

}

.sig {
    font-size: 15px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    line-height: 1;
}

.whiteend {
    color: white;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.whiteendsig {
    color: white;
    font-weight: 300;
    font-size: 18px;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 1.5;
}

.contact {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: black;
    margin-bottom: 2px !important;
    margin-top: 0px !important;
}

.contactfirst {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: black;
    margin-bottom: 2px !important;
    margin-top: 20px !important;
}

.contactp {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    color: black;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
}


p.op {
    text-align: left;
    vertical-align: top;
}

p.opr {
    text-align: right;
    vertical-align: top;
}
p.opr1 {
    text-align: right;
    vertical-align: top;
    font-size: 12px;
}

.oplogo {
    max-height: 100px;
    vertical-align: top;


}

.oplogo-left {
    display: inline-block;
    max-height: 100px;
    width: 50%;
    float: left;
    padding-left: 0px;
    vertical-align: top;
}

.oplogo-right {
    display: inline-block;
    width: 50%;
    max-height: 100px;
    float: right;
    padding-left: 0px;
    vertical-align: top;
}

.whcent {
    padding: 15px;
    background: white;
}

.skycent {
    width: 80%;
    margin-top: 10px;
    margin-left: 10%;
    padding: 10px;
    align-self: center!important;
    background: #f0f6fc;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.skycentfl {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    align-self: center!important;
    background: #f0f6fc;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}


.bookeli {
    height: 40px;
}

.stri {
    width: 50px;
}

.strpeople {
    width: 20%;
}

.strrowfirst {
    width: 33%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}


.strrowleft {
    width: 33%;
    float: left;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.strrowright {
    width: 33%;
    float: right;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}


.ERChigh {
    width: 50%;
    float: left;
    padding: 4px;
    align-content: center;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    }


.ERCleft {
    width: 50%;
    float: left;
    padding: 4px;
    align-content: center;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.ERCright {
    width: 50%;
    float: right;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.ERCleft1 {
    padding: 4px;
    align-content: center;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.ERCright1 {
    padding: 4px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.ERChigh33 {
    width: 33%;
    float: left;
    padding: 4px;
    align-content: center;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}


/*-------------------------------------------------------------- screen sizes --------------------------------------------------------------------*/

/*-------------------------------------------------------------- screen sizes --------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {

    .strrowfirst {
        width: 99%;
        padding: 15px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }


    .strrowleft {
        width: 99%;
        padding: 15px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }

    .strrowright {
        width: 99%;
        padding: 15px;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }
    
    .table_map {
    width: 100%;
    font-size:0.7em;
    }


}


@media only screen and (max-width: 670px) {
    
    
    .ERChigh {
		width: 100%;
		float: left;
		padding: 4px;
		text-align: left;
		vertical-align: top;
		display: inline-block;
		font-size:0.9em;
	}
    
    .ERChigh33 {
		width: 100%;
		float: left;
		padding: 4px;
		text-align: left;
		vertical-align: top;
		display: inline-block;
		font-size:0.9em;
	}    
    
    .imageleft {
    width: 100% !important;
    float: right;
    padding-right: 0;
    }
    
    .imageright {
    width: 100% !important;
    float: right;
    padding-right: 0;
    padding-left: 0;
    }
    
    .highlights1 {
    display:block;
    width:100% !important;
    margin-top: 80px !important;
    }
    
    .highlights11 {
    display: block;
    width:100% !important;
    margin-top: 80px !important;
    }
    
    div .highlights2 {
    margin-top: 0px;
    padding: 15px;
    margin-left: 0;
    background-color: #eaf1f9;
    box-shadow: 5px 5px #bfc6cd;
    position: relative;
    }
    
    div .highlights22 {
    padding: 15px;
    padding-top: 1px;
    margin-right: 0;
    background-color: #eaf1f9;
    box-shadow: 5px 5px #bfc6cd;
    position: relative;
    margin-top: 0px;
    }
    
    div .highlights221 {
    padding: 15px;
    padding-top: 1px;
    margin-right: 0;
    background-color: #eaf1f9;
    box-shadow: 5px 5px #bfc6cd;
    position: relative;
    margin-top: 0px;
    }
    
    .image_title_right {
    text-align: left;
    color: #5E7C8C;
    font-weight: bold;
    }
    
    .purple-text {
    color: #5E7C8C;
    }
}


@media only screen and (max-width: 850px) {

    .ERCleft {
        width: 100%;
        float: left;
        padding: 4px;
        text-align: left;
        vertical-align: top;
        display: inline-block;
    }
    
   
    .ERCright {
        width: 100%;
        float: right;
        padding: 4px;
        text-align: left;
        vertical-align: top;
        display: inline-block;
    }
    
    .imageERC {
     width:70% !important;
    }
    
    .imageHIGH {
    width:100% !important;
    align-self: center;
    margin-top:30px;
    }
    
    .clearfixline {
        border-left: 0px solid #5E7C8C;
        left: 50%;
        content: ".";
        clear: both;
        display: block;
        height: 0px;
        margin-bottom: 0px;
    }
    
    .lineright {
        border-right: 0!important;
    }
}

/*-------------------------------------------------------------- screen sizes --------------------------------------------------------------------*/
/*-------------------------------------------------------------- screen sizes --------------------------------------------------------------------*/


/*------------- Darius ---------------*/

.horangebox {
    padding: 15px;
    display: inline-block;
    background: #f26522;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px
}

.copyrightinfo {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    color: black;
    margin-bottom: 10 px;
}

.identifiers_table {
    margin-top: 20px;
    margin-bottom: 40px;
}

.bkgnd1 {
    background-image: url(../images/str1.jpg);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

.bkgnd2 {
    background-image: url(../images/str2.jpg);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
     margin-top: 30px;
    display: inline-block;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd3 {
    background-image: url(../images/str3.jpg);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
     margin-top: 30px;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd4 {
    background-image: url(../images/str4.jpg);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd5 {
    background-image: url(../images/image195.png);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
    margin-top: 30px;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd6 {
    background-image: url(../images/bkg6.jpg);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 0;
    margin-top: 50px;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd7 {
    background-image: url(../images/str6.jpg);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd8 {
    background-image: url(../images/str7.png);
    background-position: top;
    background-size: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    padding: 10% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgnd9 {
    /*background-image: url(../images/str7.png);*/
	background-color:#0E1C42;
    background-position: top;
    background-size: 100%;
	margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    padding: 5% !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

	border-left:solid 20px #c19549;
	border-right:solid 20px #c19549;
}





.spacebefore {
    margin-top: 80px
}

.himage {
    height: 300px;
}



.white {
    color: white;
    font-weight: 300;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}



.horange {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    display: inline-block;
    background: #f26522;
    width: 75%;
    min-height: 183px;
    text-decoration-color: white;

}

.quote_title {
    text-align: center;
    font-style: italic;
    font-size: 2em;
    color: #5E7C8C;
    padding-top: 5px;


}

.ERCleft3 {
    width: 33.3%;
    float: left;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    display: inline-block;

}

.graphic_title {
/*
    text-align: center;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
*/
	text-align: left;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
}

.graphic_title2 {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
}

/*------------- tabel ---------------*/

table.Basic-Table {
    border-collapse: collapse;
}

.table_header {
    background-color: #00767F;
}

.table2_header {
    background-color: #00767F;
}

.grayh {
    background-color: gray;
    border: solid 1px black;
}

.basic_table {
    border-collapse: collapse;
    width: 100%;
}

.header2 {
    border: solid 1px gray;
    color: white;
    text-align: center;
}

.header2020 {
    background: #00767F;
    color: white;
    text-align: left;
    height: 70px;
    vertical-align: bottom;
}

.header2021 {
    background: #00767F;
    color: white;
    text-align: left;
    height: 70px;
    vertical-align: top;
    word-break: break-all;
}

.header2022 {
    background: #00767F;
    color: white;
    text-align: left;
    height: 50px;
    vertical-align: middle;
}

.header2020nobgnd {
    background: none;
    color: white;
    text-align: left;
    word-break: break-all;
}

.p2020 {
    color: white;
    text-align: left;
    word-break: break-all;

}

.notes2020 {
    text-align: right;
    padding: 1px;
    margin: 2px !important;


}

.row_01 {
    padding: 5px;
    word-break: break-all;
}


.cell_purple_01 {
    background-color: #a37eb3;
    color: white;
}


.cell_purple_02 {
    background-color: #44267e;
    color: white;
}

.cell_purple_04 {
    background-color: #E1EcF8;
    color: black;
    height: 40px;
}

.header0 {
    color: white;
    text-align: left;
}

.header1 {
    color: white;
    text-align: center;
}

td > p {
    text-align: left;
    margin: 0px!important;
    padding: 5px;
}

.subtitic1 {
    color: #5E7C8C;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    margin: 5px 0px!important;
    padding-top: 30px;
    padding-bottom: 3px;
    text-align: center;

}

.graphic_title1 {
    text-align: center;
    color: #5E7C8C;
    font-weight: bold;

}

.table_map {
    width: 100%;
}

.country {
    text-align: left;
}

.country_perc {
    text-align: right;
    padding-right: 25px
}

.erc_b {
    background-color: #e1ebf7;
    float: left;
    width: 40%;
}

.erc_bt {
    float: right;
    display: inline-block;
    width: 60%;
    padding-left: 20px;
}

.erc_50_i {
    float: left;
    width: 50%;
}
.erc_50_d {
    float: right;
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}


.erc_30 {
    display: inline-block;
    width: 30%;
}
.sig_gray{
	color:#5E7C8C;
}



.imageland {
    width: 100%;
    /*margin-top: 20px;*/
margin-top:40px;
margin-bottom:40px;
}

.strongp {
    font-weight: bold;
    color: #5E7C8C;
}

.bullet {
    text-indent: -15px;
}

.divbullet {
    margin-left: 15px;
}

.imageleft {
    width: 80%;
    float: left;
    padding-right: 10px;

}

.imgcen {
    display: block;
    align-items: center;
    margin: auto;
}

.image_title_right {
    text-align: left;
    color: #5E7C8C;
    font-weight: bold;

}

.highlights1 {
    display: inline-block;
    margin-top: 30px;
}

.highlights2 {
    margin-top: -40px;
    padding: 15px;
    padding-top: 1px;
    margin-left: 10%;
    background-color: #eaf1f9;
    box-shadow: 5px 5px #bfc6cd;
    position: relative;
}

.btorange {
    font-weight: bold;
    color: #f26522;
}

.highlights11 {
    display: inline-block;
    margin-top: 30px;
}

.highlights22 {
    padding: 15px;
    padding-top: 1px;
    margin-right: 10%;
    background-color: #eaf1f9;
    box-shadow: 5px 5px #bfc6cd;
    position: relative;
    margin-top: -40px;

}
.highlights221 {
    padding: 15px;
    padding-top: 1px;
    margin-right: 22%;
    background-color: #eaf1f9;
    box-shadow: 5px 5px #bfc6cd;
    position: relative;
    margin-top: -40px;}

.image_title_left {
    text-align: right;
    color: #5E7C8C;
    font-weight: bold;
}

.imageright {
    width: 80%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.quote_title_left {
    text-align: left;
    font-style: italic;
    font-size: 2em;
    color: #5E7C8C;
    padding-top: 5px;
}

.quote_left {
    text-align: left;
    font-size: 15px;
}

.orangeh {
    padding: 5px;
    color: white;
    background-color: #f29400;
    border-collapse: collapse;
    font-size: 0.8em;

}

.grayha {
    padding: 5px;
    color: white;
    background-color: gray;
    border-collapse: collapse;
    font-size: 0.8em;

}

.orangehl {
    padding: 5px;
    background-color: #fff5e9;
    border-collapse: collapse;
    width: 25%;
    font-size: 0.8em;

}

span.orange {
    color: #f29400;
}

.greenh {
    padding: 5px;
    color: white;
    background-color: #96bf16;
    border-collapse: collapse;
    font-size: 0.8em;
}

.greenhl {
    padding: 5px;
    background-color: #f7f9ec;
    border-collapse: collapse;
    width: 25%;
    font-size: 0.8em;

}

span.green {
    color: #96bf16;
}

.blueh {
    padding: 5px;
    color: white;
    background-color: #00b2c0;
    border-collapse: collapse;
    font-size: 0.8em;
}

.bluehl {
    padding: 5px;
    background-color: #f0f8f9;
    border-collapse: collapse;
    width: 25%;
    font-size: 0.8em;

}

span.blue {
    color: #00b2c0;
}

span.purple {
    color: #5E7C8C;
}

.imageg {
    width: 75%;
}

.logol {
    float: left;
    padding-right: 20px;

}

.footersh {
    width: 100%;
}



.textonright {
    vertical-align: center;
    padding-left: 10px;
    flex-wrap: wrap;
}

.imageonleft {
    width: 60%;
}

.bordershadow {
    border: solid 10px white;
    box-shadow: 5px 5px #bfc6cd;
    width: 100%;
}

.bordershadow1 {
    box-shadow: 5px 5px #bfc6cd;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    background: #e9f2fb;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    position: relative;


}

.bordershadow2 {
  border: solid 10px white;
  box-shadow: 5px 5px 5px 5px #bfc6cd;
  width: 100%;
}


.bkgcolor {
    background-color: #e9f2fb;
    padding: 5px;
    }

.textonleft {
    vertical-align: center;
    padding-right: 10px;
    }

.imageonright {
    width: 60%;
    }

.line {
    border-top: 2px solid #5E7C8C;
    }

.lineright {
    border-right: 2px solid #5E7C8C;
    }

.clearfixline {
    border-left: 2px solid #5E7C8C;
    left: 50%;
    content: ".";
    clear: both;
    display: block;
    height: 0px;
    margin-bottom: 0px;
    }

.imageERC {
    width:95%;
    }

.imageHIGH {
    width:95%;
    }

.imageNOBEL {
    width:80%;
	color:#c19549;
	border: 2px solid #c19549;
    }
.textNOBEL{
	color:#c19549;
}

/* 08/04/2022 - uedemo: Share Buttons Styles */
div.social-links {
    float: right;
    text-align: right;
    vertical-align: top;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #5E7C8C;
    color: #fff;
    line-height: 1;
    padding: 4px 0;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    transition: 0.3s;
}
