@charset "utf-8";
/* CSS Document */

div.container-fluid{
	padding:0em 2em 0em 2em;
}

div.colunas2 {
	column-count: 2;
}

.banner {
	font-size: 25px;
    line-height: 30px;
    color: #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 10px;
	display:block;
}

.titulo2 {
	font-size: 15px;
	right:0;
	display:block;
	float:right;
}

/*grafico*/

#Graph_V2{
	color:#444;
	position:relative;
	width:100%;
	padding:0px;
	display:inline-block;
	text-align:center;
	border:1px solid #dfdfdf;
	background-color:#FFFFFF;
	border-radius:0.25em;
	margin-top:10px;
	margin-bottom:10px;
}

#Graph_V2 img{
	width:70%;
}

.grafico:after {
  content: "";
  display: block;
  padding-bottom: 30%;
  border: solid 1px black;

}

.graficotitulo {
  position: relative;
  display:block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
}

/*cores*/

div.verde {
	background-color: #26A65B;
}

div.amarelo {
	background-color: #F89406;
}

div.azul {
	background-color: #2E4DC5;
}

div.vermelho {
	background-color: #E74C3C;
}

div.margens {
	margin-top: 10px;
	margin-bottom: 10px;
}

.card{
	clear:both;
	padding:0em;
}


/*tipos de letra*/

p.card-text {
	font-size: 1em;
    color: #FFF;
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
}

p.card-title {
	font-size: 2.5em;
    color: #FFF;
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0;
	line-height:1em;
}

/*imagens*/

div.euros {
	background-image: url('http://apps.iasaude.pt/transparencia/Imagens/Dinheiro_BG.png');
	background-size: contain;
    background-repeat: no-repeat;
}

div.filas {
	background-image: url('http://apps.iasaude.pt/transparencia/Imagens/Pessoas_BG.png');
	background-size: contain;
    background-repeat: no-repeat;
}

div.senhas {
	background-image: url('http://apps.iasaude.pt/transparencia/Imagens/DSRAM_BG.png');
	background-size: contain;
    background-repeat: no-repeat;
}

div.oculos {
	background-image: url('http://apps.iasaude.pt/transparencia/Imagens/MaisVisao_BG.png');
	background-size: contain;
    background-repeat: no-repeat;
}

div.calendario {
	background-image: url('http://apps.iasaude.pt/transparencia/Imagens/Calendario.png');
	background-size: contain;
    background-repeat: no-repeat;
}


/*footer*/

 .footer {
   background-color: #D4DBDC;
   color: #0095F4; /*cor do texto*/
   border-radius: 5px;
   margin-bottom:10px;
}


/*************** OVERIDES ****************/

#MyNav{
	background-color: #f1f1f1;
	padding:0em 2em 0em 2em;
}

nav.navigation{
	
}

ul.pagination {
	white-space: nowrap;
	overflow-x: auto;
}

.pagination-lg .page-link{
	font-size:1rem !important;
	background-color: #f1f1f1 !important;
	padding:0.75rem !important;
}

.page-link{
	border:none !important;
	color:#000 !important;
	margin-left: 0px !important;
}

.page-link:hover{
	background-color:#ddd !important;
	transition: 0.3s;
	cursor:pointer !important;
}

.page-link.active{
	background-color: #FFF !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	transition: 0.3s;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) { 

	div.colunas2 {
		column-count: 1;
		clear:both;
	}
	
	div.container-fluid{
		padding:0em;
	}
	
	#MyNav{
		padding:0em;
	}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 

	div.colunas2 {
		column-count: 1;
	} 
	
	div.container-fluid{
		padding:0em;
	}
}

/*/ Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }



/****************** OUTROS ESTILOS ************************/

.popup{
	position:absolute;
	margin:0 auto;
	z-index:1000;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-20%;
	border: 1px solid #CCC;
	border-radius:4px;
	background-color:#FFF;
	padding:20px;
}

.close_button{
	position:static;
	float:right;
	display:inline-block;
	cursor:pointer;
}