﻿ /* -------------------- */
/* BOTOES */
/* -------------------- */
.botao
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_salvar
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/save_all.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_salvar:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/save_all.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_cancelar
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/cancel.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_cancelar:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/cancel.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_filtrar
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/funnel_add.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_filtrar:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/funnel_add.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_add
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/add2.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_add:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/add2.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_excluir
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/trash.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_excluir:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/trash.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_visualizar
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/viewmag.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_visualizar:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/viewmag.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_money
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/money2.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_money:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/money2.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_documento
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/documents_new.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_documento:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/documents_new.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_processo
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/advanced.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_processo:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/advanced.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_CSV
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/csv.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_CSV:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/csv.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


.botao_excel
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/excel.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_excel:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/excel.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_word
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/word.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_word:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/word.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_pdf
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/pdf.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_pdf:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/pdf.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_email
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/mail_forward.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_email:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/mail_forward.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_calc
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../ImagesV2/Icones/calc.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_calc:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../ImagesV2/Icones/calc.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.botao_reenvio
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: url(../Images/new_interface/Reenvio.png) no-repeat 8px #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
   
}

.botao_reenvio:hover
    {
        border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    width: 120px;
    padding-left: 5px;
    height: 28px;
    text-indent: 20px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e url(../Images/new_interface/Reenvio.png) no-repeat 8px;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}



.botao_editar
{
    color: #555555;
    background: url(../Images/new_interface/edit.png) no-repeat 8px #efefef;
}

    .botao_editar:hover
    {
        background: #43619e url(../Images/new_interface/edit.png) no-repeat 8px;
    }

    .botao_reenvio:hover
    {
        background: #43619e url(../Images/new_interface/Reenvio.png) no-repeat 8px;
    }

.botao_editar
{
    color: #555555;
    background: url(../Images/new_interface/edit.png) no-repeat 8px #efefef;
}

    .botao_editar:hover
    {
        background: #43619e url(../Images/new_interface/edit.png) no-repeat 8px;
    }

.botao_ficha
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    min-width: 60px;
    max-width: 200px;
    padding-left: 5px;
    height: 28px;
    color: #555555;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #efefef;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.botao_ficha:hover
{
    border: 1px solid #e6e6e6;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    min-width: 60px;
    max-width: 200px;
    padding-left: 5px;
    height: 28px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background: #43619e;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
