body {
    margin: 0px;
    border: 0px;
    padding: 6px;
    font-size: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 145% auto;
    background-color: #000000 !important;
    background-image: url("/Cosevi/jakarta.faces.resource/images/interface/bodyBackground.jpg.jsf");
}

.form {
    margin: 0 auto;
}

.layoutExternalTemplate {
    min-height: 885px;
    max-height: 885px;
}

.layoutUnitTemplateNoBorder {
    padding: 0px;
    border-width: 0;
}

.layoutUnitTemplateWithBorder {
    border-width: 1;
}

.headerTemplate {
    height: 60px;
    color: gray;
    font-weight: bold;
    font-size: 12px;
    background-color: rgb(255,255,255);
}

.footerTemplate {
    height: 65px;
    color: gray;
    font-size: 12px;
    background-color: rgb(255,255,255);
}

.status-title {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: white;
}

.statusTemplate {
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    color: white;
}

.statusText {
    color: wheat;
    font-weight: normal;
}

.statusTable {
    padding-top: 10px;
}

.navigation-title {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: black;
}

.navigation-menu {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.navigation-button {
    width: 32px;
    height: 32px;
}

.content-general {
    font-size: 12px;
}

.content-title {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup-content {
    text-align: center;
    font-size: 12px;
}

.tabla_login
{
    border: #6699CC;
    border-color: rgb(102,153,204);
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-spacing: 0;
    padding: 0;
}

.wizard-button {
    font-weight: bold;
    width: 70%;
    height: 40px;
}

.wizard-table {
    width: 100%;
    padding-top: 50px;
}

.errorMessages {
    font-weight: bold;
    color: crimson;
}

/* Tuneamos el tema de Primefaces para mantener los Layouts con fondo blanco */
/*.ui-layout, .ui-layout-doc, .ui-layout-unit, .ui-layout-unit-header, .ui-layout-unit-content {
    background: transparent !important;
}*/
.ui-layout, .ui-layout-center,.ui-layout-west, .ui-layout-west > .ui-layout-north{
    background: transparent !important;
}

img {
    border: none;
}

a:link
{
    text-decoration: none;
    color: black;
}

a:active
{
    text-decoration: none;
    color: black;
}

a:visited
{
    text-decoration: none;
    color: black;
}

a:hover
{
    text-decoration: none;
    color: black;
}


.labelF {
    display: block;
    width: 75px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 20px;
}

.inputF {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 10px;
}

.br {
    clear: left;
}

.ui-growl-message {
    font-size: 12px;
}

.ui-datepicker {
    font-size: 12px;
}

.likeButton  div.ui-state-disabled {
    opacity:1.00 !important;
    filter:Alpha(Opacity=100);
    background-image:none;
    font-size: 12px;
}

.ui-selectonemenu-items {
    font-size: 10px;
}

/*TUNEAMOS PARA QUE QUEDE IGUAL QUE ANTES DE HACER MIGRACION*/
body .ui-layout-unit, .ui-corner-all {
    border-radius: 6px !important;
}

body .ui-layout-resizer {
    background: transparent !important;
}

.pe-layout-pane-content {
    padding: 0.2em 0 !important;
}

body .ui-layout-unit .ui-layout-unit-header,
.pe-layout-pane-header {
    padding: 0.4em 0.2em 0.4em 0.4em !important;
    font-weight: normal !important;
}

/* quitar flechas/togglers del resizer */
.ui-layout-toggler {
    display: none !important;
}
.ui-inputfield,
.ui-button,
.ui-selectonemenu{
    border-radius: 6px !important;
}

#form\:dataTableDocumentacion .ui-datatable-scrollable-body {
    height: 90px !important;
}
.ui-fileupload .pi-plus:before {
    font-weight: 900 !important;
    -webkit-text-stroke: 0.5px currentColor;
}