﻿.stickyfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px; /* Set the fixed height of the footer here */
    line-height: 50px; /* Vertically center the text there */
    background-color: transparent;
    z-index: 100;
}

.req {
    color: red;
}

.modal-title {
    color: #FFFFFF;
}
.liconCheck:before{
    content: '\1F5F9';
    color: green;
}
.liconEx:before{
    content: '\1F5F5';  /*other one is \1F5F7*/
    color: red;
}