/* ARCHIVE CIAT PROJECTS*/
#map-archive { 
  height: 500px;
  width: 100%;
}

#map-menu {
  position: absolute;
  top: 1em;
  left: 50px;
  z-index: 1002;
  /*backgroundColor: "white";*/
  padding: 8px;
  width: 290px;
  max-height: 360px;
  overflow-y: hidden;
  /*border: "1px solid #ccc";*/
}
.modal-backdrop {
  z-index: 1001;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.map-project-title {
  background-color: rgba(50,50,50,0.7);
  color: #fff;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  padding: 0.8em;
}

.map-project-body {
  background-color: rgba(255,255,255,0.6);
  color: #323232;
  overflow-y: auto;
  max-height: 305px;
}

.map-project-body div {
  background-color: rgba(255,255,255,0.6);
  color: #323232;
  padding: 7px 20px;
  border-bottom: solid 1px rgba(50,50,50,0.1);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 0.8em;
}

.map-project-body div:hover {
  background-color: rgba(203,50,50,0.8);
  color: #FFF;
  /*padding: 7px 20px;*/
  /*border-bottom: solid 1px rgba(50,50,50,0.1);*/
}

.map-project-body a {
  color: #323232!important;
  font-family: "lsans";
  font-size: 12px;
}

.map-project-body a:hover{
  text-decoration: none;
}

.close-map-project {
  cursor: pointer;
  float: right;
  width: 15px;
  /*padding-bottom: 0px!important;*/
}

.cp-archive-title h1 {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 1px;
}

.maptop{
  max-width: 960px;
  margin: auto;
  padding-top: 5px;
}

.mapbox {
  position: relative;
}

.mapbox .overlay {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.mapbox .overlaytop {
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
}

.mapbox .overlay .btn {
  pointer-events: initial;
}
.asd{
  height: 90px;
}

#filter-cp .select2-container, #filter-cp input {
  min-width: 200px;
}

#keyword {
  width: 100%;
  height: 28px;
  font-size: 15px;
  border: 1px solid #aaa;
  padding-left: 8px;
    text-align: center;
}

#projects-form {
  font-size: 15px;
}

.select2-results__option {
  font-size: 13px;
}

#projects-form .select2-container--default .select2-selection--single {
  border-radius: 0px;
}

#projects-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 35px;
  font-size: 15px;
}

#projects-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  border-left: solid 1px rgba(0,0,0,0.2);
}

#projects-form .col-sm-3, #projects-form .col-sm-4 {
  padding-left: 0px;
}

/*Graphics*/

.number-cp {
  max-width: 960px;
  margin: 20% auto;
  text-align: -webkit-center;
}

.number-cp h4 {
  margin-bottom: 4% !important;
}

#lines-cp {
  font-size: 4em;
}

/*added by SN*/
text.highcharts-title {
  fill: #333333;
  width: 141px;
  font-size: 1.5rem !important;
  color: #333;
  line-height: 2.2rem;
  margin-bottom: 1%;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 200;
}