.listLabel{
    text-align: right !important;
    margin-right: 10px !important;
    font-weight: bold;
    color: #274851;
}

 .listContent{
    text-align: justify;
    line-height: 18px;
    font-weight: normal !important;
    color: #274851;
}

.lowerListLabel{
    margin-top: 7px !important;
}

.submitArea{
    text-align: left !important;                
}

.submitArea button{
    margin-left: 0px;
}

td div#conteudo {
    display: inline-block;
    border: 1px solid #CDCDCD;
}  

td div#conteudo div.detailInfo {
    height: 80%;
    border: none;
    border-right: 1px solid #CDCDCD;
}

td div#conteudo div.detailAction {
    display: inline-block;
    height: 80%;
    padding-bottom: 10px;
    border: none !important;
}

.changeStatus{
    padding-bottom: 10px;
}

.changeStatusVeiculo{
    padding-bottom: 10px;
}

.validForm p{
    margin: 8px 0;
}

form.validForm, .containerFiltros{
    width: 100%;
}

.grupoFiltros{
    width: 50%;
    float: left;
}

.hidden{
    display: none;
}

.novoGrupo {
    background-image: url("img/novoGrupo.png");
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}

.convidado {
    background-image: url("img/statusOn.png");
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}

.formSubCadastros {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 15px 0;
    padding: 10px 20px;
    -moz-box-shadow: 1px 2px 7px 0 #CCCCCC;
    -webkit-box-shadow: 1px 2px 7px 0 #CCCCCC;
    box-shadow: 1px 2px 7px 0 #CCCCCC;
}

.formSubCadastros p input{
    width: auto !important;
}

.formSubCadastros p {
    display: inline-block;
    width: 19.5%;
    position: relative;
}

.formSubCadastros label {
    color: #333333;
    font-family: futuramedium,arial,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 0 5px;
    vertical-align: top;
    width: auto;
}

.subreportOption select{
    width: 70px !important;
}

.subreportOption{
    display: none;
    margin-left: 10px;
    position: absolute;
    right: 50px;
    top: -4px;
}

.ajaxLoading{
    display:none;
    padding-left: 20px;
}

.changeLink{
    background-image: url("img/refresh.png");
    float: right !important;
    margin-right: 5px;
}

.changeLinkVeiculo{
    background-image: url("img/refresh.png");
    float: right !important;
    margin-right: 5px;
}

.statusAtual{
    margin-left: 8px;
}
            
