﻿

.grid-action-major {
    width: 22px;
    height: 22px;
    background-image: url('img/major.png');
    float: left;
    margin-left: 2px;
    cursor: pointer;
}

    .grid-action-major:hover {
        background-position: -22px 0;
    }

.grid-action-minor {
    width: 22px;
    height: 22px;
    background-image: url('img/minor.png');
    float: left;
    margin-left: 2px;
    cursor: pointer;
}

    .grid-action-minor:hover {
        background-position: -22px 0;
    }


.no-close .ui-dialog-titlebar-close {
    display: none;
}

.messageTreeBody {
    float: left;
}

.legend {
    font-size: 14px;
}

.messageGridBody {
    width: 700px;
    float: right;
}

.footerLogos {
    margin-top: 70px !important;
    width: 1000px;
    margin: 0 auto;
}

.bandeiraLogoSize {
    float: right;
}

.logos {
    text-align: left;
    display: inline;
}

    .logos img {
        width: auto;
        height: 70px;
    }

#info_float {
    top: 5px;
    left: 5px;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #ffbdbd;
    /*border: 3px solid #FF0000;*/
    border-radius: 5px;
    /*padding: 5px;*/
    width: 300px;
    position: fixed;
    font-size: 10pt;
    z-index: 1000;
}

* html #info_float {
    position: absolute;
}

.alertByType {
    padding: 5px;
    float: left;
    margin-right: 30px;
}

.alertByTypePrinc {
    text-align: center;
    /*margin-top: 10px;*/
    font-size: 10pt;
}

.alertNotReadPrinc {
    padding: 5px;
    float: left;
    width: 100%;
}

.alertNotRead {
    float: left;
    width: 90%;
}

.alertNotReadButton {
    float: right;
    margin-right: 10px;
}

/*html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}*/

body {
    height: 100%;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    font-family: montserrat, sans serif;
}

h1, ul, li {
    padding: 0px;
    margin: 0px;
}

h1 {
    color: black;
    font-family: montserrat, sans serif;
    font-size: 22px;
    font-weight: normal;
}

.clear {
    clear: both;
    display: none;
}

.header-wrapper {
    width: 100%;
    background-color: #F9F9F9;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px;
    /*    height: 132px;
*/ /*    background-image: url('img/theme_mai_topo.png');
    background-repeat: repeat-x;
    background-position: center top;
*/
    /*background-color: white;*/
}

.header {
    width: 90%;
    margin: 0 auto;
}

    .header .logo {
        float: left;
    }
        .header .logo .logo-sgmai {
            margin-top: 10px;
            float: left;
            width: 250px;
            height: 80px;
            background-image: url(img/logotipo_sgmai.png);
            background-repeat: no-repeat;
            /*display:none;*/
        }

        .header .logo .logo-text {
            margin-top: 15px;
            text-transform: uppercase;
            color: #89898b;
            font-size: 8pt;
            float: right;
            width: 150px;
        }

    .header .welcome {
        float: right;
        margin-top: 21px;
        margin-bottom: 3px;
        height: 30px;
        width: 300px;
        color: #89898b;
        font-size: 10pt;
        text-align: right;
    }

    .header .log_out {
        float: right;
        margin-top: 18px;
        margin-left: 20px;
        height: 36px;
        width: 36px;
        background-image: url('img/theme_mai_logout.png');
        cursor: pointer;
    }

    .header .top-menu {
        /*height: 50px;*/
        padding: 81px 0px 0px 0px;
    }

