﻿body {
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #696969;
    background-color: #fff;
}

p, ul {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.6em;
}

.titulo {
    font-family: Calibri, Arial, sans-serif;
    color: #8d230f;
    font-size: 14pt;
    font-weight: bold;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
}

.tituloG {
    font-family: Calibri, Arial, sans-serif;
    color: #191970;
    font-size: 18pt;
    font-weight: bold;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
}

/**----------------------------------------------------------
                    PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------**/

#page {
    margin: 6px auto;
    padding: 10px 20px 10px 30px;
    width: 90%;
    background: #FFF;
}

#header {
    display: table;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    color: #111;
}

    #header h1 {
        margin: 0;
        padding: 5px 0;
        line-height: 2em;
        font-weight: bold;
        font-size: 32px !important;
        border: none;
        color: #FFF;
    }

#main {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 20px 15px 20px;
}

#footer {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    width: 100%;
    color: #999;
}

.linha {
    float: none;
    padding: 1px 0;
    display: table;
    clear: both;
    width: 100%;
}

/**----------------------------------------------------------
                        NOTIFICAÇÕES
----------------------------------------------------------**/
#notificaTarefa position:absolute; width:900px; height:200px; background-color:#000; .notifica {
    border: solid 1px #fff;
}

.notificacoes {
    background-color: #990000;
}

#container, #container2, #container3, #container4, #container5, #container6, #container7, #container8, #container9, #container10, #container11, #container12, #container13, #container14, #container15, #container16, #container17, #container18 {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 2px;
    padding-left: 10px;
    padding-right: 5px;
    background-color: #fff;
}

    #container div, #container2 div, #container3 div, #container4 div, #container5 div, #container6 div, #container7 div, #container8 div, #container9 div, #container10 div, #container11 div, #container12 div, #container13 div, #container14 div, #container15 div, #container16 div, #container17 div, #container18 div {
        position: absolute;
        z-index: 1;
        line-height: 12px;
        top: 0px;
        left: 30px;
        font-family: verdana,sans-serif;
        background-color: #355289;
        padding: 2px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
    }
/**----------------------------------------------------------
                        MENU PRINCIPAL
----------------------------------------------------------**/

/*Começa teste menu*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content_Pesquisa, .dropdown-content_Relatorio, .dropdown-content_Ajuda {
    display: none;
    position: absolute;
    background-color: #D9F1FB;
    min-width: 250px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
}

    .dropdown-content_Pesquisa a, .dropdown-content_Relatorio a, .dropdown-content_Ajuda a {
        color: black;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.dropdown:hover .dropdown-content_Pesquisa, .dropdown:hover .dropdown-content_Relatorio, .dropdown:hover .dropdown-content_Ajuda {
    display: block;
    color: #000;
}

/*Termina aqui teste menu*/

#menucontainer ul ul, #menucontainer ul li:hover ul ul, #menucontainer ul ul li:hover ul ul {
    display: none;
    border: 1px dotted;
    border-radius: 8px;
}

    #menucontainer ul li:hover ul, #menucontainer ul ul li:hover ul, #menucontainer ul ul ul li:hover ul {
        display: block;
    }

    #menucontainer ul ul, #menucontainer ul ul ul {
        position: absolute;
    }

        #menucontainer ul li, #menucontainer ul ul li {
            position: relative;
        }

/* 1o nivel */
#menucontainer ul {
    float: left;
    margin: 0px 10px 0;
    padding: 3px;
    list-style: none;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    border: 2px solid;
    border-radius: 4px;
    text-align: center;
}

    #menucontainer ul li {
        position: relative;
        min-width: 90px;
    }

        #menucontainer ul li a {
            display: block;
            padding: 5px 5px; /*font-size: 0.925em;*/ /*line-height: 0.8em;  1.5em*/
            text-decoration: none;
            background-color: #8CD8F4;
            color: #000;
        }

    /* 2o nivel */
    #menucontainer ul ul {
        position: absolute;
        z-index: 500;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    }

        #menucontainer ul ul li {
            position: relative;
            min-width: 180px;
            text-align: left;
        }

            #menucontainer ul ul li a {
                text-align: middle;
                display: block;
            }

        /* 3o nivel */
        #menucontainer ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
        }

    /* selected tree */
    #menucontainer ul li:hover a {
        background-color: #fff;
        color: #000;
    }

    /* mouse over */
    #menucontainer ul li a:hover {
        background-color: #B87333;
        color: #ffffff;
    }

    /* mouse press */
    #menucontainer ul li a:active {
        background-color: #D9C066;
        color: #ffffff;
    }

    /* item de menu da tela atual */
    #menucontainer ul > li.selected > a, ul > li.selected > ul > li.selected > a {
        background-color: #00A8E7;
        color: #fff;
    }

