/* Styles for angular checkbox */
angular-checkbox{
    display:block;
}
.angular-checkbox {
    font-size: 15px;
}
.angular-checkbox .hover-section{

    cursor: pointer;
    display:inline;
}
.angular-checkbox .check{
    display:inline-block;
    /*position: absolute;*/
    /*margin-right:5px;*/
}
.angular-checkbox i.fa-check-square,
.angular-checkbox i.fa-minus-square{
    color:#64b5f6;
}
.angular-checkbox i.fa-check {
    top: -4px;
    left: 0;
}

.angular-checkbox span{
    margin-left:20px;
}