
.filling-search-section {
    padding: 5px;
    margin-bottom: 15px;
    background: rgb(67 71 80 / 85%);
    border-radius: 2px;
}

.filling-search-form {
    display: flex;
    justify-content: center;
}

.filling-field-container-left {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
}


.filling-field-container-right {
	width: 10%;
	margin-left: 5px;
}


/* FILLING REPORT CONTAINER */

.filling-report {
	display: flex;
}

.filling-report-img {
	height: 117px;
	width: auto;
	margin-right: 15px;
	border: 1px solid;
	border-radius: 2px;
}


/* //////////////////////////////////////////////////////////// */
/* These styles is for filling report filter for generating PDF */
/* //////////////////////////////////////////////////////////// */


.filling-report-form-container {
	width: 100%;
}

.filling-report-filter {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;

}










/* /////////////////////////// */
/* 			FILLING LINKS 	   */
/* --------------------------- */


.filling-section-links a {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
    font-weight: bold;
    color: #761c1c;
}





/*////////////////////////////////////*/
/*    FILLING LIST GRID WITH IMAGE    */
/*////////////////////////////////////*/

/* This is so perfect!!! The image and grid items are so dynamic depends how much the height of filling-list container */

.filling-list {
	display: flex;
    align-items: flex-start;
	height: 120px;
	background: #fff;
    padding: 15px;
    border-radius: 3px;
	margin-bottom: 30px;
}

.filling-grid-list-image {
	height: 100%;
	width: auto;
	border: 1px solid #000;
	border-radius: 5px;
	margin-right: 10px;
	box-sizing: border-box;
}

.filling-return-grid-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2px;
	width: 100%;
	height: 100%;
}

.filling-return-grid-item {
	text-align: center;
	display: grid;
}

.fr-label,
.fr-value {
	display: block;
}


.fr-label {
	font-family: "CeraRoundProBold";
    font-size: 15px;
    color: #516d50;
    background: #c5dbc4;
	display: flex;
    align-items: center;
    justify-content: center;
}

.fr-value {
	display: flex;
    align-items: center;
    justify-content: center;
	background: #efefef;
	font-style: italic;
	font-size: 14px;
}



.filling-year-validator {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: red;
    font-size: 15px;
}


/* //////////////////////////////// */
/*    FILLING TABLE TAB INCLUDES    */
/* -------------------------------- */
.filling-tab-container {
	margin-bottom: 50px;
}

.filling-table-return,
.filling-table-issue {
	width: 100%;
}

.filling-table-return {
	margin-bottom: 20px;
}


.filling__th__return,
.filling__th__issue {
	font-family: "CeraRoundProBold";
    font-size: 15px;
	color: #516d50;
	padding: 8px 10px;
}

.filling__th__return {
	background: #c5dbc4;
}

.filling__th__issue {
	background: #ceddbc;
}

.filling__td__return,
.filling__td__issue {
	background: #ededed;
	padding: 10px;
	font-size: 14px;
    font-style: italic;
	color: #000;
	vertical-align: middle;
}

.filling-action {
	font-family: "CeraRoundProBold";
	color: #aa3232;
	transition: all 0.2s ease;
}

.filling-action:hover {
	color: #ef4722;
}

.f__action__01 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}
.f__action__01 i {margin-top: 10px;}

.f__action__02 {font-size: 14px;}
.f__action__02 i {font-size: 11px;}





/* //////////////////////////////// */
/*        	 FILLING FORM           */
/* -------------------------------- */
.setting__form__text__header {
	text-align: center;
	font-size: 25px;
    margin-bottom: 25px;
	padding: 10px 0;
    color: #a9a9a9;
	/* background: #dedede; */
}





/* //////////////////////////////// */
/*          FILLING ACCENT          */
/* -------------------------------- */
.fa_01 {
	background: #c5dbc4;
}

.fa_02 {
	background: #d9e7df;
}




/* .filling-action-link {
	margin: 10px 8px;
	text-align: left;
}


.filling-action-link a {
	text-decoration: none;
	color: #6a6969;
	margin-right: 20px;
	font-size: 15px;
	transition: all 0.5s ease;
}

.filling-action-link a:hover {
	color: #000;
}

.filling-action-link i {
	color: #c22020;
	font-size: 13px;
} */










/*///////////////////////////////////////////////////////*/
/*   REDESIGN TABLE TO GRID INSIDE TAB / METAL JOBCARD   */
/*////////////////////////////////////////////////////// */

/* .filling__tab-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
} */





/* .f__000__h1 {
	font-size: 22px;
    
    color: #6b6b6b;
} */
	

/* .filling-grid-container {
	margin-bottom: 100px;
} */

/* .filling-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(7, 1fr) auto;
	gap: 2px;
	margin-bottom: 10px;
	
} */


/* .filling-grid-wrapper-issue {
	display: grid;
	grid-template-columns: repeat(7, 1fr) auto;
	align-items: stretch;
	gap: 2px;
} */

/* .filling-grid-item {
	text-align: center;
} */

/* .filling-grid-item .return, 
.filling-grid-item .issue {
	font-family: "CeraRoundProBold";
	font-size: 15px;


} */

/* .filling-grid-item p,
.filling-grid-action p {
	padding: 5px 10px;
	color: #516d50;
	background: #c5dbc4;
} */

/* .filling-grid-item span,
.filling-grid-action span {
	display: block;
	font-size: 14px;
	font-style: italic;
	background: #ededed;
	padding: 10px;
	border-top: 1px solid #cdcdcd;
	color: #0f0f0f;
} */



/* .bradle {
	border-top-left-radius: 5px;
	overflow: hidden;
} */

/* .bradri {
	border-top-right-radius: 5px;
	overflow: hidden;
} */

/* .bradbotle {
	border-bottom-left-radius: 5px;
	overflow: hidden;
} */

/* .bradbotri {
	border-bottom-right-radius: 5px;
	overflow: hidden;
} */


/* .filling-grid-item .action {
	width: 110px;
} */

.filling-grid-action a {
	font-family: "Google Sans Medium";
	color: #b38908;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #b38908;
	transition: all 0.3s ease;
}

.filling-grid-action a:hover {
	color: #aa3232;
	border-bottom: 1px solid #aa3232;
}








#filling-metal-link-issue-item {
	font-family: "Google Sans Medium";
	color: #6a6a6a;
	font-size: 14px;
}



.filling-empty,
.filling-return-empty {
	background: #f1f1f1;
	padding: 20px 0;
	color: #999696;
	font-style: italic;
}







/* OK */
/* *Delete Animated Icons in delete page* */
.filling-delete-animation { width: 100px; }
/* ************************************** */























/* *********************************** */
/*         	 FILLING RETURN       	   */
/* *********************************** */















/* OK */
/* *********************************** */
/*         FILLING METAL PART          */
/* *********************************** */

/* .filling-table-wrapper {
	border: 2px solid var(--gray_x);
	border-radius: 12px; 
} */

/* table.filling-tab-table {
	margin:auto;
    width:100%;
    overflow:hidden;
    background-color: var(--white);
    border-radius:10px;
    position:relative;
    border-collapse:collapse;
    z-index:1;
    color:var(--gray);
    white-space:nowrap;
	font-family: "Parkinsans", sans-serif;
} */


















/* Still Temporary Until Design is Final */
.add-new-return {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

.add-new-return a {
	display: inline-block;
	text-decoration: none;
	font-family: "Parkinsans", sans-serif;
	font-weight: 500;
	border: 2px solid #a8a8a8;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 14px;
}


.adddd {
	width: 14px;
}