@font-face {
  font-family: Titillium;
  src: url("../fonts/TitilliumWeb-Regular.otf");
}

body {
  font-size: .875rem;
  background-color:#333;
}

.feather {
  width: 16px;
  height: 16px;
  verti cal-align: text-bottom;
}

html {
	background-color:#333;
}

main {
	width:100%;
	margin:0;
	padding:0;
	background-color:#333;
	bord er-bottom:150px solid #aa0000;
	min- height: 86vh;
}

.date {
	min-width:100px;
	
}

.navbar{
    background-color: #0288a1;
	min-height:8vh;
	
}

.menu_header{
	font-family: 'Titillium';
	font-size:24px;
	color:#aaa;
	margin: 0;
	font-weight:600;
	padding: 50px 0px 0px 10px;
	border-bottom: 1px solid #777;
	line-height:28px;
}


.headlogo {
	background-color:#66a786;
	width:100%;
	 background: url("../images/2.jpg");
	 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 height: 100vh;
	 padding:0;
	 margin:0;
	 
}

.header_title {
	font-family: 'Titillium';
	font-size:22px;
	color:#aaa;
	margin: 0;
	padding: 20px 20px 20px 20px;
	
}

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 20px 20px 20px; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  
  font-family: 'Titillium';
	font-size:16px;
	color:#eee;
	margin: 0;
	line-height:16px;
	text-decoration:none;
	background-color:#222;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}



.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #ccc;
  
}

.sidebar .nav-link {
  color: #ccc;
}

.sidebar .nav-link.active {
  color: #ccc;
}

.sidebar .nav-link:hover {
  color: #fff;
}

.sidebar select{
	width:100%;
	margin-top:20px;
	color:#ccc;
	background-color:#333;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23cccccc'><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat;
	background-size: 12px;
  background-position: calc(100% - 20px) 15px;
  background-repeat: no-repeat;
}

.sidebar button{
	width:100%;
	height:35px;
	margin-top:20px;
	color:#ccc;
	background-color:#333;
	border: 1px solid #ccc;
}


.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: #fff;
}

.nav-link:hover {
	color: #fff;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


/* table formatting */
td {
	color: #ccc;
	
}

.item {
	text-decoration:none;
	color:#ccc;
}

.item:hover {
	text-decoration:none;
	color:#fff;
}

main {
	margin-bottom:60px;
	background-color:#333;
}

main p {
	font-family: 'Titillium';
	font-size:16px;
	color:#aaa;
	margin: 0;
	padd ing: 20px 20px 20px 20px;
	font- weight:800;
	line-height:35px;
	
}

main li {
	font-family: 'Titillium';
	font-size:16px;
	color:#aaa;
	margin: 0;
	padd ing: 20px 20px 20px 20px;
	font-w eight:800;
	
}

main h1 {
	font-family: 'Titillium';
	font-size:24px;
	color:#aaa;
	margin: 0;
	padd ing: 20px 20px 20px 20px;
	font-weight:800;
	
}

main h2 {
	font-family: 'Titillium';
	font-size:20px;
	color:#aaa;
	margin: 0;
	padding: 0px 20px 20px 20px;
	font-weight:600;
	
}
/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.footer {
  
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #555;
  color:#eee;
}

.footer p {
	color:#eee;
	
}

main a {
	text-decoration:none;
	color:#eee;
	
}

main a:hover {
	text-decoration:none;
	color:#fff;
	
}

footer a {
	text-decoration:none;
	color:#eee;
	
}

footer a:hover {
	text-decoration:none;
	color:#fff;
	
}



