/* BUTTONS ..... CHANGE STATUS ..... VIATURAS E LEILÕES ------------------------------------ */
.btn_edit_v1 img, .btn_active_v1 img, .btn_show_dialog_status img,.btn_show_dialog_status_200px img, .btn_show_dialog_status_170px img, .btn_50px_v1 img, .btn_30px_v1 img, .btn_70px_v1 img {
    width: 16px; margin: 0 auto; padding: 0; border: none;
    padding-right: 2px; float: right; line-height: 26px; padding-top: 5px; padding-right: 4px;
}

.btn_show_dialog_status {
    margin: 0 auto; padding: 0; border: none; font-size: 10px;
    width: 110px; height: 26px; line-height: 26px; color: #444;
    background: url(images/buttons/btn_show_modal_blue.png) no-repeat;
}
.btn_show_dialog_status_200px {
    margin: 0 5px; padding: 0; border: 1px solid #AAAAAA; font-size: 10px;
    width:200px;height: 26px; line-height: 26px; color: #444;
    float:left;border-radius:3px;
    
}

.btn_show_dialog_status_170px {
    margin: 0 5px; padding: 0; border: 1px solid #AAAAAA; font-size: 10px;
    width:170px;height: 26px; line-height: 26px; color: #444;
    float:left;border-radius:3px;
    
}

.btn_show_dialog_status:hover { background: url(images/buttons/btn_show_modal_blue_hover.png) no-repeat; cursor: pointer; }
.btn_show_dialog_status_200px:hover { background: #B2D2E1 }
.btn_show_dialog_status_170px:hover { background: #B2D2E1 }

.div_button_value_100px, .div_button_value_70px, .div_button_value_50px {
    margin: 0 auto; padding: 0; border: none; float: left;
    font-size: 9px; color: #444; font-weight: bold; height: 26px; line-height: 26px;
}

.div_button_value_100px { width: 85px; text-align: left; padding-left: 5px; }
.div_button_value_70px  { width: 50px; text-align: center; }
.div_button_value_50px  { width: 30px; text-align: center; }
.div_button_value_200px { float:left; text-align: left; padding-left: 5px; }
.div_button_value_170px { float:left; text-align: left; padding-left: 5px; }

/* ----------------------------------------------------------------------------------------------------------------- */
.btn_edit_v1 {
    margin: 0 auto; padding: 0; border: none; text-align: center; font-size: 10px;
    width: 70px; height: 26px; line-height: 26px; color: #444;
    background: url(images/buttons/btn_blue_70px.png) no-repeat;
}
.btn_edit_v1:hover  { background: url(images/buttons/btn_blue_70px_hover.png) no-repeat; cursor: pointer; }

.btn_50px_v1 {
    margin: 0 auto; padding: 0; border: none; text-align: center; font-size: 10px;
    width: 50px; height: 26px; line-height: 26px; color: #444;
    background: url(images/buttons/btn_blue_50px.png) no-repeat;
}
.btn_50px_v1:hover  { background: url(images/buttons/btn_blue_50px_hover.png) no-repeat; cursor: pointer; }

.btn_30px_v1 {
    margin: 0 auto; padding: 0; border: none; text-align: center; font-size: 10px;
    width: 30px; height: 26px; line-height: 26px; color: #444;
    background: url(images/buttons/btn_blue_30px.png) no-repeat;
}
.btn_30px_v1:hover  { background: url(images/buttons/btn_blue_30px_hover.png) no-repeat; cursor: pointer; }

.btn_70px_v1 {
    margin: 0 auto; padding: 0; border: none; text-align: center; font-size: 10px;
    width: 70px; height: 26px; line-height: 26px; color: #444;
    background: url(images/buttons/btn_blue_70px.png) no-repeat;
}
.btn_70px_v1:hover  { background: url(images/buttons/btn_blue_70px_hover.png) no-repeat; cursor: pointer; }
