.lista-boletines {
  /* overflow-y: scroll;
  height: 670px;
  padding:0 15px 0 0; */
}



.bulletin-load-section {
  overflow-y: scroll;
  height: 580px;
  padding:0 15px 0 0;
  margin-top:15px;
}






.lista-boletines select {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 50px;
    border: #efefef 1px solid 

}


.selectdivx {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
  margin: 50px 33%;
}

.selectdivx:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #139237;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    border-left: 0px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
/* select::-ms-expand {
display: none; 
} */

.selectdivx select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #0ebeff;
  -ms-word-break: normal;
  word-break: normal;
}



.boletin-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.boletin-widget-container {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: #efefef 1px solid;
}

.boletin-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.boletin-icon-list-items {
  padding: 0;
}


.boletin-button {
  font-size: 16px;
  font-weight: 500;
  fill: #150202;
  color: #150202;
  background-color: #00000000;
  padding: 0px 0px 0px 0px;
}

.boletin-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

.boletin-button span {
  text-align: left;
}

.boletin-button-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 15;
  color: #1272FF;
}



.boletin-button .boletin-align-icon-right {
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

.boletin-icon-list-icon i {
  color: #1272FF;
  font-size: 14px;
}

.boletin-align-icon-right {
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  flex-grow: 0;
}


.boletin-icon-list-item, .boletin-icon-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}

.boletin-icon-list-text {
  display: inline-block;
  align-self: center;
    padding-left: 5px;
}

