
html{
	/* background: url('../../shared/img/repeatable-tile-white-500x500.png') !important; */
}
body{
	background: none;
}

/* customise nav-bar colour */
/*.top-ueducateus, .ueducatefooternew, thead th, #menuwrapper .active-page, #menuwrapper .open {
	background-color: #595959;
}*/
/*
thead th {
	border-color: #595959;
}*/

/* container size changes*/
.sidebar-nav-fixed {
	width: 235px;
}

.main-ueducateus {
	margin-left: 240px;
}
/* end container size changes*/

#sidemenu {
	background-image: none;
}

/* Removes the border from the sidemenu options*/
#menuwrapper ul li {
	border: none !important;
}

#menuwrapper li {
	line-height: 20px;
}

.version-info {
	margin-bottom: 0px !important;
}

.home_content_boxes {
	border: 1px solid #000000;
	border-radius: 3px;
	min-height: 100px !important;
	background-color: #777777;
	color: white;
	overflow: hidden;
	margin-bottom: 5px;
}

#home_clock_box {
	position: relative;
}

#home_clock_box .span3 {
	padding: 0 0.5em;
	position: relative;
}

#home_clock_box .span9 {
	position: absolute;
	top: 0;
	left: 25%;
}

#home_clock_box .clock_date {
	line-height: 100px;
	font-size: 100px;
	text-align: center;
}

.show_calendar_image:before{
	content: '\f073';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 100px;
	font-size: 100px;
	color: rgba(20, 54, 82, 0.15);
	transform: rotate(15deg);
}

#home_clock_box span.text-sizing {
	line-height: 20px;
	font-size: 20px;
}

#home_clock_box span.text-sizing-small {
	line-height: 13px;
	font-size: 13px;
}

#home_clock_box span.text-sizing-smaller {
	line-height: 12px;
	font-size: 12px;
}

#did_you_know_box {
	padding: 0.5em;
	position: relative;
}

#did_you_know_box:before {
	content: '\f05a';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(20, 54, 82, 0.15);
	line-height: 100px;
	font-size: 100px;
	transform: rotate(15deg);
}

#calendar thead th,
#overallcalendar thead th,
#schoolcalendar thead th,
#staffcalendar thead th,
#personalcalendar thead th,
#timetablecalendar thead th {
	border-radius: 0px !important;
}

#calendar button,
#overallcalendar button,
#schoolcalendar button,
#staffcalendar button,
#personalcalendar button,
#timetablecalendar button {
	background: none;
	box-shadow: none !important;
	margin-bottom: 5px;
}

.fc-state-active {
	background-color: rgb(46, 204, 113) !important;
	color: white;
	text-shadow: none;
	font-weight: 700;
}

.fc-event {
	border-width: 1px !important;
}

#home_today_classes table,
#home_today_classes td,
#home_upcoming_tasks table,
#home_upcoming_tasks td {
	border: none;
	background-color: white !important;
}

.widgets .span6:nth-of-type(3n+1) {
	margin-left: 0px !important;
}

.widgetContent ul{
	list-style: none;
	margin: 0px;
}

.widgetContent li {
	padding: 10px 10px 5px 10px;
	line-height: 20px;
	margin: 0;
}

.widgetContent li:last-child {
	border-bottom: 0;
}

.widgetContent ul li p {
	margin: 0 0 10px 17px;
}

#widget_calendar {
	border: none;
}

#widget_calendar .widgetHeader {
	display: none;
}

/* add a margin to the bottom of all row fluids*/
.row-fluid {
	margin-bottom: 5px;
}

/* removes the margin off the bottom of nav tabs */
.nav {
	margin-bottom: 0px;
}

/*change the border-radius of the nav-tab pills*/
.nav-pills > .active > a {
	border-radius: 3px !important;
}

.tab-content {
	border: none;
	padding: 4px 0 ;
}


/* full calendar styling*/

.fc-event {
	border-radius: 0px;
}

/* changes the fullcalendar day-header fields eg. Sun, Mon, Tues, Wed, Thu, Fri, Sat */
.fc th {
	background-color: rgb(46, 204, 113) !important;
}

.fc td {
	border: none;
}

.fc-day-header {
	font-size: 1.6em;
	line-height: 2.0em;
}

/* Changes the current day square in the fullcalendar */
.fc-today {
	background-color:  #eeefee !important;
	border: none;
	border-style: none !important;
}

.fc-axis {
	background-color: white !important;
	color: black !important;
}
.fc-time span {
	font-weight: normal;
}

.fc-time-grid .fc-slats .fc-minor td {
	border: none;
}

.fc-slats tr {
	background-color: rgba(239, 224, 255, 0.3);
}

.fc-slats tr.fc-minor{
	background-color: rgba(239, 224, 255, 0.2);
}

@media only screen and (max-width: 1024px) {

	.fc-time {
		width: auto;
	}

	#home_clock_box .span9 {
		position: absolute;
		top: 5%;
		left: 35%;
	}

	#home_clock_box span.text-sizing {
		line-height: 15px;
		font-size: 15px;
	}

}

@media only screen and (max-width: 480px) {

	.fc-time {
		width: auto;
	}

	.fc button {
		padding: 0 0.2em;
	}

	.fc-toolbar .fc-right, .fc-toolbar .fc-left {
		padding: 0;
	}

	.fc-toolbar .fc-center h2 {
		font-size: 1em;
	}

	.fc-day-header {
		font-size: 1em;
		line-height: 1em;
	}

	#home_clock_box .span9 {
		position: absolute;
		top: 0;
		left: 30%;
	}

	#home_clock_box span.text-sizing {
		line-height: 15px;
		font-size: 15px;
	}

}

@media all and (max-width: 549px) {
	#sidemenu {
		margin-left: -235px;
	}
	.main-ueducateus {
		margin-left: 0px;
	}

	.new_mobile_menu {
		width: 100%;
	}

}
@media only screen and (max-width: 979px) {
	#sidemenu {
		margin-left: -235px;
	}
	.main-ueducateus {
		margin-left: 0px;
	}

}