﻿html, body
{
    font-size: .85em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;    
    text-align: justify;
    color: #333;    
    background-color: #fff;
    
    background: url("Imagens/background.png") repeat;
    
    margin: 0px;
    padding: 0px; 
    height: 100%;     
    min-height: 100%;     
}

html#branco, body#branco
{
    font-size: .85em;
    font-family: Segoe UI, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;    
    text-align: justify;
    color: #333;    
    background-color: #fff;
    
    /*background: url("Imagens/background_branco.png") repeat;*/
    background: #f5f5f5;
    
    margin: 0px;
    padding: 0px; 
    height: 100%;     
    min-height: 100%;     
}


header,
footer,
nav,
section {
    display: block;
}



div#principal
{
    width: 980px;
    margin: auto;
    padding: 0;    
    height: 665px;          
    min-height: 665px; 
    /*
    height: 100%;          
    min-height: 100%;                
    */
}

div.contentor
{  
    margin: auto;
    position:relative;    
    overflow:hidden;  
    
    margin: auto;
    top:50%;       
    
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;       
    box-shadow: 0 0 10px #888;                 
}

div.contentorDialog
{  
    margin: auto;
    position:relative;    
    overflow:hidden;  
    
    margin: auto;
    top:0;
    
    width: 100%;
    min-height: 100%;              
}

div.XL
{
    width: 980px;
    min-height: 660px;
    margin-top: -330px;
}

div.L
{
    width: 800px;
    min-height: 600px;
    margin-top: -300px;
}

div.M
{
    width: 700px;
    min-height: 500px;
    margin-top: -325px;
}

div.S
{
    width: 500px;
    min-height: 300px;
    margin-top: -150px;
}

div.Top
{
    margin-top: 0;
    top: 10px;
}

div.transparencia
{  
    position:absolute;  
    top:0px;  
    left:0px;  
    z-index:0;        
    
    width: 100%;
    height: 100%;    

    opacity:0.6;  
    filter:alpha(opacity=50);      
    -moz-opacity:0.5;  
    
    background-color:#ffffff;      
}

div.conteudo
{
    position: relative;
    margin: auto;         
    padding: 20px;
    height: 100%; 
    width: 85%;   
}

div.conteudoMain
{
    position: relative;
    margin: auto;         
    padding: 5px;
    height: 100%; 
    width: 970px;   
}

div.box
{
    margin: auto;
    padding : 10px; 
    background-color: #f5f5f5; 
    border: 1px solid #d4d4d4;
    /*
    -moz-box-shadow: 0 0 10px #888; 
    -webkit-box-shadow: 0 0 10px #888; 
    box-shadow: 0 0 10px #888; 
    border-radius: 10px;        
    */
}

div.box2 {
    margin: auto;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
}

div.contentorDialog2
{  
    padding: 5px 20px 0px 20px;
}



div.panel-default {
    margin: 20px;
    border: 1px solid #d4d4d4;
    background: #f5f5f5;
    padding: 30px;
    color: #333;
}



/* Template login ----- */

div.FullFaixa
{    
    width: 100%;
    height: 250px;
    margin-top: -125px;
}

div#conteudoLogin
{ 
    width: 980px;   
}

div#alturaSeparador
{
    height: 210px;
}

div#areaRegisto
{
    float: left; 
    width: 600px; 
    height: 100%; 
    border-right: 1px solid #ccc;
}

div#areaLogin
{
    float: left; 
    width: 300px; 
    height: 100%; 
    margin-left: 50px;    
}



/* Template página ----- */

div#cabecalho
{
    width: 100%;
    height: 60px;   
}

div#corpo
{
    width: 100%;  
    min-height: 495px;
}

div#rodape
{ 
    height: 30px;
    bottom: 0px;
    margin-top: -5px;
    width: 100%; 
    margin-left: 15px;
}

