.ui-widget {
    font-size: 12px;
    font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;
}

body {
    font-size: 12px;
}

.topAligned {
    vertical-align: top;
}

.heading1 {
    color:#333333;
    text-decoration: underline;
    padding-left: 25px;
    font: bolder 25px "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
}

#footer{
    position: relative;
    width: 100%;
    background-color: #999999;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: #FFFFFF;
    padding: 2px 0 2px 0;
    bottom:0;
    text-align: right;
    margin-top: 25px;
}

.noBorderPanel tr, .noBorderPanel td {
    border: none !important;
}

.ui-autocomplete-dropdown {
    position: relative !important;
}

.voie3 {
    border-left: thick double white !important;
}

.voie3Inv {
    border-right: thick double white !important;
}

.voie_rapide {
    border-left: medium dotted white !important;
}

.voie_rapideInv {
    border-right: medium dotted white !important;
}

.voie_lente {
    border-left: medium dotted white !important;
}

.voie_lenteInv {
    border-right: medium dotted white !important;
}

.BAU {
    border-left: medium solid white !important;
}

.BAUInv {
    border-right: medium solid white !important;
}

.outerRotateDiv {
    position: relative;
}

.innerRotateDiv {
    position: absolute;
    top: 50%;
    left: 50%;
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.ui-selectonemenu {
    min-width: 0 !important;
}

.circulationPanel td {
    color: white;
    background-color: #0066FF;
}

.ui-panelgrid>*>tr,
.ui-panelgrid .ui-panelgrid-cell portal{
    border: none;
}

.ui-button.addButton {
    background: yellowgreen;
}

.ui-fileupload-simple .ui-button {
    background: none;
    background-color: yellowgreen !important;
}

.ui-datatable table {
    width: auto;
}

/* Move growl down */
.ui-growl {
    top: 60px;
}