/**----------------------------------------------------------
                        TAB MENU
http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html#hs5
----------------------------------------------------------**/

.left-navigation-popup {
    display: inline;
    left: 13em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    width: 300px;
}

    .left-navigation-popup:hover ul {
        display: block;
    }

    .left-navigation-popup ul {
        position: absolute;
        left: 8em;
        float: left;
        margin: 0;
        margin-top: -2.5px;
        padding: 0;
        z-index: 2;
        list-style: none;
        border-width: 1px;
        border-style: solid;
        border-color: #82cafa;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        display: none;
    }

        .left-navigation-popup ul li {
            position: relative;
            padding: 5px 3px;
            min-width: 28em;
            height: 21px;
            font-size: 1em;
            font-weight: bold;
            overflow: visible;
            white-space: nowrap;
            background-color: #f0f7ff;
        }

            .left-navigation-popup ul li a {
                display: inline-block;
                vertical-align: middle;
                text-decoration: none;
                font-weight: normal;
            }

    .left-navigation-popup:hover {
        color: #6698ff;
    }

    .left-navigation-popup ul li:hover {
        background-color: #6698ff;
    }

        .left-navigation-popup ul li:hover a {
            color: #dce8f3;
        }

/**----------------------------------------------------------
                            TABLE
----------------------------------------------------------**/

table:not(.dataTable) {
    border: solid 1px #dce8f3;
    border-collapse: collapse;
}

    table:not(.dataTable) td {
        padding: 5px;
        text-align: left;
        vertical-align: top;
        border: solid 1px #dce8f3;
    }

    table:not(.dataTable) th {
        padding: 6px 5px;
        text-align: left;
        border: solid 1px #dce8f3;
        background-color: #dce8f3;
    }

/**----------------------------------------------------------
                        HEADINGS
----------------------------------------------------------**/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #111;
}

h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2em;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/**----------------------------------------------------------
                        A LINKS
----------------------------------------------------------**/

a {
    cursor: pointer;
}

    a:link {
        text-decoration: underline;
        color: #034af3;
    }

    a:visited {
        color: #505abc;
    }

    a:hover {
        text-decoration: none;
        color: #1d60ff;
    }

    a:active {
        color: #12eb87;
    }

/**----------------------------------------------------------
                    FORM LAYOUT ELEMENTS
----------------------------------------------------------**/

fieldset {
    margin: 0 1em 0.5em 0;
    padding: 1em 1em 1em 1em;
    border: 3px solid #CCC;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    max-width: 100%;
}

/* text boxes */

textarea {
    width: 100%;
    height: 70px;
}

select.sigla-materia {
    width: 5em;
}

select.tipo-materia {
    width: 20em;
}

input[type="text"] {
    width: 15em;
    border: 1px solid #CCC;
}

    input[type="text"].ano {
        width: 3.5em;
    }

    input[type="text"].data {
        width: 7em;
    }

    input[type="text"].hora {
        width: 3em;
    }

    input[type="text"].datahora {
        width: 9em;
    }

    input[type="text"].tinyint {
        width: 2em;
    }

    input[type="text"].smallint {
        width: 5em;
    }

    input[type="text"].int {
        width: 7em;
    }

    input[type="text"].num9 {
        width: 1em;
    }

    input[type="text"].num99 {
        width: 2em;
    }

    input[type="text"].num999 {
        width: 3em;
    }

    input[type="text"].num9999 {
        width: 4em;
    }

    input[type="text"].num99999 {
        width: 5em;
    }

    input[type="text"].num999999 {
        width: 6em;
    }

    input[type="text"].sigla {
        width: 5em;
    }

    input[type="text"].sigla15 {
        width: 10em;
    }

    input[type="text"].abreviacao {
        width: 10em;
    }

    input[type="text"].nome {
        width: 25em;
    }

    input[type="text"].descricao {
        width: 25em;
    }

    input[type="text"].textoLongo {
        width: 40em;
    }

    input[type="text"].upload {
        width: 30em;
    }

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

