@import url("menu.css");
@import url("organizations.css");


/* ========================
  COMMON
======================== */
html,
body {
  height: 100%;
}

/* IE */
* html #content {
  height: 65%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #505050;
  background: url(../i/bckgrnd.png) no-repeat right bottom;
  background-attachment: fixed;
  font-family: Tahoma,Arial,Verdana,Georgia;
  font-size: 14px;
}

.wrapper-content {
  overflow: hidden;
  padding: 5px 30px 30px;
  color: #474747;
  background-color: #fff;
}

.wrapper-content h3 {
  margin: 0;
}

.wrapper-content ul li {
  margin-bottom: 10px;
  list-style: none;
}

.inner-content {
  float: left;
  width: 690px;;
}

.breadcrumbs {
  margin-left: 15px;
}

#frame {
  width: 1000px;
  min-height: 100%;
  margin: 0 auto -142px;
  padding: 0;
  text-align: left;
}

#frame:after {
  display: block;
  content: "";
}

#frame-bottom,
#frame:after {
  height: 142px;
}

#frame-bottom {
  margin: 0;
  padding: 0;
  text-align: left;
}

.block-transparent {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
}

#top {
  display: block;
  height: 100px;
}

#title {
  float: left;
  padding-top: 25px;
  padding-left: 120px;
  text-align: left;
  color: #10b2c1;
  background: url(../i/logo.png) no-repeat 20px 20px;
  font: bold 22px Arial,Times;
}

#top-right {
  float: right;
  margin: 0 20px;
  padding: 30px 0 25px 80px;
  text-align: left;
  background: url(../i/mon_rf.png) no-repeat center left;
}

#head {
  display: block;
  height: 348px;
  background: #fff url(../i/header.png) no-repeat top;
  background-position: 20px center;
}

#head-link {
  width: 990px;
  height: 345px;
}

#content-left {
  float: left;
  height: 500px;
  text-align: center;
}

#content-right {
  float: right;
  width: 600px;
}

#content {
  min-height: 65%;
  padding: 20px;
  text-align: justify;
  font-size: 14px;
}

#content-right-bottom {
  margin: 10px;
  padding: 15px;
  border: 1px solid #dadcde;
  border-radius: 7px;
  background: #ededed;
}

#bottom {
  width: 1000px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 10px;
}

#bottom-left {
  height: 70px;
  margin-left: 20px;
  padding-top: 12px;
  padding-left: 0;
  color: #fff;
  font-size: 11px;
}

#bottom-right {
  float: right;
  height: 70px;
  margin-right: 20px;
  padding-top: 12px;
  padding-right: 55px;
  text-align: right;
  background: url(../i/cbm.png) right 10px no-repeat;
}

#bottom-right a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

#bottom-right a:hover,
#contact td a:hover,
#official div a:hover {
  text-decoration: underline;
}

.content-list {
  line-height: 1.2em;
}

.content-list li {
  padding-bottom: 10px;
}

#official div a {
  text-decoration: none;
}

.transparency-news {
  padding: 15px;
       opacity: 0.90;
  border-radius: 4px;
  background: #fff;

  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
}

.row.mp-block-main {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
}

.mp-section-title {
  display: block;
  margin-bottom: 15px;
  color: #02607c;
  font-size: 14px;
  font-weight: bold;
}

.bb_container {
  position: relative;
}

.bb_transparency {
  position: absolute;
  z-index: -1;
  width: 1000px;
       opacity: 0.3;
  border-radius: 4px;
  background: #fff;

  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}

.bb_centering {
  padding: 10px;
  text-align: center;
}

.tooltip-label {
  padding-right: 5px;
}

.info-section {
  margin-bottom: 15px;
}

/* ========================
  NEWS
======================== */
#content-news {
  margin: 10px;
  padding: 15px;
  border: 1px solid #dadcde;
  border-radius: 7px;
  background: #ededed;
}

.news-data {
  max-width: 80px;
  margin-bottom: 7px;
  padding: 2px 8px 3px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #3387c1;
  font-size: 12px;
}

.news-title {
  margin-bottom: 7px;
}

.news-title a {
  text-decoration: none;
  color: #3387c1;
  font-size: 14px;
  font-weight: bold;
}

.news-title a:hover {
  color: #02607c;
}

.news-announce {
  margin-bottom: 12px;
  text-align: justify;
  color: #000;
  font-size: 13px;
  line-height: 1.5em;
}

