/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

#iot_footer {
    position:absolute;
    text-align: center;
    padding: 5px;
    bottom:0;
    width:100%;
    height:30px;   /* Height of the footer */
    background: rgba(0, 0, 0, 0.81);
}

.test{
    background: rgba(6, 78, 255, 0.81);
}

.iot_error{
    color: red;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: bolder;
}
.iot_success{
    color: limegreen;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
}