/*

* Override Pages default styles

*/

/***********************
******* Login **********
************************/

.login-wrapper .bg-pic > img {
  opacity: 0.6;
}
.error-label {
  background-color: #feeeed;
}

/***********************
******* General ********
************************/

.page-container {
  overflow: auto;
}

#logo-top {
  padding-left: 70px;
  margin-top: -10px;
}
#label-top {
  margin-bottom: 0px;
}

/* Smart Search Bar */
.status-top-s {
  display: inline-block;
  margin-left: 15px;
  width: 320px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  text-align: start;
}
.status-top-s input {
  border: medium none;
  border-radius: 50px;
  padding: 9px 22px;
  background-color: rgb(242, 242, 255);
  width: 100%;
}
.status-top-s span {
  right: 22px !important;
  position: absolute;
  top: 50%;
  z-index: 2;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  transform: translateY(-50%);
}
.search-icon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  cursor: pointer;
}
.search-icon:hover {
  color: rgba(0, 0, 0, 0.45) !important;
}
#searchBox {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 12px;
  overflow-y: auto;
}
#searchPanel {
  max-width: 900px;
  width: 100%;
  height: 100%;
}
#searchBar {
  background-color: transparent;
  border: medium none;
  width: 100%;
  color: white;
  font-size: 35px;
  font-weight: bold;
  padding: 20px 10px;
  outline: currentcolor none medium;
}
.search-separator {
  border-top: 1px solid #959595;
}
.main-search-row {
  color: white;
  margin: 0;
  padding: 20px 0px;
  position: relative;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.main-search-bloc {
  padding-left: 12px;
  padding-right: 12px;
}
.search-ind {
  text-decoration: none;
  color: white;
}
.search-ind-img {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  width: 100%;
  height: 90px;
  background-color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
  cursor: pointer;
  margin: 5px 0px;
  position: relative;
  overflow-y: hidden;
  text-shadow: 1px 1px 2px black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(50, 50, 50, 0.12) 0px 1px 3px,
    rgba(50, 50, 50, 0.24) 0px 1px 2px;
}
.search-ind-demo{
  background-color: red;
  font-size: 11px;
  border-radius: 2px;
  color: white;
  margin-left: 10px;
  padding: 2px 5px;
  text-transform: uppercase;
  text-shadow: none;
}
.search-close-panel {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.search-close {
  position: absolute;
  right: 32px;
  top: 10px;
  width: 32px;
  height: 32px;
}
.search-close:before,
.search-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: white;
}
.search-close:before {
  transform: rotate(45deg);
}
.search-close:after {
  transform: rotate(-45deg);
}

/* Spinner */
.spinner-ring {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #ccc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink-dot {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.spinner-ring span {
  animation-name: blink-dot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.spinner-ring span:nth-child(2) {
  animation-delay: 0.2s;
}
.spinner-ring span:nth-child(3) {
  animation-delay: 0.4s;
}
#status-top-label {
  margin-left: 5px;
  margin-top: -4px;
}

body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
  -ms-transform: translate(15px, 0);
  margin-left: 20px;
}

