﻿

.appointment
{
	padding: 5px 15px 5px 0px;

	}
	

/* ----------------------------- */
/*  =       Title Agenda       = */
/* ----------------------------- */

.titleAgenda
{
   display: block;
	font-weight: bold;	
	font-family: Arial;
	color: #5c7f92;
	font-size: 17px;
	line-height: 15px;
	letter-spacing:0px;
	padding: 15px 10px 5px 10px;
	
	}
	
@media (max-width: 600px) 
{ 
	.titleAgenda
{
	font-size: 12px;
	} 
	}	    
	
	
 @media (min-width: 580px) and (max-width: 600px)   
 {
	 .titleAgenda
{
	font-size: 15px;
	}
	 }   
	

	

/* ----------------------------- */
/*  =       Dates         = */
/* ----------------------------- */
	
 .date
 {
	font-family: Arial,Helvetica,sans-serif;
	
	font-size: 14px;
	color: #5c7f92;
	max-width: 200px;
	line-height: 5px;	
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 13px;
	 }
	 
	 
@media (max-width: 600px) 
{ 
 .date
 {    
	font-size:  11px;
	line-height: 0px;
	margin-top: 11px;
	 }   
	}	 



@media (min-width: 580px) and (max-width: 600px) {  
 .date
 {
	font-size:  12px;
	line-height: 0px;
	margin-top: 14px;
	 }   
	}	 	 
	 
/* ----------------------------- */
/*  =       Titles         = */
/* ----------------------------- */
	
	
	 
.title a
 {
	display: inline-block;  
	font-family: Arial,Helvetica,sans-serif;
	font-size:  13px;
	line-height: 17px;
	color: #5c7f92;
	text-decoration: none;
	margin-top: 6px; !important
	 }
	 
@media (max-width: 600px) 
{ 
 .title a
 {
	font-size:  10px;
	line-height: 13px;

	 }   
	}	 



@media (min-width: 580px) and (max-width: 600px) {  
 .title a
 {
	font-size:  12px;
	line-height: 15px;

	 }   
	}	 
		 
	 
	 
	 
	 
/* ----------------------------- */
/*  =       Checkboxes         = */
/* ----------------------------- */


#newsandevents
{
	padding: 10px 0px 0px 10px;
}

div.filters a.checkbox
{
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 11px;
	margin-bottom: 8px;
   
	padding-left: 19px;
	line-height: 20px;
	
    margin-left: 3px;
	text-decoration: none;	 
}

@media (min-width: 580px) and (max-width: 600px)   
{
	 div.filters a.checkbox
	{
	font-size: 12px;
    margin-left: 5px;

	}
}

@media (min-width: 600px) {
  div.filters a.checkbox
	{
	font-size: 13px;
    margin-left: 8px;


}
	}
 
 div.filters a.checkbox:hover 
 {
	text-decoration: none;    
 }

div.filters a.on
{
	background-image: url(../images/IconsAgenda/ico_agenda_active.png);
	background-position: 0px 2px;
}

div.filters a.off 
{
	background-image: url(../images/IconsAgenda/ico_agenda_not_active.png);
	background-position: 0px 2px;
}
	 

a.modern-ui-more
{
	display: block;
	position: absolute; 
	z-index: 2; 
	right: 0px; 
	bottom: 0px; 
	width: 56px; 
	height:56px; 
}        