@import url('http://fonts.googleapis.com/css?family=Merriweather');
/**

CUSTOM MODULE


**/

#votacao
{
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #DCDCDC;
  padding: 5px 0;
  margin-bottom: 20px;
  height: 35px;

}
#vot-nome
{
  width: 60%;
  position: relative;
  float: left;
  margin-bottom: 10px; 
}

#vot-accoes
{
  width: 25%;
  position: relative;
  float: left;
  margin-bottom: 10px; 
}

#adicionar-votacao
{
  position: relative;
  float: right;
  top:20px;

}

#adicionar-votacao a
{
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  color:#007CBC;
  border: 1px solid #007CBC;
  font-style: italic;
}

#adicionar-votacao a:hover
{
  background-color: #007CBC;
  color: #fff;
}

#vot-estado
{
  width: 10%;
  position: relative;
  float: left;
  margin-bottom: 10px; 
}

#vot-header
{
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
}

#nome-votacao
{
  width: 60%;
  float: left;
  position: relative;
  margin-top: 10px;
}

#nome-votacao-user
{
  width: 85%;
  float: left;
  position: relative;
  margin-top: 10px;
}

#nome-votacao a, #nome-votacao-user a
{
  color: #333;
  padding-left:10px; 
  font-size: 15px;

}

#node-editar
{
  width: 10%;
  float: left;
  position: relative;
  margin-top: 10px;

}

#node-editar a
{
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  color:#007CBC;
  border: 1px solid #007CBC;
  font-style: italic;
}

#node-ver-candidatos
{
  width: 15%;
  float: left;
  position: relative;
  margin-top:10px; 
}
#node-ver-candidatos a
{
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  color: #007CBC;
  border: 1px solid #007CBC;
  font-style: italic;
}

#node-editar a:hover, #node-ver-candidatos a:hover
{
  background-color:#007CBC;
  color: #fff; 
}

#proposta
{
  width: 100%;
  float: left;
  position: relative;
  background-color: green;
  border: 1px solid;
  padding: 5px 0;

}

#nome-proposta
{
  width: 35%;
  float: left;
  position: relative;
  padding-top: 30px; 
  margin-left: 20px;
  font-style: italic;
  font-size: 14px;
}

.form-votos-vot
{
	width: 7%;
  float: left;
  position: relative;
  padding-top: 30px; 
}

#nome-proposta a
{
  color: #333;
  padding-left:10px; 
  font-size: 15px;
}

#justificacao-proposta
{
  width: 14%;
  float: left;
  position: relative;
  padding-top: 20px; 
}
#form-resumo-vot
{
  width: 10%;
  float: left;
  position: relative;
}

#justificacao-proposta a, .form-resumo-vot a
{
	color: #333;
}

#node-estado
{
  margin-top: 10px;
  float: left;
  position: relative;
  font-size: 13px; 
}

#node-editar-proposta
{
  width: 10%;
  float: left;
  position: relative;
}

#node-editar-proposta a
{
  color: #333;
  font-size: 15px;
}


#a-votacao
{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px;
  margin-top:30px;

}


.form-nome-vot
{
    width: 50%;
    float: left;
    position: relative;
    padding-top: 30px;
    margin-left: 20px;
    font-style: italic;
    font-size: 14px;
}

.form-justificacao-vot
{
  position: relative;
  float: left;
  width:15%;
  padding-top:20px; 
  display: none;
}

.form-resumo-vot
{
  position: relative;
  /*float: left;*/
  width:14%;
  padding-top:20px;
  /*float: right;
  left: -135px;*/
  float: left; 
}

.form-checkboxes
{
  position: relative;
  float: right;
  width:10%;
  padding-top:16px;
  font-size: 13px; 
}

.node-type-votacao .form-checkboxes
{
	left: 0px;
}

