/* XPages Application CSS */
.Panel-tip {
	max-width:1100px; 
	margin:40px auto; 
	font-family:'Noto Sans HK','Roboto',monospace; 
	font-size:9pt; 
	line-height:1.6;
}
.eduForm {
	width:100%;
}
.datePick {
	width: 100px;
    padding: 10px 12px;
    font-size: 9pt;
}
.header-tip {
    border: 2px solid #1976d2;
    background: #e3f2fd;
    color: #1976d2;
    padding: 14px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.header-tip2 {
    border: 2px solid #1976d2;
    background: #e3f2fd;
    color: #1976d2;
    padding: 14px;
    border-radius: 8px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}
.appForm tr:hover td { background: #e3f2fd !important; transition: all 0.3s; }
.appForm .num {
    background: #1976d2 !important;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 40px;
    border-radius: 6px 0 0 6px;
}
.appForm .label {
    background: #e3f2fd;
    font-weight: 500;
    width: 300px;
    padding: 14px 16px !important;
}
.appForm .input {
    padding: 8px !important;
    background: #e3f2fd;
}

.appForm input, .appForm textarea {
    width: 90%;
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 6px;
    font-size: 11pt;
    transition: all 0.3s;
}
.appForm input:focus, .appForm textarea:focus {
    outline: none;
    border-color: #1976d2;
    box-shadow: 0 0 0 3px rgba(25,118,210,0.2);
    background: #fafcff;
}
.submit-btn {
    background: #1976d2;
    color: white;
    font-size: 16pt;
    padding: 14px 50px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 6px 15px rgba(25,118,210,0.3);
    cursor: pointer;
    transition: all 0.3s;
}
.submit-btn:hover {
    background: #1565c0;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(25,118,210,0.4);
}

.section-title{
	background:linear-gradient(90deg,#1976d2,#42a5f5);
	color:white;
	padding:16px 20px;
	font-size:16pt;
	font-weight:bold;
	border-radius:8px 8px 0 0;
	margin-bottom:0;
	box-shadow:0 4px 12px rgba(25,118,210,0.3)
}
.workTableS tr:nth-child(n+3) td{
	background:#e3f2fd
}
.workTableS tr:hover td{
	background:#bbdefb!important;
	box-shadow:0 0 15px rgba(25,118,210,0.4)
}
.workTable tr:nth-child(n+4) td{
	background:#e3f2fd
}
.workTable tr:hover td{
	background:#bbdefb!important;
	box-shadow:0 0 15px rgba(25,118,210,0.4)
}
.state {
	background:#e3f2fd!important;
	color:#0d47a1;
	font-weight:bold;
	text-align:left	
}
.header{
	background:#90caf9!important;
	color:white;
	text-align:center;
	font-weight:bold;
	padding:14px 10px
}
.sub-header{
	background:#90caf9!important;
	color:#0d47a1;
	font-weight:bold;
	text-align:center
}
.sub-header2{
	background:#bbdefb!important;
	color:#0d47a1;
	font-weight:bold;
	text-align:center;
	font-size:10pt
}
.col-employer{width:18%}
.col-position{width:15%}
.col-period{width:25%}
.col-salary{width:25%}
.col-reason{width:17%}
.input-cell{
	padding:3px 12px;
	background:white
}
.form-input,.workTable select,.workTable textarea{
	width:90%;
	padding:10px 8px;
	border:1px solid #90caf9;
	border-radius:6px;
	font-size:10pt;
	transition:all .3s
}
.form-input:focus,.workTable select:focus,.workTable textarea:focus{
	outline:none;
	border-color:#1976d2;
	box-shadow:0 0 0 4px rgba(25,118,210,.25);
	background:#f8fbff
}

