/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9-dic-2013, 14.57.08
    Author     : sterlinux
*/
html, body {
    /*font-size: 12px;*/
}

h1{
    font-size: 26px;
}

h2{
    font-size: 20px;
}

p{
    font-size: 14px;
}

a{
    font-size: 12px;
}

table.detail-view td{
    font-size: 12px;
}

table.detail-view th{
    font-size: 12px;
}

.grid-view table.items th, .grid-view table.items td {
    font-size: 12px;
}

.accordion dd > a {
    font-size: 14px;
}

.accordion dd > a {
    margin: 1px 0px 0px 0px;
}

.button{
    width: 200px;
    margin: 1px 0px 0px 0px;
    font-size: 14px; 
}

footer{
    font-size: 14px; 
    margin-top: 50px;
}

fieldset{
    background-color: #E5F1F4;
}
.red-bg {
    background-color: red;
}
.disabled {
    background-color: #ddd !important;
}
#logs > .title { background: red; color: white; cursor: pointer; }
#logs > div:not(.title) { display: none; }
.grid-view table.items tr.odd.exported,
.grid-view table.items tr.even.exported { background-color: #7d7; }
#logs { margin-bottom: 10px; }

@media print {
    .grid-view table.items { border: none; }
    .grid-view table.items .button-column { display: none; }
    .grid-view table.items .filters { display: none; }
    .grid-view .pager { display: none; }
}