102 lines
2.0 KiB
CSS
102 lines
2.0 KiB
CSS
.path_bar {
|
|
background-color: #F1F1F1;
|
|
border: 1px solid #565485;
|
|
}
|
|
h2 {
|
|
color: #565485;
|
|
}
|
|
fieldset {
|
|
background: #F1F1F1;
|
|
border: 1px solid #565485;
|
|
}
|
|
legend {
|
|
background: #565485;
|
|
background: rgba(86,84,133,0.9);
|
|
border: 1px solid #565485;
|
|
color: #fff;
|
|
}
|
|
hr {
|
|
height: 1px;
|
|
color: #565485;
|
|
background: rgba(86,84,133,0.9);
|
|
}
|
|
.bg-purple{
|
|
background: rgba(86,84,133,0.9);
|
|
}
|
|
.bg-purple-lite{
|
|
background: rgba(86,84,133,0.3);
|
|
}
|
|
.table {
|
|
border: 1px solid #565485;
|
|
}
|
|
.table tr th {
|
|
background: #565485;
|
|
background: rgba(86,84,133,0.9);
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.table tr{
|
|
background:#fff;
|
|
}
|
|
.table tr:nth-child(even){
|
|
background:#F1F1F1;
|
|
}
|
|
.table tr:nth-child(even) td {
|
|
border-left:1px solid #FFF;
|
|
border-right:1px solid #FFF;
|
|
}
|
|
.table tr td {
|
|
border-bottom: 1px solid #DEDEDE;
|
|
color: #000;
|
|
}
|
|
.table tr td[id*=ART] p,
|
|
.table tr td[id*=CDC] p{
|
|
font-size:11px;
|
|
}
|
|
.table tr td label {
|
|
font-size:13px;
|
|
}
|
|
input[type="text"], input[type="password"],
|
|
input[type="file"], textarea, select {
|
|
border: 1px solid #565485;
|
|
}
|
|
.button {
|
|
background-color: rgba(86,84,133,0.7);
|
|
border: 1px solid #565485;
|
|
border-left: 1px solid rgba(86,84,133,0.6);
|
|
border-top: 1px solid rgba(86,84,133,0.6);
|
|
color: rgba(255,255,255,0.9);
|
|
padding: 3px;
|
|
}
|
|
.button:hover {
|
|
background-color: #565485;
|
|
border: 1px solid rgba(86,84,133,0.6);
|
|
border-left: 1px solid #565485;
|
|
border-top: 1px solid #565485;
|
|
color: #fff;
|
|
padding: 3px;
|
|
}
|
|
.button:focus{
|
|
background-color: rgba(86,84,133,0.6);
|
|
}
|
|
.button[disabled=disabled],
|
|
input.button[disabled=disabled]:hover{
|
|
color: #EEE;
|
|
background-color: rgba(86,84,133,0.3);
|
|
}
|
|
|
|
/*** Philea ***/
|
|
.div_report {
|
|
position: absolute;
|
|
z-index: 999;
|
|
padding: 15px;
|
|
padding-top: 20px;
|
|
background: #fff;
|
|
border: 1px solid;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
color:#000;
|
|
}
|
|
.div_report h3 {text-align:center;} |