/*
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 : Jun 6, 2017, 11:35:42 AM
    Author     : Use
*/


/*YOUR CUSTOM STYLE STARTED IN HERE*/

.isDisabled {
    /*color: green;
    cursor: not-allowed;
    /*opacity: 0.5;*/
    text-decoration: none;
    pointer-events: none;
}

.no-border-textbox {
    border: none;
    /* Optionally, remove the outline on focus as well */
    outline: none;
    text-align:center;
    font-weight:bold;
    width:70px;
}