@media only screen and (min-width: 980px) {
  body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.page-sidebar .sidebar-menu .menu-items > li > a {
  width: 78%;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  width: 82%;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .title > span {
  background-color: gray;
  font-size: 10px;
  border-radius: 2px;
  color: white;
  margin-left: 7px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.page-sidebar .sidebar-menu .menu-items li > a.sub-menu-sidebar {
  width: 80%;
}
ul.sub-menu > li > a.sub-menu-sidebar > span {
  background-color: gray;
  font-size: 9px;
  border-radius: 2px;
  color: white;
  margin-left: 7px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
  padding-right: 25px;
}
.dropdown-log {
  margin-top: 0px !important;
}
.low-profile-toggle {
  padding-top: 3px;
}
.title-section {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 33px;
  line-height: 49px;
  padding-bottom: 10px;
}
.txt-down {
  color: #f55753 !important;
}
.txt-right {
  color: #626262 !important;
}
.txt-up {
  color: #3da43d !important;
}
.div-down {
  background-color: #f55753 !important;
}
.div-right {
  background-color: #626262 !important;
}
.div-up {
  background-color: #3da43d !important;
}
.table-cond tbody tr td {
  padding: 8px;
}
.panel-title-b {
  font-size: 16px !important;
}
.scrollContent {
  display: block;
  max-height: 290px;
  overflow-y: scroll;
}
.scrollContent-large {
  display: block;
  max-height: 345px;
  overflow-y: scroll;
}
thead.fixedHeader,
tbody.scrollContent tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
thead.fixedHeader,
tbody.scrollContent-large tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* Collapse Smart Data Documentation */

.panel-group .panel-heading-doc {
  padding: 8px 18px 2px 22px;
}
.panel-group .panel-heading-doc:hover {
  background-color: #eff6f6;
}
.panel-group .panel-heading-doc .panel-title > a {
  font-weight: 600;
}
#collapseDoc {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#collapseDoc .panel-body {
  padding-bottom: 5px;
}
.doc-bloc-collapse {
  font-size: 13px;
  margin-bottom: 15px;
}
.doc-bloc-collapse .doc-title-collapse {
  font-weight: 600;
  text-transform: uppercase;
  color: #0d3244;
  font-family: "Montserrat";
}
.doc-bloc-collapse .doc-element-collapse {
  padding-top: 2px;
  text-align: left;
}

/***********************
******* Buttons ********
************************/

.btn-mini {
  padding-left: 0px;
  padding-right: 0px;
}
.btn-lf {
  padding-left: 0px;
  padding-right: 7px;
}
/* Special buttons with no effect */
.btn-cons-indic {
  margin-right: 5px;
  min-width: 100px;
  width: 100%;
  cursor: default;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #626262;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding: 6px 17px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
    opacity 0.2s linear 0s !important;
  display: inline-block;
  text-transform: capitalize;
}
.mini-btn-cons-indic {
  margin-right: 5px;
  min-width: 90px;
  cursor: default;
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #626262;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding: 0 9px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
    opacity 0.2s linear 0s !important;
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .mini-btn-cons-indic {
    min-width: 60px;
  }
}

.mini-btn-status {
  /*min-width: 90px;*/
  cursor: default;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #626262;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  line-height: 17px;
  padding: 0 7px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
    opacity 0.2s linear 0s !important;
  display: inline-block;
  text-transform: capitalize;
}
.btn-indic-success {
  color: #ffffff;
  background-color: #31b22e;
  border-color: #31b22e;
}
.btn-indic-stable {
  color: #333333;
  background-color: #d8ee25;
  border-color: #d8ee25;
}
.btn-indic-warning {
  color: #ffffff;
  background-color: #f62429;
  border-color: #f62429;
}
@media (max-width: 1400px) {
  .btn-cons-indic {
    min-width: 100px;
  }
}
.arrow-nxt {
  font-size: 20px;
  color: #b9b8b8;
  cursor: pointer;
}
.btn-group-s {
  margin-bottom: 15px;
}
.btn-s,
.btn-s:focus {
  border-color: rgba(98, 98, 98, 0.27);
  color: rgba(98, 98, 98, 0.7);
  height: 30px;
  line-height: 18px;
}
.btn-s.hover,
.btn-s:hover,
.open .dropdown-toggle.btn-s {
  color: #626262;
}
.btn-s.active,
.btn-s:active,
.btn-s.active:focus,
.btn-s:active:focus,
.btn-s:active:hover,
.open .dropdown-toggle.btn-s {
  background-color: #34b6d6;
  border-color: #34b6d6;
  color: #fff;
}
.btn-dl,
.btn-dl:focus {
  background-color: #6d5cae;
  border-color: #6d5cae;
  color: #fff;
  height: 25px;
  line-height: 12px;
  font-size: 12px;
}
.btn-dl.hover,
.btn-dl:hover {
  background-color: #8a7dbe;
  border-color: #8a7dbe;
  color: #fff;
}
.btn-dl-new,
.btn-dl-new:focus {
  background-color: #6d5cae;
  border-color: #6d5cae;
  color: #fff;
  height: 26px;
  line-height: 12px;
  font-size: 12px;
}
.btn-dl-new.hover,
.btn-dl-new:hover {
  background-color: #8a7dbe;
  border-color: #8a7dbe;
  color: #fff;
}
.dropdown-default.open > .btn-dl-new {
  background-color: #6d5cae !important;
  border-color: #6d5cae !important;
}
.btn-dl-special,
.btn-dl-special:focus {
  background: #6d5cae !important;
  border-color: #6d5cae !important;
  font-weight: bold !important;
  color: #fff !important;
  height: 30px !important;
  line-height: 12px !important;
  font-size: 12px !important;
  letter-spacing: 0.12px !important;
  width: 150px !important;
}
.btn-dl-special.hover,
.btn-dl-special:hover {
  background: #8a7dbe !important;
  border-color: #8a7dbe !important;
  color: #fff !important;
}
.sub-btn-special{
  background: #f2f2f2 !important;
  color: #626262 !important;
}
div.dt-buttons {
  float: right;
  margin-top: -15px;
  z-index: 10;
}
.sub-panel {
  display: none;
}
.sub-left-panel {
  display: none;
}
.sub-panel.active {
  display: block;
}
.sub-left-panel.active {
  display: block;
}
.table-histo thead tr th {
  border-bottom: 2px solid rgba(98, 98, 98, 0.27);
}
.dl-row {
  width: 100%;
  text-align: right;
  margin-top: -15px;
}
.table-histo {
  border-bottom: 2px solid rgba(98, 98, 98, 0.27) !important;
}
.pagination {
  margin: 0;
}
#btn-dl-i {
  opacity: 1;
}
.custom-search-form {
  margin-bottom: 20px;
}
.select-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select-control-tab {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select-chart-panel{
  padding-left:15px;
}
.sub-title-m {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #333;
  letter-spacing: 0.02em;
}

.sub-title-mtm {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #333;
  letter-spacing: 0.02em;
}

.tooltip-icon {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-top: -5px;
  cursor: pointer;
  /*margin-right: 7px;*/
}
.tooltip-a {
  float: left;
}
.tooltip-a .tooltip-t {
  visibility: hidden;
  font-size: 12px;
  color: #545454;
  background-color: #edf4fa;
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #84b8dd;
  position: absolute;
  z-index: 1;
  margin-left: 20px;
  margin-top: 25px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-a .tooltip-t span {
  font-weight: 700;
}
.tooltip-a:hover .tooltip-t {
  visibility: visible;
  opacity: 1;
}
.table-header tr th {
  border-top: 0 !important;
}
.t-c-header {
  width: 45%;
}
.graph-control {
  text-align: right;
  padding-right: 10px;
}
.btn-control {
  font-size: 12px;
  margin-right: 5px;
}
.btn-toggle-div {
  text-align: right;
  margin-top: -15px;
}
.panel-title-toggle {
  float: left;
}

.s-emp-tooltip {
  display: inline-block;
}

.s-emp-tooltip .semptooltiptext {
  font-family: arial, sans-serif;
  font-size: 12px;
  visibility: hidden;
  background-color: #2b303b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 500;
}

#sett1 {
  top: 5%;
  margin-left: -200px;
}
#sett2 {
  top: 5%;
  left: 40%;
}
#sett21 {
  top: 5%;
  left: 40%;
}
#sett3 {
  top: 17%;
  left: 0%;
  text-transform: none;
}
#sett31 {
  top: 5%;
  margin-left: -220px;
}
#sett4 {
  left: 20%;
  margin-top: -30px;
  width: 280px;
}
#sett5 {
  top: 5%;
  margin-left: -70px;
}
.sett51 {
  margin-top: -35px;
  margin-left: -70px;
}
#sett1::after {
  top: 100%;
  left: 70%;
}
#sett2::after {
  top: 100%;
  left: 88%;
}
#sett21::after {
  top: 100%;
  left: 65%;
}
#sett3::after {
  top: 100%;
  left: 79%;
}
#sett31::after {
  top: 100%;
  left: 85%;
}
#sett4::after {
  top: 100%;
  left: 20%;
}
#sett5::after {
  top: 100%;
  left: 50%;
}
.sett51::after {
  top: 100%;
  left: 45%;
}