table {
    width: 100%;
}
/*************************************************************************************** MENU ****************************************************************/
/********************************* MENU ****************************************/
#menubody {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    /*text-transform: uppercase;*/
    list-style: none;
    z-index: 100;
    /*padding-top: 5px;*/
    background-color: #0A1633;
}

    #menubody li, #menubody li ul li {
        height: 40px;
        background-color: #0A1633;
    }

    #menubody > li {
        margin: 0px;
        padding: 0px 10px;
        display: inline-block;
        position: relative;
        line-height: 40px;
        color: #fff;
        z-index: 101;
    }

        #menubody > li:hover {
            background-color: #229415;
            height: 40px;
        }

    #menubody a {
        display: block;
        text-decoration: none;
        padding: 0px;
        color: #fff;
        text-align: left;
    }

        #menubody a:hover {
            background-color: transparent;
        }

    #menubody li ul {
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 40px;
        left: 0;
        min-width: 500px;
        background-color: #0A1633;
        list-style: none;
    }

        #menubody li ul li {
            padding: 0px;
            text-indent: 10px;
            color: #FFFFFF;
        }

            #menubody li ul li a {
                padding: 0px;
            }

    #menubody ul ul {
        position: relative;
        top: -40px;
        left: 150px;
        margin: 0px;
        padding: 0px;
        text-align: left;
        z-index: 200;
    }

    #menubody li li a:hover {
        background: #229415;
    }

    #menubody li li:hover {
        background: #229415;
    }

    #menubody li ul {
        display: none;
    }

    #menubody li:hover > ul {
        display: block;
    }

.menu-right {
    float: right;
    cursor: pointer;
}
/********************************* MENU ****************************************/
/*************************************************************************************** FIM MENU ****************************************************************/
/*************************************************************************************** BODY ****************************************************************/
.content-wrapper {
    margin-bottom:60px;
    width: 100%;
}

.content {
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
    min-height: 400px;
}

    .content h2 {
        font-size: 22px;
        font-family: montserrat, sans serif;
        color: black;
        margin: 10px 0px 0px 0px;
        font-weight: normal;
    }
/*************************************************************************************** FIM BODY ****************************************************************/
/*************************************************************************************** FOOTER ****************************************************************/
.footer-wrapper {
    width: 100%;
    height: 55px;
    /*background-image: url('img/barra_footer.png');*/
    background-color: #595959;
    background-repeat: repeat-x;
    margin-top: 2px;
    position: fixed;
    bottom: 0;
    text-align: center;
}

    .footer-wrapper .footer {
        width: 1000px;
        color: #fff;
        margin: 0 auto;
        padding-top: 15px;
        font-size: 8pt;
    }
/*************************************************************************************** FIM FOOTER ****************************************************************/
/*************************************************************************************** REPORT ****************************************************************/
.report-helper-body {
    margin-bottom: 25px;
    width: 100%;
    height: 350px;
}
/*************************************************************************************** FIM REPORT ****************************************************************/
/*************************************************************************************** GRID ****************************************************************/
/******************************* Criar *******************************/
.criar-body {
    float: left;
}