#labels
{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
#nome-v
{
    float: left;
    position: relative;
    width: 56%;
}

#just
{
  float: left;
  position: relative;
  width: 11%;
  height: 10px;
}

#resumo
{
  float: left;
  position: relative;
  margin-left: 30px;
}

#form-propostas--2 input#edit-submit-button--2
{
  padding:5px 10px;
  border:1px solid #007CBC;
  border-radius: 20px;
  color: #007CBC;
  background-color: #fff;
  font-style: italic;
  font-family: "Merriweather";
}

#form-propostas--2 input#edit-submit-button--2:hover
{
  cursor: hand;
  cursor: pointer;
  background-color: #007CBC;
  color: #fff;
}


#form-propostas input#edit-submit-button
{
  padding: 10px 20px;
  font-size: 14px;
  border:1px solid #007CBC;
  border-radius: 20px;
  color: #007CBC;
  background-color: #fff;
  font-style: italic;
  /*font-family: "Merriweather";*/
}

#form-propostas input#edit-submit-button:hover
{
  cursor: hand;
  cursor: pointer;
  background-color: #007CBC;
  color: #fff;
}

#form-propostas--2 input.form-checkbox
{
  float: right;
  position: relative;
  right: 30px;
}


#form-propostas--2 .form-checkboxes 
{
    position: relative;
    float: right;
    width: 10%;
    padding-top: 25px;
    font-size: 13px;
}


.propostas
{
  width:100%;
  float: left;
  position: relative;
  border:1px solid #DCDCDC;
  padding: 5px 0;
  margin-bottom: 20px; 
  height: 70px;
}


.propostas .form-checkboxes
{
  margin:0 !important;
}

.form-conteudo-vot
{
	width: 100%;
	position: relative;
	float: left;
	
	border: 1px solid #DCDCDC;
  height: 70px;
  margin-bottom: 20px;

}

#message-formulario
{
	position: absolute;
	width: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	display: none;
}

#message-center
{
	width: 400px;
	height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: white;
	margin: auto;
	 

}

#message-top
{
	width: 100%;
	height: 50px;
	float: left;
	background-color: red;
	border-bottom: 1px solid;
}

#fechar
{
	width: 50px;
	height: 100%;
	position: relative;
	float: left;
}

#foto-proposta
{
	width:50px;
	height: 50px;
	float: left;
  border:3px solid #007CBC; 
  margin-left: 10px;
  margin-top: 7px;
	
}

#foto-proposta img
{
	width: 100%;
	height: 100%;
}


#nome-2
{
  float: left;
  position: relative;
  width: 40%;
  margin-bottom: 10px;
}

#justificacao-2
{
  width: 12%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  text-align: center;

}

.form-votos-edit
{
  width: 5%;
  float: left;
  position: relative;
  margin-top:28px; 
}

.form-votos-edit a
{
  padding:5px 10px;
  border: 1px solid #007CBC;
  border-radius: 20px;
  color: #007CBC;
}

.form-votos-edit a:hover
{
  background-color: #007CBC;
  color: #fff;
}

#resumo-biografico-2
{
  float: left;
  position: relative;
  width: 18%;
  margin-bottom: 10px;
  display: none;
}
#votos-2
{
  width: 9%;
  position: relative;
  float: left;
  margin-bottom: 10px;
  margin-left: 45px;
}
#accoes-2
{
  width: 20%;
  position: relative;
  float: left;
  margin-bottom: 10px;
}
#votacoes-titulo
{
  position: relative;
  float: left;
  margin-bottom: 40px; 
}

#separadores
{
  width: 100%;
  position: relative;
  float: left;
  height: 40px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 30px;
  font-family: "Merriweather";
  margin-top: 40px;
}

#vot-title
{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.lista
{
  
  float: left;
  position: relative;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-right:1px solid #DCDCDC;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right:20px; 
  font-weight: bold;
}

.lista:hover
{
  color: #fff;
  background-color: #007CBC;
  cursor: hand;
  cursor: pointer;
}

.book
{
  background:url('/sites/all/themes/javali_theme/images/spt.png');
  width: 30px;
  height: 35px;
  position: relative;
  float: left;
}

.book:hover
{
  background:url('/sites/all/themes/javali_theme/images/spt.png') scroll 0px -55px;
}


#propostas-container input#edit-submit-button
{
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 5px 10px;
  background-color: #fff;
  border:1px solid #007CBC;
  border-radius: 20px;
  color: #007CBC;
  font-style: italic;
}

#propostas-container input#edit-submit-new-votation
{
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 5px 10px;
  background-color: #fff;
  border:1px solid #007CBC;
  border-radius: 20px;
  margin-left: 20px;
  color: #007CBC;
  font-style: italic;
}

#propostas-container input#edit-submit-button:hover, #propostas-container input#edit-submit-new-votation:hover
{
  background-color: #007CBC;
  color: #fff;
  cursor: hand;
  cursor: pointer;
}


#propostas-container input[type="checkbox"]
{
  background: url('/sites/all/themes/javali_theme/images/spt.png') scroll 0px -55px;
  float: right;
  margin-right: 10px;
  width: 20px;
  height: 20px;

}

#utilizador-votou
{
  width: 100%;
  height: 70px;
  border:1px solid #DCDCDC;
  float: left;
  margin-bottom: 20px; 
}


#votou-user
{
    float: left;
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
    padding-top: 27px;
    position: relative;
    width: 80%;
}

#votou-voto
{
   float: right;
    font-size: 14px;
    font-style: italic;
    margin-left: 20px;
    padding-top: 27px;
    position: relative;
    width: 10%;
}

.blue
{
  background-color: #007CBC !important;
  color: #fff !important;
}


#titulo-votacao
{
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

#confirmacao-de-voto
{
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

input#fake-submit
{
   	background-color: #fff;
    border: 1px solid #007cbc;
    border-radius: 20px;
    color: #007cbc;
    font-size: 20px;
    font-style: italic;
    padding: 15px 40px;
}

input#fake-submit:hover:enabled
{
  color: #fff;
  background-color: #007CBC;
  cursor: hand;
  cursor: pointer;
}

#buttons
{
  width: 100%;
  float: left;
  text-align: center;
}

#texto-popup
{
  width: 440px;
  padding: 0px 10px;
  text-align: center;
  float: left;
  margin-bottom: 40px;
}

input#close
{
  padding: 10px 60px;
  border: 1px solid #007CBC;
  font-size: 14px;
  background-color: #fff;
  color: #007CBC;
  font-style: italic;
  border-radius: 20px;
  margin-left: 20px;
}

input#close:hover
{
  color: #fff;
  background-color: #007CBC;
  cursor: hand;
  cursor: pointer;
}


