/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,28): run-time error CSS1039: Token not allowed after unary operator: '-azul-camara'
 */
:root {
    --azul-camara: #187297;
}

.novo-rotulo{
    background-color: var(--azul-camara);
}



/* ----------------------------------------------
    padronização comum
----------------------------------------------*/

*{
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: .85em;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    color: #555;
    margin: 0!important;
    padding: 0!important;
}

#todo {
    min-height: 100%;
    margin-bottom: -110px;
}

    #todo:after {
        content: '';
        display: block;
    }

a {
    text-decoration: none;
    color: #275e7e;
}

    /*a:hover p {
        color: #275e7e!important;
    }*/

h2 {
    font-size: 2em;
    color: #275e7e;
}

h3 {
    font-size: 1.3em;
    color: #275e7e;
}

header, footer, nav, section {
    display: block;
}

img {
    border: 0;
}

/*input[type=checkbox] {
    /*margin: 2px;*/
    /*position: relative;
    top: 1px;
}*/

input[type=checkbox].mod1 {
    margin: 5px;
}

/*input[type=radio] {
    margin: 2px;
}*/

table {
    border-spacing: 0;
}

textarea {
    resize: none;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

/* -----------------------------------------
    cabeçalho
-----------------------------------------*/

#cabecalho {
    height: 180px;
    width: 980px;
    margin: 0 auto;
    font-family: Helvetica, Arial, Verdana, Sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

#barradata {
    height: 20px;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;    
}

#logo {
    height: 100px;
    padding: 10px;
}

#topoDireito {
}

#autorizado {
    text-align: right;
    margin-bottom:10px;
}

#buscador {
    height: 60px;
}

#formatado p {
    margin-bottom: 20px;
}

.nav li{
    float: left;
    position: relative;
    line-height: 20px;
}

.nav li a:link,
.nav li a:visited{
    display: block;
    padding: 3px;
    text-align: center;
    /*width: 150px;*/ /* passar para 130px qdo o portal de história entrar no ar */
    /*width: 80px;*/
    color: #ccc;
    font-weight: normal;
    margin-right: 12px;
}
 
.nav li:hover a,
.nav li a:active,
.nav li a:hover{    
    color: #fff;
}
 
.submenu{
    margin: 0;    
    display: none;
    position:absolute;
    top: 25px;
    z-index: 5;
}
 
.nav li:hover .submenu{
    display:block;
}
 
.submenu li a:link,
.submenu li a:visited{
    display: block;
    padding: 5px;
    background: #003b57;
    width: 150px;
    color: #ccc;
    /*border-bottom: 1px solid #222;*/
}
 
.submenu li:hover a,
.submenu li a:active,
.submenu li a:hover{    
    background: #004c69;
    color: #fff;
}

nav.mod1 {
    float: right;
}

nav.mod1 ul li {
    float: left;
    position: relative;
    line-height: 20px;    
}
nav.mod1 ul a {
    display: block;
    padding: 3px 7px;
    background-color: #003B57;    
    color: #ccc;
    border-radius: 5px 0 5px 0;
    margin-left: 5px;
    font-size: 0.9em;
}
    nav.mod1 ul a:hover {
        color: #fff;
        background-color: #275e7e;
    }

/* fim: menu superior */

#botaoBusca {
    border: none;
    min-height: 25px;
    background-color: #004c69;
    color: #fff;
    padding: 6px 5px;
}

/* ------------------------------------------
    conteúdo principal
------------------------------------------*/

#pagina {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

#vereador {
    width: 980px;    
}

#noticia {
    width: 300px;
    float: left;
    margin: 10px 0 0 0;
    /*border: 1px solid #f00;*/
}

#noticiaCentro {
    margin: 10px 0 0 15px;
    width: 290px;
    float: left;
}

#destaque {
    width: 645px;
    float: right;
    margin: 10px 3px 20px 0;
    height: 340px;
    /*border: 1px solid #f00;*/
}

