/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/04/2015, 15:06:28
    Author     : afelix
*/


.box-lista h6.area {
    text-transform: uppercase;
}

.cursor-default {
    cursor: default;
}

div.dialog {
    /*background-color: #009640!important;*/
    border-radius: 3px;
    box-shadow: 0px 0px 7px #333333;
    color: #FFF;
    display: none;
    font: inherit;
    height: auto;    
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 45%;
    text-align: center;      
    width: 200px;
    margin-left: -100px;
    z-index: 100;
}

.dialog2 .dialog {
    left: 50%;
    top: 45%;
}

div#conteudo-texto.form {
    position: relative;    
}

/*--------- Newsletters ----------*/
div.grupos input {
    float: none;
    font-size: 0.9em;
    padding: 1em 0.8em; 
}

/*Galeria Fotos*/

#galeria-fotos {
    position: absolute;
    z-index: 100;
}

#galeria-fotos a {
    display: none;
}


.box-lista-grupo p {
    display: inline;
}

.box-lista.servico-box {
    min-height: 0 !important;
}

.box-lista.servico-box .box-lista-grupo {
    min-height: 0 !important;
}


.box-lista.espaco-box {
    min-height: 0 !important;
}

.box-lista.espaco-box .box-lista-grupo {
    min-height: 140px !important;
}

.box-lista.un-movel-box {
    min-height: 0 !important;
}

.box-lista.un-movel-box .box-lista-grupo {
    min-height: 210px !important;
}
