﻿.btn-circle-sml{
    background-color:#FFF;
    border-radius:50% !important;
    width:30px;
    height:30px;
    position:relative;
}
.btn-circle-sml i{
    position:absolute;
    left:0;
    right:0;
    top:7px;
    margin:0 auto !important;
}
.btn-cir-green{
    border:2px #5cb85c solid !important;
    color:#5cb85c;
}
.btn-cir-green:hover{
    border:2px #348e34 solid !important;
    color:#348e34 !important;
}
.btn-cir-red{
    border:2px #d9534f solid !important;
    color:#d9534f;
}
.btn-cir-red:hover{
    border:2px #cd322d solid !important;
    color:#cd322d !important;
}
.btn-cir-blue{
    border:2px #4eaee5 solid !important;
    color:#4eaee5;
}
.btn-cir-blue:hover{
    border:2px #3498d1 solid !important;
    color:#3498d1 !important;