a[tipo="botao"] {
    margin: 1em 0.5em 0 0.5em;
    padding: 0 1em 0 1em;
    border: 1px solid #CCC;
    color: Black;
    text-decoration: none;
    background: #eee;
    height: 1.5em;
    font-size: small;
}

    a[tipo="botao"]:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: #ffe;
    }

    a[tipo="botao"]:active {
        background-color: #a6e2a6;
        text-decoration: none;
    }

/* buttons */

input[type="button"].botao {
    margin: 0;
    padding: 0 0.5em 0 0.5em;
    height: 1.5em;
    border: 1px solid #CCC;
}

input[type="submit"], input[type="reset"] {
    margin: 1em 0.5em 0 0.5em;
    border: 1px solid #CCC;
}

input[type="submit"] {
    width: 8em;
}

input[type="reset"] {
    width: 10em;
}

    input[type="submit"]:hover, input[type="reset"]:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: #ffe;
    }

    input[type="submit"]:active, input[type="reset"]:active {
        background-color: #a6e2a6;
        text-decoration: none;
    }

/* list components */

select {
    width: 400px;
}

    select.sigla {
        width: 100px;
    }

    select.sigla15 {
        width: 150px;
    }

    select.codigo {
        width: 3em;
    }

    select.textoCurto {
        width: 200px;
    }

    select.textoLongo {
        width: 600px;
    }

    select.categoria {
        width: 100%;
    }

.listCheckBox {
    width: 200px;
    height: 80px;
    overflow: auto;
    border: 1px;
    border-style: solid;
    border-color: #808080;
}

.listCheckBox2 {
    width: 400px;
    height: 120px;
    overflow: auto;
    border: 1px;
    border-style: solid;
    border-color: #808080;
}

/**----------------------------------------------------------
                            MISC
----------------------------------------------------------**/
.clear {
    clear: both;
}

#title {
    float: left;
    margin: 1px 15px;
    text-align: left;
}

#logindisplay {
    margin-top: 22px;
    margin-right: 20px;
    font-size: 1.1em;
    text-align: right;
    color: #505abc;
}

    #logindisplay a {
        text-decoration: underline;
        color: #fff;
    }

        #logindisplay a:hover {
            text-decoration: none;
            color: #fff;
        }

#ambiente {
    color: #999;
}

/**----------------------------------------------------------
                    VALIDATION HELPERS
----------------------------------------------------------**/
.input-validation-error {
    border: 1px solid #c90000 !important;
    background-color: #ffeeee !important;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    color: #c90000;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #c90000;
}

/**----------------------------------------------------------
                DISPLAY AND EDITOR HELPERS
----------------------------------------------------------**/
.fill {
    float: left;
    width: 100%;
}

.display-label, .editor-label {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    width: 15%;
    min-height: 2em;
    height: 100%;
    background: #eee;
}

.display-field, .editor-field {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    width: 80%;
    min-height: 2em;
    height: 100%;
}

.display-label-2, .editor-label-2 {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    width: 25%;
    min-height: 2em;
    height: 100%;
    background: #eee;
}

.display-field-2, .editor-field-2 {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em;
    width: 60%;
    min-height: 2em;
    height: 100%;
}

.display-label-2col, .editor-label-2col {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em;
    width: 15%;
    min-height: 2em;
    height: 100%;
    background: #eee;
}

.display-field-2col, .editor-field-2col {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em;
    width: 24%;
    min-height: 2em;
    height: 100%;
}

.display-label-fit, .editor-label-fit {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em 0.5em 0 0.5em;
    min-height: 2em;
    height: 100%;
    background: #eee;
}

.display-field-fit, .editor-field-fit {
    float: left;
    margin: 0.3em 0.3em 0.3em 0.3em;
    padding: 0.5em 0.5em 0 0.5em;
    min-height: 2em;
    height: 100%;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.big-text {
    width: 40em;
    height: 20em;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/**----------------------------------------------------------
                        JQUERY
----------------------------------------------------------*

.ui-button span.ui-button-text
{
    padding: 0 1em 0 1em;
    line-height: 1em;
}*/

/* sortable */

#sortable {
    float: left;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style-type: none;
}

    #sortable li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        width: 40em;
        font-size: 1.2em;
    }

#sortable1, #sortable2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #sortable1 li, #sortable2 li {
        margin: 3px;
        padding: 5px;
        width: 95%;
        font-size: 1em;
    }

