1
|
.header { margin :0 auto; }
|
2
|
.container { margin :0 auto; background-repeat :repeat-x; }
|
3
|
.content { padding :1.6em; margin :0 auto; min-height :300px; vertical-align :top; }
|
4
|
#content_container { text-align :center; clear :both; margin :0 auto; }
|
5
|
.header,
|
6
|
.container,
|
7
|
.content,
|
8
|
#content_container { width :86%; min-width: 66.0em; }
|
9
|
|
10
|
.header { max-width: inherit; margin: auto 0.825em 0.525em 0; width: 98%; border-collapse: collapse; }
|
11
|
|
12
|
.default-theme {
|
13
|
padding: 0.025em!important;
|
14
|
padding-bottom: 1.925em!important;
|
15
|
overflow: hidden;
|
16
|
margin-bottom: 1.525em;
|
17
|
background: #ffffff;
|
18
|
}
|
19
|
.default-content {
|
20
|
padding: 0.525em 1.925em 1.925em;
|
21
|
background : none #ffffff;
|
22
|
}
|
23
|
/*
|
24
|
td,th,input,textarea { color :#000000; font-size :1.0em; font-family :Verdana, Arial, Helvetica, sans-serif; }
|
25
|
textarea { font-size :1em; }
|
26
|
*/
|
27
|
img { border :0px; }
|
28
|
img { vertical-align: middle; }
|
29
|
form { margin :0; }
|
30
|
hr { margin :1em auto; color :#144F71; height :1px; }
|
31
|
h1 { color :#000000; font-size :1.8em; text-align :center; text-transform :uppercase; }
|
32
|
h2 { margin :0.5em 0px 0.5em 0px; color :#336699; font-size :1.8em; }
|
33
|
h2 { font-family :arial,sans-serif; letter-spacing :-1px; margin :0.5em 0; text-align :left; }
|
34
|
h4 { margin :0; border-bottom :1px solid #dddddd; padding-bottom :5px; font-size :1.35em; }
|
35
|
a h3 { margin :0; font-size :1.1em; padding-bottom :2px; }
|
36
|
ul, li { margin :0; padding :0; list-style :none; }
|
37
|
li p { margin :0.5em 0; }
|
38
|
.w3-navbar li { float: left; }
|
39
|
|
40
|
tr.nowrap { white-space: nowrap; line-height: 2.9525em; vertical-align: bottom; }
|
41
|
|
42
|
a:link, a:visited, a:active { color :#003366; text-decoration :none; }
|
43
|
a:hover { color :#336699; text-decoration :none; }
|
44
|
|
45
|
.block-outer {padding: 3px 3px 0; border: 1px solid #DEE5F8; border-radius: 5px; margin-bottom: 25px; box-shadow: 1px 1px 5px #666; font-size: 100%; }
|
46
|
|
47
|
.section-active,
|
48
|
.section-inactive { padding: 1px 5px; border-radius: 5px 5px 0 0; margin-bottom: 5px; min-height: 2.525em; }
|
49
|
.section-active { background:#DEE5F8; }
|
50
|
.section-inactive { background:#eeeeee; }
|
51
|
|
52
|
.section-info { margin: 0.525em 0 !important;line-height: 1.429; min-height: 2.525em; display: inline-table; width: 100%;}
|
53
|
|
54
|
.row { display: table-row;}
|
55
|
.col {display: table-cell; width: 50%;}
|
56
|
|
57
|
.content {background: rgba(0, 0, 0, 0) linear-gradient(#e0e0e0, #ffffff) no-repeat scroll 0 0 / 100% 60px}
|
58
|
.info { padding :10px; margin-bottom :0.5em; background :#f8f8f8; color :#666666; font-size :91.7%; }
|
59
|
.note { border :2px #448844 solid; padding :10px; margin :10px auto; background :#eeffee; color :#004400; }
|
60
|
.note { color :#666666; font-size :10px; }
|
61
|
.important { border :2px #888844 solid; padding :10px; margin-bottom :1em; background :#ffffee; color :#444400; }
|
62
|
.warning { border :2px #884444 solid; padding :10px; margin-bottom :1em; background :#ffeeee; color :#440000; }
|
63
|
|
64
|
.row_0 { background-color :transparent; }
|
65
|
.row_1 { background-color :#ccddee; }
|
66
|
|
67
|
div.box { width :100%; margin :-10px 0 0 0; font-size :small; text-align :right; }
|
68
|
div.content_box { margin :0em auto; }
|
69
|
div.content_box form { width :98%; }
|
70
|
|
71
|
#submit,
|
72
|
#reset { max-width :100px; }
|
73
|
.description { padding :4px 2px 0 4px; text-align :left; vertical-align :top; }
|
74
|
.graphic { border :4px solid #fdfdfd; height :50px; padding-left :3px; width :50px; }
|
75
|
.graphic img { background-color :#ffffff; border : 0px solid #d0d0d0; padding :4px; vertical-align :middle; }
|
76
|
|
77
|
|
78
|
.ok, .error { font-weight:bold; }
|
79
|
.ok { color:green; }
|
80
|
.error { color:red; }
|
81
|
.check { color:#555; }
|
82
|
|
83
|
hr { color: #ccc; }
|
84
|
/*------------------------------------------------*/
|
85
|
.tooltip[title]{
|
86
|
position:relative;
|
87
|
}
|
88
|
.cleft { float: left; }
|
89
|
.tooltip[title]:after{
|
90
|
content:attr(title);
|
91
|
color:#fff;
|
92
|
background:#333;
|
93
|
background:rgba(51,51,51,0.75);
|
94
|
padding:5px;
|
95
|
position:absolute;
|
96
|
left:-9999px;
|
97
|
opacity:0;
|
98
|
bottom:100%;
|
99
|
white-space:nowrap;
|
100
|
-webkit-transition:0.25s linear opacity;
|
101
|
}
|
102
|
.tooltip[title]:hover:after{
|
103
|
left:5px;
|
104
|
opacity:1;
|
105
|
}
|
106
|
|
107
|
.btn {
|
108
|
-moz-user-select: none;
|
109
|
background-image: none;
|
110
|
border: 1px solid transparent;
|
111
|
border-radius: 0.225em;
|
112
|
cursor: pointer;
|
113
|
display: inline-block;
|
114
|
font-size: 100%;
|
115
|
font-weight: normal;
|
116
|
line-height: 1.42857;
|
117
|
margin: 0;
|
118
|
padding: 2px 12px;
|
119
|
text-align: center;
|
120
|
vertical-align: middle;
|
121
|
white-space: nowrap;
|
122
|
}
|
123
|
.btn-large { padding: 6px 12px; }
|
124
|
|
125
|
.btn-lg, .btn-group-lg > .btn {
|
126
|
border-radius: 6px;
|
127
|
line-height: 1.33333;
|
128
|
padding: 10px 16px;
|
129
|
}
|
130
|
.btn-default {
|
131
|
background-color: #DFDFDF;
|
132
|
border-color: #ccc;
|
133
|
color: #3C3838;
|
134
|
}
|
135
|
|
136
|
.btn-danger {
|
137
|
background-color: #F71B13;
|
138
|
border-color: #d43f3a;
|
139
|
color: #DEDADA;
|
140
|
}
|
141
|
|
142
|
.btn-success {
|
143
|
background-color: #73C46C;
|
144
|
border-color: #2C8B39;
|
145
|
color: #3C3838;
|
146
|
}
|
147
|
|
148
|
.btn:hover {
|
149
|
background-color: #D1D1D1;
|
150
|
border: 1px solid #3E3E3E;
|
151
|
color: #000000;
|
152
|
}
|
153
|
#custom-modal-template.btn:hover { border: 1px solid transparent; }
|
154
|
|
155
|
.btn-gradient {
|
156
|
background: #c7dfef;
|
157
|
background: -moz-linear-gradient(top, rgba(199,223,239,1) 0%, rgba(255,255,255,1) 21%);
|
158
|
background: -webkit-linear-gradient(top, rgba(199,223,239,1) 0%,rgba(255,255,255,1) 21%);
|
159
|
background: linear-gradient(to bottom, rgba(199,223,239,1) 0%,rgba(255,255,255,1) 100%);
|
160
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eff7', endColorstr='#ffffff',GradientType=0 );
|
161
|
border : #255e83 solid 1px;
|
162
|
font-family : Verdana, Arial;
|
163
|
font-weight : normal;
|
164
|
}
|
165
|
|
166
|
#delete-error-log { cursor: pointer; }
|
167
|
.w3-select,
|
168
|
.w3-input { padding: 2px 4px!important; line-height: 1.825; }
|
169
|
.w3-select,
|
170
|
input[type="text"] { height: 1.925em; vertical-align: middle; }
|
171
|
input[type="checkbox"] { height: 1.225em; width: 1.225em !important; vertical-align: middle; }
|
172
|
input[type="radio"] {padding: 0;vertical-align: middle;}
|
173
|
|
174
|
|