/* Arrow position */
.s-emp-tooltip .semptooltiptext::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2b303b transparent transparent transparent;
}
.s-emp-tooltip:hover .semptooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip-icon-title {
  width: 16px;
  height: 16px;
  margin-top: -12px;
  cursor: pointer;
}

.title-tooltip {
  display: inline-block;
}

.title-tooltip .titletooltiptext {
  line-height: 20px;
  font-family: arial, sans-serif;
  font-size: 12px;
  visibility: hidden;
  width: 520px;
  background-color: #2b303b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  margin-top: 55px;
  margin-left: -350px;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.3s;
}
.title-tooltip .tooltip-sm {
  margin-left: -200px;
}

/* Arrow position */
.title-tooltip .titletooltiptext::after {
  transform: rotate(180deg);
  content: "";
  position: absolute;
  top: -15%;
  left: 66%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2b303b transparent transparent transparent;
}
.title-tooltip .tooltip-sm::after {
  left: 37%;
}
.title-tooltip:hover .titletooltiptext {
  visibility: visible;
  opacity: 1;
}

/***********************
**** Global Macro ******
************************/

.mapplic-container {
  background-color: #34b6d6;
}
.nav-tabs-header.nav-tabs-linetriangle.nav-gm {
  height: 100%;
}
.nav-tabs-fillup > li.active > a {
  background-color: #34b6d6;
}
.nav-tabs-fillup > li.active > a,
.nav-tabs-fillup > li.active > a:hover,
.nav-tabs-fillup > li.active > a:focus {
  background-color: #34b6d6;
}
.nav-tabs.nav-tabs-fillup {
  border-bottom: 0;
}
.nav-tabs-fillup > li.active > a span,
.nav-tabs-fillup > li > a span {
  -webkit-transform: none;
  transform: none;
  -ms-transform: none;
}
.nav-tabs-fillup > li > a {
  padding: 10px 15px;
  min-width: 120px;
  border-right: 1px solid #eeeeee;
}
.panel-gm {
  margin-bottom: 0;
}
.content-gm {
  padding-bottom: 0px !important;
  position: relative;
  top: -12px;
}
.tab-index-gm {
  font-size: 16px;
}
.nav-tabs-fillup > li > a span.tab-var-gm {
  font-weight: 300 !important;
}
.nav-tabs-fillup > li.active > a span.tab-var-gm {
  color: white !important;
}
.nav-tabs-fillup > li > a:hover,
.nav-tabs-fillup > li > a:focus {
  border-right-color: #eeeeee;
}

