/*
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 : 2014-09-09, 15:59:25
    Author     : matthew
*/


body {
    font-size: 14px;
    background-color: #e6e6e6;
}

.ui-panelgrid td, .ui-panelgrid tr
{
    border-style: none !important;
    background: none;
    padding: 0;
}

.ui-panel, .ui-panelgrid
{
    border-style: none !important;
    background: none;
    padding: 0;
}

#constr {
    height: 40px;
    background-color: #00a5d3;
}

.menupanel {
    width:100%;
    border:none;
}

.ui-layout, .ui-layout-doc, .ui-layout-unit, .ui-layout-wrap, .ui-layout-bd, .ui-layout-hd, .ui-layout-unit-content {
    border: none;
    background: none;
}

.rightaligntd {
    text-align: right;
}

.menubar {
    width:100%;
    background:none;
    background-color: #00a5d3;
}

.topAlignedPanel td {
    vertical-align: top;
}

.ui-breadcrumb{background:none;border: none;}

.ui-datatable tbody td.wrap {
    white-space: nowrap;
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper,.scrolling-div .ui-datatable-tablewrapper {
    overflow: auto;
    width: 100% !important;
    height: 100%;
    padding-bottom: 5px;
}

.datatable {
    padding-left: 15px;
    padding-right: 15px;
}

.fixed-size {
    table-layout: fixed;
    word-wrap: break-word;
}

.logo-mini {
    background-image: url("/javax.faces.resource/images/logo_small.png.xhtml");
    height:16px;
    width:16px;
}

.ui-picklist-list {
    width:400px !important;
}