.error { border: 2px solid red; }

row { display: block; }


.notice { font-style: italic; font-variant: small-caps; }

a { text-decoration: none; }

p {
	visibility: visible;
}
#myinfo,
#myerror {
	background-color: red;
}
html{
	height: 100%;
}
body{
	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
table{
	width:100%
}
/* Full-width input fields */
input[type=text], input[type=password] {
	width: 100%;
	padding: 3px 3px;
	margin: 1px 0;
	display: block;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  
  .logoutsubmit, .logoutbutton {
	color: white;
	background-color: black;
	width: 130px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
  }
  
  .logoutbutton:hover {
	opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
  }
  
  /* Center the image and position the close button */
  .imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
  }
  
  img.avatar {
	width: 40%;
	border-radius: 50%;
  }
  
  .usercontainer {
	margin-top: 20px;
	padding: 1px;
  }
  
  .loginsuccess {
	  margin: auto;
  }

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

/* Logout page */
.logoutcontainer{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px ;
	margin: 120px auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;

}

.newcontainer {
	
    width: 100%; /* Full width */
	height: 100%; /* Full height */
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  .idforgot {
	position: fixed;
	padding-top: 120px;
	margin: auto;
    width: 100%; /* Full width */
	min-height: 35%; /* Full height */
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
  }
  /* Modal Content/Box */
  .newcontainer-content {
	display: block;
	margin: 140px auto;
    background-color: #fefefe;
    padding: 10px;
	border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
  }
  .modal-content-new-user {
	
	background-color: #fefefe;
	margin: 3% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	height: 100%;
  }
  .modal-content-forgot {
	
	background-color: #fefefe;
	margin: 3% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 70%; /* Could be more or less, depending on screen size */
	height: 250px;
  }
  
.createcontainer{display: flex;}

.forgotcontainer{display: flex;}

.forgotcancelbutton {
	float: left;
	color: white;
	background-color: black;
	width: 50%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;

	}
.forgotresetbutton {
		float: right;
		color: white;
		background-color: black;
		width: 50%;
		height: 30px;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 300;
		text-align: center;
	
		}

	/* Close button on hover */
	.forgotcancelbutton:hover, 
	.forgotcancelbutton:focus, 
	.forgotresetbutton:hover, 
	.forgotresetbutton:focus
	 {
	  background-color : grey;
	 cursor: pointer;
	}

.regbutton {
	float: right;
	color: white;
	background-color: black;
	width: 33.2%;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;

	}
	/* Close button on hover */
	.regbutton:hover,
	.regbutton:focus {
	  background-color : grey;
	 cursor: pointer;
	}


.usersection1{
	display: flex;
}
.usersection3, .usersection4, .usersection5 {
	
	display: none;
}
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/* Enable scroll if needed overflow: auto; */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 60px;
  }
  .signbutton {
	color: white;
	background-color: black;
	width: 100%;
	height: 30px;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	}
  /* Close button on hover */
  .signbutton:hover,
  .signbutton:focus {
	background-color : grey;
	cursor: pointer;
  }

/* The Close Button */
.myBtn {
	/* Position it in the top right corner outside of the modal */
	border: none;
	outline: none;
	top: 0px;
	padding: 5px 5px;
	background-color: white;
	cursor: pointer;
	font-size: 20px;
	float: right;
   
  }

  /* Close button on hover */
.myBtn:hover,
.myBtn:focus {
  color: red;
  cursor: pointer;
}
.Userstyle{
	width: 80%;
	margin: 140px auto;
}

  /* Modal Content/Box */
  .modal-content {
	
	background-color: #fefefe;
	margin: 3% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	height: 100%;
  }
  
  /* The Close Button (x) */
  .close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: red;
	cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
	-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)}
  }
  
  .role-css {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
	color: #444;
	line-height: 1.6;
	width: 200px;
	box-sizing: border-box;
	margin: 0;
  border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 0.2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.role-css::-ms-expand {
	display: none;
}
.role-css:hover {
	border-color: #888;
}
.role-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 1px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 1px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.role-css option {
	font-weight:normal;
}

.role-css-bag {
  display: inline-block;
	font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
	color: #444;
	line-height: 1.6;
  width: 60px;
  height: 28px;
	box-sizing: border-box;
	margin: 0;
  border: 1px solid #aaa;
  border-radius: 1px;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
	span.psw {
	   display: block;
	   float: none;
	}
	.cancelbtn {
	   width: 100%;
	}
  }

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 760px) {
.newcontainer-content {
		background-color: #fefefe;
		margin: 140px auto; /* 15% from the top and centered */
		padding: 10px;
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	  }
/* Logout page */
.logoutcontainer{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 130px;
	margin: auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;

}
.Userstyle{
	width: 95%;
	margin: 140px auto auto auto;
}
.modal-content {
	
	background-color: #fefefe;
	margin: 3% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	height:auto;
  }
  .modal-content-new-user {
	
	background-color: #fefefe;
	margin: 3% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	height: 100%;
  }
  .modal-content-forgot {
	
	background-color: #fefefe;
	margin: 3% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 70%; /* Could be more or less, depending on screen size */
	height: 250px;
  }

  }