.botao-criar {
    background-image: url('img/plus.png');
    background-position: left top;
    text-indent: 0;
    display: inline-block;
    color: #5d5d5d;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}

    .botao-criar:hover {
        background-image: url('img/plus_hover.png');
        background-position: left top;
    }

.botao-criarBig {
    background-image: url('img/plusBig.png');
    background-position: left top;
    text-indent: 0;
    display: inline-block;
    color: #5d5d5d;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}

    .botao-criarBig:hover {
        background-image: url('img/plusBig_hover.png');
        background-position: left top;
    }


.botao-remove-all {
    background-image: url('img/plus.png');
    background-position: left top;
    text-indent: 0;
    display: inline-block;
    color: #5d5d5d;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 25px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}

    .botao-remove-all:hover {
        background-image: url('img/plus_hover.png');
        background-position: left top;
    }
/******************************* FIM Criar *******************************/
/******************************* Pesquisa *******************************/
.pesquisa-body {
    width: 100%;
    float: right;
}
/*************** pesquisa rapida ***************/
.pesquisa-rapida {
}

    .pesquisa-rapida .botao-pesquisa {
        /*background-color:#1e466a;*/
        /*background-color: #e4c11e;*/
        text-indent: 0;
        display: inline-block;
        color: #5d5d5d;
        font-size: 12px;
        font-style: normal;
        height: 34px;
        line-height: 34px;
        padding-left: 25px;
        padding-right: 6px;
        text-decoration: none;
        text-align: center;
        margin-right: 4px;
        float: left;
        background: linear-gradient(#e6e6e6, #b3b3b3);
        background-position: bottom left;
        margin-bottom: 5px;
    }

        .pesquisa-rapida .botao-pesquisa:hover {
            color: #5d5d5d;
            cursor: pointer;
            background: linear-gradient(#e6e6e6, #b3b3b3);
            background-position: bottom left;
        }

    .pesquisa-rapida .selected {
        background-image: url('img/theme_mai_botao-pesquisa_selected.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom left;
        color: #34a5d7;
    }
/*************** pesquisa ***************/
.pesquisa {
    float: right;
    height: 34px;
}
    /* input pesquisa */
    .pesquisa .input-text { /*class div input text*/
        float: left;
        background: url('img/pesquisa_1.png') no-repeat;
        width: 211px;
        height: 34px;
    }

    .pesquisa input[type=text] { /*class div input text*/
        border: none;
        height: 30px;
        margin: 2px 1px 2px 2px;
        width: 197px;
        padding: 0 5px;
        font-size: 10pt;
    }
    /* botoes pesquisa */
    .pesquisa .pesquisar {
        float: left;
        height: 34px;
        width: 36px;
        display: block;
        background: url('img/pesquisa_2.png') no-repeat;
        cursor: pointer;
    }

        .pesquisa .pesquisar:hover {
            background-position: -36px 0;
        }

    .pesquisa .pesquisa-avancada {
        float: left;
        margin-left: 3px;
        height: 34px;
        width: 36px;
        display: block;
        background: url('img/pesquisa_avancada.png') no-repeat;
        cursor: pointer;
    }

        .pesquisa .pesquisa-avancada:hover {
            background-position: -34px 0;
        }

    .pesquisa .limpar-pesquisa {
        float: left;
        margin-left: 3px;
        height: 34px;
        width: 36px;
        display: block;
        background: url('img/limpar_pesquisa.png') no-repeat;
        cursor: pointer;
    }

        .pesquisa .limpar-pesquisa:hover {
            background-position: -34px 0;
        }

    .pesquisa .pesquisa-avancada-disable {
        float: left;
        margin-left: 3px;
        height: 34px;
        width: 36px;
        display: block;
        background: url('img/pesquisa_avancada.png') no-repeat;
        background-position: -70px 0;
    }
/******************************* FIM Pesquisa *******************************/
/******************************* Paginação *******************************/
.grid-navigator {
    height: 27px;
    float: left;
    width: 500px;
    text-align: center;
}

    .grid-navigator .grid-navigator-left {
        float: left;
    }

.duplas {
    float: left;
    height: 27px;
    width: 27px;
    background: url('img/seta_dupla_esq.png');
    cursor: pointer;
}

    .duplas:hover {
        background-position: 0 -27px;
    }

.simples {
    float: left;
    height: 27px;
    width: 27px;
    background: url('img/setas_esq.png');
    cursor: pointer;
    margin-left: 2px;
    margin-right: 4px;
}

    .simples:hover {
        background-position: 0 -27px;
    }

.pages {
    float: left;
    padding: 7px;
    font-size: 10pt;
}

.gridnavigator .grid-navigator-right {
    float: left;
}

.simples-right {
    float: left;
    height: 27px;
    width: 27px;
    background: url('img/setas_drt.png');
    cursor: pointer;
    margin-left: 4px;
    margin-right: 2px;
}

    .simples-right:hover {
        background-position: 0 -27px;
    }

.duplas-right {
    float: left;
    height: 27px;
    width: 27px;
    background: url('img/seta_dupla_drt.png');
    cursor: pointer;
}

    .duplas-right:hover {
        background-position: 0 -27px;
    }

.grid-navigator-records {
    float: left;
    padding: 8px;
    font-size: 8pt;
}
/******************************* FIM Paginação *******************************/
/******************************* Exportação *******************************/
.grid-export {
    float: right;
}

.grid-export-excel {
    float: right;
    background-image: url('img/theme_mai_botao-excel.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    height: 22px;
    width: auto;
    color: #5d5d5d;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    padding: 10px 5px 0px 25px;
    margin-left: 10px;
}
/******************************* FIM Exportação *******************************/

/********************************************** Grid Body **********************************************/
#grid-helper-divbody {
    padding-top: 30px;
    /*min-height: 300px;*/
    margin-bottom: 10px;
}
    /******************************* Cabecalho *******************************/
    #grid-helper-divbody th {
        background-color: #DEE2E6;
        color: #000;
        border: 1px solid transparent;
        border-color: #FFFFFF;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 9px;
    }

        #grid-helper-divbody th:hover {
            background: #DEE2E6;
        }

.grid-helper-actionsheader {
    width: 86px;
}

.grid-helper-LineTotalFinal {
    background-color: #0FC8B5 !important;
    color: #FFF !important;
}

.grid-helper-LineTotal {
    background-color: #0F96B5 !important;
    color: #FFF !important;
}

.grid-helper-headerCostResumeYear {
    background-color: #DEE2E6;
    color: #FFF;
    cursor: pointer;
}

.grid-helper-headerCostResume {
    background-color: #DEE2E6;
    color: #FFF;
    cursor: pointer;
}

.grid-helper-header {
    cursor: pointer;
}
/******************************* FIM Cabecalho *******************************/
/******************************* Actions *******************************/
.grid-action-candidature {
    width: 22px;
    height: 22px;
    background-image: url('img/candidature.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-candidature:hover {
        background-position: -22px 0;
    }

.grid-action-getCoordenadas {
    width: 22px;
    height: 22px;
    background-image: url('img/getCoordinates.png');
    float: left;
    cursor: pointer;
    /*margin: 0px 5px 0px 0px;*/
}

    .grid-action-getCoordenadas:hover {
        background-position: -22px 0;
    }

.grid-action-askpackage {
    width: 22px;
    height: 22px;
    background-image: url('img/simulate.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-askpackage:hover {
        background-position: -22px 0;
    }


.grid-action-activate {
    width: 22px;
    height: 22px;
    background-image: url('img/simulate.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-activate:hover {
        background-position: -22px 0;
    }



.grid-action-activatePackage {
    width: 22px;
    height: 22px;
    background-image: url('img/simulate.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-activatePackage:hover {
        background-position: -22px 0;
    }


.grid-action-validate {
    width: 22px;
    height: 22px;
    background-image: url('img/simulate.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-validate:hover {
        background-position: -22px 0;
    }


.grid-action-download {
    width: 22px;
    height: 22px;
    background-image: url('img/details.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-download:hover {
        background-position: -22px 0;
    }

.grid-action-renew {
    width: 22px;
    height: 22px;
    background-image: url('img/details.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-renew:hover {
        background-position: -22px 0;
    }

.grid-action-details {
    width: 22px;
    height: 22px;
    background-image: url('img/details.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-details:hover {
        background-position: -22px 0;
    }

.grid-action-simulate {
    width: 22px;
    height: 22px;
    background-image: url('img/simulate.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-simulate:hover {
        background-position: -22px 0;
    }


    .grid-action-Copy {
    width: 22px;
    height: 22px;
    background-image: url('img/editJustification.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-Copy:hover {
        background-position: -22px 0;
    }

.grid-action-editJustification {
    width: 22px;
    height: 22px;
    background-image: url('img/editJustification.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-editJustification:hover {
        background-position: -22px 0;
    }


.grid-action-createJustification {
    width: 22px;
    height: 22px;
    background-image: url('img/createJustification.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-createJustification:hover {
        background-position: -22px 0;
    }

.grid-action-edit {
    width: 22px;
    height: 22px;
    background-image: url('img/edit.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-edit:hover {
        background-position: -22px 0;
    }


    .grid-action-cancel {
    width: 22px;
    height: 22px;
    background-image: url('img/cancel.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-cancel:hover {
        background-position: -22px 0;
    }

.grid-action-delete {
    width: 22px;
    height: 22px;
    background-image: url('img/delete.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-delete:hover {
        background-position: -22px 0;
    }

    .grid-action-refresh {
    width: 22px;
    height: 22px;
    background-image: url('img/refresh.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-refresh:hover {
        background-position: -22px 0;
    }


.grid-action-yes {
    width: 22px;
    height: 22px;
    background-image: url('img/yes.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-yes:hover {
        background-position: -22px 0;
    }


.grid-action-no {
    width: 22px;
    height: 22px;
    background-image: url('img/no.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-no:hover {
        background-position: -22px 0;
    }


.grid-action-noapp {
    width: 22px;
    height: 22px;
    background-image: url('img/noApp.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-noapp:hover {
        background-position: -22px 0;
    }

    .grid-action-undelete {
    width: 22px;
    height: 22px;
    background-image: url('img/dropdown.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-undelete:hover {
        background-position: -22px 0;
    }

.grid-action-report {
    width: 22px;
    height: 22px;
    background-image: url('img/dropdown.png');
    float: left;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

    .grid-action-report:hover {
        background-position: -22px 0;
    }

.grid-action-dropdown {
    width: 20px;
    height: 22px;
    background-image: url('img/dropdown.png');
    float: left;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 1px;
    margin: 0px 5px 0px 0px;
}

    .grid-action-dropdown:hover {
        background-position: -20px 0;
    }

.grid-action-clone {
    width: 20px;
    height: 22px;
    background-image: url('img/simulate.png');
    float: left;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 1px;
    margin: 0px 5px 0px 0px;
}

    .grid-action-clone:hover {
        background-position: -20px 0;
    }

.grid-action-sample {
    width: 20px;
    height: 22px;
    background-image: url('img/sample.png');
    float: left;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 1px;
    margin: 0px 5px 0px 0px;
}

    .grid-action-sample:hover {
        background-position: -20px 0;
    }

/******************************* FIM Actions *******************************/
/******************************* Linhas *******************************/
#grid-helper-divbody tr {
    color: #5d5d5d;
    border: 1px solid transparent;
    border-color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

    #grid-helper-divbody tr:nth-child(odd) {
        background-color: #fafafa;
    }

    #grid-helper-divbody tr:nth-child(even) {
        background-color: #eaeaea;
    }

#grid-helper-divbody td {
    border: 1px solid #FFF;
    padding: 2px 7px 2px 7px;
}
/******************************* FIM Linhas *******************************/
/******************************* Celulas *******************************/
/******************************* FIM Celulas *******************************/
.cellstatenew {
    background-color: lightgreen;
}

.cellstateexecuting {
    background-color: lightyellow;
}

.cellstatedone {
    background-color: lightgray;
}

.cellstaterefused {
    background-color: palevioletred;
}
/********************************************** FIM Grid Body **********************************************/

/******************************************** FORM ********************************************/
.form-button-body {
    margin-top: 10px;
}

.form-separador {
    border-bottom: 1px solid #a6c9e2;
    margin-top: 10px;
}
/********************* Tabs (overwrite ao jquery ui) **********************/
.ui-tabs .ui-tabs-nav {
    font-size: 8pt;
    background-color: #D2D1D1 !important;
}

    .ui-tabs .ui-tabs-nav li {
        border-bottom-width: 1px !important;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    background-color: #0A1633 !important;
    border:0;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #fff !important;
    }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #22941F !important;
    background-color: #FFF;
}

    .ui-state-active a:hover, .ui-state-default a:hover {
        text-decoration: none !important;
        color: white !important;
        background-color: #22941F !important;
    }
/******************************* FIM Tabs *******************************/
/******************************* Accoes *******************************/
form input[type="submit"], input[type="button"], button {
    background-color: rgba(34,148,21,1);
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 6px 0 6px !important;
    text-decoration: none;
    text-align: center;
    margin: 0 4px 0 0 !important;
    float: left;
    cursor: pointer;
    border: none;
    width: auto;
}


.form-button-red { /*botoes nao submit*/
    background-color: red;
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}

.form-button { /*botoes nao submit*/
    background-color: #229415;
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}

    form input[type="submit"]:hover, input[type="button"]:hover, button:hover, .form-button:hover {
        background-color: rgba(34,148,21,0.7);
    }
/******************************* FIM Accoes *******************************/
/******************************* Estado *******************************/
.statefluxbody {
    height: auto;
    margin-bottom: 7px;
}

.stateflux {
    background-color: #eaeaea;
    color: #7d7d7d;
    font-size: 9pt;
    float: left;
    border: 1px solid lightgray;
    margin: 1px;
    padding: 4px 7px 4px 7px;
}

.statefluxnow {
    background-color: #e4c11e;
    color: black;
    border: 1px solid black;
    text-transform: uppercase;
    font-weight: bold;
}
/******************************* FIM Estado *******************************/
/*************************** Outros Campos ********************************/
.entitycode {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
}

.entitysituation {
    color: #1e466a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
    float: right;
    padding-top: 2px;
}

.entitysituationNow {
    font-weight: bold;
    font-size: 8pt;
    padding-left: 10px;
    color: darkred;
}

.stateclass a:link {
    text-transform: uppercase;
    /*text-decoration:underline!important;*/
    background-color: lightcyan !important;
    background-image: none !important;
}

.stateclass a:hover {
    background-color: lightgrey !important;
}

.hiddenclass {
    display: none;
}
/*************************** FIM Outros Campos ********************************/
/********************* Campos ( tem overwrites ao jquery ui) **********************/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 10pt !important;
}
/******** label ********/
label {
    display: block;
    font-size: 9pt;
    font-weight: 600;
    color: #4a4a4a;
}

    label.checkbox {
        display: inline;
    }

.labelwithextrainfo {
    float: left;
}

.labelextrainfo {
    float: left;
    font-size: 7pt;
    padding: 2px 0 0 4px;
}
/******** FIM label ********/
/******** inputs ********/
.display-field { /*o display é posto diretamente como texto na div editor field temos de criar uma div a envolver para lhe podermos dar o aspeto pretendido*/
    border: 1px solid #A9A9A9;
    font-family: montserrat, sans serif;
    font-size: 9pt;
    margin: 3px 0 4px 0;
    padding: 5px 0 0 5px;
    width: 285px;
    height: 19px;
}

.display-textarea {
    border: 1px solid #A9A9A9;
    font-family: montserrat, sans serif;
    font-size: 9pt;
    margin: 3px 0 4px 0;
    padding: 5px 0 0 5px;
    width: 600px;
    height: 65px;
}

input, textarea, select {
    border: 1px solid #A9A9A9;
    font-family: montserrat, sans serif !important;
    background: #fff;
    color: #333;
    padding: 3px;
}

input {
    width: 245px;
    margin: 3px 0 4px 0;
    height: 18px;
}

select {
    width: 294px;
    height: 27px;
    margin: 3px 0 3px 0;
}

textarea {
    width: 600px;
    height: 65px;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}
/******** FIM inputs ********/
/********************* FIM Campos **********************/




/**************************************** FIM FORM ********************************************/




/******************************* OLD *******************************/
/*#grid-helper-body td img {
	max-height:20px!important;
	vertical-align:middle;	
}

#grid-helper-body p {
	margin:0px;	
}
table td {
	color:#FFF;
	border:1px solid transparent;
	border-color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:0px 10px;
}

table td:first-child {
	padding:0;
	background:#FFFFFF!important;
    white-space:nowrap;
    border-left:0;
}








*/
/******************************* OLD *******************************/






/*************************************************************************************** FIM GRID ****************************************************************/






/*************************************************************************************** OLD CSS ****************************************************************/
/*************************************************************************************** OLD CSS ****************************************************************/
/*************************************************************************************** OLD CSS ****************************************************************/
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



/* main layout
----------------------------------------------------------*/

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 10px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
/*#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }*/


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

#menu ul {
    display: none;
}

#menu li:hover > ul {
    display: block;
    position: relative;
    top: 30px;
    float: none;
}

/* page elements
----------------------------------------------------------*/

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }


/* login page */
/*#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}*/

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
}

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#loginForm p a {
    font-size: 12px;
    line-height: 34px;
}

fieldset[name=Registo] a {
    font-size: 12px;
    line-height: 34px;
}

fieldset[name=Registo] input[type="submit"], fieldset[name=Registo] input[type="submit"]:visited {
    background-color: #DEE2E6 !important;
}

    fieldset[name=Registo] input[type="submit"]:hover, fieldset[name=Registo] input[type="submit"]:active {
        background-color: #DEE2E6 !important;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }





input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

/*input[type="submit"]
{
    color:GrayText;
    visibility:hidden;
}*/

#sbmtparent, #sbmt, #sbmtSecondLevel {
    /*color: GrayText;*/
    visibility: hidden;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid #cecece;
    clear: both;
    padding: 10px 20px;
    color: #4a4a4a;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }


tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* FRAMEWORK
----------------------------------------------------------*/
.tenantUserRoleInactive {
    display: none;
}

#grid-helper-quicksearch-button-sel {
    font-size: small;
    background-color: #fff;
}

#grid-helper-quicksearch-button {
    font-size: small;
}

#grid-helper-search-button, #grid-helper-searchform-button, #grid-helper-search-button-clear {
    font-size: small;
}


#grid-helper-searchApplied {
    float: left;
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}

/* SIGIE Theme */

html {
}

body {
    border: 0px;
    background:white;
}

#body {
    background-color: transparent;
}

footer {
    background-color: transparent;
}

header .content-wrapper {
    padding: 0px;
}

/* TOP MENU */

.content-wrapper {
    position: relative;
}

#ajax-loader {
    position: absolute !important;
    z-index: 0 !important;
    float: none !important;
    width: 50px;
    height: 50px;
    display: block;
    top: 50% !important;
    left: 50% !important;
}

.float-right {
    float: right;
}

    .float-right nav {
        width: 450px;
        float: right;
    }

ul#menu {
    text-align: left;
    margin: 6px 0px 0px 0px;
    position: relative;
    left: -20px;
}

    ul#menu li {
        margin: 0px !important;
        padding: 0px !important;
        border: 0px !important;
    }

        ul#menu li a {
            color: transparent;
            float: left;
            display: block;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            background-position: center;
            background-color: transparent;
        }

        ul#menu li.menu_home a {
            background-image: url(themes/sigie_theme/icon_home.png);
        }

            ul#menu li.menu_home a:hover {
                background-image: url(themes/sigie_theme/icon_home_hover.png);
            }

        ul#menu li.menu_enterprise a {
            background-image: url(themes/sigie_theme/icon_enterprise.png);
        }

            ul#menu li.menu_enterprise a:hover {
                background-image: url(themes/sigie_theme/icon_enterprise_hover.png);
            }

        ul#menu li.menu_cd a {
            background-image: url(themes/sigie_theme/icon_cd.png);
        }

            ul#menu li.menu_cd a:hover {
                background-image: url(themes/sigie_theme/icon_cd_hover.png);
            }

        ul#menu li.menu_pc a {
            background-image: url(themes/sigie_theme/icon_pc.png);
        }

            ul#menu li.menu_pc a:hover {
                background-image: url(themes/sigie_theme/icon_pc_hover.png);
            }

        ul#menu li.menu_gts a {
            background-image: url(themes/sigie_theme/icon_gts.png);
        }

            ul#menu li.menu_gts a:hover {
                background-image: url(themes/sigie_theme/icon_gts_hover.png);
            }

        ul#menu li.menu_tenantdetail a {
            background-image: url(themes/sigie_theme/icon_tenantdetail.png);
        }

            ul#menu li.menu_tenantdetail a:hover {
                background-image: url(themes/sigie_theme/icon_tenantdetail_hover.png);
            }

        ul#menu li.menu_about a {
            background-image: url(themes/sigie_theme/icon_about.png);
        }

            ul#menu li.menu_about a:hover {
                background-image: url(themes/sigie_theme/icon_about_hover.png);
            }

