
* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
  	/*//background-color: #435165;*/
  	
  	}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	/*background-image:url("../data/images/photo5.jpg");*/
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #013F68;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: green;
  	color: #ffffff;
  	opacity:80%;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: green;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	opacity:80%;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #013F70;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #013F68;
	/*color:#003e68;*/
	/*background-color:2f3947 #*/
	height: 4em;
	width: 100%;
	border: 0;
	position: fixed;
	top:0;

}
.navtop div {
	display: flex;
	/*margin: 0 auto;*/
	width: 100%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}

.navtop div img {
	margin: 2px 0px 2px  10px;
}


.navtop div p {
	width:20%;
	display: inline-flex;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 10px;
	margin: 0;
	color: #ffffff;
	font-weight: normal;

}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	float:right;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:active,a:hover {
  border-left: 5px solid #FFA500;
  margin-left:1em;
  color: #FFA500;
  border-bottom: 1px ;
  transform: scale(1.1);
}

 

.footer {
	background-color: #070729;
	color:#fff;
	height: 2em;
	width: 100%;
	border: 0;
	position: fixed;
	bottom:0;
	text-align:center;
	

}
.footer div {
	display: flex;
	width: 100%;
	height: 100%;
	
	
}

.sidebarcard{
  position: fixed;
  width: 250px;
  left: -250px;
  /*height: 70%;
  margin-top:5em;
  margin-bottom:5em;*/
  bottom:1em;
  
}



body.loggedin {
	/*background-color: #f3f4f7;*/
	background-image:url("../img/bgimage.webp");
	/*background-image:url("../img/bgimage.jpg");*/
	/*//padding-left:20%;*/
}
.content {
/*margin-top:100px;*/
width: 100%;
height:2em;
top:4em;
position:sticky	;
position: -webkit-sticky

}

.pagecontent {
	width: 100%;
	margin: 0 auto ;
	padding-left:260px;
	margin-top:5em;
	
}

.pagecontent h1 {
	margin: 0;
	padding-left: 10px ;
	font-size: 28px;
	border-bottom: 1px solid #e0e0e3;
	color: #191970;
	margin-bottom:10px;
	font-family:"Nunito";
	font-style:italic;
	justify-content:middle;
	text-align:center;

}


.pagecontent h2 {
	margin: 0;
	padding-left: 10px ;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #191970;
	margin-bottom:10px;
	display:flex;

}

.pagecontent h3 {
	margin: 10px;
	padding-left: 10px ;
	font-size: 20px;
	border-bottom: 1px solid #e0e0e3;
	color: green;
	margin-top:15px;
	
}
.pagecontent h4 {
	margin: 10px;
	padding-left: 10px ;
	font-size: 18px;
	margin-top:15px;
	line-height:4;
	
}

.pagecontent p {
	margin: 10px;
	padding-left: 12px ;
	font-size: 18px;
	color: black;
	margin-top:15px;
	display:inline;
	height:50px;
	line-height:25px;
	
}
.pagecontent th {
	margin: 0;
	padding-left: 10px ;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e3;
	color: #013F68;
	/*background-color: #fff;*/
	line-height:25px;
	width: 12em;
}
.pagecontent tr {
	margin: 10px;
	padding-left: 10px ;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e3;
	
}

.pagecontent td {
	margin: 0;
	padding-left: 10px ;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e3;
	color: #013F68;
	/*background-color: #fff;*/
	line-height:25px;
}

.pagecontent form input[type="text"] {
	margin-top: 20px;
  	padding: 5px;
	width: 85%;
	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	/*margin-left:1%;*/
  	/*size:60%;*/
  	/*background-color:gray;*/

}
.pagecontent form input[type="password"] {
	margin-top: 20px;
  	padding: 5px;
	width: 40%;
	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	margin-left:1%;

}

.pagecontent form input[type="submit"] {
	margin: 1.5em;
  	padding: 5px;
	font-weight=bold;
	background-color: #7A5299 ;
	width: 40%;
	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
  	opacity: 80%;
  	

}
.pagecontent form input[type="submit"]:hover {
	background-color: #013F68;
	transform: scale(1.1);
  	transition: background-color 0.2s;
  	
}

.pagecontent form input[type=file] ::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: .3em .8em;
  border-radius: .2em;
  background-color: #81ecec;
  transition: 1s;
  width: 40%
  
}

.pagecontent form input[type=file]::file-selector-button:hover {
  background-color: grey;
  color:#fff;
  font-weight:bold;
  border: 2px solid #00cec9;
  transform:scale(2.2);
  }





