/* GLOBAL */

body {
	margin-top: 30px;
}
.ss-pageinfo {
	margin-top: 30px;
}
.ss-pageinfo h2 {
	margin-top: 5px;
}


/* MONTH CALENDAR */

#month_calendar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#month_calendar table, #month_calendar tr, #month_calendar td {
	padding: 0px;
}
#month_calendar_outer {
	width: 100%;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}
#month_calendar_inner {
	width: 100%;
	table-layout: fixed;
}
#month_calendar #month_calendar_inner td {
	vertical-align: top;
	width: 14%;
	height: 130px;
	padding: 5px;
}
#month_calendar .event {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	color: #7f7f7f;
	padding: 2px 0 0 0;
}
#month_calendar .event a {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .day_cell .all_day, #month_calendar .day_cell .multi_day {
	padding: 0 6px;
	line-height: 20px;
	color: #fff;
}
#month_calendar .day_cell .all_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border: 1px solid;
	border-color: #c6c6c6;
}
#month_calendar .day_cell .multi_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-color: #c6c6c6;
	margin-left: -5px;
	margin-right: -5px;
}
#month_calendar .day_cell .all_day a, #month_calendar .day_cell .multi_day a {
	color: #565656;
	text-decoration: none;
}
#month_calendar .day_cell .all_day a:hover, #month_calendar .day_cell .multi_day a:hover {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .first_day {
	margin-left: 0 !important;
	border-left: 1px solid !important;
}
#month_calendar .last_day {
	margin-right: 0 !important;
	border-right: 1px solid !important;
}
#month_calendar .day_cell .date {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0 0 3px 0;
}
#month_calendar .day_cell .date a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#month_calendar .day_cell .has_events a {
	color: #d75452;
	font-weight: bold;
}
#month_calendar .day_cell .date .num {
	font-size: 15px;
	color: #8a8a8a;
}
#month_calendar .day_cell .date a:hover {
	color: #000000;
	text-decoration: underline;
}
#month_calendar .day_cell .has_events a:hover {
	color: #000000;
}
#month_calendar .day_cell hr {
	margin-top: 7px;
	margin-bottom: 7px;
}
#month_calendar td.day_cell {
	padding-top: 30px;
}
#month_calendar .out_of_range {
	background: #fbfbfb;
}
#month_calendar .out_of_range .date {
	color: #aeaeae;
}
#month_calendar td.today {
	background-color: #e9f9ff;
}
#month_calendar #days_of_week th {
	padding: 5px 0;
	text-align: center;
}
#month_calendar #month_year th {
	padding: 5px;
	color: #000;
}
#month_calendar #month_year th.left {
	text-align: left;
}
#month_calendar #month_year th.center {
	text-align: center;
}
#month_calendar #month_year th.right {
	text-align: right;
}
#month_calendar .popover-title span.event_time {
	display: block;
	color: #4f4f4f;
	font-size: 85%;
	margin-top: 5px;
}
#month_calendar .calendar-color {
	background-color: #9f9f9f;
	position: relative;
	top: 0;
	display: inline-block;
	height: 8px;
	width: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9000px;
}


/* WEEK CALENDAR */

#week_calendar .header div {
	float: left;
	width: 20%;
}
#week_calendar .header div.left {
	padding-left: 10px;
}
#week_calendar .header div.center {
	width: 55%;
	text-align: center;
}
#week_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#week_calendar ul.list-group {
	margin-bottom: 0px;
}


/* DAY CALENDAR */

#day_calendar .header div {
	float: left;
	width: 15%;
}
#day_calendar .header div.left {
	padding-left: 10px;
}
#day_calendar .header div.center {
	width: 65%;
	text-align: center;
}
#day_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#day_calendar ul.list-group {
	margin-bottom: 0px;
}
.list-group-item .calendar_event_title {
	color: #3a3a3a;
	text-decoration: underline;
}
.list-group-item .calendar_event_title:hover {
	color: #4f4f4f;
	text-decoration: none;
}


/* MINI CALENDAR */

#mini_calendar td, #mini_calendar th {
	padding: 0;
	margin: 0;
	text-align: center;
}
#mini_calendar th {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mini_calendar .mini_calendar_days th {
	background: #e5e5e5;
	border: 1px solid #979797;
	border-width: 1px 0;
}
#mini_calendar th a {
	color: #000;
	font-size: 15px;
}
#mini_calendar td a {
	display: block;
	color: #fff;
}
#mini_calendar td div, #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
}
#mini_calendar td.has_events div {
	padding: 0;
}
#mini_calendar td.has_events div a {
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px;
	background-color: #f5f5f5;
}
#mini_calendar td.has_events .middot {
	display: block;
	padding: 6px;
}
#mini_calendar .middot {
	color: #bcbcbc;
}
#mini_calendar td.has_events div a:hover {
	background: #dff0d9;
	text-decoration: none;
}
#mini_calendar td.today div, #mini_calendar td.today div a {
	background-color: #fcf8e4;
}

