p {
	margin-left: 5px;
}

a:link, a:visited{
	background-color: white;
	color: #333333;
	text-align: left;
	text-decoration: none;
	display: block;
}

h1 {
	margin-top: 0px;
}

body {
    background-color: #E8E6E6;
}

select {
  background-color: white;
  padding: 10px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 28px;
  cursor: inherit;
  line-height: inherit;
}

.buttonTOS {
  background-color: #E8E6E6;
  padding: 0px 0px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  display:inline-block;
  color:black;
  border:none;
  cursor: inherit;
  line-height: inherit;
  left:0;
}

.selectLevel {
  background-color: white;
  padding: 12px 5px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  cursor: inherit;
  line-height: inherit;
}

.sidebar {
	top: 0;
	left: 0;
	height:100%;
	width:200px;
	background-color:#d1d1e0;
	position:fixed!important;
	position:fixed!important;
	z-index:5;
	overflow:hidden;
}

.settingscontainer {
  display: inline-block;
  width:100%;
  padding-bottom:40px;
}

.settingscontainer > div {
  border: 1px solid black;
}

.settingstitle {
  margin-left:2%;
  padding-top:13px;
  padding-left:25px;
  font-size:xx-large;
  height: 50px;
  display: block;
}

.settingsele {
  margin-left: 8%;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 90%;
  display: none;
  border: 0;
}

.settingsform {
  border: 0;
}

.profilecontainer {
  display: inline-block;
  width:80%;
  padding-bottom:40px;
}

.profilecontainer > div {
  border: 1px solid black;
}

.profiletitle {
  margin-left:2%;
  font-size:xx-large;
  height: 50px;
  display: block;
}

.profileleft {
  margin-left: 4%;
  margin-bottom: 15px;
  width: 30%;
  height: 50px;
  display: inline-flex;
}

.profileright {
   width: 15%;
   height: 50px;
   display: inline-flex;
   background-color:#ddd;
}

.profilelefttitle {
  width: 79.5%;
  display:inline-block;
}