.info-pane-gm {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
  padding-left: 30px !important;
}
.flag-pane-gm {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.last-pane-gm {
  margin-top: 5px;
}
.val-pane-gm {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  color: #34b6d6;
  line-height: 1.42857143;
  margin-right: 20px;
}
.var-pane-gm {
  padding-top: 5px;
  line-height: 1.42857143;
}
.txt-var {
  font-size: 22px;
}
.txt-var-mtm {
  font-size: 18px;
}
.sit-pane-gm {
  margin-top: 15px;
}
.table-sub-gm {
  margin-bottom: 0;
}
.table-sub-gm.table-condensed tbody tr td {
  padding: 6px 0;
}
.table-label {
  font-weight: 600;
  width: 50%;
}
.search-gm {
  position: absolute;
  top: 95px;
  left: 25px;
  z-index: 1;
}
.map-p-gm {
  padding-top: 30px !important;
  padding-right: 10px !important;
}
.test-gm {
  min-width: 110px;
}
.mapplic-tooltip-description > p {
  font-weight: bold;
  color: #626262;
}
.chart-gm {
  height: 200px;
}
#top-left-panel,
#main-top-left-panel {
  padding-top: 25px;
  font-size: 52px;
  font-weight: 600;
  color: #34b6d6;
}
#main-top-left-panel-mtm {
  padding-top:35px;
  font-size: 52px;
  font-weight: 600;
  color: #34b6d6;
}
#top-left-panel-2 {
  font-size: 52px;
  font-weight: 600;
  color: #34b6d6;
}
.tooltip-icon-gdp {
  width: 12px;
  height: 12px;
  margin-top: -5px;
  cursor: pointer;
  margin-right: 5px;
}

