css-bootstrap/bootstrap.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 .roo-form-group-label-left::before,
2090 .roo-form-group-label-left::after {
2091   display: table;
2092   content: " ";
2093   clear: both;
2094 }
2095 a.list-group-item,
2096 button.list-group-item {
2097   width: 100%;
2098   color: #555555;
2099   text-align: inherit;
2100 }
2101 .roo-el-mask {
2102   z-index: 20000;
2103   position: absolute;
2104   top: 0;
2105   left: 0;
2106   -moz-opacity: 0.5;
2107   opacity: .50;
2108   filter: alpha(opacity=50);
2109   background-color: #777777;
2110   width: 100%;
2111   height: 100%;
2112   zoom: 1;
2113 }
2114 .roo-el-mask-msg {
2115   position: absolute;
2116   z-index: 20000;
2117   /*border: 4px double #557; */
2118   background-color: #ffffff;
2119   padding: 0px 30px;
2120   background-image: url('../images/ux/lightbox/loading.gif');
2121   background-repeat: no-repeat;
2122   border: 10px solid white;
2123   border-radius: 20px;
2124 }
2125 .roo-el-mask-msg div {
2126   font-family: 'Source Sans Pro', sans-serif;
2127   font-size: 24px;
2128   font-weight: 500;
2129   z-index: 20001;
2130   padding: 4px 15px;
2131   color: #555555;
2132 }
2133 .x-body-masked {
2134   overflow: hidden !important;
2135 }
2136 .x-body-masked select,
2137 .ext-masked object,
2138 .ext-masked embed {
2139   visibility: hidden;
2140 }
2141 .x-dlg-mask {
2142   z-index: 10000;
2143   display: none;
2144   position: absolute;
2145   top: 0;
2146   left: 0;
2147   -moz-opacity: 0.5;
2148   opacity: .50;
2149   filter: alpha(opacity=50);
2150   background-color: #777777;
2151 }
2152 .masonary .masonry-bottom-title {
2153   background-color: transparent;
2154 }
2155 .masonry-brick-link,
2156 .roo-brick-link {
2157   cursor: pointer;
2158   text-decoration: none;
2159   outline: 0;
2160 }
2161 .masonry-brick-paragraph,
2162 .roo-brick-paragraph {
2163   overflow: hidden;
2164 }
2165 .masonry-brick .masonry-brick-paragraph {
2166   padding: 9px;
2167   width: 100%;
2168   height: 100%;
2169   position: absolute;
2170   top: 0;
2171   left: 0;
2172   background-color: inherit;
2173 }
2174 .masonry-center-title .masonry-brick-paragraph,
2175 .masonry-bottom-title .masonry-brick-paragraph,
2176 .roo-brick-center-title .roo-brick-paragraph,
2177 .roo-brick-bottom-title .roo-brick-paragraph {
2178   display: table;
2179 }
2180 .masonry-center-title .masonry-brick-paragraph .masonry-brick-title,
2181 .roo-brick-center-title .roo-brick-paragraph .roo-brick-title {
2182   display: table-cell;
2183   vertical-align: middle;
2184   text-align: center;
2185 }
2186 .masonry-bottom-title .masonry-brick-paragraph .masonry-brick-title,
2187 .roo-brick-bottom-title .roo-brick-paragraph .roo-brick-title {
2188   display: table-cell;
2189   vertical-align: bottom;
2190   text-align: right;
2191 }
2192 .masonry-brick-image .masonry-brick-paragraph,
2193 .roo-brick-image .roo-brick-paragraph {
2194   opacity: 0;
2195 }
2196 .masonry-bottom-title .masonry-brick-paragraph {
2197   opacity: 1;
2198 }
2199 .masonry-brick-image-view {
2200   width: 100%;
2201   height: 100%;
2202   object-fit: cover;
2203 }
2204 .masonry-brick-paragraph .masonry-brick-title,
2205 .roo-brick-paragraph .roo-brick-title {
2206   margin-top: 0;
2207 }
2208 .roo-brick .roo-brick-paragraph {
2209   padding: 9px;
2210   width: 100%;
2211   height: 100%;
2212   background-color: inherit;
2213 }
2214 .roo-brick-image-view {
2215   position: absolute;
2216   top: 0;
2217   object-fit: cover;
2218 }
2219 a.roo-brick-link:focus,
2220 a.roo-brick-link:hover {
2221   text-decoration: none;
2222   outline: 0;
2223 }
2224 .masonry-brick-split .masonry-brick-split-head,
2225 .masonry-brick-split .masonry-brick-split-head .masonry-brick-paragraph {
2226   height: 75%;
2227 }
2228 .masonry-brick-split .masonry-brick-split-body {
2229   height: 25%;
2230   padding: 4px;
2231   color: #000000;
2232   font-size: 11px;
2233 }
2234 .enable-mask:hover .masonry-brick-mask {
2235   width: 100%;
2236   height: 100%;
2237   position: absolute;
2238   top: 0;
2239   left: 0;
2240   background-color: #000000;
2241   opacity: 0.2;
2242 }
2243 /* 
2244     Document   : modal
2245     Created on : Apr 23, 2014, 11:24:28 AM
2246     Author     : edward
2247     Description:
2248         Purpose of the stylesheet follows.
2249 */
2250 .modal-md-1,
2251 .modal-md-2,
2252 .modal-md-3,
2253 .modal-md-4,
2254 .modal-md-5,
2255 .modal-md-6,
2256 .modal-md-7,
2257 .modal-md-8,
2258 .modal-md-9,
2259 .modal-md-10,
2260 .modal-md-11,
2261 .modal-md-12 {
2262   float: left;
2263 }
2264 .modal-md-12 .modal-dialog {
2265   width: 100%;
2266   margin: 30 auto;
2267 }
2268 .modal-md-11 .modal-dialog {
2269   width: 91.66666666666666%;
2270   margin: 30 auto;
2271 }
2272 .modal-md-10 .modal-dialog {
2273   width: 83.33333333333334%;
2274   margin: 30 auto;
2275 }
2276 .modal-md-9 .modal-dialog {
2277   width: 75%;
2278   margin: 30 auto;
2279 }
2280 .modal-md-8 .modal-dialog {
2281   width: 66.66666666666666%;
2282   margin: 30 auto;
2283 }
2284 .modal-md-7 .modal-dialog {
2285   width: 58.333333333333336%;
2286   margin: 30 auto;
2287 }
2288 .modal-md-6 .modal-dialog {
2289   width: 50%;
2290   margin: 30 auto;
2291 }
2292 .modal-md-5 .modal-dialog {
2293   width: 41.66666666666667%;
2294   margin: 30 auto;
2295 }
2296 .modal-md-4 .modal-dialog {
2297   width: 33.33333333333333%;
2298   margin: 30 auto;
2299 }
2300 .modal-md-3 .modal-dialog {
2301   width: 25%;
2302   margin: 30 auto;
2303 }
2304 .modal-md-2 .modal-dialog {
2305   width: 16.666666666666664%;
2306   margin: 30 auto;
2307 }
2308 .modal-md-1 .modal-dialog {
2309   width: 8.333333333333332%;
2310   margin: 30 auto;
2311 }
2312 /*
2313  this  appears to break the layout on dialog buttons on mobile?
2314 @media (max-width: 568px) {
2315     .modal-footer .btn+.btn {
2316             margin-left: 0px;
2317             margin-top: 5px;
2318     }
2319 }
2320 */
2321 .modal-body.roo-layout-container {
2322   padding: 0;
2323 }
2324 .roo-navigation-bar-group,
2325 .roo-navigation-top-bar,
2326 .roo-navigation-bullets-bar,
2327 .roo-navigation-bottom-bar {
2328   width: 100%;
2329   float: left;
2330 }
2331 .roo-navigation-bar-text > span {
2332   text-transform: uppercase;
2333   width: 90%;
2334   display: inline-block;
2335 }
2336 .roo-navigation-bar-text {
2337   float: left;
2338   line-height: 24px;
2339   height: 100%;
2340   min-height: 24px;
2341   text-align: center;
2342   position: relative;
2343 }
2344 .roo-navigation-bar {
2345   counter-reset: step;
2346   text-align: center;
2347   padding: 0px;
2348   overflow: hidden;
2349   margin: 0px;
2350 }
2351 .roo-navigation-bar .roo-navigation-bar-item {
2352   list-style-type: none;
2353   color: #000000;
2354   text-transform: uppercase;
2355   font-size: 14px;
2356   float: left;
2357   position: relative;
2358 }
2359 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:before {
2360   counter-increment: step;
2361   width: 25px;
2362   line-height: 25px;
2363   display: block;
2364   color: #ffffff;
2365   background: #337ab7;
2366   border-radius: 5px;
2367   font-weight: bold;
2368   cursor: pointer;
2369 }
2370 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon.step-number:before {
2371   content: counter(step);
2372 }
2373 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:after {
2374   content: '';
2375   width: 100%;
2376   height: 5px;
2377   background: #337ab7;
2378   position: absolute;
2379   top: 10px;
2380   z-index: -1;
2381 }
2382 .roo-navigation-bar .roo-navigation-bar-item:last-child > .roo-navigation-bar-item-icon:after {
2383   content: none;
2384 }
2385 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2386   background: #ac2925;
2387   color: #ffffff;
2388 }
2389 .roo-navigation-bar .roo-navigation-bar-item.disabled .roo-navigation-bar-item-icon:before {
2390   background: #777777;
2391   color: #ffffff;
2392   cursor: not-allowed;
2393 }
2394 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2395   cursor: default;
2396 }
2397 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon {
2398   font: normal normal normal 14px/1 FontAwesome;
2399   display: inline-block;
2400 }
2401 @media (min-width: 768px) {
2402   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before {
2403     content: counter(step);
2404   }
2405 }
2406 @media (min-width: 992px) {
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     content: counter(step);
2410   }
2411 }
2412 @media (min-width: 1200px) {
2413   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2414   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before,
2415   .roo-navigation-bar .roo-navigation-bar-item.md-icon > .roo-navigation-bar-item-icon:before {
2416     content: counter(step);
2417   }
2418 }
2419 /* NAV TABS */
2420 .nav-tabs-custom {
2421   margin-bottom: 20px;
2422   background: #ffffff;
2423   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
2424 }
2425 .nav-tabs-custom > .nav-tabs {
2426   margin: 0;
2427   border-bottom-color: #777777;
2428 }
2429 .nav-tabs-custom > .nav-tabs > li {
2430   border-top: 3px solid transparent;
2431   margin-bottom: -2px;
2432   margin-right: 5px;
2433 }
2434 .nav-tabs-custom > .nav-tabs > li > a {
2435   -webkit-border-radius: 0 !important;
2436   -moz-border-radius: 0 !important;
2437   border-radius: 0 !important;
2438 }
2439 .nav-tabs-custom > .nav-tabs > li > a,
2440 .nav-tabs-custom > .nav-tabs > li > a:hover {
2441   background: transparent;
2442   margin: 0;
2443 }
2444 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2445 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2446 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2447   border-color: transparent;
2448 }
2449 .nav-tabs-custom > .nav-tabs > li.active {
2450   border-top-color: #337ab7;
2451 }
2452 .nav-tabs-custom > .nav-tabs > li.active > a,
2453 .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2454   background-color: #ffffff;
2455 }
2456 .nav-tabs-custom > .nav-tabs > li.active > a {
2457   border-top: 0;
2458   border-left-color: #777777;
2459   border-right-color: #777777;
2460 }
2461 .nav-tabs-custom > .nav-tabs > li:first-of-type {
2462   margin-left: 0px;
2463 }
2464 .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2465   border-left-width: 0;
2466 }
2467 .nav-tabs-custom > .nav-tabs.pull-right {
2468   float: none !important;
2469 }
2470 .nav-tabs-custom > .nav-tabs.pull-right > li {
2471   float: right;
2472 }
2473 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2474   margin-right: 0px;
2475 }
2476 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2477   border-left-width: 1px;
2478   border-right-width: 0px;
2479 }
2480 .nav-tabs-custom > .nav-tabs > li.header {
2481   font-weight: 400;
2482   line-height: 35px;
2483   padding: 0 10px;
2484   font-size: 20px;
2485   color: #333333;
2486   cursor: default;
2487 }
2488 .nav-tabs-custom > .nav-tabs > li.header > .fa,
2489 .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2490 .nav-tabs-custom > .nav-tabs > li.header > .ion {
2491   margin-right: 10px;
2492 }
2493 .nav-tabs-custom > .tab-content {
2494   background: #ffffff;
2495   padding: 10px;
2496 }
2497 /* --- override it appears it's done un-reliably in JS normally.. */
2498 .tab-content > .tab-pane {
2499   position: absolute;
2500 }
2501 /* for some reason it's -15px on BS */
2502 @media (min-width: 768px) {
2503   .navbar-right {
2504     margin-right: 15px;
2505   }
2506 }
2507 .roo-numberbox {
2508   background-color: #337ab7 !important;
2509   border: 10px solid black;
2510 }
2511 .roo-numberbox h {
2512   font-size: 24px;
2513 }
2514 .pull-xs-right {
2515   float: right !important;
2516 }
2517 .roo-radio-set:before,
2518 .roo-radio-set:after {
2519   display: table;
2520   content: " ";
2521   clear: both;
2522 }
2523 .radio.checked label::after {
2524   -webkit-transform: scale(1, 1);
2525   -ms-transform: scale(1, 1);
2526   -o-transform: scale(1, 1);
2527   transform: scale(1, 1);
2528   background-color: #555555;
2529 }
2530 .roo-radio-set.disabled .radio label {
2531   opacity: 0.65;
2532 }
2533 .roo-radio-set.disabled .radio label {
2534   cursor: not-allowed;
2535 }
2536 .roo-radio-primary .radio label::after {
2537   background-color: #ffffff;
2538 }
2539 .roo-radio-primary .radio.checked label::before {
2540   border-color: #337ab7;
2541 }
2542 .roo-radio-primary .radio.checked label::after {
2543   background-color: #337ab7;
2544 }
2545 .roo-radio-danger .radio label::after {
2546   background-color: #d9534f;
2547 }
2548 .roo-radio-danger .radio.checked label::before {
2549   border-color: #d9534f;
2550 }
2551 .roo-radio-danger .radio.checked label::after {
2552   background-color: #d9534f;
2553 }
2554 .roo-radio-info .radio label::after {
2555   background-color: #ffffff;
2556 }
2557 .roo-radio-info .radio.checked label::before {
2558   border-color: #5bc0de;
2559 }
2560 .roo-radio-info .radio.checked label::after {
2561   background-color: #5bc0de;
2562 }
2563 .roo-radio-warning .radio label::after {
2564   background-color: #ffffff;
2565 }
2566 .roo-radio-warning .radio.checked label::before {
2567   border-color: #f0ad4e;
2568 }
2569 .roo-radio-warning .radio.checked label::after {
2570   background-color: #f0ad4e;
2571 }
2572 .roo-radio-success .radio label::after {
2573   background-color: #ffffff;
2574 }
2575 .roo-radio-success .radio.checked label::before {
2576   border-color: #5cb85c;
2577 }
2578 .roo-radio-success .radio.checked label::after {
2579   background-color: #5cb85c;
2580 }
2581 .roo-radio-set.has-warning .roo-radio-set-items label,
2582 .roo-radio-set.has-warning .roo-radio-set-label {
2583   color: #f0ad4e;
2584 }
2585 .roo-radio-set.has-error .roo-radio-set-items label,
2586 .roo-radio-set.has-error .roo-radio-set-label {
2587   color: #d9534f;
2588 }
2589 .roo-radio-set.has-success .roo-radio-set-items label,
2590 .roo-radio-set.has-success .roo-radio-set-label {
2591   color: #5cb85c;
2592 }
2593 .roo-radio-set-inline .radio {
2594   position: relative;
2595   display: inline-block;
2596   padding-left: 20px;
2597   margin-top: 0px;
2598   margin-bottom: 0;
2599   font-weight: 400;
2600   vertical-align: middle;
2601   cursor: pointer;
2602 }
2603 .roo-radio-set-inline .radio + .radio {
2604   margin-left: 10px;
2605 }
2606 .roo-radio-set-label .roo-required-indicator.right-indicator {
2607   position: absolute;
2608 }
2609 .roo-radio-set-label .roo-required-indicator.right-indicator.fa-star {
2610   font-size: 8px;
2611   margin-left: 3px;
2612   color: #d9534f;
2613 }
2614 .roo-form-error-popover.in {
2615   opacity: 1;
2616 }
2617 .roo-form-error-popover .tooltip-inner {
2618   max-width: 100%;
2619   padding: 10px;
2620 }
2621 .x-form-field-wrap .form-group {
2622   margin-bottom: 0px;
2623 }
2624 .roo-password-meter-grey {
2625   background: #777777;
2626   /* For browsers that do not support gradients */
2627   margin-bottom: 30px;
2628   height: 10px;
2629 }
2630 .roo-password-meter {
2631   background: red;
2632   /* For browsers that do not support gradients */
2633   background: -webkit-linear-gradient(-90deg, #008000, #ff0000);
2634   /* For Safari 5.1 to 6.0 */
2635   background: -o-linear-gradient(-90deg, #008000, #ff0000);
2636   /* For Opera 11.1 to 12.0 */
2637   background: -moz-linear-gradient(-90deg, #008000, #ff0000);
2638   /* For Firefox 3.6 to 15 */
2639   background: linear-gradient(-90deg, #008000, #ff0000);
2640   font-size: 12px;
2641 }
2642 .roo-password-meter-container {
2643   margin-bottom: 20px;
2644 }
2645 .roo-password-meter-tooweak {
2646   background: #d9534f;
2647   height: 10px;
2648 }
2649 .roo-password-meter-weak {
2650   background: #f0ad4e;
2651   height: 10px;
2652 }
2653 .roo-password-meter-medium {
2654   background: #f0ad4e;
2655   height: 10px;
2656 }
2657 .roo-password-meter-strong {
2658   background: #5cb85c;
2659   height: 10px;
2660 }
2661 .roo-password-meter-text {
2662   /* padding-bottom:5px; */
2663   margin-bottom: 30px;
2664   font-size: 12px;
2665   height: 10px;
2666 }
2667 /*
2668 Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
2669 */
2670 .roo-select2-container {
2671   margin: 0;
2672   position: relative;
2673   /*display: inline-block;*/
2674   /* inline-block for ie7 */
2675   zoom: 1;
2676   *display: inline;
2677   vertical-align: middle;
2678 }
2679 .roo-select2-container,
2680 .roo-select2-drop,
2681 .roo-select2-search,
2682 .roo-select2-search input {
2683   /*
2684     Force border-box so that % widths fit the parent
2685     container without overlap because of margin/padding.
2686     More Info : http://www.quirksmode.org/css/box.html
2687   */
2688   -webkit-box-sizing: border-box;
2689   /* webkit */
2690   -moz-box-sizing: border-box;
2691   /* firefox */
2692   box-sizing: border-box;
2693   /* css3 */
2694 }
2695 .roo-select2-container .roo-select2-choice {
2696   display: block;
2697   height: 26px;
2698   padding: 0 0 0 8px;
2699   overflow: hidden;
2700   position: relative;
2701   border: 1px solid #777777;
2702   white-space: nowrap;
2703   line-height: 26px;
2704   color: #333333;
2705   text-decoration: none;
2706   border-radius: 4px;
2707   background-clip: padding-box;
2708   -webkit-touch-callout: none;
2709   -webkit-user-select: none;
2710   -moz-user-select: none;
2711   -ms-user-select: none;
2712   user-select: none;
2713   background-color: #ffffff;
2714   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
2715   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2716   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2717   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2718   background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
2719 }
2720 .roo-select2-container.roo-select2-drop-above .roo-select2-choice {
2721   border-bottom-color: #777777;
2722   border-radius: 0 0 4px 4px;
2723   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
2724   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2725   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2726   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2727   background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
2728 }
2729 .roo-select2-container.roo-select2-allowclear .roo-select2-choice .roo-select2-chosen {
2730   margin-right: 42px;
2731 }
2732 .roo-select2-container .roo-select2-choice > .roo-select2-chosen {
2733   margin-right: 26px;
2734   display: block;
2735   overflow: hidden;
2736   white-space: nowrap;
2737   text-overflow: ellipsis;
2738   float: none;
2739   width: auto;
2740 }
2741 .roo-select2-container .roo-select2-choice abbr {
2742   display: none;
2743   width: 12px;
2744   height: 12px;
2745   position: absolute;
2746   right: 24px;
2747   top: 8px;
2748   font-size: 1px;
2749   text-decoration: none;
2750   border: 0;
2751   background: url('../images/select2/select2.png') right top no-repeat;
2752   cursor: pointer;
2753   outline: 0;
2754 }
2755 .roo-select2-container.roo-select2-allowclear .roo-select2-choice abbr {
2756   display: inline-block;
2757 }
2758 .roo-select2-container .roo-select2-choice abbr:hover {
2759   background-position: right -11px;
2760   cursor: pointer;
2761 }
2762 .roo-select2-drop-mask {
2763   border: 0;
2764   margin: 0;
2765   padding: 0;
2766   position: fixed;
2767   left: 0;
2768   top: 0;
2769   min-height: 100%;
2770   min-width: 100%;
2771   height: auto;
2772   width: auto;
2773   opacity: 0;
2774   z-index: 9998;
2775   /* styles required for IE to work */
2776   background-color: #ffffff;
2777   filter: alpha(opacity=0);
2778 }
2779 .roo-select2-drop {
2780   width: 100%;
2781   margin-top: -1px;
2782   position: absolute;
2783   z-index: 9999;
2784   top: 100%;
2785   background: #ffffff;
2786   color: #000000;
2787   border: 1px solid #777777;
2788   border-top: 0;
2789   border-radius: 0 0 4px 4px;
2790   -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2791   box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2792 }
2793 .roo-select2-drop.roo-select2-drop-above {
2794   margin-top: 1px;
2795   border-top: 1px solid #777777;
2796   border-bottom: 0;
2797   border-radius: 4px 4px 0 0;
2798   -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2799   box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2800 }
2801 .roo-select2-drop-active {
2802   border: 1px solid #337ab7;
2803   border-top: none;
2804 }
2805 .roo-select2-drop.roo-select2-drop-above.roo-select2-drop-active {
2806   border-top: 1px solid #337ab7;
2807 }
2808 .roo-select2-drop-auto-width {
2809   border-top: 1px solid #777777;
2810   width: auto;
2811 }
2812 .roo-select2-drop-auto-width .roo-select2-search {
2813   padding-top: 4px;
2814 }
2815 .roo-select2-container .roo-select2-choice .roo-select2-arrow {
2816   display: inline-block;
2817   width: 18px;
2818   height: 100%;
2819   position: absolute;
2820   right: 0;
2821   top: 0;
2822   border-left: 1px solid #777777;
2823   border-radius: 0 4px 4px 0;
2824   background-clip: padding-box;
2825   background: #777777;
2826   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(0.6, #eeeeee));
2827   background-image: -webkit-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2828   background-image: -moz-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2829   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@gray-light', GradientType=0);
2830   background-image: linear-gradient(to top, #777777 0%, #eeeeee 60%);
2831 }
2832 .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
2833   display: block;
2834   width: 100%;
2835   height: 100%;
2836   background: url('../images/select2/select2.png') no-repeat 0 1px;
2837 }
2838 .roo-select2-search {
2839   display: inline-block;
2840   width: 100%;
2841   min-height: 26px;
2842   margin: 0;
2843   padding-left: 4px;
2844   padding-right: 4px;
2845   position: relative;
2846   z-index: 10000;
2847   white-space: nowrap;
2848 }
2849 .roo-select2-search input {
2850   width: 100%;
2851   height: auto !important;
2852   min-height: 26px;
2853   padding: 4px 20px 4px 5px;
2854   margin: 0;
2855   outline: 0;
2856   font-family: sans-serif;
2857   font-size: 1em;
2858   border: 1px solid #777777;
2859   border-radius: 0;
2860   -webkit-box-shadow: none;
2861   box-shadow: none;
2862   background: #ffffff url('../images/select2/select2.png') no-repeat 100% -22px;
2863   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));
2864   background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2865   background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2866   background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2867 }
2868 .roo-select2-drop.roo-select2-drop-above .roo-select2-search input {
2869   margin-top: 4px;
2870 }
2871 .roo-select2-search input.roo-select2-active {
2872   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100%;
2873   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));
2874   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2875   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2876   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2877 }
2878 .roo-select2-container-active .roo-select2-choice,
2879 .roo-select2-container-active .roo-select2-choices {
2880   border: 1px solid #337ab7;
2881   outline: none;
2882   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2883   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2884 }
2885 .roo-select2-dropdown-open .roo-select2-choice {
2886   border-bottom-color: transparent;
2887   -webkit-box-shadow: 0 1px 0 #ffffff inset;
2888   box-shadow: 0 1px 0 #ffffff inset;
2889   border-bottom-left-radius: 0;
2890   border-bottom-right-radius: 0;
2891   background-color: #eeeeee;
2892   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
2893   background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
2894   background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
2895   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
2896   background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
2897 }
2898 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choice,
2899 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choices {
2900   border: 1px solid #337ab7;
2901   border-top-color: transparent;
2902   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
2903   background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
2904   background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
2905   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
2906   background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
2907 }
2908 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow {
2909   background: transparent;
2910   border-left: none;
2911   filter: none;
2912 }
2913 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow b {
2914   background-position: -18px 1px;
2915 }
2916 .roo-select2-hidden-accessible {
2917   border: 0;
2918   clip: rect(0 0 0 0);
2919   height: 1px;
2920   margin: -1px;
2921   overflow: hidden;
2922   padding: 0;
2923   position: absolute;
2924   width: 1px;
2925 }
2926 /* results */
2927 .roo-select2-results {
2928   max-height: 200px;
2929   padding: 0 0 0 4px;
2930   margin: 4px 4px 4px 0;
2931   position: relative;
2932   overflow-x: hidden;
2933   overflow-y: auto;
2934   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2935 }
2936 .roo-select2-results ul.roo-select2-result-sub {
2937   margin: 0;
2938   padding-left: 0;
2939 }
2940 .roo-select2-results li {
2941   list-style: none;
2942   display: list-item;
2943   background-image: none;
2944 }
2945 .roo-select2-results li.roo-select2-result-with-children > .roo-select2-result-label {
2946   font-weight: bold;
2947 }
2948 .roo-select2-results .roo-select2-result-label {
2949   padding: 3px 7px 4px;
2950   margin: 0;
2951   cursor: pointer;
2952   min-height: 1em;
2953   -webkit-touch-callout: none;
2954   -webkit-user-select: none;
2955   -moz-user-select: none;
2956   -ms-user-select: none;
2957   user-select: none;
2958 }
2959 .roo-select2-results-dept-1 .roo-select2-result-label {
2960   padding-left: 20px;
2961 }
2962 .roo-select2-results-dept-2 .roo-select2-result-label {
2963   padding-left: 40px;
2964 }
2965 .roo-select2-results-dept-3 .roo-select2-result-label {
2966   padding-left: 60px;
2967 }
2968 .roo-select2-results-dept-4 .roo-select2-result-label {
2969   padding-left: 80px;
2970 }
2971 .roo-select2-results-dept-5 .roo-select2-result-label {
2972   padding-left: 100px;
2973 }
2974 .roo-select2-results-dept-6 .roo-select2-result-label {
2975   padding-left: 110px;
2976 }
2977 .roo-select2-results-dept-7 .roo-select2-result-label {
2978   padding-left: 120px;
2979 }
2980 .roo-select2-results .roo-select2-highlighted {
2981   background: #337ab7;
2982   color: #ffffff;
2983 }
2984 .roo-select2-results li em {
2985   background: #f0ad4e;
2986   font-style: normal;
2987 }
2988 .roo-select2-results .roo-select2-highlighted em {
2989   background: transparent;
2990 }
2991 .roo-select2-results .roo-select2-highlighted ul {
2992   background: #ffffff;
2993   color: #000000;
2994 }
2995 .roo-select2-results .roo-select2-no-results,
2996 .roo-select2-results .roo-select2-searching,
2997 .roo-select2-results .roo-select2-selection-limit {
2998   background: #777777;
2999   display: list-item;
3000   padding-left: 5px;
3001 }
3002 /*
3003 disabled look for disabled choices in the results dropdown
3004 */
3005 .roo-select2-results .roo-select2-disabled.roo-select2-highlighted {
3006   color: #eeeeee;
3007   background: #777777;
3008   display: list-item;
3009   cursor: default;
3010 }
3011 .roo-select2-results .roo-select2-disabled {
3012   background: #777777;
3013   display: list-item;
3014   cursor: default;
3015 }
3016 .roo-select2-results .roo-select2-selected {
3017   display: none;
3018 }
3019 .roo-select2-more-results.roo-select2-active {
3020   background: #777777 url('../images/select2/select2-spinner.gif') no-repeat 100%;
3021 }
3022 .roo-select2-more-results {
3023   background: #777777;
3024   display: list-item;
3025 }
3026 /* disabled styles */
3027 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice {
3028   background-color: #777777;
3029   background-image: none;
3030   border: 1px solid #777777;
3031   cursor: default;
3032 }
3033 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice .roo-select2-arrow {
3034   background-color: #777777;
3035   background-image: none;
3036   border-left: 0;
3037 }
3038 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice abbr {
3039   display: none;
3040 }
3041 /* multiselect */
3042 .roo-select2-container-multi .roo-select2-choices {
3043   height: auto !important;
3044   height: 1%;
3045   margin: 0;
3046   padding: 0;
3047   /*position: relative;*/
3048   border: 1px solid #777777;
3049   cursor: text;
3050   overflow: hidden;
3051   background-color: #ffffff;
3052   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
3053   background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3054   background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3055   background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
3056 }
3057 .roo-select2-locked {
3058   padding: 3px 5px 3px 5px !important;
3059 }
3060 .roo-select2-container-multi .roo-select2-choices {
3061   min-height: 26px;
3062 }
3063 .roo-select2-container-multi.roo-select2-container-active .roo-select2-choices {
3064   border: 1px solid #337ab7;
3065   outline: none;
3066   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3067   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3068 }
3069 .roo-select2-container-multi .roo-select2-choices li {
3070   float: left;
3071   list-style: none;
3072 }
3073 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices li {
3074   float: right;
3075 }
3076 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field {
3077   margin: 0;
3078   padding: 0;
3079   white-space: nowrap;
3080 }
3081 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input {
3082   padding: 5px;
3083   margin: 1px 0;
3084   font-family: sans-serif;
3085   font-size: 100%;
3086   color: #555555;
3087   outline: 0;
3088   border: 0;
3089   -webkit-box-shadow: none;
3090   box-shadow: none;
3091   background: transparent !important;
3092 }
3093 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input.roo-select2-active {
3094   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100% !important;
3095 }
3096 .roo-select2-default {
3097   color: #777777 !important;
3098 }
3099 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3100   padding: 4px 7px 4px 16px;
3101   margin: 0 1px;
3102   position: relative;
3103   line-height: 13px;
3104   color: #333333;
3105   cursor: default;
3106   border: 1px solid #777777;
3107   border-radius: 3px;
3108   -webkit-touch-callout: none;
3109   -webkit-user-select: none;
3110   -moz-user-select: none;
3111   -ms-user-select: none;
3112   user-select: none;
3113 }
3114 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3115   margin-left: 0;
3116   margin-right: 5px;
3117 }
3118 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-chosen {
3119   cursor: default;
3120 }
3121 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus {
3122   background: #777777;
3123 }
3124 .roo-select2-search-choice-close {
3125   display: block;
3126   width: 12px;
3127   height: 13px;
3128   position: absolute;
3129   right: 3px;
3130   top: 4px;
3131   font-size: 1px;
3132   outline: none;
3133   background: url('../images/select2/select2.png') right top no-repeat;
3134 }
3135 html[dir="rtl"] .roo-select2-search-choice-close {
3136   right: auto;
3137   left: 3px;
3138 }
3139 .roo-select2-container-multi .roo-select2-search-choice-close {
3140   left: 3px;
3141 }
3142 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close:hover {
3143   background-position: right -11px;
3144 }
3145 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus .roo-select2-search-choice-close {
3146   background-position: right -11px;
3147 }
3148 /* disabled styles */
3149 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices {
3150   background-color: #777777;
3151   background-image: none;
3152   border: 1px solid #777777;
3153   cursor: default;
3154 }
3155 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice {
3156   padding: 3px 5px 3px 5px;
3157   border: 1px solid #777777;
3158   background-image: none;
3159   background-color: #777777;
3160 }
3161 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close {
3162   display: none;
3163   background: none;
3164 }
3165 /* end multiselect */
3166 .roo-select2-result-selectable .roo-select2-match,
3167 .roo-select2-result-unselectable .roo-select2-match {
3168   text-decoration: underline;
3169 }
3170 .roo-select2-offscreen,
3171 .roo-select2-offscreen:focus {
3172   clip: rect(0 0 0 0) !important;
3173   width: 1px !important;
3174   height: 1px !important;
3175   border: 0 !important;
3176   margin: 0 !important;
3177   padding: 0 !important;
3178   overflow: hidden !important;
3179   position: absolute !important;
3180   outline: 0 !important;
3181   left: 0px !important;
3182   top: 0px !important;
3183 }
3184 .roo-select2-display-none {
3185   display: none;
3186 }
3187 .roo-select2-measure-scrollbar {
3188   position: absolute;
3189   top: -10000px;
3190   left: -10000px;
3191   width: 100px;
3192   height: 100px;
3193   overflow: scroll;
3194 }
3195 /* Retina-ize icons */
3196 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
3197   .roo-select2-search input,
3198   .roo-select2-search-choice-close,
3199   .roo-select2-container .roo-select2-choice abbr,
3200   .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
3201     background-image: url('../images/select2/select2x2.png') !important;
3202     background-repeat: no-repeat !important;
3203     background-size: 60px 40px !important;
3204   }
3205   .roo-select2-search input {
3206     background-position: 100% -21px !important;
3207   }
3208 }
3209 .has-error .roo-select2-choices {
3210   border-color: #d9534f;
3211   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3212   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3213 }
3214 .dropdown-menu .roo-select2-result.disabled {
3215   background-color: #eeeeee;
3216   color: #777777;
3217   cursor: not-allowed;
3218 }
3219 .sidebar {
3220   margin-bottom: 5px;
3221 }
3222 /* override boostrap a:hover */
3223 .sidebar a:hover {
3224   text-decoration: none;
3225 }
3226 .sidebar .sidebar-menu {
3227   list-style: none;
3228   margin: 0;
3229   padding: 0;
3230 }
3231 /* GREY BG */
3232 .sidebar .sidebar-menu > li,
3233 .sidebar .sidebar-menu li.active li.treeview-menu {
3234   margin: 0;
3235   padding: 0;
3236   border-bottom: 1px solid #777777;
3237   background-color: #eeeeee;
3238 }
3239 /* active child menu - white BG */
3240 .sidebar .sidebar-menu li.active li.treeview-menu {
3241   background-color: #777777;
3242 }
3243 .sidebar .sidebar-menu > li > a,
3244 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3245   padding: 12px 5px 12px 15px;
3246   display: block;
3247   color: #333333;
3248 }
3249 .sidebar .sidebar-menu > li > a > .fa,
3250 .sidebar .sidebar-menu > li > a > .glyphicon,
3251 .sidebar .sidebar-menu > li > a > .ion {
3252   width: 20px;
3253 }
3254 .sidebar .sidebar-menu li:hover,
3255 .sidebar .sidebar-menu li:focus,
3256 .sidebar .sidebar-menu li:active,
3257 .sidebar .sidebar-menu li.active li.treeview-menu:hover,
3258 .sidebar .sidebar-menu li.active li.treeview-menu:focus,
3259 .sidebar .sidebar-menu li.active li.treeview-menu:active {
3260   background-color: #ffffff;
3261 }
3262 .sidebar .sidebar-menu li:hover a,
3263 .sidebar .sidebar-menu li:focus a,
3264 .sidebar .sidebar-menu li:active a,
3265 .sidebar .sidebar-menu li.oepn li.treeview-menu a:hover,
3266 .sidebar .sidebar-menu li.open li.treeview-menu a:focus,
3267 .sidebar .sidebar-menu li.open li.treeview-menu a:active {
3268   color: #000000;
3269   text-decoration: none;
3270 }
3271 /* BLUE ACTIVE */
3272 .sidebar .sidebar-menu li.active {
3273   color: #ffffff;
3274   background-color: #337ab7;
3275   border-color: #286090;
3276 }
3277 .sidebar .sidebar-menu li.active:hover,
3278 .sidebar .sidebar-menu li.active:focus,
3279 .sidebar .sidebar-menu li.active.focus {
3280   color: #ffffff;
3281   background-color: #337ab7;
3282   border-color: #286090;
3283 }
3284 .sidebar .sidebar-menu li.active a {
3285   color: #ffffff;
3286 }
3287 .sidebar .sidebar-menu li.disabled {
3288   color: #333333;
3289   background-color: #ffffff;
3290   border-color: #333333;
3291 }
3292 .sidebar .sidebar-menu li.disabled a {
3293   color: #777777;
3294   cursor: default;
3295 }
3296 .sidebar .sidebar-menu li.danger,
3297 .sidebar .sidebar-menu li.danger.active {
3298   color: #ffffff;
3299   background-color: #d9534f;
3300   border-color: #e27c79;
3301 }
3302 .sidebar .sidebar-menu li.danger:hover,
3303 .sidebar .sidebar-menu li.danger:focus,
3304 .sidebar .sidebar-menu li.danger.active:focus {
3305   color: #ffffff;
3306   background-color: #d9534f;
3307   border-color: #c9302c;
3308   border-bottom: 1px solid #c9302c;
3309 }
3310 .sidebar .sidebar-menu li.danger a,
3311 .sidebar .sidebar-menu li.danger.active a {
3312   color: #ffffff;
3313 }
3314 /* --- open  */
3315 .sidebar .sidebar-menu li.open ul {
3316   display: block;
3317 }
3318 .sidebar .sidebar-menu li.open .treeview-menu {
3319   display: block;
3320 }
3321 /* --- treeview menu  */
3322 .sidebar .sidebar-menu .treeview-menu {
3323   display: none;
3324   list-style: none;
3325   padding: 0;
3326   margin: 0;
3327 }
3328 .sidebar .sidebar-menu .treeview-menu > li {
3329   margin: 0;
3330 }
3331 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3332   padding: 5px 5px 5px 20px;
3333   display: block;
3334   font-size: 14px;
3335   margin: 0px 0px;
3336 }
3337 .sidebar .sidebar-menu .treeview-menu > li > a > .fa,
3338 .sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
3339 .sidebar .sidebar-menu .treeview-menu > li > a > .ion {
3340   width: 20px;
3341 }
3342 /* background to highlighted treeview node
3343 .sidebar .sidebar-menu li li.treeview-menu.active  {
3344     background: #fff;
3345 }
3346 */
3347 .sidebar .sidebar-menu li li.treeview-menu.active > a {
3348   font-weight: bold;
3349 }
3350 /* active sidebard... */
3351 .badge-default {
3352   background-color: #777777;
3353   color: #ffffff;
3354 }
3355 .badge-primary {
3356   background-color: #337ab7;
3357   color: #ffffff;
3358 }
3359 .badge-success {
3360   background-color: #5cb85c;
3361   color: #ffffff;
3362 }
3363 .badge-info {
3364   background-color: #5bc0de;
3365   color: #ffffff;
3366 }
3367 .badge-warning {
3368   background-color: #f0ad4e;
3369   color: #ffffff;
3370 }
3371 .badge-danger {
3372   background-color: #d9534f;
3373   color: #ffffff;
3374 }
3375 .sidebar .sidebar-menu > li.active .badge-info {
3376   background-color: #ffffff;
3377   color: #5bc0de;
3378 }
3379 /*html, */
3380 /* Sticky footer styles
3381 -------------------------------------------------- */
3382 html.bootstrap-sticky {
3383   position: relative;
3384   min-height: 100%;
3385 }
3386 html.bootstrap-sticky body {
3387   /* Margin bottom by footer height */
3388   margin-bottom: 60px;
3389 }
3390 .bootstrap-sticky-footer {
3391   position: absolute;
3392   bottom: 0;
3393   width: 100%;
3394   /* Set the fixed height of the footer here */
3395   height: 60px;
3396   background-color: #f5f5f5;
3397 }
3398 /* Lastly, apply responsive CSS fixes as necessary */
3399 @media (max-width: 767px) {
3400   .bootstrap-sticky-footer {
3401     margin-left: -20px;
3402     margin-right: -20px;
3403     padding-left: 20px;
3404     padding-right: 20px;
3405   }
3406 }
3407 /* paging toolbar */
3408 .pagination .x-paging-position span {
3409   padding-top: 3px;
3410   padding-bottom: 3px;
3411 }
3412 .pagination .x-paging-position span input {
3413   margin: 0 3px;
3414 }
3415 .navbar .pagination > li > span {
3416   min-height: 34px;
3417 }
3418 .navbar .pagination {
3419   margin: 0;
3420 }
3421 /* these are technicall adminlte related */
3422 .skin-blue .navbar .pagination > li > a:active,
3423 .skin-blue .navbar .pagination > li > a:focus,
3424 .skin-blue .navbar .pagination > li > a {
3425   background-color: #337ab7;
3426 }
3427 .skin-blue .navbar .pagination > li > a:hover {
3428   background-color: #777777;
3429 }
3430 .skin-blue table .navbar {
3431   background-color: #ffffff;
3432 }
3433 .skin-blue .navbar .pagination > li.disabled > a {
3434   background-color: #777777;
3435 }
3436 .skin-blue table .navbar {
3437   margin-bottom: 0;
3438   min-height: 0;
3439 }
3440 .table .sortable {
3441   cursor: pointer;
3442 }
3443 .table-body-fixed tbody {
3444   overflow-y: scroll;
3445   width: 100%;
3446 }
3447 .table-body-fixed thead,
3448 .table-body-fixed tbody,
3449 .table-body-fixed th {
3450   display: block;
3451 }
3452 .table-body-fixed thead {
3453   overflow: hidden;
3454 }
3455 .table-body-fixed tbody td,
3456 .table-body-fixed thead > tr > th {
3457   float: left;
3458   border-bottom-width: 0;
3459 }
3460 /* fake infinate widt.. */
3461 .table-body-fixed thead > tr,
3462 .table-body-fixed tbody > tr {
3463   display: block;
3464   overflow: hidden;
3465 }
3466 /* standard bootstrap does not colour rows very well.. */
3467 .table > tbody > tr.info {
3468   background-color: #d9edf7;
3469 }
3470 .table-hover > tbody > tr.info:hover {
3471   background-color: #c4e3f3;
3472 }
3473 .header .top-bar {
3474   min-height: 30px;
3475   background: #777777;
3476   border-bottom: 1px solid #eeeeee;
3477   padding: 0;
3478 }
3479 @media (min-width: 980px) {
3480   .top-bar .collapse {
3481     display: block !important;
3482     visibility: visible !important;
3483     height: auto !important;
3484     overflow: visible !important;
3485     padding-bottom: 0;
3486   }
3487 }
3488 @media (min-width: 768px) and (max-width: 979px) {
3489   .header .top-bar {
3490     min-height: 0;
3491     padding: 3px 0;
3492   }
3493 }
3494 .header .social,
3495 .footer .social {
3496   margin-right: 4px;
3497   line-height: 30px;
3498   padding-left: 0;
3499   margin-bottom: 0;
3500 }
3501 .footer .social li:last-child,
3502 .footer .social {
3503   margin-right: 0 !important;
3504 }
3505 .header .social li:first-child {
3506   border-left: 1px solid #777777;
3507 }
3508 .header .social li,
3509 .footer .social li {
3510   border-right: 1px solid #777777;
3511   display: table-cell;
3512   vertical-align: middle;
3513   height: 40px;
3514   margin-right: 5px;
3515   width: 40px;
3516   text-align: center;
3517   -webkit-transition: background 0.5s ease-in-out;
3518   -moz-transition: background 0.5s ease-in-out;
3519   -o-transition: background 0.5s ease-in-out;
3520   -ms-transition: background 0.5s ease-in-out;
3521   transition: background 0.5s ease-in-out;
3522   padding: 1px;
3523 }
3524 .header .social i,
3525 .footer .social i {
3526   color: #555555;
3527   font-size: 16px;
3528   -webkit-transition: color 0.5s ease-in-out;
3529   -moz-transition: color 0.5s ease-in-out;
3530   -o-transition: color 0.5s ease-in-out;
3531   -ms-transition: color 0.5s ease-in-out;
3532   transition: color 0.5s ease-in-out;
3533 }
3534 .header .social li:hover a i,
3535 .footer .social li:hover a i {
3536   color: #ffffff;
3537 }
3538 .team .item .team-member-links a.facebook:hover,
3539 .member-social.dark a.facebook:hover,
3540 .header .social li.facebook:hover,
3541 .footer .social li.facebook:hover {
3542   background: #337ab7;
3543 }
3544 .team .item .team-member-links a.dribbble:hover,
3545 .member-social.dark a.dribbble:hover,
3546 .header .social li.dribbble:hover,
3547 .footer .social li.dribbble:hover {
3548   background: #f0ad4e;
3549 }
3550 .team .item .team-member-links a.twitter:hover,
3551 .member-social.dark a.twitter:hover,
3552 .header .social li.twitter:hover,
3553 .footer .social li.twitter:hover {
3554   background: #337ab7;
3555 }
3556 .team .item .team-member-links a.gplus:hover,
3557 .member-social.dark a.gplus:hover,
3558 .header .social li.gplus:hover,
3559 .footer .social li.gplus:hover {
3560   background: #d9534f;
3561 }
3562 .team .item .team-member-links a.linkedin:hover,
3563 .member-social.dark a.linkedin:hover,
3564 .header .social li.linkedin:hover,
3565 .footer .social li.linkedin:hover {
3566   background: #337ab7;
3567 }
3568 .team .item .team-member-links a.pinterest:hover,
3569 .member-social.dark a.pinterest:hover,
3570 .header .social li.pinterest:hover,
3571 .footer .social li.pinterest:hover {
3572   background: #d9534f;
3573 }
3574 .header .social li.rss:hover,
3575 .footer .social li.rss:hover {
3576   background: #f0ad4e;
3577 }
3578 .top-bar .languages {
3579   padding: 8px 0;
3580 }
3581 .top-bar .languages a {
3582   margin-right: 20px;
3583   color: #555555;
3584   font-family: "Open Sans", Helvetica, Arial, sans-serif;
3585   font-size: 14px;
3586   line-height: 24px;
3587 }
3588 .navbar-left .input-group[class*="col-"] {
3589   float: left;
3590 }
3591 .ellipsis {
3592   overflow: hidden;
3593   text-overflow: ellipsis;
3594   display: -webkit-box;
3595   -webkit-line-clamp: 3;
3596   -webkit-box-orient: vertical;
3597 }
3598 .sw-child-headline {
3599   display: inline-block;
3600   width: auto;
3601 }
3602 .box-input-label {
3603   width: 100%;
3604   display: inline-block;
3605   font-weight: bold;
3606 }
3607 .box-label {
3608   margin-left: 5px;
3609   cursor: pointer;
3610 }
3611 /* needed as menu ontop of form does not work */
3612 .input-group .form-control {
3613   z-index: 1;
3614 }
3615 /* admin-lte - messes with checkbox and radio.. */
3616 .checkbox,
3617 .radio {
3618   padding-left: 15px !important;
3619 }
3620 /* paging toolbar */
3621 .pagination .x-paging-position span {
3622   padding-top: 3px;
3623   padding-bottom: 3px;
3624 }
3625 .pagination .x-paging-position span input {
3626   margin: 0 3px;
3627 }
3628 .panel-header-right {
3629   float: right;
3630   text-align: right;
3631 }
3632 .badge-error {
3633   background-color: #d9534f;
3634 }
3635 .badge-error:hover {
3636   background-color: #c9302c;
3637 }
3638 .badge-warning {
3639   background-color: #f0ad4e;
3640 }
3641 .badge-warning:hover {
3642   background-color: #ec971f;
3643 }
3644 .badge-success {
3645   background-color: #5cb85c;
3646 }
3647 .badge-success:hover {
3648   background-color: #449d44;
3649 }
3650 .badge-info {
3651   background-color: #5bc0de;
3652 }
3653 .badge-info:hover {
3654   background-color: #31b0d5;
3655 }
3656 .badge-inverse {
3657   background-color: #333333;
3658 }
3659 .badge-inverse:hover {
3660   background-color: #222222;
3661 }
3662 .tooltip.fade.in {
3663   z-index: 10002;
3664 }
3665 .roo-upload-cropbox-selector {
3666   visibility: hidden;
3667   height: 0px;
3668 }
3669 .roo-upload-cropbox-dialog .modal-header,
3670 .roo-upload-cropbox-dialog .modal-footer {
3671   padding-top: 5px;
3672   padding-bottom: 5px;
3673 }
3674 .roo-upload-cropbox-body {
3675   background-color: #ffffff;
3676   border: 1px solid #777777;
3677   width: 100%;
3678   height: 450px;
3679   max-height: 450px;
3680   position: relative;
3681   overflow: hidden;
3682   cursor: move;
3683 }
3684 .roo-upload-cropbox-preview {
3685   position: absolute;
3686   top: 0px;
3687   left: 0px;
3688   text-align: center;
3689   margin: 0px;
3690   padding: 0px;
3691   border: none;
3692 }
3693 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
3694   position: absolute;
3695   /*    top: 50%;
3696     left: 50%;
3697     transform: translate(-50%, -50%);*/
3698   box-sizing: border-box;
3699   border: 1px solid #777777;
3700   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
3701   background: none repeat scroll 0% 0% transparent;
3702 }
3703 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
3704   height: 100%;
3705   background-color: rgba(0, 0, 0, 0.5);
3706   color: #ffffff;
3707   font-weight: bold;
3708   font-size: 24px;
3709   text-align: center;
3710   padding-top: 50px;
3711   font-style: italic;
3712 }
3713 .roo-upload-cropbox-btn-group button {
3714   background-color: #000000;
3715   color: #ffffff;
3716   border-color: #333333;
3717 }
3718 .roo-upload-cropbox-error-notify {
3719   border-radius: 0px;
3720   text-align: center;
3721   padding: 0px !important;
3722   margin: 0px !important;
3723   position: absolute;
3724   top: 0;
3725   left: 0;
3726 }