/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 23, 2019, 11:22:06 AM
    Author     : ecalles
*/

    .div1{
        position: fixed;
        bottom: 210px;
        color: #FF0000;
        font-size: 13px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
    }
    .divDif{
        position: fixed;
        bottom: 160px;
        align-self: center;
        width: 100%;
        padding-left: 5%;    
    } 
    
    .b2{
        color: #f90e0e;
        font-weight: bold;
        font-size: 0.94em;
        font-family: Arial, Helvetica, sans-serif;
        /*text-decoration-line: underline;*/
    }
    
    .subtitle {
        text-align:left;
        vertical-align: middle;
        font-size: 10pt;
        font-weight: bold;
        color:#000000;
    }
    
    .errMsg{
        position: fixed;
        padding-left: 30px;
        display: inline;
        color: #FF0000;
        font-size: 0.94em;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
    }