css-bootstrap/roojs-bootstrap-debug.css
[roojs1] / css-bootstrap / roojs-bootstrap-debug.css
1 /*
2  * CAUTION!
3  * This CSS file is auto generated. Please edit the .less instead!
4  */
5 .alert {
6   padding-left: 30px;
7   margin-top: 20px;
8   margin-left: 15px;
9   position: relative;
10 }
11 .alert > .fa,
12 .alert > .glyphicon {
13   position: absolute;
14   left: -15px;
15   top: -15px;
16   width: 35px;
17   height: 35px;
18   -webkit-border-radius: 50%;
19   -moz-border-radius: 50%;
20   border-radius: 50%;
21   line-height: 35px;
22   text-align: center;
23   background: inherit;
24   border: inherit;
25 }
26 /*!
27  * FullCalendar v1.6.4 Stylesheet
28  * Docs & License: http://arshaw.com/fullcalendar/
29  * (c) 2013 Adam Shaw
30  *
31  * When taken - was MIT licence (18/Feb/2014)
32  */
33 .fc {
34   direction: ltr;
35   text-align: left;
36   margin: 0;
37   font-family: Lucida Sans, Arial, sans-serif;
38 }
39 .fc table {
40   border-collapse: collapse;
41   border-spacing: 0;
42 }
43 html .fc,
44 .fc table {
45   font-size: 1em;
46 }
47 .fc td,
48 .fc th {
49   padding: 0;
50   vertical-align: top;
51   -moz-user-select: -moz-none;
52   -khtml-user-select: none;
53   -webkit-user-select: none;
54   -o-user-select: none;
55   user-select: none;
56 }
57 /* Header
58 ------------------------------------------------------------------------*/
59 .fc-header td {
60   white-space: nowrap;
61 }
62 .fc-header-left {
63   width: 25%;
64   text-align: left;
65 }
66 .fc-header-center {
67   text-align: center;
68 }
69 .fc-header-right {
70   width: 25%;
71   text-align: right;
72 }
73 .fc-header-title {
74   display: inline-block;
75   vertical-align: top;
76 }
77 .fc-header-title h2 {
78   margin-top: 0;
79   white-space: nowrap;
80   font-size: 1.5em;
81   font-family: Lucida Sans, Arial, sans-serif;
82   font-weight: bold;
83   line-height: normal;
84   margin: 0;
85 }
86 .fc .fc-header-space {
87   padding-left: 10px;
88 }
89 .fc-header .fc-button {
90   margin-bottom: 1em;
91   vertical-align: top;
92 }
93 /* buttons edges butting together */
94 .fc-header .fc-button {
95   margin-right: -1px;
96 }
97 .fc-header .fc-corner-right,
98 .fc-header .ui-corner-right {
99   /* theme */
100   margin-right: 0;
101   /* back to normal */
102 }
103 /* button layering (for border precedence) */
104 .fc-header .fc-state-hover,
105 .fc-header .ui-state-hover {
106   z-index: 2;
107 }
108 .fc-header .fc-state-down {
109   z-index: 3;
110 }
111 .fc-header .fc-state-active,
112 .fc-header .ui-state-active {
113   z-index: 4;
114 }
115 /* Content
116 ------------------------------------------------------------------------*/
117 .fc-content {
118   clear: both;
119   zoom: 1;
120   /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
121 }
122 .fc-view {
123   width: 100%;
124   overflow: hidden;
125 }
126 /* Cell Styles
127 ------------------------------------------------------------------------*/
128 .fc-widget-header,
129 .fc-widget-content {
130   /* <td>, usually */
131   border: 1px solid #777777;
132 }
133 .fc-state-highlight {
134   /* <td> today cell */
135   /* TODO: add .fc-today to <th> */
136   background: #f0ad4e;
137 }
138 .fc-cell-overlay {
139   /* semi-transparent rectangle while dragging */
140   background: #5bc0de;
141   opacity: .3;
142   filter: alpha(opacity=30);
143   /* for IE */
144 }
145 /* Buttons
146 ------------------------------------------------------------------------*/
147 .fc-button {
148   position: relative;
149   display: inline-block;
150   padding: 0 .6em;
151   overflow: hidden;
152   height: 1.9em;
153   line-height: 1.9em;
154   white-space: nowrap;
155   cursor: pointer;
156 }
157 .fc-state-default {
158   /* non-theme */
159   border: 1px solid;
160 }
161 .fc-state-default.fc-corner-left {
162   /* non-theme */
163   border-top-left-radius: 4px;
164   border-bottom-left-radius: 4px;
165 }
166 .fc-state-default.fc-corner-right {
167   /* non-theme */
168   border-top-right-radius: 4px;
169   border-bottom-right-radius: 4px;
170 }
171 /*
172         Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
173         and we'll try to make them look good cross-browser.
174 */
175 .fc-text-arrow {
176   margin: 0 .1em;
177   font-size: 2em;
178   font-family: "Courier New", Courier, monospace;
179   vertical-align: baseline;
180   /* for IE7 */
181 }
182 .fc-button-prev .fc-text-arrow,
183 .fc-button-next .fc-text-arrow {
184   /* for &lsaquo; &rsaquo; */
185   font-weight: bold;
186 }
187 /* icon (for jquery ui) */
188 .fc-button .fc-icon-wrap {
189   position: relative;
190   float: left;
191   top: 50%;
192 }
193 .fc-button .ui-icon {
194   position: relative;
195   float: left;
196   margin-top: -50%;
197   *margin-top: 0;
198   *top: -50%;
199 }
200 /*
201   button states
202   borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
203 */
204 .fc-state-default {
205   background-color: #f5f5f5;
206   background-image: -moz-linear-gradient(top, #ffffff, #777777);
207   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#777777));
208   background-image: -webkit-linear-gradient(top, #ffffff, #777777);
209   background-image: -o-linear-gradient(top, #ffffff, #777777);
210   background-image: linear-gradient(to bottom, #ffffff, #777777);
211   background-repeat: repeat-x;
212   border-color: #777777 #777777 #777777;
213   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
214   color: #333333;
215 }
216 .fc-state-hover,
217 .fc-state-down,
218 .fc-state-active,
219 .fc-state-disabled {
220   color: #333333;
221   background-color: #777777;
222 }
223 .fc-state-hover {
224   color: #333333;
225   text-decoration: none;
226   background-position: 0 -15px;
227   -webkit-transition: background-position 0.1s linear;
228   -moz-transition: background-position 0.1s linear;
229   -o-transition: background-position 0.1s linear;
230   transition: background-position 0.1s linear;
231 }
232 .fc-state-down,
233 .fc-state-active {
234   background-color: #777777;
235   background-image: none;
236   outline: 0;
237   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
238 }
239 .fc-state-disabled {
240   cursor: default;
241   background-image: none;
242   opacity: 0.65;
243   filter: alpha(opacity=65);
244   box-shadow: none;
245 }
246 /* Global Event Styles
247 ------------------------------------------------------------------------*/
248 .fc-event-container > * {
249   z-index: 8;
250 }
251 .fc-event-container > .ui-draggable-dragging,
252 .fc-event-container > .ui-resizable-resizing {
253   z-index: 9;
254 }
255 .fc-event {
256   border: 1px solid #337ab7;
257   background-color: #337ab7;
258   color: #ffffff;
259   /* default TEXT color */
260   font-size: .85em;
261   cursor: default;
262 }
263 a.fc-event {
264   text-decoration: none;
265 }
266 a.fc-event,
267 .fc-event-draggable {
268   cursor: pointer;
269 }
270 .fc-rtl .fc-event {
271   text-align: right;
272 }
273 .fc-event-inner {
274   width: 100%;
275   height: 100%;
276   overflow: hidden;
277 }
278 .fc-event-time,
279 .fc-event-title {
280   padding: 0 1px;
281   overflow: hidden;
282   white-space: nowrap;
283 }
284 .fc .ui-resizable-handle {
285   display: block;
286   position: absolute;
287   z-index: 99999;
288   overflow: hidden;
289   /* hacky spaces (IE6/7) */
290   font-size: 300%;
291   /* */
292   line-height: 50%;
293   /* */
294 }
295 /* Horizontal Events
296 ------------------------------------------------------------------------*/
297 .fc-event-hori {
298   border-width: 1px 0;
299   margin-bottom: 1px;
300 }
301 .fc-ltr .fc-event-hori.fc-event-start,
302 .fc-rtl .fc-event-hori.fc-event-end {
303   border-left-width: 1px;
304   border-top-left-radius: 3px;
305   border-bottom-left-radius: 3px;
306 }
307 .fc-ltr .fc-event-hori.fc-event-end,
308 .fc-rtl .fc-event-hori.fc-event-start {
309   border-right-width: 1px;
310   border-top-right-radius: 3px;
311   border-bottom-right-radius: 3px;
312 }
313 /* resizable */
314 .fc-event-hori .ui-resizable-e {
315   top: 0 !important;
316   /* importants override pre jquery ui 1.7 styles */
317   right: -3px !important;
318   width: 7px !important;
319   height: 100% !important;
320   cursor: e-resize;
321 }
322 .fc-event-hori .ui-resizable-w {
323   top: 0 !important;
324   left: -3px !important;
325   width: 7px !important;
326   height: 100% !important;
327   cursor: w-resize;
328 }
329 .fc-event-hori .ui-resizable-handle {
330   _padding-bottom: 14px;
331   /* IE6 had 0 height */
332 }
333 /* Reusable Separate-border Table
334 ------------------------------------------------------------*/
335 table.fc-border-separate {
336   border-collapse: separate;
337 }
338 .fc-border-separate th,
339 .fc-border-separate td {
340   border-width: 1px 0 0 1px;
341 }
342 .fc-border-separate th.fc-last,
343 .fc-border-separate td.fc-last {
344   border-right-width: 1px;
345 }
346 .fc-border-separate tr.fc-last th,
347 .fc-border-separate tr.fc-last td {
348   border-bottom-width: 1px;
349 }
350 .fc-border-separate tbody tr.fc-first td,
351 .fc-border-separate tbody tr.fc-first th {
352   border-top-width: 0;
353 }
354 /* Month View, Basic Week View, Basic Day View
355 ------------------------------------------------------------------------*/
356 .fc-grid th {
357   text-align: center;
358 }
359 .fc .fc-week-number {
360   width: 22px;
361   text-align: center;
362 }
363 .fc .fc-week-number div {
364   padding: 0 2px;
365 }
366 .fc-grid .fc-day-number {
367   float: right;
368   padding: 0 2px;
369 }
370 .fc-grid .fc-other-month .fc-day-number {
371   opacity: 0.3;
372   filter: alpha(opacity=30);
373   /* for IE */
374   /* opacity with small font can sometimes look too faded
375        might want to set the 'color' property instead
376        making day-numbers bold also fixes the problem */
377 }
378 .fc-grid .fc-day-content {
379   clear: both;
380   padding: 2px 2px 1px;
381   /* distance between events and day edges */
382 }
383 /* event styles */
384 .fc-grid .fc-event-time {
385   font-weight: bold;
386 }
387 /* right-to-left */
388 .fc-rtl .fc-grid .fc-day-number {
389   float: left;
390 }
391 .fc-rtl .fc-grid .fc-event-time {
392   float: right;
393 }
394 /* Agenda Week View, Agenda Day View
395 ------------------------------------------------------------------------*/
396 .fc-agenda table {
397   border-collapse: separate;
398 }
399 .fc-agenda-days th {
400   text-align: center;
401 }
402 .fc-agenda .fc-agenda-axis {
403   width: 50px;
404   padding: 0 4px;
405   vertical-align: middle;
406   text-align: right;
407   white-space: nowrap;
408   font-weight: normal;
409 }
410 .fc-agenda .fc-week-number {
411   font-weight: bold;
412 }
413 .fc-agenda .fc-day-content {
414   padding: 2px 2px 1px;
415 }
416 /* make axis border take precedence */
417 .fc-agenda-days .fc-agenda-axis {
418   border-right-width: 1px;
419 }
420 .fc-agenda-days .fc-col0 {
421   border-left-width: 0;
422 }
423 /* all-day area */
424 .fc-agenda-allday th {
425   border-width: 0 1px;
426 }
427 .fc-agenda-allday .fc-day-content {
428   min-height: 34px;
429   /* TODO: doesnt work well in quirksmode */
430   _height: 34px;
431 }
432 /* divider (between all-day and slots) */
433 .fc-agenda-divider-inner {
434   height: 2px;
435   overflow: hidden;
436 }
437 .fc-widget-header .fc-agenda-divider-inner {
438   background: #eeeeee;
439 }
440 /* slot rows */
441 .fc-agenda-slots th {
442   border-width: 1px 1px 0;
443 }
444 .fc-agenda-slots td {
445   border-width: 1px 0 0;
446   background: none;
447 }
448 .fc-agenda-slots td div {
449   height: 20px;
450 }
451 .fc-agenda-slots tr.fc-slot0 th,
452 .fc-agenda-slots tr.fc-slot0 td {
453   border-top-width: 0;
454 }
455 .fc-agenda-slots tr.fc-minor th,
456 .fc-agenda-slots tr.fc-minor td {
457   border-top-style: dotted;
458 }
459 .fc-agenda-slots tr.fc-minor th.ui-widget-header {
460   *border-top-style: solid;
461   /* doesn't work with background in IE6/7 */
462 }
463 /* Vertical Events
464 ------------------------------------------------------------------------*/
465 .fc-event-vert {
466   border-width: 0 1px;
467 }
468 .fc-event-vert.fc-event-start {
469   border-top-width: 1px;
470   border-top-left-radius: 3px;
471   border-top-right-radius: 3px;
472 }
473 .fc-event-vert.fc-event-end {
474   border-bottom-width: 1px;
475   border-bottom-left-radius: 3px;
476   border-bottom-right-radius: 3px;
477 }
478 .fc-event-vert .fc-event-time {
479   white-space: nowrap;
480   font-size: 10px;
481 }
482 .fc-event-vert .fc-event-inner {
483   position: relative;
484   z-index: 2;
485 }
486 .fc-event-vert .fc-event-bg {
487   /* makes the event lighter w/ a semi-transparent overlay  */
488   position: absolute;
489   z-index: 1;
490   top: 0;
491   left: 0;
492   width: 100%;
493   height: 100%;
494   background: #ffffff;
495   opacity: .25;
496   filter: alpha(opacity=25);
497 }
498 .fc .ui-draggable-dragging .fc-event-bg,
499 .fc-select-helper .fc-event-bg {
500   display: none\9;
501   /* for IE6/7/8. nested opacity filters while dragging don't work */
502 }
503 /* resizable */
504 .fc-event-vert .ui-resizable-s {
505   bottom: 0 !important;
506   /* importants override pre jquery ui 1.7 styles */
507   width: 100% !important;
508   height: 8px !important;
509   overflow: hidden !important;
510   line-height: 8px !important;
511   font-size: 11px !important;
512   font-family: monospace;
513   text-align: center;
514   cursor: s-resize;
515 }
516 .fc-agenda .ui-resizable-resizing {
517   /* TODO: better selector */
518   _overflow: hidden;
519 }
520 .clear {
521   clear: both;
522 }
523 .carousel-bullets {
524   height: 17px;
525   bottom: 20px;
526   width: 100%;
527   text-align: center;
528   z-index: 1000;
529   position: absolute;
530   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
531   -moz-opacity: 1;
532   -khtml-opacity: 1;
533   opacity: 1;
534   -webkit-transition: opacity 0.2s ease-out;
535   -moz-transition: opacity 0.2s ease-out;
536   -o-transition: opacity 0.2s ease-out;
537   -ms-transition: opacity 0.2s ease-out;
538   -webkit-transform: translateZ(5px);
539 }
540 .carousel-bullets > .bullet {
541   cursor: pointer;
542   position: relative !important;
543   background: rgba(0, 0, 0, 0.5) !important;
544   -webkit-border-radius: 10px;
545   border-radius: 10px;
546   -webkit-box-shadow: none;
547   -moz-box-shadow: none;
548   box-shadow: none;
549   width: 6px !important;
550   height: 6px !important;
551   border: 5px solid rgba(0, 0, 0, 0) !important;
552   display: inline-block;
553   margin-right: 2px !important;
554   margin-bottom: 0px !important;
555   -webkit-transition: background-color 0.2s, border-color 0.2s;
556   -moz-transition: background-color 0.2s, border-color 0.2s;
557   -o-transition: background-color 0.2s, border-color 0.2s;
558   -ms-transition: background-color 0.2s, border-color 0.2s;
559   transition: background-color 0.2s, border-color 0.2s;
560   float: none !important;
561   box-sizing: content-box;
562   -moz-box-sizing: content-box;
563   -webkit-box-sizing: content-box;
564 }
565 .carousel-bullets > .bullet:hover,
566 .carousel-bullets > .bullet.selected {
567   -webkit-box-shadow: none;
568   -moz-box-shadow: none;
569   box-shadow: none;
570   background: #ffffff !important;
571   width: 6px !important;
572   height: 6px !important;
573   border: 5px solid #000000 !important;
574 }
575 .carousel-inner > .carousel-arrow > .carousel-prev {
576   position: absolute;
577   display: block;
578   top: 50%;
579   color: #ffffff;
580   z-index: 100;
581   cursor: pointer;
582   padding: 10px;
583   margin-top: -22px;
584   left: 0;
585 }
586 .carousel-inner > .carousel-arrow > .carousel-next {
587   position: absolute;
588   display: block;
589   top: 50%;
590   color: #ffffff;
591   z-index: 100;
592   cursor: pointer;
593   padding: 10px;
594   margin-top: -22px;
595   right: 0;
596 }
597 .carousel-inner > .carousel-arrow > .carousel-prev > i,
598 .carousel-inner > .carousel-arrow > .carousel-next > i {
599   font-size: 24px;
600 }
601 .carousel-inner .tab-pane.clickable {
602   cursor: pointer;
603 }
604 /*
605  *
606  * From https://github.com/flatlogic/awesome-bootstrap-checkbox
607  *
608  */
609 .checkbox label {
610   display: inline-block;
611   position: relative;
612   padding-left: 5px;
613   -webkit-touch-callout: none;
614   -webkit-user-select: none;
615   -khtml-user-select: none;
616   -moz-user-select: none;
617   -ms-user-select: none;
618   user-select: none;
619 }
620 .checkbox label::before {
621   content: "";
622   display: inline-block;
623   position: absolute;
624   width: 17px;
625   height: 17px;
626   left: 0;
627   margin-left: -20px;
628   border: 1px solid #777777;
629   border-radius: 3px;
630   background-color: #ffffff;
631   -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
632   -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
633   transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
634 }
635 .checkbox label::after {
636   display: inline-block;
637   position: absolute;
638   width: 16px;
639   height: 16px;
640   left: 0;
641   top: 0;
642   margin-left: -20px;
643   padding-left: 3px;
644   padding-top: 1px;
645   font-size: 11px;
646   color: #555555;
647 }
648 .checkbox input[type="checkbox"] {
649   display: none;
650 }
651 .checkbox input[type="checkbox"]:checked + label::after {
652   font-family: 'FontAwesome';
653   content: "\f00c";
654 }
655 .checkbox input[type="checkbox"]:disabled + label {
656   opacity: 0.65;
657 }
658 .checkbox input[type="checkbox"]:disabled + label::before {
659   background-color: #eeeeee;
660   cursor: not-allowed;
661 }
662 .checkbox.checkbox-circle label::before {
663   border-radius: 50%;
664 }
665 .checkbox-primary input[type="checkbox"]:checked + label::before {
666   background-color: #337ab7;
667   border-color: #337ab7;
668 }
669 .checkbox-primary input[type="checkbox"]:checked + label::after {
670   color: #ffffff;
671 }
672 .checkbox-danger input[type="checkbox"]:checked + label::before {
673   background-color: #d9534f;
674   border-color: #d9534f;
675 }
676 .checkbox-danger input[type="checkbox"]:checked + label::after {
677   color: #ffffff;
678 }
679 .checkbox-info input[type="checkbox"]:checked + label::before {
680   background-color: #5bc0de;
681   border-color: #5bc0de;
682 }
683 .checkbox-info input[type="checkbox"]:checked + label::after {
684   color: #ffffff;
685 }
686 .checkbox-warning input[type="checkbox"]:checked + label::before {
687   background-color: #f0ad4e;
688   border-color: #f0ad4e;
689 }
690 .checkbox-warning input[type="checkbox"]:checked + label::after {
691   color: #ffffff;
692 }
693 .checkbox-success input[type="checkbox"]:checked + label::before {
694   background-color: #5cb85c;
695   border-color: #5cb85c;
696 }
697 .checkbox-success input[type="checkbox"]:checked + label::after {
698   color: #ffffff;
699 }
700 /* before is the outer cicle */
701 /* after is the inner circle.. */
702 .radio label {
703   display: inline-block;
704   position: relative;
705   padding-left: 5px;
706 }
707 .radio label::before {
708   content: "";
709   display: inline-block;
710   position: absolute;
711   width: 17px;
712   height: 17px;
713   left: 0;
714   margin-left: -20px;
715   border: 1px solid #777777;
716   border-radius: 50%;
717   background-color: #ffffff;
718   -webkit-transition: border 0.15s ease-in-out;
719   -o-transition: border 0.15s ease-in-out;
720   transition: border 0.15s ease-in-out;
721 }
722 .radio label::after {
723   display: inline-block;
724   position: absolute;
725   content: " ";
726   width: 11px;
727   height: 11px;
728   left: 3px;
729   top: 3px;
730   margin-left: -20px;
731   border-radius: 50%;
732   background-color: #ffffff;
733   -webkit-transform: scale(0, 0);
734   -ms-transform: scale(0, 0);
735   -o-transform: scale(0, 0);
736   transform: scale(0, 0);
737   -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
738   -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
739   -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
740   transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
741 }
742 .radio input[type="radio"] {
743   display: none;
744 }
745 .radio input[type="radio"]:checked + label::after {
746   -webkit-transform: scale(1, 1);
747   -ms-transform: scale(1, 1);
748   -o-transform: scale(1, 1);
749   transform: scale(1, 1);
750   background-color: #555555;
751 }
752 .radio input[type="radio"]:disabled + label {
753   opacity: 0.65;
754 }
755 .radio input[type="radio"]:disabled + label::before {
756   cursor: not-allowed;
757 }
758 .radio-primary input[type="radio"] + label::after {
759   background-color: #ffffff;
760 }
761 .radio-primary input[type="radio"]:checked + label::before {
762   border-color: #337ab7;
763 }
764 .radio-primary input[type="radio"]:checked + label::after {
765   background-color: #337ab7;
766 }
767 .radio-danger input[type="radio"] + label::after {
768   background-color: #d9534f;
769 }
770 .radio-danger input[type="radio"]:checked + label::before {
771   border-color: #d9534f;
772 }
773 .radio-danger input[type="radio"]:checked + label::after {
774   background-color: #d9534f;
775 }
776 .radio-info input[type="radio"] + label::after {
777   background-color: #ffffff;
778 }
779 .radio-info input[type="radio"]:checked + label::before {
780   border-color: #5bc0de;
781 }
782 .radio-info input[type="radio"]:checked + label::after {
783   background-color: #5bc0de;
784 }
785 .radio-warning input[type="radio"] + label::after {
786   background-color: #ffffff;
787 }
788 .radio-warning input[type="radio"]:checked + label::before {
789   border-color: #f0ad4e;
790 }
791 .radio-warning input[type="radio"]:checked + label::after {
792   background-color: #f0ad4e;
793 }
794 .radio-success input[type="radio"] + label::after {
795   background-color: #ffffff;
796 }
797 .radio-success input[type="radio"]:checked + label::before {
798   border-color: #5cb85c;
799 }
800 .radio-success input[type="radio"]:checked + label::after {
801   background-color: #5cb85c;
802 }
803 .checkbox.checkbox-inline,
804 .radio.radio-inline {
805   margin-top: 0;
806 }
807 /*
808  *
809  * From https://github.com/danielfarrell/bootstrap-combobox
810  *
811  */
812 .combobox-container {
813   margin-bottom: 5px;
814   *zoom: 1;
815   display: inline-table;
816 }
817 .combobox-container:before,
818 .combobox-container:after {
819   display: table;
820   content: "";
821 }
822 .combobox-container:after {
823   /* clear: both; */
824 }
825 .combobox-container input,
826 .combobox-container .uneditable-input {
827   -webkit-border-radius: 0 3px 3px 0;
828   -moz-border-radius: 0 3px 3px 0;
829   border-radius: 0 3px 3px 0;
830 }
831 .combobox-container input:focus,
832 .combobox-container .uneditable-input:focus {
833   position: relative;
834   z-index: 2;
835 }
836 .combobox-container .uneditable-input {
837   border-left-color: #777777;
838 }
839 .combobox-container .add-on {
840   float: left;
841   display: inline-block;
842   width: auto;
843   min-width: 16px;
844   height: inherit !important;
845   margin-right: -1px;
846   padding: 4px 5px;
847   font-weight: normal;
848   color: #777777;
849   text-align: center;
850   text-shadow: 0 1px 0 #ffffff;
851   background-color: #f5f5f5;
852   border: 1px solid #777777;
853   -webkit-border-radius: 3px 0 0 3px;
854   -moz-border-radius: 3px 0 0 3px;
855   border-radius: 3px 0 0 3px;
856 }
857 .combobox-container .active {
858   background-color: #337ab7;
859   color: #ffffff;
860 }
861 .combobox-container input,
862 .combobox-container .uneditable-input {
863   float: left;
864   -webkit-border-radius: 3px 0 0 3px;
865   -moz-border-radius: 3px 0 0 3px;
866   border-radius: 3px 0 0 3px;
867 }
868 .combobox-container .uneditable-input {
869   border-left-color: #eeeeee;
870   border-right-color: #777777;
871 }
872 .combobox-container .add-on {
873   margin-right: 0;
874   margin-left: -1px;
875   -webkit-border-radius: 0 3px 3px 0;
876   -moz-border-radius: 0 3px 3px 0;
877   border-radius: 0 3px 3px 0;
878 }
879 .combobox-container input:first-child {
880   *margin-left: -160px;
881 }
882 .combobox-container input:first-child + .add-on {
883   *margin-left: -21px;
884 }
885 .combobox-container select {
886   display: inline-block;
887   width: 0;
888   height: 0;
889   border: 0;
890   padding: 0;
891   margin: 0;
892   text-indent: -99999px;
893   *text-indent: 0;
894 }
895 .form-search .combobox-container,
896 .form-inline .combobox-container {
897   display: inline-block;
898   margin-bottom: 0;
899   vertical-align: top;
900 }
901 .form-search .combobox-container .add-on,
902 .form-inline .combobox-container .add-on {
903   vertical-align: middle;
904 }
905 .combobox-selected .combobox-clear {
906   display: inline-block;
907 }
908 .combobox-selected .caret {
909   display: none;
910 }
911 .combobox-clear {
912   display: none;
913   width: 14px;
914   height: 14px;
915   line-height: 14px;
916   vertical-align: top;
917   opacity: 0.3;
918   filter: alpha(opacity=30);
919 }
920 .dropdown:hover .combobox-clear,
921 .open.dropdown .combobox-clear {
922   opacity: 1;
923   filter: alpha(opacity=100);
924 }
925 .btn .combobox-clear {
926   margin-top: 1px;
927   margin-left: 1px;
928 }
929 .btn:hover .combobox-clear,
930 .open.btn-group .combobox-clear {
931   opacity: 1;
932   filter: alpha(opacity=100);
933 }
934 .typeahead-long {
935   max-height: 300px;
936   overflow-y: auto;
937 }
938 .control-group.error .combobox-container .add-on {
939   color: #d9534f;
940   border-color: #d9534f;
941 }
942 .control-group.error .combobox-container .caret {
943   border-top-color: #d9534f;
944 }
945 .control-group.warning .combobox-container .add-on {
946   color: #f0ad4e;
947   border-color: #f0ad4e;
948 }
949 .control-group.warning .combobox-container .caret {
950   border-top-color: #f0ad4e;
951 }
952 .control-group.success .combobox-container .add-on {
953   color: #5cb85c;
954   border-color: #5cb85c;
955 }
956 .control-group.success .combobox-container .caret {
957   border-top-color: #5cb85c;
958 }
959 .btn .combobox-clear [class^="icon-"] {
960   line-height: 1.4em;
961 }
962 .combobox-container .dropdown-menu {
963   border-radius: 0;
964   padding: 0;
965   border: 1px solid #337ab7;
966   border-top: none;
967 }
968 .roo-select2-container .dropdown-menu {
969   border: 1px solid #337ab7;
970 }
971 .dropdown-menu .active {
972   background: #337ab7;
973   color: #ffffff;
974 }
975 .dropdown-menu .active label {
976   color: #ffffff;
977 }
978 .dropdown-menu .roo-select2-result {
979   padding: 3px 7px 4px;
980   margin: 0;
981   cursor: pointer;
982   min-height: 1em;
983   -webkit-touch-callout: none;
984   -webkit-user-select: none;
985   -moz-user-select: none;
986   -ms-user-select: none;
987   user-select: none;
988 }
989 .roo-select2-container,
990 .roo-select2-choices .roo-select2-search-field {
991   width: 100%;
992 }
993 .roo-select2-container .x-combo-noedit {
994   cursor: pointer;
995   background-color: #ffffff;
996 }
997 .roo-select2-container .x-combo-noedit[disabled] {
998   cursor: not-allowed;
999   background-color: #eeeeee;
1000 }
1001 .roo-combobox-tickable .roo-select2-choices {
1002   border: none;
1003   background-image: none;
1004 }
1005 .roo-combobox-tickable .roo-select2-result label {
1006   width: 100%;
1007 }
1008 /* zindex of dialogs is 10000++ so dropdowns have to be higher... */
1009 .dropdown-menu {
1010   z-index: 20002 !important;
1011 }
1012 .dropdown-menu .checkbox label {
1013   width: 100%;
1014 }
1015 .roo-select2-container-multi .dropdown-menu .roo-select2-result .checkbox {
1016   margin-top: 0px;
1017   margin-bottom: 0px;
1018 }
1019 .dropdown-menu .roo-select2-result .checkbox {
1020   margin-top: 3px;
1021   margin-bottom: 3px;
1022 }
1023 .roo-select2-container .input-group-addon {
1024   padding: 6px 12px;
1025   border: 1px solid #cccccc;
1026   border-left: 0px;
1027 }
1028 .roo-select2-container .roo-removable {
1029   position: relative;
1030 }
1031 .roo-select2-container .roo-removable .roo-combo-removable-btn {
1032   position: absolute;
1033   right: 10px;
1034   z-index: 2;
1035   top: 5px;
1036 }
1037 .roo-select2-container .has-feedback .roo-combo-removable-btn {
1038   position: absolute;
1039   right: 35px;
1040   z-index: 2;
1041   top: 5px;
1042 }
1043 /*
1044 .roo-select2-container .roo-removable.has-feedback .roo-combo-removable-btn {
1045     position: absolute;
1046     right: 40px;
1047     z-index: 2;
1048     top: 5px;
1049 }
1050
1051 .roo-select2-container .roo-removable.has-feedback.input-group .roo-combo-removable-btn {
1052     position: absolute;
1053     right: 70px;
1054     z-index: 2;
1055     top: 5px;
1056 }
1057
1058
1059 .roo-select2-container.input-group .has-feedback .roo-combo-removable-btn {
1060     position: absolute;
1061     right: 35px;
1062     z-index: 2;
1063     top: 5px;
1064 }*/
1065 .has-warning .roo-select2-container-multi {
1066   border: 1px solid #f0ad4e;
1067 }
1068 .roo-ios-select {
1069   width: 100%;
1070 }
1071 /*!
1072  * Datepicker for Bootstrap
1073  *
1074  * Copyright 2012 Stefan Petre
1075  * Improvements by Andrew Rowls
1076  * Licensed under the Apache License v2.0
1077  * http://www.apache.org/licenses/LICENSE-2.0
1078  *
1079  */
1080 .datepicker {
1081   padding: 8px 12px;
1082   margin-top: 1px;
1083   -webkit-border-radius: 4px;
1084   -moz-border-radius: 4px;
1085   border-radius: 4px;
1086   direction: ltr;
1087   font-size: 13px;
1088   /*.dow {
1089                 border-top: 1px solid @gray-light !important;
1090         }*/
1091 }
1092 .datepicker-inline {
1093   width: 220px;
1094 }
1095 .datepicker.datepicker-rtl {
1096   direction: rtl;
1097 }
1098 .datepicker.datepicker-rtl table tr td span {
1099   float: right;
1100 }
1101 .datepicker-dropdown {
1102   top: 0;
1103   left: 0;
1104 }
1105 /*.datepicker-dropdown:before {
1106   content: '';
1107   display: inline-block;
1108   border-left: 7px solid transparent;
1109   border-right: 7px solid transparent;
1110   border-bottom: 7px solid @gray-light;
1111   border-bottom-color: @black-opacity-20;
1112   position: absolute;
1113   top: -7px;
1114   left: 6px;
1115 }
1116 .datepicker-dropdown:after {
1117   content: '';
1118   display: inline-block;
1119   border-left: 6px solid transparent;
1120   border-right: 6px solid transparent;
1121   border-bottom: 6px solid @body-bg;
1122   position: absolute;
1123   top: -6px;
1124   left: 7px;
1125 }*/
1126 .datepicker-dropdown.bottom:before {
1127   content: '';
1128   display: inline-block;
1129   border-left: 7px solid transparent;
1130   border-right: 7px solid transparent;
1131   border-bottom: 7px solid #777777;
1132   border-bottom-color: rgba(0, 0, 0, 0.2);
1133   position: absolute;
1134   top: -7px;
1135   left: 7px;
1136 }
1137 .datepicker-dropdown.bottom:after {
1138   content: '';
1139   display: inline-block;
1140   border-left: 6px solid transparent;
1141   border-right: 6px solid transparent;
1142   border-bottom: 6px solid #ffffff;
1143   position: absolute;
1144   top: -6px;
1145   left: 8px;
1146 }
1147 .datepicker-dropdown.top:before {
1148   content: '';
1149   display: inline-block;
1150   border-left: 7px solid transparent;
1151   border-right: 7px solid transparent;
1152   border-top: 7px solid #777777;
1153   border-bottom: 0;
1154   border-top-color: rgba(0, 0, 0, 0.2);
1155   position: absolute;
1156   bottom: -7px;
1157   left: 6px;
1158 }
1159 .datepicker-dropdown.top:after {
1160   content: '';
1161   display: inline-block;
1162   border-left: 6px solid transparent;
1163   border-right: 6px solid transparent;
1164   border-top: 6px solid #ffffff;
1165   border-bottom: 0;
1166   position: absolute;
1167   bottom: -6px;
1168   left: 7px;
1169 }
1170 .datepicker-dropdown.bottom-right:before {
1171   content: '';
1172   display: inline-block;
1173   border-left: 7px solid transparent;
1174   border-right: 7px solid transparent;
1175   border-bottom: 7px solid #777777;
1176   border-bottom-color: rgba(0, 0, 0, 0.2);
1177   position: absolute;
1178   top: -7px;
1179   left: 7px;
1180 }
1181 .datepicker-dropdown.bottom-right:after {
1182   content: '';
1183   display: inline-block;
1184   border-left: 6px solid transparent;
1185   border-right: 6px solid transparent;
1186   border-bottom: 6px solid #ffffff;
1187   position: absolute;
1188   top: -6px;
1189   left: 8px;
1190 }
1191 .datepicker-dropdown.bottom-left:before {
1192   content: '';
1193   display: inline-block;
1194   border-left: 7px solid transparent;
1195   border-right: 7px solid transparent;
1196   border-bottom: 7px solid #777777;
1197   border-bottom-color: rgba(0, 0, 0, 0.2);
1198   position: absolute;
1199   top: -7px;
1200   left: 260px;
1201 }
1202 .datepicker-dropdown.bottom-left:after {
1203   content: '';
1204   display: inline-block;
1205   border-left: 6px solid transparent;
1206   border-right: 6px solid transparent;
1207   border-bottom: 6px solid #ffffff;
1208   position: absolute;
1209   top: -6px;
1210   left: 261px;
1211 }
1212 .datepicker-dropdown.top-right:before {
1213   content: '';
1214   display: inline-block;
1215   border-left: 7px solid transparent;
1216   border-right: 7px solid transparent;
1217   border-top: 7px solid #777777;
1218   border-top-color: rgba(0, 0, 0, 0.2);
1219   position: absolute;
1220   bottom: -7px;
1221   left: 6px;
1222 }
1223 .datepicker-dropdown.top-right:after {
1224   content: '';
1225   display: inline-block;
1226   border-left: 6px solid transparent;
1227   border-right: 6px solid transparent;
1228   border-top: 6px solid #ffffff;
1229   position: absolute;
1230   bottom: -6px;
1231   left: 7px;
1232 }
1233 .datepicker-dropdown.top-left:before {
1234   content: '';
1235   display: inline-block;
1236   border-left: 7px solid transparent;
1237   border-right: 7px solid transparent;
1238   border-top: 7px solid #777777;
1239   border-top-color: rgba(0, 0, 0, 0.2);
1240   position: absolute;
1241   bottom: -7px;
1242   left: 260px;
1243 }
1244 .datepicker-dropdown.top-left:after {
1245   content: '';
1246   display: inline-block;
1247   border-left: 6px solid transparent;
1248   border-right: 6px solid transparent;
1249   border-top: 6px solid #ffffff;
1250   position: absolute;
1251   bottom: -6px;
1252   left: 261px;
1253 }
1254 .datepicker > div {
1255   display: none;
1256 }
1257 .datepicker.days div.datepicker-days {
1258   display: block;
1259 }
1260 .datepicker.months div.datepicker-months {
1261   display: block;
1262 }
1263 .datepicker.years div.datepicker-years {
1264   display: block;
1265 }
1266 .datepicker table {
1267   margin: 0;
1268 }
1269 .datepicker td,
1270 .datepicker th {
1271   text-align: center;
1272   width: 20px;
1273   height: 20px;
1274   -webkit-border-radius: 4px;
1275   -moz-border-radius: 4px;
1276   border-radius: 4px;
1277   border: none;
1278 }
1279 .table-striped .datepicker table tr td,
1280 .table-striped .datepicker table tr th {
1281   background-color: transparent;
1282 }
1283 .datepicker table tr td.day:hover {
1284   background: #eeeeee;
1285   cursor: pointer;
1286 }
1287 .datepicker table tr td.old,
1288 .datepicker table tr td.new {
1289   color: #777777;
1290 }
1291 .datepicker table tr td.disabled,
1292 .datepicker table tr td.disabled:hover {
1293   background: none;
1294   color: #777777;
1295   cursor: default;
1296 }
1297 .datepicker table tr td.today,
1298 .datepicker table tr td.today:hover,
1299 .datepicker table tr td.today.disabled,
1300 .datepicker table tr td.today.disabled:hover {
1301   background-color: #f0ad4e;
1302   background-image: -moz-linear-gradient(top, #f0ad4e, #f0ad4e);
1303   background-image: -ms-linear-gradient(top, #f0ad4e, #f0ad4e);
1304   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0ad4e), to(#f0ad4e));
1305   background-image: -webkit-linear-gradient(top, #f0ad4e, #f0ad4e);
1306   background-image: -o-linear-gradient(top, #f0ad4e, #f0ad4e);
1307   background-image: linear-gradient(top, #f0ad4e, #f0ad4e);
1308   background-repeat: repeat-x;
1309   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-warning', endColorstr='@brand-warning', GradientType=0);
1310   border-color: #f0ad4e #f0ad4e #f0ad4e;
1311   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
1312   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1313 }
1314 .datepicker table tr td.today:hover,
1315 .datepicker table tr td.today:hover:hover,
1316 .datepicker table tr td.today.disabled:hover,
1317 .datepicker table tr td.today.disabled:hover:hover,
1318 .datepicker table tr td.today:active,
1319 .datepicker table tr td.today:hover:active,
1320 .datepicker table tr td.today.disabled:active,
1321 .datepicker table tr td.today.disabled:hover:active,
1322 .datepicker table tr td.today.active,
1323 .datepicker table tr td.today:hover.active,
1324 .datepicker table tr td.today.disabled.active,
1325 .datepicker table tr td.today.disabled:hover.active,
1326 .datepicker table tr td.today.disabled,
1327 .datepicker table tr td.today:hover.disabled,
1328 .datepicker table tr td.today.disabled.disabled,
1329 .datepicker table tr td.today.disabled:hover.disabled,
1330 .datepicker table tr td.today[disabled],
1331 .datepicker table tr td.today:hover[disabled],
1332 .datepicker table tr td.today.disabled[disabled],
1333 .datepicker table tr td.today.disabled:hover[disabled] {
1334   background-color: #f0ad4e;
1335 }
1336 .datepicker table tr td.today:active,
1337 .datepicker table tr td.today:hover:active,
1338 .datepicker table tr td.today.disabled:active,
1339 .datepicker table tr td.today.disabled:hover:active,
1340 .datepicker table tr td.today.active,
1341 .datepicker table tr td.today:hover.active,
1342 .datepicker table tr td.today.disabled.active,
1343 .datepicker table tr td.today.disabled:hover.active {
1344   background-color: #f0ad4e;
1345 }
1346 .datepicker table tr td.active,
1347 .datepicker table tr td.active:hover,
1348 .datepicker table tr td.active.disabled,
1349 .datepicker table tr td.active.disabled:hover {
1350   background-color: #337ab7;
1351   background-image: -moz-linear-gradient(top, #3c87c8, #337ab7);
1352   background-image: -ms-linear-gradient(top, #3c87c8, #337ab7);
1353   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c87c8), to(#337ab7));
1354   background-image: -webkit-linear-gradient(top, #3c87c8, #337ab7);
1355   background-image: -o-linear-gradient(top, #3c87c8, #337ab7);
1356   background-image: linear-gradient(top, #3c87c8, #337ab7);
1357   background-repeat: repeat-x;
1358   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-primary, 5%)', endColorstr='@brand-primary', GradientType=0);
1359   border-color: #337ab7 #337ab7 #286090;
1360   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
1361   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1362   color: #ffffff;
1363   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
1364 }
1365 .datepicker table tr td.active:hover,
1366 .datepicker table tr td.active:hover:hover,
1367 .datepicker table tr td.active.disabled:hover,
1368 .datepicker table tr td.active.disabled:hover:hover,
1369 .datepicker table tr td.active:active,
1370 .datepicker table tr td.active:hover:active,
1371 .datepicker table tr td.active.disabled:active,
1372 .datepicker table tr td.active.disabled:hover:active,
1373 .datepicker table tr td.active.active,
1374 .datepicker table tr td.active:hover.active,
1375 .datepicker table tr td.active.disabled.active,
1376 .datepicker table tr td.active.disabled:hover.active,
1377 .datepicker table tr td.active.disabled,
1378 .datepicker table tr td.active:hover.disabled,
1379 .datepicker table tr td.active.disabled.disabled,
1380 .datepicker table tr td.active.disabled:hover.disabled,
1381 .datepicker table tr td.active[disabled],
1382 .datepicker table tr td.active:hover[disabled],
1383 .datepicker table tr td.active.disabled[disabled],
1384 .datepicker table tr td.active.disabled:hover[disabled] {
1385   background-color: #337ab7;
1386 }
1387 .datepicker table tr td.active:active,
1388 .datepicker table tr td.active:hover:active,
1389 .datepicker table tr td.active.disabled:active,
1390 .datepicker table tr td.active.disabled:hover:active,
1391 .datepicker table tr td.active.active,
1392 .datepicker table tr td.active:hover.active,
1393 .datepicker table tr td.active.disabled.active,
1394 .datepicker table tr td.active.disabled:hover.active {
1395   background-color: #286090;
1396 }
1397 .datepicker table tr td span {
1398   display: block;
1399   width: 23%;
1400   height: 54px;
1401   line-height: 54px;
1402   float: left;
1403   margin: 1%;
1404   cursor: pointer;
1405   -webkit-border-radius: 4px;
1406   -moz-border-radius: 4px;
1407   border-radius: 4px;
1408 }
1409 .datepicker table tr td span:hover {
1410   background: #eeeeee;
1411 }
1412 .datepicker table tr td span.disabled,
1413 .datepicker table tr td span.disabled:hover {
1414   background: none;
1415   color: #777777;
1416   cursor: default;
1417 }
1418 .datepicker table tr td span.active,
1419 .datepicker table tr td span.active:hover,
1420 .datepicker table tr td span.active.disabled,
1421 .datepicker table tr td span.active.disabled:hover {
1422   background-color: #337ab7;
1423   background-image: -moz-linear-gradient(top, #3c87c8, #337ab7);
1424   background-image: -ms-linear-gradient(top, #3c87c8, #337ab7);
1425   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c87c8), to(#337ab7));
1426   background-image: -webkit-linear-gradient(top, #3c87c8, #337ab7);
1427   background-image: -o-linear-gradient(top, #3c87c8, #337ab7);
1428   background-image: linear-gradient(top, #3c87c8, #337ab7);
1429   background-repeat: repeat-x;
1430   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-primary, 5%)', endColorstr='@brand-primary', GradientType=0);
1431   border-color: #337ab7 #337ab7 #286090;
1432   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
1433   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1434   color: #ffffff;
1435   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
1436 }
1437 .datepicker table tr td span.active:hover,
1438 .datepicker table tr td span.active:hover:hover,
1439 .datepicker table tr td span.active.disabled:hover,
1440 .datepicker table tr td span.active.disabled:hover:hover,
1441 .datepicker table tr td span.active:active,
1442 .datepicker table tr td span.active:hover:active,
1443 .datepicker table tr td span.active.disabled:active,
1444 .datepicker table tr td span.active.disabled:hover:active,
1445 .datepicker table tr td span.active.active,
1446 .datepicker table tr td span.active:hover.active,
1447 .datepicker table tr td span.active.disabled.active,
1448 .datepicker table tr td span.active.disabled:hover.active,
1449 .datepicker table tr td span.active.disabled,
1450 .datepicker table tr td span.active:hover.disabled,
1451 .datepicker table tr td span.active.disabled.disabled,
1452 .datepicker table tr td span.active.disabled:hover.disabled,
1453 .datepicker table tr td span.active[disabled],
1454 .datepicker table tr td span.active:hover[disabled],
1455 .datepicker table tr td span.active.disabled[disabled],
1456 .datepicker table tr td span.active.disabled:hover[disabled] {
1457   background-color: #337ab7;
1458 }
1459 .datepicker table tr td span.active:active,
1460 .datepicker table tr td span.active:hover:active,
1461 .datepicker table tr td span.active.disabled:active,
1462 .datepicker table tr td span.active.disabled:hover:active,
1463 .datepicker table tr td span.active.active,
1464 .datepicker table tr td span.active:hover.active,
1465 .datepicker table tr td span.active.disabled.active,
1466 .datepicker table tr td span.active.disabled:hover.active {
1467   background-color: #286090;
1468 }
1469 .datepicker table tr td span.old {
1470   color: #777777;
1471 }
1472 .datepicker th.switch {
1473   width: 145px;
1474 }
1475 .datepicker thead tr:first-child th,
1476 .datepicker tfoot tr:first-child th {
1477   cursor: pointer;
1478 }
1479 .datepicker thead tr:first-child th:hover,
1480 .datepicker tfoot tr:first-child th:hover {
1481   background: #eeeeee;
1482 }
1483 .datepicker .cw {
1484   font-size: 10px;
1485   width: 12px;
1486   padding: 0 2px 0 5px;
1487   vertical-align: middle;
1488 }
1489 .datepicker thead tr:first-child th.cw {
1490   cursor: default;
1491   background-color: transparent;
1492 }
1493 .input-append.date .add-on i,
1494 .input-prepend.date .add-on i {
1495   display: block;
1496   cursor: pointer;
1497   width: 16px;
1498   height: 16px;
1499 }
1500 .datepicker .datepicker-time td span {
1501   display: block;
1502   width: 47px;
1503   height: 54px;
1504   line-height: 54px;
1505   float: left;
1506   margin: 2px;
1507   cursor: pointer;
1508   border-radius: 4px;
1509 }
1510 .datepicker .datepicker-time td span.timepicker-hour,
1511 .datepicker .datepicker-time td span.timepicker-minute {
1512   width: 100%;
1513   font-weight: bold;
1514   font-size: 1.2em;
1515 }
1516 .roo-document-manager-selector {
1517   visibility: hidden;
1518   height: 0px;
1519 }
1520 .roo-document-manager-uploader,
1521 .roo-document-manager-loading,
1522 .roo-document-manager-preview {
1523   position: relative;
1524   float: left;
1525   width: 25%;
1526   padding-left: 5px;
1527   height: 100px;
1528   max-height: 100px;
1529   margin-top: 10px;
1530 }
1531 .roo-document-manager-preview.wide {
1532   width: 50%;
1533 }
1534 .roo-document-manager-thumb,
1535 .roo-document-manager-upload-btn {
1536   width: 100%;
1537   height: 100px;
1538   line-height: 100px;
1539   max-height: 100px;
1540   border: 1px solid #eeeeee;
1541   -webkit-box-shadow: 1px 0px 5px 0px rgba(119, 119, 119, 0.75);
1542   -moz-box-shadow: 1px 0px 5px 0px rgba(119, 119, 119, 0.75);
1543   box-shadow: 1px 0px 5px 0px rgba(119, 119, 119, 0.75);
1544 }
1545 .roo-document-manager-thumb > i.fa,
1546 .roo-document-manager-upload-btn > i.fa {
1547   width: 100%;
1548   line-height: 98px;
1549   text-align: center;
1550   vertical-align: middle;
1551   color: #777777;
1552   font-size: 2.5em;
1553 }
1554 .roo-document-manager-thumb > i.fa {
1555   font-size: 2.5em;
1556 }
1557 .roo-document-manager-thumb > img {
1558   width: 100%;
1559   max-height: 100%;
1560   text-align: center;
1561   vertical-align: middle;
1562 }
1563 .roo-document-manager-preview > .close {
1564   position: absolute;
1565   top: 0px;
1566   right: 3px;
1567   font-size: 20px;
1568   opacity: 1;
1569 }
1570 .roo-document-manager-preview > .close:hover {
1571   color: #333333;
1572 }
1573 /*
1574 * sm
1575 */
1576 @media (min-width: 768px) {
1577   .roo-document-manager-uploader,
1578   .roo-document-manager-loading,
1579   .roo-document-manager-preview {
1580     height: 200px;
1581     max-height: 200px;
1582   }
1583   .roo-document-manager-thumb,
1584   .roo-document-manager-upload-btn {
1585     line-height: 200px;
1586     height: 200px;
1587     max-height: 200px;
1588   }
1589   .roo-document-manager-thumb > i.fa,
1590   .roo-document-manager-upload-btn > i.fa {
1591     line-height: 198px;
1592   }
1593 }
1594 /*
1595 * md
1596 */
1597 @media (min-width: 992px) {
1598   .roo-document-manager-uploader,
1599   .roo-document-manager-loading,
1600   .roo-document-manager-preview {
1601     width: 8.33333333%;
1602     height: 80px;
1603     max-height: 80px;
1604   }
1605   .roo-document-manager-preview.wide {
1606     width: 16.66666666%;
1607   }
1608   .roo-document-manager-thumb,
1609   .roo-document-manager-upload-btn {
1610     line-height: 80px;
1611     height: 80px;
1612     max-height: 80px;
1613   }
1614   .roo-document-manager-thumb > i.fa,
1615   .roo-document-manager-upload-btn > i.fa {
1616     line-height: 78px;
1617   }
1618 }
1619 /*
1620 * lg
1621 */
1622 @media (min-width: 1200px) {
1623   .roo-document-manager-uploader,
1624   .roo-document-manager-loading,
1625   .roo-document-manager-preview {
1626     width: 8.33333333%;
1627     height: 100px;
1628     max-height: 100px;
1629   }
1630   .roo-document-manager-preview.wide {
1631     width: 16.66666666%;
1632   }
1633   .roo-document-manager-thumb,
1634   .roo-document-manager-upload-btn {
1635     line-height: 100px;
1636     height: 100px;
1637     max-height: 100px;
1638   }
1639   .roo-document-manager-thumb > i.fa,
1640   .roo-document-manager-upload-btn > i.fa {
1641     line-height: 98px;
1642   }
1643 }
1644 .document-slider-dialog .modal-body {
1645   padding: 0px;
1646 }
1647 .roo-document-slider-header {
1648   background-color: rgba(0, 0, 0, 0.5);
1649 }
1650 .roo-document-slider-header .roo-document-slider-header-title {
1651   width: 80%;
1652   margin: 0 auto;
1653   padding: 10px 0;
1654   color: #ffffff;
1655   font-weight: bold;
1656   text-align: center;
1657 }
1658 .roo-document-slider-body {
1659   background-color: #ffffff;
1660   width: 100%;
1661   height: 450px;
1662   position: relative;
1663   overflow: hidden;
1664 }
1665 .roo-document-slider-body .roo-document-slider-thumb {
1666   position: absolute;
1667   width: 80%;
1668   height: 100%;
1669   top: 50%;
1670   left: 50%;
1671   transform: translate(-50%, -50%);
1672   box-sizing: border-box;
1673   border: 1px solid #666666;
1674   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
1675   text-align: center;
1676   vertical-align: middle;
1677   overflow: auto;
1678   cursor: move;
1679 }
1680 .roo-document-slider-body .roo-document-slider-image {
1681   width: 100%;
1682 }
1683 .roo-document-slider-prev {
1684   position: absolute;
1685   top: 0;
1686   left: 0;
1687   text-align: center;
1688   width: 10%;
1689   height: 100%;
1690 }
1691 .roo-document-slider-next {
1692   position: absolute;
1693   top: 0;
1694   right: 0;
1695   text-align: center;
1696   width: 10%;
1697   height: 100%;
1698 }
1699 .roo-document-slider-prev > i,
1700 .roo-document-slider-next > i {
1701   position: relative;
1702   top: 50%;
1703   transform: translateY(-50%);
1704   cursor: pointer;
1705   font-size: 2em;
1706 }
1707 .document-viewer-dialog .modal-dialog {
1708   margin: 0px auto;
1709 }
1710 .document-viewer-dialog .modal-header,
1711 .document-viewer-dialog .modal-footer {
1712   padding-top: 5px;
1713   padding-bottom: 5px;
1714 }
1715 .document-viewer-dialog .modal-body {
1716   padding: 0px;
1717 }
1718 .roo-document-viewer-body {
1719   background-color: #ffffff;
1720   width: 100%;
1721   height: 450px;
1722   max-height: 450px;
1723   position: relative;
1724   overflow: hidden;
1725   cursor: move;
1726 }
1727 .roo-document-viewer-body .roo-document-viewer-thumb {
1728   position: absolute;
1729   width: 80%;
1730   height: 80%;
1731   top: 50%;
1732   left: 50%;
1733   transform: translate(-50%, -50%);
1734   box-sizing: border-box;
1735   border: 1px solid #666666;
1736   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
1737   text-align: center;
1738   vertical-align: middle;
1739   overflow: auto;
1740 }
1741 .roo-document-viewer-body .roo-document-viewer-image {
1742   width: 100%;
1743 }
1744 .roo-document-viewer-btn-group button {
1745   background-color: #000000;
1746   color: #ffffff;
1747   border-color: #333333;
1748 }
1749 .roo-document-viewer-btn-group > .btn-group:first-child > button {
1750   border-top-left-radius: 0;
1751 }
1752 .roo-document-viewer-btn-group > .btn-group:last-child > button {
1753   border-top-right-radius: 0;
1754 }
1755 .dropdown-submenu:hover > a,
1756 .dropdown-submenu:focus > a {
1757   color: #ffffff;
1758   text-decoration: none;
1759   background-color: #337ab7;
1760   background-image: -moz-linear-gradient(top, #337ab7, #3072ab);
1761   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#337ab7), to(#3072ab));
1762   background-image: -webkit-linear-gradient(top, #337ab7, #3072ab);
1763   background-image: -o-linear-gradient(top, #337ab7, #3072ab);
1764   background-image: linear-gradient(to bottom, #337ab7, #3072ab);
1765   background-repeat: repeat-x;
1766   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='darken(@brand-primary, 3%)', GradientType=0);
1767 }
1768 .dropdown-submenu {
1769   position: relative;
1770 }
1771 .dropdown-submenu > .dropdown-menu {
1772   top: 0;
1773   left: 100%;
1774   margin-top: -6px;
1775   margin-left: -1px;
1776   -webkit-border-radius: 0 6px 6px 6px;
1777   -moz-border-radius: 0 6px 6px 6px;
1778   border-radius: 0 6px 6px 6px;
1779 }
1780 .dropdown-submenu:hover > .dropdown-menu {
1781   display: block;
1782 }
1783 .dropup .dropdown-submenu > .dropdown-menu {
1784   top: auto;
1785   bottom: 0;
1786   margin-top: 0;
1787   margin-bottom: -2px;
1788   -webkit-border-radius: 5px 5px 5px 0;
1789   -moz-border-radius: 5px 5px 5px 0;
1790   border-radius: 5px 5px 5px 0;
1791 }
1792 .dropup .dropdown-menu {
1793   -webkit-animation-name: inherit;
1794 }
1795 .dropdown-submenu > a:after {
1796   display: block;
1797   float: right;
1798   width: 0;
1799   height: 0;
1800   margin-top: 5px;
1801   margin-right: -10px;
1802   border-color: transparent;
1803   border-left-color: #777777;
1804   border-style: solid;
1805   border-width: 5px 0 5px 5px;
1806   content: " ";
1807 }
1808 .dropdown-submenu:hover > a:after {
1809   border-left-color: #ffffff;
1810 }
1811 .dropdown-submenu.pull-left {
1812   float: none !important;
1813 }
1814 .dropdown-submenu.pull-left > .dropdown-menu {
1815   left: 0;
1816   margin-left: 1px;
1817   -webkit-border-radius: 6px 0 6px 6px;
1818   -moz-border-radius: 6px 0 6px 6px;
1819   border-radius: 6px 0 6px 6px;
1820 }
1821 .dropdown-button > i {
1822   margin-right: 5px;
1823 }
1824 li.dropdown-toggle i.glyphicon + span {
1825   margin-left: 5px;
1826 }
1827 li.dropdown-toggle span + i.glyphicon {
1828   margin-left: 5px;
1829 }
1830 li.dropdown-menu-item i.fa + span {
1831   margin-left: 5px;
1832 }
1833 div.input-group.has-feedback > .form-control-feedback {
1834   right: 30px;
1835 }
1836 .roo-required-indicator.left-indicator {
1837   margin-right: 5px;
1838 }
1839 .roo-required-indicator.right-indicator {
1840   margin-left: 5px;
1841 }
1842 .label-pill {
1843   padding-right: .6em;
1844   padding-left: .6em;
1845   border-radius: 10rem;
1846 }
1847 .roo-layout-container {
1848   width: 100%;
1849   height: 100%;
1850   overflow: hidden;
1851 }
1852 .roo-layout-inactive-content {
1853   position: absolute;
1854   left: -10000px;
1855   top: -10000px;
1856   visibility: hidden;
1857 }
1858 .roo-layout-active-content {
1859   visibility: visible;
1860   /* padding: 10px; */
1861 }
1862 .roo-layout-panel {
1863   position: absolute;
1864   /* overflow:hidden;  -- menus inside of contains do not work with this */
1865   /*
1866     background-color:white;
1867     border:1px solid #98c0f4;
1868     */
1869 }
1870 .roo-layout-panel-east,
1871 .roo-layout-panel-west {
1872   z-index: 10;
1873 }
1874 .roo-layout-panel-north,
1875 .roo-layout-panel-south {
1876   z-index: 11;
1877 }
1878 /*
1879 .roo-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
1880     z-index:12;
1881 }
1882 */
1883 .roo-layout-panel-body {
1884   overflow: hidden;
1885 }
1886 /*
1887
1888 .roo-layout-grid-wrapper{
1889
1890 }
1891 */
1892 .roo-layout-split {
1893   position: absolute;
1894   height: 5px;
1895   width: 5px;
1896   line-height: 1px;
1897   font-size: 1px;
1898   z-index: 3;
1899   background-color: #f5f5f5;
1900 }
1901 .roo-layout-split-south,
1902 .roo-layout-split-north {
1903   border-bottom: 1px solid #777777;
1904 }
1905 .roo-layout-split-east,
1906 .roo-layout-split-west {
1907   border-right: 1px solid #777777;
1908 }
1909 .roo-layout-panel-hd {
1910   position: relative;
1911 }
1912 .roo-layout-panel-hd.breadcrumb {
1913   margin-bottom: 0;
1914 }
1915 .roo-layout-panel-hd-text {
1916   padding: 4px;
1917   padding-left: 4px;
1918   display: block;
1919   white-space: nowrap;
1920 }
1921 .roo-layout-panel-hd-tools {
1922   position: absolute;
1923   right: 0;
1924   top: 0;
1925   text-align: right;
1926   padding-top: 2px;
1927   padding-right: 2px;
1928   width: 40px;
1929 }
1930 /*
1931 .x-layout-tools-button{
1932     z-index:6;
1933     padding:2px;
1934     float:right;
1935     cursor:pointer;
1936 }
1937 .x-layout-tools-button-over{
1938     padding:1px;
1939     border:1px solid #98c0f4;
1940     background-color:white;
1941 }
1942 .x-layout-tools-button-inner{
1943     height:12px;
1944     width:12px;
1945     line-height:1px;
1946     font-size:1px;
1947     background-repeat:no-repeat;
1948     background-position:center;
1949 }
1950 .x-layout-close{
1951     background-image:url(../images/default/layout/layout-sprite.gif);
1952     background-repeat: no-repeat;
1953     background-position: 50% -48px;
1954 }
1955 .x-layout-collapse-west,.x-layout-expand-east{
1956     background-image:url(../images/default/layout/layout-sprite.gif);
1957     background-repeat: no-repeat;
1958     background-position: 50% 0;
1959 }
1960 .x-layout-expand-west,.x-layout-collapse-east{
1961     background-image:url(../images/default/layout/layout-sprite.gif);
1962     background-repeat: no-repeat;
1963     background-position: 50% -12px;
1964 }
1965 .x-layout-collapse-north,.x-layout-expand-south{
1966     background-image:url(../images/default/layout/layout-sprite.gif);
1967     background-repeat: no-repeat;
1968     background-position: 50% -24px;
1969 }
1970 .x-layout-expand-north,.x-layout-collapse-south{
1971     background-image:url(../images/default/layout/layout-sprite.gif);
1972     background-repeat: no-repeat;
1973     background-position: 50% -36px;
1974 }
1975 .x-layout-split-h{
1976     background-image:url(../images/default/sizer/e-handle.gif);
1977     background-position: left;
1978     cursor:col-resize;
1979 }
1980 .x-layout-split-v{
1981     background-image:url(../images/default/sizer/s-handle.gif);
1982     background-position: top;
1983     cursor:row-resize;
1984 }
1985 .x-layout-panel .x-tabs-wrap{
1986     background:url(../images/default/layout/gradient-bg.gif);
1987 }
1988 */
1989 .roo-layout-panel .roo-tabbody {
1990   background-color: #ffffff;
1991   overflow: auto;
1992   height: 100%;
1993 }
1994 .roo-layout-component-panel,
1995 .roo-layout-nested-layout {
1996   position: relative;
1997   padding: 0;
1998   overflow: hidden;
1999   width: 200px;
2000   height: 200px;
2001 }
2002 .roo-layout-nested-layout .roo-layout-panel {
2003   border: 0 none;
2004 }
2005 /*
2006 .x-layout-nested-layout .x-layout-panel-north {
2007           border-bottom:1px solid #98c0f4;
2008 }
2009 .x-layout-nested-layout .x-layout-panel-south {
2010           border-top:1px solid #98c0f4;
2011 }
2012 .x-layout-nested-layout .x-layout-panel-east {
2013           border-left:1px solid #98c0f4;
2014 }
2015 .x-layout-nested-layout .x-layout-panel-west {
2016           border-right:1px solid #98c0f4;
2017 }
2018 */
2019 .roo-repaint {
2020   zoom: 1;
2021   background-color: transparent;
2022 }
2023 /*
2024 .x-layout-panel-dragover {
2025         border: 2px solid #6593cf;
2026 }
2027 .x-layout-panel-proxy {
2028         background-image: url(../images/default/layout/gradient-bg.gif);
2029         background-color:#c3daf9;
2030         border:1px dashed #6593cf;
2031         z-index:10001;
2032         overflow:hidden;
2033         position:absolute;
2034         left:0;top:0;
2035 }
2036
2037 .x-layout-slider {
2038         z-index:15;
2039         overflow:hidden;
2040         position:absolute;
2041 }
2042 */
2043 .roo-unselectable {
2044   -moz-user-select: none;
2045   -khtml-user-select: none;
2046   -webkit-user-select: none;
2047   cursor: default;
2048 }
2049 /** --- split bar dragging ---*/
2050 .roo-splitbar-proxy {
2051   z-index: 40009;
2052   visibility: hidden;
2053   position: absolute;
2054   background: #777777;
2055   border: 1px solid #000000;
2056   overflow: hidden;
2057 }
2058 .roo-splitbar-h,
2059 .roo-splitbar-proxy-h {
2060   cursor: col-resize;
2061 }
2062 .roo-splitbar-v,
2063 .roo-splitbar-proxy-v {
2064   cursor: row-resize;
2065 }
2066 /*
2067 .x-grid-resize-proxy
2068 {
2069         z-index:40009;
2070         visibility:hidden;
2071         position:absolute;
2072         background:#666;
2073         border: 1px solid #000;
2074         overflow:hidden;
2075         cursor:col-resize;
2076         overflow:hidden;
2077         width: 2px;
2078 }
2079
2080
2081 */
2082 .roo-layout-panel-body .navbar ul.nav-tabs {
2083   margin-top: 9px;
2084   display: table;
2085 }
2086 .roo-layout-panel-body .navbar {
2087   margin-bottom: 0px;
2088 }
2089 a.list-group-item,
2090 button.list-group-item {
2091   width: 100%;
2092   color: #555555;
2093   text-align: inherit;
2094 }
2095 .roo-el-mask {
2096   z-index: 20000;
2097   position: absolute;
2098   top: 0;
2099   left: 0;
2100   -moz-opacity: 0.5;
2101   opacity: .50;
2102   filter: alpha(opacity=50);
2103   background-color: #777777;
2104   width: 100%;
2105   height: 100%;
2106   zoom: 1;
2107 }
2108 .roo-el-mask-msg {
2109   position: absolute;
2110   z-index: 20000;
2111   /*border: 4px double #557; */
2112   background-color: #ffffff;
2113   padding: 0px 30px;
2114   background-image: url('../images/ux/lightbox/loading.gif');
2115   background-repeat: no-repeat;
2116   border: 10px solid white;
2117   border-radius: 20px;
2118 }
2119 .roo-el-mask-msg div {
2120   font-family: 'Source Sans Pro', sans-serif;
2121   font-size: 24px;
2122   font-weight: 500;
2123   z-index: 20001;
2124   padding: 4px 15px;
2125   color: #555555;
2126 }
2127 .x-body-masked {
2128   overflow: hidden !important;
2129 }
2130 .x-body-masked select,
2131 .ext-masked object,
2132 .ext-masked embed {
2133   visibility: hidden;
2134 }
2135 .x-dlg-mask {
2136   z-index: 10000;
2137   display: none;
2138   position: absolute;
2139   top: 0;
2140   left: 0;
2141   -moz-opacity: 0.5;
2142   opacity: .50;
2143   filter: alpha(opacity=50);
2144   background-color: #777777;
2145 }
2146 .masonary .masonry-bottom-title {
2147   background-color: transparent;
2148 }
2149 .masonry-brick-link,
2150 .roo-brick-link {
2151   cursor: pointer;
2152   text-decoration: none;
2153   outline: 0;
2154 }
2155 .masonry-brick-paragraph,
2156 .roo-brick-paragraph {
2157   overflow: hidden;
2158 }
2159 .masonry-brick .masonry-brick-paragraph {
2160   padding: 9px;
2161   width: 100%;
2162   height: 100%;
2163   position: absolute;
2164   top: 0;
2165   left: 0;
2166   background-color: inherit;
2167 }
2168 .masonry-center-title .masonry-brick-paragraph,
2169 .masonry-bottom-title .masonry-brick-paragraph,
2170 .roo-brick-center-title .roo-brick-paragraph,
2171 .roo-brick-bottom-title .roo-brick-paragraph {
2172   display: table;
2173 }
2174 .masonry-center-title .masonry-brick-paragraph .masonry-brick-title,
2175 .roo-brick-center-title .roo-brick-paragraph .roo-brick-title {
2176   display: table-cell;
2177   vertical-align: middle;
2178   text-align: center;
2179 }
2180 .masonry-bottom-title .masonry-brick-paragraph .masonry-brick-title,
2181 .roo-brick-bottom-title .roo-brick-paragraph .roo-brick-title {
2182   display: table-cell;
2183   vertical-align: bottom;
2184   text-align: right;
2185 }
2186 .masonry-brick-image .masonry-brick-paragraph,
2187 .roo-brick-image .roo-brick-paragraph {
2188   opacity: 0;
2189 }
2190 .masonry-bottom-title .masonry-brick-paragraph {
2191   opacity: 1;
2192 }
2193 .masonry-brick-image-view {
2194   width: 100%;
2195   height: 100%;
2196   object-fit: cover;
2197 }
2198 .masonry-brick-paragraph .masonry-brick-title,
2199 .roo-brick-paragraph .roo-brick-title {
2200   margin-top: 0;
2201 }
2202 .roo-brick .roo-brick-paragraph {
2203   padding: 9px;
2204   width: 100%;
2205   height: 100%;
2206   background-color: inherit;
2207 }
2208 .roo-brick-image-view {
2209   position: absolute;
2210   top: 0;
2211   object-fit: cover;
2212 }
2213 a.roo-brick-link:focus,
2214 a.roo-brick-link:hover {
2215   text-decoration: none;
2216   outline: 0;
2217 }
2218 .masonry-brick-split .masonry-brick-split-head,
2219 .masonry-brick-split .masonry-brick-split-head .masonry-brick-paragraph {
2220   height: 75%;
2221 }
2222 .masonry-brick-split .masonry-brick-split-body {
2223   height: 25%;
2224   padding: 4px;
2225   color: #000000;
2226   font-size: 11px;
2227 }
2228 .enable-mask:hover .masonry-brick-mask {
2229   width: 100%;
2230   height: 100%;
2231   position: absolute;
2232   top: 0;
2233   left: 0;
2234   background-color: #000000;
2235   opacity: 0.2;
2236 }
2237 /* 
2238     Document   : modal
2239     Created on : Apr 23, 2014, 11:24:28 AM
2240     Author     : edward
2241     Description:
2242         Purpose of the stylesheet follows.
2243 */
2244 .modal-md-1,
2245 .modal-md-2,
2246 .modal-md-3,
2247 .modal-md-4,
2248 .modal-md-5,
2249 .modal-md-6,
2250 .modal-md-7,
2251 .modal-md-8,
2252 .modal-md-9,
2253 .modal-md-10,
2254 .modal-md-11,
2255 .modal-md-12 {
2256   float: left;
2257 }
2258 .modal-md-12 .modal-dialog {
2259   width: 100%;
2260   margin: 30 auto;
2261 }
2262 .modal-md-11 .modal-dialog {
2263   width: 91.66666666666666%;
2264   margin: 30 auto;
2265 }
2266 .modal-md-10 .modal-dialog {
2267   width: 83.33333333333334%;
2268   margin: 30 auto;
2269 }
2270 .modal-md-9 .modal-dialog {
2271   width: 75%;
2272   margin: 30 auto;
2273 }
2274 .modal-md-8 .modal-dialog {
2275   width: 66.66666666666666%;
2276   margin: 30 auto;
2277 }
2278 .modal-md-7 .modal-dialog {
2279   width: 58.333333333333336%;
2280   margin: 30 auto;
2281 }
2282 .modal-md-6 .modal-dialog {
2283   width: 50%;
2284   margin: 30 auto;
2285 }
2286 .modal-md-5 .modal-dialog {
2287   width: 41.66666666666667%;
2288   margin: 30 auto;
2289 }
2290 .modal-md-4 .modal-dialog {
2291   width: 33.33333333333333%;
2292   margin: 30 auto;
2293 }
2294 .modal-md-3 .modal-dialog {
2295   width: 25%;
2296   margin: 30 auto;
2297 }
2298 .modal-md-2 .modal-dialog {
2299   width: 16.666666666666664%;
2300   margin: 30 auto;
2301 }
2302 .modal-md-1 .modal-dialog {
2303   width: 8.333333333333332%;
2304   margin: 30 auto;
2305 }
2306 /*
2307  this  appears to break the layout on dialog buttons on mobile?
2308 @media (max-width: 568px) {
2309     .modal-footer .btn+.btn {
2310             margin-left: 0px;
2311             margin-top: 5px;
2312     }
2313 }
2314 */
2315 .modal-body.roo-layout-container {
2316   padding: 0;
2317 }
2318 .roo-navigation-bar-group,
2319 .roo-navigation-top-bar,
2320 .roo-navigation-bullets-bar,
2321 .roo-navigation-bottom-bar {
2322   width: 100%;
2323   float: left;
2324 }
2325 .roo-navigation-bar-text > span {
2326   text-transform: uppercase;
2327   width: 90%;
2328   display: inline-block;
2329 }
2330 .roo-navigation-bar-text {
2331   float: left;
2332   line-height: 24px;
2333   height: 100%;
2334   min-height: 24px;
2335   text-align: center;
2336   position: relative;
2337 }
2338 .roo-navigation-bar {
2339   counter-reset: step;
2340   text-align: center;
2341   padding: 0px;
2342   overflow: hidden;
2343   margin: 0px;
2344 }
2345 .roo-navigation-bar .roo-navigation-bar-item {
2346   list-style-type: none;
2347   color: #000000;
2348   text-transform: uppercase;
2349   font-size: 14px;
2350   float: left;
2351   position: relative;
2352 }
2353 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:before {
2354   counter-increment: step;
2355   width: 25px;
2356   line-height: 25px;
2357   display: block;
2358   color: #ffffff;
2359   background: #337ab7;
2360   border-radius: 5px;
2361   font-weight: bold;
2362   cursor: pointer;
2363 }
2364 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon.step-number:before {
2365   content: counter(step);
2366 }
2367 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:after {
2368   content: '';
2369   width: 100%;
2370   height: 5px;
2371   background: #337ab7;
2372   position: absolute;
2373   top: 10px;
2374   z-index: -1;
2375 }
2376 .roo-navigation-bar .roo-navigation-bar-item:last-child > .roo-navigation-bar-item-icon:after {
2377   content: none;
2378 }
2379 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2380   background: #ac2925;
2381   color: #ffffff;
2382 }
2383 .roo-navigation-bar .roo-navigation-bar-item.disabled .roo-navigation-bar-item-icon:before {
2384   background: #777777;
2385   color: #ffffff;
2386   cursor: not-allowed;
2387 }
2388 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2389   cursor: default;
2390 }
2391 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon {
2392   font: normal normal normal 14px/1 FontAwesome;
2393   display: inline-block;
2394 }
2395 @media (min-width: 768px) {
2396   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before {
2397     content: counter(step);
2398   }
2399 }
2400 @media (min-width: 992px) {
2401   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2402   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before {
2403     content: counter(step);
2404   }
2405 }
2406 @media (min-width: 1200px) {
2407   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2408   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before,
2409   .roo-navigation-bar .roo-navigation-bar-item.md-icon > .roo-navigation-bar-item-icon:before {
2410     content: counter(step);
2411   }
2412 }
2413 /* NAV TABS */
2414 .nav-tabs-custom {
2415   margin-bottom: 20px;
2416   background: #ffffff;
2417   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
2418 }
2419 .nav-tabs-custom > .nav-tabs {
2420   margin: 0;
2421   border-bottom-color: #777777;
2422 }
2423 .nav-tabs-custom > .nav-tabs > li {
2424   border-top: 3px solid transparent;
2425   margin-bottom: -2px;
2426   margin-right: 5px;
2427 }
2428 .nav-tabs-custom > .nav-tabs > li > a {
2429   -webkit-border-radius: 0 !important;
2430   -moz-border-radius: 0 !important;
2431   border-radius: 0 !important;
2432 }
2433 .nav-tabs-custom > .nav-tabs > li > a,
2434 .nav-tabs-custom > .nav-tabs > li > a:hover {
2435   background: transparent;
2436   margin: 0;
2437 }
2438 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2439 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2440 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2441   border-color: transparent;
2442 }
2443 .nav-tabs-custom > .nav-tabs > li.active {
2444   border-top-color: #337ab7;
2445 }
2446 .nav-tabs-custom > .nav-tabs > li.active > a,
2447 .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2448   background-color: #ffffff;
2449 }
2450 .nav-tabs-custom > .nav-tabs > li.active > a {
2451   border-top: 0;
2452   border-left-color: #777777;
2453   border-right-color: #777777;
2454 }
2455 .nav-tabs-custom > .nav-tabs > li:first-of-type {
2456   margin-left: 0px;
2457 }
2458 .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2459   border-left-width: 0;
2460 }
2461 .nav-tabs-custom > .nav-tabs.pull-right {
2462   float: none !important;
2463 }
2464 .nav-tabs-custom > .nav-tabs.pull-right > li {
2465   float: right;
2466 }
2467 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2468   margin-right: 0px;
2469 }
2470 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2471   border-left-width: 1px;
2472   border-right-width: 0px;
2473 }
2474 .nav-tabs-custom > .nav-tabs > li.header {
2475   font-weight: 400;
2476   line-height: 35px;
2477   padding: 0 10px;
2478   font-size: 20px;
2479   color: #333333;
2480   cursor: default;
2481 }
2482 .nav-tabs-custom > .nav-tabs > li.header > .fa,
2483 .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2484 .nav-tabs-custom > .nav-tabs > li.header > .ion {
2485   margin-right: 10px;
2486 }
2487 .nav-tabs-custom > .tab-content {
2488   background: #ffffff;
2489   padding: 10px;
2490 }
2491 /* --- override it appears it's done un-reliably in JS normally.. */
2492 .tab-content > .tab-pane {
2493   position: absolute;
2494 }
2495 /* for some reason it's -15px on BS */
2496 @media (min-width: 768px) {
2497   .navbar-right {
2498     margin-right: 15px;
2499   }
2500 }
2501 .roo-numberbox {
2502   background-color: #337ab7 !important;
2503   border: 10px solid black;
2504 }
2505 .roo-numberbox h {
2506   font-size: 24px;
2507 }
2508 .pull-xs-right {
2509   float: right !important;
2510 }
2511 .roo-radio-set:before,
2512 .roo-radio-set:after {
2513   display: table;
2514   content: " ";
2515   clear: both;
2516 }
2517 .radio.checked label::after {
2518   -webkit-transform: scale(1, 1);
2519   -ms-transform: scale(1, 1);
2520   -o-transform: scale(1, 1);
2521   transform: scale(1, 1);
2522   background-color: #555555;
2523 }
2524 .roo-radio-set.disabled .radio label {
2525   opacity: 0.65;
2526 }
2527 .roo-radio-set.disabled .radio label {
2528   cursor: not-allowed;
2529 }
2530 .roo-radio-primary .radio label::after {
2531   background-color: #ffffff;
2532 }
2533 .roo-radio-primary .radio.checked label::before {
2534   border-color: #337ab7;
2535 }
2536 .roo-radio-primary .radio.checked label::after {
2537   background-color: #337ab7;
2538 }
2539 .roo-radio-danger .radio label::after {
2540   background-color: #d9534f;
2541 }
2542 .roo-radio-danger .radio.checked label::before {
2543   border-color: #d9534f;
2544 }
2545 .roo-radio-danger .radio.checked label::after {
2546   background-color: #d9534f;
2547 }
2548 .roo-radio-info .radio label::after {
2549   background-color: #ffffff;
2550 }
2551 .roo-radio-info .radio.checked label::before {
2552   border-color: #5bc0de;
2553 }
2554 .roo-radio-info .radio.checked label::after {
2555   background-color: #5bc0de;
2556 }
2557 .roo-radio-warning .radio label::after {
2558   background-color: #ffffff;
2559 }
2560 .roo-radio-warning .radio.checked label::before {
2561   border-color: #f0ad4e;
2562 }
2563 .roo-radio-warning .radio.checked label::after {
2564   background-color: #f0ad4e;
2565 }
2566 .roo-radio-success .radio label::after {
2567   background-color: #ffffff;
2568 }
2569 .roo-radio-success .radio.checked label::before {
2570   border-color: #5cb85c;
2571 }
2572 .roo-radio-success .radio.checked label::after {
2573   background-color: #5cb85c;
2574 }
2575 .roo-radio-set.has-warning .roo-radio-set-items label,
2576 .roo-radio-set.has-warning .roo-radio-set-label {
2577   color: #f0ad4e;
2578 }
2579 .roo-radio-set.has-error .roo-radio-set-items label,
2580 .roo-radio-set.has-error .roo-radio-set-label {
2581   color: #d9534f;
2582 }
2583 .roo-radio-set.has-success .roo-radio-set-items label,
2584 .roo-radio-set.has-success .roo-radio-set-label {
2585   color: #5cb85c;
2586 }
2587 .roo-radio-set-inline .radio {
2588   position: relative;
2589   display: inline-block;
2590   padding-left: 20px;
2591   margin-top: 0px;
2592   margin-bottom: 0;
2593   font-weight: 400;
2594   vertical-align: middle;
2595   cursor: pointer;
2596 }
2597 .roo-radio-set-inline .radio + .radio {
2598   margin-left: 10px;
2599 }
2600 .roo-radio-set-label .roo-required-indicator.right-indicator {
2601   position: absolute;
2602 }
2603 .roo-radio-set-label .roo-required-indicator.right-indicator.fa-star {
2604   font-size: 8px;
2605   margin-left: 3px;
2606   color: #d9534f;
2607 }
2608 .roo-radio-set-label,
2609 .roo-radio-set-right {
2610   padding: 15px;
2611 }
2612 .roo-form-error-popover.in {
2613   opacity: 1;
2614 }
2615 .roo-form-error-popover .tooltip-inner {
2616   max-width: 100%;
2617   padding: 10px;
2618 }
2619 .x-form-field-wrap .form-group {
2620   margin-bottom: 0px;
2621 }
2622 .roo-password-meter-grey {
2623   background: #777777;
2624   /* For browsers that do not support gradients */
2625   margin-bottom: 30px;
2626   height: 10px;
2627 }
2628 .roo-password-meter {
2629   background: red;
2630   /* For browsers that do not support gradients */
2631   background: -webkit-linear-gradient(-90deg, #008000, #ff0000);
2632   /* For Safari 5.1 to 6.0 */
2633   background: -o-linear-gradient(-90deg, #008000, #ff0000);
2634   /* For Opera 11.1 to 12.0 */
2635   background: -moz-linear-gradient(-90deg, #008000, #ff0000);
2636   /* For Firefox 3.6 to 15 */
2637   background: linear-gradient(-90deg, #008000, #ff0000);
2638   font-size: 12px;
2639 }
2640 .roo-password-meter-container {
2641   margin-bottom: 20px;
2642 }
2643 .roo-password-meter-tooweak {
2644   background: #d9534f;
2645   height: 10px;
2646 }
2647 .roo-password-meter-weak {
2648   background: #f0ad4e;
2649   height: 10px;
2650 }
2651 .roo-password-meter-medium {
2652   background: #f0ad4e;
2653   height: 10px;
2654 }
2655 .roo-password-meter-strong {
2656   background: #5cb85c;
2657   height: 10px;
2658 }
2659 .roo-password-meter-text {
2660   /* padding-bottom:5px; */
2661   margin-bottom: 30px;
2662   font-size: 12px;
2663   height: 10px;
2664 }
2665 /*
2666 Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
2667 */
2668 .roo-select2-container {
2669   margin: 0;
2670   position: relative;
2671   /*display: inline-block;*/
2672   /* inline-block for ie7 */
2673   zoom: 1;
2674   *display: inline;
2675   vertical-align: middle;
2676 }
2677 .roo-select2-container,
2678 .roo-select2-drop,
2679 .roo-select2-search,
2680 .roo-select2-search input {
2681   /*
2682     Force border-box so that % widths fit the parent
2683     container without overlap because of margin/padding.
2684     More Info : http://www.quirksmode.org/css/box.html
2685   */
2686   -webkit-box-sizing: border-box;
2687   /* webkit */
2688   -moz-box-sizing: border-box;
2689   /* firefox */
2690   box-sizing: border-box;
2691   /* css3 */
2692 }
2693 .roo-select2-container .roo-select2-choice {
2694   display: block;
2695   height: 26px;
2696   padding: 0 0 0 8px;
2697   overflow: hidden;
2698   position: relative;
2699   border: 1px solid #777777;
2700   white-space: nowrap;
2701   line-height: 26px;
2702   color: #333333;
2703   text-decoration: none;
2704   border-radius: 4px;
2705   background-clip: padding-box;
2706   -webkit-touch-callout: none;
2707   -webkit-user-select: none;
2708   -moz-user-select: none;
2709   -ms-user-select: none;
2710   user-select: none;
2711   background-color: #ffffff;
2712   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
2713   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2714   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2715   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2716   background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
2717 }
2718 .roo-select2-container.roo-select2-drop-above .roo-select2-choice {
2719   border-bottom-color: #777777;
2720   border-radius: 0 0 4px 4px;
2721   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
2722   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2723   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2724   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2725   background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
2726 }
2727 .roo-select2-container.roo-select2-allowclear .roo-select2-choice .roo-select2-chosen {
2728   margin-right: 42px;
2729 }
2730 .roo-select2-container .roo-select2-choice > .roo-select2-chosen {
2731   margin-right: 26px;
2732   display: block;
2733   overflow: hidden;
2734   white-space: nowrap;
2735   text-overflow: ellipsis;
2736   float: none;
2737   width: auto;
2738 }
2739 .roo-select2-container .roo-select2-choice abbr {
2740   display: none;
2741   width: 12px;
2742   height: 12px;
2743   position: absolute;
2744   right: 24px;
2745   top: 8px;
2746   font-size: 1px;
2747   text-decoration: none;
2748   border: 0;
2749   background: url('../images/select2/select2.png') right top no-repeat;
2750   cursor: pointer;
2751   outline: 0;
2752 }
2753 .roo-select2-container.roo-select2-allowclear .roo-select2-choice abbr {
2754   display: inline-block;
2755 }
2756 .roo-select2-container .roo-select2-choice abbr:hover {
2757   background-position: right -11px;
2758   cursor: pointer;
2759 }
2760 .roo-select2-drop-mask {
2761   border: 0;
2762   margin: 0;
2763   padding: 0;
2764   position: fixed;
2765   left: 0;
2766   top: 0;
2767   min-height: 100%;
2768   min-width: 100%;
2769   height: auto;
2770   width: auto;
2771   opacity: 0;
2772   z-index: 9998;
2773   /* styles required for IE to work */
2774   background-color: #ffffff;
2775   filter: alpha(opacity=0);
2776 }
2777 .roo-select2-drop {
2778   width: 100%;
2779   margin-top: -1px;
2780   position: absolute;
2781   z-index: 9999;
2782   top: 100%;
2783   background: #ffffff;
2784   color: #000000;
2785   border: 1px solid #777777;
2786   border-top: 0;
2787   border-radius: 0 0 4px 4px;
2788   -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2789   box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2790 }
2791 .roo-select2-drop.roo-select2-drop-above {
2792   margin-top: 1px;
2793   border-top: 1px solid #777777;
2794   border-bottom: 0;
2795   border-radius: 4px 4px 0 0;
2796   -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2797   box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2798 }
2799 .roo-select2-drop-active {
2800   border: 1px solid #337ab7;
2801   border-top: none;
2802 }
2803 .roo-select2-drop.roo-select2-drop-above.roo-select2-drop-active {
2804   border-top: 1px solid #337ab7;
2805 }
2806 .roo-select2-drop-auto-width {
2807   border-top: 1px solid #777777;
2808   width: auto;
2809 }
2810 .roo-select2-drop-auto-width .roo-select2-search {
2811   padding-top: 4px;
2812 }
2813 .roo-select2-container .roo-select2-choice .roo-select2-arrow {
2814   display: inline-block;
2815   width: 18px;
2816   height: 100%;
2817   position: absolute;
2818   right: 0;
2819   top: 0;
2820   border-left: 1px solid #777777;
2821   border-radius: 0 4px 4px 0;
2822   background-clip: padding-box;
2823   background: #777777;
2824   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(0.6, #eeeeee));
2825   background-image: -webkit-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2826   background-image: -moz-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2827   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@gray-light', GradientType=0);
2828   background-image: linear-gradient(to top, #777777 0%, #eeeeee 60%);
2829 }
2830 .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
2831   display: block;
2832   width: 100%;
2833   height: 100%;
2834   background: url('../images/select2/select2.png') no-repeat 0 1px;
2835 }
2836 .roo-select2-search {
2837   display: inline-block;
2838   width: 100%;
2839   min-height: 26px;
2840   margin: 0;
2841   padding-left: 4px;
2842   padding-right: 4px;
2843   position: relative;
2844   z-index: 10000;
2845   white-space: nowrap;
2846 }
2847 .roo-select2-search input {
2848   width: 100%;
2849   height: auto !important;
2850   min-height: 26px;
2851   padding: 4px 20px 4px 5px;
2852   margin: 0;
2853   outline: 0;
2854   font-family: sans-serif;
2855   font-size: 1em;
2856   border: 1px solid #777777;
2857   border-radius: 0;
2858   -webkit-box-shadow: none;
2859   box-shadow: none;
2860   background: #ffffff url('../images/select2/select2.png') no-repeat 100% -22px;
2861   background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
2862   background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2863   background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2864   background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2865 }
2866 .roo-select2-drop.roo-select2-drop-above .roo-select2-search input {
2867   margin-top: 4px;
2868 }
2869 .roo-select2-search input.roo-select2-active {
2870   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100%;
2871   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
2872   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2873   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2874   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2875 }
2876 .roo-select2-container-active .roo-select2-choice,
2877 .roo-select2-container-active .roo-select2-choices {
2878   border: 1px solid #337ab7;
2879   outline: none;
2880   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2881   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2882 }
2883 .roo-select2-dropdown-open .roo-select2-choice {
2884   border-bottom-color: transparent;
2885   -webkit-box-shadow: 0 1px 0 #ffffff inset;
2886   box-shadow: 0 1px 0 #ffffff inset;
2887   border-bottom-left-radius: 0;
2888   border-bottom-right-radius: 0;
2889   background-color: #eeeeee;
2890   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
2891   background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
2892   background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
2893   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
2894   background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
2895 }
2896 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choice,
2897 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choices {
2898   border: 1px solid #337ab7;
2899   border-top-color: transparent;
2900   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
2901   background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
2902   background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
2903   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
2904   background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
2905 }
2906 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow {
2907   background: transparent;
2908   border-left: none;
2909   filter: none;
2910 }
2911 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow b {
2912   background-position: -18px 1px;
2913 }
2914 .roo-select2-hidden-accessible {
2915   border: 0;
2916   clip: rect(0 0 0 0);
2917   height: 1px;
2918   margin: -1px;
2919   overflow: hidden;
2920   padding: 0;
2921   position: absolute;
2922   width: 1px;
2923 }
2924 /* results */
2925 .roo-select2-results {
2926   max-height: 200px;
2927   padding: 0 0 0 4px;
2928   margin: 4px 4px 4px 0;
2929   position: relative;
2930   overflow-x: hidden;
2931   overflow-y: auto;
2932   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2933 }
2934 .roo-select2-results ul.roo-select2-result-sub {
2935   margin: 0;
2936   padding-left: 0;
2937 }
2938 .roo-select2-results li {
2939   list-style: none;
2940   display: list-item;
2941   background-image: none;
2942 }
2943 .roo-select2-results li.roo-select2-result-with-children > .roo-select2-result-label {
2944   font-weight: bold;
2945 }
2946 .roo-select2-results .roo-select2-result-label {
2947   padding: 3px 7px 4px;
2948   margin: 0;
2949   cursor: pointer;
2950   min-height: 1em;
2951   -webkit-touch-callout: none;
2952   -webkit-user-select: none;
2953   -moz-user-select: none;
2954   -ms-user-select: none;
2955   user-select: none;
2956 }
2957 .roo-select2-results-dept-1 .roo-select2-result-label {
2958   padding-left: 20px;
2959 }
2960 .roo-select2-results-dept-2 .roo-select2-result-label {
2961   padding-left: 40px;
2962 }
2963 .roo-select2-results-dept-3 .roo-select2-result-label {
2964   padding-left: 60px;
2965 }
2966 .roo-select2-results-dept-4 .roo-select2-result-label {
2967   padding-left: 80px;
2968 }
2969 .roo-select2-results-dept-5 .roo-select2-result-label {
2970   padding-left: 100px;
2971 }
2972 .roo-select2-results-dept-6 .roo-select2-result-label {
2973   padding-left: 110px;
2974 }
2975 .roo-select2-results-dept-7 .roo-select2-result-label {
2976   padding-left: 120px;
2977 }
2978 .roo-select2-results .roo-select2-highlighted {
2979   background: #337ab7;
2980   color: #ffffff;
2981 }
2982 .roo-select2-results li em {
2983   background: #f0ad4e;
2984   font-style: normal;
2985 }
2986 .roo-select2-results .roo-select2-highlighted em {
2987   background: transparent;
2988 }
2989 .roo-select2-results .roo-select2-highlighted ul {
2990   background: #ffffff;
2991   color: #000000;
2992 }
2993 .roo-select2-results .roo-select2-no-results,
2994 .roo-select2-results .roo-select2-searching,
2995 .roo-select2-results .roo-select2-selection-limit {
2996   background: #777777;
2997   display: list-item;
2998   padding-left: 5px;
2999 }
3000 /*
3001 disabled look for disabled choices in the results dropdown
3002 */
3003 .roo-select2-results .roo-select2-disabled.roo-select2-highlighted {
3004   color: #eeeeee;
3005   background: #777777;
3006   display: list-item;
3007   cursor: default;
3008 }
3009 .roo-select2-results .roo-select2-disabled {
3010   background: #777777;
3011   display: list-item;
3012   cursor: default;
3013 }
3014 .roo-select2-results .roo-select2-selected {
3015   display: none;
3016 }
3017 .roo-select2-more-results.roo-select2-active {
3018   background: #777777 url('../images/select2/select2-spinner.gif') no-repeat 100%;
3019 }
3020 .roo-select2-more-results {
3021   background: #777777;
3022   display: list-item;
3023 }
3024 /* disabled styles */
3025 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice {
3026   background-color: #777777;
3027   background-image: none;
3028   border: 1px solid #777777;
3029   cursor: default;
3030 }
3031 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice .roo-select2-arrow {
3032   background-color: #777777;
3033   background-image: none;
3034   border-left: 0;
3035 }
3036 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice abbr {
3037   display: none;
3038 }
3039 /* multiselect */
3040 .roo-select2-container-multi .roo-select2-choices {
3041   height: auto !important;
3042   height: 1%;
3043   margin: 0;
3044   padding: 0;
3045   /*position: relative;*/
3046   border: 1px solid #777777;
3047   cursor: text;
3048   overflow: hidden;
3049   background-color: #ffffff;
3050   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
3051   background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3052   background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3053   background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
3054 }
3055 .roo-select2-locked {
3056   padding: 3px 5px 3px 5px !important;
3057 }
3058 .roo-select2-container-multi .roo-select2-choices {
3059   min-height: 26px;
3060 }
3061 .roo-select2-container-multi.roo-select2-container-active .roo-select2-choices {
3062   border: 1px solid #337ab7;
3063   outline: none;
3064   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3065   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3066 }
3067 .roo-select2-container-multi .roo-select2-choices li {
3068   float: left;
3069   list-style: none;
3070 }
3071 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices li {
3072   float: right;
3073 }
3074 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field {
3075   margin: 0;
3076   padding: 0;
3077   white-space: nowrap;
3078 }
3079 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input {
3080   padding: 5px;
3081   margin: 1px 0;
3082   font-family: sans-serif;
3083   font-size: 100%;
3084   color: #555555;
3085   outline: 0;
3086   border: 0;
3087   -webkit-box-shadow: none;
3088   box-shadow: none;
3089   background: transparent !important;
3090 }
3091 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input.roo-select2-active {
3092   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100% !important;
3093 }
3094 .roo-select2-default {
3095   color: #777777 !important;
3096 }
3097 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3098   padding: 4px 7px 4px 16px;
3099   margin: 0 1px;
3100   position: relative;
3101   line-height: 13px;
3102   color: #333333;
3103   cursor: default;
3104   border: 1px solid #777777;
3105   border-radius: 3px;
3106   -webkit-touch-callout: none;
3107   -webkit-user-select: none;
3108   -moz-user-select: none;
3109   -ms-user-select: none;
3110   user-select: none;
3111 }
3112 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3113   margin-left: 0;
3114   margin-right: 5px;
3115 }
3116 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-chosen {
3117   cursor: default;
3118 }
3119 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus {
3120   background: #777777;
3121 }
3122 .roo-select2-search-choice-close {
3123   display: block;
3124   width: 12px;
3125   height: 13px;
3126   position: absolute;
3127   right: 3px;
3128   top: 4px;
3129   font-size: 1px;
3130   outline: none;
3131   background: url('../images/select2/select2.png') right top no-repeat;
3132 }
3133 html[dir="rtl"] .roo-select2-search-choice-close {
3134   right: auto;
3135   left: 3px;
3136 }
3137 .roo-select2-container-multi .roo-select2-search-choice-close {
3138   left: 3px;
3139 }
3140 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close:hover {
3141   background-position: right -11px;
3142 }
3143 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus .roo-select2-search-choice-close {
3144   background-position: right -11px;
3145 }
3146 /* disabled styles */
3147 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices {
3148   background-color: #777777;
3149   background-image: none;
3150   border: 1px solid #777777;
3151   cursor: default;
3152 }
3153 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice {
3154   padding: 3px 5px 3px 5px;
3155   border: 1px solid #777777;
3156   background-image: none;
3157   background-color: #777777;
3158 }
3159 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close {
3160   display: none;
3161   background: none;
3162 }
3163 /* end multiselect */
3164 .roo-select2-result-selectable .roo-select2-match,
3165 .roo-select2-result-unselectable .roo-select2-match {
3166   text-decoration: underline;
3167 }
3168 .roo-select2-offscreen,
3169 .roo-select2-offscreen:focus {
3170   clip: rect(0 0 0 0) !important;
3171   width: 1px !important;
3172   height: 1px !important;
3173   border: 0 !important;
3174   margin: 0 !important;
3175   padding: 0 !important;
3176   overflow: hidden !important;
3177   position: absolute !important;
3178   outline: 0 !important;
3179   left: 0px !important;
3180   top: 0px !important;
3181 }
3182 .roo-select2-display-none {
3183   display: none;
3184 }
3185 .roo-select2-measure-scrollbar {
3186   position: absolute;
3187   top: -10000px;
3188   left: -10000px;
3189   width: 100px;
3190   height: 100px;
3191   overflow: scroll;
3192 }
3193 /* Retina-ize icons */
3194 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
3195   .roo-select2-search input,
3196   .roo-select2-search-choice-close,
3197   .roo-select2-container .roo-select2-choice abbr,
3198   .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
3199     background-image: url('../images/select2/select2x2.png') !important;
3200     background-repeat: no-repeat !important;
3201     background-size: 60px 40px !important;
3202   }
3203   .roo-select2-search input {
3204     background-position: 100% -21px !important;
3205   }
3206 }
3207 .has-error .roo-select2-choices {
3208   border-color: #d9534f;
3209   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3210   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3211 }
3212 .dropdown-menu .roo-select2-result.disabled {
3213   background-color: #eeeeee;
3214   color: #777777;
3215   cursor: not-allowed;
3216 }
3217 .sidebar {
3218   margin-bottom: 5px;
3219 }
3220 /* override boostrap a:hover */
3221 .sidebar a:hover {
3222   text-decoration: none;
3223 }
3224 .sidebar .sidebar-menu {
3225   list-style: none;
3226   margin: 0;
3227   padding: 0;
3228 }
3229 /* GREY BG */
3230 .sidebar .sidebar-menu > li,
3231 .sidebar .sidebar-menu li.active li.treeview-menu {
3232   margin: 0;
3233   padding: 0;
3234   border-bottom: 1px solid #777777;
3235   background-color: #eeeeee;
3236 }
3237 /* active child menu - white BG */
3238 .sidebar .sidebar-menu li.active li.treeview-menu {
3239   background-color: #777777;
3240 }
3241 .sidebar .sidebar-menu > li > a,
3242 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3243   padding: 12px 5px 12px 15px;
3244   display: block;
3245   color: #333333;
3246 }
3247 .sidebar .sidebar-menu > li > a > .fa,
3248 .sidebar .sidebar-menu > li > a > .glyphicon,
3249 .sidebar .sidebar-menu > li > a > .ion {
3250   width: 20px;
3251 }
3252 .sidebar .sidebar-menu li:hover,
3253 .sidebar .sidebar-menu li:focus,
3254 .sidebar .sidebar-menu li:active,
3255 .sidebar .sidebar-menu li.active li.treeview-menu:hover,
3256 .sidebar .sidebar-menu li.active li.treeview-menu:focus,
3257 .sidebar .sidebar-menu li.active li.treeview-menu:active {
3258   background-color: #ffffff;
3259 }
3260 .sidebar .sidebar-menu li:hover a,
3261 .sidebar .sidebar-menu li:focus a,
3262 .sidebar .sidebar-menu li:active a,
3263 .sidebar .sidebar-menu li.oepn li.treeview-menu a:hover,
3264 .sidebar .sidebar-menu li.open li.treeview-menu a:focus,
3265 .sidebar .sidebar-menu li.open li.treeview-menu a:active {
3266   color: #000000;
3267   text-decoration: none;
3268 }
3269 /* BLUE ACTIVE */
3270 .sidebar .sidebar-menu li.active {
3271   color: #ffffff;
3272   background-color: #337ab7;
3273   border-color: #286090;
3274 }
3275 .sidebar .sidebar-menu li.active:hover,
3276 .sidebar .sidebar-menu li.active:focus,
3277 .sidebar .sidebar-menu li.active.focus {
3278   color: #ffffff;
3279   background-color: #337ab7;
3280   border-color: #286090;
3281 }
3282 .sidebar .sidebar-menu li.active a {
3283   color: #ffffff;
3284 }
3285 .sidebar .sidebar-menu li.disabled {
3286   color: #333333;
3287   background-color: #ffffff;
3288   border-color: #333333;
3289 }
3290 .sidebar .sidebar-menu li.disabled a {
3291   color: #777777;
3292   cursor: default;
3293 }
3294 .sidebar .sidebar-menu li.danger,
3295 .sidebar .sidebar-menu li.danger.active {
3296   color: #ffffff;
3297   background-color: #d9534f;
3298   border-color: #e27c79;
3299 }
3300 .sidebar .sidebar-menu li.danger:hover,
3301 .sidebar .sidebar-menu li.danger:focus,
3302 .sidebar .sidebar-menu li.danger.active:focus {
3303   color: #ffffff;
3304   background-color: #d9534f;
3305   border-color: #c9302c;
3306   border-bottom: 1px solid #c9302c;
3307 }
3308 .sidebar .sidebar-menu li.danger a,
3309 .sidebar .sidebar-menu li.danger.active a {
3310   color: #ffffff;
3311 }
3312 /* --- open  */
3313 .sidebar .sidebar-menu li.open ul {
3314   display: block;
3315 }
3316 .sidebar .sidebar-menu li.open .treeview-menu {
3317   display: block;
3318 }
3319 /* --- treeview menu  */
3320 .sidebar .sidebar-menu .treeview-menu {
3321   display: none;
3322   list-style: none;
3323   padding: 0;
3324   margin: 0;
3325 }
3326 .sidebar .sidebar-menu .treeview-menu > li {
3327   margin: 0;
3328 }
3329 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3330   padding: 5px 5px 5px 20px;
3331   display: block;
3332   font-size: 14px;
3333   margin: 0px 0px;
3334 }
3335 .sidebar .sidebar-menu .treeview-menu > li > a > .fa,
3336 .sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
3337 .sidebar .sidebar-menu .treeview-menu > li > a > .ion {
3338   width: 20px;
3339 }
3340 /* background to highlighted treeview node
3341 .sidebar .sidebar-menu li li.treeview-menu.active  {
3342     background: #fff;
3343 }
3344 */
3345 .sidebar .sidebar-menu li li.treeview-menu.active > a {
3346   font-weight: bold;
3347 }
3348 /* active sidebard... */
3349 .badge-default {
3350   background-color: #777777;
3351   color: #ffffff;
3352 }
3353 .badge-primary {
3354   background-color: #337ab7;
3355   color: #ffffff;
3356 }
3357 .badge-success {
3358   background-color: #5cb85c;
3359   color: #ffffff;
3360 }
3361 .badge-info {
3362   background-color: #5bc0de;
3363   color: #ffffff;
3364 }
3365 .badge-warning {
3366   background-color: #f0ad4e;
3367   color: #ffffff;
3368 }
3369 .badge-danger {
3370   background-color: #d9534f;
3371   color: #ffffff;
3372 }
3373 .sidebar .sidebar-menu > li.active .badge-info {
3374   background-color: #ffffff;
3375   color: #5bc0de;
3376 }
3377 /*html, */
3378 /* Sticky footer styles
3379 -------------------------------------------------- */
3380 html.bootstrap-sticky {
3381   position: relative;
3382   min-height: 100%;
3383 }
3384 html.bootstrap-sticky body {
3385   /* Margin bottom by footer height */
3386   margin-bottom: 60px;
3387 }
3388 .bootstrap-sticky-footer {
3389   position: absolute;
3390   bottom: 0;
3391   width: 100%;
3392   /* Set the fixed height of the footer here */
3393   height: 60px;
3394   background-color: #f5f5f5;
3395 }
3396 /* Lastly, apply responsive CSS fixes as necessary */
3397 @media (max-width: 767px) {
3398   .bootstrap-sticky-footer {
3399     margin-left: -20px;
3400     margin-right: -20px;
3401     padding-left: 20px;
3402     padding-right: 20px;
3403   }
3404 }
3405 /* paging toolbar */
3406 .pagination .x-paging-position span {
3407   padding-top: 3px;
3408   padding-bottom: 3px;
3409 }
3410 .pagination .x-paging-position span input {
3411   margin: 0 3px;
3412 }
3413 .navbar .pagination > li > span {
3414   min-height: 34px;
3415 }
3416 .navbar .pagination {
3417   margin: 0;
3418 }
3419 /* these are technicall adminlte related */
3420 .skin-blue .navbar .pagination > li > a:active,
3421 .skin-blue .navbar .pagination > li > a:focus,
3422 .skin-blue .navbar .pagination > li > a {
3423   background-color: #337ab7;
3424 }
3425 .skin-blue .navbar .pagination > li > a:hover {
3426   background-color: #777777;
3427 }
3428 .skin-blue table .navbar {
3429   background-color: #ffffff;
3430 }
3431 .skin-blue .navbar .pagination > li.disabled > a {
3432   background-color: #777777;
3433 }
3434 .skin-blue table .navbar {
3435   margin-bottom: 0;
3436   min-height: 0;
3437 }
3438 .table .sortable {
3439   cursor: pointer;
3440 }
3441 .table-body-fixed tbody {
3442   overflow-y: scroll;
3443   width: 100%;
3444 }
3445 .table-body-fixed thead,
3446 .table-body-fixed tbody,
3447 .table-body-fixed th {
3448   display: block;
3449 }
3450 .table-body-fixed thead {
3451   overflow: hidden;
3452 }
3453 .table-body-fixed tbody td,
3454 .table-body-fixed thead > tr > th {
3455   float: left;
3456   border-bottom-width: 0;
3457 }
3458 /* fake infinate widt.. */
3459 .table-body-fixed thead > tr,
3460 .table-body-fixed tbody > tr {
3461   display: block;
3462   overflow: hidden;
3463 }
3464 /* standard bootstrap does not colour rows very well.. */
3465 .table > tbody > tr.info {
3466   background-color: #d9edf7;
3467 }
3468 .table-hover > tbody > tr.info:hover {
3469   background-color: #c4e3f3;
3470 }
3471 .header .top-bar {
3472   min-height: 30px;
3473   background: #777777;
3474   border-bottom: 1px solid #eeeeee;
3475   padding: 0;
3476 }
3477 @media (min-width: 980px) {
3478   .top-bar .collapse {
3479     display: block !important;
3480     visibility: visible !important;
3481     height: auto !important;
3482     overflow: visible !important;
3483     padding-bottom: 0;
3484   }
3485 }
3486 @media (min-width: 768px) and (max-width: 979px) {
3487   .header .top-bar {
3488     min-height: 0;
3489     padding: 3px 0;
3490   }
3491 }
3492 .header .social,
3493 .footer .social {
3494   margin-right: 4px;
3495   line-height: 30px;
3496   padding-left: 0;
3497   margin-bottom: 0;
3498 }
3499 .footer .social li:last-child,
3500 .footer .social {
3501   margin-right: 0 !important;
3502 }
3503 .header .social li:first-child {
3504   border-left: 1px solid #777777;
3505 }
3506 .header .social li,
3507 .footer .social li {
3508   border-right: 1px solid #777777;
3509   display: table-cell;
3510   vertical-align: middle;
3511   height: 40px;
3512   margin-right: 5px;
3513   width: 40px;
3514   text-align: center;
3515   -webkit-transition: background 0.5s ease-in-out;
3516   -moz-transition: background 0.5s ease-in-out;
3517   -o-transition: background 0.5s ease-in-out;
3518   -ms-transition: background 0.5s ease-in-out;
3519   transition: background 0.5s ease-in-out;
3520   padding: 1px;
3521 }
3522 .header .social i,
3523 .footer .social i {
3524   color: #555555;
3525   font-size: 16px;
3526   -webkit-transition: color 0.5s ease-in-out;
3527   -moz-transition: color 0.5s ease-in-out;
3528   -o-transition: color 0.5s ease-in-out;
3529   -ms-transition: color 0.5s ease-in-out;
3530   transition: color 0.5s ease-in-out;
3531 }
3532 .header .social li:hover a i,
3533 .footer .social li:hover a i {
3534   color: #ffffff;
3535 }
3536 .team .item .team-member-links a.facebook:hover,
3537 .member-social.dark a.facebook:hover,
3538 .header .social li.facebook:hover,
3539 .footer .social li.facebook:hover {
3540   background: #337ab7;
3541 }
3542 .team .item .team-member-links a.dribbble:hover,
3543 .member-social.dark a.dribbble:hover,
3544 .header .social li.dribbble:hover,
3545 .footer .social li.dribbble:hover {
3546   background: #f0ad4e;
3547 }
3548 .team .item .team-member-links a.twitter:hover,
3549 .member-social.dark a.twitter:hover,
3550 .header .social li.twitter:hover,
3551 .footer .social li.twitter:hover {
3552   background: #337ab7;
3553 }
3554 .team .item .team-member-links a.gplus:hover,
3555 .member-social.dark a.gplus:hover,
3556 .header .social li.gplus:hover,
3557 .footer .social li.gplus:hover {
3558   background: #d9534f;
3559 }
3560 .team .item .team-member-links a.linkedin:hover,
3561 .member-social.dark a.linkedin:hover,
3562 .header .social li.linkedin:hover,
3563 .footer .social li.linkedin:hover {
3564   background: #337ab7;
3565 }
3566 .team .item .team-member-links a.pinterest:hover,
3567 .member-social.dark a.pinterest:hover,
3568 .header .social li.pinterest:hover,
3569 .footer .social li.pinterest:hover {
3570   background: #d9534f;
3571 }
3572 .header .social li.rss:hover,
3573 .footer .social li.rss:hover {
3574   background: #f0ad4e;
3575 }
3576 .top-bar .languages {
3577   padding: 8px 0;
3578 }
3579 .top-bar .languages a {
3580   margin-right: 20px;
3581   color: #555555;
3582   font-family: "Open Sans", Helvetica, Arial, sans-serif;
3583   font-size: 14px;
3584   line-height: 24px;
3585 }
3586 .navbar-left .input-group[class*="col-"] {
3587   float: left;
3588 }
3589 .ellipsis {
3590   overflow: hidden;
3591   text-overflow: ellipsis;
3592   display: -webkit-box;
3593   -webkit-line-clamp: 3;
3594   -webkit-box-orient: vertical;
3595 }
3596 .sw-child-headline {
3597   display: inline-block;
3598   width: auto;
3599 }
3600 .box-input-label {
3601   width: 100%;
3602   display: inline-block;
3603   font-weight: bold;
3604 }
3605 .box-label {
3606   margin-left: 5px;
3607   cursor: pointer;
3608 }
3609 /* needed as menu ontop of form does not work */
3610 .input-group .form-control {
3611   z-index: 1;
3612 }
3613 /* admin-lte - messes with checkbox and radio.. */
3614 .checkbox,
3615 .radio {
3616   padding-left: 15px !important;
3617 }
3618 /* paging toolbar */
3619 .pagination .x-paging-position span {
3620   padding-top: 3px;
3621   padding-bottom: 3px;
3622 }
3623 .pagination .x-paging-position span input {
3624   margin: 0 3px;
3625 }
3626 .panel-header-right {
3627   float: right;
3628   text-align: right;
3629 }
3630 .badge-error {
3631   background-color: #d9534f;
3632 }
3633 .badge-error:hover {
3634   background-color: #c9302c;
3635 }
3636 .badge-warning {
3637   background-color: #f0ad4e;
3638 }
3639 .badge-warning:hover {
3640   background-color: #ec971f;
3641 }
3642 .badge-success {
3643   background-color: #5cb85c;
3644 }
3645 .badge-success:hover {
3646   background-color: #449d44;
3647 }
3648 .badge-info {
3649   background-color: #5bc0de;
3650 }
3651 .badge-info:hover {
3652   background-color: #31b0d5;
3653 }
3654 .badge-inverse {
3655   background-color: #333333;
3656 }
3657 .badge-inverse:hover {
3658   background-color: #222222;
3659 }
3660 .tooltip.fade.in {
3661   z-index: 10002;
3662 }
3663 .roo-invalid-outline {
3664   outline-width: 5000px;
3665   outline-offset: 5px;
3666   outline-style: solid;
3667   outline-color: rgba(119, 119, 119, 0.5);
3668   position: relative;
3669 }
3670 .roo-upload-cropbox-selector {
3671   visibility: hidden;
3672   height: 0px;
3673 }
3674 .roo-upload-cropbox-dialog .modal-header,
3675 .roo-upload-cropbox-dialog .modal-footer {
3676   padding-top: 5px;
3677   padding-bottom: 5px;
3678 }
3679 .roo-upload-cropbox-body {
3680   background-color: #ffffff;
3681   border: 1px solid #777777;
3682   width: 100%;
3683   height: 450px;
3684   max-height: 450px;
3685   position: relative;
3686   overflow: hidden;
3687   cursor: move;
3688 }
3689 .roo-upload-cropbox-preview {
3690   position: absolute;
3691   top: 0px;
3692   left: 0px;
3693   text-align: center;
3694   margin: 0px;
3695   padding: 0px;
3696   border: none;
3697 }
3698 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
3699   position: absolute;
3700   /*    top: 50%;
3701     left: 50%;
3702     transform: translate(-50%, -50%);*/
3703   box-sizing: border-box;
3704   border: 1px solid #777777;
3705   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
3706   background: none repeat scroll 0% 0% transparent;
3707 }
3708 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
3709   height: 100%;
3710   background-color: rgba(0, 0, 0, 0.5);
3711   color: #ffffff;
3712   font-weight: bold;
3713   font-size: 24px;
3714   text-align: center;
3715   padding-top: 50px;
3716   font-style: italic;
3717 }
3718 .roo-upload-cropbox-btn-group button {
3719   background-color: #000000;
3720   color: #ffffff;
3721   border-color: #333333;
3722 }
3723 .roo-upload-cropbox-error-notify {
3724   border-radius: 0px;
3725   text-align: center;
3726   padding: 0px !important;
3727   margin: 0px !important;
3728   position: absolute;
3729   top: 0;
3730   left: 0;
3731 }