#midia {
    width: 300px;
    float: right;
    margin: 0px 5px 0 0;
}

#acervoHistorico {
    width: 300px;
}

#evento {
    width: 310px;
    min-height: 400px; /* min-height: 700px - tamanho com notícias sobre solenidades */
    float: right;
    margin: 0 32px 0 10px;
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #275e7e;*/
}

.subevento {
    background-color: #EAEFF7;
    padding: 10px;
}

#ultimas {
    width: 640px;    
    float: left; 
}

#perfil {
    float: left;
    width: 300px;
    margin: 10px 20px 0 0;
}

#fichaVereador {
    width: 260px;  
    padding: 20px;
    border-radius: 10px;
    /*border: 1px solid #275e7e;*/
    background-color: #EAEFF7;
}

/* ---------------------------------------
    artigo completo
---------------------------------------*/

#artigo {
    width: 620px;
    float: left;
    margin: 10px 20px 0 0;
}

.topico {
    font-size: 0.8em;
    margin-right: 10px;
    /*padding: 3px;*/
    /*margin: 20px 5px 20px 0;*/
    /*background-color: #275e7e;
    color: #fff;*/
}

#menuEdicao {    
     margin-bottom: 20px;
     position: relative; top: -10px;
     /*display: block;*/
     height: 90px;
}

#menuEdicao li {
    float: left;
    margin: 5px;

    /*padding: 5px 15px 5px 15px;*/
    text-align: center;
    vertical-align: middle;
    display: block;
    font-size: 0.9em;
    width: 80px;
    height: 80px;
    /*padding: 10px;*/
    /**/
}

    #menuEdicao li:hover {
        background-color: #B0C4DE;
        border-radius: 5px;
    }

    #menuEdicao li a {        
        width: 80px;
        height: 80px;
        display: block;
        color: #555;
    }

        #menuEdicao li a:hover {
            color: #fff;
            cursor: pointer;    
        }

/* -----------------------------------------
    créditos finais - rodapé
-----------------------------------------*/

#creditos {    
    background: #aaa;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
}

    #creditos a {
        color: #fff;
    }

#creditos, #todo:after {
    height: 175px;    
}  

#creditos p {
        padding: 10px;
    }

/* -----------------------------------------------------------
    Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

input[type=text].valid, textarea.valid {
            border-color: none;
            background-color: none;
        }
        input[type=text].error, textarea.error {
            border: 1px solid #f00;
            background-color: #fee;
        }
        label.error {
            color: #f00;
            font-size: 11px;
        }

/* página principal
-------------------------------------------------------- */

/* esta parte vai ser um arquivo css separado */
div.texto {
    float: left;
    background: #089007;
    width: 60px;
    height: 40px;
    display: block;
    
}

div.seta {
    /*width: 60px;*/
    /*height: 40px;*/
    border: 40px solid;
    border-color: blue gray green red;
    float: left;
}

/*  --------------------------------------
    MODELOS PADRONIZADOS - MODX
    --------------------------------------*/

/* A */

a.mod1 {
    color: #275e7e;
}

a.mod2 {
    background: url("../content/imagens/detalhes/lapis.png") no-repeat center center;
    display: block;
    width: 80px;
    height: 16px;
    font-size: 0;
}

a.mod3 {
    background: url("../content/imagens/detalhes/lixo.png") no-repeat center center;
    display: block;
    width: 80px;
    height: 16px;
    font-size: 0;    
}

a.mod4:hover {
    text-decoration: none;
}