.news--month-and-year {
  font-size: 9px;
}

.news-head {
  padding-bottom: 3px;
  font-weight: bold;
}

.news-link {
  text-decoration: none;
  color: #3f72a9;
  font: 11px normal Verdana,Tahoma,Arial,Georgia;
}

.news-one-div a {
  color: #3f72a9;
  font-weight: normal;
}


/* ========================
  QUESTIONNAIRE
======================== */
.anketa_table {
  border: 2px solid #696969;
  border-collapse: collapse;
}

.anketa_table td {
  padding: 3px;
  border: 2px solid #696969;
}

.anketa_table th {
  padding: 3px;
  text-align: center;
  border: 2px solid #696969;
  background: #dcdcdc;
}

.anketa_table tr td.even {
  background: #dcdcdc;
}

.InsideInput {
  width: 98%;
}

.saveContButton {
  width: 260px;
  height: 58px;
  border: 0;
  background: url("../anketa_new/img/saveCont.png");
}

.saveFinishButton {
  width: 260px;
  height: 58px;
  border: 0;
  background: url("../anketa_new/img/saveStop.png");
}

.editButton {
  width: 205px;
  height: 58px;
  border: 0;
  background: url("../anketa_new/img/edit.png");
}


/* ========================
  INTERVIEW
======================== */
.interview-item {
  display: table;
}

.interview-section {
  display: table-cell;
  width: 200px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #5cb565;
  font-size: 20px;
  font-weight: bold;
}

.interview-info {
  margin-left: 30px;
  text-align: justify;
  font-size: 16px;
}

.img-interview-results {
  width: 850px;
}

.accordion-interview {
  font-size: 16px;
}

.menu-interview .sub-menu__item {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}

.menu-interview .icon {
  margin-right: 8px;
}


/* ========================
  ECONOMY
======================== */
#iceb-img {
  width: 400px;
  height: 270px;
}

.icebkreaker img {
  width: 40px;
  height: 40px;
}

.table.table-icebreakers {
  width: 550px;
  margin: 0 auto;
}

.link-icebreaker-title {
  color: #686868;
  font-size: 16px;
}

.link-icebreaker-title:hover,
.link-icebreaker-title.current {
  text-decoration: none;
  color: #3387c1;
}

#iceb-title {
  margin-top: 40px;
}


/* ========================
  TYPOGRAPHY
======================== */
p {
  line-height: 1.5em;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}

h2 {
  font-size: 21px;
}

h1,
h2 {
  color: #0d4b86;
}

.page-title,
.long-page-title,
.page-subtitle {
  margin-bottom: 30px;
  color: #3387c1;
}

.page-title {
  font-size: 24px;
}

.long-page-title,
.page-subtitle {
  font-size: 18px;
}

.long-page-title > .page-subtitle {
  font-weight: normal;
  line-height: 30px;
}

.page-subtitle {
  color: #b0b0b0;
}

.page-title-h2 {
  color: #3387c1;
  font-size: 20px;
  font-weight: normal;
}

ul.disc li {
  list-style: disc;
}

.link {
  cursor: pointer;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}
.link:visited,
.link:link {
  color: #4b4b4b;
}

.link-hover-orange:hover {
  text-decoration: none;
  color: #fd7c14;
}

.link-blue {
  color: #3387c1;
}

.link-blue:visited,
.link-blue:link {
  color: #3387c1;
}

.link-white {
  color: #fff;
}

.link-white:visited,
.link-white:link {
  color: #fff;
}

.link-img,
.link-img:hover {
  text-decoration: none;
}

.link-img img {
  vertical-align: inherit;
  border: 1px solid #f1f7f8;
}

.link-img img:hover {
  border: 1px solid #7bdeeb;
}

.text-blue {
  color: #3387c1;
}

.text-large {
  font-size: 1.6em;
}

.text-block-italic {
  font-family: Verdana;
  font-style: italic;
}

.ol__list-regions {
  padding-left: 70px;
}

.regions-titles-list {
  margin-top: 25px;
  margin-bottom: 30px;
}

.regions-titles-list li {
  margin-bottom: 0 !important;
}

ul.ul__excel > li,
ul > li.li__disc,
ul > li.li__pdf,
ul > li.li__excel {
  list-style-type: disc;
}

ul.ul__excel > li {
  margin-bottom: 12px;
  list-style-image: url(../i/i__excel.png);
}

