#searchOrg {
    width: 90% !important;
	margin-bottom: 10px !important;
	height: 30px;
}

#searchStaff {
    width: 50% !important;
	margin-bottom: 10px !important;
	height: 30px;
}

#search_division {
	background-color: #3F7BE3;
	border: none;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
}

.detail_add {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
        border-top-color: rgb(227, 227, 227);
        border-right-color: rgb(227, 227, 227);
        border-bottom-color: rgb(227, 227, 227);
        border-left-color: rgb(227, 227, 227);
    border-radius: 4px;
}

/** Add New **/
.foto {
	height : 200px;
}

.cont-dir {
    border: 0px solid #DDDDDD;
    height: 10px;
    padding: 10px;
}

.cont-dir a {
    text-decoration: none;
  }

#direktori {
    border: 0px solid #DDDDDD;
    width: 100%;
}

#dir-list-name {
	border: none;
    width: 100%
}


/** 07042025 - Miesah **/
#basic tr:nth-child {
    background-color: #f2f2f2;
}

#basic {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #basic td, #basic th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
  }

  #basic tr:hover {
    background-color: #C0C0C0;
}

#basic a {
    text-decoration: none;
    color: #7d7d7d;
    font-family: poppins;
}

#basic a:hover {
    color: yellow;
}
  