
.box-roi{
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    color: #000;
    border : solid #efefef 2px;
    margin-bottom: 20px;
}
.container {
  margin :5px;
}
.vertical-center{
  margin: 0;
  position: absolute;
  top: 45%;
  left: 18%;
  float: center;

}
.superbig-roi{
    font-size:60px;
    margin:10px;
    border:0px;
    color:#fff;
}

.box-roi h3{
    border-bottom: solid 2px #fff;
    margin : 0 -10px 5px -10px !important;
    padding: 7px;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

    color: #000;
    font-size: 20px !important;
}

.box-roi > h3:first-of-type{
    border-radius: 3px 3px 0 0
}

.box-roi > h3:not(:first-of-type){
    margin-top:10px !important;
}

.box-roi .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.box-roi .button_action_container{
    margin-top:5px;
    margin-bottom: 0px;
}
/*
.box-roi > .form-group{
  margin-bottom:5px !important;
}
*/
.noUi-handle {
  border: 1px solid #FFF!important;
  background: #FFF!important;
  width: 31px!important;
  height: 31px!important;
  top:-10px!important;
  box-shadow:  0 0 5px #229fb3;
}
.noUi-target {
  background: #FFF;
  border: 1px solid #229fb3;
  box-shadow: inset 0 1px 1px #229fb3, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #229fb3!important;
}
.noUi-horizontal {
  height: 14px;