#login {
    background-color: #6f777a;
    display: block;
    float: right;
    color: #FFFFFF;
    font-size: 10px;
    height: 30px;
    padding: 5px 5px 5px 5px;
}

    #login .username {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none !important;
    }

    #login ul {
        position: relative;
        float: right;
    }

    #login #logoutForm {
        position: relative;
        display: block;
        float: right;
    }

        #login #logoutForm a, #login #logoutForm a:visited, #registerLink, #registerLink:visited, #loginLink, #loginLink:visited {
            color: #DEE2E6;
            width: 40px;
            padding-top: 11px;
            margin: 0px 10px !important;
            height: 20px !important;
            text-align: center;
            display: block;
            float: left;
            font-size: 11px;
            font-weight: bold;
            margin: 0px;
            text-decoration: none;
        }

            #login #logoutForm a:hover, #login #logoutForm a:active, #registerLink:hover, #registerLink:active, #loginLink:hover, #loginLink:active {
                color: #DEE2E6;
            }

#registerLink, #loginLink {
    float: right;
}

;
/* Grid Buttons */
#grid-helper-quicksearch-button, #grid-helper-quicksearch-button, #grid-helper-quicksearch-button, #grid-helper-quicksearch-button, #grid-helper-quicksearch-button {
    background-color: #96a0ba !important;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    border: 0px;
    font-weight: normal;
    min-width: 120px;
    margin: 0px 1px 0px 0px;
    float: left;
}