a.mod5 {    
    color: #fff;
    background-color: #003b57;
    width: 100px;
    padding: 5px;
    margin: 5px 0 5px 150px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

    a.mod5:hover, a.mod6:hover, a.mod8:hover {
        text-decoration: none;
        background-color: #004c69;
    }

a.mod6 {
    color: #fff;
    background-color: #275e7e;
    padding: 5px 10px;
    text-align: center;
    /*display: block;*/
    border-radius: 5px;
    font-size: 1em;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

    a.mod5:hover {
        text-decoration: none;
        background-color: #004c69;
    }

a.mod7 {
    width: 300px;
    height: 50px;
    overflow: hidden;
    display: block;
}

    a.mod7:hover img {
        margin-top: -50px;
    }

a.mod8 {
    color: #fff;
    background-color: #003b57;
    width: 95px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;   
    border-radius: 5px; 
}

/* B */

/* button.mod1 = input[type=submit].mod4 */

button.mod2 {
    font-size: 0.8em !important;
    width: 120px !important;
}

/* D */
div.mod1, div.mod2 {
    font-size: 1em;    
    margin-bottom: 10px;
}
    div.mod1 label, div.mod2 label {
        color: #187297;
        width: 150px;
        display: inline-block;
        text-align: right;
        margin-right: 10px;
    }
    div.mod1 input[type=text], input[type=email], input[type=file], input[type=datetime] {
        width: 600px;
        height: 22px;
    }
    div.mod1 input[type=file] {
        width: 300px;
        height: 22px;
    }
    div.mod1 select {
        width: 412px;
        height: 27px;
    }
    div.mod1 input[type=submit] {
        padding: 5px 10px;
        margin-left: 212px;
    }
    div.mod2 input[type=text], input[type=datetime] {
        width: 200px;
        height: 22px;
    }
    div.mod2 select {
        width: auto;
        height: 27px;
    }

div.mod3 {
    background-color: #EAEFF7;
    padding: 10px 0;
}

/* F */

fieldset.mod1 {
    background-color: #EAEFF7;
    width: 940px;
    /*background-color: #F7F8F8;*/
    /*border: 2px solid #96B0BF;*/
    border: 1px solid #275e7e;
}

fieldset.mod2 {
    background-color: #EAEFF7;
    width: 300px;
    border: 1px solid #275e7e;
}

fieldset.mod3 {
    background-color: #EAEFF7;
    width: 600px;
    border: 1px solid #275e7e;
}

fieldset.mod4 {
    background-color: #EAEFF7;
    width: 100%;
    /*background-color: #F7F8F8;*/
    /*border: 2px solid #96B0BF;*/
    border: 1px solid #275e7e;
}

fieldset.mod5 {
    background-color: #eaeff7;
    border: 1px solid #275e7e;
}

fieldset.mod6 {
    background-color: #EAEFF7;
    border: 1px solid #275e7e;
    padding: 20px;
    width: 620px;
}

fieldset.mod7 {
    width: 580px;
    border: 1px solid #275e7e;
}

fieldset.mod8 {
    width: 100%;
    border: 2px solid #275e7e;
    background-color: #EAEFF7;
}

fieldset.mod10 {
    background-color: #fff;
    border: 1px solid #275e7e;
}

fieldset.mod1 legend, fieldset.mod2 legend, fieldset.mod3 legend, fieldset.mod4 legend, fieldset.mod5 legend, fieldset.mod6 legend, fieldset.mod7 legend, fieldset.mod8 legend, fieldset.mod10 legend {
    background-color: #275e7e;
    color: #fff;
}

fieldset.mod9 {
    border: 0px;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    border-radius: 5px;
    background-color: #f2f8fb;
}
/* H */

h2.mod1 {

    font-size: 2em;
    color: #555;
    background-color: #EEEEEF;
    padding: 3px 5px;
    border-bottom: 2px solid #555;
}

hr.mod1 {
    border: 0;
    border-top: 1px solid #275e7e;    
    /*margin: 10px 0 10px 0;*/
}

hr.mod2 {
    border: 0;
    border-top: 1px solid #ccc;    
    margin: 10px 0 10px 0;
}

/* I */

img.mod1 {
    float: left;
    margin: 0 7px 0 0;
    max-width: 150px;
    max-height: 100px;
    border: 2px solid #fff;    
    /*border-radius: 6px;*/
}

img.mod2 {
    float: left;
    margin: 0 7px 0 0;
    max-width: 100px;
    max-height: 67px;
    border: 2px solid #fff;
    /*border-radius: 6px;*/
}

img.mod3 {
    margin: 3px 3px 0 0;
}

img.mod4 {
    float: left;
    margin: 0 7px 0 0;
    max-width: 100px;
    max-height: 67px;
    border: 2px solid #EAEFF7;
    /*border-radius: 6px;*/
}

img.mod5 {
    float: left;
    margin-bottom: 7px;
    width: 286px;
    border: 2px solid #EAEFF7;
    /*border-radius: 6px;*/
}

img.mod6{
    max-width: 286px;
    max-height: 190px;
    border: 2px solid #eaeff7;
    text-align: center;
}

    img.mod1:hover, img.mod2:hover, img.mod4:hover, img.mod5:hover, img.mod6:hover {
        border: 2px solid #275e7e;
    }

/* input[type=button].mod1 = input[type=submit].mod4 */

input[type=file].mod1 {
    width: 400px;
}

input[type=file].mod2 {
    width: 930px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #555;
}

input[type=image].mod1 {
    margin: 5px;
    float: right;
}    

input[type=image].mod2 {
    margin: 5px;
    float: left;
}

    input[type=image].mod1:hover, input[type=image].mod2:hover {
        cursor: pointer;
    }

input[type=radio].mod1 {
    margin: 5px;
}

input[type=submit].mod1 {
    font-size: 1.2em;
    padding: 10px 20px 10px 20px;
    margin-left: 835px;
}

input[type=submit].mod2, button.mod2 {
    font-size: 1.1em;
    padding: 7px 10px;
}

input[type=submit].mod3 {
    font-size: 1.1em;
    padding: 7px 10px;
    float: right;
}

input[type=submit].mod4, button.mod1, input[type=button].mod1 {
    font-size: 1.1em;
    width: 120px;
    height: 40px;
}

input[type=submit].mod5 {
    width: 120px;
    padding: 5px;
    text-align: center;
    margin-left: 162px;
}

button.mod4, input[type=submit].mod4{
    padding: 5px;
    min-width: 100px;
    /*margin-left: 120px;*/
}
button.mod5 {
    padding: 5px;
    width: 120px;
    margin-left: 10px;
}

input[type=submit].mod6 {
    background-color: #275e7e;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 20px;
    font-size: 1em;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
    input[type=submit].mod6:hover {
        background-color: #187297;
        cursor: pointer;
    }

input[type=submit].mod7, a.mod12, button.mod3  {
    padding: 10px 30px;
    border: 0;
    border-radius: 5px;
    background-color: #275e7e;
    color: #fff;
}

a.mod12 {
    font-size: 0.9em;
    float: right;
}

    input[type=submit].mod7:hover, a.mod12:hover, button.mod3:hover {
        background-color: #f60;
        cursor: pointer;
        text-decoration: none;
    }

input[type=text].mod1 {
    width: 400px;
    height: 25px;
    font-size: 1.0em;
    margin: 5px;
}

input[type=text].mod2, input[type=password].mod2 {
    width: 200px;
    height: 25px;
    font-size: 1.0em;
}

input[type=text].mod3 {
    width: 600px;
    height: 25px;
    font-size: 1.0em;
    /*margin-bottom: 10px;*/    
}

input[type=text].mod4 {
    width: 300px;
    height: 25px;
    font-size: 16px;
}

input[type=text].mod5 {
    width: 190px;
    height: 25px;
    font-size: 16px;
}

input[type=text].mod6, input[type=password].mod6 {
    width: 100%;
    height: 25px;
    font-size: 1em;
}

input[type=text].mod7 {
    width: 100%;
    height: 22px;
    font-size: 0.9em;
}

input[type=text].mod9 {
    width: 100px;
    height: 25px;
    font-size: 1.2em;
}

input[type=text].mod10 {
    width: 50px;
    height: 25px;
    font-size: 1.2em;
}

/* L */

.editor-label {
    margin: 1em 0 0 0;
    color: #275e7e;
}

.editor-field {
    margin: 0.2em 0 0 0;
}

label.mod1 {
    font-size: 0.8em;
    position: relative;
    top: -2px;
}

label.mod2 {
    margin: 0 20px 0 5px;
    color: #187297;
}

label.mod9, span.mod9, p.mod9 {
    color: #275e7e;
    font-size: 1.4em;
}

label.mod3 {
    font-size: 1em;
    color: #187297;
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

/* P */

p.mod1, span.mod1 {
    color: #555;
    font-weight: bold;
    padding: 2px;
}

p.mod2, span.mod3 {
    color: #275e7e;
    font-weight: bold;
}

p.mod3 {
    color: #275e7e;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 5px;    
}

p.mod4 {
    /*font-family: Verdana;*/
/*    font-weight: bold;*/
    font-size: 1.2em;
    color: #275e7e;
    line-height: 1.5em;
}

p.mod5 {
    color: #555;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;    
}

p.mod6 {
    color: #555;
    font-size: 0.9em;
    line-height: 1.2em; 
}

p.mod7 {
    color: #555;
    line-height: 1.5em;
}

p.mod8 {
    color: #275e7e;
    font-size: 0.9em;
    line-height: 1.2em;
}

/* p.mod9 = label.mod9 */

p.mod10 {
    color: #f00;
    font-weight: bold;
}

p.mod11 {
    color: #000;
    font-size: 1.2em;
}

p.mod12 {
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: #8abedc;
    color: #fff;
}

p.mod13 {
    font-size: 0.8em;
    color: #187297;
    margin-left: 20px;
}

pre.mod1 {
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    color: #275e7e;
}

pre.mod2 {
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
    color: #000;

    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; 
    word-wrap: break-word; /* IE 5.5+ */
}

/* S */

/* span.mod1 = p.mod1 */

span.mod2 {
    color: #f00;
    font-weight: bold;
}

/* span.mod3 = p.mod2 */

span.mod4 {
    color: #187297;
    font-size: 0.8em;
}

span.mod5 {
    font-size: 1.2em;
}

select.mod1 {
    width: 150px;
    height: 20px;
    font-size: 1.0em;
    margin: 10px;
}

select.mod2 {
    width: 200px;
    height: 20px;
    font-size: 1.0em;
    position: relative;
    top: -2px;
}

select.mod3 {
    width: 202px;
    height: 27px;
    /*padding: 5px 0;*/
}

select.mod4 {
    width: 302px;
    height: 27px;
    /*padding: 5px 0;*/
}

select.mod5 {
    width: 214px;
    height: 28px;
}

select.mod6 {
    width: 416px;
    height: 28px;
}

/* T */

table.mod1 {
    background-color: #EFF3F5;
    width: 100%;
}
    table.mod1 td, table.mod1 th {
        border: 1px solid #fff;
        padding: 3px;
    }
    table.mod1 th {
        background-color: #497691;
        color: #fff;
        padding: 3px 5px 3px 5px;
    }
    table.mod1 tr:nth-child(even) {
        background-color: #dfe7eb;
    }

table.mod2 td {
    padding: 5px 0 5px 0;
}

table.mod3 {
    width: 100%;
}

table.mod3 td {
    padding: 5px;
}

table.mod4 {
    width: 800px;
}

table.mod4 th {
    /*background-color: #ccc;*/
    padding: 5px;
}

table.mod4 td {
    
    border: 1px solid #888;
    padding: 5px;
    font-size: 1.2em;
}

/* table.mod5 */
table.mod5 {
    width: 100%;
}

table.mod5 thead tr th{
    border-bottom: 2px solid #275e7e;
    color: #275e7e;
    padding: 3px 5px;  
}
    table.mod5 thead tr th * {
        color: #275e7e;    
    }
    table.mod5 thead tr th a:hover {
        color: #5092b9;
    }

    table.mod5 tbody tr td {
        padding: 3px 5px;
    }

table.mod5 tbody tr:nth-child(odd) {
    background-color: #eaeff7;
}

/*table.mod1 tbody tr:nth-child(even) {
    background-color: #ddd;
}*/

table.mod5 tbody tr:hover {
    background-color: #b0c4de;
}

    table.mod5 tfoot tr th {
        text-align: left;
        color: #275e7e;
        border-top: 2px solid #275e7e;
        padding: 3px 5px;
    }
/* fim table.mod5 */

/* table.mod6 */
table.mod6 {
    width: 100%;
}

table.mod6 td, table.mod6 th{
    border: 2px solid #fff;
    border-radius: 5px;
}
    table.mod6 thead tr th {        
        color: #fff;
        padding: 5px 5px;
        background-color: #942525;
        font-weight: normal;
    }

    table.mod6 tbody tr td {
        padding: 3px 5px;
    }

    table.mod6 tbody tr:nth-child(odd) {
        background-color: #f9f0ef;
    }

    table.mod6 tbody tr:nth-child(even) {
        background-color: #f2dad7;
    }

    table.mod6 tbody tr:hover {
        background-color: #e3b6b0;
        cursor: pointer;
    }

    table.mod6 tfoot tr th {
        text-align: left;
        color: #275e7e;
        border-top: 2px solid #275e7e;
        padding: 3px 5px;
    }
/* fim table.mod6 */

ul.menuPagina li {
    display: inline;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
    ul.menuPagina li span {
        padding: 5px 10px;
        border-radius: 5px;
        background-color: #f00;
        color: #fff;
    }
    ul.menuPagina li a {
        padding: 5px 10px;
        border-radius: 5px;
        background-color: #275e7e;
        color: #fff;
    }
        ul.menuPagina li a:hover {
            background-color: #ff6a00;
        }

textarea.mod1 {
    width: 100%;
}

textarea.mod2 {
    width: 600px;
    height: 200px;
    margin: 5px 0 5px 0;
    padding: 2px;
}

textarea.mod13 {
    width: 100%;
    height: 70px;
    font-size: 0.9em !important; 
}

.mod11 textarea {
    width: 100%;
    height: 200px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.3em;
}

.mod12 input[type=text] {
    width: 400px;
}

.mod12 textarea {
    height: 600px;
}

/* formatação de formulário */

#contaTitulo, #contaIntro {
    font-size: 0.7em;
}

fieldset {
    padding: 20px;
    border-radius: 10px;
}

legend {
    float: left;
    margin-top: -33px;
    border-radius: 4px;
    padding: 3px 10px 3px 10px;
    font-size: 1.1em;
    font-weight: bold;
}

fieldset.azul {
    padding: 50px;
    border-radius: 10px;
    border: 2px solid #275e7e;
    background-color: #efefef;
    /*margin: 0 auto;*/
    width: 250px;
    margin: 100px 0 100px 0;
}

fieldset.laranja {
    margin: 10px;
    padding: 30px;
    border: 2px solid #ffa400;
    border-radius: 10px;
    background-color: #fff;
    width: 90%;
}

fieldset.laranja legend {
    float: left;
    margin-top: -45px;
    color: #fff;
    background-color: #ffa400;
    border-radius: 4px;
    padding: 0 10px 3px 10px;
    font-size: 1.2em;
}

    legend + * {
        clear: both;
    }

.rotulo1 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

/* formatação de rótulo */

.caixa1 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.2em;
    width: 99%;
    height: 25px;
}

.caixa2 {
    width: 80%;
    height: 25px;
}

.caixa3 {
    width: 296px;
    height: 22px;
    font-size: 1em;
    margin-bottom: 10px;
}

.caixa4 {
    width: 100%;
    height: 22px;
    font-size: 1.0em;
}

textarea.caixa1 {
    height: 100px;
}

textarea.caixa3 {
    width: 298px;
    height: 80px;
}

.placeholder {
    color: #aaa;
}

.editor {
    width: 99%;
    height: 1000px;
    resize: none;
}

.botao1 {
    font-size: 1.2em;
    padding: 10px 20px 10px 20px;
}

hr.azul {
    border: 0;
    border-top: 1px solid #275e7e;
    margin-bottom: 10px;
}

hr.cinza {
    border: 0;
    border-top: 1px dotted #b1b1b1;    
    margin: 10px 0 10px 0;
}

/* -----------------------------------------------
    formatação de tabelas
 ----------------------------------------------*/

.tabela1{
    background-color: #dfe7eb;
    width: 95%;
    margin: 20px;
}
    .tabela1 td, .tabela1 th {
        border: 3px solid #fff;
    }
    .tabela1 th {
        background-color: #497691;
        color: #fff;
        padding: 3px 5px 3px 5px;
    }
    .tabela1 tr:nth-child(even) {
        background-color: #EFF3F5;
    }

/* Botões */
.botaoImagemEditar {
    background: url("../content/imagens/detalhes/lapis.png") no-repeat center center;
    display: block;
    width: 20px;
    height: 30px;
    font-size: 0;
}

.botaoImagemExcluir {
    background: url("../content/imagens/detalhes/lixo.png") no-repeat center center;
    display: block;
    width: 20px;
    height: 30px;
    font-size: 0;
}

.botaoImagemUpload {
    background: url("../content/imagens/detalhes/up3.png") no-repeat center center;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
}

    .botaoImagemUpload:hover {
        cursor: pointer;
    }

.botaoImagemReset {
    background: url("../content/imagens/detalhes/cancelar.png") no-repeat center center;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
}

    .botaoImagemReset:hover {
        cursor: pointer;
    }

/*@media screen and (max-width: 5000px) {
/*@media screen and (max-width: 1319px) {*/
    /*#pagina, #creditos, #vereador {
        width: 980px;
    }
        #vereador hr, #vereador h3 {
            display: none;
        }

    #menuvereador li {
        width: 4%;
        margin: 0.9px;
    }

        #menuvereador li a img {
            width: 100%;
        }
    #galeriaNews {
        float: left;
    }
}*/

/*@media screen and (min-width: 1320px) {
    #logo, #menuSuperior, #pagina, #creditos {
        width: 1300px;
    }
}*/

.manchete {
    color: #275e7e;
    /*font-size: 1.0em;*/
}

.mancheteEvento {    
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.minimanchete {
    color: #275e7e;
    font-size: 1.2em;
}

/* -------------------------------------------
    Artigos
-------------------------------------------*/

.topicos {
    float: left;
    width: 200px;
}

    .topicos input {
        margin: 5px;
    }

.chapeu {
    font-size: 0.7em;
    font-weight: bold;
    color:#275e7e;
}

/* edição de artigos: imagens */
#arquivos {
    font-size: 200px;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 10;
}

#areaClique {
    float: left;
    width: 332px;
    height: 256px;
    overflow: hidden;
    border: 2px dashed #555;
    text-align: center;
    background-color: #fff;
    margin: 0 15px 0 0;
}

    #areaClique:hover {
        cursor:pointer;
    }

#arquivos {
    cursor: pointer;
    width: 332px;
    height: 256px;
}    

