.check_box_follower { line-height: 21px; }

i {
	position: relative;
	top: 3px;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
}
#tooltip_overlay { padding: 13px 13px 10px; }
#tooltip_overlay i { top: 0; }

.general_view {
	position: absolute; top: 8px; left: 8px; right: 8px; bottom: 8px;
}
	.square_button {
		margin: 15px 15px 0;
		height: 26px; width: 26px;
		cursor: pointer;
		background: url(/schedule/common/css/icons/arrow-left-16x16.png) 5px 5px no-repeat #777;
		border-radius: 5px;
	}
	.square_button:hover { background-color: #444; }
	.square_button.left.prev {
		float: left;
	}
	.square_button.right.next {
		float: right;
		background-image: url(/schedule/common/css/icons/arrow-right-16x16.png);
	}
	.square_button.up {
		background-image: url(icons/arrow-up-16x16.png);
	}
	.square_button.down {
		background-image: url(icons/arrow-down-16x16.png);
	}
	.square_button.refresh {
		background-image: url(icons/arrow-refresh-16x16.png);
	}
	.centering { text-align:center; position: relative; }
	.centering .square_button { display: inline-block; }
	.bottom_controls {
		padding: 2px 0 15px;
		text-align: center;
	}
	.bottom_controls .square_button { display: inline-block; visibility: hidden; }
	.calendar_opener_wrapper {
		position: absolute; top: 12px; right: 0;
		display: none;
	}
	.calendar_opener_wrapper .scheduler_opener.small_triangle {
		margin: 13px 25px 0 0;
		width: 10px;
		height: 10px;
	}
	.general_view { overflow: hidden; }
	.general_view_title {
		padding-right: 15px;
		padding-left: 15px;
	}
	.month_name { font-weight: bold; }
	.general_rows_wrapper {
		overflow: hidden;
		position: relative;
	}
	.general_columns_wrapper {
		clear: both;
	}
			.general_view_date{
				/* height: 440px; */
				padding-top: 0;
			}
.event_preview {
	margin: 15px 0 10px;
}

#opener { position: absolute; top: 10px; left: 14px; opacity: 0; }

#banner {
	position: absolute; top: 8px; left: 8px;
	border: 1px solid #1cbbb4; background: white;
	padding: 5px 20px;
	text-align: center;
	font: 10px Arial; color: #1cbbb4;
	text-decoration: none;
}

.rtl #registration_form tr {
	text-align: right;
}
#registration_form .text_box { width: 260px; }
#registration_form a { font-size: 14px; }
#registration_form td span { line-height: 20px; }

@media (max-width: 320px) {

.general_view {
	top: 0; left: 0; right: 0; bottom: 0; padding: 0;
}

.event_preview { margin: 5px 0; }

.calendar_opener_wrapper { top: 0; }

.square_button {
	margin-top: 5px;
	height: 36px; width: 36px;
	background-position: 10px 10px;
}

#registration_form .text_box { width: 200px; }
}

.cover_all {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
	text-align: center;
}
#system_message {
	margin: 30px 0;
	padding: 10px;
	background: #333;
	color: #fff;
}
