.pn_calendar_list_container{
	margin: 0 auto;
	width:280px;
	background-color: #cacaca;
	overflow: hidden;
}
.pn_calendar_list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;	
}
.pn_calendar_list li {
	float: left;
	margin: 0;
	padding: 0;
}
.pn_calendar_list a {
	color: #fff;
	font-weight:normal;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	padding-top: 6px;
	/* padding-left: 20px; */
	border-right:#e5e4da 1px solid;
	border-bottom:#e5e4da 2px solid;
	text-align: center;
}
.pn_calendar_list a:hover {
	background-color: #757575;
	color: #fff;
}

.pn_this_month{
	background-color: #25cc81;
}
.pn_other_month{
	background-color: #909090;
}
.pn_active_day{
	background-color: #9d3d5c;
}

.pn_cal_cell_ev_counter{
	    position: absolute;
	    width: 18px;
	    height: 18px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 10px;
	    /* margin: 1px 0 0 127px; */
	    /* display: block; */
	    text-align: center;
	    font-size: 10px;
	    color: white;
	    background: red;
	    line-height: 18px;
	    margin-left: -12px;
	    margin-top: -9px;
}


.pn_cal_cell_ev_start_select_h, .pn_cal_cell_ev_start_select_m,
.pn_cal_cell_ev_finish_select_h, .pn_cal_cell_ev_finish_select_m{
	width: 70px !important;
}

#pn_calendar_info_popup {
	position: fixed;
	top: 48%;
	left: 52%;
	margin-left: -150px;
	width: 300px;
	display: none;
	overflow: hidden;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.6);
	-webkit-box-shadow: 
		inset 0 0 0 1px rgba(0,0,0,.6), 
		inset 0 0 0 2px rgba(255,255,255,.2);
	-moz-box-shadow: 
		inset 0 0 0 1px rgba(0,0,0,.6), 
		inset 0 0 0 2px rgba(255,255,255,.2);
	box-shadow: 
		inset 0 0 0 1px rgba(0,0,0,.6), 
		inset 0 0 0 2px rgba(255,255,255,.2);
	color: #fff;
	font-size: 16px;
	font-family: 'Tahoma',sans-serif;
	z-index: 999999;	
}

.pn_calendar_popup_err{
	display: none;
	color:white;
	background-color: red;
	border:solid 1px yellow;
	padding: 5px;
}

#pn_get_prev_month{    margin-right: 35px;}
#pn_get_next_month{    margin-left: 35px;}
.pn_calendar_list_container{margin-top:10px;}
@media(min-width:992px){
    .lista-eventos-calendar{padding-left: 40px;}
}
