/**!
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 : 9 mar. 2020, 7:51:47
    Author     : jsotelo
*/

.aewf-form {
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    background: #fff;
    font-size: 16px;
    width: 100%;
}

.aewf-form label{
    font-weight: normal;
    margin-bottom: 0px;
}

.aewf-form select{
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    background: #fff;
    width: 100%;
}

form.aewf-form , .aewf-form table, .aewf-form tbody, .aewf-form tr, .aewf-form td{
    border-collapse: collapse;
    background-color: #fff;
    border: 0px;
    padding: 0.6em;
}

.aewf-form th {
    border-collapse: collapse;
    background-color: #eee;
    border: 0px;
}

input[type=button].submit{
    color: #fff;
    background-color: #5303a3;
}
input[type=button].submit:active , input[type=button].submit:focus {
    color: #5303a3;
    background-image: linear-gradient(#ffffff, #cccccc);
}
input[type=button].submit:disabled{
    color: #cccccc;
    background-color: #000000;
}
.aewf-form .description {
    font-size: 12px;
}
.hidden-remark{
    display: none;
}
.positive-remark{
    color: #ffffff;
    background-color: #5303a3;
    display: inline;
}
.negative-remark{
    color: #ffffff;
    background-color: #EE0000;
    display: inline;
}
.updated{
    color: #ffffff;
    background-color: #a78abf;
}