.thumb {
    height: 75px;
    border: 1px solid #707070;
    margin: 0 15px 10px 0;
}

input[type=button].minibotao {
    font-size: x-small;
    /*background-color: #A75C01;*/
    /*border: 3px double #efeeef;
    color: #efeeef;*/
    padding: 5px;
    width: auto;
}

.imagemOlho {
    background: url("../content/imagens/detalhes/olho.png") no-repeat center center;
    display: block;
    height: 20px;
    width: 40px;
    float: left;
    font-size: 0;
}

.imagemLapis {
    background: url("../content/imagens/detalhes/lapis.png") no-repeat center center;
    display: block;
    height: 20px;
    width: 40px;
    float: left;
    font-size: 0;
}

.imagemRelogio {
    background: url("../content/imagens/detalhes/clock.png") no-repeat center center;
    /*display: block;
    height: 30px;
    width: 70px;*/
    float: left;
    font-size: 0;
}

.imagemLixo {
    background: url("../content/imagens/detalhes/lixo.png") no-repeat center center;
    display: block;
    height: 20px;
    width: 40px;    
    float: left;
    font-size: 0;
}    

/*----------------------------------------
    Passo a passo para edição de artigo
---------------------------------------*/
.etapa1, .etapa2 {
    width: 100px;
    height: 30px;
    float: left;
    padding: 10px 10px 0 35px;
    color: #fff;
}
.etapa1 {
    background-color: #B0C4DE;            
}
.etapa2 {
    background-color: #97A8BF;            
}
.seta0, .seta1, .seta2, .seta3 {
    width: 0;
    height: 0;
    border: 20px solid;
    float: left;
}
.seta0 {            
    border-color: #B0C4DE #B0C4DE #B0C4DE #fff;            
}
.seta1 {
    border-color: #97A8BF #97A8BF #97A8BF #B0C4DE;
}
.seta2 {
    border-color: #B0C4DE #B0C4DE #B0C4DE #97A8BF;
}
.seta3 {
    border-color: #fff #fff #fff #B0C4DE;
}

