<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* =============================================================================
 HTML5 display definitions
 ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block; *
	display: inline; *
	zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/* =============================================================================
 Base
 ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body p {
	font-size: 12px;
}
body, button, input, select, textarea, .ui-widget {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-family: 'Ubuntu', sans-serif;
	color: #222;
}
::-moz-selection {
	background: #B90000;
	color: #fff;
	text-shadow: none;
}
/*::selection { background: #B90000; color: #fff; text-shadow: none; }*/

/* =============================================================================
 Links
 ========================================================================== */

a {
	color: #57AAEC;
}
a:hover {
	color: #0070A3;
}
a:focus {
	outline: none;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
 Typography
 ========================================================================== */

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
 Embedded content
 ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;	
}


/* =============================================================================
 Forms
 ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0; *
	margin-left: -7px;
	padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline; *
	vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal; *
	overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *
	overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}
/* =============================================================================
 Tables
 ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================================================
 GENERAL LAYOUT STYLES
 ========================================================================== */
body {
	background: transparent url(/static/images/template/bg.png);
	color: #444;
}
#container {
	width: 100%;
	margin: 0 auto;
}
header{
	/**background-color: #073863;
	background-image: -moz-linear-gradient(top, #0738632, #339BEA);
	background-image: -ms-linear-gradient(top, #073863, #339BEA);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#073863), to(#339BEA));
	background-image: -webkit-linear-gradient(top, #073863, #339BEA);
	background-image: -o-linear-gradient(top, #073863, #339BEA);
	background-image: linear-gradient(top, #073863, #339BEA);*/
	background-image: url('/static/images/template/hbg.png');
	margin-left: 10px;
	margin-right: 10px;
}
header a#logo {
	display: block;
	height: 62px;
	width: 250px;
	margin-top: 0px;
}
header #main-navigation {

	width: 100%;
	text-align: center;
	height: 41px;
}
#main #sub-navigation {
	/*margin-top: 2px;*/
}
header #main-navigation ul, #main #sub-navigation ul {
	margin: 0;
	padding-left: 5px;
	display: inline-block;
	vertical-align: bottom;
}
header #main-navigation ul li, #main #sub-navigation ul li {
	float: left;
	list-style: none;
	padding-right: 5px;
	padding-bottom: 1px;
}
header #main-navigation ul li a, #main #sub-navigation ul li a {
	display: block;
	
}
/*header #main-navigation ul li a.active, header #main-navigation ul li a:hover,
*/#main #sub-navigation ul li a.active, #main #sub-navigation ul li a:hover {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #f4f4f4 0%,#ededed 100%); /* W3C */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
header #main-navigation ul li a span, #main #sub-navigation ul li a span {
	display: inline-block;
	vertical-align: bottom;
	/*border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	padding: 6px 20px;
	/*-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);*/
	background-color: transparent;
	color: white;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