/***********************
****** Employment ******
************************/

.sub-pane-emp {
  margin-top: 10px;
}
.sub-pane-sector {
  width: 43%;
}
.sub-pane-value {
  width: 20%;
  font-weight: 700;
}
.sub-pane-situation {
  width: 32%;
}
.sub-pane-nxt {
  width: 12%;
  text-align: left;
}
.val-pane-emp {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  color: #34b6d6;
  line-height: 1.42857143;
  padding-left: 0;
  float: left;
  margin-right: 40px;
}
.detail-pane-emp {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .detail-pane-emp {
    margin-top: 0px;
    padding-left: 15px;
  }
}
.last-pane-emp {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .last-pane-emp {
    padding-left: 15px;
  }
}
#emp-company {
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
}
.val-comp {
  margin-top: -20px;
  margin-left: 15px;
}
.gauge-container-m {
  height: 150px;
  margin: 0 auto;
}
.gauge-m {
  width: 150px;
  height: 150px;
  float: left;
}
.sub-title-emp {
  margin-top: 15px;
  margin-bottom: 5px;
}
.top-right-date {
  margin-top: 0px;
}
.bottom-date {
  margin-top: 10px;
  text-align: right;
}
.progress-m {
  height: 10px;
  background-color: rgba(98, 98, 98, 0.2);
  background-image: none;
  box-shadow: none;
  border-radius: 0;
}
.t-sec-header-1 {
  width: 33%;
}
.t-sec-header-2 {
  width: 30%;
}
.t-sec-header-3 {
  width: 25%;
}
.t-sec-header-4 {
  width: 40%;
}
.sub-pane-comp {
  margin-top: 20px;
}
.sub-pane-comp-2 {
  margin-top: 0px;
}
.sub-pane-info {
  margin-top: 0px;
}
.panel-highlight {
  background-color: #e0f2f7;
}

/***********************
***** Global Trade *****
************************/

.sub-pane-trade {
  margin-top: 10px;
}
.map-b {
  border: 1px solid #eeeeee;
}
#btn-dl {
  margin-bottom: 15px;
}
.title-tooltip-icon {
  font-weight: bold;
  color: #626262;
}
.content-trade {
  padding-bottom: 0px !important;
  margin-top: 10px;
  position: relative;
}
.sub-pane-ship {
  font-weight: 600;
}
.sub-pane-port {
  font-weight: 600;
}
.bar-ship {
  width: 35%;
}
.label-ship {
  padding-left: 10px !important;
  font-weight: 700;
}
.sub-pane-commo {
  margin-top: 10px;
}
.sub-pane-yty {
  font-weight: 600;
}
.panel-tr {
  padding-top: 25px;
}
.sub-title-trade {
  margin-top: 15px;
}
.sub-title-cpi {
  margin-top: 5px;
}
.panel-info {
  margin-top: 20px;
}
.panel-info-b {
  margin-top: 0px;
}
.panel-comment {
  font-weight: bold;
}
.t-co-header {
  width: 40%;
}
.t-co-header-1 {
  width: 35%;
}
.t-val-header {
  width: 17%;
}
#subtitle-dep {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
}
.scroll-td-country {
  width: 38%;
  font-weight: 600;
}
.scroll-td-situation {
  width: 33%;
  font-weight: 700;
}
.scroll-td-change {
  width: 24%;
  font-weight: 600;
}
.t-commo-header-1 {
  width: 28%;
}
.t-commo-header-2 {
  width: 27%;
}
.t-commo-header-3 {
  width: 22%;
}

