
.info_style {
    border-radius:25px;
    width:80%;
    min-height: 70px;
    background-color:#9FAEE5 !important;
    color:#003399 !important;
    padding: 10px;
    font-weight: bold !important;
    background: url("/assets/info-icon.png") no-repeat;
    background-size: 50px ;
    background-position: 10px 10px;
    padding-left:70px !important;
    padding-bottom:10px !important;
}

.info_button_style {
    border-radius:25px;
    border:#9FAEE5 !important;
    width:40px !important;
    height:40px !important;
    background-color:#9FAEE5 !important;
    color:#003399 !important;
    font-weight: bold !important;
    background: url("/assets/info-icon.png") no-repeat;
    background-size: 40px ;
    display:inline-block !important;
}

.info_button_style_tooltip {
    border-radius:15px;
    border:#9FAEE5 !important;
    width:20px !important;
    height:20px !important;
    background-color:#9FAEE5 !important;
    color:#003399 !important;
    font-weight: bold !important;
    background: url("/assets/info-icon.png") no-repeat;
    background-size: 20px ;
    display:inline-block !important;
}


.text_tooltip {
font-size: 20px;
border-left-color: #ff0000 !important;
color:green !important;
font-weight: 900;
background-color: #f3f3f3;

}



.info_button { background: url("/assets/info.png") no-repeat;
background-size: 18px !important;
background-position: 0% !important;
color: rgba(76, 175, 80, 0);
cursor: pointer;}



