.red-italic
{
	color: red;
	font-style: italic;
}
.width50
{
	width: 50%;
}
.min-width40
{
	min-width: 40px;
}
.td_file img
{
	max-width: 100px;
}
.witdh-20
{
	width: 20%;
}
.radio-show input
{
	-webkit-appearance: radio; margin-right: 5px ;
}
.select-show select
{
	-webkit-appearance:auto !important;
}
.number-none input::-webkit-outer-spin-button,
.number-none input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-none input
{
	-webkit-appearance: textfield;
}
.radio-show span
{
	margin-right: 20px;
}
.preparation_fee
{
	display: none;
}
.preparation_fee.active
{
	display: block;
}
.mt-10 
{
	margin-top: 10px;
}
.tab-title:before
{
	display: none !important;
}
#table_images_report img
{
	max-width: 120px !important;
	width: auto !important;
	max-height: 70px !important;
}



.container_pdf
{
    padding: 20px 40px;
    max-width: 1024px;
    margin: auto;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-title{font-size: 20px;font-weight: 500;}
.text-sub_title{margin: 10px 0;}
.container_pdf table, .container_pdf td,  .container_pdf th {border: 1px solid black;}
.container_pdf td { padding: 4px 15px; }
.container_pdf table{border-collapse: collapse;margin-top: 20px;}

.view .width-100
{
	width: 100px;
}
.view table.info
{
	width: 100%;
}
.mt-30 
{
	margin-top: 30px;
}
.ml-400
{
	margin-left: 400px;
}
.height-60
{
	height: 60px;
}
.clear
{
	clear:both;
}
.mb-30
{
	margin-bottom: 30px;
}
.pt-20
{
	padding-top: 20px;
}
.view .border-none
{
	border:none;
}
.view .border-right
{
	border-right: 1px solid #000 !important;
}
.view .border-left
{
	border-left: 1px solid #000 !important;
}
.view .border-top
{
	border-top: 1px solid #000 !important;
}
.view .border-bot
{
	border-bottom: 1px solid #000 !important;
}
.view .mb-15
{
	margin-bottom: 15px;
}
.font-14
{
	font-size: 14px;
}
.view .pt-5
{
	padding-top: 5px !important;
}
.width30
{
	width: 30%;
}
.view .pb-5
{
	padding-bottom: 5px !important;
}
.float-right
{
	float: right;
}
.floar-left
{
	float: left;
}
.view .width40
{
	width: 40%;
}

.view .seal_img img
{
	height: 80px;
}
.view .text-seal
{
	position: relative;text-align: right; height: 120px;display: flex;align-items: center;justify-content: flex-end;
}
.view .text-seal-name
{
	position: relative;z-index:2;
}
.view .text-seal img
{
	position: absolute;z-index: 1;
	top:0;
	height: 120px;
	right: 0;
}
.base_64_img 
{
	width: 0;height: 0;
	overflow: hidden;
}
.min-width40
{
	min-width: 40px;
}
.width-20
{
	width: 20%;
}


.view .table-right
{
	display: flex;justify-content: flex-end;
}
.view .table-3 td
{
	width: 12.5%;
	
}