/***********************
**** Corporate Act *****
************************/

.sub-pane-cities {
  margin-top: 10px;
}
.sub-pane-city {
  font-weight: 600;
}

/***********************
****** Real Estate *****
************************/

.sub-pane-estate {
  margin-top: 30px;
}
.title-estate-s {
  font-size: 22px;
  font-weight: 600;
}
.val-pane-top-estate {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0;
  color: #34b6d6;
  line-height: 1.42857143;
}
.val-pane-estate {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  color: #34b6d6;
}
.sit-pane-estate {
  margin-top: 8px;
  margin-left: 0;
}
.row-pane-estate {
  margin-top: 5px;
}
#map-paris {
  width: 670px;
  height: 526px;
  background-image: url("../../assets/img/realestate/paris_blank.png");
}
#co-75020 {
  margin-left: 507px;
  margin-top: 155px;
}
#co-75019 {
  margin-left: 455px;
  margin-top: 5px;
}
#co-75018 {
  margin-left: 304px;
  margin-top: 7px;
}
#co-75017 {
  margin-left: 121px;
  margin-top: 14px;
}
#co-75016 {
  margin-left: 16px;
  margin-top: 161px;
}
#co-75015 {
  margin-left: 74px;
  margin-top: 269px;
}
#co-75014 {
  margin-left: 214px;
  margin-top: 355px;
}
#co-75013 {
  margin-left: 362px;
  margin-top: 346px;
}
#co-75012 {
  margin-left: 455px;
  margin-top: 296px;
}
#co-75011 {
  margin-left: 451px;
  margin-top: 187px;
}
#co-75010 {
  margin-left: 398px;
  margin-top: 111px;
}
#co-75009 {
  margin-left: 307px;
  margin-top: 116px;
}
#co-75008 {
  margin-left: 188px;
  margin-top: 125px;
}
#co-75007 {
  margin-left: 173px;
  margin-top: 236px;
}
#co-75006 {
  margin-left: 279px;
  margin-top: 263px;
}
#co-75005 {
  margin-left: 349px;
  margin-top: 295px;
}
#co-75004 {
  margin-left: 382px;
  margin-top: 246px;
}
#co-75003 {
  margin-left: 403px;
  margin-top: 206px;
}
#co-75002 {
  margin-left: 315px;
  margin-top: 192px;
}
#co-75001 {
  margin-left: 292px;
  margin-top: 206px;
}
.arr-img {
  position: absolute;
  cursor: pointer;
}

/***********************
****** Geopolitics *****
************************/
.img-cut {
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.img-leader {
  height: 150px;
  margin-top: 10px;
}
.flag-pane-m {
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.detail-leader {
  margin-top: 10px;
}
.gauge-leader {
  margin-top: 10px;
}
#leader-country {
  margin-top: 20px;
}
#leader-position {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.country-ld {
  font-size: 18px;
  line-height: 28px;
}

/***********************
******** Leaflet *******
************************/

.my-custom-icon {
  width: 96px !important;
  height: 96px !important;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 72px;
  border: 5px solid #fff;
  text-align: center;
  color: white;
  background-color: #1794b3;
  font-size: 28px;
  font-weight: 600;
  padding-top: 22px;
  z-index: 1000 !important;
}
.my-custom-icon-mini {
  width: 64px !important;
  height: 64px !important;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 72px;
  border: 5px solid #fff;
  text-align: center;
  color: white;
  background-color: #1794b3;
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  z-index: 1000 !important;
}

/************************
**** Sentiment Index ****
************************/

