/****************************************************************************************
	Calendar
****************************************************************************************/
#calendar-wrapper div.loading-div {
	position: absolute;
	left: 304px;
	top: 62px;
	width: 720px;
	height: 686px;
}

#calendar-wrapper {
	width: 1024px;
	height: 748px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
}

#calendar-wrapper .title {
	width: 1024px;
	height: 62px;
	text-align: center;
	position: relative;
	z-index: 100;
}

#calendar-wrapper .fc-header {
	height: 52px;
}

#calendar-wrapper .fc-header-right {
	display: none;
}

#calendar-wrapper .title div.menu-left-activator {
	margin: 9px 18px 0 9px;
	float: left;

	/*https://redmine.brokernet-group.local/issues/219*/
	display: none;
}

#calendar-wrapper .title div.menu-prev-icon {
	margin: 9px 9px 0 0;
	float: right;
}

#calendar-wrapper .title div.menu-next-icon {
	margin: 9px 27px 0 0;
	float: right;
}

#calendar-wrapper .title div.menu-right-activator {
	margin: 9px 9px 0 18px;
	float: right;
}

#calendar-wrapper .title span.title {
	display: none;
}

#calendar-wrapper .title .add-icon {
	display: none;
}

#calendar-wrapper .data {
	width: 1024px;
	height: 686px;
	
	position: relative;
	
	background: transparent url('Images/contact-bg.png') 0 0 repeat;
}

#calendar-wrapper .data #next-events {
	position: absolute;
	
	width: 300px;
	height: 684px;
	
	overflow: hidden;
}

#calendar-wrapper .data #next-events .events-layer {
	position: relative;
	
	width: 300px;
	height: 684px;
	
	overflow: hidden;
}

#calendar-wrapper .data #next-events .events-layer .loading-div {
	left: 6px;
	top: 37px;
	width: 289px;
	height: 639px;
}

#calendar-wrapper .data .events-title {
	position: relative;
	
	-webkit-border-radius: .3em .3em 0 0;
	border-radius: .3em .3em 0 0;
	border: 1px solid #CCCCCC;
	
	background: #E5E5E5;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #E5E5E5 ), to( #D8D8D8 ));
	background-image: -webkit-linear-gradient( #E5E5E5 , #D8D8D8 );
	background-image: -moz-linear-gradient( #E5E5E5 , #D8D8D8 );
	background-image: -ms-linear-gradient( #E5E5E5 , #D8D8D8 );
	background-image: -o-linear-gradient( #E5E5E5 , #D8D8D8 );
	background-image: linear-gradient( #E5E5E5 , #D8D8D8 );
	
	height: 30px;
	
	margin: 5px 5px 0 5px;
}

#calendar-wrapper .data .events-title p {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	
	margin: 6px 0 0 15px;

	float: left;
}

#calendar-wrapper .data .events-title img {
	width: 30px;
	height: 30px;
	
	margin: 0;

	cursor: pointer;

	float: right;
}

#calendar-wrapper .data .events-data {
	-webkit-border-radius: 0 0 .3em .3em;
	border-radius: 0 0 .3em .3em;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #EFEFEF ), to( #E2E2E2 ));
	background-image: -webkit-linear-gradient( #EFEFEF , #E2E2E2 );
	background-image: -moz-linear-gradient( #EFEFEF , #E2E2E2 );
	background-image: -ms-linear-gradient( #EFEFEF , #E2E2E2 );
	background-image: -o-linear-gradient( #EFEFEF , #E2E2E2 );
	background-image: linear-gradient( #EFEFEF , #E2E2E2 );
	
	height: 643px;
	margin: -1px 5px 0 5px;
	
	overflow-x: hidden;
	overflow-y: auto;
}

#calendar-wrapper .data .events-data ul {
	list-style-type: none;
}

#calendar-wrapper .data .events-data ul li {
	width: 288px;
	height: 80px;
	color: #000 !important;
	background: none;
	border-bottom: 1px solid #D8D8D8;
	text-shadow: none;
	cursor: pointer;
	position: relative;
}

#calendar-wrapper .data .events-data ul li div.color {
	position: absolute;
	
	left: 1px;
	top: 1px;
	width: 3px;
	height: 78px;
}

#calendar-wrapper .data .events-data ul li span.title {
	position: absolute;
	
	left: 7px;
	top: 3px;
	
	font-size: 16px;
	font-weight: bold;
	
	max-width: 255px;
	max-height: 22px;
	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	
	text-align: left;
}

#calendar-wrapper .data .events-data ul li .icons {
	position: absolute;
	
	right: 7px;
	top: 3px;
}

#calendar-wrapper .data .events-data ul li span.date {
	position: absolute;
	
	left: 7px;
	top: 22px;
	
	font-size: 12px;
	font-weight: normal;
	
	max-width: 270px;
	max-height: 22px;
	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

#calendar-wrapper .data .events-data ul li p.description {
	position: absolute;
	
	left: 7px;
	top: 42px;
	
	font-size: 12px;
	font-weight: normal;
	
	max-width: 270px;
	max-height: 32px;
	
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

#calendar-wrapper #calendar-data {
	position: absolute;
	
	left: 304px;
	top: -52px;
	
	width: 720px;
	height: 738px;
	text-shadow: none;
	color: #fff;
}

