Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
body
  overflow-y: scroll
 
.left
  float: left
 
.right
  float: right
 
.clear:after
  content: ''
  display: table
  clear: both
 
.marginTop15
  margin-top: 15px
 
.paddingX5
  padding-left: 5px !important
  padding-right: 5px !important
 
.width65
  width: 65px
 
.form-group input[type='checkbox']
  margin-top: 10px
 
.control-label
  font-weight: normal
 
  &:after
    content: ':'
 
.formbutton-default
  padding: 6px 30px
  border-bottom-style: solid
  border-bottom-width: 2px
  font-size: 12px
  font-weight: bold
  transition: all ease 500ms
 
.formbutton-success
  padding: 6px 30px
  border-style: solid
  border-width: 1px
  border-bottom-width: solid
  font-size: 12px
  font-weight: bold
  transition: all ease 500ms
 
#main-wrapper
  margin: 0 auto
  width: 950px
 
#logo
  float: left
  width: 200px
  height: 65px
  background: url('../images/logo.png') no-repeat
 
  a
    display: block
    width: 100%
    height: 100%
 
#headerbar
  float: right
 
#searchform
  float: right
  margin-top: 16px
 
  > div
    position: relative
    display: table
 
    > div
      display: table-cell
      padding-right: 8px
      vertical-align: top
 
  .icon
    padding: 0 2px
    font-size: 16px
 
#logout-button
  float: right
  margin-top: 16px
  margin-left: 25px
  border-bottom-style: solid
  border-bottom-width: 2px
  transition: all ease 500ms
 
#main-navigation
  margin-top: 24px
 
  a
    padding: 0 12px
    height: 70px
    border-bottom-style: solid
    botder-bottom-width: 2px
    transition: all ease 500ms
 
  .icon
    font-size: 32px
 
  .title
    margin-top: 2px
    font-weight: bold
 
 
.btn-group-justified .btn
  border-right-width: 0
 
  &:last-of-type
    border-right-width: 1px
 
#content
  width: 710px
 
#sidebar
  margin-top: 27px
  width: 215px
  border-style: solid
  border-width: 1px
  border-radius: 4px
 
  header
    margin: 1px
    padding: 0 10px
    height: 40px
    line-height: 40px
    font-weight: bold
    border-top-left-radius: 2px
    border-top-right-radius: 2px
 
  ul
    margin: 0
    padding: 0
    list-style: none
 
  li
    padding: 10px
    border-top-style: solid
    border-top-width: 1px
    font-size: 12px
 
  a
    text-decoration: none
    transition: color ease 500ms
 
.page-header
  margin: 20px 0
  padding: 0
 
.alert-notification
  a
    font-weight: bold
    text-decoration: none
    transition: color ease 500ms
 
.alert-label, .alert-content
  display: inline-block
  vertical-align: top
 
.alert-label
  width: 60px
 
.modules
  margin: 0
  padding: 0
  list-style: none
 
  li
    float: left
    margin-right: 15px
    margin-bottom: 15px
    padding: 8px
    width: 200px
    border-radius: 4px
    border-style: solid
    border-width: 1px
 
  .icon
    float: left
    margin-right: 15px
    font-size: 50px
 
  .left
    margin-top: 5px
 
  .title
    margin-top: 6px
    margin-left: 20px
    font-size: 16px
    font-weight: bold
 
  .button
    margin-top: 10px
    width: 100%
    border-bottom-style: solid
    border-bottom-width: 2px
    font-size: 12px
    font-weight: bold
    transition: all ease 500ms
 
  a
    text-decoration: none
 
.table-wrapper
  margin-bottom: 20px
  border-radius: 4px
  border-style: solid
  border-width: 1px
 
.table
  margin-bottom: 1px
 
  caption
    padding: 5px 10px
    text-align: left
    font-weight: bold
    font-size: 18px
    border-bottom-style: solid
    border-bottom-width: 1px
 
  tbody
    tr
      border-top-style: solid
      border-top-width: 1px
      transition: background ease 500ms
 
      &:last-child
        border-radius: 4px
 
.tfooter
  margin-top: -1px
  height: 40px
  border-top-style: solid
  border-top-width: 1px
 
.progress
  display: inline-block
  margin-bottom: 0
  width: 300px
  height: 10px
 
.content-tab-wrapper
  border-style: solid
  border-width: 1px
  border-radius: 4px
 
  .nav-tabs
    > li > a
      border-radius: 0
      border: none !important
      border-right-style: solid !important
      border-right-width: 1px !important
      outline: none
      font-weight: bold
      transition: background ease 500ms
 
    li:not(:first-child) a
      margin-left: -2px
 
.tab-content
  padding: 25px 10px
 
.input-group-btn .icon-calendar
  font-size: 18px
 
thead.dark
  th
    height: 40px
    line-height: 40px
    font-weight: normal
 
#footer
  margin: 20px 0
  padding-top: 20px
  border-top-style: solid
  border-top-width: 1px
  text-align: center
  font-size: 10px
 
.menu-btn
  display: none
  cursor: pointer
 
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
  #logo
    background-image: url('../images/logo@2x.png')
    background-size: 200px 65px
 
.input-group-field
  display: table-cell
  vertical-align: middle
  border-radius: 4px
  min-width: 1%
  white-space: nowrap
 
.input-group-field .form-control 
  border-radius: inherit !important
 
.input-group-field:not(:first-child):not(:last-child)
  border-radius: 0
 
.input-group-field:not(:first-child):not(:last-child) .form-control
  border-left-width: 0
  border-right-width: 0
 
.input-group-field:last-child
  border-top-left-radius: 0
  border-bottom-left-radius: 0