#grid-helper-quicksearch-button-sel, #grid-helper-quicksearch-button-sel, #grid-helper-quicksearch-button-sel, #grid-helper-quicksearch-button-sel, #grid-helper-quicksearch-button-sel {
    background-color: #FFFFFF !important;
    border: 1px solid #000000 !important;
    color: #000000;
    text-align: center;
    font-size: 12px;
    border: 0px;
    font-weight: normal;
    min-width: 120px;
    margin: 0px 1px 0px 0px;
    float: left;
}





td input[type="submit"], td input[type="button"], td button {
    background-color: #484d5b !important;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    border: 0px;
    font-weight: normal;
    min-width: 50px;
    padding: 4px;
    margin: 0px 1px 0px 0px;
    float: left;
    text-transform: none;
    height: 22px;
}

    td input[type="submit"]:hover, td input[type="button"]:hover, td button:hover, td input[type="submit"]:active, td input[type="button"]:active, td button:active {
        background-color: #96a0ba !important;
    }

/* Fonts, Labels, Buttons, Submits */



#loginForm input[type="submit"], #loginForm input[type="submit"]:visited {
    background-color: #DEE2E6 !important;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 12px;
    border: 0px;
    font-weight: normal;
    margin-left: 40%;
}

    #loginForm input[type="submit"]:hover, #loginForm input[type="submit"]:active {
        background-color: #DEE2E6 !important;
    }


