/* Full-width input fields */
input.viva, input.viva[type=text], input.viva[type=password] {
	width: 90%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input.viva[type=submit] {
	width: auto;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/* Set a style for all buttons */
button.viva {
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

button:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #4d9ef4;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 1px 0 1px 0;
	position: relative;
	/*background-color: #4f80a8;*/
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}

.container-viva {
	padding: 16px;
	border: 10px;
}

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

/* The Modal (background) */
.modal-viva {
	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: scroll; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
	padding-top: 60px;
}

/* Modal Content/Box */
.modal-viva-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close-viva {
	width: auto;
	padding: 1px 1px;
	position: absolute;
	right: 25px;
	top: 0;
	color: #000000;
	font-size: 35px;
	font-weight: bold;
}

.close-viva:hover, .close-viva:focus {
	color: #767676;
	cursor: pointer;
}

.boxviva {
	border: 2px solid #1DE25B;
	background-color: #FFFCE5;
	margin-top: 25px;
	padding-top: 10px;
	position: static;
	height: auto;
}

/* Add Zoom Animation */
.animate-viva {
	-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: 3000px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}

.textlimited {
	/* background-color: yellowgreen ; */
	/* width: 200px; */
	height: 150px;
	padding: 5px;
	/* margin: 10px; */
	overflow: hidden;
}