.editinplace-hover {
    padding: 2px;
    cursor: pointer;
    border: solid 1px #6698FF;
    background-color: #82CAFA;
}

/**----------------------------------------------------------
                        ALL PURPOSES
----------------------------------------------------------**/

.esconder {
    position: absolute;
    top: -100px;
}

.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.NoWrap {
    display: block;
    white-space: nowrap;
}

#progress {
    display: none;
}

#lista {
    list-style-type: none;
}

.box {
    overflow: auto;
    border: 1px;
    border-style: dashed;
    border-color: #808080;
}

.bloco {
    float: left;
    width: 100%;
    height: 100%;
}

.colx2 {
    float: left;
    width: 47%;
    height: 100%;
    padding: 10px 10px 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #F0F0F0;
}

.DIVFillToEnd {
    float: none;
    margin: 0.3% 0.3% 0.3% 0.3%;
    padding: 0.3% 0.3% 0.3% 0.3%;
    height: 1.2em;
    white-space: nowrap;
}

.message {
    font-weight: bold;
    color: #0c6b46;
}

.error {
    font-weight: bold;
    color: #c90000;
}

.protocolo {
    color: #c90000 !important;
}

.protocoloLink {
    color: #0000c9 !important;
    cursor: pointer;
}

.success {
    height: 28px;
    font-weight: bold;
    border: 2px solid #191;
    background-color: #e6f8dd;
    color: #060;
}

.infomessage {
    height: 50px;
    font-weight: bold;
    border: solid 2px #0c6b46;
    background-color: #fbffe5;
    color: #111;
}

.errormessage {
    height: 28px;
    font-weight: bold;
    border: solid 2px #d00;
    background-color: #fee;
    color: #900;
}

.upper {
    text-transform: uppercase;
}
/**----------------------------------------------------------
                        PROJECT
----------------------------------------------------------**/

.MateriaLegislativa {
    width: 6em;
}

fieldset, fieldset.collapsible {
    padding: 10px;
    margin-bottom: 1em;
}

    fieldset.collapsed {
        border-bottom-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        margin-bottom: 0;
        margin-left: 3px;
    }

legend.collapsible {
    cursor: pointer;
    background: transparent url(images/expanded.gif) no-repeat center left;
    padding-left: 13px;
}

legend.collapsed {
    background: transparent url(images/collapsed.gif) no-repeat center left;
    padding-left: 13px;
}

.highlight {
    background-color: #ff2;
}

