
body{
    font-size: 10px;
        height: 539px;
    position: inherit;
    width: 99%;
/*    overflow-y: hidden;*/
}

#top {
    margin-bottom: 0px; 
    margin-left: 0; 
    margin-right: 0;
    margin-top: 0;
    height: 50px;
    background-color: #F9F9F9;
    padding-bottom: 5px;
}

#bottom {
    position: relative; padding: 0px; margin: 0px;
}

#left {
    float: left; padding: 0px; width: 150px;
}

.center_content {
    position: relative;
}

.left_content {
    background-color: #dddddd; padding: 5px; margin-left: 190px;
}

.right_content {
    padding-left: 163px;
 }



.statusDialog,.statusDialog .ui-dialog-titlebar {
    background: transparent !important; border: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

input {
    text-transform: uppercase;
}

textarea {
    text-transform: uppercase;
}


td.menu{
    vertical-align: top; 
    width: 30px; 
    border: 1px solid #B6C2DD;
}

.fonteVermelha{
    color: red
}
.fonteAzul{
    color: blue;
}

#lista{height: 430px; width: 100%}

.numerico{
    text-align: right;
}

.funcionalidades{
    width:140px; 
    height: 320px;
}

.unselectable td.ui-selection-column input {
    display:none;

}
.aberto {
    color: red;
}
.parcelamentoaberto {
    color: red;
}
.pago{
    color:green;
}
.cancelado{
    color: #660099;
}
.substituida{
    color: #999999;
}