/*header #main-navigation ul li span:hover, header #main-navigation ul li a.active span,*/
#main #sub-navigation ul li span:hover, #main #sub-navigation  ul li a.active span {
	/*border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);*/
	background-color:#fff1b9;
	color: #0070A3;
}
header #main-navigation ul li span, #main #sub-navigation ul li span {
	background-repeat: no-repeat;
}
/* Main navigation buttons */
header #main-navigation ul li span.dashboard {
	background: transparent url('../img/icons/dashboard.png') center top no-repeat;
}
/*
header #main-navigation ul li span.dashboard:hover {
	background: transparent url('../img/icons/dashboard_hover.png') center top no-repeat;
}
header #main-navigation ul li a.active span.dashboard {
	background: transparent url('../img/icons/dashboard_active.png') center top no-repeat;
}
header #main-navigation ul li span.users {
	background: transparent url('../img/icons/users.png') center top no-repeat;
}
header #main-navigation ul li span.users:hover {
	background: transparent url('../img/icons/users_hover.png') center top no-repeat;
}
header #main-navigation ul li a.active span.users {
	background-image: url('../img/icons/users_active.png');
}
header #main-navigation ul li span.charts {
	background: transparent url('../img/icons/charts.png') center top no-repeat;
}
header #main-navigation ul li span.charts:hover {
	background: transparent url('../img/icons/charts_hover.png') center top no-repeat;
}
header #main-navigation ul li a.active span.charts {
	background: transparent url('../img/icons/charts_active.png') center top no-repeat;
}
header #main-navigation ul li span.calendar {
	background: transparent url('../img/icons/32calendar.png') center top no-repeat;
}
header #main-navigation ul li span.calendar:hover {
	background: transparent url('../img/icons/32calendar_hover.png') center top no-repeat;
}
header #main-navigation ul li a.active span.calendar {
	background: transparent url('../img/icons/32calendar_active.png') center top no-repeat;
}
header #main-navigation ul li span.data {
	background: transparent url('../img/icons/32data.png') center top no-repeat;
}
/*header #main-navigation ul li span.data:hover {
	background: transparent url('../img/icons/32data_hover.png') center top no-repeat;
}
header #main-navigation ul li a.active span.data {
	background: transparent url('../img/icons/32data_active.png') center top no-repeat;
}*/
header #profile {
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	background-color: #F2F5F7;
	padding: 0 7px 0px 5px;
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 1px solid #D3D3D3;
}
header #profile #user-data {
	height: 38px;
	font-size: 16px;
	line-height: 40px;
	/*border-left:1px solid #ddd;
	 border-right:1px solid #ddd;*/
}
header #profile #user-notifications {
	margin-top: 2px;
}
header #profile #user-notifications ul {
	padding: 0;
	margin: 0;
}
header #profile #user-notifications ul li {
	list-style: none;
}
header #profile #user-notifications ul li a {
	display: block;
	width: 26px;
	height: 26px;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}
header #profile #user-notifications ul li a:hover {
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	height:26px;
}
header #profile #user-notifications ul li:first-child a {

}
header #profile #user-notifications ul li a span {
	display: block;
	padding: 0px 4px 1px 4px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: -4px;
	background-color: #b90000;
	z-index: 990;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-shadow: 0 1px 0 #000;
}
header #profile #user-notifications ul li a {
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
}
/*header #profile #user-notifications a#logout {
	background-repeat: no-repeat;
	padding: 4px;
	text-align: center;
	color: #777;
	width: 48px;
	text-decoration: none;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}
header #profile #user-notifications a:hover#logout {
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #830F10;
}*/
#sub-navigation {
	background-color: #5FACE7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 0px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #D3D3D3;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
}