#menu {
    margin-bottom: 0px;
    font-size: 13px;
    width: 800px;
}

    #menu a {
        float: left;
        display: block;
        color: #fff;
        font-size: 13,5px;
        font-weight: bolder;
        text-shadow: 0 2px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        text-align: center;
    }

        #menu a i {
            font-size: 50px;
            display: block;
            text-align: center;
            text-shadow: 0 2px rgba(0, 0, 0, 0.4);
            padding-top: 15px;
            padding-bottom: 5px;
        }

    #menu .ProcessoDigital, #menu .PesquisaProjetos2, #menu .ManualPesquisa2, #menu .ProcessoMateria2, #menu .Assinaturas2, #menu .DespachoLote2, #menu .DetalhadoMateriaLegislativa {
        margin-right: 20px;
        margin-top: 20px;
        width: 90px;
        padding-left: 20px;
        padding-right: 20px;
        height: 125px;
        border-radius: 05px;
    }

    #menu .DocSGP22, #menu .DocPlenario {
        margin-right: 100px;
        margin-top: 20px;
        width: 120px;
        padding-left: 20px;
        padding-right: 20px;
        height: 125px;
        border-radius: 05px;
    }

    #menu .ManualAutuacao, #menu .ManualPesquisa, #menu .ManualProcessoDigital, #menu .ManualTramitacao, #menu .Assinaturas, #menu .ProcessoMateria, #menu .PesquisaProjetos, #menu .Juntada, #menu .Autuacao, #menu .Submeter, #menu .Consulta, #menu .DetalhadoMateriaLegislativa2, #menu .RequerimentoDespacho, #menu .DocRecebimento, #menu .ReordDocumento, #menu .DespachoLote, #menu .MateriasElaboracao, #menu .ConsultaProtocolo, #menu .EnviarProtocolo, #menu .ManualTramitacao2, #menu .FAQ {
        margin-right: 20px;
        margin-top: 20px;
        width: 85px;
        padding-left: 10px;
        padding-right: 10px;
        height: 125px;
        border-radius: 5px;
    }

    #menu a.FAQ {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
        background: rgb(167,207,223); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ManualAutuacao {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8e0de+0,aebfbc+22,99afab+33,8ea6a2+50,829d98+67,4e5c5a+82,0e0e0e+100;Grey+3D */
        background: rgb(216,224,222); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,224,222,1)), color-stop(22%,rgba(174,191,188,1)), color-stop(33%,rgba(153,175,171,1)), color-stop(50%,rgba(142,166,162,1)), color-stop(67%,rgba(130,157,152,1)), color-stop(82%,rgba(78,92,90,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ManualProcessoDigital {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
        background: rgb(180,221,180); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ManualPesquisa {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc9494+0,cc0000+100 */
        background: rgb(204,148,148); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(204,148,148,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,148,148,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9494', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ManualTramitacao {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8d7a9+1,c79810+100 */
        background: rgb(232,215,169); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(232,215,169,1) 1%, rgba(199,152,16,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(232,215,169,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(232,215,169,1) 1%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(232,215,169,1) 1%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(232,215,169,1) 1%,rgba(199,152,16,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(232,215,169,1) 1%,rgba(199,152,16,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8d7a9', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
    }

    #menu a.Assinaturas {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,0a5bc4+100&amp;0.32+0,1+100 */
        background: -moz-linear-gradient(top, rgba(125,185,232,0.32) 0%, rgba(10,91,196,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0.32)), color-stop(100%,rgba(10,91,196,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527db9e8', endColorstr='#0a5bc4',GradientType=0 ); /* IE6-9 */
    }

    #menu a.Assinaturas2 {
        background-color: rgba(100, 100, 100, 0.96);
        /* IE9, iOS 3.2+ */
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOTEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgba(0, 0, 0, 0.91)),color-stop(1, rgb(200, 200, 200)));
        /* Android 2.3 */
        background-image: -webkit-repeating-linear-gradient(bottom,rgba(0, 0, 0, 0.91) 0%,rgb(200, 200, 200) 100%);
        /* IE10+ */
        background-image: repeating-linear-gradient(to top,rgba(0, 0, 0, 0.91) 0%,rgb(200, 200, 200) 100%);
        background-image: -ms-repeating-linear-gradient(bottom,rgba(0, 0, 0, 0.91) 0%,rgb(200, 200, 200) 100%);
    }

    #menu a.DetalhadoMateriaLegislativa {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100;Yellow+3D+%231 */
        background: #f6e6b4; /* Old browsers */
        background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ProcessoMateria {
        background: #FA6800;
    }

    #menu a.PesquisaProjetos {
        background: #128023;
    }

    #menu a.Autuacao {
        background: #b4ddb4; /* Old browsers */
        background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
    }

    #menu a.Submeter {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100;Yellow+3D+%231 */
        background: #f6e6b4; /* Old browsers */
        background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
    }

    #menu a.Juntada {
        background: rgba(239,197,202,1);
        background: -moz-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(186,39,55,1) 99%, rgba(241,142,153,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,197,202,1)), color-stop(99%, rgba(186,39,55,1)), color-stop(100%, rgba(241,142,153,1)));
        background: -webkit-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(186,39,55,1) 99%, rgba(241,142,153,1) 100%);
        background: -o-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(186,39,55,1) 99%, rgba(241,142,153,1) 100%);
        background: -ms-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(186,39,55,1) 99%, rgba(241,142,153,1) 100%);
        background: linear-gradient(to bottom, rgba(239,197,202,1) 0%, rgba(186,39,55,1) 99%, rgba(241,142,153,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99', GradientType=0 );
    }

    #menu a.Consulta {
        background: #87e0fd; /* Old browsers */
        background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
    }

    #menu a.DetalhadoMateriaLegislativa2 {
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 32%, rgba(32,124,202,1) 32%, rgba(41,137,216,1) 55%, rgba(125,185,232,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(32%,rgba(32,124,202,1)), color-stop(32%,rgba(32,124,202,1)), color-stop(55%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 32%,rgba(32,124,202,1) 32%,rgba(41,137,216,1) 55%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 32%,rgba(32,124,202,1) 32%,rgba(41,137,216,1) 55%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 32%,rgba(32,124,202,1) 32%,rgba(41,137,216,1) 55%,rgba(125,185,232,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 32%,rgba(32,124,202,1) 32%,rgba(41,137,216,1) 55%,rgba(125,185,232,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ProcessoMateria2 {
        background: rgb(203,96,179); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 27%, rgba(168,0,119,1) 67%, rgba(219,54,164,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(27%,rgba(193,70,161,1)), color-stop(67%,rgba(168,0,119,1)), color-stop(100%,rgba(219,54,164,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 27%,rgba(168,0,119,1) 67%,rgba(219,54,164,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 27%,rgba(168,0,119,1) 67%,rgba(219,54,164,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 27%,rgba(168,0,119,1) 67%,rgba(219,54,164,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 27%,rgba(168,0,119,1) 67%,rgba(219,54,164,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
    }

    #menu a.PesquisaProjetos2 {
        background: #FF6600;
    }

    #menu a.ManualPesquisa2 {
        background: #b4ddb4; /* Old browsers */
        background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
    }

    #menu a.ManualTramitacao2 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
        background: #b5bdc8; /* Old browsers */
        background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
    }

    #menu a.RequerimentoDespacho {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2e8f1+0,5d478b+100 */
        background: #f2e8f1; /* Old browsers */
        background: -moz-linear-gradient(top, #f2e8f1 0%, #5d478b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e8f1), color-stop(100%,#5d478b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2e8f1 0%,#5d478b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f2e8f1 0%,#5d478b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f2e8f1 0%,#5d478b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f2e8f1 0%,#5d478b 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8f1', endColorstr='#5d478b',GradientType=0 ); /* IE6-9 */
    }

    #menu a.DocRecebimento {
        background: #8DB6CD;
    }

    #menu a.ReordDocumento {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febbbb+0,fe9090+45,ff5c5c+100;Red+3D+%231 */
        background: rgb(254,187,187); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
    }

    #menu a.DespachoLote {
        background: #339999;
    }

    #menu a.DespachoLote2 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc9494+0,cc0000+100 */
        background: rgb(204,148,148); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(204,148,148,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,148,148,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(204,148,148,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9494', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    }

    #menu a.MateriasElaboracao {
        background-color: rgba(100, 100, 100, 0.96);
        /* IE9, iOS 3.2+ */
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOTEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgba(0, 0, 0, 0.91)),color-stop(1, rgb(200, 200, 200)));
        /* Android 2.3 */
        background-image: -webkit-repeating-linear-gradient(bottom,rgba(0, 0, 0, 0.91) 0%,rgb(200, 200, 200) 100%);
        /* IE10+ */
        background-image: repeating-linear-gradient(to top,rgba(0, 0, 0, 0.91) 0%,rgb(200, 200, 200) 100%);
        background-image: -ms-repeating-linear-gradient(bottom,rgba(0, 0, 0, 0.91) 0%,rgb(200, 200, 200) 100%);
    }

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc8c8c8",endColorstr="#e8000000",GradientType=0);
    }
}

#menu a.ConsultaProtocolo {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#937d71+0,937d71+2,996666+100&amp;0.32+0,0.32+0,0.32+1,1+100 */
    background: -moz-linear-gradient(top, rgba(147,125,113,0.32) 0%, rgba(147,125,113,0.32) 1%, rgba(147,125,113,0.33) 2%, rgba(153,102,102,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,125,113,0.32)), color-stop(1%,rgba(147,125,113,0.32)), color-stop(2%,rgba(147,125,113,0.33)), color-stop(100%,rgba(153,102,102,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(147,125,113,0.32) 0%,rgba(147,125,113,0.32) 1%,rgba(147,125,113,0.33) 2%,rgba(153,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(147,125,113,0.32) 0%,rgba(147,125,113,0.32) 1%,rgba(147,125,113,0.33) 2%,rgba(153,102,102,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(147,125,113,0.32) 0%,rgba(147,125,113,0.32) 1%,rgba(147,125,113,0.33) 2%,rgba(153,102,102,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(147,125,113,0.32) 0%,rgba(147,125,113,0.32) 1%,rgba(147,125,113,0.33) 2%,rgba(153,102,102,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52937d71', endColorstr='#996666',GradientType=0 ); /* IE6-9 */
}

#menu a.EnviarProtocolo {
    background: #8B475D;
}

#menu a.ProcessoDigital {
    background-color: #0292b6;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDBjNGY0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMzYwNzgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(0, 196, 244)),color-stop(1, rgb(3, 96, 120)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top,rgb(0, 196, 244) 0%,rgb(3, 96, 120) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom,rgb(0, 196, 244) 0%,rgb(3, 96, 120) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(0, 196, 244) 0%,rgb(3, 96, 120) 100%);
}

#menu a.DocSGP22 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100;Yellow+3D+%231 */
    background: #f6e6b4; /* Old browsers */
    background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6e6b4 0%,#ed9017 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
}

#menu a.DocPlenario {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,0a5bc4+100&amp;0.32+0,1+100 */
    background: -moz-linear-gradient(top, rgba(125,185,232,0.32) 0%, rgba(10,91,196,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0.32)), color-stop(100%,rgba(10,91,196,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125,185,232,0.32) 0%,rgba(10,91,196,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527db9e8', endColorstr='#0a5bc4',GradientType=0 ); /* IE6-9 */
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00c4f4",endColorstr="#ff036078",GradientType=0);
    }
}

/* IE8- CSS hack */
@media \0screen\,screen\9
{
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00c4f4",endColorstr="#ff036078",GradientType=0);
    }
}

/* CSS3 Effects */
#menu a {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    #menu a:hover {
        -webkit-transform: scale(0.85,0.85);
        -moz-transform: scale(0.85,0.85);
        -o-transform: scale(0.85,0.85);
        -ms-transform: scale(0.85,0.85);
        transform: scale(0.85,0.85);
    }

#menu a {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

@media (max-width:768px) {
    #menu a i {
        font-size: 16px;
    }
}

.ui-icon-custom-delete {
    background-image: url(/Content/images/03/16/01.png) !important;
}

.ui-icon-custom-include {
    background-image: url(/Content/images/03/16/03.png) !important;
}

.ui-icon-custom-attach {
    background-image: url(/Content/images/04/16/40.png) !important;
}

.ui-icon-custom-report1 {
    background-image: url(/Content/images/report1-add-16x16.gif) !important;
}

.ui-icon-custom-report2 {
    background-image: url(/Content/images/report2-add-16x16.gif) !important;
}

.ui-icon-custom-preview {
    background-image: url(/Content/images/preview16.png) !important;
}

/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
    list-style: none;
}