div#rodape_logo_sigai
{ 
    float: left;
    margin: auto;
    margin-top: 7px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

div#rodape_logo_esep
{ 
    float: left;
    margin: auto;
    margin-top: 3px;
    margin-left: 7px;
}

div#rodape_info
{ 
    float: right;
    margin: auto;
    margin-right: 30px;
    margin-top: 7px;
}

div#titulo
{
    position: absolute;
    float: left;
    width: 680px;
}

div#topo
{        
    position: absolute;        
    padding: 0;            
    margin: 0;          
    right: 20px;         
    z-index: 999;
}

div#bemvindo
{        
    min-width: 150px;
    height: 20px;
    padding: 3px 5px 3px 5px;            
    margin: 0;               
    float: left;
    font-size: 0.90em;    
    background-color: #38a6bf;
    color: #e2f0f3;    
    border-radius: 0px 0px 10px 10px;
}

div#bemvindo a
{
    color: #e2f0f3;
    text-decoration: none;
}

div#bemvindo a:hover
{
    color: #ffffff;
    text-decoration: none;
}

div#sessao
{        
    min-width: 100px;
    height: 20px;    
    padding: 5px 5px 1px 5px;            
    margin: 0;              
    float: left;             
    font-size: 0.90em;
    text-align: center;
    background-color: #d4d4d4;
    color: #51626f;    
    border-radius: 0px 0px 10px 10px;
}

div#sessao a
{
    color: #4d4d4d;
    text-decoration: none;
}

div#sessao a:hover
{
    color: #38a6bf;
    text-decoration: none;
}

div#menu
{        
    min-width: 80px;
    height: 35px;    
    padding: 10px 10px 0px 10px;            
    margin: 0;              
    float: left;             
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    background-color: #4d4d4d;
    color: #e2f0f3;    
    border-radius: 0px 0px 10px 10px;    
}

div#menu a
{
    color: #38a6bf;
    text-decoration: none;
}

div#menu a:hover
{
    color: #d4d4d4;
    text-decoration: none;
}

div#foto
{
    float: right;
    padding: 0;
    margin-top: 10px;           
    margin-right: 20px;
    border: solid 1px #000;    
}


/* Forms ----- */

.editor-label 
{        
    clear: left;
	float: left;
	width: 150px;	
	text-align: right;
	margin-right: 1em; 
    margin-top: 7px;
    margin-bottom: 10px;	      
}

.editor-field
{    
    float: left; 
    margin-top: 5px;
}

.editor-field input[type="text"]
{
    width:100%;
}

.editor-field input[type="password"]
{
    width:100%;
}

.editor-label-side 
{
    float: left;	               
    clear: none;
	text-align: right;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 30px;	      
}

.editor-label-side-empty 
{
    float: left;	               
    clear: none;
	text-align: right;
    margin-top: 5px;
    margin-right: 5px;	      
}

.editor-field-side 
{    
    float: left; 
    clear: none;
    margin-top: 5px;
}

/*--*/

.display-label 
{        
    clear: left;
	float: left;
	width: 150px;	
	text-align: right;
	margin-right: 1em; 
    margin-top: 7px;
    margin-bottom: 10px;	      
}

.display-field
{    
    float: left; 
    margin-top: 5px;
}

.display-label-side 
{
    float: left;	               
    clear: none;
	text-align: right;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 30px;	      
}

.display-label-side-empty 
{
    float: left;	               
    clear: none;
	text-align: right;
    margin-top: 5px;
    margin-right: 5px;	      
}

.display-field-side 
{    
    float: left; 
    clear: none;
    margin-top: 5px;
}


/* DIALOG ----- */

.ui-dialog .ui-dialog-titlebar 
{
    background: url("Imagens/background_branco.png") repeat;
    border-width: 0 0 1px 0;    
    border-radius: 0;
    border-color: #d4d4d4;
}

.ui-dialog .ui-dialog-title
{
    font-size: 2.40em;    
    font-weight: normal;
    color: #38a6bf;    
    margin-bottom: 5px;    
}

.ui-dialog .ui-dialog-titlebar-close
{
    display: none;
}

.ui-dialog 
{    
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;       
    box-shadow: 0 0 10px #888; 
    
    background: url("Imagens/background_branco.png") repeat;
    padding: 0;     /* novo - 2012-06-20 */
}

.ui-dialog .ui-dialog-content
{
    /*background: url("Imagens/background_branco.png") repeat;      */    /* novo - 2012-06-20 */
    background-color: #f5f5f5;  /* novo - 2012-06-20 */
    font-size: 1.1em; 
}

.ui-dialog .ui-dialog-buttonpane
{
    background: url("Imagens/background_branco.png") repeat;            
    border-color: #d4d4d4;
    margin-top: 0;
}



/* ----- DIV GLOBAIS ---- */


#msgboxOk 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font-size:28px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #38a6bf;
    border-bottom: 1px solid #ddd;
    filter:alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
    display: none;
    z-index: 999999;
}

#msgboxNotOk 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font-size:28px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: #ff0000;
    border-bottom: 1px solid #ddd;
    filter:alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
    display: none;
    z-index: 999999;
}

#loadingbox 
{
    display: none;
    z-index: 999999;
}