ul > li.li__disc {
  list-style-image: none;
}

ul > li.li__pdf {
  list-style-image: url(../i/i__pdf.png);
}

ul > li.li__excel {
  list-style-image: url(../i/i__excel.png);
}


/* ========================
  TABLES
======================== */
.table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

.table th,
.table tr,
.table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
}

.td--halign-center {
  text-align: center;
}

th.table-cell-blue {
  color: #fff;
  background-color: #3387c1;
}

.table-edu-feature > tbody > tr:last-child > td {
  color: #474747;
  font-weight: bold;
}

/* ========================
  TABS
======================== */
.tabs {
  visibility: hidden;
  opacity: 0;
}

.tab {
  display: none;
}

.tabsLink a {
  padding: 5px;
  text-decoration: none;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  font: bold 12pt verdana, arial;;
}

.tab h2 {
  padding: 5px;
  text-decoration: none;
  color: #b40033;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
          border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
          border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
  background-color: #dcdcdc;
}

.tabs__link {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  cursor: pointer;
  text-transform: uppercase;
  border-top: 1px solid #e8e8e8;
  background-color: #3287c0;
}

.tabs__link:hover {
  background-color: #7ac9d8;
}

.tabs__link > a {
  display: block;
  padding-right: 60px;
  padding-left: 60px;
  text-decoration: none;
  color: #fff;
  line-height: 35px;
}

.tabs__link:hover > a {
  color: #fff;
}

.tabs__link.checked {
  background-color: #fff;
}

.tabs__link.checked > a {
  color: #4c4c4c;
}

.tabs__link-left {
  position: relative;
  z-index: 100;
}

.tabs__link-right,
.tabs__link-left > a {
  -webkit-transform: skewX(30deg);
     -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
       -o-transform: skewX(30deg);
          transform: skewX(30deg);
}

.tabs__link-left,
.tabs__link-right > a {
  -webkit-transform: skewX(-30deg);
     -moz-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
       -o-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.tabs__link-left.checked {
  z-index: 0;
  border-left: 1px solid #e8e8e8;
}

.tabs__link-right.checked {
  border-right: 1px solid #e8e8e8;
}

/* Main page tabs */

.mp-tabs-link {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  color: #a5a5a5;
}

.mp-tabs .tabs-links {
  margin-bottom: 10px;
  text-align: center;
}

.mp-tabs-link:hover {
  cursor: pointer;
  color: #02607c;
}

.mp-tabs-link.checked {
  color: #02607c;
  font-weight: bold;
}

/* Override Basic JQuery Slider */
ul.bjqs {
  margin-bottom: 5px!important;
}

.bjqs-prev a,
.bjqs-next a {
  position: absolute;
  z-index: 3;
  top: 0;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 100%;
  text-indent: -999px;
  opacity: 0.8;
  outline: none !important;
}

.bjqs-prev a {
  background: url(/i/news/icons/arrowBg.png) left center no-repeat;
}

.bjqs-next a {
  background: url(/i/news/icons/arrowBg.png) right center no-repeat;
}

ol.bjqs-markers li a {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 2px;
  text-indent: 9999px;
  background: url(/i/news/icons/radioBg.png) center bottom no-repeat;
}

ol.bjqs-markers li a:hover {
  cursor: pointer;
  background-position: center center;
}

ol.bjqs-markers li.active-marker a {
  background-position: center top;
}

#slider-infographic .bjqs-markers {
  text-align: right;
}


/* ========================
  FORMS
======================== */
.form {
  padding: 15px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
}

.form .page-title-h2 {
  display: block;
  margin-bottom: 30px;
  color: #454545;
}

.form__section {
  margin-bottom: 30px;
}

.contact__org-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.contact__position {
  margin-bottom: 10px;
  font-style: italic;
}

.contact__name,
.contact__phone {
  margin-bottom: 5px;
}

.contact__phone,
.contact__email {
  margin-left: 15px;
}

.attached-file {
  width: 300px;
  margin-top: 20px;
  padding: 5px;
  vertical-align: middle;
  vertical-align: middle;
  border: 1px solid #40a3de;
}

.attached-file img {
  float: left;
  height: 42px;
  padding-right: 10px;
}

.attached-file a.link-blue {
  display: block;
  height: 42px;
  vertical-align: middle;
  line-height: 42px;
}


