
.ui-layout-north {
    z-index: 99 !important;
    overflow: visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-layout-unit-footer {
    border: none !important;
    padding: 0;
}

.ui-layout-unit {
    border: none !important;
    padding: 0;
}

.ui-toolbar {
    border: none !important;
    padding: 0;
}

.ui-menu .ui-menubar {
    border: none !important;
    padding: 0;
}

.etiqueta {
    font-weight: bold;
}

.ui-selectoneradio.ui-widget td {
    border-left-width: 3em;
    border-right-width: 3em;
}

.box_align_top {
    position: relative;
    top: 1px;
    left: 1px;
}

.panelColumns td {
    vertical-align: top;
}

.colcentrada {
    text-align: center;
}

.colnumerica {
    text-align: right;
}

.ui-picklist-list {
    height: 350px !important;
    width: 600px !important;
}

.ui-datatable-header {
    text-transform: uppercase;
    height: 28px !important;
}

.ui-selectonemenu {
    width: 90% !important;
}

.ui-selectonemenu-label {
    width: 90% !important;
}

.my-autocomplete-input {
    width: 90% !important;
}

.ajxcentro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulo {
    font-weight: bold;
    font-size: large;
}

.subtitulo {
    font-weight: bold;
    font-size: medium;
}

.SUCCESS {
    color: green !important;
    background-color: yellow !important;
}

.FAILURE {
    color: red !important;
    background-color: yellow !important;;
}

.PARTIAL_SUCCESS {
    color: black !important;
    background-color: yellow !important;
}

.PARTIAL_FAILURE {
    color: black !important;
    background-color: orange !important;
}

.DEFAULT {
    background-color: white !important;
    text-align: right;
}

.ui-datatable-hor-scroll .ui-datatable-tablewrapper, .scrolling-div .ui-datatable-tablewrapper {
    overflow: auto;
    width: 100%;
    padding-bottom: 5px;
}

.noScrolllayoutUnit .ui-layout-unit-content {
    overflow: hidden;
    border: none;
}

