
 
.ath_container {
	border: #d7d7d7 1px solid;
	border-radius: 5px;
	padding:  20px; 
}

#uploadStatus {
	color: 
#00e200;
}

.ath_container a {
	text-decoration: none;
	color: 
#2f20d1;
}

.ath_container a:hover {
	text-decoration: underline;
}

.ath_container img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}


.ath_container .label {
	color: 
#565656;
	margin-bottom: 2px;
}



.ath_container .message {
	padding: 6px 20px;
	font-size: 1em;
	color: 
rgb(40, 40, 40);
	box-sizing: border-box;
	margin: 0px;
	border-radius: 3px;
	width: 100%;
	overflow: auto;
}

.ath_container .error {
	padding: 6px 20px;
	border-radius: 3px;
	background-color: 
#ffe7e7;
	border: 1px solid 
#e46b66;
	color: 
#dc0d24;
}

.ath_container .success {
	background-color: 
#48e0a4;
	border: 
#40cc94 1px solid;
	border-radius: 3px;
	color: 
#105b3d;
}

.ath_container .validation-message {
	color: 
#e20900;
}

.ath_container .font-bold {
	font-weight: bold;
}

.ath_container .display-none {
	display: none;
}

.ath_container .inline-block {
	display: inline-block;
}

.ath_container .float-right {
	float: right;
}

.ath_container .float-left {
	float: left;
}

.ath_container .text-center {
	text-align: center;
}

.ath_container .text-left {
	text-align: left;
}

.ath_container .text-right {
	text-align: right;
}

.ath_container .full-width {
	width: 100%;
}

.ath_container .cursor-pointer {
	cursor: pointer;
}

.ath_container .mr-20 {
	margin-right: 20px;
}

.ath_container .m-20 {
	margin: 20px;
}



.ath_container table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid 
#ddd;
	margin-top: 4px;
}


.ath_container table th,
.ath_container table td {
	text-align: left;
	padding: 5px;
	border: 1px solid 
#ededed;
	width: 50%;
}

tr:nth-child(even) {
	background-color: 
#f2f2f2
}

.ath_container .progress {
	margin: 20px 0 0 0;
	width: 300px;
	border: 1px solid 
#ddd;
	padding: 5px;
	border-radius: 5px;
}

.ath_container .progress-bar {
	width: 0%;
	height: 24px;
	background-color: 
#4CAF50;
	margin-top: 15px;
	border-radius: 12px;
	text-align: center;
	color: 
#fff;
}

@media all and (max-width: 780px) {
	.ath_container {
		width: auto;
	}
}


.ath_container input,
.ath_container textarea,
.ath_container select {
	box-sizing: border-box; 
	height: initial;
	padding: 8px 5px; 
	border-radius: 4px;
}

.ath_container input[type="checkbox"] {
	width: auto;
	vertical-align: text-bottom;
}

.ath_container textarea {
	width: 300px;
}

.ath_container select {
	display: initial;
	height: 30px;
	padding: 2px 5px;
}

.ath_container button,
.ath_container input[type=submit],
.ath_container input[type=button] {
	padding: 8px 30px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	border:none;
	color: #ffffff;
	background-color: #6213d3;
}

.ath_container input[type=submit]:hover {
	background-color: 
#f7c027;
}

::placeholder {
	color: 
#bdbfc4;
}

.ath_container label {
	display: block;
	color: 
#565656;
}

@media all and (max-width: 400px) {
	.ath_container {
		padding: 0px 20px;
	}

	.ath_container {
		width: auto;
	}

	.ath_container input,
	.ath_container textarea,
	.ath_container select {
		width: 100%;
	}
}
