/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.btnMensagem{
    margin-top: 28px;  
    font-size: 14px;  
    text-transform: uppercase;
    text-align: right;
}
.spnMensagem{
    margin: 8px;
    border-radius: 50%;
    border: 1px solid #fcb040;
    padding: 2px 5px;
    font-size: 12px;
    color: #fcb040;
}

.tdTamanho{
    font-size: 12px;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff2') format('woff2'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype'),
         url('../fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0;
	margin:0;
	list-style:none;	
    font-family: 'aller_lightregular';
    transition: all 350ms linear 0s;
}
h1,h2,h3,h4,h5{
	font-weight:lighter;	
}
a:visited,
a:focus,
a:hover{
	text-decoration:none !important;
	outline:none;	
}
body{
	overflow-x:hidden;		
}
.container{
	max-width:1170px;	
}
.f-14{
    font-size: 14px;
}
.f-18{
    font-size: 18px;
}
.white{
    color: #806300;
}
.top-bar{
    background: #ffc600;
    height: 55px;
    width: 100%;
    position: fixed;
    z-index: 100;
}
.brand{
    margin-top: 13px;
}
.menu ul{
    display: table;
    margin:11px auto;
}
.item-menu{
    float: left;
    background: url(../images/divisor_menu.png) no-repeat right center;
    height: 34px;
    padding-right: 25px;
    margin-right: 25px;
}
.item-menu img,
.inativo .login img{
    float: left;
    margin-right: 8px;
}
.item-menu:hover img,
.inativo .login:hover img{
    transform:rotate(360deg);
} 
.item-menu span{
    font-family: 'allerregular';
    text-transform: uppercase;
    line-height: 32px;
}
.item-menu:hover span,
.inativo .login:hover span,
.inativo .cadastro span{
    color: #363636;
}
.inativo{
    height: 34px;
    margin-top: 17px;
}
.inativo .login{
    float: left;
    background: url(../images/divisor_menu.png) no-repeat right center;
    height: 22px;
    padding-right: 12px;
    margin-right: 12px;
}
.inativo span{
   font-family: 'allerregular';
   line-height: 20px;  
}
.inativo .cadastro:hover span{
    color: #fff;
}
.ativo{
    float: left;
    margin-top: 4px;
}
.avatar-login,
.info-login,
.txt-chamada,
.buttons,
.avatar-post,
.info-avatar{
    float: left;
}
.info-login{
    margin-left: 9px;
    margin-top: 9px;
}
.info-login h3{
    font-family: 'allerregular';
    text-transform: uppercase;
    color: #363636;
    margin: 0;
}
.info-login a{
    font-family: 'allerregular';
    font-size: 10px;
    text-decoration: underline;
    color: #806300;
}
.avatar-login img,
.avatar-post img{
    border: medium solid #806300;
    border-radius: 42px;
    height: 100%;
}
.avatar-login:hover img{
    border-color: #363636;
}
.inativo{
    display: none;
}
.centering{
    display: table;
    margin:0 auto;
}
.info-site{
    padding-top: 55px;
}
.chamada{
     border-bottom:solid 1px #f2f2f2;
     width: 100%;
     margin-bottom: 35px;
     height: auto;
     padding-top: 5px;
     padding-bottom: 10px
}
.txt-chamada{
    color: #c2c2c2;
}
.buttons{
    margin-left: 14px;
    margin-top: 20px;
}
.buttons a{
    padding: 6px 18px;
    border-radius:4px;
    background: #fff;
    border:solid 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'allerregular';
    margin-right: 4px;
}
.button-enviar{
    color: #95c951;
    border-color: #95c951;
}
.button-enviar:hover{
    background: #95c951;
    color: #fff;
    border-color: #95c951;
}
.button-cadastre{
    color: #fcb040;
    border-color: #fcb040;
}
.button-cadastre:hover{
    background: #fcb040;
    color: #fff;
    border-color: #fcb040;
}
.post{
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 35px;
    padding-bottom: 20px;
	float:left;
}
.header-post{
    float: left;
    height: 45px;
    width: 100%;
}
.avatar-post{
    margin-right: 6px;
}
.info-avatar{
    margin-top: 5px;
}
.info-avatar h3 {
    margin:0;
}
.info-avatar h3 a{
    color:#363636;
    text-transform: uppercase;
    font-family: 'allerregular';
}

