.tverm {
    font-weight: bold;
    color: #800000;
}
form {
    margin: 0px;
}
.somenteLeitura {
    background: #F1F1F1;
    color: #999;
}
.obrigatorio {
    font-size: 10px;
    font-weight: bold;
    color: #800000;
}

.realupload {
    position: absolute;
    left: 0;
    top: 0;
    opacity:0 !important;
    -moz-opacity:0 !important;
    filter:alpha(opacity:0) !important;
    cursor: pointer;
}
.fakeupload {
    width: 100%;
    background: url("../images/botao-selecione.png") no-repeat 99% 51%;
    background-color: #FFF;
    cursor: default;
}

.img-left {
    padding-right: 10px;
}

.btn-icone {
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    background-color: #F1F1F1;
    width: 35px;
    height: 35px;
}
.btn-icone:hover {
    background-color: #E0E0E0;
}
.btn-sub {
    background-image: url("../images/btn-sub.png");
}
.btn-editar {
    background-image: url("../images/btn-editar.png");
}
.btn-excluir {
    background-image: url("../images/btn-excluir.png");
}
.btn-imprimir {
    background-image: url("../images/btn-imprimir.png");
}

.graficoBarra {
    height: 10px;
    background-color: #FF0000;
    display: block;
}

.text-white { color: #fff; }
.block { display: block;}
.text-uc {text-transform: uppercase; }
.m-t-xs { margin-top: 5px; }
.m-b-none { margin-bottom: 0; }