#calendar-wrapper #calendar-data .fc-view-month .fc-widget-content {
	max-height: 111px;
}

#calendar-wrapper #calendar-data .fc-view .fc-event {
	min-height: 35px;
}

#calendar-wrapper #calendar-data .fc-view.fc-view-month .fc-event {
    font-size: 0;
    overflow: hidden;
    height: 2px;
	min-height: 2px;
	max-height: 2px;
    border: 0;
}

#calendar-wrapper #calendar-data .fc-view .fc-event .fc-event-inner {
	min-height: 35px;
}

#calendar-wrapper #calendar-data .fc-view.fc-view-month .fc-event .fc-event-inner {
	display: none;
}

#calendar-wrapper #calendar-data div.fc-content {
    /*
	background: #F0F0F0;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F0F0F0 ), to( #D2D2D2 ));
	background-image: -webkit-linear-gradient( #F0F0F0 , #D2D2D2 );
	background-image:    -moz-linear-gradient( #F0F0F0 , #D2D2D2 );
	background-image:     -ms-linear-gradient( #F0F0F0 , #D2D2D2 );
	background-image:      -o-linear-gradient( #F0F0F0 , #D2D2D2 );
	background-image:         linear-gradient( #F0F0F0 , #D2D2D2 );
	color: #000 !important;
    */
    color: #fff !important;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#calendar-wrapper #calendar-data div.fc-widget-content .fc-widget-header {
	background: #A6A6A6;
	color: #fff;
}

#calendar-wrapper #calendar-data div.fc-widget-content .fc-widget-header:nth-child(6), #calendar-wrapper #calendar-data div.fc-widget-content .fc-widget-header:nth-child(7) {
	background: #B7B7B7;
	color: #000;
}

#calendar-wrapper #calendar-data div.fc-widget-content table tbody td.fc-day:nth-child(even) {
	background: #E2E2E2;
}

#calendar-wrapper #calendar-data div.fc-widget-content table tbody td.fc-day:nth-child(odd) {
	background: #EEEEEE;
}

#calendar-wrapper #calendar-data div.fc-widget-content table tbody td.fc-state-highlight {
	background: #B3CEE2 !important;
}

#calendar-wrapper #calendar-data div.fc-widget-content table tbody td.fc-state-selected-day {
	background: #60ABE0 !important;
}

.fc-widget-header, .fc-widget-content {
	border: 1px solid #C9C9C9;
}

#calendar-wrapper #calendar-data .fc-button {
	background: #F4F4F4;
}

#calendar-wrapper #calendar-data .fc-button .fc-button-inner {
	background: #F4F4F4;
}

#calendar-wrapper #calendar-data .fc-button.fc-state-active {
	background: #3A9EE9;
	border-color: #3A9EE9;
}

#calendar-wrapper #calendar-data .fc-button.fc-state-active .fc-button-inner {
	background: #3A9EE9;
	border-color: #3A9EE9;
}

#calendar-wrapper #calendar-data .fc-button-content {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

#calendar-wrapper #calendar-data .fc-header-title h2 {
	margin-top: 5px;
}

/****************************************************************************************
	Calendar - small screen version - iPhone
****************************************************************************************/
#calendar-wrapper .small-screen-data {
	display: none;
}

/* -----------------------------------------------*/
/* Changes for FullCalendar upgrade 1.5.4 => 2.1.1 */
/* -----------------------------------------------*/

.fc-toolbar {
    height: 38px;
}

.fc-axis,
.fc-day-header {
    background: #a6a6a6;
}

.fc-widget-header.fc-sat,
.fc-widget-header.fc-sun {
    background: #b7b7b7;
    color: #000000;
}

.fc-more {
    color: #2489ce;
    font-weight: bold;
}

.fc-day-number,
.fc-popover .fc-title {
    color: #000000;
}

.fc-view-container {
    overflow-x: hidden;
    overflow-y: auto;
}