.barshadowlarge {
	width: 90%;
	height: 200px;
	background-color: white;
	text-align: center;
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 2.5%;
    margin-top: 10px;
	left: 0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.barshadowlargeST {
	width: 95%;
	height: 425px;
	background-color: white;
	text-align: center;
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 2.5%;
	left: 0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.barshadowsmall {
	width: 90%;
	height: 250px;
	background-color: white;
	text-align: center;
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 5%;
	left: 0;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.sidebar-animate-left {
	position:relative;
	animation:animateleft 0.2s;
}

@keyframes animateleft {
	from{left:-200px;opacity:0} to {left:0;opacity:1}
}

.open-button {
	border:none;
	display:block;
	padding: 8px 30px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	white-space:nowrap;
	background-color: white;
	color: green;
	outline: none;
}

.close-button {
	width: 100%;
	border:none;
	display:block;
	padding:16px 12px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:right;
	cursor:pointer;
	white-space:nowrap;
	outline: none;
	background-color: #f0f0f5;
}

.sidebar-button {
	border:none;
	display:block;
	padding:18px 24px;
	font-size: 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	white-space:nowrap;
	outline: none;
	background-color: #d1d1e0;
	width: 100%;
	
}

.sidebar-button:hover {
	color:white!important;
	background-color:#535379!important;
}

.topbar {
	overflow: hidden;
	height: 60px;
  background-color: white;
	left: 0;
	top: 0;
  position: fixed;
  width: 100%;
	color: black;
	z-index: 3;
}

.profilebar {
	overflow: hidden;
  padding-top:150px;
  padding-bottom:3000px;
  top:0%;
  right:0%;
  background-color: #CCCCFF;
  position: fixed;
  width: 15%;
	color: black;
	z-index: 2;
}

.profilebarelement {
	display:block;
  text-align:center;
  font-size:x-large;
  padding-top:10px;
}

.bottombar {
	overflow: hidden;
	height: 60px;
    background-color: white;
	left: 0;
	bottom: 0;
    position: fixed;
    width: 100%;
	color: black;
	z-index: 3;
}

.mainshell {
	height: 85%;
	background-color: #E8E6E6;
	color: black;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 80px; /* Add a top margin to avoid content overlay */
    z-index: 1;
}

.border {
    width:100%;
	border: 1px solid black;
	empty-cells: hide;
	border-collapse: collapse;
}

.border th {
    border: 1px solid black;
}

.border td {
    border: 1px solid black;
}
.noborder tr {
    border: 1px solid black;
}

.noborder {
    width:100%;
	border: none;
	empty-cells: hide;
}

.noborder th {
    border: none;
}

.noborder td {
    border: none;
}
.noborder tr {
    border: none;
}

.nobordericons {
    width:100%;
	height: 100px;
	border: none;
	empty-cells: hide;
}

.nobordericons th {
    border: none;
}

.nobordericons td {
    border: none;
}
.nobordericons tr {
    border: none;
}

.nobordericonsBIG {
    width:100%;
	height: 500px;
	border: none;
	empty-cells: hide;
}

.nobordericons th {
    border: none;
}

.nobordericons td {
    border: none;
}
.nobordericons tr {
    border: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  padding-bottom:100px
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-content-2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.navbar {
  overflow: hidden;
  background-color: darkslateblue;
  height: 60px;
}

.a-element-button {
    float:right;
    display:block;
    font-size:20px;
    background-color:darkslateblue;
    padding-top:20px;
    padding-bottom:20px;
    color:aliceblue;
    width:15%;
    min-width:150px;
    text-align:center;
}

.a-element-button:hover {
    background-color: mediumpurple;
}


.navbar a:hover .dropdown:hover .dropbtn {
  background-color: mediumpurple;
    color: aliceblue;
}

input[type=text], input[type=password], input[type=firstName], input[type=email], input[type=lastName] {
  width: 100%;
  padding: 12px 20px;
  margin: 12px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
}

.studyPhase {
  width: 100%;
  padding: 12px 20px;
  margin: 12px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.animate-2 {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.collapsible {
  background-color: #777;
  color: aliceblue;
  cursor: pointer;
  padding: 18px;
  padding-left: 2.5%;
  margin-left: 2.5%;
    margin-bottom:15px;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 2;
}

.active, .collapsible:hover {
  background-color: mediumpurple;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #E8E6E6;
  z-index: 0;
}

.slideRight1{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideRight {
	0% {
		transform: translateX(-100%);
        opacity:0;
	}
	100% {
		transform: translateX(0%);
        opacity:1;
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-100%);
        opacity:0;
	}	
	100% {
		-webkit-transform: translateX(0%);
        opacity:1;
	}
}

.slideRight2{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;
}

.slideRight3{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
    
	animation-duration: 1.33s;
	-webkit-animation-duration: 1.33s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

.slideRight4{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1.67s;
	-webkit-animation-duration: 1.67s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

.slideRight5{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

.slideRight6{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 2.25s;
	-webkit-animation-duration: 2.25s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

.slideRight7{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}
 
progress {
  border-radius: 7px; 
  width: 60%;
  height: 16px;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
  margin-bottom: 10px;
}
progress::-webkit-progress-bar {
  background-color: white;
  border-radius: 7px;
}
progress::-webkit-progress-value {
  background-color: green;
  border-radius: 7px;
}

.errorbox {
  width:95%;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:2.5%;
  margin-bottom:10px;
  float:right;
  display:inline-block;
  border:#000000;
  border-style:solid;
  border-width:2px;
}

.errorcheck {
  width:95%;
  padding-top:5px;
  padding-right:2.5%;
  margin-bottom:5px;
  float:left;
  display:inline-block;
  text-align:center;
  font-size:small;
}

.errorcheckbig {
  width:95%;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:2.5%;
  margin-bottom:10px;
  float:left;
  display:inline-block;
  text-align:center;
  font-size:x-large;
}

.floatrighterror {
    width: 35%;
    padding-top:65px;
    padding-right: 5%;
    float: right;
    display: inline-block;
}

.floatleftcreate {
    width: 50.5%;
    padding-top:40px;
    padding-bottom:90px;
    padding-left: 5%;
    float: left;
    display: inline-block;
}

.spanWelcome {
    float: right;
    font-size: 18px;
    color: aliceblue;
    text-align: center;
    vertical-align: middle;
    padding: 14px 14px 0px 14px;
    text-decoration: none;
    height: 60px;
    background-color: darkslateblue;
    width: 175px;
}

.centerdiv {
    width: 90%;
    padding-top:40px;
    padding-bottom:40px;
    margin: auto;
}

.biggercenterdiv {
    width: 90%;
    padding-top:20px;
    margin: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #de1704;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #39cc59;
}

input:focus + .slider {
  box-shadow: 0 0 1px #39cc59;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color:darkslateblue;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 4;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  display:block;
  font-size:20px;
  background-color:darkslateblue;
  padding-top:15px;
  padding-bottom:20px;
  color:aliceblue;
  width:10%;
  min-width:175px;
  text-align:center;
}

.openbtn:hover{
  background-color:mediumpurple;
  font-weight:700;
  cursor: pointer;
}

open

#mainshell {
  transition: margin-left .5s;
  padding: 16px;
}