/*
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 : May 9, 2016, 11:37:43 AM
    Author     : Kilzeus
*/
.text-label {
    font-weight: normal;
}
.text-content {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    padding: 0.2em;
    font-weight: normal;
}
.view-form select:disabled, .view-form input[type="checkbox"]:disabled {
    color: black;
    background: white;
}