/**
 * _             _       _
 * | |____      _| | __ _| |__
 * | '_ \ \ /\ / / |/ _` | '_ \
 * | |_) \ V  V /| | (_| | |_) |
 * |_.__/ \_/\_/ |_|\__,_|_.__/.
 *
 * @author    Bwlab di Luigi Massa <info@bwlab.it>
 * @copyright since 2014 Bwlab
 * @license   commercial
 */

div#smarthelptitle {
    z-index: 10000;
    position: fixed;
    bottom: 20px;
    right: 2px;
    width: 281px;
    text-align: center;
    font-size: .8rem;
    color: #fff;
    font-weight: 700;
    background-color: #DC121A;
    border-radius: 10px;
    padding: 5px;
    height: 30px;
}

div#smarthelpcontainer {
    background-color: white;
    z-index: 10000;
    position: fixed;
    bottom: 20px;
    right: 8px;
    width: 350px;
    height: 600px;
    padding: 10px;
    color: #1f2125;
    display: none;
    border-radius: 10px;
}

div#smarthelpcontainer .form-control{
    background: initial;
}

div.card-header.smarthelpintro {
    background-color: initial;
    border-bottom: initial;
}
div.card-header.smarthelpintro p{
    color: initial;
}