.soImpressao {
    display: none;
}

.fb-like {
    float: left;
    margin-right: 10px;
}

.twitter-share-button {
    width: 95px !important;
    position: relative !important;
    top: 3px !important;
}

/* Gradientes */
.gradcinza {
    padding: 5px;
    background-image: -moz-linear-gradient(top, #c5dbec, #FFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5dbec),to(#FFF));
    /*-ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#c5dbec,EndColorStr=#FFFFFF)';*/
    background-image: linear-gradient(top, #c5dbec, #FFF);
    border-radius: 5px;
    border: 1px solid #c5dbec;
}

.gradmod1 {
    padding: 5px;    
    background-image: -moz-linear-gradient(top, #EAEFF7, #FFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EAEFF7),to(#FFF));
    /*-ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#EAEFF7,EndColorStr=#FFFFFF)';*/
    background-image: linear-gradient(top, #EAEFF7, #FFF);
    border-radius: 5px;
    border: 1px solid #EAEFF7;
}

/*.gradcinza {
    padding: 5px;
    background-image: -moz-linear-gradient(top, #eee, #FFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee),to(#FFF));
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#eeeeee,EndColorStr=#FFFFFF)';
    background-image: linear-gradient(top, #eee, #FFF);
    border-radius: 5px;
    border: 1px solid #eee;
}*/



/*.gradazul {
    padding: 5px;
    /*background-image: -moz-linear-gradient(top, #004B68, #FFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004B68),to(#FFF));
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#004B68,EndColorStr=#FFFFFF)';
    background-image: linear-gradient(top, #004B68, #FFF);*/

    /*background-image: -moz-linear-gradient(top, #FFF, #004B68);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#004B68));
    -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFF,EndColorStr=#004B68)';
    background-image: linear-gradient(top, #FFF, #004B68);

    border-radius: 5px;
    color: #fff;
    font-weight: bold;*/
/*}*/

#barra-brasil {
    display: none !important;
}
#aegypti-intervencao {
    left: 0;
}
