﻿.calendari-visita
{
	float: none;
}

.calendari-dies
{
	/*float: none;*/
	/*width: 80%;*/
	/*min-width: 200px;*/
	/*max-width: 300px;*/
    padding-bottom:1em; 
}

.calendari-hores
{
	float: none;
	margin-left: 20px;
	min-width: 200px;
}

.tdia
{
	border-collapse: collapse;
	margin-top: 1em;
	padding: .6em .5em;
	padding: .6em 2%;
	width: 100%;
}

.titol5
{
	padding-left: 0;
	margin: 0 0 .5em 0;
	width: auto;
	font-size: 1em;
}
.dia
{
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	padding: .5em .5em;
	border: 2px solid #fff;
	background-color: #f4d2d0;
	color: #000;
	margin: 1px;
}

.dia a:link, .dia a:visited
{
	text-decoration: none;
	color: #0180cf;
}

.dia a:hover
{
	border-bottom: 1px solid #0180cf;
}

.festiu
{
	color: #000000;
    background-color: #f4d2d0; 
}

.disponible
{
	background-color: #cde5c4;
    color: #000000 !important;
}

.triat
{
	background-color: #6d9bd8;
	color: #fff;
}

.triat a:link, .triat a:visited, .triat a:hover
{
	cursor: default;
	text-decoration: none;
	color: white;
	border-bottom: 0px;
}

.triat a:focus
{
	outline: 0;
}

.data-text
{
    /*display:none; */
}

.hores
{
  width: 15.5em;
  height: 3.3em;
  border-radius: 15px;
  border: solid 1px #c8c8cd;
  padding: 10px;
  background: url(../Images/salut/down-arrow.svg) 94% / 4% no-repeat;
	
}

