/* Empty. Add your own CSS if you like */

.error
{
    color: red;
}
.title
{
    background-color: transparent;
}

.bar.bar-smis
{
    border-color: #219179;
    background-color: #0EA7EA;
    background-image: linear-gradient(0deg, #219179, #219179 50%, transparent 50%);
    color: #fff;
}
.bar.bar-smis .title
{
    color: #fff;
}
.bar.bar-smis.bar-footer
{
    background-image: linear-gradient(180deg, #219179, #219179 50%, transparent 50%);
}
