/*
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 : Feb 7, 2017, 1:03:06 AM
    Author     : DELL
*/

.ui-inputfield.ui-widget{
    font-family: tahoma;
    font-size: 0.95em;
}
.ui-selectonemenu{
    font-family: tahoma !important;
    font-size: 0.95em;
}
.ui-selectonemenu-panel .ui-selectonemenu-list{
    font-family: tahoma;
    font-size: 0.95em;
}
                
/*The required mark (*)*/
.ui-outputlabel .ui-outputlabel-rfi {
    color: red;
    font-weight: bold;
}

.ui-datatable{
    font-weight: 400;
    /*Becuase there is big space below the datatabe table:*/
    margin-bottom: -15px;
}
/*.ui-datatable table{
    border-collapse: separate !important;
}*/
.ui-datatable .ui-datatable-empty-message{
    font-weight: 400 !important;
    color: goldenrod;
    white-space: pre;
}
th {
    font-weight: 400;
}
 
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-selectoneradio label{
    font-family: 'GE SS Text Light';
    font-size: 0.95em;
    color: #444;
}
/*https://localhost:8181/jobs/javax.faces.resource/hany.css.xhtml?ln=css*/
.ui-widget {
    font-family: "GE SS Text Light",tahoma;
    color: #444;
}

element.style {
    font-family: "GE SS Text Light",tahoma;
    color: #444;
}

Style Attribute {
    font-family: "GE SS Text Light",tahoma;
}

/*https://localhost:8181/jobs/javax.faces.resource/components.css.xhtml?ln=primefaces&v=6.0*/
.ui-button-text-only .ui-button-text {
    font-family: tahoma;
}

.ui-state-error{
    background-color: rgb(255,205,205) !important;
}

.alignTop td{
    vertical-align: top;
}

.centred-form {
    margin : 0 auto;
    justify-content: center;
}

.ui-growl {
    position: fixed;
    top: 50% !important;
    right: 50% !important;
    margin-right: -150px;
    width: 301px;
    text-align: center;
}

.ui-block {
    top: 10px;
}