/* fields seperators*/
/* duas divs */
.input2divleft {
    float: left;
    width: 49%;
}

.input2divright {
    float: right;
    width: 49%;
}

/* 2 divs com dois tercos a esquerda */
.input2-3divleft {
    float: left;
    width: 66%;
}

.input1-3divright {
    float: right;
    width: 33%;
}

/* 2 divs com dois tercos à direita */
.input1-3divleft {
    float: left;
    width: 33%;
}

.input2-3divright {
    float: right;
    width: 66%;
}
/* 3 divs */
.input3divleft {
    float: left;
    width: 33%;
}

.input3divcenter {
    float: left;
    width: 32%;
    margin: 0 5px;
}

.input3divright {
    float: right;
    width: 33%;
}


/* 4 divs */
.input4divleft {
    float: left;
    width: 25%;
}

.input4divcenter {
    float: left;
    width: 25%;
    margin: 0 5px;
}

.input4divright {
    float: right;
    width: 25%;
}


#ui-datepicker-div {
    font-size: 0.7em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: white !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: lightgreen !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #e17009 !important;
}


.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-widget-header {
    border: 0px !important;
    background: none !important;
    color: #222222 !important;
    font-weight: bold !important;
}

.ui-widget-content {
    color: darkgrey !important;
}


/*graficos*/
.reportHelpButton {
    width: 30px;
    height: 25px;
    background: url('img/info.png') no-repeat;
    cursor: pointer;
    float: left;
}

.reportHelpButtonDisable {
    width: 30px;
    height: 25px;
    float: left;
}

.adicionalInfo {
    width: 200px;
    float: right;
    text-align: left;
    padding-right: 20px;
}


/*helper*/
.divSeparator {
    background-color: #1E466A;
    height: 2px;
}

.divBody {
    padding-top: 5px;
}


.divTitle {
    padding-bottom: 5px;
}

/*legenda tabelas*/
.table-legend {
    font-size: 12px;
    font-weight: normal;
    color: #5d5d5d;
    margin-top: 5px;
}

.table-legend-text {
    float: left;
    margin-top: 2px;
}

.table-legend-color {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
}

/***************novo****************/
#loginForm p {
    font-size: 12px;
    line-height: 34px;
}

.ButtonsRight {
    float: right;
}

.ButtonsLeft {
    float: left;
}

.divNumCharacters {
    color: black !important;
    font-size: 8pt !important;
    margin-left: 70%;
}

.disabled {
    background-color: #D2D2D2;
}

.admissibilityFields {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.text-center{
    text-align: center;
}

.submit-center{
    margin-left:40% ;
}
.margin-bottom-for-footer {
    margin-bottom:100px;
}