@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	background-color: #000137;
}

.navbar-default .navbar-nav #user-profile {
	height: 50px;
	padding-top: 15px;
	padding-left: 58px;
}

.navbar-default .navbar-nav #user-profile img {
	height: 45px;
	width: 45px;
	position: absolute;
	top: 2px;
	left: 8px;
	padding: 1px;
}

#wrapper {
	padding-top: 100px;
	padding-left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

@media (min-width: 992px) {
	#wrapper {
		padding-left: 225px;
	}
}

@media (min-width: 992px) {
	#wrapper #sidebar-wrapper {
		width: 400px; /* left width increased - 1 */
	}
}

#sidebar-wrapper {
	border-right: 1px solid #e7e7e7;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 225px;
	width: 0;
	height: 120%;
	margin-left: -225px;
	overflow-y: auto;
	background: #fff7f7;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#sidebar-wrapper .sidebar-nav {
	position: absolute;
	top: 0;
	width: 400px; /* left width increased - 2 */
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}



/*ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 400px;
	background-color: #fffafa;
	position: fixed;
	height: 100%;
	overflow: auto;
}

li a {
	display: block;
	color: #5e3d3d;
	padding: 8px 16px;
	text-decoration: none;
}

li a.active {
	background-color: #5e3d3d;
	color: white;
	font-weight: bold;
}

li a.active1 {
	background-color: #dcf3fe;
	color: #000;
}

li a:hover:not(.active) {
	background-color: #dcf3fe;
	color: #000;
	border-right: 7px solid #5e3d3d;
}*/

.btn {
	border: none;
	outline: none;
	background-color: #dcf3fe;
	cursor: pointer;
	width: 100%;
	text-align: left;
	color:#000137;
	padding-left: 20px;
}

/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover {
	background-color: #37CAEC;
	color: #000;
	padding-left: 20px;
}


.active2
{
	border: none;
	outline: none;
	background-color: #37CAEC;
	cursor: pointer;
	width: 100%;
	text-align: left;
	color:#000137;
	padding-left: 20px;
	border-right: 5px solid #000137;
}

.title1 {
    background-color: #dcf3fe;
    text-align: left;
    font-weight: bold;
    width: 100%;
    height: 40px;
    padding-left: 10px;
	color: #000137;
	font-size: 16px;
}

.title2 {
    background-color: #dcf3fe;
    text-align: left;
    font-weight: bold;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    color: #000137;
}


.title3
{
	background-color: #0ca8ae;
	text-align: left;
	font-weight: bold;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	color: #fff;
}

.title4
{
	background-color: #09c0c7;
	text-align: left;
	font-weight: bold;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	color: #fff;
}









a.menulink 
{
	color: #00abc5;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;	
}
a.menulink:hover 
{
	color:#ff6a00;
	text-decoration: none;
}
a.loglink 
{
	color: #ffd701;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;	
}
a.loglink:hover 
{
	color:#fff;
	text-decoration: none;
}


#alpha {
	font-family:century schoolbook;
	border-collapse: collapse;
	width:45%;
	border:5px;
	height:50%;
}
#alpha td, #alpha th {
	border:1px solid#000;
}
#alpha th.f:nth-child(even){background-color:#A5DEF2;}
#alpha th.f:nth-child(2n+3){background-color:#A5DEF2;}
#alpha th:nth-child(odd){background-color:#AFCED5;}
#alpha tr:nth-child(even){background-color:#aaaaaa;}
#alpha th:nth-child(2n+3){background-color:#A5DEF2;}
#alpha th:nth-child(2n+4){background-color:#8BF9E0;}
#alpha td.a:nth-child(2n+3){background-color:#A5DEF2;}
#alpha td.a:nth-child(even){background-color:#A5DEF2;}
#alpha td.b:nth-child(2n+3){background-color:#8BF9E0;}
#alpha td.b:nth-child(even){background-color:#8BF9E0;}
#alpha td.c:nth-child(2n+3){background-color:#A5DEF2;}
#alpha td.c:nth-child(even){background-color:#A5DEF2;}
#alpha td.d:nth-child(even){background-color:#8BF9E0;}
#alpha td.d:nth-child(2n+3){background-color:#8BF9E0;}
#alpha tr.e:nth-child(even) {background-color: #fff;}
#alpha tr.e:nth-child(odd) {background-color: #fff;}
#alpha tr:hover {background-color: #ddd;}
#alpha th:hover {background-color: #ddd;}
#alpha td:hover {background-color: #aaa;}
#alpha td.a:hover {background-color: #ddd;}
#alpha td.b:hover {background-color: #ddd;}
#alpha td.c:hover {background-color: #ddd;}
#alpha td.d:hover {background-color: #ddd;}
#alpha th.f:hover {background-color: #ddd;}
#alpha th {
	text-align:center;
	background-color:#A5DEF2;
	color: white;
}

a {
	color: #000137;
}

a:hover {
	color: #d8b600;
}

#page-content-wrapper li {
    color: #000137;
    line-height: 26px;
}

button.button.btn_year {
	border: 0px solid #000137;
	background-color: #fff;
}

button.button.btn_year a {
    background-color: #000137;
    border: 1px solid #000137;
    border-radius: 7px;
    padding: 9px 15px;
    color: #ffffff;
    font-weight: 600;
}

button.button.btn_year a:hover {
    background-color: #ffd701;
    border: 1px solid #000137;
    color: #000137;
    font-weight: 600;
}

a.btn i {
    margin-right: 5px;
}

#page-content-wrapper h3 {
    font-weight: 600;
}