.freq-list input[type=checkbox] {
	display: none;
}

.freq-list input[type=checkbox] + label {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	cursor: pointer;

	width: 30px;
	height: 30px;
	padding: 5px 0 0;

	border-radius: 4px;

	background: #ebebeb;
	text-align: center;
	font-weight: normal;
}

.freq-list input[type=checkbox]:checked + label {
	background: #c8c8c8;
	color: #FFF;
}

.freq-list.freq-list-large input[type=checkbox] + label {
	display: block;
	width: 100%;
}

.freq-list.freq-list-large > div div.row {
	margin-left: -2px;
	margin-right: -2px;
}

.freq-list.freq-list-large > div div.col-xs-4 {
	padding-left: 2px;
	padding-right: 2px;
}

/* CUSTOMIZATIONS */

.calendar-identifier {
	font-size: 80%;
	padding: .25em 1em;
	border-radius: 1em;
}

#month_list h4 {
	font-weight: bold;
	font-size: 1.2em;
}

.calendarview-switcher li.active a {
	font-weight: bold;
}

ul.horizontal.calendarview-switcher,
ul.horizontal.calendarmonth-switcher {
	margin: 0;
}/*
ul.horizontal.calendarview-switcher li:after,
ul.horizontal.calendarmonth-switcher li:after {
	content: " ";
}
*/
.event-list-image {
	width: 10em;
	height: 10em;
}

#month_calendar .event {
	display: block;
}

ul.calendarpager {
	border: 1px solid #ccc;
    border-radius: 1em;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;

    background: -moz-linear-gradient(top,    rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,   rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

ul.calendarpager li {
    border-left: 1px solid #ccc;
    display: inline-block;
    list-style: outside none none;
    padding: 0.2em 1em 0.3em;
}

ul.calendarpager li:first-child {
	border-left: none;
}

ul.calendarpager li:before,
ul.calendarpager li:after,
ul.calendarview-switcher li:before,
ul.calendarview-switcher li:after {
	display: none;
}

ul.calendarview-switcher {
	margin: 1em 0 1.5em;
}
ul.calendarview-switcher li {
	padding-right: 2em;
}

ul.calendarview-switcher li:last-child {
	padding-right: 0;
}

#calendar_select a,
.calendarpager a {
	text-decoration: none;
}

.tooltipster-base .event-actions {
	display: none;
}

.tooltipster-base {
	width: 50%;
}

@media screen and (max-width: 600px){
	#month_calendar #month_calendar_inner td {
		height: auto;
	}

	.tooltipster-base {
		display: none;
	}
}


/* BOOTSTRAP STYLES */
ul.list-group {
	display: inline-block;
	border: 1px solid #ccc;
	list-style: outside none none;
	margin: 0 0 1em;
	overflow: auto;
	padding: 0;

	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/*
.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
*/
a.list-group-item, button.list-group-item {
    color: #555;
}
.list-group-item {
    background-color: #fff;
    display: block;
    padding: 3px 10px;
    position: relative;
}

ul.list-group li {
    border-bottom: 1px solid #ddd;
}

ul.list-group li:last-child { border-bottom: none; }

.fa { font-weight: normal!important; text-decoration: none!important; }

#month_calendar .first_day {
    -moz-border-radius:    7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius:         7px 0 0 7px;
}
#month_calendar .last_day {
    -moz-border-radius:    0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius:         0 7px 7px 0;
}


#events_calendar div.eventtime { display: none!important; }


#month_calendar .day_cell .event, #month_calendar .day_cell .multi_day {
	padding: 0 6px;
	line-height: 20px;
	color: #fff;
}
#month_calendar .day_cell .event {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border: 1px solid;
	border-color: #c6c6c6;
}
#month_calendar .day_cell .multi_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #c6c6c6;
	margin-left: 0;
	margin-right: 0;
}
#month_calendar .day_cell .event a, #month_calendar .day_cell .multi_day a {
	color: #565656;
	text-decoration: none;
}
#month_calendar .day_cell .event a:hover, #month_calendar .day_cell .multi_day a:hover {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .event {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-overflow: ellipsis;
}