.bv_mainselect {
    color: #fff;
    /* padding: 7px 5px 7px 5px; */
    border-radius: 6px;
    font-size: 10pt;
    width: 100%;
  }
  .bv_atual {
    color: #535353;
    font-size: 11pt;
    padding: 10px;
    border-radius: 0;
    line-height: 30px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border: 0;
    padding: 0;
    border-bottom: 1px solid gray;
    margin-top: 1px;
    font-style: normal;
    background-color: inherit;
  }
  .bv_disabled {
    background-color: #e6e6e6 !important;
    cursor: default !important;
  }
  .bv_separator {
    font-weight: 700;
    color: #282828 !important;
    cursor: default !important;
    background-color: transparent !important;
  }
  .bv_background {
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
  }
  .arrow {
    border: solid grey;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    pointer-events: none;
  }
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 5px;
    margin-top: 12px;
    transition: all 0.2s ease;
  }
  .down {
    transition: all 0.2s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 12px;
  }
  .bv_ul_mobile {
    width: 80% !important;
    position: absolute !important;
    top: 80% !important;
    left: 10% !important;
    border: 0px !important;
    height: 70%;
    margin: 0px !important;
    overflow-y: scroll !important;
    z-index: 9999 !important;
    /* max-height: 100% !important; */
  }
  .bv_ul_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
  }
  .bv_ul_mobile li {
    /* padding: 20px !important; */
  }
  .stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .bv_ul_inner {
    position: absolute !important;
    margin-top: 10px;
    padding: 0;
    bottom: 0 ;
    display: none;
    border-radius: 0;
    display: none;
    z-index: 1;
    max-height: 200px;
    overflow-x: auto;
    border: 1px solid #e7e7e7;
    z-index: 999;
overflow-y: scroll;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding-left: 15px !important;
  }
  .bv_ul_inner li {
    cursor: pointer;
    list-style: none;
    color: #353535;
    padding: 5px 0 5px 9px;
    font-size: 10pt;
    padding: 12px 28px 10px 10px;
    line-height: 20px;
  }
  .bv_ul_inner i {
    color: #464646;
    font-size: 17pt;
    margin-right: 10px;
    float: left;
    margin-top: -1px;
    margin-left: 3px;
  }
  .bv_ul_inner li img {
    float: left;
    margin-right: 11px;
    position: relative;
    bottom: 6px;
    max-width: 30px;
  }
  .bv_ul_inner li input {
    padding: 0px;
    border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: black;
    height: 38px;
    width: 100%;
    background-color: transparent;
    font-size: 10pt;
    font-weight: bold;
  }
  .bv_ul_inner li:hover {
    background-color: #eee;
  }
  .nofocus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 0px !important;
    border-bottom: 2px solid #e1e1e1;
  }

  .innerinput {
    padding: 0px 9px 0px 10px;
  }

@media only screen and (max-width:767px){
	.bv_ul_mobile {
		height:175px !important;
	}
}
@media only screen and (max-width:500px){
.bv_ul_mobile li {
  padding: 5px 0px !important;
}
.bv_ul_mobile {
		height:175px !important;
	}


.innerinput {
  padding: 0px 9px 0px 0px !important;
}
.bv_ul_inner{
	padding-left: 30px !important;
}
}