/* ========================
  GRID SYSTEM
======================== */
.row {
  overflow: hidden;
  margin: 30px 0 0;
}

.grid {
  float: left;
}
.grid-2 {
  width: 50%;
}
.grid-3 {
  width: 33%;
}
.grid-2-3 {
  width: calc((100% / 3) * 2);
}
.grid-1-3 {
  width: calc(100% / 3);
}

.grid-padding-r {
  box-sizing: border-box;
  padding-right: 30px;
}

.chart__y-name {
  margin-bottom: 10px;
  color: #545454;
  font-size: smaller;
}

.grid-inner-30 {
  padding-right: 30px;
  padding-left: 30px;
}


/* ========================
  MAP
======================== */
.map {
  margin-top: 50px;
}

.map > svg > .map__area {
  fill: #0cf;
}

.map > svg .map__area:hover {
  cursor: pointer;

  fill: #7bdeeb;
}

.map .map__region-title > tspan {
  font-size: 12px;
}

.map > svg > .map__area-selected {
  fill: #3387c1 !important;
}

.map > svg > .map__area-selected:hover {
  cursor: pointer;

  fill: #4796cd !important;
}

.map-legend ul {
          column-count: 2;
     -moz-column-count: 2;
  -webkit-column-count: 2;
}

.map-legend {
  float: right;
  width: 450px;
}

.map-legend__ul {
  padding: 15px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
} 

.map-legend__item {
  margin-bottom: 10px;
}

.map-legend__item:last-child {
  margin-bottom: 0;
}

.map-legend__color {
  width: 20px;
  height: 20px;
}

.map-legend__title {
  margin-left: 30px;
  line-height: 20px;
}

.map__tooltip {
  position: absolute;
  display: none;
  padding: 10px;
  text-align: left;
  opacity: 0.95;
  background-color: #dff9fd;
  box-shadow: 0 0 10px rgba(0,204,255,0.5);
}

.map__tooltip > ol > li {
  margin-bottom: 5px;
}

.map-ports {
  display: inline-block;
}

.port-icon:hover,
.port-title:hover {
  cursor: pointer;
}

.map-legend-img {
  float: left;
}

.map-ports-legend {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px dashed #ccc;
}

.port-data {
  margin-bottom: 15px;
  margin-left: 15px;
  font-weight: normal;
}


/* ========================
  NOT FOUND
======================== */
.not-found {
  padding-top: 150px;
}

.nf__text,
.in-dev__text {
  position: relative;
}

.nf__text {
  bottom: 145px;
  left: 250px;
  width: 350px;
}

.in-dev__text {
  top: 30px;
  left: 265px;
  width: 385px;
  text-align: left;
}

.nf__error-status {
  height: 132px;
  padding-bottom: 20px;
  color: #ff7073;
  font-size: 132px;
}

.nf__error-message,
.nf__message {
  color: #8bb7c2;
}

.nf__error-message {
  font-size: 25px;
  line-height: 25px;
}

.nf__hr {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #8bb7c2;
}

.nf__message,
.nf__links {
  text-align: left;
}

.nf__message {
  font-size: 13px;
}

.nf__links {
  margin-top: 15px;
}

ul.nf__links__ul {
  padding-left: 0;
  list-style: none;
}

ul.nf__links__ul > li {
  padding-bottom: 2px;
}

ul.nf__links__ul > li:before {
  padding-right: 8px;
  content: "•";
  color: #ff7073;
}


/* ========================
  MAIN PAGE
======================== */
.mp-block {
  margin-bottom: 10px;
  padding-top: 30px;
}

.mp__map {
  float: left;
  width: 550px;
  height: 345px;
}