.t-sent-header-1 {
  width: 15%;
}
.t-sent-header-2 {
  width: 25%;
}
.t-sent-header-3 {
  width: 15%;
}
.t-sent-header-4 {
  width: 25%;
}
.t-sent-header-5 {
  width: 20%;
}
.dl-row-s {
  width: 100%;
  text-align: right;
}
#sett6 {
  top: 10%;
  margin-left: -200px;
}
#sett6::after {
  top: 100%;
  left: 65%;
}
#sett7 {
  top: 57%;
  margin-left: -200px;
}
#sett7::after {
  top: 100%;
  left: 65%;
}
#sett8 {
  top: 3%;
  margin-left: -200px;
}
#sett8::after {
  top: 100%;
  left: 65%;
}

/************************
****** Commodities ******
************************/
#sett9 {
  top: 10%;
  margin-left: -100px;
  text-transform: none;
}
#sett9::after {
  top: 100%;
  left: 12%;
}

/************************
******** Tourism ********
************************/
.sub-pane-global {
  margin-top: 10px;
}

/************************
********* China *********
************************/
.sub-title-cn{
  margin-top: 15px;
  font-size: 16px !important;
}

/************************
****** AI Cert ******
************************/
.chart-p-cert {
  padding-top: 30px !important;
  padding-right: 10px !important;
}
.data-pane-cert {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
  padding-left: 30px !important;
}
.m_datepicker {
  cursor: pointer;
  padding: 0.2em 0.5em 0.2em 0.5em;
  height: 30px;
  float: left;
  border: 1px solid rgba(98, 98, 98, 0.27);
}
.calendar-cert {
  margin-bottom: 15px;
}
.btn-calendar {
  cursor: default;
  border-radius: 0px;
}
.title-b-cert {
  font-size: 16px !important;
}
.panel-info-cert {
  /*margin-top: 20px;*/
}
.l-info-cert {
  padding-top: 0 !important;
}
.accordion-cert {
  padding: 0 !important;
  font-weight: bold !important;
}
.panel-contrib {
  margin-bottom: 10px !important;
}
.table-comp {
  border-bottom: 2px solid rgba(98, 98, 98, 0.27) !important;
}
.table-comp thead tr th {
  border-bottom: 2px solid rgba(98, 98, 98, 0.27);
}
.table-comp tbody tr {
  cursor: default;
}
.row-details:hover {
  background-color: white !important;
}
.highlight-indic-cert {
  color: #23527c;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px dotted #23527c;
}
/* POPUP */
.tooltipcert {
  position: relative;
  display: inline-block;
  /*width:100%;*/
}
.tooltipcert .tooltipcert-text {
  display: none;
  background-color: white;
  text-align: left;
  padding: 5px 0;
  position: absolute;
  -webkit-box-shadow: -1px -1px 12px 0px rgba(176, 174, 176, 1);
  -moz-box-shadow: -1px -1px 12px 0px rgba(176, 174, 176, 1);
  box-shadow: -1px -1px 12px 0px rgba(176, 174, 176, 1);
  z-index: 1000;
  border-radius: 4px;
  width: 590px;
  min-height: 100px;
  top: 0px;
  margin-left: 75px;
  padding: 20px;
  color: #626262;
}
/*.tooltipcert:hover .tooltipcert-text {
    visibility: visible;
}
.tooltipcert .tooltipcert-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}*/
#cert-gauge {
  margin-left: -25px;
  width: 250px;
  height: auto;
}
#cert-preview-textfield {
  width: 100%;
  text-align: center;
  margin-top: -10px;
  font-size: 30px;
  font-weight: bold;
}
.bar-cert-popup {
  width: 10px;
  height: 98px;
  border: 1px solid transparent;
  float: left;
}
.info-cert-popup {
  width: 100%;
  padding-left: 20px;
}
.company-cert-popup {
  font-size: 16px;
}
.ticker-cert-popup {
  font-size: 28px;
  font-weight: 700;
}
.price-cert-popup {
  font-size: 28px;
  font-weight: 600;
  margin-left: 25px;
}
.var-cert-popup {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-left: 10px;
}
.sector-cert-popup {
  margin-top: 7px;
}
.label-cert-popup {
  font-size: 13px;
  color: #fff;
}
.label-t-techno {
  background-color: #7b3888;
}
.label-t-realestate {
  background-color: #2f9f0f;
}
.label-t-financials {
  background-color: #0f3284;
}
.label-t-energy {
  background-color: #77c9ef;
}
.label-t-utilities {
  background-color: #70543f;
}
.label-t-materials {
  background-color: #e6d9b7;
}
.label-t-staples {
  background-color: #fd7a2a;
}
.label-t-discretionary {
  background-color: #f5c545;
}
.label-t-industrials {
  background-color: #597858;
}
.label-t-communication {
  background-color: #891730;
}
.label-t-healthcare {
  background-color: #bcd458;
}
.title-cert-popup {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat";
  text-align: center;
}
#title-indic-p {
  width: 100%;
}
#container-contrib {
  height: 160px;
  margin: 0;
  min-width: 280px;
}
.time-cert-popup {
  text-align: right;
}
#container-sector {
  min-width: 300px;
  max-width: 600px;
  margin: 0 auto;
}