.button {
	margin: 1.5em;
  	padding: 5px;
	font-weight=bold;
	background-color: #7A5299 ;
	width: 40%;
	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
  	opacity: 80%;
  	

}

.btn-secondary {
	margin: 1.5em;
  	padding: 5px;
	font-weight=bold;
	background-color: #013F68;
	width: 40%;
	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
  	opacity: 80%;
  	

}
.btn-secondary:hover {
	background-color: #013F68;
	transform: scale(1.1);
  	transition: background-color 0.2s;
  	
}

.pagecontent form input[type="button"] {
	margin: 1.5em;
  	padding: 5px;
	font-weight=bold;
	background-color: grey ;
	width: 40%;
	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
  	opacity: 80%;
  	
}



/*
* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}*/
body {
  	/*background-color: #435165;*/
  	margin: 0;
}

.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

/*second style*/

*{
  margin: 0;
  padding: 1;
  text-decoration: none;
}
.sidebar{
  position: fixed;
  width: 250px;
  left: -250px;
  /*height: 70%;*/
  background: #435165;
  /*/background: #1e1e1e;*/
  transition: all .5s ease;
  margin-top:6em;
  
}
.sidebar header{
  font-size: 28px;
  color: white;
  line-height: 60px;
  text-align: center;
  background: #013F68;
  user-select: none;
  font-family: 'Montserrat', sans-serif;
}
.sidebar a{
  display: flex;
  height: 60px;
  width: 100%;
  color: white;
  line-height: 25px;
  padding-left: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid black;
  border-top: 1px solid rgba(255,255,255,.1);
  border-left: 5px solid transparent;
  font-family: 'Montserrat', sans-serif;
  transition: all .5s ease;
  align-items: center;
 
}
 .sidebar a.active,a:hover{
  border-left: 5px solid #FFA500;
  margin-left:1em;
  color: #FFA500;
  border-bottom: 1px ;
  transform: scale(1.1);
}
.sidebar a i{
  font-size: 23px;
  margin-right: 10px;
}
.sidebar a span{
  letter-spacing: 1px;
  text-transform: uppercase;
  word-wrap: break-word;
  
}
#check{
  display: none;
}
label #btn,label #cancel{
  position: absolute;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  border: 1px solid #262626;
  margin: 15px 30px;
  font-size: 29px;
  background: #013F68;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: all .5s ease;
}
label #cancel{
  opacity: 0;
  visibility: hidden;
}
#check:checked ~ .sidebar{
  left: 0;
}
#check:checked ~ label #btn{
  margin-left: 245px;
  opacity: 0;
  visibility: hidden;
}
#check:checked ~ label #cancel{
  margin-left: 245px;
  opacity: 1;
  visibility: visible;
}
@media(max-width : 860px){
  .sidebar{
    height: auto;
    width: 70px;
    left: 0;
    margin: 100px 0;
  }
  header,#btn,#cancel{
    display: none;
  }
  span{
    position: absolute;
    margin-left: 23px;
    opacity: 0;
    visibility: hidden;
  }
  .sidebar a{
    height: 60px;
  }
  .sidebar a i{
    margin-left: -10px;
  }
  a:hover {
    width: 200px;
    background: inherit;
  }
  .sidebar a:hover span{
    opacity: 1;
    visibility: visible;
  }
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loading2.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.gmsgUL {
margin-top : 7px;
font-weight: normal;
font-variant: normal;
text-transform: none;
list-style-position: outside;
list-style-type: square;
padding-right: 7px;
}

.notification {
  color: white;
  text-decoration: none;
  padding: 2px ;
  position: relative;
  display: inline-block;
  }


.notification .badge {
  position: absolute;
  top: 14px;
  right: 2px;
  padding: 1px ;
  background: red;
  font-size:9px;
  color: white;
  border-radius:30%;
}

.image{
height:35em;
width:75em


}

.filler{
position: fixed;
  width: 250px;
  left: -250px;


}
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin:1em;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background-color:#eaebed;	
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

table{
margin-bottom: 25px;
}

.pagecontent a:hover {
  
  color:blue;  
 transform: scale(1);
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #5E96AE;
  /*font-weight:bold;*/
  color: #013F68;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:1em;
  margin-top:1em;
  font-size: 16px;
  display:inline;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "[Expand]";
  color: grey;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "[Less]";
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #ADDDEC;
  display: none;
  overflow: hidden;
} 

