You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

214 lines
4.1 KiB

@charset "UTF-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #1f2937;
}
td, select {
font-size: 14px;
color: #374151;
}
A.cl:link {
font-size: 14px;
color: #3b82f6;
text-decoration: none;
transition: all 0.2s ease;
}
A.cl:visited {
font-size: 14px;
color: #3b82f6;
text-decoration: none;
}
A.cl:hover {
font-size: 14px;
color: #1d4ed8;
text-decoration: underline;
}
.top {
padding: 18px 32px;
font-weight: 700;
font-size: 24px;
background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
letter-spacing: 1px;
}
.bt_01 {
line-height: 1.6;
color: #ffffff;
padding-left: 20px;
padding-bottom: 12px;
}
.button {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
margin: 4px;
padding: 8px 20px;
border: none;
color: #ffffff;
cursor: pointer;
border-radius: 8px;
font-weight: 600;
font-size: 14px;
transition: all 0.2s ease;
box-shadow: 0 4px 6px -1px rgba(102, 126, 234, 0.3);
}
.button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(102, 126, 234, 0.4);
}
.button_ok, .button_save {
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.3);
}
.button_cancel, .button_close {
background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(107, 114, 128, 0.3);
}
.button_del {
background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}
.button_add {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}
.button_modi {
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.3);
}
.button_search {
background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(139, 92, 246, 0.3);
}
.button_view {
background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
color: #ffffff;
box-shadow: 0 4px 6px -1px rgba(6, 182, 212, 0.3);
}
.box01, .box04 {
font-size: 14px;
padding: 12px 24px;
background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
border: 1px solid #e5e7eb;
border-radius: 12px;
margin: 12px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.box05, .box06 {
font-size: 14px;
padding: 10px 24px;
border-bottom: 1px solid #e5e7eb;
background: #ffffff;
}
.bg {
border: 2px solid #e5e7eb;
border-radius: 8px;
background-color: #ffffff;
height: 36px;
width: 180px;
padding: 0 12px;
transition: all 0.2s ease;
}
.bg:focus {
border-color: #667eea;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
outline: none;
}
.grouptitle {
background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
color: #667eea;
font-weight: 600;
padding: 12px 20px;
border-radius: 8px;
margin: 8px 0;
}
.sep1 {
padding: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
height: 4px;
border-radius: 2px;
margin: 16px 0;
}
.NextLine {
word-break: break-all;
word-wrap: break-word;
}
.tbodyhidden {
display: none;
}
.xscroll {
overflow-x: auto;
height: auto;
}
.xscrollhidden {
overflow-x: auto;
display: none;
}
.bodyscroll {
overflow-y: auto;
}
.bottom {
color: #4b5563;
padding: 16px 24px;
background: #f9fafb;
border-top: 1px solid #e5e7eb;
}
A:link {
font-size: 14px;
color: #3b82f6;
text-decoration: none;
transition: all 0.2s ease;
}
A:visited {
font-size: 14px;
color: #3b82f6;
text-decoration: none;
}
A:hover {
color: #1d4ed8;
}