

/* Full-width input fields */
.info input[type=text], input[type=password], input[type=email], input[type=date],input[type=number] {
	width: 100%;
	padding: 12px 20px;
	margin: 0 auto;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 28px;
	margin-top:5px;
}
.info input:hover{
	border: 1px solid #F1711A;
}

.column1,
.column2,
.column3 {
	float: left;
	height: 500px;
	width: 223px;
	border:1px solid #999999;
	padding:5px;
	margin-left: 2px;
}
.column1 input,
.column2 input,
.column3 input{
	height: 30px;
	width: 100%;
	padding-top:3px;
	font-size:15px;
}
.info label{
	font-size:14px;
	
}


/* Set a style for all buttons */
.container2 button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size:18px;
  border-radius: 10px;
}

.container2 button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: 90%;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 8px 0 0px 0;
  position: relative;
}

img.avatar {
  width: 15%;
  border-radius: 50%;
}

.container2 {
    text-align: left;
    padding: 5px;
    width:99%;
    }

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */


/* Modal Content/Box */
.modal-content-hr {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 2px solid #54b215;
  border-radius: 20px;
  box-shadow: 4px 4px 2px 2px #888888;
  width: 750px; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 45px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.btncancel{
width: 100%;	
}

/* 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)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 415px) {
span.psw {
     display: block;
     float: none;
  }
.cancelbtn {
     width: 90%;

  }
.container2 button{
    font-size: 18px;   
  }
.modal-content-hr {
  background-color: #fefefe;
  margin: 1% auto 1% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 2px solid #54b215;
  border-radius: 20px;
  box-shadow: 4px 4px 2px 2px #888888;
  width:92%; /* Could be more or less, depending on screen size */
  height:90%;
}
.container2 {
    text-align: left;
    padding: 5px;
    width:100%;
    }
/* Full-width input fields */


.column1,
.column2,
.column3 {
	float: left;
	height: 420px;
	width: 115px;
	border:1px solid #999999;
	padding:2px;
	margin-left: 0px;
}

.info input[type=text], input[type=password], input[type=email], input[type=date],input[type=number] {
 font-size:12px;
 height: 22px;
 width: 99px;
}
.info label{
	font-size:12px;
}
.container2 button {
  background-color: #04AA6D;
  color: white;
  padding: 10px 4px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size:16px;
  border-radius: 10px;
}
}
@media screen and (max-width: 370px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 90%;

  }
 .container2 button{
    font-size: 18px;   
  }
.modal-content-hr {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 95%;
    margin-left: 5px;
}
.container2 {
    text-align: left;
    padding: 5px;
    width:100%;
    }
/* Full-width input fields */


.column1,
.column2,
.column3 {
	float: left;
	height: 450px;
	width: 100px;
	border:1px solid #999999;
	padding:2px;
	margin-left: 0px;
}

.info input[type=text], input[type=password], input[type=email], input[type=date],input[type=number] {
 font-size:10px;
 height: 22px;
 width: 94px;
 text-align:left;
}
.info label{
	font-size:12px;
}
.container2 button {
  background-color: #04AA6D;
  color: white;
  padding: 5px 10px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size:16px;
  border-radius: 10px;
}
}

