.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.calendar{
    background: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #DDD;
}
.calendar a{
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.calendar .manual_popover{
	background-color: #094C93;
}
.calendar td{
	text-align: left;
}
.calendar .header{
    padding: 10px 0 10px 0;
}
.calendar .prev_month{
    float: left;
}
.calendar .next_month{
    float: right;
}
.calendar .year{
    text-align: center;
    font-weight: 500;
}
.calendar .week_days{
    font-weight: 500;
}
.calendar .event{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;	
    background: #3B5A97;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.calendar .event li {
	list-style-type: none;
	margin-top:5px;
}
.calendar .event ul {
	padding-left:5px;
}
.calendar .event:hover{
    background: #3B5A97;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
}
.calendar .event a{
    color: white;
}
.calendar .table td{
    padding: 5px;
}
.calendar .table{
    margin-bottom: 3px;
}
.calendar .week_days td{
    background: #f0f0f0 ;
    color: #000;
}
.calendar .visualmonthyear {
    color: #000;
}
.noborder, .noborder .calendar, .noborder .calendar * {
    border: none !important;
}
.dropdown-menu .calendar td a {
    padding: 0px;
}

.daysmonth .week_days td{
	height:20px;
}

@media screen and (min-width: 992px) {
	.daysmonth td{
		text-align: left;
		height:70px;
	}
}
@media screen and (max-width: 992px) {
    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
        padding: 5px;
    }
	.daysmonth td{
		height:80px;
	}
}
@media screen and (max-width: 767px) {
	.daysmonth td{
		height:60px;
	}
}
@media screen and (max-width: 560px) {
	.daysmonth td{
		height:50px;
	}
}
@media screen and (max-width: 480px) {
	.daysmonth td{
		height:40px;
	}
}
