
.inicio img{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.inicio h1{
    margin-top: 30px;
    text-align: center;
    color: #606062;
}

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td{
    border: 1px solid #aaaaaa !important;
}
.table > thead > tr > th {
    background-color: #222D32 !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact;
}

.table > thead.interno > tr > th{
    background: #666666 !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact;
}

.table > thead.interno2 > tr > th{
    background: #aaaaaa !important;
    color: #333333 !important;
    -webkit-print-color-adjust: exact;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}
.table.align th {
    text-align: left;
}
.table.align td {
    text-align: right;
}

.table button{
    margin-left: 2px;
    margin-right: 2px;
}

.table > tbody > tr > td.borderlessT {
    border-top-style: none !important;
}

.table > tbody > tr > td.borderlessL {
    border-left: none !important;
}

.table > tbody > tr > td.borderlessR {
    border-right-style: none !important;
}

.table > tbody > tr > td.borderlessB {

    border-bottom: none !important;
}

.table > tbody > tr > td.noborder{
    border:none !important;
}

.table > tfoot.tfoot-inverse{
    font-size: 13px;
}

button.inserir{
    margin-bottom: 10px;
}

#modalRemover, #modalInserir{
    top:100px;
}

#modalinserir .modal-content,
#modalRemover .modal-content {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

#modalInserir .modal-header,
#modalRemover  .modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #dddddd;
}
@media (min-width: 768px) {
    #modalInserir .modal-content,
    #modalRemover .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.content-header{
    margin-bottom: 30px;
}

h4.descricao{
    margin-top: 0px;
}

.backup{
    margin-top: 30px;
}

hr.separar{
    width: 90%;
    height: 2px;
    color: #cccccc;
    background-color: #cccccc;
}

footer.botao{
    text-align: center;
}

footer.botao .btn{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.filtro .input-group-addon{
    background-color: #aaaaaa;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #2A6497;
    border: 1px solid #333333;
}

.total tfoot{
    background: #2A6497 !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact;
}

tr.subtitulo{
    cursor: pointer;
    background-color: #000000 !important;
    color: #ffffff;
    -webkit-print-color-adjust: exact;
}

tr.head2{
    background-color: #666666 !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    -webkit-print-color-adjust: exact;
}

.box{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #666666;
    padding: 20px;
    border-radius: 15px;
    background-color: transparent;
}

.box header{
    margin-top: -33px;
}

.box header span{
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #ecf0f5;
    padding-left: 10px;
    padding-right: 10px;
}

.centrar{
    margin: 0 auto;
    text-align: center;
}

.direita{
    text-align: right;
    margin-right: 10px;
}

.direita2{
    float: right;
}

.txtdireita{
    text-align: right;
}

.fundo{
    background-color: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fundoAP{
    background-color: #dddddd;
}

.bordaTitulo{
    border: 2px solid #aaaaaa;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.bordaTitulo .titulo{
    font-size: 1.2em;
}

.bordaInterna{
    border: 1px solid #999999;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.bordaInterna .input-group{
    margin-bottom: 5px;
}

.bordaInterna .input-group-addon{
    min-width: 120px;
    text-align: left;
}

.bordaInterna textarea{
    resize: none;
}

.botao > button{
    margin-left: 5px;
    margin-right: 5px;
}

.vermelho{
    color: #ff0000;
}

.verde{
    color: #00ff00;
}

.azul{
    color: #0000ff;
}

.fechado{
    background-color: #cccccc;
}

.ok{
    background-color: #8ed4ff;
}

.erro{
    background-color: #ffcaca;
    margin-top: 5px;
}

.remover{
    background-color: #ff0000;
    margin-top: 5px;
    color: #ffffff;
}

.fechado input, .ok input, .erro input, .remover input{
    margin-left: 5px;
    margin-right: 5px;
}

.texto1{
    font-size: 11px;
}

table.texto1{
    margin-bottom: -10px;
}

.texto2{
    font-size: 12px;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    background-color: #cccccc;
}

.texto3{
    font-size: 12px;
}

.texto4{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #666666;
    color: #ffffff;
}

.texto5{
    font-size: 13px;
}

table.texto5{
    margin-bottom: 0px;
}

.texto6{
    font-size: 16px;
}