/* body {font-family: Arial, Helvetica, sans-serif;} */

/* Full-width input fields */
/*input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
} */

/* Set a style for all buttons */
button {
    background-color: rgb(255,128,0);  /*#4CAF50; */
    color: white;
    padding: 4px 20px;
    margin: 1px 0;
    border: none;
    cursor: pointer;
    width: 200px;
	 font-size: 20px;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: 200px;
    padding: 4px 20px;
    background-color:  #c9ddf5; /*rgb(255,128,0);000;  #f44336; */
	 color: black;
	 font-size: 14px;
}

/* Extra styles for the action button */
.actionbtn {
    width: 98px;
    padding: 4px 20px;
    background-color: #c9ddf5; /*rgb(255,128,0);  #f44336; */
	 color: black;
	 font-size: 14px;

}


/* 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%;
}

.container {
	 max-width: 300px;
	 padding: 16px;
}

span.psw {
    float: right;
    /* padding-top: 16px; */
	 padding-right: 20px;
}

/* 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 */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255);  /* Fallback color */
    background-color: rgba(255,255,255,0.4); /* white w/ opacity */

	  padding-top: 60px;

}

/* Modal Content/Box */
.modal-content {
    background-color: rgb(255,88,0);
    background-color: rgba(255,88,0,0.3);
	 /* background-color: #C9DDF5;           */
	 /*background-color: #C9DDF5,0.2;        */
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 11px solid rgb(255,88,0); /* #888; */
    width: 80%; /* Could be more or less, depending on screen size */
	 max-width: 240px;
}


.modal-contentwide {
    background-color: rgb(255,88,0);
    background-color: rgba(255,88,0,0.3);
	 /* background-color: #C9DDF5;           */
	 /*background-color: #C9DDF5,0.2;        */
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 11px solid rgb(255,88,0); /* #888; */
    width: 80%; /* Could be more or less, depending on screen size */
	 max-width: 340px;
}


/* 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)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 440px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
    background-color: #c9ddf5 !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
/*  This is brilliant... It gets rid of that hideous yellow */
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
textarea:-webkit-autofill {
    background-color: #c9ddf5 !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

select:-webkit-autofill {
    background-color: #c9ddf5 !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select: background-color: white;
/* select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;

  fontsize:12px;
  transition: background-color:white; 5000s ease-in-out 0s;
}  */
