input, textarea, .uneditable-input {width: 210px !important;}
select {width: 220px !important;}


.container {width: 1100px;}

body {
    padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
}

.container > footer {
    bottom: 30px;
    position: fixed;
    left: 16%;
    width: 68%;   
}

.container > footer p {
    text-align: center; /* center align it with the container */
    position: fixed;
    left: 40%;
    bottom: 10px;
}

/* The white background content wrapper */
.container > .content {
    background-color: #fff;
    padding: 20px 20px 0 20px;
    margin: 55px -20px 0; /* negative indent the amount of the padding to maintain the grid system */
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    behavior: url(PIE.htc);
}

/* Page header tweaks */
.page-header {
    background-color: #f5f5f5;
    padding: 10px 20px 10px;
    margin: -20px -20px 20px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(PIE.htc);
}

.span16 {
    padding: 20px 20px 0;
    margin: -20px -40px -30px;
}

.actions {  
    padding: 30px 30px -20px;
    height: 50px;
    width: 86.1%;
    -webkit-border-radius: 0 0 10px 10px !important;
    -moz-border-radius: 0 0 10px 10px !important;
    border-radius: 0 0 10px 10px !important;
    behavior: url(PIE.htc);
}

table .header { white-space: nowrap;}

.buttons {
    margin-top: -40px;
    float: right;
}

label.error {
    width: auto;
    margin-left: 10px;
    color: red;
}

input, textarea, select, .uneditable-input {
    float: left;
}

.alert-message.error {
    margin-left: 0 !important;
    margin-right: -40px !important;
}

#sair {
    color: #BFBFBF;
    font-size: 12px;
    line-height: 19px;
    position: fixed;
    top: 22px;
    right: 1px;
}

table {
    margin-left: 20px !important;
}

/*css para usuários inativos*/
.inativo {
    color: #FF0000;    
}