clockwerk-www – Diff between revs 45 and 57

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 45 Rev 57
1 /* default-dark-gray */ 1 /* default-dark-gray */
2 @import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext'; 2 @import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext';
186 @font-face { 154 @font-face {
187 font-family: formoid; 155 font-family: formoid;
188 src:url('lib/formoid.eot'); 156 src:url('lib/formoid.eot');
189 src:url('lib/formoid.eot?#iefix') format('embedded-opentype'), 157 src:url('lib/formoid.eot?#iefix') format('embedded-opentype'),
190 url('lib/formoid.ttf') format('truetype'), 158 url('lib/formoid.ttf') format('truetype'),
191 url('lib/formoid.woff') format('woff'), 159 url('lib/formoid.woff') format('woff'),
192 url('lib/formoid.svg#formoid') format('svg'); 160 url('lib/formoid.svg#formoid') format('svg');
193 font-weight: normal; 161 font-weight: normal;
194 font-style: normal; 162 font-style: normal;
195 } 163 }
196   164  
197 .dark-grey{ 165 .dark-grey{
198 -webkit-border-radius: 4px; 166 -webkit-border-radius: 4px;
199 -moz-border-radius: 4px; 167 -moz-border-radius: 4px;
200 border-radius: 4px; 168 border-radius: 4px;
201 } 169 }
202 .dark-grey, 170 .dark-grey,
203 .dark-grey select, 171 .dark-grey select,
204 .dark-grey input[type=button], 172 .dark-grey input[type=button],
205 .dark-grey .btn, 173 .dark-grey .btn,
206 .dark-grey input[type=submit] , 174 .dark-grey input[type=submit] ,
207 .dark-grey .element-file .button{ 175 .dark-grey .element-file .button{
208 color: inherit; 176 color: inherit;
209 padding: 5px; 177 padding: 5px;
210 } 178 }
211 .dark-grey h2 { 179 .dark-grey h2 {
212 margin: 0.2em 0; 180 margin: 0.2em 0;
213 } 181 }
214   182  
215 .dark-grey label { 183 .dark-grey label {
216 display: block; 184 display: block;
217 font-size: 1em; 185 font-size: 1em;
218 margin-bottom: 3px; 186 margin-bottom: 3px;
219 clear: both; 187 clear: both;
220 } 188 }
221   189  
222 .dark-grey div, .dark-grey span, .dark-grey label, .dark-grey input, .dark-grey textarea, .dark-grey select, .dark-grey button, .dark-grey ul, .dark-grey li, .dark-grey a{ 190 .dark-grey div, .dark-grey span, .dark-grey label, .dark-grey input, .dark-grey textarea, .dark-grey select, .dark-grey button, .dark-grey ul, .dark-grey li, .dark-grey a{
223 font-family: inherit; 191 font-family: inherit;
224 color: inherit; 192 color: inherit;
225 } 193 }
226 /* Global Declaration */ 194 /* Global Declaration */
227   195  
228 /* 196 /*
229   197  
230 CORE FUNCTIONALITY 198 CORE FUNCTIONALITY
231   199  
232 Not advised to edit stuff below this line 200 Not advised to edit stuff below this line
233 ----------------------------------------------------- 201 -----------------------------------------------------
234 */ 202 */
235   203  
236 .dark-grey .btn{ 204 .dark-grey .btn{
237 display: -moz-inline-box; 205 display: -moz-inline-box;
238 display: inline-block; 206 display: inline-block;
239 vertical-align: middle; 207 vertical-align: middle;
240 zoom: 1; -  
241 *display: inline; -  
242 } 208 }
243   209  
244 /* Button & submit*/ 210 /* Button & submit*/
245 .dark-grey select, 211 .dark-grey select,
246 .dark-grey input[type=button], 212 .dark-grey input[type=button],
247 .dark-grey .btn, 213 .dark-grey .btn,
248 .dark-grey input[type=submit], 214 .dark-grey input[type=submit],
249 .dark-grey .element-file .button{ 215 .dark-grey .element-file .button{
250 display: -moz-inline-box; 216 display: -moz-inline-box;
251 display: inline-block; 217 display: inline-block;
252 *display: inline; -  
253 padding: 4px 12px; 218 padding: 4px 12px;
254 text-align: center; 219 text-align: center;
255 font-size: 1em; 220 font-size: 1em;
256 padding: 6px 2%; 221 padding: 6px 2%;
257 font-family:inherit; 222 font-family:inherit;
258 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 223 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
259 vertical-align: middle; 224 vertical-align: middle;
260 cursor: pointer; 225 cursor: pointer;
261 border: 1px solid #bbbbbb; 226 border: 1px solid #bbbbbb;
262 *border: 0; -  
263 border-color: #e6e6e6 #e6e6e6 #bfbfbf; 227 border-color: #e6e6e6 #e6e6e6 #bfbfbf;
264 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 228 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
265 border-bottom-color: #a2a2a2; 229 border-bottom-color: #a2a2a2;
266 -webkit-border-radius: 4px; 230 -webkit-border-radius: 4px;
267 -moz-border-radius: 4px; 231 -moz-border-radius: 4px;
268 border-radius: 4px; 232 border-radius: 4px;
269 *zoom: 1; -  
270 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 233 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
271 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 234 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
272 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 235 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
273 outline: 0 none; 236 outline: 0 none;
274 } 237 }
275 .dark-grey .element-file .button{ 238 .dark-grey .element-file .button{
276 -webkit-border-radius: 0 4px 4px 0; 239 -webkit-border-radius: 0 4px 4px 0;
277 -moz-border-radius: 0 4px 4px 0; 240 -moz-border-radius: 0 4px 4px 0;
278 border-radius: 0 4px 4px 0; 241 border-radius: 0 4px 4px 0;
279 } 242 }
280 .dark-grey select, 243 .dark-grey select,
281 .dark-grey .btn, 244 .dark-grey .btn,
282 .dark-grey .element-file .button{ 245 .dark-grey .element-file .button{
283 background-color: #f5f5f5; 246 background-color: #f5f5f5;
284 *background-color: #e6e6e6; -  
285 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 247 background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
286 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 248 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
287 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 249 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
288 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 250 background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
289 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 251 background-image: linear-gradient(#ffffff, #e6e6e6);
290 background-repeat: repeat-x; 252 background-repeat: repeat-x;
291 } 253 }
292 .dark-grey select{ 254 .dark-grey select{
293 text-align: left; 255 text-align: left;
294 width: 100%; 256 width: 100%;
295 } 257 }
296   258  
297 .dark-grey select:hover, 259 .dark-grey select:hover,
298 .dark-grey input[type=button]:hover, 260 .dark-grey input[type=button]:hover,
299 .dark-grey .btn:hover, 261 .dark-grey .btn:hover,
300 .dark-grey input[type=button]:active, 262 .dark-grey input[type=button]:active,
301 .dark-grey input[type=button][disabled]{ 263 .dark-grey input[type=button][disabled]{
302 background-color: #e6e6e6; 264 background-color: #e6e6e6;
303 *background-color: #d9d9d9; -  
304 } 265 }
305   266  
306 .dark-grey select:active, 267 .dark-grey select:active,
307 .dark-grey .btn:active, 268 .dark-grey .btn:active,
308 .dark-grey input[type=button]:active{ 269 .dark-grey input[type=button]:active{
309 background-color: #cccccc; 270 background-color: #cccccc;
310 } 271 }
311   272  
312 .dark-grey select:hover, 273 .dark-grey select:hover,
313 .dark-grey .btn:hover, 274 .dark-grey .btn:hover,
314 .dark-grey input[type=button]:hover { 275 .dark-grey input[type=button]:hover {
315 text-decoration: none; 276 text-decoration: none;
316 background-position: 0 -15px; 277 background-position: 0 -15px;
317 -webkit-transition: background-position 0.1s linear; 278 -webkit-transition: background-position 0.1s linear;
318 -moz-transition: background-position 0.1s linear; 279 -moz-transition: background-position 0.1s linear;
319 -o-transition: background-position 0.1s linear; 280 -o-transition: background-position 0.1s linear;
320 transition: background-position 0.1s linear; 281 transition: background-position 0.1s linear;
321 } 282 }
322   283  
323 .dark-grey select:active, 284 .dark-grey select:active,
324 .dark-grey .btn:active, 285 .dark-grey .btn:active,
325 .dark-grey input[type=button]:active { 286 .dark-grey input[type=button]:active {
326 background-image: none; 287 background-image: none;
327 outline: 0; 288 outline: 0;
328 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 289 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
329 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 290 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
330 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 291 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
331 } 292 }
332   293  
333 .dark-grey .btn[disabled], 294 .dark-grey .btn[disabled],
334 .dark-grey input[type=button][disabled] { 295 .dark-grey input[type=button][disabled] {
335 cursor: default; 296 cursor: default;
336 background-image: none; 297 background-image: none;
337 opacity: 0.65; 298 opacity: 0.65;
338 filter: alpha(opacity=65); -  
339 -webkit-box-shadow: none; 299 -webkit-box-shadow: none;
340 -moz-box-shadow: none; 300 -moz-box-shadow: none;
341 box-shadow: none; 301 box-shadow: none;
342 } 302 }
343   303  
344 .dark-grey input[type=submit], 304 .dark-grey input[type=submit],
345 .dark-grey .element-file .button { 305 .dark-grey .element-file .button {
346 font-size: 1em; 306 font-size: 1em;
347 font-family: inherit; 307 font-family: inherit;
348 color: #ffffff; 308 color: #ffffff;
349 } 309 }
350   310  
351 .dark-grey input[type=submit]:hover, 311 .dark-grey input[type=submit]:hover,
352 .dark-grey .element-file .button:hover { 312 .dark-grey .element-file .button:hover {
353 color: #ffffff; 313 color: #ffffff;
354 text-decoration: none; 314 text-decoration: none;
355 background-position: 0 -15px; 315 background-position: 0 -15px;
356 -webkit-transition: background-position 0.1s linear; 316 -webkit-transition: background-position 0.1s linear;
357 -moz-transition: background-position 0.1s linear; 317 -moz-transition: background-position 0.1s linear;
358 -o-transition: background-position 0.1s linear; 318 -o-transition: background-position 0.1s linear;
359 transition: background-position 0.1s linear; 319 transition: background-position 0.1s linear;
360 } 320 }
361   321  
362 .dark-grey input[type=submit]:active, 322 .dark-grey input[type=submit]:active,
363 .dark-grey input[type=submit][disabled], 323 .dark-grey input[type=submit][disabled],
364 .dark-grey .element-file .button:active, 324 .dark-grey .element-file .button:active,
365 .dark-grey .element-file .button[disabled] { 325 .dark-grey .element-file .button[disabled] {
366 background-image: none; 326 background-image: none;
367 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); 327 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
368 outline: 0 none; 328 outline: 0 none;
369 } 329 }
370   330  
371 /* Radio & checkbox */ 331 /* Radio & checkbox */
372 .dark-grey div.element-checkbox, 332 .dark-grey div.element-checkbox,
373 .dark-grey div.element-radio{ 333 .dark-grey div.element-radio{
374 overflow:hidden; 334 overflow:hidden;
375 } 335 }
376 /* clearfix */ 336 /* clearfix */
377 .dark-grey div.element-checkbox:after, 337 .dark-grey div.element-checkbox:after,
378 .dark-grey div.element-radio:after { 338 .dark-grey div.element-radio:after {
379 content: "."; 339 content: ".";
380 display: block; 340 display: block;
381 height: 0; 341 height: 0;
382 clear: both; 342 clear: both;
383 visibility: hidden; 343 visibility: hidden;
384 } 344 }
385   345  
386 .dark-grey input[type=checkbox], 346 .dark-grey input[type=checkbox],
387 .dark-grey input[type=radio]{ 347 .dark-grey input[type=radio]{
388 z-index:1; 348 z-index:1;
389 position: absolute; 349 position: absolute;
390 float: left; 350 float: left;
391 width: 1em; 351 width: 1em;
392 height: 1.3em; 352 height: 1.3em;
393 font-size: 1em; 353 font-size: 1em;
394 opacity: 0.01; 354 opacity: 0.01;
395 margin: 0; 355 margin: 0;
396 cursor: pointer; 356 cursor: pointer;
397 } 357 }
398   358  
399 .dark-grey input[type=radio]+span, 359 .dark-grey input[type=radio]+span,
400 .dark-grey input[type=checkbox]+span{ 360 .dark-grey input[type=checkbox]+span{
401 height: 19px; 361 height: 19px;
402 margin-right:-19px; 362 margin-right:-19px;
403 padding-top: 0; 363 padding-top: 0;
404 z-index:0; 364 z-index:0;
405 position: relative; 365 position: relative;
406 left: 0; 366 left: 0;
407 top: 0; 367 top: 0;
408 vertical-align:top; 368 vertical-align:top;
409 line-height: 1.4; 369 line-height: 1.4;
410 } 370 }
411 .dark-grey input[type=radio]+span:before, 371 .dark-grey input[type=radio]+span:before,
412 .dark-grey input[type=checkbox]+span:before{ 372 .dark-grey input[type=checkbox]+span:before{
413 font-family: formoid; 373 font-family: formoid;
414 color: transparent; 374 color: transparent;
415 text-align: center; 375 text-align: center;
416 vertical-align: top; 376 vertical-align: top;
417 margin-right: 0.4em; 377 margin-right: 0.4em;
418   378  
419 border: 1px solid #BCBCBC; 379 border: 1px solid #BCBCBC;
420 380
421 background-color: #fff; 381 background-color: #fff;
422 382
423 background: -moz-linear-gradient(top,#fff,#E3E3E3); 383 background: -moz-linear-gradient(top,#fff,#E3E3E3);
424 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3)); 384 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3));
425 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#E3E3E3,GradientType=0); zoom: 1; -  
426 background: linear-gradient(top,#fff,#E3E3E3); 385 background: linear-gradient(#fff,#E3E3E3);
427   386  
428 background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box; 387 background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box;
429 background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box; 388 background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box;
430 389
431 -webkit-font-smoothing: antialiased; 390 -webkit-font-smoothing: antialiased;
432 -moz-osx-font-smoothing: grayscale; 391 -moz-osx-font-smoothing: grayscale;
433 } 392 }
-   393  
434 /* checkbox */ 394 /* checkbox */
435 .dark-grey input[type=checkbox]+span:before{ 395 .dark-grey input[type=checkbox]+span:before{
436 content: "\e004"; 396 content: "\e004";
437 font-size: 0.8em; 397 font-size: 0.8em;
438 padding: 0.1em; 398 padding: 0.1em;
439 line-height: 1.8; 399 line-height: 1.8;
440   400  
441 -webkit-border-radius:0.3em; 401 -webkit-border-radius:0.3em;
442 -moz-border-radius:0.3em; 402 -moz-border-radius:0.3em;
443 border-radius:0.3em; 403 border-radius:0.3em;
444 } 404 }
445 .dark-grey input[type=checkbox]:hover+span:before{ 405 .dark-grey input[type=checkbox]:hover+span:before{
446 box-shadow: 0 0 2px 2px #F1F1F1; 406 box-shadow: 0 0 2px 2px #F1F1F1;
447 } 407 }
448 .dark-grey input[type=checkbox]:checked+span:before{ 408 .dark-grey input[type=checkbox]:checked+span:before{
449 color: #616161; 409 color: #616161;
450 } 410 }
451   411  
452 /* radio */ 412 /* radio */
453 .dark-grey input[type=radio]+span:before{ 413 .dark-grey input[type=radio]+span:before{
454 font-family: formoid; 414 font-family: formoid;
455 content: "\e005"; 415 content: "\e005";
456 font-size: 1.1em; 416 font-size: 1.1em;
457 line-height: 1.35; 417 line-height: 1.35;
458 padding: 0; 418 padding: 0;
459 419
460 -webkit-border-radius: 50%; 420 -webkit-border-radius: 50%;
461 -moz-border-radius: 50%; 421 -moz-border-radius: 50%;
462 border-radius: 50%; 422 border-radius: 50%;
463 } 423 }
464 .dark-grey input[type=radio]:hover+span:before{ 424 .dark-grey input[type=radio]:hover+span:before{
465 box-shadow: 0 0 2px 2px #F1F1F1; 425 box-shadow: 0 0 2px 2px #F1F1F1;
466 } 426 }
467 .dark-grey input[type=radio]:checked+span:before{ 427 .dark-grey input[type=radio]:checked+span:before{
468 color: #616161; 428 color: #616161;
469 } 429 }
470   430  
471   431  
472 .dark-grey input[type=text], 432 .dark-grey input[type=text],
473 .dark-grey input[type=password], 433 .dark-grey input[type=password],
474 .dark-grey input[type=email], 434 .dark-grey input[type=email],
475 .dark-grey input[type=url], 435 .dark-grey input[type=url],
476 .dark-grey input[type=number], 436 .dark-grey input[type=number],
477 .dark-grey input[type=date], 437 .dark-grey input[type=date],
478 .dark-grey .element-file .file_text, 438 .dark-grey .element-file .file_text,
479 .dark-grey textarea { 439 .dark-grey textarea {
480 padding: 6px 2%; 440 padding: 6px 2%;
481 /*margin-left:-1px;*/ 441 /*margin-left:-1px;*/
482 font-family:inherit; 442 font-family:inherit;
483 font-size: 1em; 443 font-size: 1em;
484 font-weight: normal; 444 font-weight: normal;
485 /*padding: 6px;*/ 445 /*padding: 6px;*/
486 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */ 446 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */
487 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6�IE9 */ 447 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6�IE9 */
488 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */ 448 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
489 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* FF3.6 */ 449 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* FF3.6 */
490 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */ 450 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
491 background-image: -o-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Opera 11.10+ */ 451 background-image: -o-linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 4px, rgba(0,0,0,0) ); /* Opera 11.10+ */
492 background-image: linear-gradient(top, rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); 452 background-image: linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
493 border-top: solid 1px #aaa; 453 border-top: solid 1px #aaa;
494 border-left: solid 1px #aaa; 454 border-left: solid 1px #aaa;
495 border-bottom: solid 1px #ccc; 455 border-bottom: solid 1px #ccc;
496 border-right: solid 1px #ccc; 456 border-right: solid 1px #ccc;
497 -webkit-border-radius: 3px; 457 -webkit-border-radius: 3px;
498 -moz-border-radius: 3px; 458 -moz-border-radius: 3px;
499 border-radius: 3px; 459 border-radius: 3px;
500 outline: 0; 460 outline: 0;
501 461
502 -webkit-box-sizing: border-box; 462 -webkit-box-sizing: border-box;
503 -moz-box-sizing: border-box; 463 -moz-box-sizing: border-box;
504 -o-box-sizing: border-box; 464 -o-box-sizing: border-box;
505 box-sizing: border-box; 465 box-sizing: border-box;
506 } 466 }
507 .dark-grey .element-address input[type=text], 467 .dark-grey .element-address input[type=text],
508 .dark-grey .element-name input[type=text], 468 .dark-grey .element-name input[type=text],
509 .dark-grey .element-file .file_text, 469 .dark-grey .element-file .file_text,
510 .dark-grey textarea{ 470 .dark-grey textarea{
511 width: 100%; 471 width: 100%;
512 *width: 94%; -  
513 } 472 }
514   -  
515   473  
516 /* prevent conflicts with bootstrap */ 474 /* prevent conflicts with bootstrap */
517 .dark-grey .dropdown-menu input[type=checkbox]{ 475 .dark-grey .dropdown-menu input[type=checkbox]{
518 display:none; 476 display:none;
519 } 477 }
520   478  
521 /* NAME last first */ 479 /* NAME last first */
522 .dark-grey .element-name .nameFirst{ 480 .dark-grey .element-name .nameFirst{
523 width: 40%; 481 width: 40%;
524 *width: 39%; -  
525 left: 0; 482 left: 0;
526 display: inline-block; 483 display: inline-block;
527 margin-right: 5%; 484 margin-right: 5%;
528 vertical-align: top; 485 vertical-align: top;
529 zoom: 1; -  
530 *display: inline; -  
531 } 486 }
532 .dark-grey .element-name .nameLast{ 487 .dark-grey .element-name .nameLast{
533 width: 55%; 488 width: 55%;
534 *width: 50%; -  
535 display: inline-block; 489 display: inline-block;
536 vertical-align: top; 490 vertical-align: top;
537 zoom: 1; -  
538 *display: inline; -  
539 } 491 }
540   492  
541 /* ADDRESS */ 493 /* ADDRESS */
542 .dark-grey .element-address .city, 494 .dark-grey .element-address .city,
543 .dark-grey .element-address .zip{ 495 .dark-grey .element-address .zip{
544 width: 47%; 496 width: 47%;
545 *width: 44%; -  
546 display: inline-block; 497 display: inline-block;
547 zoom: 1; -  
548 *display: inline; -  
549 vertical-align: top; 498 vertical-align: top;
550 margin-right: 6%; 499 margin-right: 6%;
551 } 500 }
552 .dark-grey .element-address .state, 501 .dark-grey .element-address .state,
553 .dark-grey .element-address .country{ 502 .dark-grey .element-address .country{
554 width: 47%; 503 width: 47%;
555 *width: 44%; -  
556 display: inline-block; 504 display: inline-block;
557 zoom: 1; -  
558 *display: inline; -  
559 vertical-align: top; 505 vertical-align: top;
560 } 506 }
561 .dark-grey .element-address .country select{ 507 .dark-grey .element-address .country select{
562 cursor: pointer; 508 cursor: pointer;
563 } 509 }
564 .dark-grey .element-address label, 510 .dark-grey .element-address label,
565 .dark-grey .element-name label{ 511 .dark-grey .element-name label{
566 font-size: 0.8em; 512 font-size: 0.8em;
567 } 513 }
568 .dark-grey .element-address label.title, 514 .dark-grey .element-address label.title,
569 .dark-grey .element-name label.title{ 515 .dark-grey .element-name label.title{
570 font-size: 1em; 516 font-size: 1em;
571 } 517 }
572   518  
573   519  
574 /* type number */ 520 /* type number */
575 .dark-grey input[type=number]::-webkit-inner-spin-button, 521 .dark-grey input[type=number]::-webkit-inner-spin-button,
576 .dark-grey input[type=number]::-webkit-outer-spin-button{ 522 .dark-grey input[type=number]::-webkit-outer-spin-button{
577 -webkit-appearance: none; 523 -webkit-appearance: none;
578 } 524 }
579   525  
580 /* File input */ 526 /* File input */
581 .dark-grey .element-file label{ 527 .dark-grey .element-file label{
582 position: relative; 528 position: relative;
583 } 529 }
584 .dark-grey .element-file .title{ 530 .dark-grey .element-file .title{
585 position: static; 531 position: static;
586 } 532 }
587 .dark-grey .element-file .button{ 533 .dark-grey .element-file .button{
588 z-index: 1; 534 z-index: 1;
589 position: absolute; 535 position: absolute;
590 right: -2px; 536 right: -2px;
591 } 537 }
592 .dark-grey .element-file .file_text{ 538 .dark-grey .element-file .file_text{
593 right: 0; 539 right: 0;
594 overflow: hidden; 540 overflow: hidden;
595 cursor: pointer; 541 cursor: pointer;
596 background-color: #fff; 542 background-color: #fff;
597 } 543 }
598 .dark-grey .element-file .file_text:before{ 544 .dark-grey .element-file .file_text:before{
599 content: "_"; 545 content: "_";
600 opacity: 0; 546 opacity: 0;
601 } 547 }
602 .dark-grey .element-file .file_input { 548 .dark-grey .element-file .file_input {
603 position: absolute; 549 position: absolute;
604 top: 0; 550 top: 0;
605 right: 0; 551 right: 0;
606 bottom: 0; 552 bottom: 0;
607 padding: 0; 553 padding: 0;
608 cursor: pointer; 554 cursor: pointer;
609 opacity: 0; 555 opacity: 0;
610 filter: alpha(opacity=0); -  
611 width: 100%; 556 width: 100%;
612 } 557 }
613 * html .dark-grey .element-file .file_input, 558 * html .dark-grey .element-file .file_input,
614 *+html .dark-grey .element-file .file_input{ 559 *+html .dark-grey .element-file .file_input{
615 position: relative; 560 position: relative;
616 left: auto; 561 left: auto;
617 right: auto; 562 right: auto;
618 top: auto; 563 top: auto;
619 bottom: auto; 564 bottom: auto;
620 width: auto; 565 width: auto;
621 opacity: 1; 566 opacity: 1;
622 filter: alpha(opacity=100); -  
623 } 567 }
624 * html .dark-grey .element-file .button, 568 * html .dark-grey .element-file .button,
625 *+html .dark-grey .element-file .button{ 569 *+html .dark-grey .element-file .button{
626 display: none; 570 display: none;
627 } 571 }
628 * html .dark-grey .element-file label, 572 * html .dark-grey .element-file label,
629 *+html .dark-grey .element-file label, 573 *+html .dark-grey .element-file label,
630 * html .dark-grey .element-file .file_text, 574 * html .dark-grey .element-file .file_text,
631 *+html .dark-grey .element-file .file_text{ 575 *+html .dark-grey .element-file .file_text{
632 border: none; 576 border: none;
633 } 577 }
634 * html .dark-grey .element-file .title, 578 * html .dark-grey .element-file .title,
635 *+html .dark-grey .element-file .title{ 579 *+html .dark-grey .element-file .title{
636 display: block; 580 display: block;
637 } 581 }
638   582  
639   583  
640 @media all and (max-width:400px){ 584 @media all and (max-width:400px){
641 .dark-grey .element-radio .column, 585 .dark-grey .element-radio .column,
642 .dark-grey .element-checkbox .column, 586 .dark-grey .element-checkbox .column,
643 .dark-grey .element-name .nameFirst, 587 .dark-grey .element-name .nameFirst,
644 .dark-grey .element-name .nameLast, 588 .dark-grey .element-name .nameLast,
645 .dark-grey .element-address .city, 589 .dark-grey .element-address .city,
646 .dark-grey .element-address span.state, 590 .dark-grey .element-address span.state,
647 .dark-grey .element-address .zip, 591 .dark-grey .element-address .zip,
648 .dark-grey .element-address .country{ 592 .dark-grey .element-address .country{
649 width: 100%; 593 width: 100%;
650 display: block; 594 display: block;
651 margin-right: 0; 595 margin-right: 0;
652 } 596 }
653 }/* bootstrap cutting */ 597 }/* bootstrap cutting */
654   598  
655 .btn:focus { 599 .btn:focus {
656 outline: thin dotted #333; 600 outline: thin dotted #333;
657 outline: 5px auto -webkit-focus-ring-color; 601 outline: 5px auto -webkit-focus-ring-color;
658 outline-offset: -2px; 602 outline-offset: -2px;
659 } 603 }
660   604  
661 .btn-group { 605 .btn-group {
662 position: relative; 606 position: relative;
663 display: inline-block; 607 display: inline-block;
664 *display: inline; -  
665 *margin-left: .3em; -  
666 /*font-size: 0;*/ -  
667 white-space: nowrap; 608 white-space: nowrap;
668 vertical-align: middle; 609 vertical-align: middle;
669 *zoom: 1; -  
670 } -  
671   -  
672 .btn-group:first-child { -  
673 *margin-left: 0; -  
674 } 610 }
675   -  
676   611  
677 .btn-group .dropdown-toggle:active, 612 .btn-group .dropdown-toggle:active,
678 .btn-group.open .dropdown-toggle { 613 .btn-group.open .dropdown-toggle {
679 outline: 0; 614 outline: 0;
680 } 615 }
681   616  
682 .caret { 617 .caret {
683 display: inline-block; 618 display: inline-block;
684 width: 0; 619 width: 0;
685 height: 0; 620 height: 0;
686 vertical-align: top; 621 vertical-align: top;
687 border-top: 4px solid #000000; 622 border-top: 4px solid #000000;
688 border-right: 4px solid transparent; 623 border-right: 4px solid transparent;
689 border-left: 4px solid transparent; 624 border-left: 4px solid transparent;
690 content: ""; 625 content: "";
691 } 626 }
692   627  
693 .btn .caret { 628 .btn .caret {
694 margin-top: 8px; 629 margin-top: 8px;
695 margin-left: 0; 630 margin-left: 0;
696 } 631 }
697   632  
698 .dropdown-menu { 633 .dropdown-menu {
699 position: absolute; 634 position: absolute;
700 top: 100%; 635 top: 100%;
701 left: 0; 636 left: 0;
702 z-index: 1000; 637 z-index: 1000;
703 display: none; 638 display: none;
704 float: left; 639 float: left;
705 min-width: 160px; 640 min-width: 160px;
706 padding: 5px 0; 641 padding: 5px 0;
707 margin: 2px 0 0; 642 margin: 2px 0 0;
708 list-style: none; 643 list-style: none;
709 background-color: #ffffff; 644 background-color: #ffffff;
710 border: 1px solid #ccc; -  
711 border: 1px solid rgba(0, 0, 0, 0.2); 645 border: 1px solid rgba(0, 0, 0, 0.2);
712 *border-right-width: 2px; -  
713 *border-bottom-width: 2px; -  
714 -webkit-border-radius: 6px; 646 -webkit-border-radius: 6px;
715 -moz-border-radius: 6px; 647 -moz-border-radius: 6px;
716 border-radius: 6px; 648 border-radius: 6px;
717 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 649 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
718 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 650 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
719 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 651 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
720 -webkit-background-clip: padding-box; 652 -webkit-background-clip: padding-box;
721 -moz-background-clip: padding; 653 -moz-background-clip: padding;
722 background-clip: padding-box; 654 background-clip: padding-box;
723 } 655 }
724   656  
725 .dropdown-menu.pull-right { 657 .dropdown-menu.pull-right {
726 right: 0; 658 right: 0;
727 left: auto; 659 left: auto;
728 } 660 }
729   661  
730 .dropdown-menu .divider { 662 .dropdown-menu .divider {
731 *width: 100%; -  
732 height: 1px; 663 height: 1px;
733 margin: 9px 1px; 664 margin: 9px 1px;
734 *margin: -5px 0 5px; -  
735 overflow: hidden; 665 overflow: hidden;
736 background-color: #e5e5e5; 666 background-color: #e5e5e5;
737 border-bottom: 1px solid #ffffff; 667 border-bottom: 1px solid #ffffff;
738 } 668 }
739   669  
740 .dropdown-menu li > a { 670 .dropdown-menu li > a {
741 display: block; 671 display: block;
742 padding: 3px 20px; 672 padding: 3px 20px;
743 clear: both; 673 clear: both;
744 font-weight: normal; 674 font-weight: normal;
745 white-space: nowrap; 675 white-space: nowrap;
746 text-decoration: none; 676 text-decoration: none;
747 } 677 }
748   678  
749 .dropdown-menu li > a:hover, 679 .dropdown-menu li > a:hover,
750 .dropdown-menu li > a:focus, 680 .dropdown-menu li > a:focus,
751 .dropdown-submenu:hover > a{ 681 .dropdown-submenu:hover > a {
752 color: #ffffff; 682 color: #ffffff;
753 text-decoration: none; 683 text-decoration: none;
754 } 684 }
-   685  
755 .dropdown-menu li.selected > a{ 686 .dropdown-menu li.selected > a {
756 color: #ffffff; 687 color: #ffffff;
757 text-decoration: none; 688 text-decoration: none;
758 } 689 }
759   690  
760 .dropdown-menu .active > a, 691 .dropdown-menu .active > a,
761 .dropdown-menu .active > a:hover { 692 .dropdown-menu .active > a:hover {
762 color: #ffffff; 693 color: #ffffff;
763 text-decoration: none; 694 text-decoration: none;
764 background-color: #0081c2; 695 background-color: #0081c2;
765 background-image: -moz-linear-gradient(top, #0088cc, #0077b3); 696 background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
766 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); 697 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
767 background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); 698 background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
768 background-image: -o-linear-gradient(top, #0088cc, #0077b3); 699 background-image: -o-linear-gradient(top, #0088cc, #0077b3);
769 background-image: linear-gradient(to bottom, #0088cc, #0077b3); 700 background-image: linear-gradient(#0088cc, #0077b3);
770 background-repeat: repeat-x; 701 background-repeat: repeat-x;
771 outline: 0; 702 outline: 0;
772 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); -  
773 } 703 }
774   704  
775 .dropdown-menu .disabled > a, 705 .dropdown-menu .disabled > a,
776 .dropdown-menu .disabled > a:hover { 706 .dropdown-menu .disabled > a:hover {
777 color: #999999; 707 color: #999999;
778 } 708 }
779   709  
780 .dropdown-menu .disabled > a:hover { 710 .dropdown-menu .disabled > a:hover {
781 text-decoration: none; 711 text-decoration: none;
782 cursor: default; 712 cursor: default;
783 background-color: transparent; 713 background-color: transparent;
784 background-image: none; 714 background-image: none;
785 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -  
786 } 715 }
787   716  
788 .open > .dropdown-menu { 717 .open > .dropdown-menu {
789 display: block; 718 display: block;
790 } 719 }
791   -  
792   -  
793   -  
794   -  
795   -  
796   720  
797 .alert { 721 .alert {
798 padding: 8px 35px 8px 14px; 722 padding: 8px 35px 8px 14px;
799 margin-bottom: 20px; 723 margin-bottom: 20px;
800 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 724 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
801 background-color: #fcf8e3; 725 background-color: #fcf8e3;
802 border: 1px solid #fbeed5; 726 border: 1px solid #fbeed5;
803 -webkit-border-radius: 4px; 727 -webkit-border-radius: 4px;
804 -moz-border-radius: 4px; 728 -moz-border-radius: 4px;
805 border-radius: 4px; 729 border-radius: 4px;
806 } 730 }
807   731  
808 .alert, 732 .alert,
809 .alert h4 { 733 .alert h4 {
810 color: #c09853; 734 color: #c09853;
811 } 735 }
812   736  
813 .alert h4 { 737 .alert h4 {
814 margin: 0; 738 margin: 0;
815 } 739 }
816   740  
817 .alert .close { 741 .alert .close {
818 position: relative; 742 position: relative;
819 top: -2px; 743 top: -2px;
820 right: -21px; 744 right: -21px;
821 line-height: 20px; 745 line-height: 20px;
822 } 746 }
823   747  
824   748  
825 .alert-success { 749 .alert-success {
826 color: #468847; 750 color: #468847;
827 background-color: #dff0d8; 751 background-color: #dff0d8;
828 border-color: #d6e9c6; 752 border-color: #d6e9c6;
829 } 753 }
830   754  
831 .alert-success h4 { 755 .alert-success h4 {
832 color: #468847; 756 color: #468847;
833 } 757 }
834   758  
835 .alert-error { 759 .alert-error {
836 color: #b94a48; 760 color: #b94a48;
837 background-color: #f2dede; 761 background-color: #f2dede;
838 border-color: #eed3d7; 762 border-color: #eed3d7;
839 } 763 }
840   764  
841 .alert-info { 765 .alert-info {
842 color: #3a87ad; 766 color: #3a87ad;
843 background-color: #d9edf7; 767 background-color: #d9edf7;
844 border-color: #bce8f1; 768 border-color: #bce8f1;
845 } 769 }
846   770  
847 .alert-info h4 { 771 .alert-info h4 {
848 color: #3a87ad; 772 color: #3a87ad;
849 } 773 }
850   774  
851   775  
852 .tooltip { 776 .tooltip {
853 position: relative; 777 position: relative;
854 z-index: 30; 778 z-index: 30;
855 display: block; 779 display: block;
856 padding: 5px; 780 padding: 5px;
857 font-size: 11px; 781 font-size: 11px;
858 visibility: visible; 782 visibility: visible;
859 margin-left: 0; 783 margin-left: 0;
860 } 784 }
861   785  
862 .tooltip.in { 786 .tooltip.in {
863 opacity: 0.8; 787 opacity: 0.8;
864 filter: alpha(opacity=80); -  
865 } 788 }
866   789  
867 .tooltip.top { 790 .tooltip.top {
868 margin-top: -3px; 791 margin-top: -3px;
869 } 792 }
870   793  
871 .tooltip.right { 794 .tooltip.right {
872 margin-left: 3px; 795 margin-left: 3px;
873 } 796 }
874   797  
875 .tooltip.bottom { 798 .tooltip.bottom {
876 margin-top: 4px; 799 margin-top: 4px;
877 } 800 }
878   801  
879 .tooltip.left { 802 .tooltip.left {
880 margin-left: -3px; 803 margin-left: -3px;
881 } 804 }
882   805  
883 .tooltip-inner { 806 .tooltip-inner {
884 max-width: 200px; 807 max-width: 200px;
885 padding: 3px 8px; 808 padding: 3px 8px;
886 color: #ffffff; 809 color: #ffffff;
887 text-align: center; 810 text-align: center;
888 text-decoration: none; 811 text-decoration: none;
889 background-color: #000000; 812 background-color: #000000;
890 -webkit-border-radius: 4px; 813 -webkit-border-radius: 4px;
891 -moz-border-radius: 4px; 814 -moz-border-radius: 4px;
892 border-radius: 4px; 815 border-radius: 4px;
893 } 816 }
894   817  
895 .tooltip-arrow { 818 .tooltip-arrow {
896 position: absolute; 819 position: absolute;
897 width: 0; 820 width: 0;
898 height: 0; 821 height: 0;
899 border-color: transparent; 822 border-color: transparent;
900 border-style: solid; 823 border-style: solid;
901 } 824 }
902   825  
903 .tooltip.top .tooltip-arrow { 826 .tooltip.top .tooltip-arrow {
904 bottom: 0; 827 bottom: 0;
905 left: 50%; 828 left: 50%;
906 margin-left: -5px; 829 margin-left: -5px;
907 border-top-color: #000000; 830 border-top-color: #000000;
908 border-width: 5px 5px 0; 831 border-width: 5px 5px 0;
909 } 832 }
910   833  
911 .tooltip.right .tooltip-arrow { 834 .tooltip.right .tooltip-arrow {
912 top: 50%; 835 top: 50%;
913 left: 0; 836 left: 0;
914 margin-top: -5px; 837 margin-top: -5px;
915 border-right-color: #000000; 838 border-right-color: #000000;
916 border-width: 5px 5px 5px 0; 839 border-width: 5px 5px 5px 0;
917 } 840 }
918   841  
919 .tooltip.left .tooltip-arrow { 842 .tooltip.left .tooltip-arrow {
920 top: 50%; 843 top: 50%;
921 right: 0; 844 right: 0;
922 margin-top: -5px; 845 margin-top: -5px;
923 border-left-color: #000000; 846 border-left-color: #000000;
924 border-width: 5px 0 5px 5px; 847 border-width: 5px 0 5px 5px;
925 } 848 }
926   849  
927 .tooltip.bottom .tooltip-arrow { 850 .tooltip.bottom .tooltip-arrow {
928 top: -8px; 851 top: -8px;
929 left: 17px; 852 left: 17px;
930 margin-left: -8px; 853 margin-left: -8px;
931 border-bottom-color: #f2dede; 854 border-bottom-color: #f2dede;
932 border-width: 0 8px 8px; 855 border-width: 0 8px 8px;
933 } 856 }
934 .hide { 857 .hide {
935 display: none; 858 display: none;
936 } 859 }
937   860  
938 /*! 861 /*!
939 * bootstrap-select v1.3.4 862 * bootstrap-select v1.3.4
940 * http://silviomoreto.github.io/bootstrap-select/ 863 * http://silviomoreto.github.io/bootstrap-select/
941 * 864 *
942 * Copyright 2013 bootstrap-select 865 * Copyright 2013 bootstrap-select
943 * Licensed under the MIT license 866 * Licensed under the MIT license
944 */ 867 */
945   868  
946 .bootstrap-select.btn-group, 869 .bootstrap-select.btn-group,
947 .bootstrap-select.btn-group[class*="span"] { 870 .bootstrap-select.btn-group[class*="span"] {
948 float: none; 871 float: none;
949 display: inline-block; 872 display: inline-block;
950 margin-bottom: 0; 873 margin-bottom: 0;
951 margin-left: 0; 874 margin-left: 0;
952 } 875 }
953 .form-search .bootstrap-select.btn-group, 876 .form-search .bootstrap-select.btn-group,
954 .form-inline .bootstrap-select.btn-group, 877 .form-inline .bootstrap-select.btn-group,
955 .form-horizontal .bootstrap-select.btn-group { 878 .form-horizontal .bootstrap-select.btn-group {
956 margin-bottom: 0; 879 margin-bottom: 0;
957 } 880 }
958   881  
959 .bootstrap-select.btn-group.pull-right, 882 .bootstrap-select.btn-group.pull-right,
960 .bootstrap-select.btn-group[class*="span"].pull-right, 883 .bootstrap-select.btn-group[class*="span"].pull-right,
961 .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right { 884 .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
962 float: right; 885 float: right;
963 } 886 }
964   887  
965 .input-append .bootstrap-select.btn-group { 888 .input-append .bootstrap-select.btn-group {
966 margin-left: -1px; 889 margin-left: -1px;
967 } 890 }
968   891  
969 .input-prepend .bootstrap-select.btn-group { 892 .input-prepend .bootstrap-select.btn-group {
970 margin-right: -1px; 893 margin-right: -1px;
971 } 894 }
972   895  
973 .bootstrap-select:not([class*="span"]) { 896 .bootstrap-select:not([class*="span"]) {
974 width: 100%; 897 width: 100%;
975 } 898 }
976   899  
977 .bootstrap-select { 900 .bootstrap-select {
978 width: 100%; 901 width: 100%;
979 } 902 }
980   903  
981 .bootstrap-select > .btn { 904 .bootstrap-select > .btn {
982 width: 100%; 905 width: 100%;
983 } 906 }
984   907  
985 .error .bootstrap-select .btn { 908 .error .bootstrap-select .btn {
986 border: 1px solid #b94a48; 909 border: 1px solid #b94a48;
987 } 910 }
988   911  
989   912  
990 .dropdown-menu { 913 .dropdown-menu {
991 z-index: 2000; 914 z-index: 2000;
992 } 915 }
993   916  
994 .bootstrap-select.show-menu-arrow.open > .btn { 917 .bootstrap-select.show-menu-arrow.open > .btn {
995 z-index: 2051; 918 z-index: 2051;
996 } 919 }
997   920  
998 .bootstrap-select .btn:focus { 921 .bootstrap-select .btn:focus {
999 outline: 0 none; 922 outline: 0 none;
1000 } 923 }
1001   924  
1002 .bootstrap-select.btn-group .btn .filter-option { 925 .bootstrap-select.btn-group .btn .filter-option {
1003 overflow: hidden; 926 overflow: hidden;
1004 position: absolute; 927 position: absolute;
1005 left: 12px; 928 left: 12px;
1006 right: 25px; 929 right: 25px;
1007 text-align: left; 930 text-align: left;
1008 } 931 }
1009   932  
1010 .bootstrap-select.btn-group .btn .caret { 933 .bootstrap-select.btn-group .btn .caret {
1011 position: absolute; 934 position: absolute;
1012 top: 50%; 935 top: 50%;
1013 right: 12px; 936 right: 12px;
1014 margin-top: -2px; 937 margin-top: -2px;
1015 vertical-align: middle; 938 vertical-align: middle;
1016 } 939 }
1017   940  
1018 .bootstrap-select.btn-group > .disabled, 941 .bootstrap-select.btn-group > .disabled,
1019 .bootstrap-select.btn-group .dropdown-menu li.disabled > a { 942 .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
1020 cursor: not-allowed; 943 cursor: not-allowed;
1021 } 944 }
1022   945  
1023 .bootstrap-select.btn-group > .disabled:focus { 946 .bootstrap-select.btn-group > .disabled:focus {
1024 outline: none !important; 947 outline: none !important;
1025 } 948 }
1026   949  
1027 .bootstrap-select.btn-group[class*="span"] .btn { 950 .bootstrap-select.btn-group[class*="span"] .btn {
1028 width: 100%; 951 width: 100%;
1029 } 952 }
1030   953  
1031 .bootstrap-select.btn-group .dropdown-menu { 954 .bootstrap-select.btn-group .dropdown-menu {
1032 min-width: 100%; 955 min-width: 100%;
1033 -moz-box-sizing: border-box; 956 -moz-box-sizing: border-box;
1034 -webkit-box-sizing: border-box; 957 -webkit-box-sizing: border-box;
1035 box-sizing: border-box; 958 box-sizing: border-box;
1036 } 959 }
1037   960  
1038 .bootstrap-select.btn-group .dropdown-menu.inner { 961 .bootstrap-select.btn-group .dropdown-menu.inner {
1039 position: static; 962 position: static;
1040 border: 0; 963 border: 0;
1041 padding: 0; 964 padding: 0;
1042 margin: 0; 965 margin: 0;
1043 -webkit-border-radius: 0; 966 -webkit-border-radius: 0;
1044 -moz-border-radius: 0; 967 -moz-border-radius: 0;
1045 border-radius: 0; 968 border-radius: 0;
1046 -webkit-box-shadow: none; 969 -webkit-box-shadow: none;
1047 -moz-box-shadow: none; 970 -moz-box-shadow: none;
1048 box-shadow: none; 971 box-shadow: none;
1049 } 972 }
1050   973  
1051 .bootstrap-select.btn-group .dropdown-menu dt { 974 .bootstrap-select.btn-group .dropdown-menu dt {
1052 display: block; 975 display: block;
1053 padding: 3px 20px; 976 padding: 3px 20px;
1054 cursor: default; 977 cursor: default;
1055 } 978 }
1056   979  
1057 .bootstrap-select.btn-group .div-contain { 980 .bootstrap-select.btn-group .div-contain {
1058 overflow: hidden; 981 overflow: hidden;
1059 } 982 }
1060   983  
1061 .bootstrap-select.btn-group .dropdown-menu li { 984 .bootstrap-select.btn-group .dropdown-menu li {
1062 position: relative; 985 position: relative;
1063 } 986 }
1064   987  
1065 .bootstrap-select.btn-group .dropdown-menu li > a.opt { 988 .bootstrap-select.btn-group .dropdown-menu li > a.opt {
1066 position: relative; 989 position: relative;
1067 padding-left: 35px; 990 padding-left: 35px;
1068 } 991 }
1069   992  
1070 .bootstrap-select.btn-group .dropdown-menu li > a { 993 .bootstrap-select.btn-group .dropdown-menu li > a {
1071 cursor: pointer; 994 cursor: pointer;
1072 } 995 }
1073   996  
1074 .bootstrap-select.btn-group .dropdown-menu li > dt small { 997 .bootstrap-select.btn-group .dropdown-menu li > dt small {
1075 font-weight: normal; 998 font-weight: normal;
1076 } 999 }
1077   1000  
1078 .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { 1001 .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
1079 display: inline-block; 1002 display: inline-block;
1080 position: absolute; 1003 position: absolute;
1081 right: 15px; 1004 right: 15px;
1082 margin-top: 2.5px; 1005 margin-top: 2.5px;
1083 } 1006 }
1084   1007  
1085 .bootstrap-select.btn-group .dropdown-menu li a i.check-mark { 1008 .bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
1086 display: none; 1009 display: none;
1087 } 1010 }
1088   1011  
1089 .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { 1012 .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
1090 margin-right: 34px; 1013 margin-right: 34px;
1091 } 1014 }
1092   1015  
1093 .bootstrap-select.btn-group .dropdown-menu li small { 1016 .bootstrap-select.btn-group .dropdown-menu li small {
1094 padding-left: 0.5em; 1017 padding-left: 0.5em;
1095 } 1018 }
1096   1019  
1097 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, 1020 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
1098 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small { 1021 .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
1099 color: #64b1d8; 1022 color: #64b1d8;
1100 color: rgba(255,255,255,0.4); 1023 color: rgba(255,255,255,0.4);
1101 } 1024 }
1102   1025  
1103 .bootstrap-select.btn-group .dropdown-menu li > dt small { 1026 .bootstrap-select.btn-group .dropdown-menu li > dt small {
1104 font-weight: normal; 1027 font-weight: normal;
1105 } 1028 }
1106   1029  
1107 .bootstrap-select.show-menu-arrow .dropdown-toggle:before { 1030 .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
1108 content: ''; 1031 content: '';
1109 display: inline-block; 1032 display: inline-block;
1110 border-left: 7px solid transparent; 1033 border-left: 7px solid transparent;
1111 border-right: 7px solid transparent; 1034 border-right: 7px solid transparent;
1112 border-bottom: 7px solid #CCC; 1035 border-bottom: 7px solid #CCC;
1113 border-bottom-color: rgba(0, 0, 0, 0.2); 1036 border-bottom-color: rgba(0, 0, 0, 0.2);
1114 position: absolute; 1037 position: absolute;
1115 bottom: -4px; 1038 bottom: -4px;
1116 left: 9px; 1039 left: 9px;
1117 display: none; 1040 display: none;
1118 } 1041 }
1119   1042  
1120 .bootstrap-select.show-menu-arrow .dropdown-toggle:after { 1043 .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
1121 content: ''; 1044 content: '';
1122 display: inline-block; 1045 display: inline-block;
1123 border-left: 6px solid transparent; 1046 border-left: 6px solid transparent;
1124 border-right: 6px solid transparent; 1047 border-right: 6px solid transparent;
1125 border-bottom: 6px solid white; 1048 border-bottom: 6px solid white;
1126 position: absolute; 1049 position: absolute;
1127 bottom: -4px; 1050 bottom: -4px;
1128 left: 10px; 1051 left: 10px;
1129 display: none; 1052 display: none;
1130 } 1053 }
1131   1054  
1132 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { 1055 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
1133 bottom: auto; 1056 bottom: auto;
1134 top: -3px; 1057 top: -3px;
1135 border-top: 7px solid #ccc; 1058 border-top: 7px solid #ccc;
1136 border-bottom: 0; 1059 border-bottom: 0;
1137 border-top-color: rgba(0, 0, 0, 0.2); 1060 border-top-color: rgba(0, 0, 0, 0.2);
1138 } 1061 }
1139   1062  
1140 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { 1063 .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
1141 bottom: auto; 1064 bottom: auto;
1142 top: -3px; 1065 top: -3px;
1143 border-top: 6px solid #ffffff; 1066 border-top: 6px solid #ffffff;
1144 border-bottom: 0; 1067 border-bottom: 0;
1145 } 1068 }
1146   1069  
1147 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { 1070 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
1148 right: 12px; 1071 right: 12px;
1149 left: auto; 1072 left: auto;
1150 } 1073 }
1151 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { 1074 .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
1152 right: 13px; 1075 right: 13px;
1153 left: auto; 1076 left: auto;
1154 } 1077 }
1155   1078  
1156 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, 1079 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
1157 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { 1080 .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
1158 display: block; 1081 display: block;
1159 } 1082 }
1160   1083  
1161 .mobile-device { 1084 .mobile-device {
1162 position: absolute; 1085 position: absolute;
1163 top: 0; 1086 top: 0;
1164 left: 0; 1087 left: 0;
1165 display: block !important; 1088 display: block !important;
1166 width: 100%; 1089 width: 100%;
1167 height: 100% !important; 1090 height: 100% !important;
1168 opacity: 0; 1091 opacity: 0;
1169 } 1092 }
1170   1093  
1171 .bootstrap-select.fit-width { 1094 .bootstrap-select.fit-width {
1172 width: auto !important; 1095 width: auto !important;
1173 } 1096 }
1174   1097  
1175 .bootstrap-select.btn-group.fit-width .btn .filter-option { 1098 .bootstrap-select.btn-group.fit-width .btn .filter-option {
1176 position: static; 1099 position: static;
1177 } 1100 }
1178   1101  
1179 .bootstrap-select.btn-group.fit-width .btn .caret { 1102 .bootstrap-select.btn-group.fit-width .btn .caret {
1180 position: static; 1103 position: static;
1181 top: auto; 1104 top: auto;
1182 margin-top: -1px; 1105 margin-top: -1px;
1183 } 1106 }
1184   1107  
1185 .control-group.error .bootstrap-select .dropdown-toggle{ 1108 .control-group.error .bootstrap-select .dropdown-toggle{
1186 border-color: #b94a48; 1109 border-color: #b94a48;
1187 } 1110 }
1188   1111  
1189 .bootstrap-select-searchbox { 1112 .bootstrap-select-searchbox {
1190 padding: 4px 8px; 1113 padding: 4px 8px;
1191 } 1114 }
1192 /*! 1115 /*!
1193 * Datepicker for Bootstrap 1116 * Datepicker for Bootstrap
1194 * 1117 *
1195 * Copyright 2012 Stefan Petre 1118 * Copyright 2012 Stefan Petre
1196 * Licensed under the Apache License v2.0 1119 * Licensed under the Apache License v2.0
1197 * http://www.apache.org/licenses/LICENSE-2.0 1120 * http://www.apache.org/licenses/LICENSE-2.0
1198 * 1121 *
1199 */ 1122 */
1200 .datepicker { 1123 .datepicker {
1201 width: 14em; 1124 width: 14em;
1202 font-size: 1em; 1125 font-size: 1em;
1203 position: absolute; 1126 position: absolute;
1204 background-color: #fff; 1127 background-color: #fff;
1205 color: #666666; 1128 color: #666666;
1206 top: 0; 1129 top: 0;
1207 left: 0; 1130 left: 0;
1208 padding: 4px; 1131 padding: 4px;
1209 margin-top: 1px; 1132 margin-top: 1px;
1210 -webkit-border-radius: 4px; 1133 -webkit-border-radius: 4px;
1211 -moz-border-radius: 4px; 1134 -moz-border-radius: 4px;
1212 border-radius: 4px; 1135 border-radius: 4px;
1213 border: 1px solid #ccc; 1136 border: 1px solid #ccc;
1214 display: none; 1137 display: none;
1215 z-index: 100; 1138 z-index: 100;
1216 /*.dow { 1139 /*.dow {
1217 border-top: 1px solid #ddd !important; 1140 border-top: 1px solid #ddd !important;
1218 }*/ 1141 }*/
1219   1142  
1220 } 1143 }
1221 .datepicker:before { 1144 .datepicker:before {
1222 content: ''; 1145 content: '';
1223 display: inline-block; 1146 display: inline-block;
1224 border-left: 7px solid transparent; 1147 border-left: 7px solid transparent;
1225 border-right: 7px solid transparent; 1148 border-right: 7px solid transparent;
1226 border-bottom: 7px solid #ccc; 1149 border-bottom: 7px solid #ccc;
1227 border-bottom-color: rgba(0, 0, 0, 0.2); 1150 border-bottom-color: rgba(0, 0, 0, 0.2);
1228 position: absolute; 1151 position: absolute;
1229 top: -7px; 1152 top: -7px;
1230 left: 6px; 1153 left: 6px;
1231 } 1154 }
1232 .datepicker:after { 1155 .datepicker:after {
1233 content: ''; 1156 content: '';
1234 display: inline-block; 1157 display: inline-block;
1235 border-left: 6px solid transparent; 1158 border-left: 6px solid transparent;
1236 border-right: 6px solid transparent; 1159 border-right: 6px solid transparent;
1237 border-bottom: 6px solid #ffffff; 1160 border-bottom: 6px solid #ffffff;
1238 position: absolute; 1161 position: absolute;
1239 top: -6px; 1162 top: -6px;
1240 left: 7px; 1163 left: 7px;
1241 } 1164 }
1242 .datepicker > div { 1165 .datepicker > div {
1243 display: none; 1166 display: none;
1244 } 1167 }
1245 .datepicker table { 1168 .datepicker table {
1246 width: 100%; 1169 width: 100%;
1247 margin: 0; 1170 margin: 0;
1248 } 1171 }
1249 .datepicker td, 1172 .datepicker td,
1250 .datepicker th { 1173 .datepicker th {
1251 text-align: center; 1174 text-align: center;
1252 width: 2.9em; 1175 width: 2.9em;
1253 -webkit-border-radius: 4px; 1176 -webkit-border-radius: 4px;
1254 -moz-border-radius: 4px; 1177 -moz-border-radius: 4px;
1255 border-radius: 4px; 1178 border-radius: 4px;
1256 } 1179 }
1257 .datepicker td.day:hover { 1180 .datepicker td.day:hover {
1258 background: #eeeeee; 1181 background: #eeeeee;
1259 cursor: pointer; 1182 cursor: pointer;
1260 } 1183 }
1261 .datepicker td.day.disabled { 1184 .datepicker td.day.disabled {
1262 color: #eeeeee; 1185 color: #eeeeee;
1263 } 1186 }
1264 .datepicker td.old, 1187 .datepicker td.old,
1265 .datepicker td.new { 1188 .datepicker td.new {
1266 color: #999999; 1189 color: #999999;
1267 } 1190 }
1268 .datepicker td.active, 1191 .datepicker td.active,
1269 .datepicker td.active:hover { 1192 .datepicker td.active:hover {
1270 color: #ffffff; -  
1271 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -  
1272 color: #fff; 1193 color: #fff;
1273 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 1194 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1274 } 1195 }
1275 .datepicker td.active:hover, 1196 .datepicker td.active:hover,
1276 .datepicker td.active:hover:hover, 1197 .datepicker td.active:hover:hover,
1277 .datepicker td.active:focus, 1198 .datepicker td.active:focus,
1278 .datepicker td.active:hover:focus, 1199 .datepicker td.active:hover:focus,
1279 .datepicker td.active:active, 1200 .datepicker td.active:active,
1280 .datepicker td.active:hover:active, 1201 .datepicker td.active:hover:active,
1281 .datepicker td.active.active, 1202 .datepicker td.active.active,
1282 .datepicker td.active:hover.active, 1203 .datepicker td.active:hover.active,
1283 .datepicker td.active.disabled, 1204 .datepicker td.active.disabled,
1284 .datepicker td.active:hover.disabled, 1205 .datepicker td.active:hover.disabled,
1285 .datepicker td.active[disabled], 1206 .datepicker td.active[disabled],
1286 .datepicker td.active:hover[disabled] { 1207 .datepicker td.active:hover[disabled] {
1287 color: #ffffff; 1208 color: #ffffff;
1288 } 1209 }
-   1210  
1289 .datepicker td.active:active, 1211 .datepicker td.active:active,
1290 .datepicker td.active:hover:active, 1212 .datepicker td.active:hover:active,
1291 .datepicker td.active.active, 1213 .datepicker td.active.active,
1292 .datepicker td.active:hover.active { 1214 .datepicker td.active:hover.active {
1293 background-color: #003399 \9; 1215 background-color: #003399;
1294 } 1216 }
-   1217  
1295 .datepicker td span { 1218 .datepicker td span {
1296 display: block; 1219 display: block;
1297 width: 1.5em; 1220 width: 1.5em;
1298 height: 1.7em; 1221 height: 1.7em;
1299 line-height: 1.6; 1222 line-height: 1.6;
1300 float: left; 1223 float: left;
1301 margin: 2px; 1224 margin: 2px;
1302 cursor: pointer; 1225 cursor: pointer;
1303 -webkit-border-radius: 4px; 1226 -webkit-border-radius: 4px;
1304 -moz-border-radius: 4px; 1227 -moz-border-radius: 4px;
1305 border-radius: 4px; 1228 border-radius: 4px;
1306 } 1229 }
-   1230  
1307 .datepicker .datepicker-months td span, 1231 .datepicker .datepicker-months td span,
1308 .datepicker .datepicker-years td span { 1232 .datepicker .datepicker-years td span {
1309 width: 3.5em; 1233 width: 3.5em;
1310 height: 3em; 1234 height: 3em;
1311 line-height: 3; 1235 line-height: 3;
1312 } 1236 }
1313 .datepicker td span:hover { 1237 .datepicker td span:hover {
1314 background: #eeeeee; 1238 background: #eeeeee;
1315 } 1239 }
1316 .datepicker td span.active { 1240 .datepicker td span.active {
1317 color: #ffffff; 1241 color: #ffffff;
1318 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -  
1319 color: #fff; -  
1320 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 1242 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1321 } 1243 }
1322 .datepicker td span.active:hover, 1244 .datepicker td span.active:hover,
1323 .datepicker td span.active:focus, 1245 .datepicker td span.active:focus,
1324 .datepicker td span.active:active, 1246 .datepicker td span.active:active,
1325 .datepicker td span.active.active, 1247 .datepicker td span.active.active,
1326 .datepicker td span.active.disabled, 1248 .datepicker td span.active.disabled,
1327 .datepicker td span.active[disabled] { 1249 .datepicker td span.active[disabled] {
1328 color: #ffffff; 1250 color: #ffffff;
1329 } 1251 }
1330 .datepicker td span.active:active, 1252 .datepicker td span.active:active,
1331 .datepicker td span.active.active { 1253 .datepicker td span.active.active {
1332 background-color: #003399 \9; 1254 background-color: #003399;
1333 } 1255 }
1334 .datepicker td span.old { 1256 .datepicker td span.old {
1335 color: #999999; 1257 color: #999999;
1336 } 1258 }
1337 .datepicker thead tr:first-child th { 1259 .datepicker thead tr:first-child th {
1338 cursor: pointer; 1260 cursor: pointer;
1339 } 1261 }
1340 .datepicker thead tr:first-child th:hover { 1262 .datepicker thead tr:first-child th:hover {
1341 background: #eeeeee; 1263 background: #eeeeee;
1342 } 1264 }
1343 .input-append.date .add-on i, 1265 .input-append.date .add-on i,
1344 .input-prepend.date .add-on i { 1266 .input-prepend.date .add-on i {
1345 display: block; 1267 display: block;
1346 cursor: pointer; 1268 cursor: pointer;
1347 width: 16px; 1269 width: 16px;
1348 height: 16px; 1270 height: 16px;
1349 }/* .dark-grey color scheme begin */ 1271 }/* .dark-grey color scheme begin */
1350   1272  
1351 .dark-grey input[type=submit], 1273 .dark-grey input[type=submit],
1352 .dark-grey .element-file .button { 1274 .dark-grey .element-file .button {
1353 background-color: #222222; 1275 background-color: #222222;
1354 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 1276 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1355 background-image: -moz-linear-gradient(top, #444444, #222222); 1277 background-image: -moz-linear-gradient(top, #444444, #222222);
1356 background-image: -ms-linear-gradient(top, #444444, #222222); 1278 background-image: -ms-linear-gradient(top, #444444, #222222);
1357 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); 1279 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
1358 background-image: -webkit-linear-gradient(top, #444444, #222222); 1280 background-image: -webkit-linear-gradient(top, #444444, #222222);
1359 background-image: -o-linear-gradient(top, #444444, #222222); 1281 background-image: -o-linear-gradient(top, #444444, #222222);
1360 background-image: linear-gradient(top, #444444, #222222); 1282 background-image: linear-gradient(#444444, #222222);
1361 background-repeat: repeat-x; 1283 background-repeat: repeat-x;
1362 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0); -  
1363 /* border-color: #1598d9 #1598d9 #007bb8 #1598d9; */ -  
1364 } 1284 }
1365 .dark-grey input[type=submit]:hover, 1285 .dark-grey input[type=submit]:hover,
1366 .dark-grey .element-file .button:hover { 1286 .dark-grey .element-file .button:hover {
1367 background-color: #222222; 1287 background-color: #222222;
1368 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47b4eb', endColorstr='#222222', GradientType=0); -  
1369 } 1288 }
1370 .dark-grey input[type=submit]:active, 1289 .dark-grey input[type=submit]:active,
1371 .dark-grey input[type=submit][disabled], 1290 .dark-grey input[type=submit][disabled],
1372 .dark-grey .element-file .button:active, 1291 .dark-grey .element-file .button:active,
1373 .dark-grey .element-file .button[disabled]{ 1292 .dark-grey .element-file .button[disabled]{
1374 background-color: #222222; 1293 background-color: #222222;
1375 *background-color: #222222; -  
1376 } 1294 }
1377   1295  
1378 .dark-grey input[type=text]:focus, 1296 .dark-grey input[type=text]:focus,
1379 .dark-grey input[type=password]:focus, 1297 .dark-grey input[type=password]:focus,
1380 .dark-grey input[type=email]:focus, 1298 .dark-grey input[type=email]:focus,
1381 .dark-grey input[type=url]:focus, 1299 .dark-grey input[type=url]:focus,
1382 .dark-grey input[type=number]:focus, 1300 .dark-grey input[type=number]:focus,
1383 .dark-grey input[type=date]:focus, 1301 .dark-grey input[type=date]:focus,
1384 .dark-grey textarea:focus, 1302 .dark-grey textarea:focus,
1385 .dark-grey .element-file .file_text:focus{ 1303 .dark-grey .element-file .file_text:focus{
1386 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222; 1304 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
1387 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222; 1305 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
1388 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222; 1306 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #222222;
1389 border-color: #222222; 1307 border-color: #222222;
1390 /*background-image: -ms-linear-gradient(top, #444444, #999999); /* IE10 */ -  
1391 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#22000000', EndColorStr='#00FFFFFF'); /* IE6–IE9 */ -  
1392 /*background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */ -  
1393 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* FF3.6 */ 1308 background-image: -moz-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* FF3.6 */
1394 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */ 1309 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Chrome 10+, Saf5.1+ */
1395 background-image: -o-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Opera 11.10+ */ 1310 background-image: -o-linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); /* Opera 11.10+ */
1396 background-image: linear-gradient(top, rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) ); 1311 background-image: linear-gradient(rgba(0,0,0,0.19), rgba(0,0,0,0) 5px, rgba(0,0,0,0) );
1397 transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; 1312 transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
1398 } 1313 }
1399   1314  
1400 /* bootstrap */ 1315 /* bootstrap */
1401 .dropdown-menu li > a:hover, 1316 .dropdown-menu li > a:hover,
1402 .dropdown-menu li > a:focus, 1317 .dropdown-menu li > a:focus,
1403 .dropdown-submenu:hover > a{ 1318 .dropdown-submenu:hover > a{
1404 background-color: #222222; 1319 background-color: #222222;
1405 background-image: -moz-linear-gradient(top, #444444, #222222); 1320 background-image: -moz-linear-gradient(top, #444444, #222222);
1406 background-image: -ms-linear-gradient(top, #444444, #222222); 1321 background-image: -ms-linear-gradient(top, #444444, #222222);
1407 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); 1322 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
1408 background-image: -webkit-linear-gradient(top, #444444, #222222); 1323 background-image: -webkit-linear-gradient(top, #444444, #222222);
1409 background-image: -o-linear-gradient(top, #444444, #222222); 1324 background-image: -o-linear-gradient(top, #444444, #222222);
1410 background-image: linear-gradient(top, #444444, #222222); 1325 background-image: linear-gradient(#444444, #222222);
1411 background-repeat: repeat-x; 1326 background-repeat: repeat-x;
1412 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0); -  
1413 border-color: #1598d9 #1598d9 #007bb8 #1598d9; 1327 border-color: #1598d9 #1598d9 #007bb8 #1598d9;
1414 } 1328 }
1415 .dropdown-menu li.selected > a{ 1329 .dropdown-menu li.selected > a{
1416 color: #ffffff; 1330 color: #ffffff;
1417 text-decoration: none; 1331 text-decoration: none;
1418 background-color: #222222; 1332 background-color: #222222;
1419 } 1333 }
1420   1334  
1421   1335  
1422 /* datepicker */ 1336 /* datepicker */
1423 .datepicker td.active, 1337 .datepicker td.active,
1424 .datepicker td.active:hover, 1338 .datepicker td.active:hover,
1425 .datepicker td span.active { 1339 .datepicker td span.active {
1426 background-color: #222222; 1340 background-color: #222222;
1427 background-image: -moz-linear-gradient(top, #444444, #222222); 1341 background-image: -moz-linear-gradient(top, #444444, #222222);
1428 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); 1342 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
1429 background-image: -webkit-linear-gradient(top, #444444, #222222); 1343 background-image: -webkit-linear-gradient(top, #444444, #222222);
1430 background-image: -o-linear-gradient(top, #444444, #222222); 1344 background-image: -o-linear-gradient(top, #444444, #222222);
1431 background-image: linear-gradient(to bottom, #444444, #222222); 1345 background-image: linear-gradient(#444444, #222222);
1432 background-repeat: repeat-x; 1346 background-repeat: repeat-x;
1433 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); -  
1434 border-color: #222222 #222222 #002a80; -  
1435 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 1347 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1436 *background-color: #222222; -  
1437 } 1348 }
-   1349  
1438 .datepicker td span.active:hover, 1350 .datepicker td span.active:hover,
1439 .datepicker td span.active:focus, 1351 .datepicker td span.active:focus,
1440 .datepicker td span.active:active, 1352 .datepicker td span.active:active,
1441 .datepicker td span.active.active, 1353 .datepicker td span.active.active,
1442 .datepicker td span.active.disabled, 1354 .datepicker td span.active.disabled,
1443 .datepicker td span.active[disabled], 1355 .datepicker td span.active[disabled],
1444 .datepicker td.active:hover, 1356 .datepicker td.active:hover,
1445 .datepicker td.active:hover:hover, 1357 .datepicker td.active:hover:hover,
1446 .datepicker td.active:focus, 1358 .datepicker td.active:focus,
1447 .datepicker td.active:hover:focus, 1359 .datepicker td.active:hover:focus,
1448 .datepicker td.active:active, 1360 .datepicker td.active:active,
1449 .datepicker td.active:hover:active, 1361 .datepicker td.active:hover:active,
1450 .datepicker td.active.active, 1362 .datepicker td.active.active,
1451 .datepicker td.active:hover.active, 1363 .datepicker td.active:hover.active,
1452 .datepicker td.active.disabled, 1364 .datepicker td.active.disabled,
1453 .datepicker td.active:hover.disabled, 1365 .datepicker td.active:hover.disabled,
1454 .datepicker td.active[disabled], 1366 .datepicker td.active[disabled],
1455 .datepicker td.active:hover[disabled]{ 1367 .datepicker td.active:hover[disabled] {
1456 background-color: #222222; 1368 background-color: #222222;
1457 *background-color: #222222; -  
1458 } 1369 }
1459   1370  
1460 /* .dark-grey color scheme end */ 1371 /* .dark-grey color scheme end */
1461   1372  
1462
Generated by GNU Enscript 1.6.5.90.
1373
Generated by GNU Enscript 1.6.5.90.
1463   1374  
1464   1375  
1465   1376