html,
body {
	margin: 0;
	padding: 0;
}

html,
body {
	background: white;
	font-family: roboto, "Open Sans", Helvetica, sans-serif, "segoe ui", oxygen, ubuntu, Arial;
	height: 100%;
	text-align: center;
}

body {
	background: white;

}


.header-text {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #442093;
}

.btn-action .btn-primary {
	/* 3 buttons*/
	line-height: 20px;
	margin: 10px;
	border: none;


}

.btn-action .btn-success {
	/* 1 submit*/
	line-height: 20px;
	margin: 10px;
	border: none;

}

.text-area p {
	margin-top: 5px;

}

.main-area {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 6px;
}


.content {
	border: 1px solid #7199e3;
	padding: 20px 20px 20px 20px;

}

.form-control {
	/* text boxes */
	outline: none;
	box-shadow: none;
	text-align: center;
	font-family: roboto, "Open Sans", Helvetica, sans-serif, "segoe ui", oxygen, ubuntu, Arial;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.form-control:hover {
	outline: none;
	box-shadow: none;
}

.bold {
	font-weight: bold;
}

.div-img {
	text-align: center;
}

.div-img img {
	height: 50%;
	width: auto;
}

.custom-label {
	text-align: right;
	color: #282828;
}

.form-group label {
	font-size: 10pt;
}

.form-group .form-control {
	font-size: 12pt;
}


input:hover[type="button"] {
	background: rgb(0, 165, 251);

}


input:hover[type="submit"] {
	background: rgb(31, 127, 54);

}


input[type=file] {
	display: inline-block;
	width: 10%;
	height: 26px;
	text-align: left;
	margin-top: 4px;
	font-size: 16px;
	float: center;
}


.content .header-text {
	/* header text on the top */
	font-size: 18px;
	font-weight: 600;
	color: #3e2093;
	text-align: center;
	font-family: Calibri, roboto, "Times New Roman", "Open Sans", Helvetica, sans-serif, "segoe ui", oxygen, ubuntu, Arial;
}

.form-group .col-8 {
	/*  column elements in the back side of text, date*/
	height: 32px;

}

.col-8 .form-control {
	/*  text , date elements background-color:pink; */
	height: 32px;
	border-style: solid;

}


.form-control {
	border: 1px solid #7199e3;
	text-align: center;
	height: 30px;
}

input[type=date] {
	border: 1px solid #7199e3;
	text-align: center;

}


a:link {
	font-size: 18px;

}

a:hover {
	color: blue;
}

a:active {
	color: #282832;
}

.pckg_back_button {
	width: 150px;
	font-size: 12px;
}

select.form-control {
	line-height: 1.5;
	padding: 0.375rem;
	height: auto;
	vertical-align: middle;
}

.custom-label {
	border: 1px solid #7199e3;
	line-height: 1;
	padding: 0.375rem;
	height: auto;
	vertical-align: middle;
	border-radius: 3px;
}


.generic-content {
	border: 1px solid #7199e3;
	padding: 20px 20px 20px 20px;
	padding-left: 100px;
	padding-right: 85px;
}


.generic-content  .header-text {
	/* header text on the top */
	font-size: 18px;
	font-weight: 600;
	color: #3e2093;
	text-align: center;
	font-family: Calibri, roboto, "Times New Roman", "Open Sans", Helvetica, sans-serif, "segoe ui", oxygen, ubuntu, Arial;
}

.form-group .form-control {
	font-size: 10pt;
}


/* For Small Devices */
@media (max-width: 1000px) {
	.generic-content {
		padding-left: 40px;
		padding-right: 25px;
	}
}

/* For Extra Small Devices (<576px) */
@media (max-width: 576px) {
	.generic-content {
		padding-left: 25px;
		padding-right: 10px;
	}
}