.mp__map__img {
  width: 100%;
  height: 100%;
  background-image: url(/i//arctic_zone_rf.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.mp__map__img:hover {
  background-image: url(/i//arctic_zone_rf_hover.png);
}

.mp__banner {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #86bbdf;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0);
}

.mp__banner a img {
  padding: 15px;
}

.mp__banner > a:hover {
  text-decoration: none;
}

.dyncamic-needs {
  float: left;
  width: 50%;
}

.img-dynamic-needs {
  max-width: 200px;
  margin: 15px auto 0;
}


/* ========================
  PROFESSIOGRAMS
======================== */
.prof {
  color: #0d4b86;
}

.prof-line {
  margin-top: 10px;
}

.prof-section {
  padding-right: 10px;
  padding-left: 10px;
}

.prof-section ul {
  padding-left: 20px;
  list-style: none;
}

.prof-section ul li {
  margin-bottom: 5px;
  text-indent: -10px;
}

.prof-section li:before {
  content: "• ";
  color: #f54b5b;
}

.prof-section .row {
  margin-top: 0;
}

.prof-section-notice {
  display: block;
  padding-bottom: 5px;
  color: #227ece;
  font-size: 12px;
  line-height: 1;
}

.prof-section-title {
  height: 35px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #559cda;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
}

.prof-section-subtitle {
  display: block;
  text-align: center;
  color: #227ece;
}

.prof-section-title > img {
  float: right;
  width: 35px;
  height: 35px;
  vertical-align: top;
}

.prof-header {
  height: 50px;
  padding-left: 8px;
  color: #fff;
  background-color: #559cda;
}

.prof-raiting {
  float: left;
}

.prof-raiting-img {
  height: 60px;
  margin-top: 5px;
}

.img-world-skills {
  height: 40px;
  margin-top: -13px;
}

.prof-title {
  float: left;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.prof-logo {
  float: right;
  margin-right: 10px;
  line-height: 40px;
}

.prof-logo > span {
  float: left;
  height: 40px;
  margin-top: 9px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.prof-logo > img {
  height: 40px;
  margin-top: 5px;
}

.prof-info {
  margin-top: 15px;
}

.prof-info-text {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
}

.prof-info-img {
  float: right;
  width: 250px;
  margin-left: 10px;
  border: 1px solid #559cda;
  border-radius: 2px;
}

.prof-links {
  margin-top: 15px;
}

.prof-link-standart,
.prof-link-pdf {
  display: inline-block;
}

.prof-link-pdf {
  float: right;
}

.prof-link-standart img,
.prof-link-pdf img {
  height: 30px;
}

.salary-wallet-img {
  display: inline-block;
  height: 120px;
  padding-right: 20px;
}

.salary {
  display: inline-block;
  vertical-align: middle;
  color: #227ece;
}

.salary-value {
  font-size: 22px;
  font-weight: bold;
}

.prof-jobs-list {
  padding-left: 10px;
}

.prof-jobs-org {
  margin-bottom: 10px;
}

.prof-jobs-img {
  float: left;
  height: 15px;
  margin-right: 10px;
}

.prof-section-title-center > img {
  float: none;
}

.data-point-label {
  position: relative;
  padding-top: 6px;
  padding-bottom: 2px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.modal-dialog-prof {
  width: 1000px;
}

.modal-dialog-prof .modal-content {
  padding-bottom: 10px;
  border-radius: 0;
}


.modal-dialog .close {
  position: absolute;
  top: -21px;
  right: -26px;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  opacity: 0.5;
  color: gray;
  border-radius: 30px;
  background-color: #fff;
}

.modal-dialog .close:hover {
  opacity: 1;
  background-color: #fff;
}

.modal-dialog .close:active {
  outline: none;
}

.prof-rounds {
  margin-bottom: 25px;
}

.prof-rounds svg {
  display: block;
  margin: 0 auto;
}

.prof-rounds #top-205:hover,
.prof-rounds #top-50:hover,
.prof-rounds #top-25:hover,
.prof-rounds #world-skills:hover {
  cursor: pointer;

  fill-opacity: 1;
}

.btn-to-profs {
  display: inline-block;
  padding: 25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #3387c1;
  font-size: 18px;
}

.btn-to-profs:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7bdeeb;
}


.prof-tooltip {
  position: absolute;
  display: none;
  width: 400px;
  padding: 5px 10px;
  color: #3387c1;
  border: 1px solid #3387c1;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
}


/* ========================
  BAROMETER
======================== */
.barometer-need {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
}

.barometer-profs {
  padding: 12px 25px 25px;
}

.barometer-profs ul {
  margin-bottom: 0;
  padding-left: 0;
}

.barometer-profs ul li {
  margin-bottom: 0;
}

.barometer-profs-region {
  margin-bottom: 25px;
}

.barometer-profs-region ul {
  list-style: none;

          column-count: 2;
     -moz-column-count: 2;
  -webkit-column-count: 2;
}

.barometer-need-title {
  float: left;
  height: 40px;
  padding-left: 25px;
  text-transform: uppercase;
  color: #fff;
  border-right: 20px solid transparent;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.barometer-triangle {
  float: left;
  width: 0;
  height: 0;
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 40px solid transparent;
}

.barometer-deficit .barometer-profs,
.barometer-deficit .barometer-need-title {
  background-color: #aac110;
}

.barometer-balance .barometer-profs,
.barometer-balance .barometer-need-title {
  background-color: #3387c1;
}

.barometer-proficit .barometer-profs,
.barometer-proficit .barometer-need-title {
  background-color: #1fbdc8;
}

.barometer-deficit .barometer-triangle {
  border-bottom-color: #aac110;
}

.barometer-balance .barometer-triangle {
  border-bottom-color: #3387c1;
}

.barometer-proficit .barometer-triangle {
  border-bottom-color: #1fbdc8;
}

.map__area.deficit {
  fill: #aac110 !important;
}

.map__area.balance {
  fill: #3387c1 !important;
}

.map__area.proficit {
  fill: #1fbdc8 !important;
}

.map-barometer-prof .region-point {
  fill: #fff !important;
}

.map-barometer-region .region-point {
  fill: #000!important;
}

.map-barometer-region .map__area {
  fill: #dff9fd !important;
  stroke: #78e6ed !important;
}

.map-barometer-region .map__area:hover {
  fill: #0cf !important;
}

.map-tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  color: #59dcfc;
  border: 1px solid #59dcfc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: rgba(255,255,255, 0.9);
  box-shadow: 0 0 10px rgba(89,220,252, 0.4);
}

.barometer-search {
  margin-top: 20px;
}


/* ========================
  INFOGRAPHICS
======================== */
#slider-infographic .mp-infographics-img {
  margin-bottom: 5px;
}

.mp-infographics-title {
  display: block;
  text-align: center;
  color: #02607c;
  font-style: italic;
}

.mp-infographics-img-wrapper {
  overflow: hidden;
  width: 280px;
  height: 175px;
}

.infographics-item:hover {
  cursor: pointer;
}

.infographics-title {
  display: block;
  text-align: center;
  color: #222;
  font-size: 16px;
  margin-top: 5px;
}

.infographics-item {
  margin-bottom: 25px;
}

.infographics-index .mp-infographics-img-wrapper:hover {
  outline: 2px solid #3387c1;
}


/* ========================
  ICONS
======================== */
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: contain;
}

.icone-20-20 {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.icon-ok {
  background-image: url(../i/i_ok.png);
}
.icon-ok-green {
  background-image: url(../i/i_ok_green.png);
}
.icon-doc-blue {
  background-image: url(../i/i_doc_blue.png);
}
.icon-clip {
  background-image: url(../i/i_clip.png);
}
.icon-progress {
  background-image: url(../i/i_in_progress.png);
}
.i-phone {
  background-image: url(../i/i__phone.png);
}
.i-email {
  background-image: url(../i/i__email.png);
}


/* ========================
  ACCORDION
======================== */
.accordion {
  color: #3387c1;
}

.accordion-menu-item:hover,
.accordion-menu-item-checked {
  cursor: pointer;
  color: #ff8c08;
}

label.accordion-menu-item {
  font-weight: normal;
}

.accordion-body {
  display: none;
}


/* ========================
  LIGHTBOX
======================== */
#lightbox .modal-content {
  display: inline-block;
}

#lightbox .modal-dialog {
  width: 1000px;
}

.text-img .thumbnail:focus {
  outline: none;
}

#lightbox .modal-body {
  padding: 10px 15px;
}


/* ========================
  CHARTS
======================== */
.chart-legend {
  margin-top: 30px;
}

.chart-legend > table {
  margin: auto;
}

.legendLabel {
  padding-right: 15px;
  padding-left: 5px;
}

#tooltip {
  position: absolute;
  display: none;
  padding: 5px;
  opacity: 0.9;
  border: 1px solid #fdd;
  background-color: #fee;
  font-size: 0.8em;
  font-weight: bold;
}


/* ========================
  HELPERS
======================== */
.text-center {
  text-align: center;
}

.float-r {
  float: right!important;
}

.float-l {
  float: left!important;
}

.margin-l-30 {
  margin-left: 30px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-blue {
  color: #3387c1;
}

.text-black {
  color: #474747;
}

.display-block {
  display: block;
}

.v-align-top {
  vertical-align: top;
}

.block-center {
  margin: 0 auto;
}

.clear-fix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}