#sub-navigation #navigation-search {
	float: left;
	height: 20px;
	width: 212px;
}
#sub-navigation #navigation-search form input[type="text"] {
	background: #F5F5F5 url('../img/icons/16/search.png') 60px center no-repeat;
	padding: 5px;
	height: 15px;
	padding-left: 12px;
	padding-right: 20px;
	width: 50px;
	color: #777;
	background-color: #F5F5F5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	color: #444;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	border-bottom: 1px solid #d3d3d3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #777;
}
/*#sub-navigation #navigation-search form input[type="text"]:focus {
	background: #F5F5F5 url('../img/icons/16/search_hover.png') 160px center no-repeat;
	border: 1px solid #2E7BB8;
	-webkit-box-shadow: 0 0 3px rgba(46, 123, 184, 1);
	-moz-box-shadow: 0 0 3px rgba(46, 123, 184, 1);
	box-shadow: 0 0 3px rgba(46, 123, 184, 1);
	width: 150px;
	background-color: #fff;
	color: #999999;
}*/
#sub-navigation ul {
	margin: 0;
	padding: 0;
}
#sub-navigation ul li {

	list-style: none;
}
/*#sub-navigation ul li.SubSys a {
	color: #57aaec;
}*/
/*
 #sub-navigation ul li a {
 display: block;
 text-align: center;
 padding: 5px;
 margin-left: 15px;
 padding-left: 27px;
 background-color: #E9EAF0;
 color: #949599;
 width: 70px;
 height: 70px;
 -webkit-border-radius: 5px;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -3px 0 rgba(0, 0, 0, 0.13) inset, 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -3px 0 rgba(0, 0, 0, 0.13) inset, 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -3px 0 rgba(0, 0, 0, 0.13) inset, 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
 }
 #sub-navigation ul li a:hover {
 text-decoration: none;
 background-color: #57AAEC;
 color: white;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
 }
#sub-navigation ul li a.blue {
	background-color: #2e7bb8;
}
#sub-navigation ul li a.green {
	background-color: #498835;
}*/
#sub-navigation ul li span {
	display: block;
	padding: 5px;
	padding-right: 10px;
	padding-left: 5px;
}
#sub-navigation a {

}
#sub-navigation a:hover {
	background-color: #F9F9F9;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
}
#HomePageMainContent {
	padding: 2px 10px;
	position: relative;
}
#content-container {
	width: 100%;
	float: left;
	position: relative;
}
#BasicData {
	/*padding: 20px;
	padding-bottom: 0;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #444;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	border: 1px solid #ddd;
	border-bottom: 1px solid #d3d3d3;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);*/
	min-height: 300px;
}
#SideMenu {
	position: relative;
	width: 260px;
	z-index: 980;
	padding: 10px;
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #444;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	border: 1px solid #DDD;
	border-bottom: 1px solid lightGrey;
	-webkit-box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	min-height: 300px;
}
/*#SideMenu ul {
	margin: 0;
}
#SideMenu ul li {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
#SideMenu  ul li.active a {
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	background: #444 url('/static/images/template/bg_box.png') repeat-x;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
}
#SideMenu ul li a {
	display: block;
	padding: 9px;
	list-style: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	background-color: none;
	border: 1px solid transparent;
	margin-bottom: 0px;
	color: #777;
	text-decoration: none;
	display: block;
	line-height: 1.22em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-position: 20px 8px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-bottom: 1px solid #D3D3D3;
	border-right: 0;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, -2px 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, -2px 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 #FFFFFF inset, -2px 1px 2px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid transparent;
}
#SideMenu ul li a:hover {

	color: #333;
	padding-left: 65px;
}
#SideMenu ul li.active a {
	color: #b90000;
}
#SideMenu ul li a:hover {
	background: #FAFAFA;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#F2F2F2));
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #b90000;
}*/
footer {
	text-align: center;
	padding: 20px 0;
	color: #b90000;
}

/* =============================================================================
 GENERIC ICON STYLES
 ========================================================================== */

/* 32x32 icons */
.Registration-32{
	background-image: url('/static/images/template/data.png');
}