.info-avatar span{
    font-size: 12px;
    color: #bebebe;
}
.img-irregularidade{
    float: left;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.img-post{
    width: 100%;
    height: auto;
}
.img-irregularidade img{
    height: auto;
    max-width: 100%;
}
.bg-shadow{
    background: url(../images/bg_shadow_icons.png) repeat-x bottom center;
    height: 86px;
    margin-bottom: 1px;
    margin-top: -87px;
    position: relative;
    z-index: 10;
}
.icons-img-post{
    margin-bottom: 21px;
    margin-top: -60px;
    position: relative;
    z-index: 11;
}
.img-post:hover{
    opacity:0.75;
    transform:scale(1.1,1.1);
}
.icon-post{
    float: left;
    margin-right: 8px;
}
.icon-post:hover{
    opacity:0.75;
    transform:scale(1.05, 1.05);
}
.local-post{
	background: #CCC;
	color: #363636;
	padding: 8px;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	height: 40px;
	line-height: 26px;
}
.local-post .icon-local{
    margin-right: 5px;
}
.desc-post {
	padding: 0px 10px 0px 10px;
	clear: both;
	float: left;
	width: 100%;
	min-height: 40px;
}

.desc-post .texto {
	font-size: 14px;
	color: #333;
	margin-left: 30px;
	width: 100%;
	padding-top: 2px;
}
.desc-post .icone img {
	width: 20px;
}
.desc-post .icone {
	float:left;
}
.icon-carregar{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.icon-carregar img{
    margin-bottom: 6px;
}
.icon-carregar span{
    font-size: 12px;
    font-family: 'allerregular';
    color: #c2c2c2;
    text-transform: uppercase;
}
.icon-carregar:hover img{
    transform:rotate(360deg);
}
.icon-carregar:hover span{
    color: #363636;
}
.chamada-participe{
    float: left;
    margin-top: 35px;
}
.chamada-participe h2{
    text-align: center;
    font-family: 'allerregular';
    font-size: 24px;
    color: #ffc600;
    text-transform: uppercase;
}
.chamada-participe span{
    font-family: 'allerregular';
    color: #806300;
}
.likebox{
    background:#f6f6f6;
    padding: 20px 0 5px;
    margin:58px 0 18px;
    position: relative;
}
.logo-participe{
    left: 50%;
    margin-left: -49px;
    position: absolute;
    text-align: center;
    top: -50px;
}
.copyright{
    background: #9b9b9b;
    height: 55px;
    margin-top: 15px;
}
.item-rede{
    float: left;
    margin-right: 3px;
}
.item-rede:hover{
    opacity:0.75;
    transform:rotate(360deg);
}
.item-last{
    background: none;
    padding: 0;
    margin: 0;
}
.copyright-info{
    text-align: center;
    color: #fff;
    margin-top: 18px;
}
.redes,
.alfama{
    margin-top: 18px;
}
.menu-footer{
    float: left;
}
.menu-footer .item-menu{
    background: url(../images/divisor_menu_footer.png) no-repeat right center;
}
.menu-footer .item-menu a{
    color: #c2c2c2;
}
.right{
    float: right;
    margin-top: 15px;
}
.breadcrumb{
    border-radius: 0 0 5px 5px;
    margin-top: -35px;
    background-color: #fbfbfb;
}
.item-breadcrumb{
    font-size: 12px;
}
.item-breadcrumb a{
    color: #c2c2c2;
    text-decoration: underline;
}
.title-denuncia strong{
    text-transform: uppercase;
    font-size: 18px;
}
.denuncia-content{
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 40px;
}
.imagem-denuncia-leitura{
    padding-right: 6px !important;
}
.imagem-denuncia-leitura img{
    max-width: 100%;
}
.padding-content{
    padding: 25px 30px 15px;
}
.denuncia-interacao{
    padding: 0;
    background-color: #fbfbfb;
    height: 759px;
    position: relative;
    overflow: hidden;
}
.post-owner {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.post-owner h3{
    color: #363636;
}
.post-owner span{
    color: #bebebe;
}
.denuncia-content .local-post{
    text-align: center;
    margin-bottom: 0;
}
.comment-owner{
    border-bottom: 1px solid #e3e3e3;
    float: left;
    width: 100%;
    padding:15px 0;
}
.apoiadores{
    text-align: center;
    color: #c2c2c2;
    font-style: italic;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-top: -12px;
    margin-top: 25px;
}
.mapa-iframe iframe{
    height: 507px;
} 
.comentarios{
    overflow-y: scroll;
    height: 215px;
}
.apoiadores img{
    margin-right: 5px;
}
.comment-owner .info-login h3{
    color:#97cc54;   
}
.comment-input{
    background: #e6e4e4;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    padding: 8px 30px;
}
.comment-input button{
    background: none;
    border:none;
}
.comment-input .form-group{
    margin-bottom: 0;
}
.comment-input button{
    float: right;
    margin-top: 3px;
}
.comment-input button:hover{
    opacity: 0.75;
}
#inputComment{
    float: left;
    width: 88%;
    font-size: 12px;
    font-style: italic;
}
.menu-responsive{
    background: #ffc600;
}
.navbar-toggle{
    margin-right: 0;
}
.navbar-inverse{
    border:none;
}
.navbar-inverse .navbar-toggle{
    border-color: #ffc600;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus{
    background: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
    background: #ffc600;
}
.logo-responsive{
    float: left;
}
.nav-collapse{
    clear: both;
}
.nav-collapse ul{
    padding: 15px 0 0;
    clear: both;
}
.nav-collapse .item-menu{
    float: none;
    margin-right: 0;
    background: none;
    margin-bottom: 15px;
}
.comment-owner .info-login {
    width: 80%;
}
/* ==========================================================================
   Modal Cadastro
   ========================================================================== */

#modal-cadastro .modal-header{
    background: #fcb040;
    border-radius:5px 5px 0 0 ;
    color: #fff;
    text-transform: uppercase;
    font-family: 'allerregular';
}
#modal-cadastro .modal-footer button{
    text-transform: uppercase;
    font-family: 'allerregular';
}
.button-face{
    display: table;
    margin: 0 auto 30px;
    width: 100%;
}
#modal-cadastro form{
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
}
#fb-root {
   display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
   width: 100% !important;
}
/* ==========================================================================
   Modal Enviar Imagem
   ========================================================================== */

#modal-imagem .modal-header,
#modal-login .modal-header{
    background: #97cc54;
    border-radius:5px 5px 0 0 ;
    color: #fff;
    text-transform: uppercase;
    font-family: 'allerregular';
}
.button-imagem{
    display: table;
    margin: 0 auto 30px;
    width: 100%;
    color: #fff;
    background: #cdcdcd;
    border-color: #bababa;
}
.button-imagem:hover{
    background: #bababa;
    color: #fff;
}
 #modal-imagem .help-block a{
    text-decoration: underline;
    color: #000;
 }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
