﻿/* --- LOG IN ---*/
.content_login
{
    width:100%;
    height:100%;
    background:white;    
}

.text_login
{
    float:left;
    width:210px;
    height:143px;
    font-size:0.8em;
    text-align:justify;
}

.data-container
{
    height: 110px;
    width: auto;
}

.button-container
{
    
    width: auto;    
    float: right;
}

.photo-container
{
    padding: 10px;
    width: 120px;
    float: left;
}

.text_login p
{
    margin-top:10px;
}

.form_login
{
    float:right;
    width:400px;
    border-left:2px solid #78c3d6;
    padding: 0 0 0 30px;
 }

.login_btn
{
    margin: 10px 0 0 175px;
}

.login_tit
{
    color:#127697;
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:20px;
    font-family: 'Jura', Arial, serif;
}


/* -----------------------------------*/
/* ---------- FICHA DE CLIENTE ------- */

.cliente_info
{
    width:623px;
    height:100%;
}

.cliente_info_content
{
    width:603px;
    height:100%;
    background:#f2f3f3;
    padding:10px;
}

.cliente_morada
{
    width:623px;
    height:100%;
    margin-top:30px;
}

.cliente_morada_content
{
    width:603px;
    height:100%;
    background:#e2f7fe;
    padding:10px;
}

/* botão pedido de alterações */
.alteracoes_btn
{
    float:right;
    margin-top:10px; 
}

/* ------------------------------- */
/* -------- CLIENTE MAIS --------- */
/* ------------------------------- */

.clienteMais_Image
{
    width:630px;
    height:292px;
    margin:0 auto;    
}



.box_content_info
{
    width:100%;
    margin:0 auto;
}

.box_contentTop
{
  width:100%;
  height:35px;
  padding-left:10px;
  padding-right:10px;
  background:#eaeaea;
  border-bottom:1px solid #a1a1a1;
}

.content_info
{
    width:100%;
    height:100%;
    padding:10px;
    text-align:justify;
    background:#cccccc url('images/box_contentInfo_bg.png') repeat-x;
}

.warp_content_info
{
    width:97%;
    overflow:auto;    
}

.tit_content_info
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:14px;
    color:#014f69;
    padding-top:10px;    
}

.subtit_content_info
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    color:#747677;
}

.tit_arrow
{
    margin-right:7px;
    padding-bottom:30px;   
}

.warp_gridview
{
   margin-top:10px;
}

/*------------------------------------------ */
/* --------- REGRAS DE UTILIZAÇÃO -----------*/

.tit_regras
{
    color:#2fbff0;
    font-size:11px;
    font-weight:bold;    
}

.regras
{
    font-size:10px;
    text-align:justify;   
}

/* ------------------------------------------ */
/* ------------- RELATÓRIO ÚNICO ------------ */

.help_msg
{
    color:#000;    
}

.help_msg a
{
    color:#000;
    text-decoration:none;    
}

.help_msg a:hover
{
    color:#0092c3;
    text-decoration:underline;    
}
.cliente_info_content
{
    width:90%;
    height:100%;
    background-color:Transparent;
    padding:30px;
}