/*
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;
}

a:not([href]) {
  cursor: default;
}


.cursor-default {
    cursor: default;
}




div.dialog {
    background-color: #b31216;
    border-radius: 3px;
    box-shadow: 0px 0px 7px #333333;
    color: #FFF;
    display: none;
    font: inherit;
    height: auto;
    left: 33%;
    padding: 20px;
    position: absolute;
    text-align: center;  
    top: 340px;
    width: 200px;    
}

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



/*--------- Newsletters ----------*/

div.newsletter {
    position: relative;
}

div.newsletter .dialog {
    top: 60%;
    left: 40%;
}

.grupoemail {
    margin: 3px;
    display: block;
    outline: solid 0px red;
/*    float: right;*/
    width: 200px;
/*    text-align: left;*/
    padding: 0px;
}

.select-dados.at { 
    text-align: center;
    display: block; 
    width: 100%; 
    min-height: 200px; 
}

.select-dados label {
    float: none;
    font-size: 0.9em;
    overflow: hidden;
    padding-bottom: 0.5em;
    padding-right: 1.5em;
}

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

#submit-newsletters {
    margin: 0.7em auto;
    display: block;
    width: 83px;
}
div.dialog {
    background-color: #b31216;
    border-radius: 3px;
    box-shadow: 0px 0px 7px #333333;
    color: #FFF;
    display: none;
    font: inherit;
    height: auto;
    left: 33%;
    padding: 20px;
    position: absolute;
    text-align: center;  
    top: 340px;
    width: 200px;    
}

.error {
    border: 1px solid red !important;
    background-color: #f7e2c9 !important;
}

.dialog2 {    
    display: none;
    background-color: #F4F5FC;
    border: #747373 1px solid;
    border-radius: 6px;
    padding: 0.2em;
    position: absolute;
    z-index: 50;
    box-shadow: 0px 0px 7px #333333;
    width: 305px;    
}

.dialog2.quero-contratar {
    width: 430px;
    left: 35%;
}

.dialog2 .title-bar {
    height: 30px;
    background-color: #d3d3d3;
    position: relative;    
    padding: 0.3em;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    
}

.dialog2 .close {
   background: #d3d3d3 url('images/close.png') no-repeat; 
   height: 24px;
   width: 24px;
   position: absolute;
   right: 3px;
   top: 1px;
   cursor: pointer;   
}

.dialog2 .box-content {
    padding: 0.5em;
}

.dialog2 .dialog {
    top: 5%;
    left: 20%;
}



.solicitacao {
    font-family: "latof", sans-serif;
/*    width: 25%;*/
    float: right;
    clear: right;
    text-align: center;
    background-color: #999;
    color: #fff;
    margin-bottom: 1em;
    
}

.solicitacao a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding: 1.3em;
    cursor: pointer;
}

.solicitacao:hover {
    background-color: #666;
}

.conteudo.interna .solicitacao {
    width: 25%;
}

.grupo-box .solicitacao {
    width: 100%;
}



div#btn-quero-contratar {
    background-color: #999;
    color: #fff;
    float: right;
    font-family: "latof", sans-serif;
    overflow: hidden;
    text-align: center;
    width: 25%;
}

div#btn-quero-contratar  a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 1.3em;
    width: 100%;
}

div#btn-quero-contratar :hover {
    background-color: #666;
}

div#creditos {    
    font-size: 0.67em;
    font-style: italic;
    color: #fff;
    float: right;
    position: relative;
    top: 12px;
}

