﻿body {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}




td.numero {
    text-align: right;
}

td.data {
    text-align: center;
    width: 130px;
}

td.codigo {
    width: 140px;
}

.controls.readonly {
    padding-top: 5px;
}

.AreaDadosPessoa .control-group {
    margin-bottom: 0px;
}

.tabelas {
    display: none;
}




.page-header {
    margin: 0px;
}

.form-horizontal .controls-display {
    margin-left: 180px;
    padding-top: 5px;
}

.control-label {
    font-weight: bold;
}

.field-validation-error {
    font-size: 10px;
    color: red;
    font-weight: bold;
}

.form-inline label {
    font-size: 12px;
    font-weight: bold;
}

.datepicker {
    z-index: 2000;
}








[class^="custom-"] {
    display: inline-block;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

    [class^="custom-"]:last-child,
    [class*=" custom-"]:last-child {
        *margin-left: 0;
    }

.custom-calc {
    background: url("img/calc.png");
    background-position: center center;
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}

.custom-visualizar {
    background: url("img/show.png");
    background-position: center center;
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}

.custom-visualizar {
    background: url("img/show.png");
    background-position: center center;
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}




.ui-jqgrid .ui-jqgrid-htable th {
    height: 25px !important;
}