/************************
******** Charts *********
************************/

.tool-bar-chart {
  display: flex;
  flex-direction: column;
  width: 42px;
  border-right: #ececec solid 1px;
}
.custom-icon-chart {
  display: flex;
  width: 34px;
  align-items: center;
  justify-content: center;
}
.customItemChartMenu {
  background-color: #f7f7f7;
  border: none;
  margin-bottom: 5px;
}
.customItemChartMenu:hover {
  background-color: #e6ebf5;
}
.customItemChartMenu.active {
  background-color: #e6ebf5;
}
#differencePanelInfo {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 155px;
  left: 80px;
  z-index: 9999;
  border: 1px solid #ccc;
  background: rgb(248,248,248,0.9);
  color: black
}
#differencePanelInfo > div {
  display: inline-block;
  /*opacity: 0.5;*/
  padding: 5px 10px 5px 10px;
}
#differencePanelInfo > div > p {
  margin: 0;
}

/************************
****** Data Tables ******
************************/
#histoTable{
  width:100% !important;
}
.dataTables_scrollHeadInner {
  width:100% !important;
}
.dataTables_scrollHeadInner > table {
  width:100% !important;
}

/************************
*** Visual Indications **
************************/
#doc-panel{
  display: block;
  overflow: auto;
  margin: 0;
  padding-bottom: 5px;
}
.indication-bloc{
  float:left;
  text-transform:none;
  border-radius:15px;
  background:#f2f2f2;
  color:#34b6d6;
  font-weight:700;
  display: block;
}
#doc-panel > div.indication-bloc{
  font-size:12px;
  padding:6px 20px 6px 15px;
  margin: -7px 0px 0px 25px;
}
.select-chart-panel > div.indication-bloc{
  font-size:13px;
  padding:8px 20px 8px 10px;
  margin: 0px 20px;
}
.icon-indication-bloc{
  color:#34b6d6;
  font-size:18px;
  margin-right:2px;
}
.icon-indication-bloc-dir{
  color:#34b6d6;
  font-size:18px;
  margin-right:5px
}
@media only screen and (max-width: 640px) {
  #doc-panel > div.indication-bloc{
    display: none;
  }
}


/************************
*** bubble for range **
************************/
.rang-wrapper{
  z-index: 100;
  margin-top: 15px;
  width: 100%;
}
.bubble {
  background: #0075FF;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #0075FF;
  top: -1px;
  left: 50%;
}

.highcharts-credits {
  display: none;
}

.fixed-class-1 {
  position: fixed !important; 
  top: 10% !important; 
  left: 51.5% !important; 
  width: 47%;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;

  background-color: white;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

.hidden {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}