body {
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.ui-layout-pane {
    /* all 'panes' */
    border: 0 solid #FFF;
}

.ui-layout-center {
    /* IFRAME pane */
    padding: 0;
    margin: 0;
}

.ui-layout-center iframe {
    /* IFRAME pane */
    height: 100%;
    width: 100%;
    z-index: -1;
}

.ui-layout-pane-west {
    /* west pane */
    padding: 0 10px;
    background-color: #EEE !important;
    overflow: auto;
}

.ui-layout-resizer {
    /* all 'resizer-bars' */
    background: #EEE;
}

.ui-layout-resizer-open:hover {
    /* mouse-over */
    background: #CCC;
}

.ui-layout-toggler {
    /* all 'toggler-buttons' */
    background: #AAA;
}

.ui-layout-toggler-closed {
    /* closed toggler-button */
    background: #CCC;
    border-bottom: 1px solid #BBB;
}

.ui-layout-toggler .content {
    /* toggler-text */
    font: 14px bold Arial, Helvetica, sans-serif;
}

.ui-layout-toggler:hover {
    /* mouse-over */
    background: #3077C7;
}

.ui-layout-toggler:hover .content {
    /* mouse-over */
    color: #009;
}

/* class to make the 'iframe mask' visible */
.ui-layout-mask {
    opacity: 0.2 !important;
    /*filter:	 alpha(opacity=20) !important;*/
    background-color: #666 !important;
}

.lista-documentos > ul {
    list-style: none;
    padding-left: 10px;
}

.lista-documentos a {
    text-decoration: none;
}

.lista-documentos a.active {
    color: blue;
}

.lista-documentos a label {
    cursor: pointer;
}

.lista-documentos a.active label {
    cursor: default;
}

.input {
    height: 12px;
    width: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0.3em 0 0.3em 0;
    border: none;
    text-align: center;
}

.selection-menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0.6em 0 0 0;
    border: none;
}

.selected-item {
    background-color: #006AD3;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}

.unselected-item {
    background-color: #EEE !important;
}

.assinaturaValida {
    color: green;
}

.assinaturaInvalida {
    color: red;

}

.alinhamentoVertical {
    vertical-align: text-top !important;
    width: 24px;
    height: 24px;
}

.alinhamentoDireita {
    text-align: right !important;
}

.alinhamentoEsquerda {
    text-align: left !important;
}

.colunaEsquerda {
    margin-right: 30px;
}

.negrito {
    font-weight: bold;
}

.normal {

}

.divHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url("/VisualizadorDocumentos/javax.faces.resource/topoBackgroundRepeat1x80.jpg.jsf?ln=images/layout") repeat-x;
}

.tableHeader {
    height: 81px;
    background: url("/VisualizadorDocumentos/javax.faces.resource/topo1010x80.jpg.jsf?ln=images/layout") no-repeat;
}

.ui-layout-pane-west .ui-layout-unit-content {
    background: #EEEEEE !important;
}

.ui-layout-resizer-hover {
    cursor: pointer !important;
}

html, body{
    height:100%;
}

.objetoPDF {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#documento {
    width: 99% !important; 
    height: 99% !important;
}

#frame-pdf {
    width: 100% !important; 
    height: 100% !important;
}

.box-info {
    background-color: lemonchiffon; 
    border: 1px solid; 
    border-color: black; 
    padding: 8px !important; 
    margin: 5px !important;
    overflow: hidden;
}

.box-info div:first-child {
    float: left;
    width: 20px;
}

.box-info div:last-child {
    float: right;
}

.box-info a {
    font-weight: bold;
}

.box-info li {
    padding-bottom: 8px;
}

.box-info li:last-child {
    padding-bottom: 0;
}

.tooltip_templates { 
    display: none; 
    width: 300px;
}

.tree ul {
    padding-left: 20px;
}

.tree li {
    margin:10px -10px;
    position: relative;
    list-style-position: inside;
}

.tree li li {
    font-size: 90%;
}

.tree li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    height:15px;
    width:12px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-top:1px solid #ccc;
    width:12px;
    height:100%;
}

.tree li li::after {
    border-left: none;
}

.tree li a:hover {
    background: #ccc; color: #000;
}
