#center_panel {
    height: 100%; 
    width: 70%; 
    top: 0%; 
    left: 30%; 
    position: absolute;
    background-image: url("/faces/javax.faces.resource/marca_agua.png");
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
}

.right-align {
    text-align: right;
}

.right-align-bold {
    text-align: right;
    font-weight: bold;
}

.right-align-small {
    text-align: right;
    font-size: 10px;
}

.left-align {
    text-align: left;
}

.dummy {
    
}


.params_panel {
    font-family: Tahoma, sans-serif;
    /*
    border-style: solid; 
    border-width: 1px;
    border-color: #aaaaaa;
    */
    background-color: rgba(255,255,255,0.0);
    margin: 2%;
}

.cmdCloseDialog {
    background: rgba(0,0,0,0);
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 0px;
    float: right;
}

#dialog_title {
    width: 100%; 
    height: 30pt;
    background-color: #E30613; 
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}   

.popup_title {
    width: 100%; 
    height: 20pt;
    background-color: #E30613; 
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}   

.dialog_error_msg {
    color: red; 
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif;
}

.column-align-left-bold {
    width: 50%;
    text-align: left;
    font-weight: bold;
    padding-left: 5px;
}

.column-align-right {
    width: 50%;
    text-align: right;
}

#modal_glass {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%; 
    height: 100%; 
    /* background-color: rgba(0,0,0,0.3); */
    visibility: hidden;
}


