.error-list {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 0.8rem;
}
.error-list ul{
	list-style-type: none;
	color: red;
	padding: 0px;
	margin-top: 4px;
}
.error{
	border-color: red;
}
table.pioTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: auto;
}

table.pioTable caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table.pioTable tr {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: .35em;
}

table.pioTable th{
	padding: 1.425em 1.625em 1.425em 1.625em;
	text-align: left;
	font-weight: bold;
	color: #868686;
	background-color: #dee2e6;
}

table.pioTable td {
	padding: 1.625em;
	text-align: left;
	font-weight: bold;
	padding: 1.225em 1.225em 1.025em 1.225em;
	color: #4e4e4e;
	line-height: 130%;
}
table.pioTable td p{
	margin:0px;
}
table.pioTable tr:hover { 
	background:#f9f9f9; 
}

table.pioTable td.image{
	padding: 0px 0px 0px 18px;
	text-align: center;

}

table.pioTable td.image img{
	height: auto;
	margin: 6px 0 6px 0;
}

table.pioTable td.pioTableButton{
	text-align: center;
	padding: 0px;
}
.pioTableButtonContainer button, .pioTableButtonContainer a{
	font-weight: bold;
	color: #666;
	font-size: 20px;
	
}

table.pioTable tr td .pioTableButtonContainer{
	visibility: visible;
}
table.pioTable tr:hover .pioTableButtonContainer{
	visibility: visible;
}

table.pioTable tr:hover .pioTableButtonContainer button:hover, table.pioTable tr:hover .pioTableButtonContainer a:hover{
	color: #000;
}

table.pioTable td small{
	font-weight: normal;
	color: #989898;
	display: inline-block;
	width: 100%;

}
table.pioTable td span{

	display: inline-block;
	width: 100%;

}
table.pioTable td .badge{
	padding: 6px 10px;
}

table.pioTable th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 991.1px) {
	.dnonemobile{
		display: none !important;
	}
	table.pioTable {
		border: 0;
	}

	table.pioTable td.image{
		height: auto;
		width: 100%;
		display: inline-block;
		text-align: center;
	}



	table.pioTable caption {
		font-size: 1.3em;
	}

	table.pioTable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.pioTable tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table.pioTable td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
		position: relative;
	}

	table.pioTable td span {
		display: inline-block;
		width: 100%;
		position: relative;
		height: auto;
		text-align: center;
		padding: 8px;
	}

	table.pioTable td::before {
		content: attr(data-label);
		float: none;
		font-weight: bold;
		position: relative;
		text-transform: uppercase;
		height: auto;
		text-align: center;
		width: 100%;
		display: inline-block;
		line-height: 130%;
	}
	table.pioTable td small {
		font-weight: normal;
		color: #989898;
		display: inline-block;
		width: 100%;
		text-align: center;
		height: auto;
		line-height: 130%;
	}
	table.pioTable tr td .pioTableButtonContainer {
		visibility: visible;
		text-align: center !important;
		margin-bottom: 14px;
	}
	table.pioTable td::after {

		content: attr(data-small);
		float: left;
		font-weight: bold;
		position: absolute;
		text-transform: uppercase;
		left: 2vw;
		height: 20px;
		text-align: left;
		font-weight: normal;
		color: #989898;
		font-size: 80%;
	}

	table.pioTable td:last-child {
		border-bottom: 0;
	}
	table.pioTable td.pioTableButton button, table.pioTable td.pioTableButton a{

		visibility: visible;

	}
}

.titleMenu{
	display: block;
	width: 100%;
	padding: 6px 0px 8px 23px!important;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 12px;
	background-color: var(--success);
	border: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
}
.titleMenu:hover{
	
	color: #ffffff !important;
	
}

.priCurrency{
	font-size: 16px;
	margin-right: 14px;
	width: 40px;
	text-align: center;
	color: #000;
	height: 24px;
	line-height: 28px;
}
.priPrice{
	font-size: 16px;
	margin-right: 0;
	color: #000;
	height: 24px;
	line-height: 28px;

}

.lang-dropdown{
	color: #909099;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	border: 1px solid #e8e8e8;
	padding: 7px 14px;
	border-radius: 7px;
}
.lang-btns{
	width: auto;
	display: inline-block;
}

#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: #fff;
	z-index: 9999;
}

#loading-image {
	z-index: 100;
}
.swal-text {
	text-align: center;
}

.loading_process {
	color: rgb(0 52 120 / 70%);
	position: absolute;
	z-index: 9999;
	left: 0;
	right: auto;
	margin: 0 auto;
	text-align: center;
	width: calc(100% - 4px);
	top: 0px;
	bottom: 0px;
	padding-top: 10px;
	background-color: #ffffffdb;
}
.loading_process i{
	margin-top: 36px;
}
.uploaded_files p{
	margin-bottom: 0px;
	margin-top: 20px;
	color: var(--green);
}
.uploaded_files a{

	color: var(--green);
}

.remove_document{
	cursor: pointer;
	color: red;
}
.file_upload_value {
	position: absolute;
	left: 16px;
	z-index: 99;
	top: 9px;
}

ul.metismenu li a i{
	font-size: 16px;
	float: left;
	display: inline-block;
	top: 3px;
	position: relative;
	margin-right: 6px;
	color: #898989;
}
.btn-readed{
	color: red;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 24px;
	cursor: pointer;
	z-index: 999;
}