﻿/*** Objects ********************************************************/
#title 
{
    font-size: 26px;
    font-style:italic;
    font-weight:bold;
    color: #333;
    letter-spacing:-1px;
    padding: 5px 0 8px 10px;
    border-bottom:1px solid #ccc;
    border-left: 6px solid #ccc;
    tex-shadow: 1px 1px #ccc;
}

#toolbar
{
    margin: 10px 0;
    float:right;
}

.required
{
    width:12px;
    height:12px;
    display:inline-block;
    margin-left:10px;
    background: url(../images/app/campo_obrigatorio.png);   
}

.fotos 
{
    border:1px dashed #ccc;
    padding:1px;
    box-shadow:3px 3px 3px 0 #ddd;
}

/*** Form **********************************************************
.form fieldset
{
    border: 1px #666 solid;
    border-radius: 6px;
}

.form legend 
{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.form label 
{
    display: block;
    padding: 4px;
}

.form label span 
{
    display: inline-block;
    width: 120px;
    text-align: right;
}

.form .inline 
{
    display: inline-block;
}

input, select, textarea 
{
    margin: 3px;
    padding: 3px;
    border: 1px solid #ccc;
}
*/
/*** Buttons ***********************************************************/
.buttons
{
    /*font: 11px/11px Verdana;*/
    border: 1px #ccc solid;
    border-radius: 4px;
    height: 30px;
    font-weight: bold;
    margin: 0 3px;
    box-shadow: 1px 1px 1px #ccc;
    padding: 0 10px 0 28px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
}

.buttons.bt-editar,
.buttons.bt-cima,
.buttons.bt-add:hover,
.buttons.bt-print:hover,
.buttons.bt-search:hover,
.buttons.bt-cancel:hover,
.buttons.bt-save:hover,
.buttons.bt-back:hover,
.buttons.bt-grade:hover,
.buttons.bt-fotos:hover
{
    background-color: #eee;
}

.buttons.bt-editar {
    background: url(../images/app/icones/ico_editar.png) 5px center no-repeat #F8F8F8;
}

.buttons.bt-cima
{
    background: url(../images/app/icones/ico_cima.png) 5px center no-repeat #F8F8F8;
}

.buttons.bt-add
{
    background: url(../images/app/icones/ico_incluir.png) 5px center no-repeat #F8F8F8;
}

.buttons.bt-print
{
    background: url(../images/app/icones/ico_imprimir.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-fotos
{
    background: url(../images/app/icones/ico_foto.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-grade
{
    background: url(../images/app/icones/ico_grade.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-csv
{
    background: url(../images/app/icones/ico_csv.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-email
{
    background: url(../images/app/icones/ico_email.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-search
{
    background: url(../images/app/icones/ico_buscar.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-refresh
{
    background: url(../images/app/icones/ico_atualizar.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-cancel
{
    background: url(../images/app/icones/ico_cancelar.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-save
{
    background: url(../images/app/icones/ico_salvar.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-back
{
    background: url(../images/app/icones/ico_voltar.png) 5px center no-repeat #F8F6F6;
}

.buttons.bt-pdf {
    background: url(../images/app/icones/ico_pdf.png) 5px center no-repeat #F8F6F6;
}

/*** Gridview ***********************************************************/
.gridview-info
{
    display:block;
    float:left;
    margin-top:10px;
    font-size:12px;
    color: #666;
    line-height:35px;
}

.gridview 
{
    width:100%;
    border-radius: 4px;
}

.gridview-button
{
    width:16px;
    height:16px;
    border:none;
}
    
.gridview caption 
{
    background-color: #efefef;
    font-weight:bold;
    padding: 3px 0;
    border: 1px solid #ccc;
    border-bottom:none;
}
    
.gridview, .gridview td, .gridview th
{
    color:#666;
    border: 1px solid #ccc;
    margin-top: 1px;
}
    
.gridview th 
{
    background-color: #eee;
    color:#555;
}
    
.gridview td, .gridview th 
{
    padding:5px;
}
    
.gridview tr:hover 
{
    background-color:#efefef;
}
    
.gridview-pager table
{
    margin:auto;
}
    
.gridview-pager:hover 
{
    background: none;
}
    
.gridview-pager table tr td a 
{
    color: #333;
    padding:4px;
}
        
.gridview-pager table tr td
{
    background-color: #fff;
    color: #333;
}
    
.gridview-pager table tr td:hover
{
    background:#ccc;
}
    
.gridview-pager span
{
    font-weight:bold;
}
