commit
[roojs1] / css-bootstrap / roojs-bootstrap-debug.css
1 /*
2 * Consider remove or merge these...
3 */
4 /*
5  * CAUTION!
6  * This CSS file is auto generated. Please edit the .less instead!
7  */
8 .alert {
9   padding-left: 30px;
10   margin-top: 20px;
11   margin-left: 15px;
12   position: relative;
13 }
14 .alert > .fa,
15 .alert > .glyphicon {
16   position: absolute;
17   left: -15px;
18   top: -15px;
19   width: 35px;
20   height: 35px;
21   -webkit-border-radius: 50%;
22   -moz-border-radius: 50%;
23   border-radius: 50%;
24   line-height: 35px;
25   text-align: center;
26   background: inherit;
27   border: inherit;
28 }
29 /*!
30  * FullCalendar v1.6.4 Stylesheet
31  * Docs & License: http://arshaw.com/fullcalendar/
32  * (c) 2013 Adam Shaw
33  *
34  * When taken - was MIT licence (18/Feb/2014)
35  */
36 .fc {
37   direction: ltr;
38   text-align: left;
39   margin: 0;
40   font-family: Lucida Sans, Arial, sans-serif;
41 }
42 .fc table {
43   border-collapse: collapse;
44   border-spacing: 0;
45 }
46 html .fc,
47 .fc table {
48   font-size: 1em;
49 }
50 .fc td,
51 .fc th {
52   padding: 0;
53   vertical-align: top;
54   -moz-user-select: -moz-none;
55   -khtml-user-select: none;
56   -webkit-user-select: none;
57   -o-user-select: none;
58   user-select: none;
59 }
60 /* Header
61 ------------------------------------------------------------------------*/
62 .fc-header td {
63   white-space: nowrap;
64 }
65 .fc-header-left {
66   width: 25%;
67   text-align: left;
68 }
69 .fc-header-center {
70   text-align: center;
71 }
72 .fc-header-right {
73   width: 25%;
74   text-align: right;
75 }
76 .fc-header-title {
77   display: inline-block;
78   vertical-align: top;
79 }
80 .fc-header-title h2 {
81   margin-top: 0;
82   white-space: nowrap;
83   font-size: 1.5em;
84   font-family: Lucida Sans, Arial, sans-serif;
85   font-weight: bold;
86   line-height: normal;
87   margin: 0;
88 }
89 .fc .fc-header-space {
90   padding-left: 10px;
91 }
92 .fc-header .fc-button {
93   margin-bottom: 1em;
94   vertical-align: top;
95 }
96 /* buttons edges butting together */
97 .fc-header .fc-button {
98   margin-right: -1px;
99 }
100 .fc-header .fc-corner-right,
101 .fc-header .ui-corner-right {
102   /* theme */
103   margin-right: 0;
104   /* back to normal */
105 }
106 /* button layering (for border precedence) */
107 .fc-header .fc-state-hover,
108 .fc-header .ui-state-hover {
109   z-index: 2;
110 }
111 .fc-header .fc-state-down {
112   z-index: 3;
113 }
114 .fc-header .fc-state-active,
115 .fc-header .ui-state-active {
116   z-index: 4;
117 }
118 /* Content
119 ------------------------------------------------------------------------*/
120 .fc-content {
121   clear: both;
122   zoom: 1;
123   /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
124 }
125 .fc-view {
126   width: 100%;
127   overflow: hidden;
128 }
129 /* Cell Styles
130 ------------------------------------------------------------------------*/
131 .fc-widget-header,
132 .fc-widget-content {
133   /* <td>, usually */
134   border: 1px solid #777777;
135 }
136 .fc-state-highlight {
137   /* <td> today cell */
138   /* TODO: add .fc-today to <th> */
139   background: #f0ad4e;
140 }
141 .fc-cell-overlay {
142   /* semi-transparent rectangle while dragging */
143   background: #5bc0de;
144   opacity: .3;
145   filter: alpha(opacity=30);
146   /* for IE */
147 }
148 /* Buttons
149 ------------------------------------------------------------------------*/
150 .fc-button {
151   position: relative;
152   display: inline-block;
153   padding: 0 .6em;
154   overflow: hidden;
155   height: 1.9em;
156   line-height: 1.9em;
157   white-space: nowrap;
158   cursor: pointer;
159 }
160 .fc-state-default {
161   /* non-theme */
162   border: 1px solid;
163 }
164 .fc-state-default.fc-corner-left {
165   /* non-theme */
166   border-top-left-radius: 4px;
167   border-bottom-left-radius: 4px;
168 }
169 .fc-state-default.fc-corner-right {
170   /* non-theme */
171   border-top-right-radius: 4px;
172   border-bottom-right-radius: 4px;
173 }
174 /*
175         Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
176         and we'll try to make them look good cross-browser.
177 */
178 .fc-text-arrow {
179   margin: 0 .1em;
180   font-size: 2em;
181   font-family: "Courier New", Courier, monospace;
182   vertical-align: baseline;
183   /* for IE7 */
184 }
185 .fc-button-prev .fc-text-arrow,
186 .fc-button-next .fc-text-arrow {
187   /* for &lsaquo; &rsaquo; */
188   font-weight: bold;
189 }
190 /* icon (for jquery ui) */
191 .fc-button .fc-icon-wrap {
192   position: relative;
193   float: left;
194   top: 50%;
195 }
196 .fc-button .ui-icon {
197   position: relative;
198   float: left;
199   margin-top: -50%;
200   *margin-top: 0;
201   *top: -50%;
202 }
203 /*
204   button states
205   borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
206 */
207 .fc-state-default {
208   background-color: #f5f5f5;
209   background-image: -moz-linear-gradient(top, #ffffff, #777777);
210   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#777777));
211   background-image: -webkit-linear-gradient(top, #ffffff, #777777);
212   background-image: -o-linear-gradient(top, #ffffff, #777777);
213   background-image: linear-gradient(to bottom, #ffffff, #777777);
214   background-repeat: repeat-x;
215   border-color: #777777 #777777 #777777;
216   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
217   color: #333333;
218 }
219 .fc-state-hover,
220 .fc-state-down,
221 .fc-state-active,
222 .fc-state-disabled {
223   color: #333333;
224   background-color: #777777;
225 }
226 .fc-state-hover {
227   color: #333333;
228   text-decoration: none;
229   background-position: 0 -15px;
230   -webkit-transition: background-position 0.1s linear;
231   -moz-transition: background-position 0.1s linear;
232   -o-transition: background-position 0.1s linear;
233   transition: background-position 0.1s linear;
234 }
235 .fc-state-down,
236 .fc-state-active {
237   background-color: #777777;
238   background-image: none;
239   outline: 0;
240   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
241 }
242 .fc-state-disabled {
243   cursor: default;
244   background-image: none;
245   opacity: 0.65;
246   filter: alpha(opacity=65);
247   box-shadow: none;
248 }
249 /* Global Event Styles
250 ------------------------------------------------------------------------*/
251 .fc-event-container > * {
252   z-index: 8;
253 }
254 .fc-event-container > .ui-draggable-dragging,
255 .fc-event-container > .ui-resizable-resizing {
256   z-index: 9;
257 }
258 .fc-event {
259   border: 1px solid #337ab7;
260   background-color: #337ab7;
261   color: #ffffff;
262   /* default TEXT color */
263   font-size: .85em;
264   cursor: default;
265 }
266 a.fc-event {
267   text-decoration: none;
268 }
269 a.fc-event,
270 .fc-event-draggable {
271   cursor: pointer;
272 }
273 .fc-rtl .fc-event {
274   text-align: right;
275 }
276 .fc-event-inner {
277   width: 100%;
278   height: 100%;
279   overflow: hidden;
280 }
281 .fc-event-time,
282 .fc-event-title {
283   padding: 0 1px;
284   overflow: hidden;
285   white-space: nowrap;
286 }
287 .fc .ui-resizable-handle {
288   display: block;
289   position: absolute;
290   z-index: 99999;
291   overflow: hidden;
292   /* hacky spaces (IE6/7) */
293   font-size: 300%;
294   /* */
295   line-height: 50%;
296   /* */
297 }
298 /* Horizontal Events
299 ------------------------------------------------------------------------*/
300 .fc-event-hori {
301   border-width: 1px 0;
302   margin-bottom: 1px;
303 }
304 .fc-ltr .fc-event-hori.fc-event-start,
305 .fc-rtl .fc-event-hori.fc-event-end {
306   border-left-width: 1px;
307   border-top-left-radius: 3px;
308   border-bottom-left-radius: 3px;
309 }
310 .fc-ltr .fc-event-hori.fc-event-end,
311 .fc-rtl .fc-event-hori.fc-event-start {
312   border-right-width: 1px;
313   border-top-right-radius: 3px;
314   border-bottom-right-radius: 3px;
315 }
316 /* resizable */
317 .fc-event-hori .ui-resizable-e {
318   top: 0 !important;
319   /* importants override pre jquery ui 1.7 styles */
320   right: -3px !important;
321   width: 7px !important;
322   height: 100% !important;
323   cursor: e-resize;
324 }
325 .fc-event-hori .ui-resizable-w {
326   top: 0 !important;
327   left: -3px !important;
328   width: 7px !important;
329   height: 100% !important;
330   cursor: w-resize;
331 }
332 .fc-event-hori .ui-resizable-handle {
333   _padding-bottom: 14px;
334   /* IE6 had 0 height */
335 }
336 /* Reusable Separate-border Table
337 ------------------------------------------------------------*/
338 table.fc-border-separate {
339   border-collapse: separate;
340 }
341 .fc-border-separate th,
342 .fc-border-separate td {
343   border-width: 1px 0 0 1px;
344 }
345 .fc-border-separate th.fc-last,
346 .fc-border-separate td.fc-last {
347   border-right-width: 1px;
348 }
349 .fc-border-separate tr.fc-last th,
350 .fc-border-separate tr.fc-last td {
351   border-bottom-width: 1px;
352 }
353 .fc-border-separate tbody tr.fc-first td,
354 .fc-border-separate tbody tr.fc-first th {
355   border-top-width: 0;
356 }
357 /* Month View, Basic Week View, Basic Day View
358 ------------------------------------------------------------------------*/
359 .fc-grid th {
360   text-align: center;
361 }
362 .fc .fc-week-number {
363   width: 22px;
364   text-align: center;
365 }
366 .fc .fc-week-number div {
367   padding: 0 2px;
368 }
369 .fc-grid .fc-day-number {
370   float: right;
371   padding: 0 2px;
372 }
373 .fc-grid .fc-other-month .fc-day-number {
374   opacity: 0.3;
375   filter: alpha(opacity=30);
376   /* for IE */
377   /* opacity with small font can sometimes look too faded
378        might want to set the 'color' property instead
379        making day-numbers bold also fixes the problem */
380 }
381 .fc-grid .fc-day-content {
382   clear: both;
383   padding: 2px 2px 1px;
384   /* distance between events and day edges */
385 }
386 /* event styles */
387 .fc-grid .fc-event-time {
388   font-weight: bold;
389 }
390 /* right-to-left */
391 .fc-rtl .fc-grid .fc-day-number {
392   float: left;
393 }
394 .fc-rtl .fc-grid .fc-event-time {
395   float: right;
396 }
397 /* Agenda Week View, Agenda Day View
398 ------------------------------------------------------------------------*/
399 .fc-agenda table {
400   border-collapse: separate;
401 }
402 .fc-agenda-days th {
403   text-align: center;
404 }
405 .fc-agenda .fc-agenda-axis {
406   width: 50px;
407   padding: 0 4px;
408   vertical-align: middle;
409   text-align: right;
410   white-space: nowrap;
411   font-weight: normal;
412 }
413 .fc-agenda .fc-week-number {
414   font-weight: bold;
415 }
416 .fc-agenda .fc-day-content {
417   padding: 2px 2px 1px;
418 }
419 /* make axis border take precedence */
420 .fc-agenda-days .fc-agenda-axis {
421   border-right-width: 1px;
422 }
423 .fc-agenda-days .fc-col0 {
424   border-left-width: 0;
425 }
426 /* all-day area */
427 .fc-agenda-allday th {
428   border-width: 0 1px;
429 }
430 .fc-agenda-allday .fc-day-content {
431   min-height: 34px;
432   /* TODO: doesnt work well in quirksmode */
433   _height: 34px;
434 }
435 /* divider (between all-day and slots) */
436 .fc-agenda-divider-inner {
437   height: 2px;
438   overflow: hidden;
439 }
440 .fc-widget-header .fc-agenda-divider-inner {
441   background: #eeeeee;
442 }
443 /* slot rows */
444 .fc-agenda-slots th {
445   border-width: 1px 1px 0;
446 }
447 .fc-agenda-slots td {
448   border-width: 1px 0 0;
449   background: none;
450 }
451 .fc-agenda-slots td div {
452   height: 20px;
453 }
454 .fc-agenda-slots tr.fc-slot0 th,
455 .fc-agenda-slots tr.fc-slot0 td {
456   border-top-width: 0;
457 }
458 .fc-agenda-slots tr.fc-minor th,
459 .fc-agenda-slots tr.fc-minor td {
460   border-top-style: dotted;
461 }
462 .fc-agenda-slots tr.fc-minor th.ui-widget-header {
463   *border-top-style: solid;
464   /* doesn't work with background in IE6/7 */
465 }
466 /* Vertical Events
467 ------------------------------------------------------------------------*/
468 .fc-event-vert {
469   border-width: 0 1px;
470 }
471 .fc-event-vert.fc-event-start {
472   border-top-width: 1px;
473   border-top-left-radius: 3px;
474   border-top-right-radius: 3px;
475 }
476 .fc-event-vert.fc-event-end {
477   border-bottom-width: 1px;
478   border-bottom-left-radius: 3px;
479   border-bottom-right-radius: 3px;
480 }
481 .fc-event-vert .fc-event-time {
482   white-space: nowrap;
483   font-size: 10px;
484 }
485 .fc-event-vert .fc-event-inner {
486   position: relative;
487   z-index: 2;
488 }
489 .fc-event-vert .fc-event-bg {
490   /* makes the event lighter w/ a semi-transparent overlay  */
491   position: absolute;
492   z-index: 1;
493   top: 0;
494   left: 0;
495   width: 100%;
496   height: 100%;
497   background: #ffffff;
498   opacity: .25;
499   filter: alpha(opacity=25);
500 }
501 .fc .ui-draggable-dragging .fc-event-bg,
502 .fc-select-helper .fc-event-bg {
503   display: none\9;
504   /* for IE6/7/8. nested opacity filters while dragging don't work */
505 }
506 /* resizable */
507 .fc-event-vert .ui-resizable-s {
508   bottom: 0 !important;
509   /* importants override pre jquery ui 1.7 styles */
510   width: 100% !important;
511   height: 8px !important;
512   overflow: hidden !important;
513   line-height: 8px !important;
514   font-size: 11px !important;
515   font-family: monospace;
516   text-align: center;
517   cursor: s-resize;
518 }
519 .fc-agenda .ui-resizable-resizing {
520   /* TODO: better selector */
521   _overflow: hidden;
522 }
523 .clear {
524   clear: both;
525 }
526 .carousel-bullets {
527   height: 17px;
528   bottom: 20px;
529   width: 100%;
530   text-align: center;
531   z-index: 1000;
532   position: absolute;
533   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
534   -moz-opacity: 1;
535   -khtml-opacity: 1;
536   opacity: 1;
537   -webkit-transition: opacity 0.2s ease-out;
538   -moz-transition: opacity 0.2s ease-out;
539   -o-transition: opacity 0.2s ease-out;
540   -ms-transition: opacity 0.2s ease-out;
541   -webkit-transform: translateZ(5px);
542 }
543 .carousel-bullets > .bullet {
544   cursor: pointer;
545   position: relative !important;
546   background: rgba(0, 0, 0, 0.5) !important;
547   -webkit-border-radius: 10px;
548   border-radius: 10px;
549   -webkit-box-shadow: none;
550   -moz-box-shadow: none;
551   box-shadow: none;
552   width: 6px !important;
553   height: 6px !important;
554   border: 5px solid rgba(0, 0, 0, 0) !important;
555   display: inline-block;
556   margin-right: 2px !important;
557   margin-bottom: 0px !important;
558   -webkit-transition: background-color 0.2s, border-color 0.2s;
559   -moz-transition: background-color 0.2s, border-color 0.2s;
560   -o-transition: background-color 0.2s, border-color 0.2s;
561   -ms-transition: background-color 0.2s, border-color 0.2s;
562   transition: background-color 0.2s, border-color 0.2s;
563   float: none !important;
564   box-sizing: content-box;
565   -moz-box-sizing: content-box;
566   -webkit-box-sizing: content-box;
567 }
568 .carousel-bullets > .bullet:hover,
569 .carousel-bullets > .bullet.selected {
570   -webkit-box-shadow: none;
571   -moz-box-shadow: none;
572   box-shadow: none;
573   background: #ffffff !important;
574   width: 6px !important;
575   height: 6px !important;
576   border: 5px solid #000000 !important;
577 }
578 .carousel-inner > .carousel-arrow > .carousel-prev {
579   position: absolute;
580   display: block;
581   top: 50%;
582   color: #ffffff;
583   z-index: 100;
584   cursor: pointer;
585   padding: 10px;
586   margin-top: -22px;
587   left: 0;
588 }
589 .carousel-inner > .carousel-arrow > .carousel-next {
590   position: absolute;
591   display: block;
592   top: 50%;
593   color: #ffffff;
594   z-index: 100;
595   cursor: pointer;
596   padding: 10px;
597   margin-top: -22px;
598   right: 0;
599 }
600 .carousel-inner > .carousel-arrow > .carousel-prev > i,
601 .carousel-inner > .carousel-arrow > .carousel-next > i {
602   font-size: 24px;
603 }
604 .carousel-inner .tab-pane.clickable {
605   cursor: pointer;
606 }
607 /*
608  *
609  * From https://github.com/flatlogic/awesome-bootstrap-checkbox
610  *
611  */
612 .checkbox label {
613   display: inline-block;
614   position: relative;
615   padding-left: 5px;
616   -webkit-touch-callout: none;
617   -webkit-user-select: none;
618   -khtml-user-select: none;
619   -moz-user-select: none;
620   -ms-user-select: none;
621   user-select: none;
622 }
623 .checkbox label::after {
624   display: inline-block;
625   position: absolute;
626   width: 16px;
627   height: 16px;
628   left: 0;
629   top: 0;
630   margin-left: -20px;
631   padding-left: 3px;
632   padding-top: 1px;
633   font-size: 11px;
634   color: #555555;
635 }
636 .checkbox input[type="checkbox"] {
637   display: none;
638 }
639 .checkbox input[type="checkbox"]:checked + label::after {
640   font-size: 18px;
641   padding-top: 0px;
642   font-family: 'Font Awesome 5 Free 400';
643   font-weight: 900;
644   color: #5cb85c;
645   content: "\f14a";
646 }
647 .checkbox input[type="checkbox"]:not(:checked) + label::after {
648   font-size: 18px;
649   padding-top: 0px;
650   font-family: 'Font Awesome 5 Free 400';
651   font-weight: 900;
652   content: "\f0c8";
653 }
654 .checkbox input[type="checkbox"]:disabled + label {
655   opacity: 0.65;
656 }
657 .checkbox input[type="checkbox"]:disabled + label::before {
658   background-color: #eeeeee;
659   cursor: not-allowed;
660 }
661 .checkbox.checkbox-circle label::before {
662   border-radius: 50%;
663 }
664 .checkbox-primary input[type="checkbox"]:checked + label::before {
665   background-color: #337ab7;
666   border-color: #337ab7;
667 }
668 .checkbox-primary input[type="checkbox"]:checked + label::after {
669   color: #ffffff;
670 }
671 .checkbox-danger input[type="checkbox"]:checked + label::before {
672   background-color: #d9534f;
673   border-color: #d9534f;
674 }
675 .checkbox-danger input[type="checkbox"]:checked + label::after {
676   color: #ffffff;
677 }
678 .checkbox-info input[type="checkbox"]:checked + label::before {
679   background-color: #5bc0de;
680   border-color: #5bc0de;
681 }
682 .checkbox-info input[type="checkbox"]:checked + label::after {
683   color: #ffffff;
684 }
685 .checkbox-warning input[type="checkbox"]:checked + label::before {
686   background-color: #f0ad4e;
687   border-color: #f0ad4e;
688 }
689 .checkbox-warning input[type="checkbox"]:checked + label::after {
690   color: #ffffff;
691 }
692 .checkbox-success input[type="checkbox"]:checked + label::before {
693   background-color: #5cb85c;
694   border-color: #5cb85c;
695 }
696 .checkbox-success input[type="checkbox"]:checked + label::after {
697   color: #ffffff;
698 }
699 /* before is the outer cicle */
700 /* after is the inner circle.. */
701 .radio label {
702   display: inline-block;
703   position: relative;
704   padding-left: 5px;
705 }
706 .radio label::before {
707   content: "";
708   display: inline-block;
709   position: absolute;
710   width: 17px;
711   height: 17px;
712   left: 0;
713   margin-left: -20px;
714   border: 1px solid #777777;
715   border-radius: 50%;
716   background-color: #ffffff;
717   -webkit-transition: border 0.15s ease-in-out;
718   -o-transition: border 0.15s ease-in-out;
719   transition: border 0.15s ease-in-out;
720 }
721 .radio label::after {
722   display: inline-block;
723   position: absolute;
724   content: " ";
725   width: 11px;
726   height: 11px;
727   left: 3px;
728   top: 3px;
729   margin-left: -20px;
730   border-radius: 50%;
731   background-color: #ffffff;
732   -webkit-transform: scale(0, 0);
733   -ms-transform: scale(0, 0);
734   -o-transform: scale(0, 0);
735   transform: scale(0, 0);
736   -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
737   -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
738   -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
739   transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
740 }
741 .radio input[type="radio"] {
742   display: none;
743 }
744 .radio input[type="radio"]:checked + label::after {
745   -webkit-transform: scale(1, 1);
746   -ms-transform: scale(1, 1);
747   -o-transform: scale(1, 1);
748   transform: scale(1, 1);
749   background-color: #555555;
750 }
751 .radio input[type="radio"]:disabled + label {
752   opacity: 0.65;
753 }
754 .radio input[type="radio"]:disabled + label::before {
755   cursor: not-allowed;
756 }
757 .radio-primary input[type="radio"] + label::after {
758   background-color: #ffffff;
759 }
760 .radio-primary input[type="radio"]:checked + label::before {
761   border-color: #337ab7;
762 }
763 .radio-primary input[type="radio"]:checked + label::after {
764   background-color: #337ab7;
765 }
766 .radio-danger input[type="radio"] + label::after {
767   background-color: #d9534f;
768 }
769 .radio-danger input[type="radio"]:checked + label::before {
770   border-color: #d9534f;
771 }
772 .radio-danger input[type="radio"]:checked + label::after {
773   background-color: #d9534f;
774 }
775 .radio-info input[type="radio"] + label::after {
776   background-color: #ffffff;
777 }
778 .radio-info input[type="radio"]:checked + label::before {
779   border-color: #5bc0de;
780 }
781 .radio-info input[type="radio"]:checked + label::after {
782   background-color: #5bc0de;
783 }
784 .radio-warning input[type="radio"] + label::after {
785   background-color: #ffffff;
786 }
787 .radio-warning input[type="radio"]:checked + label::before {
788   border-color: #f0ad4e;
789 }
790 .radio-warning input[type="radio"]:checked + label::after {
791   background-color: #f0ad4e;
792 }
793 .radio-success input[type="radio"] + label::after {
794   background-color: #ffffff;
795 }
796 .radio-success input[type="radio"]:checked + label::before {
797   border-color: #5cb85c;
798 }
799 .radio-success input[type="radio"]:checked + label::after {
800   background-color: #5cb85c;
801 }
802 .checkbox.checkbox-inline,
803 .radio.radio-inline {
804   margin-top: 0;
805 }
806 /*
807  *
808  * From https://github.com/danielfarrell/bootstrap-combobox
809  *
810  */
811 .combobox-container {
812   margin-bottom: 5px;
813   *zoom: 1;
814   display: inline-table;
815 }
816 .combobox-container:before,
817 .combobox-container:after {
818   display: table;
819   content: "";
820 }
821 .combobox-container:after {
822   /* clear: both; */
823 }
824 .combobox-container input,
825 .combobox-container .uneditable-input {
826   -webkit-border-radius: 0 3px 3px 0;
827   -moz-border-radius: 0 3px 3px 0;
828   border-radius: 0 3px 3px 0;
829 }
830 .combobox-container input:focus,
831 .combobox-container .uneditable-input:focus {
832   position: relative;
833   z-index: 2;
834 }
835 .combobox-container .uneditable-input {
836   border-left-color: #777777;
837 }
838 .combobox-container .add-on {
839   float: left;
840   display: inline-block;
841   width: auto;
842   min-width: 16px;
843   height: inherit !important;
844   margin-right: -1px;
845   padding: 4px 5px;
846   font-weight: normal;
847   color: #777777;
848   text-align: center;
849   text-shadow: 0 1px 0 #ffffff;
850   background-color: #f5f5f5;
851   border: 1px solid #777777;
852   -webkit-border-radius: 3px 0 0 3px;
853   -moz-border-radius: 3px 0 0 3px;
854   border-radius: 3px 0 0 3px;
855 }
856 .combobox-container .active {
857   background-color: #337ab7;
858   color: #ffffff;
859 }
860 .combobox-container input,
861 .combobox-container .uneditable-input {
862   float: left;
863   -webkit-border-radius: 3px 0 0 3px;
864   -moz-border-radius: 3px 0 0 3px;
865   border-radius: 3px 0 0 3px;
866 }
867 .combobox-container .uneditable-input {
868   border-left-color: #eeeeee;
869   border-right-color: #777777;
870 }
871 .combobox-container .add-on {
872   margin-right: 0;
873   margin-left: -1px;
874   -webkit-border-radius: 0 3px 3px 0;
875   -moz-border-radius: 0 3px 3px 0;
876   border-radius: 0 3px 3px 0;
877 }
878 .combobox-container input:first-child {
879   *margin-left: -160px;
880 }
881 .combobox-container input:first-child + .add-on {
882   *margin-left: -21px;
883 }
884 .combobox-container select {
885   display: inline-block;
886   width: 0;
887   height: 0;
888   border: 0;
889   padding: 0;
890   margin: 0;
891   text-indent: -99999px;
892   *text-indent: 0;
893 }
894 .form-search .combobox-container,
895 .form-inline .combobox-container {
896   display: inline-block;
897   margin-bottom: 0;
898   vertical-align: top;
899 }
900 .form-search .combobox-container .add-on,
901 .form-inline .combobox-container .add-on {
902   vertical-align: middle;
903 }
904 .combobox-selected .combobox-clear {
905   display: inline-block;
906 }
907 .combobox-selected .caret {
908   display: none;
909 }
910 .combobox-clear {
911   display: none;
912   width: 14px;
913   height: 14px;
914   line-height: 14px;
915   vertical-align: top;
916   opacity: 0.3;
917   filter: alpha(opacity=30);
918 }
919 .dropdown:hover .combobox-clear,
920 .open.dropdown .combobox-clear {
921   opacity: 1;
922   filter: alpha(opacity=100);
923 }
924 .btn .combobox-clear {
925   margin-top: 1px;
926   margin-left: 1px;
927 }
928 .btn:hover .combobox-clear,
929 .open.btn-group .combobox-clear {
930   opacity: 1;
931   filter: alpha(opacity=100);
932 }
933 .typeahead-long {
934   max-height: 300px;
935   overflow-y: auto;
936 }
937 .control-group.error .combobox-container .add-on {
938   color: #d9534f;
939   border-color: #d9534f;
940 }
941 .control-group.error .combobox-container .caret {
942   border-top-color: #d9534f;
943 }
944 .control-group.warning .combobox-container .add-on {
945   color: #f0ad4e;
946   border-color: #f0ad4e;
947 }
948 .control-group.warning .combobox-container .caret {
949   border-top-color: #f0ad4e;
950 }
951 .control-group.success .combobox-container .add-on {
952   color: #5cb85c;
953   border-color: #5cb85c;
954 }
955 .control-group.success .combobox-container .caret {
956   border-top-color: #5cb85c;
957 }
958 .btn .combobox-clear [class^="icon-"] {
959   line-height: 1.4em;
960 }
961 .combobox-container .dropdown-menu {
962   border-radius: 0;
963   padding: 0;
964   border: 1px solid #337ab7;
965   border-top: none;
966 }
967 .roo-select2-container .dropdown-menu {
968   border: 1px solid #337ab7;
969 }
970 .dropdown-menu .active {
971   background: #337ab7;
972   color: #ffffff;
973 }
974 .dropdown-menu .active label {
975   color: #ffffff;
976 }
977 .dropdown-menu .roo-select2-result {
978   padding: 3px 7px 4px;
979   margin: 0;
980   cursor: pointer;
981   min-height: 1em;
982   -webkit-touch-callout: none;
983   -webkit-user-select: none;
984   -moz-user-select: none;
985   -ms-user-select: none;
986   user-select: none;
987 }
988 .roo-select2-container,
989 .roo-select2-choices .roo-select2-search-field {
990   width: 100%;
991 }
992 .roo-select2-container .x-combo-noedit {
993   cursor: pointer;
994   background-color: #ffffff;
995 }
996 .roo-select2-container .x-combo-noedit[disabled] {
997   cursor: not-allowed;
998   background-color: #eeeeee;
999 }
1000 .roo-combobox-tickable .roo-select2-choices {
1001   border: none;
1002   background-image: none;
1003 }
1004 .roo-combobox-tickable .roo-select2-result label {
1005   width: 100%;
1006 }
1007 /* zindex of dialogs is 10000++ so dropdowns have to be higher... */
1008 .dropdown-menu {
1009   z-index: 20002 !important;
1010 }
1011 .dropdown-menu .checkbox label {
1012   width: 100%;
1013 }
1014 .roo-select2-container-multi .dropdown-menu .roo-select2-result .checkbox {
1015   margin-top: 0px;
1016   margin-bottom: 0px;
1017 }
1018 .dropdown-menu .roo-select2-result .checkbox {
1019   margin-top: 3px;
1020   margin-bottom: 3px;
1021 }
1022 .roo-select2-container .input-group-addon {
1023   padding: 6px 12px;
1024   border: 1px solid #cccccc;
1025   border-left: 0px;
1026 }
1027 .roo-select2-container .roo-removable {
1028   position: relative;
1029 }
1030 .roo-select2-container .roo-removable .roo-combo-removable-btn {
1031   position: absolute;
1032   right: 10px;
1033   z-index: 2;
1034   top: 5px;
1035 }
1036 .roo-select2-container .has-feedback .roo-combo-removable-btn {
1037   position: absolute;
1038   right: 35px;
1039   z-index: 2;
1040   top: 5px;
1041 }
1042 /*
1043 .roo-select2-container .roo-removable.has-feedback .roo-combo-removable-btn {
1044     position: absolute;
1045     right: 40px;
1046     z-index: 2;
1047     top: 5px;
1048 }
1049
1050 .roo-select2-container .roo-removable.has-feedback.input-group .roo-combo-removable-btn {
1051     position: absolute;
1052     right: 70px;
1053     z-index: 2;
1054     top: 5px;
1055 }
1056
1057
1058 .roo-select2-container.input-group .has-feedback .roo-combo-removable-btn {
1059     position: absolute;
1060     right: 35px;
1061     z-index: 2;
1062     top: 5px;
1063 }*/
1064 .has-warning .roo-select2-container-multi {
1065   border: 1px solid #f0ad4e;
1066 }
1067 .roo-ios-select {
1068   width: 100%;
1069 }
1070 /*!
1071  * Datepicker for Bootstrap
1072  *
1073  * Copyright 2012 Stefan Petre
1074  * Improvements by Andrew Rowls
1075  * Licensed under the Apache License v2.0
1076  * http://www.apache.org/licenses/LICENSE-2.0
1077  *
1078  */
1079 .datepicker {
1080   padding: 8px 12px;
1081   margin-top: 1px;
1082   -webkit-border-radius: 4px;
1083   -moz-border-radius: 4px;
1084   border-radius: 4px;
1085   direction: ltr;
1086   font-size: 13px;
1087   /*.dow {
1088                 border-top: 1px solid @gray-light !important;
1089         }*/
1090 }
1091 .datepicker-inline {
1092   width: 220px;
1093 }
1094 .datepicker.datepicker-rtl {
1095   direction: rtl;
1096 }
1097 .datepicker.datepicker-rtl table tr td span {
1098   float: right;
1099 }
1100 .datepicker-dropdown {
1101   top: 0;
1102   left: 0;
1103 }
1104 /*.datepicker-dropdown:before {
1105   content: '';
1106   display: inline-block;
1107   border-left: 7px solid transparent;
1108   border-right: 7px solid transparent;
1109   border-bottom: 7px solid @gray-light;
1110   border-bottom-color: @black-opacity-20;
1111   position: absolute;
1112   top: -7px;
1113   left: 6px;
1114 }
1115 .datepicker-dropdown:after {
1116   content: '';
1117   display: inline-block;
1118   border-left: 6px solid transparent;
1119   border-right: 6px solid transparent;
1120   border-bottom: 6px solid @body-bg;
1121   position: absolute;
1122   top: -6px;
1123   left: 7px;
1124 }*/
1125 .datepicker-dropdown.bottom:before {
1126   content: '';
1127   display: inline-block;
1128   border-left: 7px solid transparent;
1129   border-right: 7px solid transparent;
1130   border-bottom: 7px solid #777777;
1131   border-bottom-color: rgba(0, 0, 0, 0.2);
1132   position: absolute;
1133   top: -7px;
1134   left: 7px;
1135 }
1136 .datepicker-dropdown.bottom:after {
1137   content: '';
1138   display: inline-block;
1139   border-left: 6px solid transparent;
1140   border-right: 6px solid transparent;
1141   border-bottom: 6px solid #ffffff;
1142   position: absolute;
1143   top: -6px;
1144   left: 8px;
1145 }
1146 .datepicker-dropdown.top:before {
1147   content: '';
1148   display: inline-block;
1149   border-left: 7px solid transparent;
1150   border-right: 7px solid transparent;
1151   border-top: 7px solid #777777;
1152   border-bottom: 0;
1153   border-top-color: rgba(0, 0, 0, 0.2);
1154   position: absolute;
1155   bottom: -7px;
1156   left: 6px;
1157 }
1158 .datepicker-dropdown.top:after {
1159   content: '';
1160   display: inline-block;
1161   border-left: 6px solid transparent;
1162   border-right: 6px solid transparent;
1163   border-top: 6px solid #ffffff;
1164   border-bottom: 0;
1165   position: absolute;
1166   bottom: -6px;
1167   left: 7px;
1168 }
1169 .datepicker-dropdown.bottom-right:before {
1170   content: '';
1171   display: inline-block;
1172   border-left: 7px solid transparent;
1173   border-right: 7px solid transparent;
1174   border-bottom: 7px solid #777777;
1175   border-bottom-color: rgba(0, 0, 0, 0.2);
1176   position: absolute;
1177   top: -7px;
1178   left: 7px;
1179 }
1180 .datepicker-dropdown.bottom-right:after {
1181   content: '';
1182   display: inline-block;
1183   border-left: 6px solid transparent;
1184   border-right: 6px solid transparent;
1185   border-bottom: 6px solid #ffffff;
1186   position: absolute;
1187   top: -6px;
1188   left: 8px;
1189 }
1190 .datepicker-dropdown.bottom-left:before {
1191   content: '';
1192   display: inline-block;
1193   border-left: 7px solid transparent;
1194   border-right: 7px solid transparent;
1195   border-bottom: 7px solid #777777;
1196   border-bottom-color: rgba(0, 0, 0, 0.2);
1197   position: absolute;
1198   top: -7px;
1199   left: 260px;
1200 }
1201 .datepicker-dropdown.bottom-left:after {
1202   content: '';
1203   display: inline-block;
1204   border-left: 6px solid transparent;
1205   border-right: 6px solid transparent;
1206   border-bottom: 6px solid #ffffff;
1207   position: absolute;
1208   top: -6px;
1209   left: 261px;
1210 }
1211 .datepicker-dropdown.top-right:before {
1212   content: '';
1213   display: inline-block;
1214   border-left: 7px solid transparent;
1215   border-right: 7px solid transparent;
1216   border-top: 7px solid #777777;
1217   border-top-color: rgba(0, 0, 0, 0.2);
1218   position: absolute;
1219   bottom: -7px;
1220   left: 6px;
1221 }
1222 .datepicker-dropdown.top-right:after {
1223   content: '';
1224   display: inline-block;
1225   border-left: 6px solid transparent;
1226   border-right: 6px solid transparent;
1227   border-top: 6px solid #ffffff;
1228   position: absolute;
1229   bottom: -6px;
1230   left: 7px;
1231 }
1232 .datepicker-dropdown.top-left:before {
1233   content: '';
1234   display: inline-block;
1235   border-left: 7px solid transparent;
1236   border-right: 7px solid transparent;
1237   border-top: 7px solid #777777;
1238   border-top-color: rgba(0, 0, 0, 0.2);
1239   position: absolute;
1240   bottom: -7px;
1241   left: 260px;
1242 }
1243 .datepicker-dropdown.top-left:after {
1244   content: '';
1245   display: inline-block;
1246   border-left: 6px solid transparent;
1247   border-right: 6px solid transparent;
1248   border-top: 6px solid #ffffff;
1249   position: absolute;
1250   bottom: -6px;
1251   left: 261px;
1252 }
1253 .datepicker > div {
1254   display: none;
1255 }
1256 .datepicker.days div.datepicker-days {
1257   display: block;
1258 }
1259 .datepicker.months div.datepicker-months {
1260   display: block;
1261 }
1262 .datepicker.years div.datepicker-years {
1263   display: block;
1264 }
1265 .datepicker table {
1266   margin: 0;
1267 }
1268 .datepicker td,
1269 .datepicker th {
1270   text-align: center;
1271   width: 20px;
1272   height: 20px;
1273   -webkit-border-radius: 4px;
1274   -moz-border-radius: 4px;
1275   border-radius: 4px;
1276   border: none;
1277 }
1278 .table-striped .datepicker table tr td,
1279 .table-striped .datepicker table tr th {
1280   background-color: transparent;
1281 }
1282 .datepicker table tr td.day:hover {
1283   background: #eeeeee;
1284   cursor: pointer;
1285 }
1286 .datepicker table tr td.old,
1287 .datepicker table tr td.new {
1288   color: #eeeeee;
1289 }
1290 .datepicker table tr td.disabled,
1291 .datepicker table tr td.disabled:hover {
1292   background: none;
1293   color: #eeeeee;
1294   cursor: default;
1295 }
1296 .datepicker table tr td.today,
1297 .datepicker table tr td.today:hover,
1298 .datepicker table tr td.today.disabled,
1299 .datepicker table tr td.today.disabled:hover {
1300   background-color: #f0ad4e;
1301   background-image: -moz-linear-gradient(top, #f0ad4e, #f0ad4e);
1302   background-image: -ms-linear-gradient(top, #f0ad4e, #f0ad4e);
1303   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0ad4e), to(#f0ad4e));
1304   background-image: -webkit-linear-gradient(top, #f0ad4e, #f0ad4e);
1305   background-image: -o-linear-gradient(top, #f0ad4e, #f0ad4e);
1306   background-image: linear-gradient(top, #f0ad4e, #f0ad4e);
1307   background-repeat: repeat-x;
1308   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-warning', endColorstr='@brand-warning', GradientType=0);
1309   border-color: #f0ad4e #f0ad4e #f0ad4e;
1310   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
1311   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1312 }
1313 .datepicker table tr td.today:hover,
1314 .datepicker table tr td.today:hover:hover,
1315 .datepicker table tr td.today.disabled:hover,
1316 .datepicker table tr td.today.disabled:hover:hover,
1317 .datepicker table tr td.today:active,
1318 .datepicker table tr td.today:hover:active,
1319 .datepicker table tr td.today.disabled:active,
1320 .datepicker table tr td.today.disabled:hover:active,
1321 .datepicker table tr td.today.active,
1322 .datepicker table tr td.today:hover.active,
1323 .datepicker table tr td.today.disabled.active,
1324 .datepicker table tr td.today.disabled:hover.active,
1325 .datepicker table tr td.today.disabled,
1326 .datepicker table tr td.today:hover.disabled,
1327 .datepicker table tr td.today.disabled.disabled,
1328 .datepicker table tr td.today.disabled:hover.disabled,
1329 .datepicker table tr td.today[disabled],
1330 .datepicker table tr td.today:hover[disabled],
1331 .datepicker table tr td.today.disabled[disabled],
1332 .datepicker table tr td.today.disabled:hover[disabled] {
1333   background-color: #f0ad4e;
1334 }
1335 .datepicker table tr td.today:active,
1336 .datepicker table tr td.today:hover:active,
1337 .datepicker table tr td.today.disabled:active,
1338 .datepicker table tr td.today.disabled:hover:active,
1339 .datepicker table tr td.today.active,
1340 .datepicker table tr td.today:hover.active,
1341 .datepicker table tr td.today.disabled.active,
1342 .datepicker table tr td.today.disabled:hover.active {
1343   background-color: #f0ad4e;
1344 }
1345 .datepicker table tr td.active,
1346 .datepicker table tr td.active:hover,
1347 .datepicker table tr td.active.disabled,
1348 .datepicker table tr td.active.disabled:hover {
1349   background-color: #337ab7;
1350   background-image: -moz-linear-gradient(top, #3c87c8, #337ab7);
1351   background-image: -ms-linear-gradient(top, #3c87c8, #337ab7);
1352   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c87c8), to(#337ab7));
1353   background-image: -webkit-linear-gradient(top, #3c87c8, #337ab7);
1354   background-image: -o-linear-gradient(top, #3c87c8, #337ab7);
1355   background-image: linear-gradient(top, #3c87c8, #337ab7);
1356   background-repeat: repeat-x;
1357   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-primary, 5%)', endColorstr='@brand-primary', GradientType=0);
1358   border-color: #337ab7 #337ab7 #286090;
1359   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
1360   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1361   color: #ffffff;
1362   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
1363 }
1364 .datepicker table tr td.active:hover,
1365 .datepicker table tr td.active:hover:hover,
1366 .datepicker table tr td.active.disabled:hover,
1367 .datepicker table tr td.active.disabled:hover:hover,
1368 .datepicker table tr td.active:active,
1369 .datepicker table tr td.active:hover:active,
1370 .datepicker table tr td.active.disabled:active,
1371 .datepicker table tr td.active.disabled:hover:active,
1372 .datepicker table tr td.active.active,
1373 .datepicker table tr td.active:hover.active,
1374 .datepicker table tr td.active.disabled.active,
1375 .datepicker table tr td.active.disabled:hover.active,
1376 .datepicker table tr td.active.disabled,
1377 .datepicker table tr td.active:hover.disabled,
1378 .datepicker table tr td.active.disabled.disabled,
1379 .datepicker table tr td.active.disabled:hover.disabled,
1380 .datepicker table tr td.active[disabled],
1381 .datepicker table tr td.active:hover[disabled],
1382 .datepicker table tr td.active.disabled[disabled],
1383 .datepicker table tr td.active.disabled:hover[disabled] {
1384   background-color: #337ab7;
1385 }
1386 .datepicker table tr td.active:active,
1387 .datepicker table tr td.active:hover:active,
1388 .datepicker table tr td.active.disabled:active,
1389 .datepicker table tr td.active.disabled:hover:active,
1390 .datepicker table tr td.active.active,
1391 .datepicker table tr td.active:hover.active,
1392 .datepicker table tr td.active.disabled.active,
1393 .datepicker table tr td.active.disabled:hover.active {
1394   background-color: #286090;
1395 }
1396 .datepicker table tr td span {
1397   display: block;
1398   width: 23%;
1399   height: 54px;
1400   line-height: 54px;
1401   float: left;
1402   margin: 1%;
1403   cursor: pointer;
1404   -webkit-border-radius: 4px;
1405   -moz-border-radius: 4px;
1406   border-radius: 4px;
1407 }
1408 .datepicker table tr td span:hover {
1409   background: #eeeeee;
1410 }
1411 .datepicker table tr td span.disabled,
1412 .datepicker table tr td span.disabled:hover {
1413   background: none;
1414   color: #777777;
1415   cursor: default;
1416 }
1417 .datepicker table tr td span.active,
1418 .datepicker table tr td span.active:hover,
1419 .datepicker table tr td span.active.disabled,
1420 .datepicker table tr td span.active.disabled:hover {
1421   background-color: #337ab7;
1422   background-image: -moz-linear-gradient(top, #3c87c8, #337ab7);
1423   background-image: -ms-linear-gradient(top, #3c87c8, #337ab7);
1424   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c87c8), to(#337ab7));
1425   background-image: -webkit-linear-gradient(top, #3c87c8, #337ab7);
1426   background-image: -o-linear-gradient(top, #3c87c8, #337ab7);
1427   background-image: linear-gradient(top, #3c87c8, #337ab7);
1428   background-repeat: repeat-x;
1429   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-primary, 5%)', endColorstr='@brand-primary', GradientType=0);
1430   border-color: #337ab7 #337ab7 #286090;
1431   border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
1432   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1433   color: #ffffff;
1434   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
1435 }
1436 .datepicker table tr td span.active:hover,
1437 .datepicker table tr td span.active:hover:hover,
1438 .datepicker table tr td span.active.disabled:hover,
1439 .datepicker table tr td span.active.disabled:hover:hover,
1440 .datepicker table tr td span.active:active,
1441 .datepicker table tr td span.active:hover:active,
1442 .datepicker table tr td span.active.disabled:active,
1443 .datepicker table tr td span.active.disabled:hover:active,
1444 .datepicker table tr td span.active.active,
1445 .datepicker table tr td span.active:hover.active,
1446 .datepicker table tr td span.active.disabled.active,
1447 .datepicker table tr td span.active.disabled:hover.active,
1448 .datepicker table tr td span.active.disabled,
1449 .datepicker table tr td span.active:hover.disabled,
1450 .datepicker table tr td span.active.disabled.disabled,
1451 .datepicker table tr td span.active.disabled:hover.disabled,
1452 .datepicker table tr td span.active[disabled],
1453 .datepicker table tr td span.active:hover[disabled],
1454 .datepicker table tr td span.active.disabled[disabled],
1455 .datepicker table tr td span.active.disabled:hover[disabled] {
1456   background-color: #337ab7;
1457 }
1458 .datepicker table tr td span.active:active,
1459 .datepicker table tr td span.active:hover:active,
1460 .datepicker table tr td span.active.disabled:active,
1461 .datepicker table tr td span.active.disabled:hover:active,
1462 .datepicker table tr td span.active.active,
1463 .datepicker table tr td span.active:hover.active,
1464 .datepicker table tr td span.active.disabled.active,
1465 .datepicker table tr td span.active.disabled:hover.active {
1466   background-color: #286090;
1467 }
1468 .datepicker table tr td span.old {
1469   color: #777777;
1470 }
1471 .datepicker th.switch {
1472   width: 145px;
1473 }
1474 .datepicker thead tr:first-child th,
1475 .datepicker tfoot tr:first-child th {
1476   cursor: pointer;
1477 }
1478 .datepicker thead tr:first-child th:hover,
1479 .datepicker tfoot tr:first-child th:hover {
1480   background: #eeeeee;
1481 }
1482 .datepicker .cw {
1483   font-size: 10px;
1484   width: 12px;
1485   padding: 0 2px 0 5px;
1486   vertical-align: middle;
1487 }
1488 .datepicker thead tr:first-child th.cw {
1489   cursor: default;
1490   background-color: transparent;
1491 }
1492 .input-append.date .add-on i,
1493 .input-prepend.date .add-on i {
1494   display: block;
1495   cursor: pointer;
1496   width: 16px;
1497   height: 16px;
1498 }
1499 .datepicker .datepicker-time td span {
1500   display: block;
1501   width: 47px;
1502   height: 54px;
1503   line-height: 54px;
1504   float: left;
1505   margin: 2px;
1506   cursor: pointer;
1507   border-radius: 4px;
1508 }
1509 .datepicker .datepicker-time td span.timepicker-hour,
1510 .datepicker .datepicker-time td span.timepicker-minute {
1511   width: 100%;
1512   font-weight: bold;
1513   font-size: 1.2em;
1514 }
1515 .roo-document-manager-selector {
1516   visibility: hidden;
1517   height: 0px;
1518 }
1519 .roo-document-manager-uploader,
1520 .roo-document-manager-loading,
1521 .roo-document-manager-preview {
1522   position: relative;
1523   float: left;
1524   width: 25%;
1525   padding-left: 5px;
1526   height: 100px;
1527   max-height: 100px;
1528   margin-top: 10px;
1529   margin-left: 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   padding-bottom: 5px;
1563 }
1564 .roo-document-manager-preview > .close {
1565   position: absolute;
1566   top: 0px;
1567   right: 3px;
1568   font-size: 20px;
1569   opacity: 1;
1570 }
1571 .roo-document-manager-preview > .close:hover {
1572   color: #333333;
1573 }
1574 .roo-document-manager-preview.disabled > .roo-document-manager-thumb > img {
1575   -webkit-filter: grayscale(100%);
1576   -moz-filter: grayscale(100%);
1577   -o-filter: grayscale(100%);
1578   -ms-filter: grayscale(100%);
1579   filter: grayscale(100%);
1580 }
1581 .roo-document-manager-preview.disabled > .close {
1582   display: none !important;
1583 }
1584 .roo-document-manager-preview > .roo-document-manager-thumb > .fa {
1585   position: absolute;
1586   left: -5px;
1587   top: -5px;
1588   width: 25px;
1589   height: 25px;
1590   -webkit-border-radius: 50%;
1591   -moz-border-radius: 50%;
1592   border-radius: 50%;
1593   line-height: 25px;
1594   text-align: center;
1595   background-color: #ffffff;
1596   /*border: inherit;*/
1597   font-size: 1.8em;
1598   z-index: 1;
1599 }
1600 .roo-document-manager-preview > .roo-document-manager-thumb.bottom > .fa {
1601   top: inherit;
1602   bottom: -5px;
1603 }
1604 .roo-document-manager-preview > .roo-document-manager-thumb.primary > .fa {
1605   color: #337ab7;
1606 }
1607 .roo-document-manager-preview > .roo-document-manager-thumb.border-primary {
1608   border: 3px solid #337ab7;
1609 }
1610 .roo-document-manager-preview.disabled > .roo-document-manager-thumb.primary > .fa {
1611   color: #555555;
1612 }
1613 .roo-document-manager-preview.disabled > .roo-document-manager-thumb.border-primary {
1614   border: none;
1615 }
1616 /*
1617 * sm
1618 */
1619 @media (min-width: 768px) {
1620   .roo-document-manager-uploader,
1621   .roo-document-manager-loading,
1622   .roo-document-manager-preview {
1623     height: 200px;
1624     max-height: 200px;
1625   }
1626   .roo-document-manager-thumb,
1627   .roo-document-manager-upload-btn {
1628     line-height: 200px;
1629     height: 200px;
1630     max-height: 200px;
1631   }
1632   .roo-document-manager-thumb > i.fa,
1633   .roo-document-manager-upload-btn > i.fa {
1634     line-height: 198px;
1635   }
1636 }
1637 /*
1638 * md
1639 */
1640 @media (min-width: 992px) {
1641   .roo-document-manager-uploader,
1642   .roo-document-manager-loading,
1643   .roo-document-manager-preview {
1644     width: 8.33333333%;
1645     height: 80px;
1646     max-height: 80px;
1647   }
1648   .roo-document-manager-preview.wide {
1649     width: 16.66666666%;
1650   }
1651   .roo-document-manager-thumb,
1652   .roo-document-manager-upload-btn {
1653     line-height: 80px;
1654     height: 80px;
1655     max-height: 80px;
1656   }
1657   .roo-document-manager-thumb > i.fa,
1658   .roo-document-manager-upload-btn > i.fa {
1659     line-height: 78px;
1660   }
1661 }
1662 /*
1663 * lg
1664 */
1665 @media (min-width: 1200px) {
1666   .roo-document-manager-uploader,
1667   .roo-document-manager-loading,
1668   .roo-document-manager-preview {
1669     width: 8.33333333%;
1670     height: 100px;
1671     max-height: 100px;
1672   }
1673   .roo-document-manager-preview.wide {
1674     width: 16.66666666%;
1675   }
1676   .roo-document-manager-thumb,
1677   .roo-document-manager-upload-btn {
1678     line-height: 100px;
1679     height: 100px;
1680     max-height: 100px;
1681   }
1682   .roo-document-manager-thumb > i.fa,
1683   .roo-document-manager-upload-btn > i.fa {
1684     line-height: 98px;
1685   }
1686 }
1687 .document-slider-dialog .modal-body {
1688   padding: 0px;
1689 }
1690 .roo-document-slider-header {
1691   background-color: rgba(0, 0, 0, 0.5);
1692 }
1693 .roo-document-slider-header .roo-document-slider-header-title {
1694   width: 80%;
1695   margin: 0 auto;
1696   padding: 10px 0;
1697   color: #ffffff;
1698   font-weight: bold;
1699   text-align: center;
1700 }
1701 .roo-document-slider-body {
1702   background-color: #ffffff;
1703   width: 100%;
1704   height: 450px;
1705   position: relative;
1706   overflow: hidden;
1707 }
1708 .roo-document-slider-body .roo-document-slider-thumb {
1709   position: absolute;
1710   width: 80%;
1711   height: 100%;
1712   top: 50%;
1713   left: 50%;
1714   transform: translate(-50%, -50%);
1715   box-sizing: border-box;
1716   border: 1px solid #666666;
1717   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
1718   text-align: center;
1719   vertical-align: middle;
1720   overflow: auto;
1721   cursor: move;
1722 }
1723 .roo-document-slider-body .roo-document-slider-image {
1724   width: 100%;
1725 }
1726 .roo-document-slider-prev {
1727   position: absolute;
1728   top: 0;
1729   left: 0;
1730   text-align: center;
1731   width: 10%;
1732   height: 100%;
1733 }
1734 .roo-document-slider-next {
1735   position: absolute;
1736   top: 0;
1737   right: 0;
1738   text-align: center;
1739   width: 10%;
1740   height: 100%;
1741 }
1742 .roo-document-slider-prev > i,
1743 .roo-document-slider-next > i {
1744   position: relative;
1745   top: 50%;
1746   transform: translateY(-50%);
1747   cursor: pointer;
1748   font-size: 2em;
1749 }
1750 .document-viewer-dialog .modal-dialog {
1751   margin: 0px auto;
1752 }
1753 .document-viewer-dialog .modal-header,
1754 .document-viewer-dialog .modal-footer {
1755   padding-top: 5px;
1756   padding-bottom: 5px;
1757 }
1758 .document-viewer-dialog .modal-body {
1759   padding: 0px;
1760 }
1761 .roo-document-viewer-body {
1762   background-color: #ffffff;
1763   width: 100%;
1764   height: 450px;
1765   max-height: 450px;
1766   position: relative;
1767   overflow: hidden;
1768   cursor: move;
1769 }
1770 .roo-document-viewer-body .roo-document-viewer-thumb {
1771   position: absolute;
1772   width: 80%;
1773   height: 80%;
1774   top: 50%;
1775   left: 50%;
1776   transform: translate(-50%, -50%);
1777   box-sizing: border-box;
1778   border: 1px solid #666666;
1779   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
1780   text-align: center;
1781   vertical-align: middle;
1782   overflow: auto;
1783 }
1784 .roo-document-viewer-body .roo-document-viewer-image {
1785   width: 100%;
1786 }
1787 .roo-document-viewer-btn-group button {
1788   background-color: #000000;
1789   color: #ffffff;
1790   border-color: #333333;
1791 }
1792 .roo-document-viewer-btn-group > .btn-group:first-child > button {
1793   border-top-left-radius: 0;
1794 }
1795 .roo-document-viewer-btn-group > .btn-group:last-child > button {
1796   border-top-right-radius: 0;
1797 }
1798 .dropdown-submenu:hover > a,
1799 .dropdown-submenu:focus > a {
1800   color: #ffffff;
1801   text-decoration: none;
1802   background-color: #337ab7;
1803   background-image: -moz-linear-gradient(top, #337ab7, #3072ab);
1804   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#337ab7), to(#3072ab));
1805   background-image: -webkit-linear-gradient(top, #337ab7, #3072ab);
1806   background-image: -o-linear-gradient(top, #337ab7, #3072ab);
1807   background-image: linear-gradient(to bottom, #337ab7, #3072ab);
1808   background-repeat: repeat-x;
1809   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-primary', endColorstr='darken(@brand-primary, 3%)', GradientType=0);
1810 }
1811 .dropdown-submenu {
1812   position: relative;
1813 }
1814 .dropdown-submenu > .dropdown-menu {
1815   top: 0;
1816   left: 100%;
1817   margin-top: -6px;
1818   margin-left: -1px;
1819   -webkit-border-radius: 0 6px 6px 6px;
1820   -moz-border-radius: 0 6px 6px 6px;
1821   border-radius: 0 6px 6px 6px;
1822 }
1823 .dropdown-submenu:hover > .dropdown-menu {
1824   display: block;
1825 }
1826 .dropup .dropdown-submenu > .dropdown-menu {
1827   top: auto;
1828   bottom: 0;
1829   margin-top: 0;
1830   margin-bottom: -2px;
1831   -webkit-border-radius: 5px 5px 5px 0;
1832   -moz-border-radius: 5px 5px 5px 0;
1833   border-radius: 5px 5px 5px 0;
1834 }
1835 .dropup .dropdown-menu {
1836   -webkit-animation-name: inherit;
1837 }
1838 .dropdown-submenu > a:after {
1839   display: block;
1840   float: right;
1841   width: 0;
1842   height: 0;
1843   margin-top: 5px;
1844   margin-right: -10px;
1845   border-color: transparent;
1846   border-left-color: #777777;
1847   border-style: solid;
1848   border-width: 5px 0 5px 5px;
1849   content: " ";
1850 }
1851 .dropdown-submenu:hover > a:after {
1852   border-left-color: #ffffff;
1853 }
1854 .dropdown-submenu.pull-left {
1855   float: none !important;
1856 }
1857 .dropdown-submenu.pull-left > .dropdown-menu {
1858   left: 0;
1859   margin-left: 1px;
1860   -webkit-border-radius: 6px 0 6px 6px;
1861   -moz-border-radius: 6px 0 6px 6px;
1862   border-radius: 6px 0 6px 6px;
1863 }
1864 .dropdown-button > i {
1865   margin-right: 5px;
1866 }
1867 li.dropdown-toggle i.glyphicon + span {
1868   margin-left: 5px;
1869 }
1870 li.dropdown-toggle span + i.glyphicon {
1871   margin-left: 5px;
1872 }
1873 li.dropdown-menu-item i.fa + span {
1874   margin-left: 5px;
1875 }
1876 li.dropdown-toggle button > i.glyphicon {
1877   margin: 3px 0 0 5px;
1878 }
1879 div.input-group.has-feedback > .form-control-feedback {
1880   right: 30px;
1881 }
1882 div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
1883   right: 39px;
1884 }
1885 .roo-required-indicator {
1886   font-size: 8px;
1887   color: #d9534f;
1888   vertical-align: top;
1889 }
1890 .roo-required-indicator.left-indicator {
1891   margin-right: 3px;
1892 }
1893 .roo-required-indicator.right-indicator {
1894   margin-left: 3px;
1895 }
1896 .label-pill {
1897   padding-right: .6em;
1898   padding-left: .6em;
1899   border-radius: 10rem;
1900 }
1901 .roo-layout-container {
1902   width: 100%;
1903   height: 100%;
1904   overflow: hidden;
1905 }
1906 .roo-layout-inactive-content {
1907   position: absolute;
1908   left: -10000px;
1909   top: -10000px;
1910   visibility: hidden;
1911 }
1912 .roo-layout-active-content {
1913   visibility: visible;
1914   /* padding: 10px; */
1915 }
1916 .roo-layout-panel {
1917   position: absolute;
1918   /* overflow:hidden;  -- menus inside of contains do not work with this */
1919   /*
1920     background-color:white;
1921     border:1px solid #98c0f4;
1922     */
1923 }
1924 .roo-layout-panel-east,
1925 .roo-layout-panel-west {
1926   z-index: 10;
1927 }
1928 .roo-layout-panel-north,
1929 .roo-layout-panel-south {
1930   z-index: 11;
1931 }
1932 /*
1933 .roo-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
1934     z-index:12;
1935 }
1936 */
1937 .roo-layout-panel-body {
1938   overflow: hidden;
1939 }
1940 /*
1941
1942 .roo-layout-grid-wrapper{
1943
1944 }
1945 */
1946 .roo-layout-split {
1947   position: absolute;
1948   height: 5px;
1949   width: 5px;
1950   line-height: 1px;
1951   font-size: 1px;
1952   z-index: 3;
1953   background-color: #f5f5f5;
1954 }
1955 .roo-layout-split-south,
1956 .roo-layout-split-north {
1957   border-bottom: 1px solid #777777;
1958 }
1959 .roo-layout-split-east,
1960 .roo-layout-split-west {
1961   border-right: 1px solid #777777;
1962 }
1963 .roo-layout-panel-hd {
1964   position: relative;
1965 }
1966 .roo-layout-panel-hd.breadcrumb {
1967   margin-bottom: 0;
1968 }
1969 .roo-layout-panel-hd-text {
1970   padding: 4px;
1971   padding-left: 4px;
1972   display: block;
1973   white-space: nowrap;
1974 }
1975 .roo-layout-panel-hd-tools {
1976   position: absolute;
1977   right: 0;
1978   top: 0;
1979   text-align: right;
1980   padding-top: 2px;
1981   padding-right: 2px;
1982   width: 40px;
1983 }
1984 /*
1985 .x-layout-tools-button{
1986     z-index:6;
1987     padding:2px;
1988     float:right;
1989     cursor:pointer;
1990 }
1991 .x-layout-tools-button-over{
1992     padding:1px;
1993     border:1px solid #98c0f4;
1994     background-color:white;
1995 }
1996 .x-layout-tools-button-inner{
1997     height:12px;
1998     width:12px;
1999     line-height:1px;
2000     font-size:1px;
2001     background-repeat:no-repeat;
2002     background-position:center;
2003 }
2004 .x-layout-close{
2005     background-image:url(../images/default/layout/layout-sprite.gif);
2006     background-repeat: no-repeat;
2007     background-position: 50% -48px;
2008 }
2009 .x-layout-collapse-west,.x-layout-expand-east{
2010     background-image:url(../images/default/layout/layout-sprite.gif);
2011     background-repeat: no-repeat;
2012     background-position: 50% 0;
2013 }
2014 .x-layout-expand-west,.x-layout-collapse-east{
2015     background-image:url(../images/default/layout/layout-sprite.gif);
2016     background-repeat: no-repeat;
2017     background-position: 50% -12px;
2018 }
2019 .x-layout-collapse-north,.x-layout-expand-south{
2020     background-image:url(../images/default/layout/layout-sprite.gif);
2021     background-repeat: no-repeat;
2022     background-position: 50% -24px;
2023 }
2024 .x-layout-expand-north,.x-layout-collapse-south{
2025     background-image:url(../images/default/layout/layout-sprite.gif);
2026     background-repeat: no-repeat;
2027     background-position: 50% -36px;
2028 }
2029 .x-layout-split-h{
2030     background-image:url(../images/default/sizer/e-handle.gif);
2031     background-position: left;
2032     cursor:col-resize;
2033 }
2034 .x-layout-split-v{
2035     background-image:url(../images/default/sizer/s-handle.gif);
2036     background-position: top;
2037     cursor:row-resize;
2038 }
2039 .x-layout-panel .x-tabs-wrap{
2040     background:url(../images/default/layout/gradient-bg.gif);
2041 }
2042 */
2043 .roo-layout-panel .roo-tabbody {
2044   background-color: #ffffff;
2045   overflow: auto;
2046   height: 100%;
2047 }
2048 .roo-layout-component-panel,
2049 .roo-layout-nested-layout {
2050   position: relative;
2051   padding: 0;
2052   overflow: hidden;
2053   width: 200px;
2054   height: 200px;
2055 }
2056 .roo-layout-nested-layout .roo-layout-panel {
2057   border: 0 none;
2058 }
2059 /*
2060 .x-layout-nested-layout .x-layout-panel-north {
2061           border-bottom:1px solid #98c0f4;
2062 }
2063 .x-layout-nested-layout .x-layout-panel-south {
2064           border-top:1px solid #98c0f4;
2065 }
2066 .x-layout-nested-layout .x-layout-panel-east {
2067           border-left:1px solid #98c0f4;
2068 }
2069 .x-layout-nested-layout .x-layout-panel-west {
2070           border-right:1px solid #98c0f4;
2071 }
2072 */
2073 .roo-repaint {
2074   zoom: 1;
2075   background-color: transparent;
2076 }
2077 /*
2078 .x-layout-panel-dragover {
2079         border: 2px solid #6593cf;
2080 }
2081 .x-layout-panel-proxy {
2082         background-image: url(../images/default/layout/gradient-bg.gif);
2083         background-color:#c3daf9;
2084         border:1px dashed #6593cf;
2085         z-index:10001;
2086         overflow:hidden;
2087         position:absolute;
2088         left:0;top:0;
2089 }
2090
2091 .x-layout-slider {
2092         z-index:15;
2093         overflow:hidden;
2094         position:absolute;
2095 }
2096 */
2097 .roo-unselectable {
2098   -moz-user-select: none;
2099   -khtml-user-select: none;
2100   -webkit-user-select: none;
2101   cursor: default;
2102 }
2103 /** --- split bar dragging ---*/
2104 .roo-splitbar-proxy {
2105   z-index: 40009;
2106   visibility: hidden;
2107   position: absolute;
2108   background: #777777;
2109   border: 1px solid #000000;
2110   overflow: hidden;
2111 }
2112 .roo-splitbar-h,
2113 .roo-splitbar-proxy-h {
2114   cursor: col-resize;
2115 }
2116 .roo-splitbar-v,
2117 .roo-splitbar-proxy-v {
2118   cursor: row-resize;
2119 }
2120 /*
2121 .x-grid-resize-proxy
2122 {
2123         z-index:40009;
2124         visibility:hidden;
2125         position:absolute;
2126         background:#666;
2127         border: 1px solid #000;
2128         overflow:hidden;
2129         cursor:col-resize;
2130         overflow:hidden;
2131         width: 2px;
2132 }
2133
2134
2135 */
2136 .roo-layout-panel-body .navbar ul.nav-tabs {
2137   margin-top: 9px;
2138   display: table;
2139 }
2140 .roo-layout-panel-body .navbar {
2141   margin-bottom: 0px;
2142 }
2143 .roo-form-group-label-left::before,
2144 .roo-form-group-label-left::after {
2145   display: table;
2146   content: " ";
2147   clear: both;
2148 }
2149 a.list-group-item,
2150 button.list-group-item {
2151   width: 100%;
2152   color: #555555;
2153   text-align: inherit;
2154 }
2155 .roo-el-mask {
2156   z-index: 20000;
2157   position: absolute;
2158   top: 0;
2159   left: 0;
2160   -moz-opacity: 0.5;
2161   opacity: .50;
2162   filter: alpha(opacity=50);
2163   background-color: #777777;
2164   width: 100%;
2165   height: 100%;
2166   zoom: 1;
2167 }
2168 .roo-el-mask-msg {
2169   position: absolute;
2170   z-index: 20000;
2171   /*border: 4px double #557; */
2172   background-color: #ffffff;
2173   padding: 0px 30px;
2174   background-image: url('../images/ux/lightbox/loading.gif');
2175   background-repeat: no-repeat;
2176   border: 10px solid white;
2177   border-radius: 20px;
2178 }
2179 .roo-el-mask-msg div {
2180   font-family: 'Source Sans Pro', sans-serif;
2181   font-size: 24px;
2182   font-weight: 500;
2183   z-index: 20001;
2184   padding: 4px 15px;
2185   color: #555555;
2186 }
2187 .x-body-masked {
2188   overflow: hidden !important;
2189 }
2190 .x-body-masked select,
2191 .ext-masked object,
2192 .ext-masked embed {
2193   visibility: hidden;
2194 }
2195 .x-dlg-mask {
2196   z-index: 10000;
2197   display: none;
2198   position: absolute;
2199   top: 0;
2200   left: 0;
2201   -moz-opacity: 0.5;
2202   opacity: .50;
2203   filter: alpha(opacity=50);
2204   background-color: #777777;
2205 }
2206 .masonary .masonry-bottom-title {
2207   background-color: transparent;
2208 }
2209 .masonry-brick-link,
2210 .roo-brick-link {
2211   cursor: pointer;
2212   text-decoration: none;
2213   outline: 0;
2214 }
2215 .masonry-brick-paragraph,
2216 .roo-brick-paragraph {
2217   overflow: hidden;
2218 }
2219 .masonry-brick .masonry-brick-paragraph {
2220   padding: 9px;
2221   width: 100%;
2222   height: 100%;
2223   position: absolute;
2224   top: 0;
2225   left: 0;
2226   background-color: inherit;
2227 }
2228 .masonry-center-title .masonry-brick-paragraph,
2229 .masonry-bottom-title .masonry-brick-paragraph,
2230 .roo-brick-center-title .roo-brick-paragraph,
2231 .roo-brick-bottom-title .roo-brick-paragraph {
2232   display: table;
2233 }
2234 .masonry-center-title .masonry-brick-paragraph .masonry-brick-title,
2235 .roo-brick-center-title .roo-brick-paragraph .roo-brick-title {
2236   display: table-cell;
2237   vertical-align: middle;
2238   text-align: center;
2239 }
2240 .masonry-bottom-title .masonry-brick-paragraph .masonry-brick-title,
2241 .roo-brick-bottom-title .roo-brick-paragraph .roo-brick-title {
2242   display: table-cell;
2243   vertical-align: bottom;
2244   text-align: right;
2245 }
2246 .masonry-brick-image .masonry-brick-paragraph,
2247 .roo-brick-image .roo-brick-paragraph {
2248   opacity: 0;
2249 }
2250 .masonry-bottom-title .masonry-brick-paragraph {
2251   opacity: 1;
2252 }
2253 .masonry-brick-image-view {
2254   width: 100%;
2255   height: 100%;
2256   object-fit: cover;
2257 }
2258 .masonry-brick-paragraph .masonry-brick-title,
2259 .roo-brick-paragraph .roo-brick-title {
2260   margin-top: 0;
2261 }
2262 .roo-brick .roo-brick-paragraph {
2263   padding: 9px;
2264   width: 100%;
2265   height: 100%;
2266   background-color: inherit;
2267 }
2268 .roo-brick-image-view {
2269   position: absolute;
2270   top: 0;
2271   object-fit: cover;
2272 }
2273 a.roo-brick-link:focus,
2274 a.roo-brick-link:hover {
2275   text-decoration: none;
2276   outline: 0;
2277 }
2278 .masonry-brick-split .masonry-brick-split-head,
2279 .masonry-brick-split .masonry-brick-split-head .masonry-brick-paragraph {
2280   height: 75%;
2281 }
2282 .masonry-brick-split .masonry-brick-split-body {
2283   height: 25%;
2284   padding: 4px;
2285   color: #000000;
2286   font-size: 11px;
2287 }
2288 .enable-mask:hover .masonry-brick-mask {
2289   width: 100%;
2290   height: 100%;
2291   position: absolute;
2292   top: 0;
2293   left: 0;
2294   background-color: #000000;
2295   opacity: 0.2;
2296 }
2297 @media (min-width: 768px) {
2298   .mask-inverse .masonry-brick-paragraph {
2299     background: rgba(0, 0, 0, 0.5);
2300   }
2301   .mask-inverse:hover .masonry-brick-paragraph {
2302     background: none;
2303   }
2304 }
2305 /* 
2306     Document   : modal
2307     Created on : Apr 23, 2014, 11:24:28 AM
2308     Author     : edward
2309     Description:
2310         Purpose of the stylesheet follows.
2311 */
2312 .modal-md-1,
2313 .modal-md-2,
2314 .modal-md-3,
2315 .modal-md-4,
2316 .modal-md-5,
2317 .modal-md-6,
2318 .modal-md-7,
2319 .modal-md-8,
2320 .modal-md-9,
2321 .modal-md-10,
2322 .modal-md-11,
2323 .modal-md-12 {
2324   float: left;
2325 }
2326 .modal-md-12 .modal-dialog {
2327   width: 100%;
2328   margin: 30 auto;
2329 }
2330 .modal-md-11 .modal-dialog {
2331   width: 91.66666666666666%;
2332   margin: 30 auto;
2333 }
2334 .modal-md-10 .modal-dialog {
2335   width: 83.33333333333334%;
2336   margin: 30 auto;
2337 }
2338 .modal-md-9 .modal-dialog {
2339   width: 75%;
2340   margin: 30 auto;
2341 }
2342 .modal-md-8 .modal-dialog {
2343   width: 66.66666666666666%;
2344   margin: 30 auto;
2345 }
2346 .modal-md-7 .modal-dialog {
2347   width: 58.333333333333336%;
2348   margin: 30 auto;
2349 }
2350 .modal-md-6 .modal-dialog {
2351   width: 50%;
2352   margin: 30 auto;
2353 }
2354 .modal-md-5 .modal-dialog {
2355   width: 41.66666666666667%;
2356   margin: 30 auto;
2357 }
2358 .modal-md-4 .modal-dialog {
2359   width: 33.33333333333333%;
2360   margin: 30 auto;
2361 }
2362 .modal-md-3 .modal-dialog {
2363   width: 25%;
2364   margin: 30 auto;
2365 }
2366 .modal-md-2 .modal-dialog {
2367   width: 16.666666666666664%;
2368   margin: 30 auto;
2369 }
2370 .modal-md-1 .modal-dialog {
2371   width: 8.333333333333332%;
2372   margin: 30 auto;
2373 }
2374 /*
2375  this  appears to break the layout on dialog buttons on mobile?
2376 @media (max-width: 568px) {
2377     .modal-footer .btn+.btn {
2378             margin-left: 0px;
2379             margin-top: 5px;
2380     }
2381 }
2382 */
2383 .modal-body.roo-layout-container,
2384 .modal-body > .container {
2385   padding: 0;
2386 }
2387 .modal-dialog {
2388   max-width: 100%;
2389 }
2390 .modal-body > .container .col-xs-12 {
2391   padding: 0;
2392 }
2393 @media (max-width: 768px) {
2394   .modal-body .col-md-12 {
2395     padding: 0;
2396   }
2397   .modal-body {
2398     padding: 5px;
2399   }
2400   .modal-body .row {
2401     margin-left: -5px;
2402     margin-right: -5px;
2403   }
2404 }
2405 .modal .roo-mb-progress-wrap {
2406   margin-top: 4px;
2407   border: 1px solid #286090;
2408 }
2409 .modal .roo-mb-progress-wrap .roo-mb-progress {
2410   height: 18px;
2411   background: transparent url('../images/default/basic-dialog/progress2.gif') repeat-x 1px 1px;
2412 }
2413 .modal .roo-mb-progress-wrap .roo-mb-progress .roo-mb-progress-bar {
2414   height: 18px;
2415   overflow: hidden;
2416   width: 0;
2417   background: #337ab7;
2418 }
2419 .roo-navigation-bar-group,
2420 .roo-navigation-top-bar,
2421 .roo-navigation-bullets-bar,
2422 .roo-navigation-bottom-bar {
2423   width: 100%;
2424   float: left;
2425 }
2426 .roo-navigation-bar-text > span {
2427   text-transform: uppercase;
2428   width: 90%;
2429   display: inline-block;
2430 }
2431 .roo-navigation-bar-text {
2432   float: left;
2433   line-height: 24px;
2434   height: 100%;
2435   min-height: 24px;
2436   text-align: center;
2437   position: relative;
2438 }
2439 .roo-navigation-bar {
2440   counter-reset: step;
2441   text-align: center;
2442   padding: 0px;
2443   overflow: hidden;
2444   margin: 0px;
2445 }
2446 .roo-navigation-bar .roo-navigation-bar-item {
2447   list-style-type: none;
2448   color: #000000;
2449   text-transform: uppercase;
2450   font-size: 14px;
2451   float: left;
2452   position: relative;
2453 }
2454 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:before {
2455   counter-increment: step;
2456   width: 25px;
2457   line-height: 25px;
2458   display: block;
2459   color: #ffffff;
2460   background: #337ab7;
2461   border-radius: 5px;
2462   font-weight: bold;
2463   cursor: pointer;
2464 }
2465 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon.step-number:before {
2466   content: counter(step);
2467 }
2468 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon:after {
2469   content: '';
2470   width: 100%;
2471   height: 5px;
2472   background: #337ab7;
2473   position: absolute;
2474   top: 10px;
2475   z-index: -1;
2476 }
2477 .roo-navigation-bar .roo-navigation-bar-item:last-child > .roo-navigation-bar-item-icon:after {
2478   content: none;
2479 }
2480 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2481   background: #ac2925;
2482   color: #ffffff;
2483 }
2484 .roo-navigation-bar .roo-navigation-bar-item.disabled .roo-navigation-bar-item-icon:before {
2485   background: #777777;
2486   color: #ffffff;
2487   cursor: not-allowed;
2488 }
2489 .roo-navigation-bar .roo-navigation-bar-item.active .roo-navigation-bar-item-icon:before {
2490   cursor: default;
2491 }
2492 .roo-navigation-bar .roo-navigation-bar-item .roo-navigation-bar-item-icon {
2493   font: normal normal normal 14px/1 FontAwesome;
2494   display: inline-block;
2495 }
2496 @media (min-width: 768px) {
2497   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before {
2498     content: counter(step);
2499   }
2500 }
2501 @media (min-width: 992px) {
2502   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2503   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before {
2504     content: counter(step);
2505   }
2506 }
2507 @media (min-width: 1200px) {
2508   .roo-navigation-bar .roo-navigation-bar-item.xs-icon > .roo-navigation-bar-item-icon:before,
2509   .roo-navigation-bar .roo-navigation-bar-item.sm-icon > .roo-navigation-bar-item-icon:before,
2510   .roo-navigation-bar .roo-navigation-bar-item.md-icon > .roo-navigation-bar-item-icon:before {
2511     content: counter(step);
2512   }
2513 }
2514 /* NAV TABS */
2515 .nav-tabs-custom {
2516   margin-bottom: 20px;
2517   background: #ffffff;
2518   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
2519 }
2520 .nav-tabs-custom > .nav-tabs {
2521   margin: 0;
2522   border-bottom-color: #777777;
2523 }
2524 .nav-tabs-custom > .nav-tabs > li {
2525   border-top: 3px solid transparent;
2526   margin-bottom: -2px;
2527   margin-right: 5px;
2528 }
2529 .nav-tabs-custom > .nav-tabs > li > a {
2530   -webkit-border-radius: 0 !important;
2531   -moz-border-radius: 0 !important;
2532   border-radius: 0 !important;
2533 }
2534 .nav-tabs-custom > .nav-tabs > li > a,
2535 .nav-tabs-custom > .nav-tabs > li > a:hover {
2536   background: transparent;
2537   margin: 0;
2538 }
2539 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2540 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2541 .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2542   border-color: transparent;
2543 }
2544 .nav-tabs-custom > .nav-tabs > li.active {
2545   border-top-color: #337ab7;
2546 }
2547 .nav-tabs-custom > .nav-tabs > li.active > a,
2548 .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2549   background-color: #ffffff;
2550 }
2551 .nav-tabs-custom > .nav-tabs > li.active > a {
2552   border-top: 0;
2553   border-left-color: #777777;
2554   border-right-color: #777777;
2555 }
2556 .nav-tabs-custom > .nav-tabs > li:first-of-type {
2557   margin-left: 0px;
2558 }
2559 .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2560   border-left-width: 0;
2561 }
2562 .nav-tabs-custom > .nav-tabs.pull-right {
2563   float: none !important;
2564 }
2565 .nav-tabs-custom > .nav-tabs.pull-right > li {
2566   float: right;
2567 }
2568 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2569   margin-right: 0px;
2570 }
2571 .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2572   border-left-width: 1px;
2573   border-right-width: 0px;
2574 }
2575 .nav-tabs-custom > .nav-tabs > li.header {
2576   font-weight: 400;
2577   line-height: 35px;
2578   padding: 0 10px;
2579   font-size: 20px;
2580   color: #333333;
2581   cursor: default;
2582 }
2583 .nav-tabs-custom > .nav-tabs > li.header > .fa,
2584 .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2585 .nav-tabs-custom > .nav-tabs > li.header > .ion {
2586   margin-right: 10px;
2587 }
2588 .nav-tabs-custom > .tab-content {
2589   background: #ffffff;
2590   padding: 10px;
2591 }
2592 /* --- override it appears it's done un-reliably in JS normally.. */
2593 .tab-content > .tab-pane {
2594   position: absolute;
2595 }
2596 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar {
2597   margin: 0 5px;
2598 }
2599 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar > .column {
2600   padding: 10px 5px;
2601 }
2602 @media (max-width: 768px) {
2603   .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar > .column {
2604     padding: 5px 5px;
2605   }
2606 }
2607 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .form-group {
2608   margin-bottom: 0px;
2609 }
2610 .tab-content > .tab-pane .navbar > .navbar-nav > .nav-item button + button {
2611   margin-left: 5px;
2612 }
2613 .tab-content > .tab-pane .navbar > .navbar-nav a.dropdown-toggle {
2614   padding: 10px 5px;
2615 }
2616 /* for some reason it's -15px on BS */
2617 @media (min-width: 768px) {
2618   .navbar-right {
2619     margin-right: 15px;
2620   }
2621 }
2622 /* was -15 before, on mobile it made the buttons too close to the edit.. */
2623 .navbar-nav {
2624   margin: 0px -5px;
2625 }
2626 table td .navbar {
2627   min-height: auto;
2628 }
2629 .roo-numberbox {
2630   background-color: #337ab7 !important;
2631   border: 10px solid black;
2632 }
2633 .roo-numberbox h {
2634   font-size: 24px;
2635 }
2636 .pull-xs-right {
2637   float: right !important;
2638 }
2639 .roo-radio-set:before,
2640 .roo-radio-set:after {
2641   display: table;
2642   content: " ";
2643   clear: both;
2644 }
2645 .radio.checked label::after {
2646   -webkit-transform: scale(1, 1);
2647   -ms-transform: scale(1, 1);
2648   -o-transform: scale(1, 1);
2649   transform: scale(1, 1);
2650   background-color: #555555;
2651 }
2652 .roo-radio-set.disabled .radio label {
2653   opacity: 0.65;
2654 }
2655 .roo-radio-set.disabled .radio label {
2656   cursor: not-allowed;
2657 }
2658 .roo-radio-primary .radio label::after {
2659   background-color: #ffffff;
2660 }
2661 .roo-radio-primary .radio.checked label::before {
2662   border-color: #337ab7;
2663 }
2664 .roo-radio-primary .radio.checked label::after {
2665   background-color: #337ab7;
2666 }
2667 .roo-radio-danger .radio label::after {
2668   background-color: #d9534f;
2669 }
2670 .roo-radio-danger .radio.checked label::before {
2671   border-color: #d9534f;
2672 }
2673 .roo-radio-danger .radio.checked label::after {
2674   background-color: #d9534f;
2675 }
2676 .roo-radio-info .radio label::after {
2677   background-color: #ffffff;
2678 }
2679 .roo-radio-info .radio.checked label::before {
2680   border-color: #5bc0de;
2681 }
2682 .roo-radio-info .radio.checked label::after {
2683   background-color: #5bc0de;
2684 }
2685 .roo-radio-warning .radio label::after {
2686   background-color: #ffffff;
2687 }
2688 .roo-radio-warning .radio.checked label::before {
2689   border-color: #f0ad4e;
2690 }
2691 .roo-radio-warning .radio.checked label::after {
2692   background-color: #f0ad4e;
2693 }
2694 .roo-radio-success .radio label::after {
2695   background-color: #ffffff;
2696 }
2697 .roo-radio-success .radio.checked label::before {
2698   border-color: #5cb85c;
2699 }
2700 .roo-radio-success .radio.checked label::after {
2701   background-color: #5cb85c;
2702 }
2703 .roo-radio-set.has-warning .roo-radio-set-items label,
2704 .roo-radio-set.has-warning .roo-radio-set-label {
2705   color: #f0ad4e;
2706 }
2707 .roo-radio-set.has-error .roo-radio-set-items label,
2708 .roo-radio-set.has-error .roo-radio-set-label {
2709   color: #d9534f;
2710 }
2711 .roo-radio-set.has-success .roo-radio-set-items label,
2712 .roo-radio-set.has-success .roo-radio-set-label {
2713   color: #5cb85c;
2714 }
2715 .roo-radio-set-inline .radio {
2716   position: relative;
2717   display: inline-block;
2718   padding-left: 20px;
2719   margin-top: 0px;
2720   margin-bottom: 0;
2721   font-weight: 400;
2722   vertical-align: middle;
2723   cursor: pointer;
2724 }
2725 .roo-radio-set-inline .radio + .radio {
2726   margin-left: 10px;
2727 }
2728 .roo-radio-set-label .roo-required-indicator.right-indicator {
2729   position: absolute;
2730 }
2731 .roo-radio-set-label .roo-required-indicator.right-indicator.fa-star {
2732   font-size: 8px;
2733   margin-left: 3px;
2734   color: #d9534f;
2735 }
2736 .roo-form-error-popover.in {
2737   opacity: 1;
2738 }
2739 .roo-form-error-popover .tooltip-inner {
2740   max-width: 100%;
2741   padding: 10px;
2742 }
2743 .x-form-field-wrap .form-group {
2744   /* what is this doing here?? */
2745   margin-bottom: 0px;
2746 }
2747 .roo-password-meter-grey {
2748   background: #777777;
2749   margin-bottom: 30px;
2750   height: 10px;
2751 }
2752 .roo-password-meter {
2753   font-size: 12px;
2754 }
2755 .roo-password-meter-container {
2756   margin-bottom: 20px;
2757 }
2758 .roo-password-meter-tooweak {
2759   background: #d9534f;
2760   height: 10px;
2761 }
2762 .roo-password-meter-weak {
2763   background: #f0ad4e;
2764   height: 10px;
2765 }
2766 .roo-password-meter-medium {
2767   background: #5bc0de;
2768   height: 10px;
2769 }
2770 .roo-password-meter-strong {
2771   background: #5cb85c;
2772   height: 10px;
2773 }
2774 .roo-password-meter-text {
2775   /* padding-bottom:5px; */
2776   margin-bottom: 30px;
2777   font-size: 12px;
2778   height: 10px;
2779 }
2780 /*
2781 Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
2782 */
2783 .roo-select2-container {
2784   margin: 0;
2785   position: relative;
2786   /*display: inline-block;*/
2787   /* inline-block for ie7 */
2788   zoom: 1;
2789   *display: inline;
2790   vertical-align: middle;
2791 }
2792 .roo-select2-container,
2793 .roo-select2-drop,
2794 .roo-select2-search,
2795 .roo-select2-search input {
2796   /*
2797     Force border-box so that % widths fit the parent
2798     container without overlap because of margin/padding.
2799     More Info : http://www.quirksmode.org/css/box.html
2800   */
2801   -webkit-box-sizing: border-box;
2802   /* webkit */
2803   -moz-box-sizing: border-box;
2804   /* firefox */
2805   box-sizing: border-box;
2806   /* css3 */
2807 }
2808 .roo-select2-container .roo-select2-choice {
2809   display: block;
2810   height: 26px;
2811   padding: 0 0 0 8px;
2812   overflow: hidden;
2813   position: relative;
2814   border: 1px solid #777777;
2815   white-space: nowrap;
2816   line-height: 26px;
2817   color: #333333;
2818   text-decoration: none;
2819   border-radius: 4px;
2820   background-clip: padding-box;
2821   -webkit-touch-callout: none;
2822   -webkit-user-select: none;
2823   -moz-user-select: none;
2824   -ms-user-select: none;
2825   user-select: none;
2826   background-color: #ffffff;
2827   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
2828   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2829   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
2830   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2831   background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
2832 }
2833 .roo-select2-container.roo-select2-drop-above .roo-select2-choice {
2834   border-bottom-color: #777777;
2835   border-radius: 0 0 4px 4px;
2836   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
2837   background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2838   background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
2839   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@body-bg', endColorstr='@gray-lighter', GradientType=0);
2840   background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
2841 }
2842 .roo-select2-container.roo-select2-allowclear .roo-select2-choice .roo-select2-chosen {
2843   margin-right: 42px;
2844 }
2845 .roo-select2-container .roo-select2-choice > .roo-select2-chosen {
2846   margin-right: 26px;
2847   display: block;
2848   overflow: hidden;
2849   white-space: nowrap;
2850   text-overflow: ellipsis;
2851   float: none;
2852   width: auto;
2853 }
2854 .roo-select2-container .roo-select2-choice abbr {
2855   display: none;
2856   width: 12px;
2857   height: 12px;
2858   position: absolute;
2859   right: 24px;
2860   top: 8px;
2861   font-size: 1px;
2862   text-decoration: none;
2863   border: 0;
2864   background: url('../images/select2/select2.png') right top no-repeat;
2865   cursor: pointer;
2866   outline: 0;
2867 }
2868 .roo-select2-container.roo-select2-allowclear .roo-select2-choice abbr {
2869   display: inline-block;
2870 }
2871 .roo-select2-container .roo-select2-choice abbr:hover {
2872   background-position: right -11px;
2873   cursor: pointer;
2874 }
2875 .roo-select2-drop-mask {
2876   border: 0;
2877   margin: 0;
2878   padding: 0;
2879   position: fixed;
2880   left: 0;
2881   top: 0;
2882   min-height: 100%;
2883   min-width: 100%;
2884   height: auto;
2885   width: auto;
2886   opacity: 0;
2887   z-index: 9998;
2888   /* styles required for IE to work */
2889   background-color: #ffffff;
2890   filter: alpha(opacity=0);
2891 }
2892 .roo-select2-drop {
2893   width: 100%;
2894   margin-top: -1px;
2895   position: absolute;
2896   z-index: 9999;
2897   top: 100%;
2898   background: #ffffff;
2899   color: #000000;
2900   border: 1px solid #777777;
2901   border-top: 0;
2902   border-radius: 0 0 4px 4px;
2903   -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2904   box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
2905 }
2906 .roo-select2-drop.roo-select2-drop-above {
2907   margin-top: 1px;
2908   border-top: 1px solid #777777;
2909   border-bottom: 0;
2910   border-radius: 4px 4px 0 0;
2911   -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2912   box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.2);
2913 }
2914 .roo-select2-drop-active {
2915   border: 1px solid #337ab7;
2916   border-top: none;
2917 }
2918 .roo-select2-drop.roo-select2-drop-above.roo-select2-drop-active {
2919   border-top: 1px solid #337ab7;
2920 }
2921 .roo-select2-drop-auto-width {
2922   border-top: 1px solid #777777;
2923   width: auto;
2924 }
2925 .roo-select2-drop-auto-width .roo-select2-search {
2926   padding-top: 4px;
2927 }
2928 .roo-select2-container .roo-select2-choice .roo-select2-arrow {
2929   display: inline-block;
2930   width: 18px;
2931   height: 100%;
2932   position: absolute;
2933   right: 0;
2934   top: 0;
2935   border-left: 1px solid #777777;
2936   border-radius: 0 4px 4px 0;
2937   background-clip: padding-box;
2938   background: #777777;
2939   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777777), color-stop(0.6, #eeeeee));
2940   background-image: -webkit-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2941   background-image: -moz-linear-gradient(center bottom, #777777 0%, #eeeeee 60%);
2942   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@gray-light', GradientType=0);
2943   background-image: linear-gradient(to top, #777777 0%, #eeeeee 60%);
2944 }
2945 .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
2946   display: block;
2947   width: 100%;
2948   height: 100%;
2949   background: url('../images/select2/select2.png') no-repeat 0 1px;
2950 }
2951 .roo-select2-search {
2952   display: inline-block;
2953   width: 100%;
2954   min-height: 26px;
2955   margin: 0;
2956   padding-left: 4px;
2957   padding-right: 4px;
2958   position: relative;
2959   z-index: 10000;
2960   white-space: nowrap;
2961 }
2962 .roo-select2-search input {
2963   width: 100%;
2964   height: auto !important;
2965   min-height: 26px;
2966   padding: 4px 20px 4px 5px;
2967   margin: 0;
2968   outline: 0;
2969   font-family: sans-serif;
2970   font-size: 1em;
2971   border: 1px solid #777777;
2972   border-radius: 0;
2973   -webkit-box-shadow: none;
2974   box-shadow: none;
2975   background: #ffffff url('../images/select2/select2.png') no-repeat 100% -22px;
2976   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));
2977   background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2978   background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2979   background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2980 }
2981 .roo-select2-drop.roo-select2-drop-above .roo-select2-search input {
2982   margin-top: 4px;
2983 }
2984 .roo-select2-search input.roo-select2-active {
2985   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100%;
2986   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));
2987   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2988   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
2989   background: url('../images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
2990 }
2991 .roo-select2-container-active .roo-select2-choice,
2992 .roo-select2-container-active .roo-select2-choices {
2993   border: 1px solid #337ab7;
2994   outline: none;
2995   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2996   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
2997 }
2998 .roo-select2-dropdown-open .roo-select2-choice {
2999   border-bottom-color: transparent;
3000   -webkit-box-shadow: 0 1px 0 #ffffff inset;
3001   box-shadow: 0 1px 0 #ffffff inset;
3002   border-bottom-left-radius: 0;
3003   border-bottom-right-radius: 0;
3004   background-color: #eeeeee;
3005   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
3006   background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
3007   background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
3008   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
3009   background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
3010 }
3011 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choice,
3012 .roo-select2-dropdown-open.roo-select2-drop-above .roo-select2-choices {
3013   border: 1px solid #337ab7;
3014   border-top-color: transparent;
3015   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
3016   background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
3017   background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
3018   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gray-lighter', endColorstr='@body-bg', GradientType=0);
3019   background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
3020 }
3021 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow {
3022   background: transparent;
3023   border-left: none;
3024   filter: none;
3025 }
3026 .roo-select2-dropdown-open .roo-select2-choice .roo-select2-arrow b {
3027   background-position: -18px 1px;
3028 }
3029 .roo-select2-hidden-accessible {
3030   border: 0;
3031   clip: rect(0 0 0 0);
3032   height: 1px;
3033   margin: -1px;
3034   overflow: hidden;
3035   padding: 0;
3036   position: absolute;
3037   width: 1px;
3038 }
3039 /* results */
3040 .roo-select2-results {
3041   max-height: 200px;
3042   padding: 0 0 0 4px;
3043   margin: 4px 4px 4px 0;
3044   position: relative;
3045   overflow-x: hidden;
3046   overflow-y: auto;
3047   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3048 }
3049 .roo-select2-results ul.roo-select2-result-sub {
3050   margin: 0;
3051   padding-left: 0;
3052 }
3053 .roo-select2-results li {
3054   list-style: none;
3055   display: list-item;
3056   background-image: none;
3057 }
3058 .roo-select2-results li.roo-select2-result-with-children > .roo-select2-result-label {
3059   font-weight: bold;
3060 }
3061 .roo-select2-results .roo-select2-result-label {
3062   padding: 3px 7px 4px;
3063   margin: 0;
3064   cursor: pointer;
3065   min-height: 1em;
3066   -webkit-touch-callout: none;
3067   -webkit-user-select: none;
3068   -moz-user-select: none;
3069   -ms-user-select: none;
3070   user-select: none;
3071 }
3072 .roo-select2-results-dept-1 .roo-select2-result-label {
3073   padding-left: 20px;
3074 }
3075 .roo-select2-results-dept-2 .roo-select2-result-label {
3076   padding-left: 40px;
3077 }
3078 .roo-select2-results-dept-3 .roo-select2-result-label {
3079   padding-left: 60px;
3080 }
3081 .roo-select2-results-dept-4 .roo-select2-result-label {
3082   padding-left: 80px;
3083 }
3084 .roo-select2-results-dept-5 .roo-select2-result-label {
3085   padding-left: 100px;
3086 }
3087 .roo-select2-results-dept-6 .roo-select2-result-label {
3088   padding-left: 110px;
3089 }
3090 .roo-select2-results-dept-7 .roo-select2-result-label {
3091   padding-left: 120px;
3092 }
3093 .roo-select2-results .roo-select2-highlighted {
3094   background: #337ab7;
3095   color: #ffffff;
3096 }
3097 .roo-select2-results li em {
3098   background: #f0ad4e;
3099   font-style: normal;
3100 }
3101 .roo-select2-results .roo-select2-highlighted em {
3102   background: transparent;
3103 }
3104 .roo-select2-results .roo-select2-highlighted ul {
3105   background: #ffffff;
3106   color: #000000;
3107 }
3108 .roo-select2-results .roo-select2-no-results,
3109 .roo-select2-results .roo-select2-searching,
3110 .roo-select2-results .roo-select2-selection-limit {
3111   background: #777777;
3112   display: list-item;
3113   padding-left: 5px;
3114 }
3115 /*
3116 disabled look for disabled choices in the results dropdown
3117 */
3118 .roo-select2-results .roo-select2-disabled.roo-select2-highlighted {
3119   color: #eeeeee;
3120   background: #777777;
3121   display: list-item;
3122   cursor: default;
3123 }
3124 .roo-select2-results .roo-select2-disabled {
3125   background: #777777;
3126   display: list-item;
3127   cursor: default;
3128 }
3129 .roo-select2-results .roo-select2-selected {
3130   display: none;
3131 }
3132 .roo-select2-more-results.roo-select2-active {
3133   background: #777777 url('../images/select2/select2-spinner.gif') no-repeat 100%;
3134 }
3135 .roo-select2-more-results {
3136   background: #777777;
3137   display: list-item;
3138 }
3139 /* disabled styles */
3140 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice {
3141   background-color: #777777;
3142   background-image: none;
3143   border: 1px solid #777777;
3144   cursor: default;
3145 }
3146 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice .roo-select2-arrow {
3147   background-color: #777777;
3148   background-image: none;
3149   border-left: 0;
3150 }
3151 .roo-select2-container.roo-select2-container-disabled .roo-select2-choice abbr {
3152   display: none;
3153 }
3154 /* multiselect */
3155 .roo-select2-container-multi .roo-select2-choices {
3156   height: auto !important;
3157   height: 1%;
3158   margin: 0;
3159   padding: 0;
3160   /*position: relative;*/
3161   border: 1px solid #777777;
3162   cursor: text;
3163   overflow: hidden;
3164   background-color: #ffffff;
3165   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
3166   background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3167   background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
3168   background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
3169 }
3170 .roo-select2-locked {
3171   padding: 3px 5px 3px 5px !important;
3172 }
3173 .roo-select2-container-multi .roo-select2-choices {
3174   min-height: 26px;
3175 }
3176 .roo-select2-container-multi.roo-select2-container-active .roo-select2-choices {
3177   border: 1px solid #337ab7;
3178   outline: none;
3179   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3180   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
3181 }
3182 .roo-select2-container-multi .roo-select2-choices li {
3183   float: left;
3184   list-style: none;
3185 }
3186 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices li {
3187   float: right;
3188 }
3189 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field {
3190   margin: 0;
3191   padding: 0;
3192   white-space: nowrap;
3193 }
3194 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input {
3195   padding: 5px;
3196   margin: 1px 0;
3197   font-family: sans-serif;
3198   font-size: 100%;
3199   color: #555555;
3200   outline: 0;
3201   border: 0;
3202   -webkit-box-shadow: none;
3203   box-shadow: none;
3204   background: transparent !important;
3205 }
3206 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-field input.roo-select2-active {
3207   background: #ffffff url('../images/select2/select2-spinner.gif') no-repeat 100% !important;
3208 }
3209 .roo-select2-default {
3210   color: #777777 !important;
3211 }
3212 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3213   padding: 4px 7px 4px 16px;
3214   margin: 0 1px;
3215   position: relative;
3216   line-height: 13px;
3217   color: #333333;
3218   cursor: default;
3219   border: 1px solid #777777;
3220   border-radius: 3px;
3221   -webkit-touch-callout: none;
3222   -webkit-user-select: none;
3223   -moz-user-select: none;
3224   -ms-user-select: none;
3225   user-select: none;
3226 }
3227 html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice {
3228   margin-left: 0;
3229   margin-right: 5px;
3230 }
3231 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-chosen {
3232   cursor: default;
3233 }
3234 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus {
3235   background: #777777;
3236 }
3237 .roo-select2-search-choice-close {
3238   display: block;
3239   width: 12px;
3240   height: 13px;
3241   position: absolute;
3242   right: 3px;
3243   top: 4px;
3244   font-size: 12px;
3245   outline: none;
3246   color: #777777;
3247   /*background: url('@{bootstrap-image-path}/select2/select2.png') right top no-repeat;*/
3248 }
3249 .roo-select2-search-choice-close:hover {
3250   color: #333333;
3251 }
3252 html[dir="rtl"] .roo-select2-search-choice-close {
3253   right: auto;
3254   left: 3px;
3255 }
3256 .roo-select2-container-multi .roo-select2-search-choice-close {
3257   left: 3px;
3258 }
3259 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close:hover {
3260   background-position: right -11px;
3261 }
3262 .roo-select2-container-multi .roo-select2-choices .roo-select2-search-choice-focus .roo-select2-search-choice-close {
3263   background-position: right -11px;
3264 }
3265 /* disabled styles */
3266 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices {
3267   background-color: #777777;
3268   background-image: none;
3269   border: 1px solid #777777;
3270   cursor: default;
3271 }
3272 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice {
3273   padding: 3px 5px 3px 5px;
3274   border: 1px solid #777777;
3275   background-image: none;
3276   background-color: #777777;
3277 }
3278 .roo-select2-container-multi.roo-select2-container-disabled .roo-select2-choices .roo-select2-search-choice .roo-select2-search-choice-close {
3279   display: none;
3280   background: none;
3281 }
3282 /* end multiselect */
3283 .roo-select2-result-selectable .roo-select2-match,
3284 .roo-select2-result-unselectable .roo-select2-match {
3285   text-decoration: underline;
3286 }
3287 .roo-select2-offscreen,
3288 .roo-select2-offscreen:focus {
3289   clip: rect(0 0 0 0) !important;
3290   width: 1px !important;
3291   height: 1px !important;
3292   border: 0 !important;
3293   margin: 0 !important;
3294   padding: 0 !important;
3295   overflow: hidden !important;
3296   position: absolute !important;
3297   outline: 0 !important;
3298   left: 0px !important;
3299   top: 0px !important;
3300 }
3301 .roo-select2-display-none {
3302   display: none;
3303 }
3304 .roo-select2-measure-scrollbar {
3305   position: absolute;
3306   top: -10000px;
3307   left: -10000px;
3308   width: 100px;
3309   height: 100px;
3310   overflow: scroll;
3311 }
3312 /* Retina-ize icons */
3313 @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
3314   .roo-select2-search input,
3315   .roo-select2-search-choice-close,
3316   .roo-select2-container .roo-select2-choice abbr,
3317   .roo-select2-container .roo-select2-choice .roo-select2-arrow b {
3318     background-image: url('../images/select2/select2x2.png') !important;
3319     background-repeat: no-repeat !important;
3320     background-size: 60px 40px !important;
3321   }
3322   .roo-select2-search input {
3323     background-position: 100% -21px !important;
3324   }
3325 }
3326 .has-error .roo-select2-choices {
3327   border-color: #d9534f;
3328   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3329   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8);
3330 }
3331 .dropdown-menu .roo-select2-result.disabled {
3332   background-color: #eeeeee;
3333   color: #777777;
3334   cursor: not-allowed;
3335 }
3336 .sidebar {
3337   margin-bottom: 5px;
3338 }
3339 /* override boostrap a:hover */
3340 .sidebar a:hover {
3341   text-decoration: none;
3342 }
3343 .sidebar .sidebar-menu {
3344   list-style: none;
3345   margin: 0;
3346   padding: 0;
3347 }
3348 /* GREY BG */
3349 .sidebar .sidebar-menu > li,
3350 .sidebar .sidebar-menu li.active li.treeview-menu {
3351   margin: 0;
3352   padding: 0;
3353   border-bottom: 1px solid #777777;
3354   background-color: #eeeeee;
3355 }
3356 /* active child menu - white BG */
3357 .sidebar .sidebar-menu li.active li.treeview-menu {
3358   background-color: #777777;
3359 }
3360 .sidebar .sidebar-menu > li > a,
3361 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3362   padding: 12px 5px 12px 15px;
3363   display: block;
3364   color: #333333;
3365 }
3366 .sidebar .sidebar-menu > li > a > .fa,
3367 .sidebar .sidebar-menu > li > a > .glyphicon,
3368 .sidebar .sidebar-menu > li > a > .ion {
3369   width: 20px;
3370 }
3371 .sidebar .sidebar-menu li:hover,
3372 .sidebar .sidebar-menu li:focus,
3373 .sidebar .sidebar-menu li:active,
3374 .sidebar .sidebar-menu li.active li.treeview-menu:hover,
3375 .sidebar .sidebar-menu li.active li.treeview-menu:focus,
3376 .sidebar .sidebar-menu li.active li.treeview-menu:active {
3377   background-color: #ffffff;
3378 }
3379 .sidebar .sidebar-menu li:hover a,
3380 .sidebar .sidebar-menu li:focus a,
3381 .sidebar .sidebar-menu li:active a,
3382 .sidebar .sidebar-menu li.oepn li.treeview-menu a:hover,
3383 .sidebar .sidebar-menu li.open li.treeview-menu a:focus,
3384 .sidebar .sidebar-menu li.open li.treeview-menu a:active {
3385   color: #000000;
3386   text-decoration: none;
3387 }
3388 /* BLUE ACTIVE */
3389 .sidebar .sidebar-menu li.active {
3390   color: #ffffff;
3391   background-color: #337ab7;
3392   border-color: #286090;
3393 }
3394 .sidebar .sidebar-menu li.active:hover,
3395 .sidebar .sidebar-menu li.active:focus,
3396 .sidebar .sidebar-menu li.active.focus {
3397   color: #ffffff;
3398   background-color: #337ab7;
3399   border-color: #286090;
3400 }
3401 .sidebar .sidebar-menu li.active a {
3402   color: #ffffff;
3403 }
3404 .sidebar .sidebar-menu li.disabled {
3405   color: #333333;
3406   background-color: #ffffff;
3407   border-color: #333333;
3408 }
3409 .sidebar .sidebar-menu li.disabled a {
3410   color: #777777;
3411   cursor: default;
3412 }
3413 .sidebar .sidebar-menu li.danger,
3414 .sidebar .sidebar-menu li.danger.active {
3415   color: #ffffff;
3416   background-color: #d9534f;
3417   border-color: #e27c79;
3418 }
3419 .sidebar .sidebar-menu li.danger:hover,
3420 .sidebar .sidebar-menu li.danger:focus,
3421 .sidebar .sidebar-menu li.danger.active:focus {
3422   color: #ffffff;
3423   background-color: #d9534f;
3424   border-color: #c9302c;
3425   border-bottom: 1px solid #c9302c;
3426 }
3427 .sidebar .sidebar-menu li.danger a,
3428 .sidebar .sidebar-menu li.danger.active a {
3429   color: #ffffff;
3430 }
3431 /* --- open  */
3432 .sidebar .sidebar-menu li.open ul {
3433   display: block;
3434 }
3435 .sidebar .sidebar-menu li.open .treeview-menu {
3436   display: block;
3437 }
3438 /* --- treeview menu  */
3439 .sidebar .sidebar-menu .treeview-menu {
3440   display: none;
3441   list-style: none;
3442   padding: 0;
3443   margin: 0;
3444 }
3445 .sidebar .sidebar-menu .treeview-menu > li {
3446   margin: 0;
3447 }
3448 .sidebar .sidebar-menu li.open li.treeview-menu > a {
3449   padding: 5px 5px 5px 20px;
3450   display: block;
3451   font-size: 14px;
3452   margin: 0px 0px;
3453 }
3454 .sidebar .sidebar-menu .treeview-menu > li > a > .fa,
3455 .sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
3456 .sidebar .sidebar-menu .treeview-menu > li > a > .ion {
3457   width: 20px;
3458 }
3459 /* background to highlighted treeview node
3460 .sidebar .sidebar-menu li li.treeview-menu.active  {
3461     background: #fff;
3462 }
3463 */
3464 .sidebar .sidebar-menu li li.treeview-menu.active > a {
3465   font-weight: bold;
3466 }
3467 /* active sidebard... */
3468 .badge-default {
3469   background-color: #777777;
3470   color: #ffffff;
3471 }
3472 .badge-primary {
3473   background-color: #337ab7;
3474   color: #ffffff;
3475 }
3476 .badge-success {
3477   background-color: #5cb85c;
3478   color: #ffffff;
3479 }
3480 .badge-info {
3481   background-color: #5bc0de;
3482   color: #ffffff;
3483 }
3484 .badge-warning {
3485   background-color: #f0ad4e;
3486   color: #ffffff;
3487 }
3488 .badge-danger {
3489   background-color: #d9534f;
3490   color: #ffffff;
3491 }
3492 .sidebar .sidebar-menu > li.active .badge-info {
3493   background-color: #ffffff;
3494   color: #5bc0de;
3495 }
3496 /*html, */
3497 /* Sticky footer styles
3498 -------------------------------------------------- */
3499 html.bootstrap-sticky {
3500   position: relative;
3501   min-height: 100%;
3502 }
3503 html.bootstrap-sticky body {
3504   /* Margin bottom by footer height */
3505   margin-bottom: 60px;
3506 }
3507 .bootstrap-sticky-footer {
3508   position: absolute;
3509   bottom: 0;
3510   width: 100%;
3511   /* Set the fixed height of the footer here */
3512   height: 60px;
3513   background-color: #f5f5f5;
3514 }
3515 /* Lastly, apply responsive CSS fixes as necessary */
3516 @media (max-width: 767px) {
3517   .bootstrap-sticky-footer {
3518     margin-left: -20px;
3519     margin-right: -20px;
3520     padding-left: 20px;
3521     padding-right: 20px;
3522   }
3523 }
3524 /* paging toolbar */
3525 .table .pagination .x-paging-position span {
3526   padding: 3px 6px;
3527 }
3528 .table .pagination .x-paging-position span input {
3529   margin: 0 0 0 7px;
3530   width: 42px;
3531   padding: 0 5px;
3532 }
3533 .navbar .pagination > li > span {
3534   min-height: 34px;
3535 }
3536 .navbar .pagination {
3537   margin: 0;
3538 }
3539 /* these are technicall adminlte related */
3540 .skin-blue .navbar .pagination > li > a:active,
3541 .skin-blue .navbar .pagination > li > a:focus,
3542 .skin-blue .navbar .pagination > li > a {
3543   background-color: #337ab7;
3544 }
3545 .skin-blue .navbar .pagination > li > a:hover {
3546   background-color: #777777;
3547 }
3548 .skin-blue table .navbar {
3549   background-color: #ffffff;
3550 }
3551 .skin-blue .navbar .pagination > li.disabled > a {
3552   background-color: #777777;
3553 }
3554 .skin-blue table .navbar {
3555   margin-bottom: 0;
3556   min-height: 0;
3557 }
3558 .table .sortable {
3559   cursor: pointer;
3560 }
3561 .table-body-fixed tbody {
3562   overflow-y: scroll;
3563   width: 100%;
3564 }
3565 .table-body-fixed thead,
3566 .table-body-fixed tbody,
3567 .table-body-fixed th {
3568   display: block;
3569 }
3570 .table-body-fixed thead {
3571   overflow: hidden;
3572 }
3573 .table-body-fixed tbody td,
3574 .table-body-fixed thead > tr > th {
3575   float: left;
3576   border-bottom-width: 0;
3577 }
3578 /* fake infinate widt.. */
3579 .table-body-fixed thead > tr,
3580 .table-body-fixed tbody > tr {
3581   display: block;
3582   overflow: hidden;
3583 }
3584 /* standard bootstrap does not colour rows very well.. */
3585 .table > tbody > tr.info {
3586   background-color: #d9edf7;
3587 }
3588 .table-hover > tbody > tr.info:hover {
3589   background-color: #c4e3f3;
3590 }
3591 .table tfoot .navbar {
3592   min-height: inherit;
3593 }
3594 /* for ie11 && edge: fixing height inheriting from tbody to tr */
3595 .roo-ie11 table.table tbody tr,
3596 .roo-edge table.table tbody tr {
3597   height: auto;
3598 }
3599 .header .top-bar {
3600   min-height: 30px;
3601   background: #777777;
3602   border-bottom: 1px solid #eeeeee;
3603   padding: 0;
3604 }
3605 @media (min-width: 980px) {
3606   .top-bar .collapse {
3607     display: block !important;
3608     visibility: visible !important;
3609     height: auto !important;
3610     overflow: visible !important;
3611     padding-bottom: 0;
3612   }
3613 }
3614 @media (min-width: 768px) and (max-width: 979px) {
3615   .header .top-bar {
3616     min-height: 0;
3617     padding: 3px 0;
3618   }
3619 }
3620 .header .social,
3621 .footer .social {
3622   margin-right: 4px;
3623   line-height: 30px;
3624   padding-left: 0;
3625   margin-bottom: 0;
3626 }
3627 .footer .social li:last-child,
3628 .footer .social {
3629   margin-right: 0 !important;
3630 }
3631 .header .social li:first-child {
3632   border-left: 1px solid #777777;
3633 }
3634 .header .social li,
3635 .footer .social li {
3636   border-right: 1px solid #777777;
3637   display: table-cell;
3638   vertical-align: middle;
3639   height: 40px;
3640   margin-right: 5px;
3641   width: 40px;
3642   text-align: center;
3643   -webkit-transition: background 0.5s ease-in-out;
3644   -moz-transition: background 0.5s ease-in-out;
3645   -o-transition: background 0.5s ease-in-out;
3646   -ms-transition: background 0.5s ease-in-out;
3647   transition: background 0.5s ease-in-out;
3648   padding: 1px;
3649 }
3650 .header .social i,
3651 .footer .social i {
3652   color: #555555;
3653   font-size: 16px;
3654   -webkit-transition: color 0.5s ease-in-out;
3655   -moz-transition: color 0.5s ease-in-out;
3656   -o-transition: color 0.5s ease-in-out;
3657   -ms-transition: color 0.5s ease-in-out;
3658   transition: color 0.5s ease-in-out;
3659 }
3660 .header .social li:hover a i,
3661 .footer .social li:hover a i {
3662   color: #ffffff;
3663 }
3664 .team .item .team-member-links a.facebook:hover,
3665 .member-social.dark a.facebook:hover,
3666 .header .social li.facebook:hover,
3667 .footer .social li.facebook:hover {
3668   background: #337ab7;
3669 }
3670 .team .item .team-member-links a.dribbble:hover,
3671 .member-social.dark a.dribbble:hover,
3672 .header .social li.dribbble:hover,
3673 .footer .social li.dribbble:hover {
3674   background: #f0ad4e;
3675 }
3676 .team .item .team-member-links a.twitter:hover,
3677 .member-social.dark a.twitter:hover,
3678 .header .social li.twitter:hover,
3679 .footer .social li.twitter:hover {
3680   background: #337ab7;
3681 }
3682 .team .item .team-member-links a.gplus:hover,
3683 .member-social.dark a.gplus:hover,
3684 .header .social li.gplus:hover,
3685 .footer .social li.gplus:hover {
3686   background: #d9534f;
3687 }
3688 .team .item .team-member-links a.linkedin:hover,
3689 .member-social.dark a.linkedin:hover,
3690 .header .social li.linkedin:hover,
3691 .footer .social li.linkedin:hover {
3692   background: #337ab7;
3693 }
3694 .team .item .team-member-links a.pinterest:hover,
3695 .member-social.dark a.pinterest:hover,
3696 .header .social li.pinterest:hover,
3697 .footer .social li.pinterest:hover {
3698   background: #d9534f;
3699 }
3700 .header .social li.rss:hover,
3701 .footer .social li.rss:hover {
3702   background: #f0ad4e;
3703 }
3704 .top-bar .languages {
3705   padding: 8px 0;
3706 }
3707 .top-bar .languages a {
3708   margin-right: 20px;
3709   color: #555555;
3710   font-family: "Open Sans", Helvetica, Arial, sans-serif;
3711   font-size: 14px;
3712   line-height: 24px;
3713 }
3714 /* WTF is this! !!
3715  *
3716  * DO NOT EVER PUT ANYTHIGN IN THIS FILE... tweaks - bad name... *
3717  */
3718 .navbar-left .input-group[class*="col-"] {
3719   float: left;
3720 }
3721 .ellipsis {
3722   overflow: hidden;
3723   text-overflow: ellipsis;
3724   display: -webkit-box;
3725   -webkit-line-clamp: 3;
3726   -webkit-box-orient: vertical;
3727 }
3728 .sw-child-headline {
3729   display: inline-block;
3730   width: auto;
3731 }
3732 .box-input-label {
3733   width: 100%;
3734   display: inline-block;
3735   font-weight: bold;
3736 }
3737 .box-label {
3738   margin-left: 5px;
3739   cursor: pointer;
3740 }
3741 /* needed as menu ontop of form does not work */
3742 .input-group .form-control {
3743   z-index: 1;
3744 }
3745 /* admin-lte - messes with checkbox and radio.. */
3746 .checkbox,
3747 .radio {
3748   padding-left: 15px !important;
3749 }
3750 /* inside a column it needs even more padding...*/
3751 /*
3752 * It breaks all the checkbox layout. comment it first...
3753 */
3754 /*.column .checkbox,
3755 .column .radio {
3756     padding-left: 25px !important;
3757 }*/
3758 /* paging toolbar */
3759 .pagination .x-paging-position span {
3760   padding-top: 3px;
3761   padding-bottom: 3px;
3762 }
3763 .pagination .x-paging-position span input {
3764   margin: 0 3px;
3765 }
3766 .panel-header-right {
3767   float: right;
3768   text-align: right;
3769 }
3770 .badge-error {
3771   background-color: #d9534f;
3772 }
3773 .badge-error:hover {
3774   background-color: #c9302c;
3775 }
3776 .badge-warning {
3777   background-color: #f0ad4e;
3778 }
3779 .badge-warning:hover {
3780   background-color: #ec971f;
3781 }
3782 .badge-success {
3783   background-color: #5cb85c;
3784 }
3785 .badge-success:hover {
3786   background-color: #449d44;
3787 }
3788 .badge-info {
3789   background-color: #5bc0de;
3790 }
3791 .badge-info:hover {
3792   background-color: #31b0d5;
3793 }
3794 .badge-inverse {
3795   background-color: #333333;
3796 }
3797 .badge-inverse:hover {
3798   background-color: #222222;
3799 }
3800 .tooltip.fade.in {
3801   z-index: 10002;
3802 }
3803 .x-hidden {
3804   position: absolute;
3805   top: 0;
3806   left: 0;
3807   visibility: hidden;
3808   display: none;
3809 }
3810 .roo-upload-cropbox-selector {
3811   visibility: hidden;
3812   height: 0px;
3813 }
3814 .roo-upload-cropbox-dialog .modal-header,
3815 .roo-upload-cropbox-dialog .modal-footer {
3816   padding-top: 5px;
3817   padding-bottom: 5px;
3818 }
3819 .roo-upload-cropbox-body {
3820   background-color: #ffffff;
3821   border: 1px solid #777777;
3822   width: 100%;
3823   height: 450px;
3824   max-height: 450px;
3825   position: relative;
3826   overflow: hidden;
3827   cursor: move;
3828 }
3829 .roo-upload-cropbox-preview {
3830   position: absolute;
3831   top: 0px;
3832   left: 0px;
3833   text-align: center;
3834   margin: 0px;
3835   padding: 0px;
3836   border: none;
3837 }
3838 .roo-upload-cropbox-body .roo-upload-cropbox-thumb {
3839   position: absolute;
3840   /*    top: 50%;
3841     left: 50%;
3842     transform: translate(-50%, -50%);*/
3843   box-sizing: border-box;
3844   border: 1px solid #777777;
3845   box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
3846   background: none repeat scroll 0% 0% transparent;
3847 }
3848 .roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
3849   height: 100%;
3850   background-color: rgba(0, 0, 0, 0.5);
3851   color: #ffffff;
3852   font-weight: bold;
3853   font-size: 24px;
3854   text-align: center;
3855   padding-top: 50px;
3856   font-style: italic;
3857 }
3858 .roo-upload-cropbox-btn-group button {
3859   background-color: #000000;
3860   color: #ffffff;
3861   border-color: #333333;
3862 }
3863 .roo-upload-cropbox-error-notify {
3864   border-radius: 0px;
3865   text-align: center;
3866   padding: 0px !important;
3867   margin: 0px !important;
3868   position: absolute;
3869   top: 0;
3870   left: 0;
3871 }
3872 .tel-input {
3873   padding-left: 105px;
3874   border-radius: 4px !important;
3875 }
3876 .dial-code-holder {
3877   position: absolute;
3878   width: 60px;
3879   left: 55px;
3880   z-index: 3;
3881   padding: 7px;
3882   border: 1px solid transparent;
3883   background: transparent;
3884   -webkit-touch-callout: none;
3885   -webkit-user-select: none;
3886   -khtml-user-select: none;
3887   -moz-user-select: none;
3888   -ms-user-select: none;
3889   user-select: none;
3890 }
3891 .tel-list li a {
3892   padding-left: 10px;
3893 }
3894 .tel-list li a .flag {
3895   margin-right: 20px;
3896 }
3897 .tel-list li a .dial-code {
3898   color: #999;
3899 }
3900 .flag-box {
3901   position: absolute;
3902   top: 6px;
3903   height: 20px;
3904   width: 50px;
3905   padding: 5px;
3906   margin-left: 5px;
3907   display: flex;
3908   flex-direction: row;
3909   justify-content: space-around;
3910   z-index: 4;
3911 }
3912 .flag-box .caret {
3913   margin-top: 3px;
3914 }
3915 .flag {
3916   background-image: url('../images/default/flags.png');
3917   background-repeat: no-repeat;
3918   width: 20px;
3919   height: inherit;
3920   display: inline-block;
3921   margin-right: 10px;
3922 }
3923 .flag.ac {
3924   height: 10px;
3925   background-position: 0px 0px;
3926 }
3927 .flag.ad {
3928   height: 14px;
3929   background-position: -22px 0px;
3930 }
3931 .flag.ae {
3932   height: 10px;
3933   background-position: -44px 0px;
3934 }
3935 .flag.af {
3936   height: 14px;
3937   background-position: -66px 0px;
3938 }
3939 .flag.ag {
3940   height: 14px;
3941   background-position: -88px 0px;
3942 }
3943 .flag.ai {
3944   height: 10px;
3945   background-position: -110px 0px;
3946 }
3947 .flag.al {
3948   height: 15px;
3949   background-position: -132px 0px;
3950 }
3951 .flag.am {
3952   height: 10px;
3953   background-position: -154px 0px;
3954 }
3955 .flag.ao {
3956   height: 14px;
3957   background-position: -176px 0px;
3958 }
3959 .flag.aq {
3960   height: 14px;
3961   background-position: -198px 0px;
3962 }
3963 .flag.ar {
3964   height: 13px;
3965   background-position: -220px 0px;
3966 }
3967 .flag.as {
3968   height: 10px;
3969   background-position: -242px 0px;
3970 }
3971 .flag.at {
3972   height: 14px;
3973   background-position: -264px 0px;
3974 }
3975 .flag.au {
3976   height: 10px;
3977   background-position: -286px 0px;
3978 }
3979 .flag.aw {
3980   height: 14px;
3981   background-position: -308px 0px;
3982 }
3983 .flag.ax {
3984   height: 13px;
3985   background-position: -330px 0px;
3986 }
3987 .flag.az {
3988   height: 10px;
3989   background-position: -352px 0px;
3990 }
3991 .flag.ba {
3992   height: 10px;
3993   background-position: -374px 0px;
3994 }
3995 .flag.bb {
3996   height: 14px;
3997   background-position: -396px 0px;
3998 }
3999 .flag.bd {
4000   height: 12px;
4001   background-position: -418px 0px;
4002 }
4003 .flag.be {
4004   height: 15px;
4005   background-position: -440px 0px;
4006 }
4007 .flag.bf {
4008   height: 14px;
4009   background-position: -460px 0px;
4010 }
4011 .flag.bg {
4012   height: 12px;
4013   background-position: -482px 0px;
4014 }
4015 .flag.bh {
4016   height: 12px;
4017   background-position: -504px 0px;
4018 }
4019 .flag.bi {
4020   height: 12px;
4021   background-position: -526px 0px;
4022 }
4023 .flag.bj {
4024   height: 14px;
4025   background-position: -548px 0px;
4026 }
4027 .flag.bl {
4028   height: 14px;
4029   background-position: -570px 0px;
4030 }
4031 .flag.bm {
4032   height: 10px;
4033   background-position: -592px 0px;
4034 }
4035 .flag.bn {
4036   height: 10px;
4037   background-position: -614px 0px;
4038 }
4039 .flag.bo {
4040   height: 14px;
4041   background-position: -636px 0px;
4042 }
4043 .flag.bq {
4044   height: 14px;
4045   background-position: -658px 0px;
4046 }
4047 .flag.br {
4048   height: 14px;
4049   background-position: -680px 0px;
4050 }
4051 .flag.bs {
4052   height: 10px;
4053   background-position: -702px 0px;
4054 }
4055 .flag.bt {
4056   height: 14px;
4057   background-position: -724px 0px;
4058 }
4059 .flag.bv {
4060   height: 15px;
4061   background-position: -746px 0px;
4062 }
4063 .flag.bw {
4064   height: 14px;
4065   background-position: -768px 0px;
4066 }
4067 .flag.by {
4068   height: 10px;
4069   background-position: -790px 0px;
4070 }
4071 .flag.bz {
4072   height: 14px;
4073   background-position: -812px 0px;
4074 }
4075 .flag.ca {
4076   height: 10px;
4077   background-position: -834px 0px;
4078 }
4079 .flag.cc {
4080   height: 10px;
4081   background-position: -856px 0px;
4082 }
4083 .flag.cd {
4084   height: 15px;
4085   background-position: -878px 0px;
4086 }
4087 .flag.cf {
4088   height: 14px;
4089   background-position: -900px 0px;
4090 }
4091 .flag.cg {
4092   height: 14px;
4093   background-position: -922px 0px;
4094 }
4095 .flag.ch {
4096   height: 15px;
4097   background-position: -944px 0px;
4098 }
4099 .flag.ci {
4100   height: 14px;
4101   background-position: -961px 0px;
4102 }
4103 .flag.ck {
4104   height: 10px;
4105   background-position: -983px 0px;
4106 }
4107 .flag.cl {
4108   height: 14px;
4109   background-position: -1005px 0px;
4110 }
4111 .flag.cm {
4112   height: 14px;
4113   background-position: -1027px 0px;
4114 }
4115 .flag.cn {
4116   height: 14px;
4117   background-position: -1049px 0px;
4118 }
4119 .flag.co {
4120   height: 14px;
4121   background-position: -1071px 0px;
4122 }
4123 .flag.cp {
4124   height: 14px;
4125   background-position: -1093px 0px;
4126 }
4127 .flag.cr {
4128   height: 12px;
4129   background-position: -1115px 0px;
4130 }
4131 .flag.cu {
4132   height: 10px;
4133   background-position: -1137px 0px;
4134 }
4135 .flag.cv {
4136   height: 12px;
4137   background-position: -1159px 0px;
4138 }
4139 .flag.cw {
4140   height: 14px;
4141   background-position: -1181px 0px;
4142 }
4143 .flag.cx {
4144   height: 10px;
4145   background-position: -1203px 0px;
4146 }
4147 .flag.cy {
4148   height: 13px;
4149   background-position: -1225px 0px;
4150 }
4151 .flag.cz {
4152   height: 14px;
4153   background-position: -1247px 0px;
4154 }
4155 .flag.de {
4156   height: 12px;
4157   background-position: -1269px 0px;
4158 }
4159 .flag.dg {
4160   height: 10px;
4161   background-position: -1291px 0px;
4162 }
4163 .flag.dj {
4164   height: 14px;
4165   background-position: -1313px 0px;
4166 }
4167 .flag.dk {
4168   height: 15px;
4169   background-position: -1335px 0px;
4170 }
4171 .flag.dm {
4172   height: 10px;
4173   background-position: -1357px 0px;
4174 }
4175 .flag.do {
4176   height: 13px;
4177   background-position: -1379px 0px;
4178 }
4179 .flag.dz {
4180   height: 14px;
4181   background-position: -1401px 0px;
4182 }
4183 .flag.ea {
4184   height: 14px;
4185   background-position: -1423px 0px;
4186 }
4187 .flag.ec {
4188   height: 14px;
4189   background-position: -1445px 0px;
4190 }
4191 .flag.ee {
4192   height: 13px;
4193   background-position: -1467px 0px;
4194 }
4195 .flag.eg {
4196   height: 14px;
4197   background-position: -1489px 0px;
4198 }
4199 .flag.eh {
4200   height: 10px;
4201   background-position: -1511px 0px;
4202 }
4203 .flag.er {
4204   height: 10px;
4205   background-position: -1533px 0px;
4206 }
4207 .flag.es {
4208   height: 14px;
4209   background-position: -1555px 0px;
4210 }
4211 .flag.et {
4212   height: 10px;
4213   background-position: -1577px 0px;
4214 }
4215 .flag.eu {
4216   height: 14px;
4217   background-position: -1599px 0px;
4218 }
4219 .flag.fi {
4220   height: 12px;
4221   background-position: -1621px 0px;
4222 }
4223 .flag.fj {
4224   height: 10px;
4225   background-position: -1643px 0px;
4226 }
4227 .flag.fk {
4228   height: 10px;
4229   background-position: -1665px 0px;
4230 }
4231 .flag.fm {
4232   height: 11px;
4233   background-position: -1687px 0px;
4234 }
4235 .flag.fo {
4236   height: 15px;
4237   background-position: -1709px 0px;
4238 }
4239 .flag.fr {
4240   height: 14px;
4241   background-position: -1731px 0px;
4242 }
4243 .flag.ga {
4244   height: 15px;
4245   background-position: -1753px 0px;
4246 }
4247 .flag.gb {
4248   height: 10px;
4249   background-position: -1775px 0px;
4250 }
4251 .flag.gd {
4252   height: 12px;
4253   background-position: -1797px 0px;
4254 }
4255 .flag.ge {
4256   height: 14px;
4257   background-position: -1819px 0px;
4258 }
4259 .flag.gf {
4260   height: 14px;
4261   background-position: -1841px 0px;
4262 }
4263 .flag.gg {
4264   height: 14px;
4265   background-position: -1863px 0px;
4266 }
4267 .flag.gh {
4268   height: 14px;
4269   background-position: -1885px 0px;
4270 }
4271 .flag.gi {
4272   height: 10px;
4273   background-position: -1907px 0px;
4274 }
4275 .flag.gl {
4276   height: 14px;
4277   background-position: -1929px 0px;
4278 }
4279 .flag.gm {
4280   height: 14px;
4281   background-position: -1951px 0px;
4282 }
4283 .flag.gn {
4284   height: 14px;
4285   background-position: -1973px 0px;
4286 }
4287 .flag.gp {
4288   height: 14px;
4289   background-position: -1995px 0px;
4290 }
4291 .flag.gq {
4292   height: 14px;
4293   background-position: -2017px 0px;
4294 }
4295 .flag.gr {
4296   height: 14px;
4297   background-position: -2039px 0px;
4298 }
4299 .flag.gs {
4300   height: 10px;
4301   background-position: -2061px 0px;
4302 }
4303 .flag.gt {
4304   height: 13px;
4305   background-position: -2083px 0px;
4306 }
4307 .flag.gu {
4308   height: 11px;
4309   background-position: -2105px 0px;
4310 }
4311 .flag.gw {
4312   height: 10px;
4313   background-position: -2127px 0px;
4314 }
4315 .flag.gy {
4316   height: 12px;
4317   background-position: -2149px 0px;
4318 }
4319 .flag.hk {
4320   height: 14px;
4321   background-position: -2171px 0px;
4322 }
4323 .flag.hm {
4324   height: 10px;
4325   background-position: -2193px 0px;
4326 }
4327 .flag.hn {
4328   height: 10px;
4329   background-position: -2215px 0px;
4330 }
4331 .flag.hr {
4332   height: 10px;
4333   background-position: -2237px 0px;
4334 }
4335 .flag.ht {
4336   height: 12px;
4337   background-position: -2259px 0px;
4338 }
4339 .flag.hu {
4340   height: 10px;
4341   background-position: -2281px 0px;
4342 }
4343 .flag.ic {
4344   height: 14px;
4345   background-position: -2303px 0px;
4346 }
4347 .flag.id {
4348   height: 14px;
4349   background-position: -2325px 0px;
4350 }
4351 .flag.ie {
4352   height: 10px;
4353   background-position: -2347px 0px;
4354 }
4355 .flag.il {
4356   height: 15px;
4357   background-position: -2369px 0px;
4358 }
4359 .flag.im {
4360   height: 10px;
4361   background-position: -2391px 0px;
4362 }
4363 .flag.in {
4364   height: 14px;
4365   background-position: -2413px 0px;
4366 }
4367 .flag.io {
4368   height: 10px;
4369   background-position: -2435px 0px;
4370 }
4371 .flag.iq {
4372   height: 14px;
4373   background-position: -2457px 0px;
4374 }
4375 .flag.ir {
4376   height: 12px;
4377   background-position: -2479px 0px;
4378 }
4379 .flag.is {
4380   height: 15px;
4381   background-position: -2501px 0px;
4382 }
4383 .flag.it {
4384   height: 14px;
4385   background-position: -2523px 0px;
4386 }
4387 .flag.je {
4388   height: 12px;
4389   background-position: -2545px 0px;
4390 }
4391 .flag.jm {
4392   height: 10px;
4393   background-position: -2567px 0px;
4394 }
4395 .flag.jo {
4396   height: 10px;
4397   background-position: -2589px 0px;
4398 }
4399 .flag.jp {
4400   height: 14px;
4401   background-position: -2611px 0px;
4402 }
4403 .flag.ke {
4404   height: 14px;
4405   background-position: -2633px 0px;
4406 }
4407 .flag.kg {
4408   height: 12px;
4409   background-position: -2655px 0px;
4410 }
4411 .flag.kh {
4412   height: 13px;
4413   background-position: -2677px 0px;
4414 }
4415 .flag.ki {
4416   height: 10px;
4417   background-position: -2699px 0px;
4418 }
4419 .flag.km {
4420   height: 12px;
4421   background-position: -2721px 0px;
4422 }
4423 .flag.kn {
4424   height: 14px;
4425   background-position: -2743px 0px;
4426 }
4427 .flag.kp {
4428   height: 10px;
4429   background-position: -2765px 0px;
4430 }
4431 .flag.kr {
4432   height: 14px;
4433   background-position: -2787px 0px;
4434 }
4435 .flag.kw {
4436   height: 10px;
4437   background-position: -2809px 0px;
4438 }
4439 .flag.ky {
4440   height: 10px;
4441   background-position: -2831px 0px;
4442 }
4443 .flag.kz {
4444   height: 10px;
4445   background-position: -2853px 0px;
4446 }
4447 .flag.la {
4448   height: 14px;
4449   background-position: -2875px 0px;
4450 }
4451 .flag.lb {
4452   height: 14px;
4453   background-position: -2897px 0px;
4454 }
4455 .flag.lc {
4456   height: 10px;
4457   background-position: -2919px 0px;
4458 }
4459 .flag.li {
4460   height: 12px;
4461   background-position: -2941px 0px;
4462 }
4463 .flag.lk {
4464   height: 10px;
4465   background-position: -2963px 0px;
4466 }
4467 .flag.lr {
4468   height: 11px;
4469   background-position: -2985px 0px;
4470 }
4471 .flag.ls {
4472   height: 14px;
4473   background-position: -3007px 0px;
4474 }
4475 .flag.lt {
4476   height: 12px;
4477   background-position: -3029px 0px;
4478 }
4479 .flag.lu {
4480   height: 12px;
4481   background-position: -3051px 0px;
4482 }
4483 .flag.lv {
4484   height: 10px;
4485   background-position: -3073px 0px;
4486 }
4487 .flag.ly {
4488   height: 10px;
4489   background-position: -3095px 0px;
4490 }
4491 .flag.ma {
4492   height: 14px;
4493   background-position: -3117px 0px;
4494 }
4495 .flag.mc {
4496   height: 15px;
4497   background-position: -3139px 0px;
4498 }
4499 .flag.md {
4500   height: 10px;
4501   background-position: -3160px 0px;
4502 }
4503 .flag.me {
4504   height: 10px;
4505   background-position: -3182px 0px;
4506 }
4507 .flag.mf {
4508   height: 14px;
4509   background-position: -3204px 0px;
4510 }
4511 .flag.mg {
4512   height: 14px;
4513   background-position: -3226px 0px;
4514 }
4515 .flag.mh {
4516   height: 11px;
4517   background-position: -3248px 0px;
4518 }
4519 .flag.mk {
4520   height: 10px;
4521   background-position: -3270px 0px;
4522 }
4523 .flag.ml {
4524   height: 14px;
4525   background-position: -3292px 0px;
4526 }
4527 .flag.mm {
4528   height: 14px;
4529   background-position: -3314px 0px;
4530 }
4531 .flag.mn {
4532   height: 10px;
4533   background-position: -3336px 0px;
4534 }
4535 .flag.mo {
4536   height: 14px;
4537   background-position: -3358px 0px;
4538 }
4539 .flag.mp {
4540   height: 10px;
4541   background-position: -3380px 0px;
4542 }
4543 .flag.mq {
4544   height: 14px;
4545   background-position: -3402px 0px;
4546 }
4547 .flag.mr {
4548   height: 14px;
4549   background-position: -3424px 0px;
4550 }
4551 .flag.ms {
4552   height: 10px;
4553   background-position: -3446px 0px;
4554 }
4555 .flag.mt {
4556   height: 14px;
4557   background-position: -3468px 0px;
4558 }
4559 .flag.mu {
4560   height: 14px;
4561   background-position: -3490px 0px;
4562 }
4563 .flag.mv {
4564   height: 14px;
4565   background-position: -3512px 0px;
4566 }
4567 .flag.mw {
4568   height: 14px;
4569   background-position: -3534px 0px;
4570 }
4571 .flag.mx {
4572   height: 12px;
4573   background-position: -3556px 0px;
4574 }
4575 .flag.my {
4576   height: 10px;
4577   background-position: -3578px 0px;
4578 }
4579 .flag.mz {
4580   height: 14px;
4581   background-position: -3600px 0px;
4582 }
4583 .flag.na {
4584   height: 14px;
4585   background-position: -3622px 0px;
4586 }
4587 .flag.nc {
4588   height: 10px;
4589   background-position: -3644px 0px;
4590 }
4591 .flag.ne {
4592   height: 15px;
4593   background-position: -3666px 0px;
4594 }
4595 .flag.nf {
4596   height: 10px;
4597   background-position: -3686px 0px;
4598 }
4599 .flag.ng {
4600   height: 10px;
4601   background-position: -3708px 0px;
4602 }
4603 .flag.ni {
4604   height: 12px;
4605   background-position: -3730px 0px;
4606 }
4607 .flag.nl {
4608   height: 14px;
4609   background-position: -3752px 0px;
4610 }
4611 .flag.no {
4612   height: 15px;
4613   background-position: -3774px 0px;
4614 }
4615 .flag.np {
4616   height: 15px;
4617   background-position: -3796px 0px;
4618 }
4619 .flag.nr {
4620   height: 10px;
4621   background-position: -3811px 0px;
4622 }
4623 .flag.nu {
4624   height: 10px;
4625   background-position: -3833px 0px;
4626 }
4627 .flag.nz {
4628   height: 10px;
4629   background-position: -3855px 0px;
4630 }
4631 .flag.om {
4632   height: 10px;
4633   background-position: -3877px 0px;
4634 }
4635 .flag.pa {
4636   height: 14px;
4637   background-position: -3899px 0px;
4638 }
4639 .flag.pe {
4640   height: 14px;
4641   background-position: -3921px 0px;
4642 }
4643 .flag.pf {
4644   height: 14px;
4645   background-position: -3943px 0px;
4646 }
4647 .flag.pg {
4648   height: 15px;
4649   background-position: -3965px 0px;
4650 }
4651 .flag.ph {
4652   height: 10px;
4653   background-position: -3987px 0px;
4654 }
4655 .flag.pk {
4656   height: 14px;
4657   background-position: -4009px 0px;
4658 }
4659 .flag.pl {
4660   height: 13px;
4661   background-position: -4031px 0px;
4662 }
4663 .flag.pm {
4664   height: 14px;
4665   background-position: -4053px 0px;
4666 }
4667 .flag.pn {
4668   height: 10px;
4669   background-position: -4075px 0px;
4670 }
4671 .flag.pr {
4672   height: 14px;
4673   background-position: -4097px 0px;
4674 }
4675 .flag.ps {
4676   height: 10px;
4677   background-position: -4119px 0px;
4678 }
4679 .flag.pt {
4680   height: 14px;
4681   background-position: -4141px 0px;
4682 }
4683 .flag.pw {
4684   height: 13px;
4685   background-position: -4163px 0px;
4686 }
4687 .flag.py {
4688   height: 11px;
4689   background-position: -4185px 0px;
4690 }
4691 .flag.qa {
4692   height: 8px;
4693   background-position: -4207px 0px;
4694 }
4695 .flag.re {
4696   height: 14px;
4697   background-position: -4229px 0px;
4698 }
4699 .flag.ro {
4700   height: 14px;
4701   background-position: -4251px 0px;
4702 }
4703 .flag.rs {
4704   height: 14px;
4705   background-position: -4273px 0px;
4706 }
4707 .flag.ru {
4708   height: 14px;
4709   background-position: -4295px 0px;
4710 }
4711 .flag.rw {
4712   height: 14px;
4713   background-position: -4317px 0px;
4714 }
4715 .flag.sa {
4716   height: 14px;
4717   background-position: -4339px 0px;
4718 }
4719 .flag.sb {
4720   height: 10px;
4721   background-position: -4361px 0px;
4722 }
4723 .flag.sc {
4724   height: 10px;
4725   background-position: -4383px 0px;
4726 }
4727 .flag.sd {
4728   height: 10px;
4729   background-position: -4405px 0px;
4730 }
4731 .flag.se {
4732   height: 13px;
4733   background-position: -4427px 0px;
4734 }
4735 .flag.sg {
4736   height: 14px;
4737   background-position: -4449px 0px;
4738 }
4739 .flag.sh {
4740   height: 10px;
4741   background-position: -4471px 0px;
4742 }
4743 .flag.si {
4744   height: 10px;
4745   background-position: -4493px 0px;
4746 }
4747 .flag.sj {
4748   height: 15px;
4749   background-position: -4515px 0px;
4750 }
4751 .flag.sk {
4752   height: 14px;
4753   background-position: -4537px 0px;
4754 }
4755 .flag.sl {
4756   height: 14px;
4757   background-position: -4559px 0px;
4758 }
4759 .flag.sm {
4760   height: 15px;
4761   background-position: -4581px 0px;
4762 }
4763 .flag.sn {
4764   height: 14px;
4765   background-position: -4603px 0px;
4766 }
4767 .flag.so {
4768   height: 14px;
4769   background-position: -4625px 0px;
4770 }
4771 .flag.sr {
4772   height: 14px;
4773   background-position: -4647px 0px;
4774 }
4775 .flag.ss {
4776   height: 10px;
4777   background-position: -4669px 0px;
4778 }
4779 .flag.st {
4780   height: 10px;
4781   background-position: -4691px 0px;
4782 }
4783 .flag.sv {
4784   height: 12px;
4785   background-position: -4713px 0px;
4786 }
4787 .flag.sx {
4788   height: 14px;
4789   background-position: -4735px 0px;
4790 }
4791 .flag.sy {
4792   height: 14px;
4793   background-position: -4757px 0px;
4794 }
4795 .flag.sz {
4796   height: 14px;
4797   background-position: -4779px 0px;
4798 }
4799 .flag.ta {
4800   height: 10px;
4801   background-position: -4801px 0px;
4802 }
4803 .flag.tc {
4804   height: 10px;
4805   background-position: -4823px 0px;
4806 }
4807 .flag.td {
4808   height: 14px;
4809   background-position: -4845px 0px;
4810 }
4811 .flag.tf {
4812   height: 14px;
4813   background-position: -4867px 0px;
4814 }
4815 .flag.tg {
4816   height: 13px;
4817   background-position: -4889px 0px;
4818 }
4819 .flag.th {
4820   height: 14px;
4821   background-position: -4911px 0px;
4822 }
4823 .flag.tj {
4824   height: 10px;
4825   background-position: -4933px 0px;
4826 }
4827 .flag.tk {
4828   height: 10px;
4829   background-position: -4955px 0px;
4830 }
4831 .flag.tl {
4832   height: 10px;
4833   background-position: -4977px 0px;
4834 }
4835 .flag.tm {
4836   height: 14px;
4837   background-position: -4999px 0px;
4838 }
4839 .flag.tn {
4840   height: 14px;
4841   background-position: -5021px 0px;
4842 }
4843 .flag.to {
4844   height: 10px;
4845   background-position: -5043px 0px;
4846 }
4847 .flag.tr {
4848   height: 14px;
4849   background-position: -5065px 0px;
4850 }
4851 .flag.tt {
4852   height: 12px;
4853   background-position: -5087px 0px;
4854 }
4855 .flag.tv {
4856   height: 10px;
4857   background-position: -5109px 0px;
4858 }
4859 .flag.tw {
4860   height: 14px;
4861   background-position: -5131px 0px;
4862 }
4863 .flag.tz {
4864   height: 14px;
4865   background-position: -5153px 0px;
4866 }
4867 .flag.ua {
4868   height: 14px;
4869   background-position: -5175px 0px;
4870 }
4871 .flag.ug {
4872   height: 14px;
4873   background-position: -5197px 0px;
4874 }
4875 .flag.um {
4876   height: 11px;
4877   background-position: -5219px 0px;
4878 }
4879 .flag.us {
4880   height: 11px;
4881   background-position: -5241px 0px;
4882 }
4883 .flag.uy {
4884   height: 14px;
4885   background-position: -5263px 0px;
4886 }
4887 .flag.uz {
4888   height: 10px;
4889   background-position: -5285px 0px;
4890 }
4891 .flag.va {
4892   height: 15px;
4893   background-position: -5307px 0px;
4894 }
4895 .flag.vc {
4896   height: 14px;
4897   background-position: -5324px 0px;
4898 }
4899 .flag.ve {
4900   height: 14px;
4901   background-position: -5346px 0px;
4902 }
4903 .flag.vg {
4904   height: 10px;
4905   background-position: -5368px 0px;
4906 }
4907 .flag.vi {
4908   height: 14px;
4909   background-position: -5390px 0px;
4910 }
4911 .flag.vn {
4912   height: 14px;
4913   background-position: -5412px 0px;
4914 }
4915 .flag.vu {
4916   height: 12px;
4917   background-position: -5434px 0px;
4918 }
4919 .flag.wf {
4920   height: 14px;
4921   background-position: -5456px 0px;
4922 }
4923 .flag.ws {
4924   height: 10px;
4925   background-position: -5478px 0px;
4926 }
4927 .flag.xk {
4928   height: 15px;
4929   background-position: -5500px 0px;
4930 }
4931 .flag.ye {
4932   height: 14px;
4933   background-position: -5522px 0px;
4934 }
4935 .flag.yt {
4936   height: 14px;
4937   background-position: -5544px 0px;
4938 }
4939 .flag.za {
4940   height: 14px;
4941   background-position: -5566px 0px;
4942 }
4943 .flag.zm {
4944   height: 14px;
4945   background-position: -5588px 0px;
4946 }
4947 .flag.zw {
4948   height: 10px;
4949   background-position: -5610px 0px;
4950 }
4951 .flag.ot {
4952   height: 0px;
4953 }
4954 .roo-money-field .roo-money-currency {
4955   padding-right: 0px;
4956 }
4957 .roo-money-field .roo-money-amount {
4958   padding-left: 0px;
4959 }
4960 .roo-money-field .roo-money-currency-input {
4961   border-right: 0px;
4962 }
4963 .roo-money-field .input-group-addon {
4964   background-color: transparent;
4965   border-left: 0px;
4966   border-right: 0px;
4967   border-radius: 0px;
4968 }
4969 .roo-money-field .roo-money-amount-input {
4970   border-top-left-radius: 0px;
4971   border-bottom-left-radius: 0px;
4972   text-align: right;
4973 }
4974 .has-success .roo-money-currency .roo-select2-container .input-group-addon {
4975   border-color: #3c763d;
4976   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #3c763d;
4977 }
4978 .has-warning .roo-money-currency .roo-select2-container .input-group-addon {
4979   border-color: #8a6d3b;
4980   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #8a6d3b;
4981 }
4982 .has-error .roo-money-currency .roo-select2-container .input-group-addon {
4983   border-color: #a94442;
4984   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px #a94442;
4985 }
4986 /*# sourceMappingURL=roojs-bootstrap-debug.css.map */