table th {
    vertical-align: middle !important;
    font-weight: normal;
}
table span {
    display: inline-block;
}
h2, h3{
    margin-top: 5px;
}
a{
    cursor: pointer;
}
extra-small{
    font-size: 10px;
}
button > * {
    vertical-align: text-top;
}
h5 {
    font-weight: bold;
}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
    vertical-align: middle;
}

/* Override BootStrap
-------------------------------------------------- */
.row {
    margin: 0;
}
.btn, input, select, .input-group-addon, a, .label, .dropdown-menu, pre, .well {
    border-radius: 2px !important;
}
.label *{
    vertical-align: middle;
}
.grey-title {
    color: #A9A9A9;
}
.panel-default>.panel-heading .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.table {
    margin: 0;
}
.form-control {
    border-color: #c5c5c5;
}
.input-group-addon{
    border-radius: 4px 0 0 4px !important;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.input-group .form-control {
    border-radius: 0 4px 4px 0 !important;
    border-left: none;
}
.nav-tabs {
    border-bottom: 1px solid #C5C5C5;
    background-color: #ffffff;
    padding-left: 20px;
}
.nav-tabs > li > a{
    border: none;
    margin: 0;
    color: #57575B;
    border-radius: 0 !important;
    padding: 10px 20px;
    background-color: transparent;
}
.nav-tabs > li > a:hover {
    background-color: #00aeef;
    color: #ffffff;
}
.nav-tabs > li > a.disabledTab{
    color: #808080;
    cursor: default;
}
.nav-tabs > li > a.disabledTab:hover{
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover  {
    border: none;
    background-color: transparent;
    padding: 6px 20px 9px;
    border-top: 4px solid #00aeef;
    font-family: montserrat-bold;
    font-size: 11pt;
}
div.metis-title > ol > li.active > a {
    color:#00aeef;
}
.nav-tabs > li > a .count {
    background-color: #00AEEF;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
    font-family: montserrat-bold;
    font-size: 8pt;
    padding: 1px 0;
    margin-top: -4px;
}
.nav-tabs > li > a:hover .count {
    background-color: #FFFFFF;
    color: #00AEEF;
}
.nav-tabs > li.active > a .count,
.nav-tabs > li.active > a:focus .count,
.nav-tabs > li.active > a:hover .count {
    background-color: #00AEEF;
    color: #ffffff;
}


/* Override Select2
-------------------------------------------------- */
.select2-container.form-control {
    background: none;
}
.select2-drop {
    background-color: #3f3f3f;
    background-image: none;
    color: #e2e2e2;
    padding: 2px 4px;
    font-size: 10pt;
    height: auto;
    border: none;
}
.select2-results .select2-highlighted {
    color: #7a7a7a;
    background-color: #ffcc00;
}
.select2-container-multi .select2-choices .select2-search-choice {
    color: #fff;
    border: none;
    background-color: #00AEEF;
    background-image: none;
    webkit-box-shadow: none;
    box-shadow: none;
}
.select2-search-choice-close {
    background: url('../images/select2_lis.png') right top no-repeat;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
    margin: 0 4px;
    font-size: 10pt;
    color: #ffffff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #00AEEF;
    color: #ffffff;
}
.select2-results li.select2-result-selectable > .select2-result-label,
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: normal;
    font-family: montserrat-regular;
    font-size: 10pt;
}
.select2-result-sub li.select2-result-selectable > .select2-result-label {
    font-weight: normal;
    font-family: montserrat-thin;
    font-size: 8pt;
}
.metis-large-select {
    min-width: 300px;
}

/* Custom page CSS
-------------------------------------------------- */

/* GLOBAL SPLITTING */
#metis-content {
    background-color: #222222;
}
.metis-title{
    position: fixed;
    right: 0;
    left: 0;
    top: 95px;
    background-color: #e2e2e2;
    overflow: auto;
    color: #57575b;
    min-height: 60px;
    border-bottom: 1px solid #C5C5C5;
    margin-left: 200px;
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}
.metis-title.selection-results{
    min-height: 66px;
}
.metis-title.collapsed {
    margin-left: 30px;
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}
.metis-title.without-marge  {
    margin-left: 0;
}
.logo-hp-lis {
    background-image: url("../images/logo_LIS_title.png");
    width: 150px;
    height: 63px;
    display: block;
    position: absolute;
    right: 50px;
    top: -20px;
    background-size: contain;
}
.logo-hp-lis.collapsed {
    height: 0;
}
.metis-title > div {
    overflow: auto;
    margin: 10px 20px 0;
}
.metis-title h3 {
    font-family: montserrat-bold;
    float: left;
    margin: 20px 0 8px;
    font-size: 14pt;
}
.metis-title h3 > .slash {
    font-family: montserrat-regular;
    margin: 0 2px;
}
.metis-title h3 > a {
    font-family: montserrat-regular;
    color: #57575B;
    font-size: 14pt;
}
.metis-title h3 > a:hover {
    text-decoration: none;
}
.metis-title .right-parts {
    float: right;
}
.metis-title .right-parts > * {
    display: inline-block;
}
.metis-menu {
    overflow: hidden;
    min-height: 300px;
    width: 200px;
    display: block;
    float: left;
    color: #e2e2e2;
    font-size: 9pt;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.metis-menu.collapsed {
    width: 30px;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.metis-menu > div.collapseBtn {
    padding: 6px 2px;
}

.metis-menu select,
.metis-menu .select2-choices {
    background-color: #3f3f3f;
    background-image: none;
    color: #e2e2e2;
    padding: 2px 4px;
    font-size: 10pt;
    height: auto;
    border: none;
}
.metis-menu .form-control {
    height: 28px;
    font-size: 8pt;
    border :none;
}
.metis-menu .input-group-addon:first-child {
    border-right: none;
    font-size: 8pt;
    padding: 6px 6px;
}
.metis-content {
    position: relative;
    background-color: #fafafa;
    margin-left: 200px;
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
    min-height: 300px;
}
.metis-content.first {
    margin-top: 85px;
    min-height: inherit;
}
.metis-content.first-without-top-margin {
    min-height: inherit;
}
.metis-content .right-parts {
    position: relative;
    float: right;
    z-index: 100;
    margin-top: -30px;
}
.metis-content.selection-results {
    margin-top: 28px;
    min-height: inherit;
}
.metis-content.selection-results-color {
    background-color: transparent;
}
.metis-content.collapsed {
    margin-left: 30px;
    transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}
.metis-content.without-marge {
    margin-left: 0;
}
.metis-content .nav-tabs .right-parts {
    float: right;
    padding: 6px 10px;
}
.metis-content .nav-tabs .right-parts > * {
    display: inline-block;
}
#height-marker {
    height: 0;
}
.progress-div {
    padding: 4px 6px;
}
.progress-div .progress {
    margin-bottom: 0px;
}

/* Not required for template or sticky footer method. */
.table-lis {
    width: auto;
    color: #57575b;
    font-size: 12pt;
}
.table-lis, .table-lis tr {
    background-color: #ffffff;
}
.table-lis thead th * {
    vertical-align: middle;
}
.table-lis > tbody > tr > td{
    font-size: 8pt;
    line-height: 1.5;
}
.table-lis > thead {
    border: 1px solid #626262;
    font-size: 10pt;
}
.table-lis>thead>tr>th,
.table-lis>thead>tr>td{
    background-color: #696969;
    border: 1px solid #626262;
    color: #DDDDDD;
    height: 40px;
    padding: 0;
}
.table-lis>thead>tr.press-btn,
.table-lis>thead>tr.press-btn,
.table-lis>tfoot>tr.press-btn,
.table-lis>tfoot>tr.press-btn {
    height: auto;
}
.table-lis>thead>tr.press-btn>th,
.table-lis>thead>tr.press-btn>td {
    background-color:inherit;
    border: none;
    height: auto;
}
.table-lis>thead>tr.half>th,
.table-lis>thead>tr.half>td{
    height: 20px;
}
.table-lis>thead .glyphicon {
    font-size: 11pt;
}
.table-lis>tbody>tr>td{
    border: none;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
}
.table-lis.singleColumn>thead>tr>th,
.table-lis.singleColumn>tbody>tr>td,
.table-lis.singleColumn>thead>tr>td{
    border-right: none;
}
.table.table-lis thead tr th,
.table.table-lis thead tr td,
.table.table-lis tbody tr td,
.table.table-lis tfoot tr td{
    padding: 4px 10px;
}
.table.table-lis tbody tr td,
.table.table-lis tfoot tr td{
    padding-top: 10px;
}
.table.table-benef-taxe tbody tr td{
    padding: 0;
}
.table-lis.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.table-lis .glyphicon {
    font-size: 12px;
}
.table-lis .td-empty {
    /*background-color: #aaa;*/
}
.table-lis td.category {
    background-color: #DEF7FD;
    border-left: 1px solid #D0E7ED;
    border-right: 1px solid #D0E7ED;
    color: #00AEEF;
    font-family: montserrat-bold;
    text-transform: uppercase;
    font-size: 10pt;
}
.table-benef-taxe span.category {
    background-color: #DEF7FD;
    color: #00AEEF;
    font-family: montserrat-bold;
    text-transform: uppercase;
    font-size: 10pt;
    padding: 4px 10px;
}
.table-benef-taxe tr.source td > div {
    padding: 4px 10px;
}
.table.table-lis thead tr th.category ,
.table.table-lis thead tr td.category ,
.table.table-lis tbody tr td.category ,
.table.table-lis tfoot tr td.category {
    padding-top: 4px;
}
.table-lis .values {
    text-align: right;
    display: block;
    min-width: 50px;
    font-family: verdana;
}
.table-fit {
    width: auto;
}
.table.table-fit>thead>tr>th,
.table.table-fit>thead>tr>td,
.table.table-fit>tbody>tr>td,
.table.table-fit>tfoot>tr>td{
    padding: 0 2px;
    border-right: 1px solid black;
}
.table-stats .addInfo{
    padding-left: 10px;
}

.table-stats tr {
    height: 25px;
}
.table.table-lis.table-stats thead tr td.colBtn,
.table.table-lis.table-stats tbody tr td.colBtn {
    padding: 0;
}
.table.table-lis.table-stats thead tr td.colBtn > span {
    width: 15px
}
.table-stats thead > tr > td > span,
.table-stats tbody > tr > td > span{
    width: 50px;
    padding: 0;
}
.table-stats tr>td:first-child>*{
    width: 280px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table-stats .values {
    text-align: right;
    display: block;
}
.table-stats > tbody > tr > td {
    vertical-align: middle;
}

/* VALUE LABEL TABLE */
.table.table-lis > tbody > tr.vl-header {
    background-color: #E3E3E3;
}
.table-lis > tbody > tr.vl-row > td .div-vl {
    max-height: 430px;
    overflow: auto;
    display: block;
}
.table-lis > tbody > tr.vl-row,
.table-lis > tbody > tr.vl-row:nth-of-type(odd){
    background-color: #FFFFFF;
}
.table-lis > tbody > tr.vl-row > td {
    padding: 0 !important;
}
.table-vl  {
    margin: 0;
    width: 100%;
}
.table-vl > thead {
    border: none;
}
.table.table-lis.table-vl > thead > tr > th,
.table.table-lis.table-vl > tbody > tr > td {
    font-size: 8pt;
}
.table-vl > thead > tr {
    border: none;
}
.table-vl > thead > tr > th {
    background-color: #FAFAFA;
    padding-top: 0;
    font-family: montserrat-bold;
    border: none;
    height: auto;
    width: auto;
}
.table-lis.table-vl > tbody > tr {
    border: none;
    background-color: #FFFFFF;
}
.table-vl > tbody > tr > td {
    width: auto;
    border: none;
    border-bottom: 1px solid #FBFBFB;
}
.table.table-lis.table-vl > thead > tr > th.vl-code,
.table.table-lis.table-vl > tbody > tr > td.vl-code {
    padding: 4px 10px 4px 20px;
    width: 50px;
}
.table.table-lis.table-vl > thead > tr > th.vl-label,
.table.table-lis.table-vl > tbody > tr > td.vl-label {
    padding: 4px 20px 4px 10px;
}
.table.table-lis.table-vl > thead > tr > th.vl-label > span,
.table.table-lis.table-vl > tbody > tr > td.vl-label > span {
    color: #1DB3EF;
}
.table.table-lis.table-vl > thead > tr > th.vl-code > span,
.table.table-lis.table-vl > tbody > tr > td.vl-code > span {
    width: 50px;
    color: #56565B;
    text-align: left;
}
.table.table-lis.table-vl > tbody > tr > td.vl-code > span {
    font-family: verdana;
}
.container .text-muted {
    margin: 20px 0;
}
.td-center{
    text-align: center;
}
.td-center>span {
    text-align: center;
}
.table-ds-detail > thead > tr > th:first-child,
.table-ds-detail > thead > tr > th:first-child > *{
    width: 300px;
}

.block-notes .main-title {
    background-color: #373737;
    border-bottom: 1px solid #626262;
    font-family: montserrat-bold;
    text-transform: uppercase;
    color: #DDDDDD;
    padding: 4px 20px;
    display: block;
}
.block-notes .main-title .glyphicon {
    font-size: 12pt;
    margin-top: 1px;
}
.block-notes .filter {
    background-color: #696969;
    border-bottom: 1px solid #626262;
    color: #DDDDDD;
    padding: 4px 20px;
    display: block;
}
.block-notes .title {
    background-color: #DEF7FD;
    color: #00C3F5;;
    font-family: montserrat-bold;
    text-transform: uppercase;
    font-size: 10pt;
    display: block;
    padding: 2px 20px;
}
.block-notes .title > * {
    vertical-align: middle;
}
.block-notes .title .icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/notes.png");
    margin-right: 4px;
}
.block-notes .title .count {
    text-transform: none;
    color: #6A6B6B;
    font-size: 8pt;
    float: right;
}
.block-notes .sub-title {
    display: block;
    margin: 10px 20px;
    border-bottom: 1px solid #696969;
    color: #696969;
    font-family: montserrat-bold;
    font-size: 8pt;
}
.block-notes .table-lis {
    width: 100%;
    font-family: montserrat-regular;
    font-size: 10pt;
    color: #696969;
    margin-bottom: 10px;
}
.block-notes .table-striped.table-lis > tbody > tr{
    background-color: #FAFAFA;
}
.block-notes .table-striped.table-lis > tbody > tr:nth-of-type(odd){
    background-color: #FFFFFF !important;
}
.block-notes .table-lis > tbody > tr > td {
    padding: 6px 20px;
    text-align: justify;
}
.block-notes .badge-lis {
    margin-bottom: 6px;
    background-color: #00B0F2;
    background-image: none;
    border: none;
}

.rowNote {
    padding: 10px 10px 4px;
    display: block;
    text-align: justify;
    background-color: #ffffff;
}
.rowNote.stripped {
    background-color: #FAFAFA;
}
.benefitVisibled {
    background-color: #00aeef;
    color: #ffffff;
    margin-bottom: 2px;
    cursor: pointer;
}
.benefitVisibled:hover {
    color: #7a7a7a;
    background-color: #ffcc00;
}
.benefitVisibled .content {
    background-color: #ffffff;
    color: #7a7a7a;
}
.table-striped>tbody>tr:nth-of-type(odd) .benefitVisibled .content {
    background-color: #f9f9f9;
}
.benefitVisibled > span,
.noBenefit > span{
    padding: 10px 10px 4px;
}
.noteHidden {
    border: 1px solid #AAAAAA;
    background: #EEEEEE;
}
.note a {
    margin-top: 5px;
    display: block;
}
.displayBlackNote {
    background: url('../images/doc_black.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 10pt;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
    margin-top: -20px;
}
.displayBlackNote.blue {
    background-image: url('../images/doc_blue.png');
}
.displayBlackNote.white {
    background-image: url('../images/doc_white.png');
    color: #57575b;
}
.survey p {
    text-align: justify;
}
.benefitTaxeBlock {
    width: 32%;
    float: left;
    margin: 10px;
}
.full-width {
    width: 100%;
}
.value-numeric {
    font-family: verdana;
}
.disabled{
    opacity: 0.4;
}
.textDetail {
    border: 1px solid #EEEEEE;
    background: #FCFCFC;
    text-align: justify;
    display: block;
    padding: 2px 4px;
    margin-top: 5px;
    word-wrap: break-word;
}
.sp-label {
    display: inline-block;
    min-width: 80px;
}
.sp-label-bis {
    display: inline-block;
    color: #00AEEF;
}
.sp-value {
    display: inline-block;
    min-width: 50px;
    text-align: right;
}
.sp-value-bis {
    display: inline-block;
    text-align: right;
    color: #00AEEF;
}

.addSet{
    background: #f1f1f1;
}
.list-data > span{
    padding: 2px 4px 2px 2px;
    display: inline-block;
}
.list-data .badge {
    background: white;
    color: #5bc0de;
    padding: 2px 4px;
}

/* VARIABLE TREE */
.variablesTree ul {
    padding: 0;
    margin: 0;
}
.variablesTree .topic-name {
    min-width: 150px;
    display: inline-block;
}
.variablesTree .var-in-topic {
    background-color: #ffffff;
    padding: 0px 4px;
    display: inline-block;
    color: #222222;
    border-radius: 2px;
    margin: 0 4px 0px 0;
    padding-bottom: 2px;
    min-width: 110px;
}
.variablesTree .valo-without-var {
    background-color: transparent;
}
.sel-content .variablesTree .topic.hover > span > .var-in-topic.valo-without-var{
    background-color: transparent;
}
.variablesTree .stripped .var-in-topic{
    background-color: #FAFAFA;
}
.variablesTree .stripped .var-in-topic.valo-without-var{
    background-color: transparent;
}
.variablesTree .var-in-topic .var-name {
    display: inline-block;
    min-width: 50px;
}
.variablesTree .var-in-topic .span-btn {
    float: right;
}
.variablesTree .var-in-topic .glyphicon {
    margin: 0 2px;
}
.variablesTree ul li {
    list-style-type: none;
    font-size: 8pt;
    width: 100%;
    overflow: auto;
}
.variablesTree .topic {
    background-color: #8f8f91;
    font-family: montserrat-regular;
    color: #ffffff;
}
.variablesTree .first-level > .topic {
    background-color: #00aeef;
    border-top: 1px solid #ffffff;
}
.variablesTree .first-level > .topic:first-child {
    border: none;
}
.variablesTree .first-level > .topic > .itemTopic {
    font-family: montserrat-bold;
    text-transform: uppercase;
}
.variablesTree .variable {
    background-color: #fafafa;
    font-family: montserrat-light;
    color: #8b8b8d;
}
.variablesTree .variable.stripped {
    background-color: #ffffff;
}
.variablesTree .variable .name{
    font-family: montserrat-regular;
    color: #57575b;
    min-width: 80px;
    display: inline-block;
}
.variablesTree .itemVariable, .variablesTree .itemTopic {
    height: 25px;
    display: inline-block;
    padding: 4px 0;
    min-width: 450px;
}
.variablesTree .itemTopic .name {
    min-width: 50px;
    display: inline-block;
}
.variablesTree .itemVariable, .variablesTree .itemTopic .padding {
    display: inline-block;
    width: 10px;
}
.variablesTree .variable > span *, .variablesTree .topic > span > * {
    vertical-align: middle;
}
.variablesTree .topic > .block-topic {
    display: block;
    float: left;
}
/*.variablesTree img, .variablesTree .glyphicon {
    margin: 0 4px 0 20px;
    font-size: 10pt;
}*/

.filterInput{
    margin-bottom: 4px;
    max-width: 400px;
}
.filterInput .glyphicon {
    top: 0;
}


.basket {
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 20;
    font-size: 8pt;
    color: #ffffff;
    display: inline-block;
    float: right;
    margin-right: 10px;
    padding: 6px 6px 10px;
}
.basket > div {
    display: inline-block;
}
.basket .box {
    margin: 5px 10px;
    width: 26px;
    height: 28px;
    background-image: url("../images/box.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}
.basket .title {
    font-family: montserrat-bold;
    letter-spacing: 1.5px;
}
.basket .title .glyphicon {
    font-size: 8pt;
    margin-left: 4px;
}
.basket .item {
    font-size: 8pt;
}
.basket .item .count {
    font-family: montserrat-bold;
    color: #FC0;
    display: inline-block;
    width: 20px;
}

.basketModal {
    overflow: auto;
}
.basketModal hr {
    margin: 4px 0 8px;
}
.basketModal span {
    display: inline-block;
}
.basketModal .basketLine {
    overflow: hidden;
}
.basketModal .basketLine>span * {
    vertical-align: text-top;
}
/* HOME PAGE & SELECTION PAGE */
.datasetTable.table-lis {
    width: 100%;
}

.datasetTable.table-lis > thead {
    border: none;
}
.table-lis.datasetTable > thead > tr > th {
    height: 50px;
    background-color: #00aeef;
    border: none;
    border-right: solid 1px #00a8e5;
    border-bottom: solid 1px #00a8e5;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 104px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.table-lis.datasetTable > thead > tr > th:last-of-type {
    min-width: 300px;
}

.datasetTable th > * {
    min-width: 155px;
    display: block;
}

.col-xs-fifthteen-element {
    width: calc(100% / 15);
}

.col-xs-ten-element {
    width: 10%;
}

.col-xs-seven-element {
    width: 14%;
}
.col-xs-five-element {
    width: 20%;
}

.datasetTable tr {
    height: 28px;
}

.datasetTable td {
    font-size: 11pt;
    vertical-align: middle;
    padding: 0;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.datasetTable td > * {
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.datasetTable td .col-xs-2,
.datasetTable td .col-xs-3,
.datasetTable td .col-xs-4,
.datasetTable td .col-xs-6,
.datasetTable td .col-xs-12,
.datasetTable td .col-xs-five-element,
.datasetTable td .col-xs-seven-element,
.datasetTable td .col-xs-ten-element,
.datasetTable td .col-xs-fifthteen-element {
    padding: 6px 0 5px;
    vertical-align: middle;
    height: 27px;
}
.datasetTable td .col-xs-2,
.datasetTable td .col-xs-3,
.datasetTable td .col-xs-4,
.datasetTable td .col-xs-6,
.datasetTable td .col-xs-five-element,
.datasetTable td .col-xs-seven-element,
.datasetTable td .col-xs-ten-element,
.datasetTable td .col-xs-fifthteen-element {
    border-left: solid 1px #b2e7fa;
}
.datasetTable td > *:first-child {
    border-left: none;
}
.datasetTable td.notEmpty {
    background: #cceffc;
    border: solid 1px #b2e7fa;
}
.datasetTable td.notEmpty > *:hover {
    cursor: pointer;
}
.datasetTable .allSelected {
    background-color: red;
}
.table.table-lis.datasetTable tbody tr td{
    padding: 0;
}
.datasetTable.countryColumn thead tr th > *,
.datasetTable.countryColumn tbody tr td > * {
    width: 140px;
    padding: 4px 0 0 20px;
    text-align: left;
}

button.dropdown-toggle .caret {
    margin-left: 6px;
}

.table.matrix {
    border: none;
}
.table.matrix > tbody > tr > td {
    vertical-align: middle;
}
.matrix tr > td > span {
    width: 46px;
}
.matrix tr>td> span > span {
    margin: 2px;
}
.matrix tr>td.exists:hover, .matrix tr>td.notExists:hover{
    opacity: 0.6;
}
.matrix .firstHeaderCell {
    margin-top: 40px;
    text-align: center;
}
.table.matrix tr>td table td {
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
#table-matrix table td.td-hover {
    background-color: #c1c8e1;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.navigationBar {
    padding-left: 337px;
}
.tdVariable{
    width: 300px;
}
.tdVariable span {
    display: initial;
}
.tdVariable > div {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.tdVariable p {
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 12px;
}

.tdVariable .btn-slide {
    width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.tdVariable:hover .btn-slide {
    width: 300px;
}
.tdDisabled {
    background-image: url("../images/trameLIS_2.png");
}
.tdSemiDisabled {
    background-image: url("../images/trameLIS_1.png");
}
.tdSelected {
    background-color: #e7ffec;
}
.tdSemiSelected {
    background: #E7FFEC url("../images/trameLIS_1.png");
}

.invisibleHR {
    margin: 0;
    border: 0;
    padding: 0;
}
.filterRow {
    margin-top: 10px;
    margin-bottom: 10px;
}
.filterRow > * {
    vertical-align: middle;
}
.excludeDB {
    font-size: 10px;
    display: inline-block;
    background-color: #e2ecff;
    border: 1px solid  #00aeef;
    padding: 1px 2px;
    cursor: pointer;
    margin: 0 2px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.excludeDB:hover {
    background-color: #cee6ff;
}
.excludeDB > * {
    vertical-align: middle;
    display: inline-block;
}
.selectedDB {
    background-color: #E5FFEA;
    border-color: #b5e7c1;
    color: #b5e7c1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.selectedDB:hover {
    background-color: #f8dedb;
    border-color: #86453b;
    color: #86453b;

}
.listDsToRemoved {
    overflow: auto;
}
.listDsToRemoved > span {
    display: inline-block;
    min-width: 60px;
    margin-bottom: 2px;
}
.listFacets {
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    overflow: hidden;
}
.listFacets > button {
    margin-bottom: 2px;
    min-width: 100px;
}
.btn-multi-line {
    white-space: normal;
}
.removedDSVisible{
    height: auto;
    max-height: 200px;
    overflow: auto;
}
.removedDSNotVisible{
    height: 0;
}
.clickable {
    cursor: pointer;
}
.clickable:hover{
    opacity: 0.6;
}

.stat-label {
    margin: 3px;
    padding: 2px 4px;
    min-width: 84px;
    display: inline-block;
    color: #6E6E6E;
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
    border-radius: 8px !important;
    text-align: right;
}

.panel-pointer{
    cursor: pointer;
}

.panel-collapse{
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    overflow: hidden;
}
.panel-collapse .table {
    margin-bottom: 0;
}

span.glyphicon-small{
    font-size:0.8em;
}

.remove-variable{
    margin-top:-18px;
    font-size: 0.7em;
    color:#BDBDBD;
    cursor:pointer;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
}

.remove-variable:hover{
    color:#B40404;
}

.panel-body-database{
    min-height:50px;
    padding-bottom:0;
    padding-top:10px;
}

.span-troncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hr-less-margin{
    margin-top:10px;
    margin-bottom:10px;
}

.breadcrumb {
    background: none;
    font-family: montserrat-bold;
    font-size: 8pt;
    border-bottom: 1px solid #c8c8c8;
    color: #878787;
    text-transform: uppercase;
    padding: 0 20px;
    margin-bottom: 0;
    border-radius: 0;
}
.breadcrumb li {
    margin-bottom: -1px;
    padding: 5px 0;
    margin-right: 10px;
}
.breadcrumb .glyphicon {
     font-size: 11pt;
     top: 4px;
     margin-right: 5px;
 }
.breadcrumb a{
    color: #878787;
}
.breadcrumb>li+li:before {
    padding: 0;
    color: #878787;
    content: normal;
}
.breadcrumb .active {
    color: #00aeef;
    border-bottom: 1px solid #00aeef;
}
.breadcrumb a:hover {
    color: #626262;
    text-decoration: none;
}
.breadcrumb .detailTitle {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: -25px;
    z-index: 0;
}

.btn-navigation-group {
    background-color: #CBCBCB;
    padding: 4px;
    border-radius: 6px;
}
.btn-navigation-group .btn-metis {
    font-family: montserrat-bold;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#00aeef), to(#009DD8));
    background: -moz-linear-gradient(#00aeef, #009DD8);
    background: linear-gradient(#00aeef, #009DD8);
    border-top: 2px solid #2EBDF2;
    border-left: 1px solid #46B3DD;
    padding: 4px 8px;
}
.btn-navigation-group .btn-metis[disabled] {
    opacity: 1.0;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#a6a6a6), to(#b8b8b8));
    background: -moz-linear-gradient(#a6a6a6, #b8b8b8);
    background: linear-gradient(#a6a6a6, #b8b8b8);
    border-top: 2px solid #b8b8b8;
    border-left: 1px solid #b3b3b3;
}
.btn-navigation-group .btn-metis > * {
    vertical-align: middle;
}
.btn-navigation-group .btn-metis .glyphicon {
    font-size: 9pt;
    padding-left: 5px;
}
.btn-navigation-group .btn-metis.first {
    border-radius: 2px 0 0 2px !important;
}
.btn-navigation-group .btn-metis.second {
    border-radius: 0 !important;
}
.btn-navigation-group .btn-metis.third {
    border-radius: 0 2px 2px 0 !important;
}
.btn-navigation-group .btn-cross {
    font-family: montserrat-bold;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#ffcc00), to(#e6b800));
    background: -moz-linear-gradient(#ffcc00, #e6b800);
    background: linear-gradient(#ffcc00, #e6b800);
    border-top: 2px solid #e6b800;
    border-left: 1px solid #e6b800;
    color: #414141;
    padding: 4px 8px;
}
.btn-navigation-group .btn-cross[disabled] {
    opacity: 1.0;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#a6a6a6), to(#b8b8b8));
    background: -moz-linear-gradient(#a6a6a6, #b8b8b8);
    background: linear-gradient(#a6a6a6, #b8b8b8);
    border-top: 2px solid #b8b8b8;
    border-left: 1px solid #b3b3b3;
    color: #ffffff;
}
.btn-navigation-group .btn-metis > * {
    vertical-align: baseline;
    margin: 0 !important;
}
.btn-navigation-group .btn-cross > * {
    vertical-align: baseline;
    margin: 2px 5px !important;
}
.btn-navigation-group .btn-cross .glyphicon {
    font-size: 13pt;
    padding-left: 5px;
}
.btn-navigation-group .btn-cross.five {
    border-radius: 0 2px 2px 0 !important;
}
.table-lis > tbody > tr.source,
.table-lis.table-striped > tbody > tr.source,
tr.source,
.source {
    background-color: #00AEEF;
    color: #ffffff;
}
.text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.unavailableVar {
    background-color: #aaaaaa;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    opacity: 0.3;
}
.alignTextTop > * {
    vertical-align: text-top;
}
.alignMiddle > * {
    vertical-align: middle;
}
.alignBaseline > * {
    vertical-align: baseline;
}
.disabledData {
    opacity: 0.2;
}
.eye {
    float: left;
    padding-top: 2px;
    margin-right: 4px;
}
.justifyBlock {
    text-align: justify;
    display: block;
    word-wrap: break-word;
}

.histo ul{
    list-style-type: none;
    margin: 0;
    padding: 4px 10px;
    max-height: 218px;
    overflow: auto;
}
.histo ul li{
    border-bottom: 1px dashed #f4f4f4;
}
.histo ul li .label {
    margin: 2px;
    min-width: 50px;
    text-align: center;
}

.table-extra-condensed {
}
.table-extra-condensed>tbody>tr{
    padding: 0 2px;
}
.table-extra-condensed>thead>tr>th, .table-extra-condensed>tbody>tr>td{
    padding: 0 2px;
}
.noteTitle {
    font-weight: bold;
    background-color: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 4px 0px 15px;
    margin: -10px 4px -2px -15px;
    display: block;
    float: left;
}

.noteList blockquote {
    padding: 4px 0 4px 8px;
    margin: 15px 0 0;
}
.modal-md {
    width: 750px;
}
.modal-lis {
    width: 900px;
}
.blockSecuritySoc {
    min-width: 300px;
    padding: 10px;
}
.blockSecuritySoc > .note{
    margin-bottom: 10px;
}
.blockSecuritySoc > strong{
    display: block;
    margin-bottom: 5px;
}
.compareDS{
    float: left;
    min-width: 400px;
    margin-right : 10px;
    display: inline-block;
}
.compareDS.empty{
    width: 100px;
    min-width: 100px;
}
.compareDS.empty.dsHidden{
    display: none;
}

.list-title {
    display: block;
}
ul.list-var {
    list-style: none;
    padding: 0;
}
.badge-lis {
    padding: 4px 10px;
    background-color: #0090C1;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0090C1), to(#005E8A));
    background-image: -webkit-linear-gradient(top, #0090C1, #005E8A);
    background-image: -o-linear-gradient(top, #0090C1, #005E8A);
    background-image: linear-gradient(to bottom, #0090C1, #005E8A);
    background-repeat: repeat-x;
    border-color: #005E8A #005E8A #01334A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.badgeInline .badge-lis {
    display: initial;
    margin-right: 4px;
    text-align: center;
}

.topicPath .glyphicon {
    margin: 0 2px;
}
.iconEmpty {
    font-size: 20px;
    display: block;
    text-align: center;
}
.selectTopic {
    margin-top: -18px;
    margin-left: -16px;
}
.selectTopic i{
    cursor: pointer;
}
.listTopic {
    position: relative;
    display: block;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    padding: 0;
    margin: 0;
}
.listTopic a {
    display: block;
    cursor: default;
}
.listTopic a:hover {
    /*background-color: #e2ecff;*/
    text-decoration: none;
}
.listTopic.visible {
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    padding: 2px 4px;
    background-color: #ffffff;
    border: 1px solid #428bca;
    margin-left: 16px;
}
.clickable:hover .listTopic{
    opacity: 1;
}

.btnCol{
    text-align: center;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    height: 100%;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
    background-color: #00AEEF;
    border-right: 1px solid #00AEEF;
}

.btnCol:hover, .btnColPress{
    opacity: 0.6;
}

/* btn badges corr */

.btn .badge {
  top: 1.25px!important;
}

.press-btn-col {
    height: 100%;
    overflow: auto;
}
.press-btn-col div, .press-btn-col .btnCol{
    height: 100%;
}
.press-btn-col .btnCol > span:first-child {
    height: 100%;
    vertical-align: middle;
}

.thumbnail .caption p{
    min-height: 100px;
}

.condensedTextContent {
    word-break: break-word;
    word-wrap: break-word;
}
.condensedTextContent span {
    width: 100%;
}

.dataProvider p {
    margin: 0;
}
.link-lis{
    color: #00aeef;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.link-lis:hover, .link-lis:focus{
    text-decoration: underline;
    color: #00aeef;
    opacity: 0.6;
}

.divWithMarginTop > div {
    margin-top: 4px;
}

.codeBook {
    text-align: center;
    font-size: 12px;
}

.hr-lis {
    border-top: 1px solid #777;
}

.table-header-fixed {
    margin-top: 48px;
}
.table-header-fixed.double {
    margin-top: 58px;
}
.table-header-fixed > thead {
    margin-top: -48px;
    position: fixed;
    z-index: 2;
    border: 1px solid #626262;
    font-size: 10pt;
}
.table-header-fixed.double > thead {
    margin-top: -58px;
}
.table-header-fixed > thead > tr > td,
.table-header-fixed > thead > tr > th {
    background-color: #696969;
    border: 1px solid #626262;
    color: #DDDDDD;
    height: 40px;
    padding: 0;
}
.table-header-fixed > thead .glyphicon {
    font-size: 11pt;
}
#title-fixed {
    position: fixed;
    z-index: 2;
    background-color: #ffffff;
    padding: 10px 0;
}
a.noLink {
    color: #000000;
    max-width: 250px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
a.noLink:hover {
    text-decoration: none;
}
a.noLink.disable {
    cursor: default;
    opacity: 0.5;
    text-decoration: line-through;
}

.detailTitle {
    font-size: 20px;
}

.speLabelList {
    display: block;
    overflow: auto;
    max-height: 150px;
    list-style: none;
    padding-left: 0;
}

/* HOME PAGE */
#hp-slide {
    overflow: hidden;
    margin-top: -95px;
}
#hp-carousel {
    width: 100%;
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
    max-height: 690px;
}
#hp-slide.collapsed #hp-carousel{
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
    max-height: 34px;
}
#hp-slide .collapse-button {
    width: 100%;
    height: 34px;
    margin-top: -34px;
    z-index: 16;
    display: block;
    text-align: center;
    background: #262626;
    color: #e2e2e2;
    opacity: 0.5;
    cursor: pointer;
    padding: 6px 0;
}
#hp-slide .collapse-button:hover {
  opacity: 0.99;
}
#hp-slide.collapsed .collapse-button {
    opacity: 0.9;
}
#hp-carousel .carousel-indicators {
    bottom: 60px;
}
#hp-carousel .item{
    text-align: center;
    width: 100%;
    max-height: 690px;
}
#hp-carousel .carousel-indicators .active {
    background-color: #00aeef;
    border-color: #00aeef;
}
#hp-title {
    position: absolute;
    top: 0;
    overflow: hidden;
    padding-left: 60px;
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
    max-height: 690px;
}
#hp-slide.collapsed #hp-title {
    transition: max-height 1s;
    -webkit-transition: max-height 1s;
    max-height: 34px;
}
#hp-title > * {
    display: block;
    color: #ffffff;
}
#hp-title .line1 {
    font-family: montserrat-black;
    font-size: 85pt;
    color: #00aeef;
    margin-top: 95px;
}
#hp-title .line2 {
    font-family: montserrat-regular;
    font-size: 46pt;
    margin-top: -40px;
}
#hp-title .line3 {
    font-family: montserrat-light;
    font-size: 17pt;
    margin-top: 10px;
}
#hp-title .line4 {
    margin-top: 30px;
}
#hp-title .line4 .dropdown-menu {
    position: inherit;
}
#hp-title .btn {
    font-family: montserrat-bold;
    font-size: 12pt;
    border-radius: 6px !important;
    padding: 10px 16px;
}

#hp-title .btn .glyphicon {
    font-size: 12px;
    padding-left: 16px;
}
.hp-menu > div {
    display: block;
    height: 30px;
    padding: 4px 6px;
    text-align: center;
}
.hp-menu > div.button {
    height: 45px;
    padding: 12px 20px;
    cursor: pointer;
    text-align: left;
}
.hp-menu > div.button.selected {
    background-color: #414141;
    border-left: 4px solid #00aeef;
    padding-left: 16px;
}
.hp-menu > div .btn{
    width: 160px;
    margin-top: 20px;
    font-size: 8pt;
    height: 24px;
    font-family: montserrat-bold;
}
.hp-menu > div .btn .glyphicon{
    font-size: 10pt;
    margin: 2px 5px 0 0 !important;
}
.hp-menu .btn-group .btn-metis {
     background-color: #00aeef;
}
.hp-menu .btn-group .btn-cross {
     background-color: #00aeef;
}
.hp-menu {
    min-content: 300px;
}
.hp-title {
    position: inherit;
}
.hp-title .dropdown-menu {
    position: inherit;
}
.hp-title h3{
    font-family: montserrat-bold;
    font-size: 14pt;
    margin: 20px 0 6px 20px;
    float: none;
}
.hp-title > div {
    margin: 0 20px;
}
.hp-content .datasetTable td.notEmpty > *:hover {
    background: #00aeef;
    color: #ffffff;
}

/* SELECTION PAGE */
.sel-menu {
    margin-top: 0px;
}
.sel-menu .title .col-xs-5,
.sel-menu .title .col-xs-2 {
    padding: 0;
}
.sel-menu .title {
    padding: 6px 2px 6px 20px;
    overflow: auto;
}
.sel-menu.collapsed .title {
    padding: 6px 2px 0 0;
}
.sel-menu .title .clear-btn {
    font-family: montserrat-light;
    color: #a6a6a6;
}
.sel-menu .title .clear-btn * {
    vertical-align: top;
}
.sel-menu .title .clear-btn .glyphicon {
    font-size: 12pt;
    color: #fefefe;
    margin-right: 4px;
}

.facetsList {
    background-color: #222222;
    padding: 0 0 10px 0;
    margin: 0;
}
.facetsList.totalDatasets {
    padding: 0;
}
.facetsList > div {
    background-color: #414141;
    cursor: pointer;
    text-transform: capitalize;
    padding: 6px 12px 6px 20px;
    overflow: auto;
}
.facetsList.totalDatasets > div {
    background-color: #363636;
    cursor: auto;
}
.facetsList .facetLabel {
    float: left;
    font-size: 10pt;
}
.facetsList .facetLabel .glyphicon {
    margin-right: 4px;
    font-size: 10pt;
}
.facetsList .facetCount {
    text-align: right;
    display: block;
    margin-right: 10px;
    color: #00aeef;
    font-size: 10pt;
}
.facetsList > ul {
    background-color: #363636;
    list-style: none;
    overflow-x: auto;
    max-height: 250px;
    transition: height 1s;
    -webkit-transition: height 1s;
    padding: 6px 0 0 20px;
    margin-bottom: 0;
}
.facetsList > ul.collapsed {
    padding: 0 12px 0 20px;
}
.facetsList > ul > li {
    margin-bottom: 4px;
}
.facetsList > ul > li > * {
    vertical-align: baseline;
}
.facetsList > ul > li .checkbox-facet{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    margin-right: 4px;
}
.facetsList > ul > li .checkbox-facet.checked {
    border-color: #00aeef;
    background-color: #00aeef;
}
.facetsList > ul > li a {
    display: inline-block;
    text-decoration: none;
    color: #c2c2c2;
}
.facetsList > ul > li a .facetLabel {
    display: inline-block;
    font-family: montserrat-light;
    font-size: 8pt;
    width: 102px;
}
.facetsList > ul > li a .facetCount {
    float: left;
    display: inline-block;
    font-family: montserrat-light;
    font-size: 8pt;
    color: #7a7a7a;
    width: 20px;
}
.facetsList .filter-btn {
    background-color: #222222;
    text-align: center;
    padding: 6px 0;
    margin-bottom: -10px;
}
.facetsList .filter-btn .btn {
    width: 100px;
}

.sel-content .datasetTable td.notEmpty .glyphicon{
    color: #ffffff;
    font-size: 12pt;
    display: none;
    position: absolute;
    right: 6px;
    top: 6px;
}
.sel-content .datasetTable td.notEmpty > *:hover,
.sel-content .datasetTable.countryColumn tbody tr td:hover,
.sel-content .datasetTable.datasetTableStyle tbody tr td:hover,
.sel-content .datasetTable.table-lis>thead>tr>th:hover {
    background-color: #FC0;
    border-color: #f8c014;
    color: #7a7a7a;
    cursor: pointer;
}
.sel-content .datasetTable td.notEmpty > *:hover > .glyphicon,
.sel-content .datasetTable.countryColumn tbody tr td:hover .glyphicon,
.sel-content .datasetTable.datasetTableStyle tbody tr td:hover .glyphicon,
.sel-content .datasetTable thead tr th:hover .glyphicon {
    width: auto;
    display: inline;
}
.datasetTable.countryColumn tbody tr td .name,
.datasetTable.datasetTableStyle tbody tr td .name {
    width: 120px;
}
.datasetTable.countryColumn tbody tr td:hover .name,
.datasetTable.datasetTableStyle tbody tr td:hover .name {
    width: 100px;
}
.sel-content .datasetTable.countryColumn tbody tr td .glyphicon,
.sel-content .datasetTable.datasetTableStyle tbody tr td .glyphicon {
    color: #ffffff;
    font-size: 12pt;
    display: none;
    padding: 2px 2px 0 0;
}

.sel-content .datasetTable thead tr th .glyphicon {
    color: #ffffff;
    font-size: 12pt;
    margin: auto;
    display: none;
}

.sel-content .datasetTable td.notEmpty *.selected {
    background-color: #00aeef;
    color: #ffffff;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.sel-content .datasetTable tr td.hover,
.sel-content .datasetTable tr.hover td {
    background-color: #FFF0B2;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.sel-content .datasetTable tr td.notEmpty.hover > *,
.sel-content .datasetTable tr.hover td.notEmpty > * {
    background-color: #FC0;
    color: #7a7a7a;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.sel-content .datasetTable.table-lis>thead>tr>th,
.sel-content .datasetTable.table-lis>thead>tr>td {
    background-color: #676767;
    border-right: solid 1px #636363;
    border-bottom: solid 1px #636363;;
}

.sel-menu .sub-title  {
    background-color: #414141;
    cursor: pointer;
    text-transform: capitalize;
    padding: 6px 12px 6px 20px;
    overflow: auto;
}
.sel-menu .sub-title .selLabel,
.sel-menu .var-selection .selLabel{
    float: left;
    font-size: 10pt;
}
.sel-menu .sub-title .selCount,
.sel-menu .var-selection .selCount {
    text-align: right;
    display: block;
    margin-right: 10px;
    color: #00aeef;
    font-size: 10pt;
}
.sel-menu .var-selection ul {
    background-color: #363636;
    list-style: none;
    padding: 6px 0 0 20px;
    margin-bottom: 0;
}
.sel-menu .var-selection ul li {
    margin-bottom: 10px;
}
.sel-menu .var-selection ul li .itemVariable {
    display: inline-block;
    text-decoration: none;
    color: #c2c2c2;
}
.sel-menu .var-selection ul li .itemVariable .selLabel {
    display: inline-block;
    font-family: montserrat-light;
    font-size: 8pt;
    width: 136px;
}
.sel-menu .var-selection ul li .itemVariable .selCount {
    float: left;
    display: inline-block;
    font-family: montserrat-light;
    font-size: 8pt;
    color: #7a7a7a;
    width: 20px;
}

.sel-title .btn-lis .glyphicon {
    float: right;
}
.sel-content .var-filter {
    background-color: #E2E2E2;
    padding: 10px 20px 6px;
}
.sel-content .variablesTree .first-level > .topic {
    background-color: #414141;
    border-top: 1px solid #ffffff;
}
.sel-content .variablesTree .variable.selected .name{
    color: #ffffff;
}
.sel-content .variablesTree .topic.hover,
.sel-content .variablesTree .variable:hover,
/*.sel-content .variablesTree .var-in-topic:hover ,*/
.sel-content .variablesTree .var-in-topic.hover {
    color: #7a7a7a;
    background-color: #ffcc00;
    cursor: pointer;
}
.sel-content .variablesTree .variable.selected,
.sel-content .variablesTree .var-in-topic.selected {
    color: #ffffff;
    background-color: #00aeef;
}
.sel-content .variablesTree .topic.hover .variable,
.sel-content .variablesTree .topic.hover > span > .var-in-topic {
    color: #7a7a7a;
    background-color: #FFF5CC;
    cursor: pointer;
}
.sel-content .variablesTree .topic.hover .variable.stripped,
.sel-content .variablesTree .topic.hover > .stripped > .var-in-topic {
    color: #7a7a7a;
    background-color: #FBF1C8;
}
.sel-content .variablesTree .variable:hover .name,
.sel-content .variablesTree .variable.selected:hover .name,
.sel-content .variablesTree .topic.hover .variable.selected .name {
    color: #57575b;
}
.sel-content .variablesTree .glyphicon-plus-sign,
.sel-content .variablesTree .glyphicon-minus-sign,
/*.sel-content .variablesTree .glyphicon-circle-arrow-down {
    font-size: 12pt;
    visibility: hidden;
}*/
.sel-content .variablesTree .topic span.hover .glyphicon-plus-sign,
.sel-content .variablesTree .topic span.hover .glyphicon-minus-sign,
.sel-content .variablesTree .variable:hover > span .glyphicon-plus-sign,
.sel-content .variablesTree .variable:hover > span .glyphicon-minus-sign,
.sel-content .variablesTree .variable:hover > span .glyphicon-circle-arrow-down,
.sel-content .variablesTree .var-in-topic:hover > span .glyphicon-plus-sign,
.sel-content .variablesTree .var-in-topic:hover > span .glyphicon-minus-sign,
.sel-content .variablesTree .var-in-topic:hover > span .glyphicon-circle-arrow-down  {
    visibility: visible;
}
.sel-content .variablesTree .var-in-topic.hover > span .glyphicon-plus-sign,
.sel-content .variablesTree .var-in-topic.hover > span .glyphicon-minus-sign {
    visibility: visible;
}

.sel-content  .variablesTree .topic > span > * {
    vertical-align: sub;
}

.sel-content  .variablesTree .topic > span > span > * {
    vertical-align: middle;
}

.table.datasetTableStyle td:first-child {
  background-color: inherit;
  z-index: 2;
}

.table.datasetTableStyle th:first-child,
.table.datasetTableStyle td:first-child {
  position: sticky;
  left: 0;
}

.table.datasetTableStyle th:first-child > *,
.table.datasetTableStyle td:first-child > * {
  width: 140px;
  padding: 4px 0 0 20px;
  text-align: left;
}

.table.datasetTableStyle th:last-child,
.table.datasetTableStyle td:last-child {
  min-width: 450px;
}

/* DATASETS COMPARE PAGE */
.ds-comp-menu .title {
    padding: 3px 2px 6px 20px;
    overflow: auto;
}
.ds-comp-menu.collapsed .title {
    padding: 3px 2px 0 0;
}
.ds-comp-menu .title > div {
    display: inline-block;
    width: 46px;
    vertical-align: middle;
}
.ds-comp-menu .title .source-btn {
    font-family: montserrat-light;
    color: #a6a6a6;
    width: 104px;
}
.ds-comp-menu .title .source-btn .glyphicon {
    font-size: 12pt;
    color: #fefefe;
    margin-right: 4px;
}
.ds-comp-menu .title .source-btn * {
    vertical-align: top;
}
.ds-comp-menu .title .collapseBtn {
    width: 20px;
    text-align: right;
}
.ds-comp-menu.collapsed .title .collapseBtn {
    width: 26px;
}
.ds-comp-menu .filter {
    background-color: #2b2b2b;
    padding-bottom: 30px;
}
.ds-comp-menu .filter > * {
    padding: 6px 12px 6px 20px;
}
.ds-comp-menu .filter .sub-title {
    display: block;
    font-size: 10pt;
    height: 30px;
}
.ds-comp-title .right-parts {
    margin: 10px 0 10px 0;
}
.ds-comp-content .data-content {
    float: left;
    margin-bottom: -1px;
    width: 100%;
    background-color: #ffffff;
}

/* VARIABLES COMPARE PAGE */
.var-comp-title .right-parts {
    margin: 10px 0 10px 0;
}
.var-comp-content .table-lis thead th * {
    vertical-align: inherit;
}
.var-comp-content .table.table-lis > thead > tr > th,
.var-comp-content .table.table-lis > thead > tr > td,
.var-comp-content .table.table-lis > tbody > tr > td {
    padding: 10px 20px;
}

/* OVERVIEW PAGE */
.overview-title .right-parts {
    margin: 10px 0 10px 0;
}
.overview-title .right-parts .legend {
    margin-right: 60px;
    border: 1px solid #CACACA;
    border-radius: 2px;
    padding: 2px 10px 4px;
    font-family: montserrat-bold;
}
.overview-title .right-parts .legend > span{
    margin: 0 0 0 10px;
    display: inline-block;
}
.overview-title .right-parts .legend > span:first-child {
    margin: 0;
}
.overview-title .right-parts .legend > span * {
    vertical-align: middle;
}
.overview-title .right-parts .legend > span > span {
    font-size: 10pt;
}
.overview-title .right-parts .legend .glyphicon {
    font-size: 12pt;
    margin-left: 4px;
}
.overview-title .right-parts .legend .exists{
    color: #00AEEF;
}
.overview-title .right-parts .legend .notExists{
    color: #676767;
}
.overview-content .metis-checkbox {
    right:0;
}
.overview-content .datasetTable.table-lis > thead > tr > th:first-child {
    text-align: left;
    padding-left: 20px;
}
.overview-content .datasetTable th > * {
    min-width: inherit;
}
.overview-content .datasetTable th a,
.overview-content .datasetTable th a:hover,
.overview-content .datasetTable th a:visited  {
    color: #e4e4e4;
    text-decoration: none;
}
.overview-content .datasetTable tr.press-btn td {
    padding: 0;
}
.overview-content .datasetTable.table-lis>thead>tr>th,
.overview-content .datasetTable.table-lis>thead>tr>td {
    border: solid 1px #636363;
}
.overview-content .datasetTable.table-lis > thead > tr > th {
    vertical-align: top !important;
    background-color: #676767;
    min-width: inherit;
    width: 40px;
    padding: 0;
}
.overview-content .datasetTable.table-lis > thead > tr#headerRow > th:first-child {
     padding-top: 10px;
}
.overview-content .datasetTable.table-lis > thead > tr > th:first-child {
    text-transform: none;
}
.overview-content .datasetTable.table-lis > thead > tr.first-row > th  {
    background-color: #ffffff;
    color: #57575B;
    font-family: montserrat-bold;
    height: auto;
    border: 1px solid #E9E9E9;
}
.overview-content .datasetTable tr.first-row th > * {
    padding: 5px 0 0;
}
.overview-content .datasetTable tr > th > div {
    display: inline-block;
}
.overview-content .datasetTable tr > th > div .btn-lis {
    min-width: inherit;
    padding: 4px 10px;
    margin-right: 20px;
}
.overview-content .datasetTable tr > th > div .btn-lis .glyphicon {
    vertical-align: sub;
}
.overview-content .datasetTable tr.first-row th .count {
    color: #00AEEF;
}
.overview-content .datasetTable td.content p{
    margin: 5px 0;
}
.overview-content .datasetTable td:first-child > span > * > * {
    vertical-align: text-top;
}
.overview-content .datasetTable td {
    vertical-align: middle !important;
}
.overview-content .datasetTable th.lastTD {
    margin-right: 16px;
}
.overview-content .datasetTable .caret {
    display: inline-block;
}
.overview-content .datasetTable .topic {
    background-color: #E7E7E7;
}
.overview-content .datasetTable .topic > span {
    text-transform: uppercase;
}
.overview-content .datasetTable .glyphicon {
    padding: 0;
    margin: 0 !important;
}
.overview-content .datasetTable .exists {
    font-size: 10pt;
    color: #00AEEF;
    min-width: 40px;
}
.overview-content .datasetTable .notExists {
    font-size: 10pt;
    color: #676767;
    min-width: 40px;
}
.overview-content .datasetTable .tdOverview {
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.overview-content .datasetTable.table-lis > thead > tr > th.tdOverviewHover,
.overview-content .datasetTable.table-lis > tbody > tr > td.tdOverviewHover{
    cursor: pointer;
    opacity: 0.5;
    color: #7a7a7a;
    background-color: #ffcc00;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.overview-content .datasetTable .tdOverviewHover.tdNotExists {
    background-color: #AAAAAA;
 }
.overview-content .datasetTable .tdOverviewHover .metis-checkbox {
    border-color: #7a7a7a;
}
.overview-content .datasetTable .item-trash{
    float: right;
    width: 20px;
    margin-top: 5px !important;
}
.overview-content .datasetTable th.tdOverviewHover a,
.overview-content .datasetTable th.tdOverviewHover a:hover,
.overview-content .datasetTable th.tdOverviewHover a:visited  {
    color: #7a7a7a;
}
.overview-content .datasetTable .tdOverviewHoverAlfa {
    color: #7a7a7a;
    background-color: #FFF0B2;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
.overview-content .datasetTable .stripped .tdOverviewHoverAlfa {
    color: #7a7a7a;
    background-color: #FAEBAF;
}

/* DS DETAIL */
.ds-detail-title .right-parts {
    margin: 10px 0 10px 0;
}
.ds-detail-menu .title {
    padding: 3px 2px 6px 20px;
    overflow: auto;
}
.ds-detail-menu.collapsed .title {
    padding: 3px 2px 0 0;
}
.ds-detail-menu .title > div {
    display: inline-block;
    width: 44px;
    vertical-align: middle;
}
.ds-detail-menu .title .source-btn {
    font-family: montserrat-light;
    color: #a6a6a6;
    width: 106px;
}
.ds-detail-menu .title .source-btn .glyphicon {
    font-size: 12pt;
    color: #fefefe;
    margin-right: 2px;
}
.ds-detail-menu .title .source-btn * {
    vertical-align: top;
}
.ds-detail-menu .title .collapseBtn {
    width: 20px;
    text-align: right;
}
.ds-detail-menu.collapsed .title .collapseBtn {
    width: 26px;
}
.ds-detail-menu .filter {
    background-color: #2b2b2b;
    padding-bottom: 30px;
}
.ds-detail-menu .filter > * {
    padding: 6px 12px 6px 20px;
}
.ds-detail-menu .filter .sub-title {
    display: block;
    font-size: 10pt;
    height: 30px;
}
.ds-detail-menu.code-book .filter {
    background-color: #373737;
}
.ds-detail-menu.code-book .filter .sub-title {
    display: block;
    font-size: 10pt;
    height: 30px;
    background-color: #424242;
}
.ds-detail-menu.code-book .filter ul {
    list-style: none;
}
.ds-detail-menu.code-book .filter ul li {
    margin-bottom: 6px;
}
.ds-detail-menu.code-book .filter ul li > *{
    vertical-align: middle;
}
.ds-detail-content {
    min-height: inherit;
}
.ds-detail-content .data-content {
    min-height: 300px;
}
.ds-detail-content .data-content {
    float: left;
    margin-bottom: -1px;
    width: 100%;
    background-color: #ffffff;
}
.ds-detail-content .data-content .table-lis {
    width: 100%;
}
.ds-detail-content .table-benef-taxe th:first-child,
.ds-detail-content .table-benef-taxe td:first-child {
    width: 300px;
}
.ds-detail-content .table-benef-taxe span.category {
    width: 300px;
}
.ds-detail-content .col-xs-6,
.ds-detail-content .col-xs-12 {
    padding:  0;
}
.ds-detail-content .table.table-lis.description {
    width: 100%;
}
.ds-detail-content .table.table-lis.description > tbody > tr > td {
    padding: 10px 20px;
    border: none;
}
.ds-detail-content .table.table-lis.description > tbody > tr > td.td-label {
    width: 100px;
    text-align: right;
    font-family: montserrat-bold;
    font-size: 10pt;
    padding-right: 0;
}
.ds-detail-content .table.table-lis.description > tbody > tr >td.td-label > * {
    width: 100px;
}
.code-book h4 {
    background-color: #696969;
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 0;
}
.code-book h4 .icon {
    width: 16px;
    height: 14px;
    padding: 1px 0;
    margin-right: 6px;
    display: inline-block;
    background-image: url('../images/folder_moins.png');
}
.code-book h4 .icon.closed {
    background-image: url('../images/folder_plus.png');
}
.code-book h5 {
    background-color: #8F8F91;
    color: #FFF;
    font-family: montserrat-regular;
    font-size: 10px;
    padding: 6px 40px;
    margin: 0;
}
.code-book h5 > .glyphicon{
    font-size: 12px;
    margin-right: 6px;
}
.code-book .block-var {
    padding: 0 20px;
}
.code-book .badge-lis {
    margin: 6px 0 0;
    background-color: #00B0F2;
    background-image: none;
    border: none;
}
.code-book .table-lis.table-cb {
    width: auto;
    margin: 6px 0;
}
.code-book .table-lis.table-cb > thead > tr,
.code-book .table-lis.table-cb > tbody > tr{
    border: none;
}
.code-book .table-lis.table-cb > thead > tr > th {
    background-color: #E2E2E2;
    color: #6B6B6B;
    height: auto;
    padding: 2px 6px;
    border: 2px solid #ffffff;
    font-family: montserrat-bold;
    font-size: 8pt;
}
.code-book .table-lis.table-cb > tbody > tr > td {
    border: none;
    padding: 2px 6px;;
}
.code-book .table-lis.table-cb .label {
    margin: -3px 2px 0;
    vertical-align: middle;
}
.code-book .block-notes {
    padding: 10px 0;
    border-top: solid 1px #E7E7E7;
    border-bottom: solid 1px #E7E7E7;
    margin: 10px 20px 10px 22px;
}
.code-book .block-notes .title {
    background: none;
    padding: 0;
}
.code-book .block-var .block-notes{
    margin: 0 0 10px ;
}
.code-book .block-notes .table-lis {
    margin-bottom: 0;
}
.code-book .block-notes .table-lis > tbody > tr > td {
    padding: 6px 20px 0 0;
    border: none;
}

.code-book .block-notes .table-lis > tbody > tr > td .badge-lis {
    background-color: #DEF7FD;
    color: #616469;
}

/* add hand clic, when element is clickable */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}

.note-tab{
  background-color: #424242;
}
.note-tab > a{
  color: white !important;
}

.metis-checkbox{
    cursor: pointer;
}
.topic-name{
    cursor: pointer;
}
.variablesTree  .popup-icon{
    margin: 0px;
}
.popup-icon{
    padding-left: 5px;
    cursor: pointer;
}
.btn > .glyphicon, a > .glyphicon, .badge > .glyphicon.popup-icon {
    margin: 0px !important;
}
.helpLink{
    cursor: pointer;
}
.nav-keyfigures-1{
    display: none;
}
.topic-glyphicon{
    font-size: 13px;
    vertical-align: middle;
    margin-right: 5px;
}
.span-btn > .glyphicon{
    vertical-align: middle;
}

.unclickable {
  color: #808080;
}
.noteByCountry{
    padding-top: 10px;
    padding-left: 20px;
}
.overview-content .datasetTable td:first-child > span.metis-checkbox{
    float: right;
    width: 13px;
    margin-top: 5px;
}
.codebookDS{
    background-color: #DEF7FD;
    border-left: 1px solid #D0E7ED;
    border-right: 1px solid #D0E7ED;
    color: #00AEEF;
    font-family: montserrat-bold;
    text-transform: uppercase;
    font-size: 10pt;
    padding: 10px
}

.no-style{
    list-style: none;
}
.index-results{
    padding: 20px;
}
.index-results table{
    margin-bottom: 25px;
}
.index-results  table  tbody  tr  td {
    font-size: 0.85em;
}
td .subSectionRestultsDetails{
    padding: 10px;
    color: #00AEEF;
}

.subSectionRestultsDetails{
    color: #00AEEF;
}
.subSectionRestultsDetails:hover{
    text-decoration: underline;
}

.chooseDatasetForCodeBook {
    padding: 5px;
}
.chooseDatasetForCodeBook label {
    padding-left:20px;
    width: 10%;
}
.chooseDatasetForCodeBook select {
    width: 38%;
    display: inline-block;
}