.questionnaire-32{
	background-image: url('/static/images/template/forms-32.png');
}
.administrationsystem-32{

	background-image: url('/static/images/template/settings.png');
}
.Administration-32 {
	/*background-image: url('/static/images/template/settings.png');*/
	background-image: url('/static/images/template/gear_folder.png');
}
.notifications-32 {
	/*background-image: url('/static/images/template/settings.png');*/
	background-image: url('/static/images/template/notification.png');
}
.Courses-32{
	background-image: url('/static/images/template/teacherIcon.png');
	
}
/*.Administration-32:hover, .active .Administration-32 {
	background-image: url('/static/images/template/settings_hover.png');
}*/
.Services-32 {
	/*background-image: url('/static/images/template/email.png');*/
	background-image: url('/static/images/template/E-mail-icon.png');
}
.Programdesires-32{
	background-image: url('/static/images/template/view_choose.png');
}
/*.Services-32:hover, .active .Services-32 {
	background-image: url('/static/images/template/email_hover.png');
}*/
.regestration-32 {
	/*background-image: url('/static/images/template/forms-32.png');*/
	background-image: url('/static/images/template/file-edit-icon.png');
}
/*.regestration-32:hover, .active .regestration-32 {
	background-image: url('/static/images/template/forms-32_hover.png');
}*/
.StudyData-32 {
	/*background-image: url('/static/images/template/data.png');*/
	background-image: url('/static/images/document.png');
}
/*.StudyData-32:hover, .active .StudyData-32 {
	background-image: url('/static/images/template/data_hover.png');
}*/
.StudyTimeTable-32 {
	/*background-image: url('/static/images/template/table.png');*/
	background-image: url('/static/images/template/mytable.png');
}
/*.StudyTimeTable-32:hover, .active .StudyTimeTable-32 {
	background-image: url('/static/images/template/table_hover.png');
}*/
.StudentData-32 {
	/*background-image: url('/static/images/template/users-32.png');*/
	background-image: url('/static/images/template/myusers.png');
}
/*.StudentData-32:hover, .active .StudentData-32 {
	background-image: url('/static/images/template/users-32_hover.png');
}*/
.Exams-32{
	background-image: url('/static/images/template/exams.png');
}
.resultsandcontolwork-32{
	background-image: url('/static/images/template/results.png');
}
.Fees-32{
	background-image: url('/static/images/template/money.png');
}
.Academicadvisor-32{
	background-image:  url('/static/images/template/myusers.png');
}
.Entergrades-32{
	background-image: url('/static/images/template/results.png');
}
.Attendence-32{
	background-image: url('/static/images/template/Attendance.png');
}
.Tables-32 {
	background-image: url('/static/images/template/mytable.png');
}
.overview-16 {
	background-image: url('/static/images/template/overview.png');
}
.overview-16:hover {
	background-image: url('/static/images/template/overview_hover.png');
}
.forms-16 {
	background-image: url('/static/images/template/forms.png');
}
.forms-16:hover {
	background-image: url('/static/images/template/forms_hover.png');
}
.lock-16 {
	background-image: url('/static/images/template/lock.png');
}
.lock-16:hover {
	background-image: url('/static/images/template/lock_hover.png');
}
.messages-16 {
	background-image: url('/static/images/template/messages.png');
}
.messages-16:hover {
	background-image: url('/static/images/template/messages_hover.png');
}.profile-16 {
	background-image: url('/static/images/template/profile.png');
}
.profile-16:hover {
	background-image: url('/static/images/template/profile_hover.png');
}
.users-16 {
	background-image: url('/static/images/template/users.png');
}
.users-16:hover {
	background-image: url('/static/images/template/users_hover.png');
}
.userslog-16 {
	background-image: url('/static/images/template/clock.png');
	background-size:16px 16px;
	
}
.rule-16 {
	background-image: url('/static/images/template/book.png');
	/*background-size:16px 16px;*/
	
}
.rule-16:hover {
	background-image: url('/static/images/template/book-hover.png');
}
/*
clock.png
*/

.logout-16 {
	background-image: url('/static/images/template/logout.png');
}
.logout-16:hover {
	background-image: url('/static/images/template/logout_hover.png');
}

.certificate-16 {
	background-image: url('/static/images/template/certificate.png');
}
.chatbot-16 {
	background-image: url('/static/images/template/chatbot.png');
}
/*.certificate-16:hover {*/
/*	background-image: url('/static/images/template/certificate_hover.png');*/
/*}*/

.ui-widget-content {
	border: 0;
}
.ui-widget-header {
	background: none;
	background-color: #FAFAFA;
}
.ui-datepicker .ui-widget-header {
	border: 1px solid #ddd;
}
.ui-widget .ui-state-default {
	background: none;
	background-color: #F4F4F4;
}
.ui-widget .ui-state-hover {
	background: none;
	background-color: #F4F4F4;
}
.ui-widget .ui-state-highlight {
	border: 1px solid #b90000;
	background-color: #E8CBCB;
}
.ui-widget-content {
	border: 1px solid #eee;
	background: #fafafa;
}

/* Contain floats */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

#copyright_container *{
	color:white;
}
#ScopeName{
	cursor: default;
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin-top:11px;

white-space: normal;
}

@media only screen and (max-width : 1024px) {
	max-width: 375px ;
}
</pre></body></html>