#coolMenu {
    float: right;
    margin-right: 180px;
}

    #coolMenu > li {
        float: right;
        background-image: url('/Content/images/Button2.png');
        width: 90px;
        height: 90px;
    }

    #coolMenu li a {
        display: block;
        height: 2em;
        line-height: 2em;
        padding: 0 1.5em;
        text-decoration: none;
    }

    #coolMenu ul {
        position: absolute;
        display: none;
        z-index: 999;
    }

        #coolMenu ul li a {
            width: 220px;
            margin: 0px;
        }

    #coolMenu li:hover ul.noJS {
        display: block;
        margin: 0;
        padding: 10px;
    }

/* Main menu
------------------------------------------*/
#coolMenu {
    font-family: Tahoma,Arial;
    font-size: 12px;
    background: #fff;
    padding-right: 0px;
}

    #coolMenu > li > a {
        color: #000;
        font-weight: bold;
        text-align: center;
    }

    #coolMenu > li:hover > a {
        background-image: url('/Content/images/Button.png');
        width: 50px;
        height: 90px;
        color: #fff;
    }

    /* Submenu
------------------------------------------*/
    #coolMenu ul {
        background: #fff;
        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
        border: 1px solid;
        border-radius: 10px;
    }

        #coolMenu ul li a {
            color: #000;
            margin: 0;
            font-family: calibri;
            font-size: 15px;
        }

        #coolMenu ul li:hover a {
            background: #00A8E7;
            color: #fff;
        }

input[type="text"].textoLinha {
    width: 100%;
}

.pagination {
    display: inline-block;
}

    .pagination a, .pagination span {
        color: black;
        float: left;
        padding: 9px 12px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #7491a8;
            color: white;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }

.documentosSigiloso {
    background: #D98880 !important;
}

span.total-pager {
    font-style: oblique;
    font-weight: bolder;
}
.ui-autocomplete-loading {
    background: white url("/Content/images/ajax-loader.flower.16x16.gif") right center no-repeat;
}
.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}
/* correção para botões de rádio e check dentro de tabs SW #48286850*/
.ui-icon-blank {
    background-image: none !important;
    background-color: #ffffff !important;
}

.ui-icon-check {
    background-color: #ffffff !important;
    background-position: -64px -144px !important;
}

.ui-controlgroup-cmsp {
    margin: 3px;
}