@charset "iso-8859-2";
/* CSS Document */

/* agenda List Style */


.px-agenda.list {
	padding: 0;
	margin:15px;
	width: 100%;
}
.px-agenda.list article { margin-bottom: 10px; }
.px-agenda.list article:last-child { margin: 0; }
.px-agenda.list .agenda-box {
	background-color: #0f1c26;
	border-radius: 5px;
	border: 1px solid #02101B;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	float: left;
	position: relative;
	width: 99%;
	margin:15px;
}
@media screen and (max-width: 767px){
.px-agenda.list .agenda-box {
	width: 90%;
	margin:5px;
}
}
.px-agenda.list .agenda-box:before,
.px-agenda.list .agenda-box:after {
	background-color: #02101B;
	border-color: #02101B;
	border-image: none;
	border-radius: 0 0 50px 50px;
	border-style: solid;
	border-width: 0 1px 1px;
	content: "";
	height: 12px;
	left: 98px;
	position: absolute;
	top: -1px;
	width: 24px;
	z-index: 9;
}
@media screen and (max-width: 767px){
.px-agenda.list .agenda-box:before,
.px-agenda.list .agenda-box:after {
	left: 70px;
}
}
.px-agenda.list .agenda-box:after {
	border-radius: 50px 50px 0 0;
	border-width: 2px 2px 0;
	bottom: -2px;
	top: auto;
}
/* agenda Date Style */
.px-agenda.list .agenda-date {
	float: left;
	text-align: center;
	width: 110px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.px-agenda.list .agenda-date strong {
	color: #323a41;
	display: block;
	font-size: 36px;
}
.px-agenda.list .agenda-date .agenda-mes {
	color: #7d858f;
	font-size: 14px;
	text-transform: uppercase;
}
.px-agenda.list .agenda-date .agenda-ano {
	color: #7d858f;
	font-size: 14px;
}

@media screen and (max-width: 767px){
.px-agenda.list .agenda-date {
	width: 80px;
}
.px-agenda.list .agenda-date strong {
	font-size: 40px;
	font-weight: 200;

}
}
/* agenda Inner Style */
.px-agenda.list .agenda-inner {
	overflow: hidden;
	position: relative;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 25px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #02101B;
}
.px-agenda.list .agenda-title {
	font-size:18px;
	font-weight:bold;
	float: left;
	width: 30%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right:10px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #02101B;
	min-height:80px;

}
.px-agenda.list .agenda-datadetails {
	font-size:14px;
	background-image: url(../images/sprits_calendar.png);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	color: #6e767f;
	float: left;
	width: 25%;
	min-height: 30px;
	margin-right:10px;
	padding-left:40px;
	padding-top: 30px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #02101B;
	min-height:80px;
}
.px-agenda.list .agenda-location {
	font-size:14px;
	background-image: url(../images/sprits_location.png);
	background-repeat: no-repeat;
	padding-left:40px;
	margin-right:5px;
	color: #6e767f;
	margin-top: 25px;
	float: left;
	width: 40%;
	min-height: 35px;
}
@media screen and (max-width: 767px){
.px-agenda.list .agenda-inner {
	width: 200px;
}
.px-agenda.list .agenda-title {
	float: none;
	width: 99%;
	margin-top:5px;
	min-height:35px;
	border:none;
	padding:0;
}
.px-agenda.list .agenda-datadetails{
	font-size:11px;
	float: none;
	width: 99%;
	margin-top:5px;
	padding-top:10px;
	min-height:30px;
	background-position: 0px 0px;
	border:none;
}
.px-agenda.list .agenda-location{
	font-size:11px;
	float: none;
	width: 99%;
	margin-top:5px;
	min-height:30px;

}
}



.private {
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9999;
	background-color:#02101B;
	color:#F00;
	font-size:10px;
	padding: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.publico {
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#02101B;
	color:#09F;
	font-size:10px;
	padding: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
